diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 47 |
1 files changed, 31 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8571f7edd19..c4fd4341c89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,31 @@ | |||
| 1 | 2004-04-16 Andre Spiegel <spiegel@gnu.org> | ||
| 2 | |||
| 3 | * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal. | ||
| 4 | |||
| 5 | * vc.el (vc-print-log): Likewise. | ||
| 6 | |||
| 7 | 2004-04-16 Masatake YAMATO <jet@gyve.org> | ||
| 8 | |||
| 9 | * simple.el (completion-setup-function): Set an initial value | ||
| 10 | to `element-common-end' before entering loop. Set a value | ||
| 11 | to `element-common-end' at the end of loop. | ||
| 12 | The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel | ||
| 13 | list. | ||
| 14 | (completions-common-part): Rename from completion-de-emphasis. | ||
| 15 | (completions-first-difference): Rename from completion-emphasis. | ||
| 16 | Suggested by RMS. | ||
| 17 | |||
| 18 | 2004-04-16 Juanma Barranquero <lektu@terra.es> | ||
| 19 | |||
| 20 | * bookmark.el (bookmark-send-edited-annotation): Fix docstring. | ||
| 21 | (bookmark-edit-annotation-mode): Add mode name. | ||
| 22 | |||
| 23 | 2004-04-15 Nick Roberts <nick@nick.uklinux.net> | ||
| 24 | |||
| 25 | * progmodes/gdb-ui.el (gdb-goto-info): New function. | ||
| 26 | |||
| 27 | * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button. | ||
| 28 | |||
| 1 | 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 29 | 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 30 | ||
| 3 | * emacs-lisp/bytecomp.el (batch-byte-compile-file): | 31 | * emacs-lisp/bytecomp.el (batch-byte-compile-file): |
| @@ -288,7 +316,7 @@ | |||
| 288 | 316 | ||
| 289 | 2004-04-08 Nick Roberts <nick@nick.uklinux.net> | 317 | 2004-04-08 Nick Roberts <nick@nick.uklinux.net> |
| 290 | 318 | ||
| 291 | * progmodes/gdb-ui.el (gdb-source-window): Remove variable | 319 | * progmodes/gdb-ui.el (gdb-source-window): Remove variable. |
| 292 | (gdb-goto-breakpoint, gdb-display-buffer) | 320 | (gdb-goto-breakpoint, gdb-display-buffer) |
| 293 | (gdb-display-source-buffer, gdb-view-source-function) | 321 | (gdb-display-source-buffer, gdb-view-source-function) |
| 294 | (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows) | 322 | (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows) |
| @@ -375,19 +403,6 @@ | |||
| 375 | * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs | 403 | * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs |
| 376 | to C source files specially. | 404 | to C source files specially. |
| 377 | 405 | ||
| 378 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 379 | |||
| 380 | * progmodes/compile.el: Require CL. | ||
| 381 | (compilation-mode-font-lock-keywords): Re-install the "line as | ||
| 382 | function" patch. | ||
| 383 | |||
| 384 | * help-fns.el (help-C-source-directory): New var. | ||
| 385 | (help-subr-name, help-C-file-name, help-find-C-source): New funs. | ||
| 386 | (describe-function-1, describe-variable): Use them. | ||
| 387 | |||
| 388 | * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs | ||
| 389 | to C source files specially. | ||
| 390 | |||
| 391 | 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org> | 406 | 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org> |
| 392 | 407 | ||
| 393 | * info.el (Info-hide-cookies-node): New function. | 408 | * info.el (Info-hide-cookies-node): New function. |
| @@ -667,7 +682,7 @@ | |||
| 667 | 682 | ||
| 668 | * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) | 683 | * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item) |
| 669 | (gud-gdba-marker-filter): Log the process input and output, if | 684 | (gud-gdba-marker-filter): Log the process input and output, if |
| 670 | required. (from Stefan Monnier) | 685 | required. From Stefan Monnier. |
| 671 | (gdb-debug-log, gdb-enable-debug-log): New variables. | 686 | (gdb-debug-log, gdb-enable-debug-log): New variables. |
| 672 | (gdb-post-prompt): Don't do gdb-var-update on Mac OS X. | 687 | (gdb-post-prompt): Don't do gdb-var-update on Mac OS X. |
| 673 | 688 | ||
| @@ -1505,7 +1520,7 @@ | |||
| 1505 | 1520 | ||
| 1506 | * printing.el: Replace "As Is..." in PostScript file print/preview by | 1521 | * printing.el: Replace "As Is..." in PostScript file print/preview by |
| 1507 | "No Preprocessing...". Suggested by Colin Marquardt | 1522 | "No Preprocessing...". Suggested by Colin Marquardt |
| 1508 | <marquardt@zmd.de>. | 1523 | <_marquardt_@zmd.de>. |
| 1509 | (pr-insert-section-4): Adjust buffer interface. | 1524 | (pr-insert-section-4): Adjust buffer interface. |
| 1510 | 1525 | ||
| 1511 | 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net> | 1526 | 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net> |