]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Jul 2003 22:53:07 +0000 (22:53 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Jul 2003 22:53:07 +0000 (22:53 +0000)
ChangeLog
lib-src/ChangeLog
lisp/ChangeLog

index 9e3f6c03b79ffbd72607bb0b9ecc11c6b7d6b6cc..a25dcde597797b95d4ede30225b8d82aa290e661 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-07-29  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
+
+       * configure.in: The function gtk_window_set_icon_from_file was
+       introduced in GTK+ 2.2, so check for that release.
+
 2003-07-22  Dave Love  <fx@gnu.org>
 
        * configure.in: Make XRegisterIMInstantiateCallback test depend on
index a35ce988418fdfe82d8bdc040214481b54dc3460..e6b6b4c2ef733d10f1bb92c604114cc41f76ac19 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-29  Ken Brush  <ken@wirex.com>
+
+       * emacsclient.c (main)
+       * etags.c (suggest_asking_for_help)
+       * movemail.c (main): Fix having macros in a printf statement.
+
 2003-05-31  Juanma Barranquero  <lektu@terra.es>
 
        * makefile.w32-in (lisp): Fix references to byte-run.el,
index 8f62c024064fd38858fb6e64947603ff20fdf0d4..df3f6ec04e04354e31eda46032a4f156dec73e68 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
+
+       * outline.el (outline-mode-hook): Add defvar.
+
 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore
@@ -12,9 +16,9 @@
 
 2003-07-23  Masatake YAMATO  <jet@gyve.org>
 
-       * progmodes/gud.el (gdb-script-font-lock-keywords): 
+       * progmodes/gud.el (gdb-script-font-lock-keywords):
        Put `font-lock-function-name-face' on a symbol which includes
-       `-' like `hook-run'. Put font-lock-variable-name-face 
+       `-' like `hook-run'. Put font-lock-variable-name-face
        on a symbol starting with $.
 
 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
@@ -27,7 +31,7 @@
 
 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
 
-       * vc-hooks.el (vc-default-registered, vc-make-version-backup): 
+       * vc-hooks.el (vc-default-registered, vc-make-version-backup):
        Use with-no-warnings.
        (vc-file-not-found-hook): Add this to find-file-not-found-functions,
        rather than to find-file-not-found-hook, which doesn't exist.