]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 May 2003 20:24:33 +0000 (20:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 May 2003 20:24:33 +0000 (20:24 +0000)
lisp/ChangeLog

index a40b3af5d1e0ab8641fee7938f74a451b938310f..7867a56729d70b0297623eed43fb7312ab8916ba 100644 (file)
@@ -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>