diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0be81220340..c70fd38ecd7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,49 @@ | |||
| 1 | 2005-01-24 Jay Belanger <belanger@truman.edu> | ||
| 2 | |||
| 3 | * calc/calc-store.el (calc-declare-variable): Use calc-var-name to | ||
| 4 | display variable name. | ||
| 5 | |||
| 6 | 2005-01-24 Kenichi Handa <handa@m17n.org> | ||
| 7 | |||
| 8 | * international/encoded-kb.el (encoded-kbd-iso2022-single-shift): | ||
| 9 | Fix setting of the element of encoded-kbd-iso2022-invocations. | ||
| 10 | |||
| 11 | 2005-01-24 Nick Roberts <nickrob@snap.net.nz> | ||
| 12 | |||
| 13 | * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select) | ||
| 14 | (gdb-threads-select): Change to also accept mouse events. | ||
| 15 | (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select) | ||
| 16 | (gdb-threads-mouse-select): Delete. | ||
| 17 | |||
| 18 | 2005-01-23 Luc Teirlinck <teirllm@auburn.edu> | ||
| 19 | |||
| 20 | * files.el (insert-directory): Take care of empty directory, | ||
| 21 | listed without -a switch. | ||
| 22 | |||
| 23 | 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 24 | |||
| 25 | * textmodes/refill.el (refill-post-command-function): | ||
| 26 | Add `indent-new-comment-line' and `reindent-then-newline-and-indent' | ||
| 27 | to the list of functions that we should be careful not to undo. | ||
| 28 | (refill-late-fill-paragraph-function): Remove. | ||
| 29 | (refill-saved-state): New var. | ||
| 30 | (refill-mode): Use it to save fill-paragraph-function. | ||
| 31 | Save also the value of auto-fill-function. | ||
| 32 | |||
| 33 | * term/w32-win.el: Simplify code. | ||
| 34 | |||
| 35 | 2005-01-23 Kim F. Storm <storm@cua.dk> | ||
| 36 | |||
| 37 | * simple.el (line-move): Adapt to new return value from | ||
| 38 | pos-visible-in-window-p. | ||
| 39 | |||
| 40 | * simple.el (line-move): Fix last change. Check partial | ||
| 41 | visibility at point rather than at window-start. | ||
| 42 | |||
| 43 | 2005-01-22 Jason Rumney <jasonr@gnu.org> | ||
| 44 | |||
| 45 | * term/w32-win.el (xw-defined-colors): Remove debug-message. | ||
| 46 | |||
| 1 | 2005-01-22 David Kastrup <dak@gnu.org> | 47 | 2005-01-22 David Kastrup <dak@gnu.org> |
| 2 | 48 | ||
| 3 | * progmodes/grep.el: Add alias `find-grep' for `grep-find'. | 49 | * progmodes/grep.el: Add alias `find-grep' for `grep-find'. |