aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-09-07 15:11:43 +0000
committerJuanma Barranquero2006-09-07 15:11:43 +0000
commitdad2e044d30405f1403575ff7c892ea022541932 (patch)
tree5545321994ec5aa08c047077bf2a5c1aea61eb82
parent42a9baba941671bb2cec7f41a7dd1e49b31ce1f7 (diff)
downloademacs-dad2e044d30405f1403575ff7c892ea022541932.tar.gz
emacs-dad2e044d30405f1403575ff7c892ea022541932.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a655a8a5235..fde31fe5b21 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -15,7 +15,7 @@
15 (dnd-open-remote-file-function): Set to dnd-open-remote-url if 15 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
16 not windows-nt. 16 not windows-nt.
17 17
182006-09-07 Jason Rumney <jasonr@gnu.org> 182006-09-07 Jason Rumney <jasonr@gnu.org>
19 19
20 * dnd.el (dnd-open-remote-file-function): New variable. 20 * dnd.el (dnd-open-remote-file-function): New variable.
21 (dnd-open-unc-file): New function. 21 (dnd-open-unc-file): New function.
@@ -124,7 +124,7 @@
124 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for 124 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
125 sendmail in several common directories. 125 sendmail in several common directories.
126 126
127 * mail/sendmail.el (sendmail-program): Moved here from pathe.el. 127 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
128 128
129 * paths.el (sendmail-program): Removed. 129 * paths.el (sendmail-program): Removed.
130 130
@@ -404,7 +404,8 @@
404 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec' 404 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
405 to mean "use find -exec"; nil now unambiguously means auto-detect. 405 to mean "use find -exec"; nil now unambiguously means auto-detect.
406 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'. 406 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
407 Use shell-quote-argument to build grep-find-command and grep-find-template. 407 Use shell-quote-argument to build grep-find-command and
408 grep-find-template.
408 (rgrep): Use shell-quote-argument to properly quote arguments to find. 409 (rgrep): Use shell-quote-argument to properly quote arguments to find.
409 Reported by Tom Seddon. 410 Reported by Tom Seddon.
410 411
@@ -15906,8 +15907,9 @@
15906 Move to beginning of file. 15907 Move to beginning of file.
15907 (scheme-interaction-mode-commands-alist) 15908 (scheme-interaction-mode-commands-alist)
15908 (scheme-interaction-mode-map, scheme-debugger-mode-map): 15909 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15909 Declare them before use. Note: the initialization code for the variables 15910 Declare them before use. Note: the initialization code for the
15910 has not been moved because it uses functions that reference the variables. 15911 variables has not been moved because it uses functions that reference
15912 the variables.
15911 (xscheme-control-g-message-string, xscheme-process-filter-alist) 15913 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15912 (xscheme-prompt-for-expression-map): Declare them before use. 15914 (xscheme-prompt-for-expression-map): Declare them before use.
15913 (scheme-debugger-mode-commands): "?\ " -> "?\s". 15915 (scheme-debugger-mode-commands): "?\ " -> "?\s".