diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-04-01 02:29:00 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-04-01 02:29:00 +0000 |
commit | 1db42319cc64605abcca863ecf847e7830c2f364 (patch) | |
tree | accfecdb4751d01d091f932e0ed325a31e75be7c /lisp/ChangeLog | |
parent | 37d9d82fe1a783c3a2614f538a513da63f6f6f8c (diff) | |
download | emacs-1db42319cc64605abcca863ecf847e7830c2f364.tar.gz |
Var initialization fix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 80cc80b4122..4b9fae62468 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-04-01 Nick Roberts <nick@nick.uklinux.net> + + * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler) + (gdb-source-info): Don't display source at startup, if required. + (gdb-show-main): New option. + (gdba): Update documentation. + (gdb-source): Cover case of auto-display output. + 2004-03-31 Luc Teirlinck <teirllm@auburn.edu> * autorevert.el: Delete obsolete autoload's and defvar's. @@ -12,13 +20,11 @@ * files.el (buffer-stale-function): Doc change. -2004-04-01 Nick Roberts <nick@nick.uklinux.net> +2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br> - * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler) - (gdb-source-info): Don't display source at startup, if required. - (gdb-show-main): New option. - (gdba): Update documentation. - (gdb-source): Cover case of auto-display output. + * printing.el: New tip on Tips section. + (pr-version): New version number (6.7.4). + (pr-shell-file-name): Initialization fix. 2004-03-31 Juri Linkov <juri@jurta.org> |