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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 15 Jun 2003 17:49:24 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3285 emacs/src/ChangeLog:1.3286
*** emacs/src/ChangeLog:1.3285  Sat Jun 14 19:01:02 2003
--- emacs/src/ChangeLog Sun Jun 15 17:49:23 2003
***************
*** 1,7 ****
  2003-06-15  Kim F. Storm  <address@hidden>
  
        * xdisp.c (x_fix_overlapping_area): Always use area relative X
!       to fix redisplay problem with tall characters (such as ,AC(B).  
  
  2003-06-13  Kai Gro,A_(Bjohann  <address@hidden>
  
--- 1,27 ----
+ 2003-06-15  Stefan Monnier  <address@hidden>
+ 
+       * termhooks.h (EVENT_INIT): New macro.
+ 
+       * keyboard.c (mark_kboards): Move from alloc.c.  Mark kbd_buffer.
+ 
+       * alloc.c (mark_kboards): Move to keyboard.c.
+ 
+       * keyboard.c (record_asynch_buffer_change, read_avail_input):
+       * xterm.c (x_dispatch_event):
+       * xmenu.c (find_and_call_menu_selection):
+       * xdisp.c (handle_tool_bar_click):
+       * w32menu.c (menubar_selection_callback):
+       * sysdep.c (kbd_input_ast, read_input_waiting):
+       * msdos.c (dos_rawgetc):
+       * macterm.c (mac_check_for_quit_char):
+       * macmenu.c (menubar_selection_callback):
+       * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
+       data to kbd_buffer_store_event.
+ 
  2003-06-15  Kim F. Storm  <address@hidden>
  
        * xdisp.c (x_fix_overlapping_area): Always use area relative X
!       to fix redisplay problem with tall characters (such as ,AC(B).
  
  2003-06-13  Kai Gro,A_(Bjohann  <address@hidden>
  
***************
*** 15,22 ****
  
        * alloca.c (alloca): Declare arg as size_t.
  
!       * sysdep.c: Remove redundant include of unistd.h, stdlib.h.  Use
!       HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
  
  2003-06-11  Dave Love  <address@hidden>
  
--- 35,42 ----
  
        * alloca.c (alloca): Declare arg as size_t.
  
!       * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
!       Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
  
  2003-06-11  Dave Love  <address@hidden>
  
***************
*** 55,62 ****
        Changes to merge with gnulib version and be consistent with the
        autoconf test:
  
!       * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.  Use
!       HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
        [HAVE_LOCALE_H]: Include locale.h.
        (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
  
--- 75,82 ----
        Changes to merge with gnulib version and be consistent with the
        autoconf test:
  
!       * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
!       Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
        [HAVE_LOCALE_H]: Include locale.h.
        (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
  




reply via email to

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