aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-10-26 03:39:55 +0000
committerStefan Monnier2008-10-26 03:39:55 +0000
commitb6576049821dc2adeb8c5c25ca6a059101443563 (patch)
treea50d29b57b976dd30e710753c979a5ad424c7c99
parent71d35b2418ec19b79c09f15f88e7a46acae9f8c4 (diff)
downloademacs-b6576049821dc2adeb8c5c25ca6a059101443563.tar.gz
emacs-b6576049821dc2adeb8c5c25ca6a059101443563.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog52
1 files changed, 30 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f947eeae1c2..9ca30dcc7a5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,8 +5,22 @@
5 5
6 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior. 6 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
7 7
8 * wid-edit.el (widget-color-complete): Sort completions 8 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
9 alphabetically. 9
102008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * files.el (locate-dominating-stop-dir-regexp): New var.
13 (locate-dominating-file): Change arg from a regexp to a file name.
14 Rewrite using the vc-find-root code to avoid directory-files which is
15 too slow. Obey locate-dominating-stop-dir-regexp.
16 Don't pay attention to changes in owner.
17 (project-find-settings-file): Adjust call to locate-dominating-file.
18
19 * progmodes/flymake.el (flymake-find-buildfile):
20 Adjust call to locate-dominating-file.
21
22 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
23 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
10 24
112008-10-25 Martin Rudalics <rudalics@gmx.at> 252008-10-25 Martin Rudalics <rudalics@gmx.at>
12 26
@@ -112,8 +126,7 @@
112 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point) 126 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
113 (list-at-point): Add docstrings. 127 (list-at-point): Add docstrings.
114 128
115 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc 129 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
116 fixes.
117 130
118 * dired-aux.el (dired-do-create-files): Doc fix. 131 * dired-aux.el (dired-do-create-files): Doc fix.
119 132
@@ -137,8 +150,8 @@
137 * international/characters.el: Don't setup 150 * international/characters.el: Don't setup
138 find-word-boundary-function-table. 151 find-word-boundary-function-table.
139 (next-word-boundary-han, next-word-boundary-kana): Delete them. 152 (next-word-boundary-han, next-word-boundary-kana): Delete them.
140 (word-combining-categories, word-separating-categories): Adjusted 153 (word-combining-categories, word-separating-categories):
141 to the change of the docstrings. 154 Adjust to the change of the docstrings.
142 155
1432008-10-21 Chong Yidong <cyd@stupidchicken.com> 1562008-10-21 Chong Yidong <cyd@stupidchicken.com>
144 157
@@ -179,7 +192,7 @@
179 192
1802008-10-19 Eli Zaretskii <eliz@gnu.org> 1932008-10-19 Eli Zaretskii <eliz@gnu.org>
181 194
182 * subr.el (apply-partially): Moved here from minibuffer.el. Doc fix. 195 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
183 196
184 * simple.el (minibuffer-default-add-shell-commands): Doc fix. 197 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
185 198
@@ -400,16 +413,11 @@
400 display colors into the image expression. 413 display colors into the image expression.
401 (tool-bar-setup): Don't be a no-op on ttys. 414 (tool-bar-setup): Don't be a no-op on ttys.
402 415
403 * info.el (info-tool-bar-map): Initialize it unconditionally. 416 * info.el (info-tool-bar-map):
404 417 * progmodes/gud.el (gud-tool-bar-map):
405 * progmodes/gud.el (gud-tool-bar-map): Initialize it 418 * progmodes/grep.el (grep-mode-tool-bar-map):
406 unconditionally. 419 * progmodes/compile.el (compilation-mode-tool-bar-map):
407 420 Initialize it unconditionally.
408 * progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
409 unconditionally.
410
411 * progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
412 it unconditionally.
413 421
4142008-10-11 Romain Francoise <romain@orebokech.com> 4222008-10-11 Romain Francoise <romain@orebokech.com>
415 423
@@ -420,7 +428,7 @@
4202008-10-11 Ulf Jasper <ulf@web.de> 4282008-10-11 Ulf Jasper <ulf@web.de>
421 429
422 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column): 430 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
423 Fixed variable names. 431 Fix variable names.
424 432
4252008-10-11 Dan Nicolaescu <dann@ics.uci.edu> 4332008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
426 434
@@ -429,8 +437,8 @@
429 437
4302008-10-10 Andreas Schwab <schwab@suse.de> 4382008-10-10 Andreas Schwab <schwab@suse.de>
431 439
432 * simple.el (minibuffer-complete-shell-command): Bind 440 * simple.el (minibuffer-complete-shell-command):
433 comint-delimiter-argument-list, comint-file-name-chars and 441 Bind comint-delimiter-argument-list, comint-file-name-chars and
434 comint-file-name-quote-list like shell-mode. 442 comint-file-name-quote-list like shell-mode.
435 443
4362008-10-10 Martin Rudalics <rudalics@gmx.at> 4442008-10-10 Martin Rudalics <rudalics@gmx.at>
@@ -445,8 +453,8 @@
445 (calc-embedded-open-word, calc-embedded-close-word) 453 (calc-embedded-open-word, calc-embedded-close-word)
446 (calc-embedded-open-close-word-alist): Remove unused variables. 454 (calc-embedded-open-close-word-alist): Remove unused variables.
447 455
448 * calc/calc-embed.el (calc-embedded-make-info): Use 456 * calc/calc-embed.el (calc-embedded-make-info):
449 `calc-embedded-word-regexp' to find words. 457 Use `calc-embedded-word-regexp' to find words.
450 458
4512008-10-10 Martin Rudalics <rudalics@gmx.at> 4592008-10-10 Martin Rudalics <rudalics@gmx.at>
452 460