diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 32 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a3826bf9a4b..df930a970d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros. | ||
| 4 | |||
| 5 | 2005-03-07 Kim F. Storm <storm@cua.dk> | ||
| 6 | |||
| 7 | * simple.el (move-beginning-of-line): New command. | ||
| 8 | |||
| 9 | * bindings.el (global-map): Bind C-a to move-beginning-of-line. | ||
| 10 | |||
| 11 | * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line. | ||
| 12 | |||
| 13 | * emulation/cua-base.el: Put CUA move property on move-end-of-line | ||
| 14 | and move-beginning-of-line. | ||
| 15 | |||
| 16 | * apropos.el (apropos-print): Omit command from M-x ... RET. | ||
| 17 | |||
| 18 | 2005-03-07 Nick Roberts <nickrob@snap.net.nz> | ||
| 19 | |||
| 20 | * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case. | ||
| 21 | (gdb-send, gdb-send-item): Log items sent from gdb-send too. | ||
| 22 | |||
| 23 | 2005-03-06 Richard M. Stallman <rms@gnu.org> | ||
| 24 | |||
| 25 | * bindings.el (esc-map): Bind M-g to goto-line. | ||
| 26 | |||
| 27 | * facemenu.el (global-map): Bind M-o, not M-g. | ||
| 28 | |||
| 1 | 2005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 29 | 2005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 30 | ||
| 3 | * menu-bar.el (menu-bar-file-menu): Add the same :enable to | 31 | * menu-bar.el (menu-bar-file-menu): Add the same :enable to |
| @@ -26,7 +54,7 @@ | |||
| 26 | 54 | ||
| 27 | 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change) | 55 | 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change) |
| 28 | 56 | ||
| 29 | * progmodes/which-func.el (which-function): | 57 | * progmodes/which-func.el (which-function): |
| 30 | Specify NOERROR when calling imenu--make-index-alist. | 58 | Specify NOERROR when calling imenu--make-index-alist. |
| 31 | 59 | ||
| 32 | 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | 60 | 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -76,14 +104,12 @@ | |||
| 76 | 104 | ||
| 77 | * calendar/icalendar.el (icalendar-version): Increase to 0.11. | 105 | * calendar/icalendar.el (icalendar-version): Increase to 0.11. |
| 78 | (icalendar-export-file, icalendar-export-region) | 106 | (icalendar-export-file, icalendar-export-region) |
| 79 | (icalendar-import-file, icalendar-import-buffer): Add autoload | 107 | (icalendar-import-file, icalendar-import-buffer): Add autoload cookies. |
| 80 | cookies. | ||
| 81 | (icalendar--convert-ical-to-diary): Fix problem with DURATION. | 108 | (icalendar--convert-ical-to-diary): Fix problem with DURATION. |
| 82 | 109 | ||
| 83 | 2005-03-04 Lute Kamstra <lute@gnu.org> | 110 | 2005-03-04 Lute Kamstra <lute@gnu.org> |
| 84 | 111 | ||
| 85 | * emacs-lisp/debug.el (debugger-step-after-exit): Make it a | 112 | * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar. |
| 86 | defvar. | ||
| 87 | (debug-function-list): Ditto. | 113 | (debug-function-list): Ditto. |
| 88 | 114 | ||
| 89 | 2005-03-04 Robert J. Chassell <bob@rattlesnake.com> | 115 | 2005-03-04 Robert J. Chassell <bob@rattlesnake.com> |
| @@ -93,7 +119,7 @@ | |||
| 93 | is not appended by replacing a search for `@refill\\|@bye' with | 119 | is not appended by replacing a search for `@refill\\|@bye' with |
| 94 | `@refill\\|^[ \t]*@'. The intent is to solve both the `@end | 120 | `@refill\\|^[ \t]*@'. The intent is to solve both the `@end |
| 95 | itemize@refill' bug and the unfilled long lines bug. | 121 | itemize@refill' bug and the unfilled long lines bug. |
| 96 | (texinfmt-version): update number and date. | 122 | (texinfmt-version): Update number and date. |
| 97 | 123 | ||
| 98 | 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de> | 124 | 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de> |
| 99 | 125 | ||