# HG changeset patch # User Kim F. Storm # Date 1100006319 0 # Node ID af3035cf985a2c9a0a7071d44159ab0cb73629f8 # Parent 49b5dabf0cccb94f20b692f1b765486fb2e88917 *** empty log message *** diff -r 49b5dabf0ccc -r af3035cf985a src/ChangeLog --- a/src/ChangeLog Tue Nov 09 11:16:32 2004 +0000 +++ b/src/ChangeLog Tue Nov 09 13:18:39 2004 +0000 @@ -1,3 +1,38 @@ +2004-11-09 Kim F. Storm + + * xselect.c: Include and (for getpid). + Fix various comments referring to XEvents instead of input events. + (x_queue_event): Fix format strings. + (x_stop_queuing_selection_requests): Likewise. + + * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'. + (pint2hrstr): Add extra braces to silence compiler. + + * print.c (print_object): Fix format string. + + * lread.c (read1): Fix next_char matching. + + * lisp.h (Fdelete): Add EXFUN. + (replace_range_2): Add prototype. + + * keyboard.c (read_avail_input): Remove unused variable 'discard'. + + * intervals.h (NULL_INTERVAL_P): Add separate version when + ENABLE_CHECKING is not defined to silence compiler. + (compare_string_intervals): Add prototype. + + * fringe.c (destroy_fringe_bitmap): Fix return type. + (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'. + + * emacs.c (Fdump_emacs): Fix format string. + + * doc.c: Include . + (Fsubstitute_command_keys): Remove unused variable 'firstkey'. + + * data.c (store_symval_forwarding): Remove unused variables. + + * callint.c (Fcall_interactively): Remove unused variable 'funcar'. + 2004-11-09 Jan Dj,Ad(Brv * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies @@ -10,7 +45,7 @@ start over rather than sleeping and retry with same socket. 2004-11-09 Jan Dj,Ad(Brv - + * .cvsignore: Add buildobj.lst. * doc.c: New variable Vbuild_files.