# HG changeset patch # User Juanma Barranquero # Date 1059432787 0 # Node ID 4e36067248f1bb4335a6ef6c9e5c854132b5b924 # Parent 766599ef3cf7ea6ba6afe7ee8675901c3b551f31 *** empty log message *** diff -r 766599ef3cf7 -r 4e36067248f1 ChangeLog --- a/ChangeLog Mon Jul 28 22:51:58 2003 +0000 +++ b/ChangeLog Mon Jul 28 22:53:07 2003 +0000 @@ -1,3 +1,8 @@ +2003-07-29 Tim Van Holder (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 * configure.in: Make XRegisterIMInstantiateCallback test depend on diff -r 766599ef3cf7 -r 4e36067248f1 lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Jul 28 22:51:58 2003 +0000 +++ b/lib-src/ChangeLog Mon Jul 28 22:53:07 2003 +0000 @@ -1,3 +1,9 @@ +2003-07-29 Ken Brush + + * emacsclient.c (main) + * etags.c (suggest_asking_for_help) + * movemail.c (main): Fix having macros in a printf statement. + 2003-05-31 Juanma Barranquero * makefile.w32-in (lisp): Fix references to byte-run.el, diff -r 766599ef3cf7 -r 4e36067248f1 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 28 22:51:58 2003 +0000 +++ b/lisp/ChangeLog Mon Jul 28 22:53:07 2003 +0000 @@ -1,3 +1,7 @@ +2003-07-29 Thomas W Murphy (tiny change) + + * outline.el (outline-mode-hook): Add defvar. + 2003-07-28 Nick Roberts * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore @@ -12,9 +16,9 @@ 2003-07-23 Masatake YAMATO - * 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 @@ -27,7 +31,7 @@ 2003-07-26 Andre Spiegel - * 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.