comparison lisp/ChangeLog @ 70970:58d0b772b752

Remove 'tiny change' labels from Michael Cadilhac's changes.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 May 2006 19:41:22 +0000
parents a26fd6a82aff
children 14212575068a
comparison
equal deleted inserted replaced
70969:044c7ca7a4ff 70970:58d0b772b752
344 344
345 * info.el (info-apropos): Make sure current-file and current-node 345 * info.el (info-apropos): Make sure current-file and current-node
346 have non-nil values. Speed up by using add-to-list instead of 346 have non-nil values. Speed up by using add-to-list instead of
347 manual consing. 347 manual consing.
348 348
349 2006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 349 2006-05-20 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
350 350
351 * progmodes/make-mode.el (makefile-mode): Doc fix. 351 * progmodes/make-mode.el (makefile-mode): Doc fix.
352 352
353 2006-05-20 Eli Zaretskii <eliz@gnu.org> 353 2006-05-20 Eli Zaretskii <eliz@gnu.org>
354 354
909 909
910 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a 910 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
911 reference to the Lisp manual to the warning about pure space 911 reference to the Lisp manual to the warning about pure space
912 overflow. 912 overflow.
913 913
914 2006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org> (tiny change) 914 2006-05-05 Micha,Ak(Bl Cadilhac <michael.cadilhac@lrde.org>
915 915
916 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload' 916 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
917 argument to avoid the call to `ispell-internal-change-dictionary' 917 argument to avoid the call to `ispell-internal-change-dictionary'
918 when not needed. 918 when not needed.
919 (ispell-change-dictionary): Use this argument and call 919 (ispell-change-dictionary): Use this argument and call
1769 2006-04-08 Eli Zaretskii <eliz@gnu.org> 1769 2006-04-08 Eli Zaretskii <eliz@gnu.org>
1770 1770
1771 * files.el (hack-local-variables-confirm) <offer-save>: 1771 * files.el (hack-local-variables-confirm) <offer-save>:
1772 Clarify message text. Suggested by Ralf Angeli. 1772 Clarify message text. Suggested by Ralf Angeli.
1773 1773
1774 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change) 1774 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
1775 1775
1776 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set. 1776 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
1777 (delete-extract-rectangle-line): Use `filter-buffer-substring' 1777 (delete-extract-rectangle-line): Use `filter-buffer-substring'
1778 instead of `buffer-substring' and `delete-region'. (Most of the 1778 instead of `buffer-substring' and `delete-region'. (Most of the
1779 code actually copied from `kill-region'.) 1779 code actually copied from `kill-region'.)
8597 (rcirc-filter): Record time of last message. 8597 (rcirc-filter): Record time of last message.
8598 (rcirc-keepalive): Kill processes that did not send a message 8598 (rcirc-keepalive): Kill processes that did not send a message
8599 since the last ping. 8599 since the last ping.
8600 (rcirc-mode): Give rcirc-topic a local binding here. 8600 (rcirc-mode): Give rcirc-topic a local binding here.
8601 8601
8602 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change) 8602 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
8603 8603
8604 * subr.el (read-passwd): Fontify the prompt as we do with other 8604 * subr.el (read-passwd): Fontify the prompt as we do with other
8605 prompts. 8605 prompts.
8606 8606
8607 2005-11-19 Ryan Yeske <rcyeske@gmail.com> 8607 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10208 10208
10209 2005-10-25 Masatake YAMATO <jet@gyve.org> 10209 2005-10-25 Masatake YAMATO <jet@gyve.org>
10210 10210
10211 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'. 10211 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
10212 10212
10213 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change) 10213 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
10214 10214
10215 * play/blackbox.el (blackbox-redefine-key): New function. 10215 * play/blackbox.el (blackbox-redefine-key): New function.
10216 (blackbox-mode-map): Use it to remap existing bindings for cursor 10216 (blackbox-mode-map): Use it to remap existing bindings for cursor
10217 motion instead of binding literal keys. 10217 motion instead of binding literal keys.
10218 10218
11472 gud-break and gud-remove icons when the fringe is not available. 11472 gud-break and gud-remove icons when the fringe is not available.
11473 11473
11474 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width): 11474 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
11475 Typo. 11475 Typo.
11476 11476
11477 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change) 11477 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11478 11478
11479 * play/zone.el (zone): Wrap body with save-window-excursion. 11479 * play/zone.el (zone): Wrap body with save-window-excursion.
11480 11480
11481 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca> 11481 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
11482 11482