aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog23
1 files changed, 14 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3a87822af49..b57e18d462b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * startup.el (normal-top-level): Allow modification of load-path while
4 we're iterating over it.
5
12005-05-25 Juanma Barranquero <lekktu@gmail.com> 62005-05-25 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file) 8 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
@@ -22,15 +27,15 @@
22 27
232005-05-24 Nick Roberts <nickrob@snap.net.nz> 282005-05-24 Nick Roberts <nickrob@snap.net.nz>
24 29
25 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map): Bind 30 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26 gdb-inferior-io-eof to C-d. 31 Bind gdb-inferior-io-eof to C-d.
27 32
28 * dired.el (dired-dnd-popup-notice): Use message-box. 33 * dired.el (dired-dnd-popup-notice): Use message-box.
29 34
302005-05-23 Masatake YAMATO <jet@gyve.org> 352005-05-23 Masatake YAMATO <jet@gyve.org>
31 36
32 * bindings.el (mode-line-major-mode-keymap): Bind 37 * bindings.el (mode-line-major-mode-keymap):
33 [mode-line down-mouse-1] to `mouse-major-mode-menu'. 38 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
34 39
35 * faces.el (mode-line-highlight): New face. 40 * faces.el (mode-line-highlight): New face.
36 41
@@ -394,7 +399,7 @@
394 399
3952005-05-19 Carsten Dominik <dominik@science.uva.nl> 4002005-05-19 Carsten Dominik <dominik@science.uva.nl>
396 401
397 * textmodes/reftex.el (reftex-isearch-minor-mode): Moved the 402 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
398 definition of this variable from reftex-global.el to reftex.el, 403 definition of this variable from reftex-global.el to reftex.el,
399 because it is needed in the menu. 404 because it is needed in the menu.
400 405
@@ -417,8 +422,8 @@
417 (makefile-add-this-line-macro): Simplify and integrate into 422 (makefile-add-this-line-macro): Simplify and integrate into
418 `makefile-pickup-macros. 423 `makefile-pickup-macros.
419 (makefile-pickup-filenames-as-targets): Simplify. 424 (makefile-pickup-filenames-as-targets): Simplify.
420 (makefile-previous-dependency, makefile-match-dependency): Don't 425 (makefile-previous-dependency, makefile-match-dependency):
421 stumble over `::'. 426 Don't stumble over `::'.
422 427
4232005-05-19 Nick Roberts <nickrob@snap.net.nz> 4282005-05-19 Nick Roberts <nickrob@snap.net.nz>
424 429
@@ -432,8 +437,8 @@
432 * help-fns.el (describe-variable): Remove hyperlinks in a 437 * help-fns.el (describe-variable): Remove hyperlinks in a
433 variable's value as these are quite frequently inappropriate. 438 variable's value as these are quite frequently inappropriate.
434 439
435 * follow.el (follow-submit-feedback, follow-mode): Remove 440 * follow.el (follow-submit-feedback, follow-mode):
436 references to post-command-idle-hook. 441 Remove references to post-command-idle-hook.
437 442
4382005-05-18 Daniel Pfeiffer <occitan@esperanto.org> 4432005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
439 444