Jay Belanger
222027f2d7
*** empty log message ***
2008-04-11 22:35:26 +00:00
Jay Belanger
76c109c349
*** empty log message ***
2008-04-11 22:29:03 +00:00
Stefan Monnier
21622c6d10
* minibuffer.el (complete-with-action, lazy-completion-table):
...
Move from subr.el.
(apply-partially, completion-table-dynamic)
(completion-table-with-context, completion-table-with-terminator)
(completion-table-in-turn): New funs.
(completion--make-envvar-table, completion--embedded-envvar-table): New funs.
(read-file-name-internal): Use them.
(completion-setup-hook): Move from simple.el.
* subr.el (complete-with-action, lazy-completion-table):
* simple.el (completion-setup-hook): Move to minibuffer.el.
2008-04-11 22:28:02 +00:00
Jay Belanger
629f618d69
calc.texi (Vector and Matrix Arithmetic): Add mention of `kron'.
2008-04-11 22:26:48 +00:00
Eli Zaretskii
87c24bb740
(__MINGW_NOTHROW): If not defined, define to nothing.
...
Add copyright notice.
2008-04-11 19:24:04 +00:00
Glenn Morris
6b6a6f9e68
(AUTOGENEL): Add calc/calc-loaddefs.el.
2008-04-11 17:13:30 +00:00
Stefan Monnier
d4b9fe4ba1
(bootstrap-prepare): Make tpu-edt.el writable as well.
2008-04-11 16:46:45 +00:00
Stefan Monnier
b2ee56c998
(vc-svn-after-dir-status): Complete last change.
2008-04-11 15:59:22 +00:00
Stefan Monnier
492d9fd6bc
* keymap.h (map_keymap_canonical): Declare.
...
* xmenu.c (single_keymap_panes): Use it.
2008-04-11 15:35:41 +00:00
Stefan Monnier
d87be1dfc8
(fill-forward-paragraph-function): New var.
...
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.
2008-04-11 15:34:17 +00:00
Stefan Monnier
c1b513745f
Change `dir-status' to not take (and pass) status-buffer.
...
(vc-status-create-fileinfo): Make `extra' optional.
(vc-status-busy): New fun.
(vc-status-menu-map): Use it.
(vc-status-crt-marked): Remove.
(vc-status-update): Rename from vc-status-add-entries.
Add argument so as to prevent addition of entries. Rewrite.
(vc-update-vc-status-buffer): Remove.
(vc-status-refresh): Don't remove old entries, set them to
up-to-date instead. Also do it after the update is complete.
(vc-status-marked-files): η-reduce.
2008-04-11 15:17:59 +00:00
Stefan Monnier
da5a7abbc4
(dired-read-dir-and-switches): Use read-directory-name even for non-dialogs.
2008-04-11 13:34:14 +00:00
Stefan Monnier
23c2e0e4ab
* Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
...
* loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
2008-04-11 13:27:14 +00:00
Glenn Morris
e94a977386
Add a comment giving version of obsolescence.
2008-04-11 07:44:49 +00:00
Jan Djärv
5ca2bc08c5
(tooltip-show-help-non-mode): Set message-truncate-lines
...
to t and don't truncate msg.
2008-04-11 06:43:56 +00:00
Glenn Morris
d463476b15
(holidays): Move custom groups here from calendar.el.
...
(holiday-general-holidays, holiday-oriental-holidays)
(holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(holiday-hebrew-holidays, holiday-christian-holidays)
(holiday-islamic-holidays, holiday-bahai-holidays)
(holiday-solar-holidays, calendar-holidays): Move here from calendar.el.
2008-04-11 03:49:39 +00:00
Glenn Morris
b106af42c3
(diary, holidays): Move custom groups to other files.
...
(holiday-general-holidays, holiday-oriental-holidays)
(holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
(hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
(holiday-hebrew-holidays, holiday-christian-holidays)
(holiday-islamic-holidays, holiday-bahai-holidays)
(holiday-solar-holidays, calendar-holidays): Move to holidays.el.
2008-04-11 03:47:38 +00:00
Glenn Morris
fe5ffe0b84
Move custom group here from calendar.el.
2008-04-11 03:46:35 +00:00
Glenn Morris
712f117bfd
(calendar-chinese-time-zone): Mark as risky.
2008-04-11 03:45:26 +00:00
Glenn Morris
906c1e930c
(cal-tex-preamble-extra): Fix custom type.
2008-04-11 03:44:38 +00:00
Glenn Morris
76db882349
(calendar-dst-check-each-year-flag): Fix custom group.
...
(calendar-current-time-zone-cache): Autoload riskiness.
2008-04-11 03:43:55 +00:00
Glenn Morris
dd60787c17
(Fdefvaralias): If the alias is bound and the target is not, set the
...
target's value to that of the alias.
2008-04-11 03:41:34 +00:00
Chong Yidong
532a0f4c95
(woman2-TH): Undo last change. Use string-equal instead of
...
string-match.
2008-04-11 02:30:24 +00:00
Chong Yidong
d1f4c56c1a
* woman.el (woman2-TH): Use string-equal instead of string-match.
2008-04-11 02:30:06 +00:00
Chong Yidong
e1cd9b5b4a
(woman2-TH): Quote search string argument to string-match.
2008-04-11 02:24:15 +00:00
Chong Yidong
0159b08c4e
* woman.el (woman2-TH): Quote search string argument to string-match.
2008-04-11 02:23:57 +00:00
Stefan Monnier
c23b5410c5
(set_tty_color_mode): Left over typo.
2008-04-11 01:40:41 +00:00
Stefan Monnier
0e05d8fc47
(smerge-apply-resolution-patch): Fix typo.
...
(smerge-resolve): Merge the "2-way refinement" case with one half of
the "mere whitespace" resolution.
2008-04-11 01:10:43 +00:00
Michael Albinus
e89b536d4b
* fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
...
only after check for file name handler functions. Signal, when
native functionality is not supported.
(syms_of_fileio): Declare it unconditionally.
2008-04-10 20:35:54 +00:00
Jason Rumney
31403b2446
(is_simple_dialog, simple_dialog_show): New functions.
...
(Fx_popup_dialog): Handle simple yes/no questions as dialogs.
2008-04-10 15:20:07 +00:00
Dan Nicolaescu
a45868562f
*** empty log message ***
2008-04-10 15:05:46 +00:00
Dan Nicolaescu
21f7bc38bd
(vc-bzr-after-dir-status): Detect the conflict state.
2008-04-10 15:03:27 +00:00
Stefan Monnier
cbee283dd7
Fix up comment convention on the arch-tag lines.
2008-04-10 14:10:46 +00:00
Jason Rumney
40a339c881
(logon_network_drive): Also logon to remote drives that
...
are mapped to drive letters.
2008-04-10 11:38:15 +00:00
Juanma Barranquero
2b69ccfd46
(assoc-ignore-case, assoc-ignore-representation):
...
Add WHEN to obsolescence declaration.
2008-04-10 11:07:37 +00:00
Juanma Barranquero
f01d54ca92
(AUTOGENEL): Add calc-loaddefs.el.
2008-04-10 09:53:56 +00:00
Jason Rumney
f12da10316
New file.
2008-04-10 09:41:43 +00:00
Jason Rumney
5739d6f8ee
Document make targets.
2008-04-10 08:59:23 +00:00
Glenn Morris
4ef65ef932
Revert changes included by mistake in previous commit.
2008-04-10 07:53:50 +00:00
Glenn Morris
eda0be5a2c
(menu-bar-options-menu) <truncate-lines>:
...
Respect truncate-partial-width-windows in non-full windows, with regards to
:toggle and :enable state.
2008-04-10 07:52:10 +00:00
Glenn Morris
96a7394f29
(truncate-partial-width-windows): Doc fix.
2008-04-10 07:49:07 +00:00
Glenn Morris
627bb5dcb5
(toggle-truncate-lines): Doc fix.
2008-04-10 07:46:40 +00:00
Dan Nicolaescu
7d35417893
(vc-hg-dir-status): Remove unneeded call.
2008-04-10 07:34:40 +00:00
Dan Nicolaescu
7fbb47976e
* vc-hooks.el (vc-state): Add new state `conflict'.
...
(vc-after-save): Use when not if.
(vc-default-mode-line-string): Deal with the conflict state.
(vc-prefix-map):
(vc-menu-map): Bind vc-status instead of vc-directory.
* vc.el (vc-editable-p):
(vc-default-status-printer):
(vc-next-action): Deal with the conflict state.
(vc-mark-resolved): New function.
(vc-status-mode): Fix mode name.
(vc-default-comment-history): Use when not if.
(Todo): Add new entries, remove old ones.
* vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
(vc-cvs-parse-status):
(vc-cvs-after-dir-status):
* vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
Detect the conflict state.
2008-04-10 07:32:25 +00:00
Glenn Morris
6e81a223a4
(diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
2008-04-10 05:20:15 +00:00
Juanma Barranquero
d58ee9f175
*** empty log message ***
2008-04-10 04:05:35 +00:00
Glenn Morris
66d20000c5
(diary-hook, diary-display-hook): Move here from calendar.el.
...
(diary-hook): Doc fix.
2008-04-10 03:45:26 +00:00
Glenn Morris
724a25b25e
(diary-display-hook): Declare for compiler.
2008-04-10 03:44:19 +00:00
Glenn Morris
467f174b22
Require diary-lib rather than calendar.
...
(appt): Add :prefix.
2008-04-10 03:43:52 +00:00
Glenn Morris
1244fe3919
(calendar, diary): Add :prefix.
...
(holidays): Change :prefix.
(calendar-today, holiday, calendar-holiday-marker, european-calendar-style):
Change custom groups.
(diary-hook, diary-display-hook): Move to diary-lib.el.
2008-04-10 03:41:41 +00:00