emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 09 Nov 2004 08:25:19 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4001 emacs/src/ChangeLog:1.4002
*** emacs/src/ChangeLog:1.4001  Tue Nov  9 10:59:49 2004
--- emacs/src/ChangeLog Tue Nov  9 13:18:39 2004
***************
*** 1,3 ****
--- 1,38 ----
+ 2004-11-09  Kim F. Storm  <address@hidden>
+ 
+       * xselect.c: Include <sys/types.h> and <unistd.h> (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 <ctype.h>.
+       (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  <address@hidden>
  
        * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
***************
*** 10,16 ****
        start over rather than sleeping and retry with same socket.
  
  2004-11-09  Jan Dj,Ad(Brv  <address@hidden>
!       
        * .cvsignore: Add buildobj.lst.
  
        * doc.c: New variable Vbuild_files.
--- 45,51 ----
        start over rather than sleeping and retry with same socket.
  
  2004-11-09  Jan Dj,Ad(Brv  <address@hidden>
! 
        * .cvsignore: Add buildobj.lst.
  
        * doc.c: New variable Vbuild_files.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]