Mercurial > emacs
changeset 50813:7d0357cde5ff
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 04 May 2003 20:24:33 +0000 |
parents | 15929fed5553 |
children | 28d06c5071e1 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 04 19:55:38 2003 +0000 +++ b/lisp/ChangeLog Sun May 04 20:24:33 2003 +0000 @@ -1,3 +1,13 @@ +2003-05-04 Emmanuel Briot <briot@gnat.com> + + * progmodes/ada-mode.el + * progmodes/ada-prj.el + * progmodes/ada-stmt.el + * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's + better to use (featurep 'xemacs). + Removed warnings generated with Emacs 21.3.x (mostly by adding + needed `require' statements). + 2003-05-04 Nick Roberts <nick@nick.uklinux.net> * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm, @@ -8,9 +18,9 @@ 2003-05-03 Nick Roberts <nick@nick.uklinux.net> - * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): + * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon): Include bitmap data for monochrome display. - (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data): + (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data): New constants. 2003-05-03 Richard M. Stallman <rms@gnu.org>