diff options
| author | Miles Bader | 2008-04-23 05:55:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-23 05:55:42 +0000 |
| commit | a113b3ca322fd73d97d0d9d69c9f48dc13fb326a (patch) | |
| tree | 37b3ad22a198a83f68738ef86aec187bb6d926d9 /lisp/ChangeLog | |
| parent | e96a8d6dc0ffc35cf6c02924de2453c69fa8f6fe (diff) | |
| parent | 81fe843b5a3cc7708e0800aeb5bc0dbe448e800a (diff) | |
| download | emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.tar.gz emacs-a113b3ca322fd73d97d0d9d69c9f48dc13fb326a.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1121
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27f8a12fc16..3c5a1e6994e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2008-04-12 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * progmodes/gdb-ui.el (gdb-init-buffer): New function. | ||
| 4 | (gdb-set-gud-minor-mode-existing-buffers) | ||
| 5 | (gdb-info-breakpoints-custom, gdb-get-location) | ||
| 6 | (gdb-set-gud-minor-mode-existing-buffers-1): Use it. | ||
| 7 | Previously gdb-create-define-alist wasn't always run and added to | ||
| 8 | after-save-hook. | ||
| 9 | |||
| 10 | * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer | ||
| 11 | |||
| 12 | 2008-04-12 Kevin Ryde <user42@zip.com.au> | ||
| 13 | |||
| 14 | * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented | ||
| 15 | comments like unindented ones. | ||
| 16 | |||
| 17 | 2008-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 18 | |||
| 19 | * term/mac-win.el (mac-ae-open-documents): Adjust selection range | ||
| 20 | parameter origins. | ||
| 21 | |||
| 22 | 2008-04-11 Kevin Ryde <user42@zip.com.au> | ||
| 23 | |||
| 24 | * emacs-lisp/autoload.el (autoload-generate-file-autoloads): | ||
| 25 | Bind print-level to ensure output forms aren't truncated if | ||
| 26 | print-level is set to eval-expression-print-level when going via | ||
| 27 | eval-defun and friends, or has been otherwise fiddled with. | ||
| 28 | |||
| 29 | 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 30 | |||
| 31 | * progmodes/cc-mode.el (c-basic-common-init): Don't set | ||
| 32 | font-lock-extend-after-change-region-function globally. | ||
| 33 | |||
| 1 | 2008-04-23 Juanma Barranquero <lekktu@gmail.com> | 34 | 2008-04-23 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 35 | ||
| 3 | * speedbar.el (speedbar-use-tool-tips-flag) | 36 | * speedbar.el (speedbar-use-tool-tips-flag) |