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 7f8b66c0e32..3be25537031 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,49 @@ | |||
| 1 | 2006-09-06 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-var-list-children-regexp) | ||
| 4 | (gdb-var-list-children-regexp-1): Tweak regexps to catch full | ||
| 5 | string values. | ||
| 6 | |||
| 7 | 2006-09-06 Kim F. Storm <storm@cua.dk> | ||
| 8 | |||
| 9 | * simple.el (line-move-partial): New function to do vscrolling for | ||
| 10 | partially visible images / tall lines. Rewrite based on code | ||
| 11 | previously in line-move. Simplify backwards vscrolling. | ||
| 12 | (line-move): Use it. Simplify. | ||
| 13 | |||
| 14 | 2006-09-05 Kim F. Storm <storm@cua.dk> | ||
| 15 | |||
| 16 | * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite. | ||
| 17 | |||
| 18 | 2006-09-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 19 | |||
| 20 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 21 | Process the `gcc-include' after the `gnu' rule. | ||
| 22 | |||
| 23 | 2006-09-05 Kim F. Storm <storm@cua.dk> | ||
| 24 | |||
| 25 | * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer. | ||
| 26 | |||
| 27 | 2006-09-05 Daiki Ueno <ueno@unixuser.org> | ||
| 28 | |||
| 29 | * pgg.el (pgg-clear-string): Alias to clear-string for backward | ||
| 30 | compatibility. | ||
| 31 | |||
| 32 | * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with | ||
| 33 | inhibit-redisplay; encode passphrase with locale-coding-system. | ||
| 34 | |||
| 35 | 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 36 | |||
| 37 | * term/xterm.el (terminal-init-xterm): Add more C-M- bindings. | ||
| 38 | |||
| 39 | 2006-09-05 Nick Roberts <nickrob@snap.net.nz> | ||
| 40 | |||
| 41 | * progmodes/gdb-ui.el (gdb-var-list-children-regexp) | ||
| 42 | (gdb-var-list-children-regexp): Make type field optional. | ||
| 43 | |||
| 44 | * progmodes/gud.el (gud-speedbar-buttons): Allow for no type | ||
| 45 | e.g public, protected in C++. | ||
| 46 | |||
| 1 | 2006-09-04 John Paul Wallington <jpw@pobox.com> | 47 | 2006-09-04 John Paul Wallington <jpw@pobox.com> |
| 2 | 48 | ||
| 3 | * simple.el (completion-show-help): New defcustom. | 49 | * simple.el (completion-show-help): New defcustom. |