bpt/emacs.git
16 years ago(completion-table-with-terminator): Those completions
Stefan Monnier [Mon, 14 Apr 2008 15:10:36 +0000 (15:10 +0000)]
(completion-table-with-terminator): Those completions
are never valid w.r.t test-completion.
(completion--file-name-table): Check completion-all-completions-with-base-size.

16 years ago* doc-view.el (doc-view-dvipdf-program): New variable.
Tassilo Horn [Mon, 14 Apr 2008 13:18:12 +0000 (13:18 +0000)]
* doc-view.el (doc-view-dvipdf-program): New variable.
(doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
(doc-view-mode-p): Check for doc-view-dvipdf-program as
alternative for doc-view-dvipdfm-program.
(doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.

16 years ago(doc-view-start-process): Don't set
Tassilo Horn [Mon, 14 Apr 2008 11:02:31 +0000 (11:02 +0000)]
(doc-view-start-process): Don't set
default-directory to "~/" if the current value is valid.  This
broke PS files that run other files in the same directory.

16 years ago(unidata-prop-alist): Fix typo in description of `numeric-value'.
Juanma Barranquero [Mon, 14 Apr 2008 10:47:12 +0000 (10:47 +0000)]
(unidata-prop-alist): Fix typo in description of `numeric-value'.
(unidata-put-character): Fix typo in error message.

16 years ago(vc-status-kill-query): New function.
Dan Nicolaescu [Mon, 14 Apr 2008 08:59:41 +0000 (08:59 +0000)]
(vc-status-kill-query): New function.
(vc-status-mode): Add it to kill-buffer-query-functions.
(vc-status-show-fileentry): New function.
(vc-status-menu-map): Bind it.  Bind vc-next-action.

16 years ago(minibuffer-message): Put cursor at the right place.
Stefan Monnier [Mon, 14 Apr 2008 03:39:31 +0000 (03:39 +0000)]
(minibuffer-message): Put cursor at the right place.

16 years ago(minibuffer-try-completion, minibuffer-all-completions): Fix last change.
Stefan Monnier [Mon, 14 Apr 2008 03:30:47 +0000 (03:30 +0000)]
(minibuffer-try-completion, minibuffer-all-completions): Fix last change.

16 years ago(proced-send-signal): Fix error recognition.
Roland Winkler [Mon, 14 Apr 2008 02:42:11 +0000 (02:42 +0000)]
(proced-send-signal): Fix error recognition.

16 years agoFix utf-8 breakage in previous commit.
Juanma Barranquero [Mon, 14 Apr 2008 02:00:02 +0000 (02:00 +0000)]
Fix utf-8 breakage in previous commit.

16 years ago(proced-command-alist): Remove sort column.
Roland Winkler [Mon, 14 Apr 2008 01:35:56 +0000 (01:35 +0000)]
(proced-command-alist): Remove sort column.
(proced-command, proced-procname-column): Use
make-variable-buffer-local.
(proced-signal-function): Renamed from proced-kill-program.  Allow
for elisp symbols and string values representing system calls.
(proced-marker-regexp, proced-success-message): New functions.
(proced): Use defalias.  Add autoload cookie.
(proced-unmark-backward, proced-toggle-marks)
(proced-hide-processes): New commands.
(proced-do-mark): Simplify code.
(proced-insert-mark): Use optional arg BACKWARD instead of line number.
(proced-update): Remove sorting.
(proced-send-signal): Display number of processes to operate on.
Allow for system calls or elisp functions to send signals.  Check
if signal was send successfully.

16 years ago* minibuffer.el (completion-all-completion-with-base-size): New var.
Stefan Monnier [Sun, 13 Apr 2008 22:12:02 +0000 (22:12 +0000)]
* minibuffer.el (completion-all-completion-with-base-size): New var.
(completion--some): New function.
(completion-table-with-context, completion--file-name-table):
Return the base-size if requested.
(completion-table-in-turn): Generalize to multiple arguments.
(complete-in-turn): Compatibility alias.
(completion-styles-alist): New var.
(completion-styles): New customization.
(minibuffer-try-completion, minibuffer-all-completions):
New functions.
(minibuffer--do-completion, minibuffer-complete-and-exit)
(minibuffer-try-word-completion): Use them.
(display-completion-list, minibuffer-completion-help): Use them.
Handle all-completions's new base-size info to set completion-base-size.
* info.el (Info-read-node-name-1): Use completion-table-with-context,
completion-table-with-terminator and complete-with-action.
Remove the now obsolete completion-base-size-function property.
* simple.el (completion-list-mode-map): Move init into declaration.
(completion-list-mode): Use define-derived-mode.
(completion-setup-function): Use any completion-base-size that may
have been set before.  Remove handling of completion-base-size-function.
* loadup.el: Move abbrev.el up earlier.

16 years ago(vc-git-after-dir-status-stage)
Alexandre Julliard [Sun, 13 Apr 2008 18:07:54 +0000 (18:07 +0000)]
(vc-git-after-dir-status-stage)
(vc-git-dir-status-goto-stage): New functions.
(vc-git-after-dir-status-stage1)
(vc-git-after-dir-status-stage1-empty-db)
(vc-git-after-dir-status-stage2): Removed, functionality moved
into the new generic stage functions.
(vc-git-dir-status-files): New function.

16 years ago(vc-status-update): Revert an incorrect rewrite. Add some
Alexandre Julliard [Sun, 13 Apr 2008 18:06:35 +0000 (18:06 +0000)]
(vc-status-update): Revert an incorrect rewrite. Add some
comments.
(vc-status-refresh-files): New function.
(vc-status-refresh): Use `vc-status-refresh-files' to refresh the
state of up-to-date files.
(vc-default-dir-status-files): New function.

16 years ago* dbusbind.c (dbus-get-unique-name): Remove extra copying of name string.
Michael Albinus [Sun, 13 Apr 2008 16:29:55 +0000 (16:29 +0000)]
* dbusbind.c (dbus-get-unique-name): Remove extra copying of name string.

16 years ago(completion--embedded-envvar-table, read-file-name-internal):
Juanma Barranquero [Sun, 13 Apr 2008 01:49:17 +0000 (01:49 +0000)]
(completion--embedded-envvar-table, read-file-name-internal):
Fix typos in 2008-04-11 change.

16 years ago(read-face-name): Use `completion-table-in-turn', not `complete-in-turn'.
Juanma Barranquero [Sun, 13 Apr 2008 01:46:58 +0000 (01:46 +0000)]
(read-face-name): Use `completion-table-in-turn', not `complete-in-turn'.

16 years agoRequire 'cl when compiling.
Andreas Schwab [Sun, 13 Apr 2008 00:25:41 +0000 (00:25 +0000)]
Require 'cl when compiling.

16 years ago(gud-menu-map): Expand tooltip.
Nick Roberts [Sat, 12 Apr 2008 22:04:38 +0000 (22:04 +0000)]
(gud-menu-map): Expand tooltip.

16 years ago(gdb-find-source-frame): Improve doc string.
Nick Roberts [Sat, 12 Apr 2008 21:57:58 +0000 (21:57 +0000)]
(gdb-find-source-frame): Improve doc string.
(menu): Add/expand menu tooltips.

16 years ago*** empty log message ***
Nick Roberts [Sat, 12 Apr 2008 21:55:44 +0000 (21:55 +0000)]
*** empty log message ***

16 years ago(XUINT, XSET): Remove.
Dan Nicolaescu [Sat, 12 Apr 2008 17:09:19 +0000 (17:09 +0000)]
(XUINT, XSET): Remove.

16 years ago(sh-show-indent): Fix typo.
Dan Nicolaescu [Sat, 12 Apr 2008 16:41:03 +0000 (16:41 +0000)]
(sh-show-indent): Fix typo.
(sh-mode-map): Add a toggle for inserting braces and quotes in pairs.

16 years ago(vc-cvs-registered): Allow removed files to be
Dan Nicolaescu [Sat, 12 Apr 2008 16:33:24 +0000 (16:33 +0000)]
(vc-cvs-registered): Allow removed files to be
considered registered.

16 years ago(copyright-update-directory): New command.
Reiner Steib [Sat, 12 Apr 2008 10:06:28 +0000 (10:06 +0000)]
(copyright-update-directory): New command.

16 years ago(ediff-split-window-function, ediff-merge-split-window-function):
Reiner Steib [Sat, 12 Apr 2008 09:47:42 +0000 (09:47 +0000)]
(ediff-split-window-function, ediff-merge-split-window-function):
Improve custom type.

16 years ago("minibuffer"): Move after "faces".
Eli Zaretskii [Sat, 12 Apr 2008 09:26:40 +0000 (09:26 +0000)]
("minibuffer"): Move after "faces".

16 years ago(Fexpand_file_name): Add declaration for `p' missing in previous change.
Juanma Barranquero [Sat, 12 Apr 2008 09:15:10 +0000 (09:15 +0000)]
(Fexpand_file_name): Add declaration for `p' missing in previous change.

16 years ago(Fexpand_file_name): Tighten the scope of `p' and `o' vars.
Stefan Monnier [Sat, 12 Apr 2008 05:12:18 +0000 (05:12 +0000)]
(Fexpand_file_name): Tighten the scope of `p' and `o' vars.
Relocate `nm' after calling DECODE_FILE, in case the GC was run.

16 years ago(hif-factor): Handle unary minus.
Stefan Monnier [Sat, 12 Apr 2008 04:38:45 +0000 (04:38 +0000)]
(hif-factor): Handle unary minus.

16 years agoMention configuring after maintainer-clean.
Glenn Morris [Sat, 12 Apr 2008 03:18:33 +0000 (03:18 +0000)]
Mention configuring after maintainer-clean.

16 years agoMove non-autoloaded define-obsolete-variable-alias calls for
Glenn Morris [Sat, 12 Apr 2008 03:17:19 +0000 (03:17 +0000)]
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.

16 years ago(define-obsolete-variable-alias): Doc fix.
Glenn Morris [Sat, 12 Apr 2008 03:13:27 +0000 (03:13 +0000)]
(define-obsolete-variable-alias): Doc fix.

16 years agoMove non-autoloaded define-obsolete-variable-alias calls for
Glenn Morris [Sat, 12 Apr 2008 03:12:29 +0000 (03:12 +0000)]
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.

16 years ago(diary-face, diary-anniversary, diary-time, diary-button): Doc fix.
Glenn Morris [Sat, 12 Apr 2008 03:11:49 +0000 (03:11 +0000)]
(diary-face, diary-anniversary, diary-time, diary-button): Doc fix.
Move to calendar-faces group.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.

16 years ago(calendar-faces): New custom group.
Glenn Morris [Sat, 12 Apr 2008 03:11:03 +0000 (03:11 +0000)]
(calendar-faces): New custom group.
(calendar-today, diary, holiday): Doc fix.  Move to calendar-faces group.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.

16 years ago(chinese-calendar-time-zone): Mark obsolete name as risky too.
Glenn Morris [Sat, 12 Apr 2008 03:10:37 +0000 (03:10 +0000)]
(chinese-calendar-time-zone): Mark obsolete name as risky too.
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.

16 years ago(lazy-completion-table): Fix debug spec.
Johan Bockgård [Fri, 11 Apr 2008 23:42:25 +0000 (23:42 +0000)]
(lazy-completion-table): Fix debug spec.

16 years ago(Calc Summary): Add mention of `kron'.
Jay Belanger [Fri, 11 Apr 2008 22:36:49 +0000 (22:36 +0000)]
(Calc Summary): Add mention of `kron'.

16 years ago*** empty log message ***
Jay Belanger [Fri, 11 Apr 2008 22:35:26 +0000 (22:35 +0000)]
*** empty log message ***

16 years ago*** empty log message ***
Jay Belanger [Fri, 11 Apr 2008 22:29:03 +0000 (22:29 +0000)]
*** empty log message ***

16 years ago* minibuffer.el (complete-with-action, lazy-completion-table):
Stefan Monnier [Fri, 11 Apr 2008 22:28:02 +0000 (22:28 +0000)]
* 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.

16 years agocalc.texi (Vector and Matrix Arithmetic): Add mention of `kron'.
Jay Belanger [Fri, 11 Apr 2008 22:26:48 +0000 (22:26 +0000)]
calc.texi (Vector and Matrix Arithmetic): Add mention of `kron'.

16 years ago(__MINGW_NOTHROW): If not defined, define to nothing.
Eli Zaretskii [Fri, 11 Apr 2008 19:24:04 +0000 (19:24 +0000)]
(__MINGW_NOTHROW): If not defined, define to nothing.
Add copyright notice.

16 years ago(AUTOGENEL): Add calc/calc-loaddefs.el.
Glenn Morris [Fri, 11 Apr 2008 17:13:30 +0000 (17:13 +0000)]
(AUTOGENEL): Add calc/calc-loaddefs.el.

16 years ago(bootstrap-prepare): Make tpu-edt.el writable as well.
Stefan Monnier [Fri, 11 Apr 2008 16:46:45 +0000 (16:46 +0000)]
(bootstrap-prepare): Make tpu-edt.el writable as well.

16 years ago(vc-svn-after-dir-status): Complete last change.
Stefan Monnier [Fri, 11 Apr 2008 15:59:22 +0000 (15:59 +0000)]
(vc-svn-after-dir-status): Complete last change.

16 years ago* keymap.h (map_keymap_canonical): Declare.
Stefan Monnier [Fri, 11 Apr 2008 15:35:41 +0000 (15:35 +0000)]
* keymap.h (map_keymap_canonical): Declare.
* xmenu.c (single_keymap_panes): Use it.

16 years ago(fill-forward-paragraph-function): New var.
Stefan Monnier [Fri, 11 Apr 2008 15:34:17 +0000 (15:34 +0000)]
(fill-forward-paragraph-function): New var.
(fill-forward-paragraph): New fun.
(fill-paragraph, fill-region): Use it.

16 years agoChange `dir-status' to not take (and pass) status-buffer.
Stefan Monnier [Fri, 11 Apr 2008 15:17:59 +0000 (15:17 +0000)]
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.

16 years ago(dired-read-dir-and-switches): Use read-directory-name even for non-dialogs.
Stefan Monnier [Fri, 11 Apr 2008 13:34:14 +0000 (13:34 +0000)]
(dired-read-dir-and-switches): Use read-directory-name even for non-dialogs.

16 years ago* Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
Stefan Monnier [Fri, 11 Apr 2008 13:27:14 +0000 (13:27 +0000)]
* Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
* loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.

16 years agoAdd a comment giving version of obsolescence.
Glenn Morris [Fri, 11 Apr 2008 07:44:49 +0000 (07:44 +0000)]
Add a comment giving version of obsolescence.

16 years ago(tooltip-show-help-non-mode): Set message-truncate-lines
Jan Djärv [Fri, 11 Apr 2008 06:43:56 +0000 (06:43 +0000)]
(tooltip-show-help-non-mode): Set message-truncate-lines
to t and don't truncate msg.

16 years ago(holidays): Move custom groups here from calendar.el.
Glenn Morris [Fri, 11 Apr 2008 03:49:39 +0000 (03:49 +0000)]
(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.

16 years ago(diary, holidays): Move custom groups to other files.
Glenn Morris [Fri, 11 Apr 2008 03:47:38 +0000 (03:47 +0000)]
(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.

16 years agoMove custom group here from calendar.el.
Glenn Morris [Fri, 11 Apr 2008 03:46:35 +0000 (03:46 +0000)]
Move custom group here from calendar.el.

16 years ago(calendar-chinese-time-zone): Mark as risky.
Glenn Morris [Fri, 11 Apr 2008 03:45:26 +0000 (03:45 +0000)]
(calendar-chinese-time-zone): Mark as risky.

16 years ago(cal-tex-preamble-extra): Fix custom type.
Glenn Morris [Fri, 11 Apr 2008 03:44:38 +0000 (03:44 +0000)]
(cal-tex-preamble-extra): Fix custom type.

16 years ago(calendar-dst-check-each-year-flag): Fix custom group.
Glenn Morris [Fri, 11 Apr 2008 03:43:55 +0000 (03:43 +0000)]
(calendar-dst-check-each-year-flag): Fix custom group.
(calendar-current-time-zone-cache): Autoload riskiness.

16 years ago(Fdefvaralias): If the alias is bound and the target is not, set the
Glenn Morris [Fri, 11 Apr 2008 03:41:34 +0000 (03:41 +0000)]
(Fdefvaralias): If the alias is bound and the target is not, set the
target's value to that of the alias.

16 years ago(woman2-TH): Undo last change. Use string-equal instead of
Chong Yidong [Fri, 11 Apr 2008 02:30:24 +0000 (02:30 +0000)]
(woman2-TH): Undo last change.  Use string-equal instead of
string-match.

16 years ago* woman.el (woman2-TH): Use string-equal instead of string-match.
Chong Yidong [Fri, 11 Apr 2008 02:30:06 +0000 (02:30 +0000)]
* woman.el (woman2-TH): Use string-equal instead of string-match.

16 years ago(woman2-TH): Quote search string argument to string-match.
Chong Yidong [Fri, 11 Apr 2008 02:24:15 +0000 (02:24 +0000)]
(woman2-TH): Quote search string argument to string-match.

16 years ago* woman.el (woman2-TH): Quote search string argument to string-match.
Chong Yidong [Fri, 11 Apr 2008 02:23:57 +0000 (02:23 +0000)]
* woman.el (woman2-TH): Quote search string argument to string-match.

16 years ago(set_tty_color_mode): Left over typo.
Stefan Monnier [Fri, 11 Apr 2008 01:40:41 +0000 (01:40 +0000)]
(set_tty_color_mode): Left over typo.

16 years ago(smerge-apply-resolution-patch): Fix typo.
Stefan Monnier [Fri, 11 Apr 2008 01:10:43 +0000 (01:10 +0000)]
(smerge-apply-resolution-patch): Fix typo.
(smerge-resolve): Merge the "2-way refinement" case with one half of
the "mere whitespace" resolution.

16 years ago* fileio.c (Fmake_symbolic_link): Surround code by #ifdef S_IFLNK
Michael Albinus [Thu, 10 Apr 2008 20:35:54 +0000 (20:35 +0000)]
* 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.

16 years ago(is_simple_dialog, simple_dialog_show): New functions.
Jason Rumney [Thu, 10 Apr 2008 15:20:07 +0000 (15:20 +0000)]
(is_simple_dialog, simple_dialog_show): New functions.
(Fx_popup_dialog): Handle simple yes/no questions as dialogs.

16 years ago*** empty log message ***
Dan Nicolaescu [Thu, 10 Apr 2008 15:05:46 +0000 (15:05 +0000)]
*** empty log message ***

16 years ago(vc-bzr-after-dir-status): Detect the conflict state.
Dan Nicolaescu [Thu, 10 Apr 2008 15:03:27 +0000 (15:03 +0000)]
(vc-bzr-after-dir-status): Detect the conflict state.

16 years agoFix up comment convention on the arch-tag lines.
Stefan Monnier [Thu, 10 Apr 2008 14:10:46 +0000 (14:10 +0000)]
Fix up comment convention on the arch-tag lines.

16 years ago(logon_network_drive): Also logon to remote drives that
Jason Rumney [Thu, 10 Apr 2008 11:38:15 +0000 (11:38 +0000)]
(logon_network_drive): Also logon to remote drives that
are mapped to drive letters.

16 years ago(assoc-ignore-case, assoc-ignore-representation):
Juanma Barranquero [Thu, 10 Apr 2008 11:07:37 +0000 (11:07 +0000)]
(assoc-ignore-case, assoc-ignore-representation):
Add WHEN to obsolescence declaration.

16 years ago(AUTOGENEL): Add calc-loaddefs.el.
Juanma Barranquero [Thu, 10 Apr 2008 09:53:56 +0000 (09:53 +0000)]
(AUTOGENEL): Add calc-loaddefs.el.

16 years agoNew file.
Jason Rumney [Thu, 10 Apr 2008 09:41:43 +0000 (09:41 +0000)]
New file.

16 years agoDocument make targets.
Jason Rumney [Thu, 10 Apr 2008 08:59:23 +0000 (08:59 +0000)]
Document make targets.

16 years agoRevert changes included by mistake in previous commit.
Glenn Morris [Thu, 10 Apr 2008 07:53:50 +0000 (07:53 +0000)]
Revert changes included by mistake in previous commit.

16 years ago(menu-bar-options-menu) <truncate-lines>:
Glenn Morris [Thu, 10 Apr 2008 07:52:10 +0000 (07:52 +0000)]
(menu-bar-options-menu) <truncate-lines>:
Respect truncate-partial-width-windows in non-full windows, with regards to
:toggle and :enable state.

16 years ago(truncate-partial-width-windows): Doc fix.
Glenn Morris [Thu, 10 Apr 2008 07:49:07 +0000 (07:49 +0000)]
(truncate-partial-width-windows): Doc fix.

16 years ago(toggle-truncate-lines): Doc fix.
Glenn Morris [Thu, 10 Apr 2008 07:46:40 +0000 (07:46 +0000)]
(toggle-truncate-lines): Doc fix.

16 years ago(vc-hg-dir-status): Remove unneeded call.
Dan Nicolaescu [Thu, 10 Apr 2008 07:34:40 +0000 (07:34 +0000)]
(vc-hg-dir-status): Remove unneeded call.

16 years ago* vc-hooks.el (vc-state): Add new state `conflict'.
Dan Nicolaescu [Thu, 10 Apr 2008 07:32:25 +0000 (07:32 +0000)]
* 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.

16 years ago(diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
Glenn Morris [Thu, 10 Apr 2008 05:20:15 +0000 (05:20 +0000)]
(diary-mark-sexp-entries): Fix replacement of calendar-for-loop.

16 years ago*** empty log message ***
Juanma Barranquero [Thu, 10 Apr 2008 04:05:35 +0000 (04:05 +0000)]
*** empty log message ***

16 years ago(diary-hook, diary-display-hook): Move here from calendar.el.
Glenn Morris [Thu, 10 Apr 2008 03:45:26 +0000 (03:45 +0000)]
(diary-hook, diary-display-hook): Move here from calendar.el.
(diary-hook): Doc fix.

16 years ago(diary-display-hook): Declare for compiler.
Glenn Morris [Thu, 10 Apr 2008 03:44:19 +0000 (03:44 +0000)]
(diary-display-hook): Declare for compiler.

16 years agoRequire diary-lib rather than calendar.
Glenn Morris [Thu, 10 Apr 2008 03:43:52 +0000 (03:43 +0000)]
Require diary-lib rather than calendar.
(appt): Add :prefix.

16 years ago(calendar, diary): Add :prefix.
Glenn Morris [Thu, 10 Apr 2008 03:41:41 +0000 (03:41 +0000)]
(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.

16 years ago(MH_E_DIR): New variable.
Glenn Morris [Thu, 10 Apr 2008 03:40:06 +0000 (03:40 +0000)]
(MH_E_DIR): New variable.
(MH_E_SRC): Restore variable removed 2008-03-13.
(mh-loaddefs.el): Depend on $MH_E_SRC.
(CAL_DIR, CAL_SRC): New variables.
(cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
Depend on CAL_SRC.

16 years ago* minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
Stefan Monnier [Thu, 10 Apr 2008 03:12:49 +0000 (03:12 +0000)]
* minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
New functions.
* fileio.c (read_file_name_cleanup, Fread_file_name_internal):
Move functions to minibuffer.el.
(syms_of_fileio): Don't declare them.

16 years ago(minibuffer--do-completion): Don't forget to propagate
Stefan Monnier [Thu, 10 Apr 2008 00:48:10 +0000 (00:48 +0000)]
(minibuffer--do-completion): Don't forget to propagate
the arg to recursive calls.

16 years ago*** empty log message ***
Juanma Barranquero [Wed, 9 Apr 2008 21:25:37 +0000 (21:25 +0000)]
*** empty log message ***

16 years ago(completion-auto-help): Fix typo.
Juanma Barranquero [Wed, 9 Apr 2008 21:18:25 +0000 (21:18 +0000)]
(completion-auto-help): Fix typo.

16 years ago(vc-cvs-diff-tree): Remove unused function.
Stefan Monnier [Wed, 9 Apr 2008 20:42:39 +0000 (20:42 +0000)]
(vc-cvs-diff-tree): Remove unused function.

16 years ago(vc-default-mode-line-string): Use ? for missing.
Stefan Monnier [Wed, 9 Apr 2008 20:23:11 +0000 (20:23 +0000)]
(vc-default-mode-line-string): Use ? for missing.

16 years ago* net/tramp.el (tramp-find-file-name-coding-system-alist): New
Michael Albinus [Wed, 9 Apr 2008 20:04:14 +0000 (20:04 +0000)]
* net/tramp.el (tramp-find-file-name-coding-system-alist): New
defun.
(tramp-handle-insert-file-contents, tramp-handle-write-region):
Use it.

16 years ago* minibuffer.el (minibuffer): Move group from cus-edit.el.
Stefan Monnier [Wed, 9 Apr 2008 19:33:56 +0000 (19:33 +0000)]
* minibuffer.el (minibuffer): Move group from cus-edit.el.
(completion-auto-help): Move from C code.
(minibuffer--maybe-completion-help): Remove.
(minibuffer--bitset): New function.
(minibuffer--do-completion): Rename from minibuffer-do-completion.
Renumber a bit.  Really complete on string *before* point.
Add argument used for word-completion.
Join trailing / in completion with following text, as done in
minibuffer-complete-word.
Handle new value `lazy' for completion-auto-help.
(minibuffer-try-word-completion): New function extracted from
minibuffer-complete-word.
(minibuffer-complete-word): Use minibuffer--do-completion.
(minibuffer--insert-strings): Rename from
minibuffer-complete-insert-strings.
(exit-minibuffer): Fix typo.
* cus-edit.el (minibuffer): Move group to minibuffer.el.
* cus-start.el: Remove completion-auto-help.
* minibuf.c (Vcompletion_auto_help): Move to minibuffer.el.
(syms_of_minibuf): Remove its initialization.

16 years ago*** empty log message ***
Michael Albinus [Wed, 9 Apr 2008 19:08:22 +0000 (19:08 +0000)]
*** empty log message ***

16 years ago(vc-status-add-entries): New function.
Alexandre Julliard [Wed, 9 Apr 2008 18:52:20 +0000 (18:52 +0000)]
(vc-status-add-entries): New function.
(vc-status-add-entry): Removed.
(vc-update-vc-status-buffer, vc-status-mark-buffer-changed): Use
vc-status-add-entries.

16 years ago(ewoc-collect): Return results in the correct order.
Alexandre Julliard [Wed, 9 Apr 2008 18:50:34 +0000 (18:50 +0000)]
(ewoc-collect): Return results in the correct order.