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.5


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.5
Date: Fri, 04 Apr 2003 01:23:45 -0500

Index: emacs/src/ChangeLog.5
diff -c emacs/src/ChangeLog.5:1.3 emacs/src/ChangeLog.5:1.4
*** emacs/src/ChangeLog.5:1.3   Tue Jan 28 18:49:11 2003
--- emacs/src/ChangeLog.5       Tue Feb  4 09:03:11 2003
***************
*** 1766,1772 ****
        * m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it.
        [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
  
! 1995-03-26  Germano Caronni <address@hidden>
  
        * ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking
        of blocks while reallocating, if shrinking by more than one page.
--- 1766,1772 ----
        * m/intel386.h (C_SWITCH_SYSTEM): Don't #undef or define it.
        [SOLARIS2, SOLARIS2_4, !__GNUC__] (C_SWITCH_MACHINE): Define instead.
  
! 1995-03-26  Germano Caronni  <address@hidden>
  
        * ralloc.c (r_re_alloc): Correct realloc behavior--allow shrinking
        of blocks while reallocating, if shrinking by more than one page.
***************
*** 1789,1795 ****
  
        * textprop.c (Fnext_property_change): Fix previous change.
  
! 1995-03-23  Kevin Rodgers <address@hidden>
  
        * print.c (temp_output_buffer_setup): (Re)set the default
        directory of the temp buffer to that of the current buffer.
--- 1789,1795 ----
  
        * textprop.c (Fnext_property_change): Fix previous change.
  
! 1995-03-23  Kevin Rodgers  <address@hidden>
  
        * print.c (temp_output_buffer_setup): (Re)set the default
        directory of the temp buffer to that of the current buffer.
***************
*** 3199,3205 ****
        * dispnew.c (scrolling): Fewer restrictions if scroll_region_ok is
        set.  New vector old_draw_cost for direct scrolling method.
  
! 1994-12-23  Michal Jankowski (address@hidden)
  
        * keyboard.c (read_char): Don't echo keys when echo_keystrokes is 0.
  
--- 3199,3205 ----
        * dispnew.c (scrolling): Fewer restrictions if scroll_region_ok is
        set.  New vector old_draw_cost for direct scrolling method.
  
! 1994-12-23  Michal Jankowski  (address@hidden)
  
        * keyboard.c (read_char): Don't echo keys when echo_keystrokes is 0.
  
***************
*** 4314,4320 ****
  
        * buffer.c (list_buffers_1): Always mark current_buffer read-only.
  
! 1994-10-20  Fred Pierresteguy <address@hidden>
  
        * m/dpx2.h (LD_SWITCH_MACHINE): Defined.
  
--- 4314,4320 ----
  
        * buffer.c (list_buffers_1): Always mark current_buffer read-only.
  
! 1994-10-20  Fred Pierresteguy  <address@hidden>
  
        * m/dpx2.h (LD_SWITCH_MACHINE): Defined.
  
***************
*** 5279,5285 ****
  
        * window.c (syms_of_window): Doc fix.
  
! 1994-09-26  Fred Pierresteguy <address@hidden>
  
        * m/dpx2.h (POSIX_SIGNALS): Define it.
        (sigsetmask): Add #undef.
--- 5279,5285 ----
  
        * window.c (syms_of_window): Doc fix.
  
! 1994-09-26  Fred Pierresteguy  <address@hidden>
  
        * m/dpx2.h (POSIX_SIGNALS): Define it.
        (sigsetmask): Add #undef.
***************
*** 5485,5491 ****
  
        * editfns.c (Fmessage_box): Renamed from Fbox_message.
  
! 1994-09-17  Michael Ben-Gershon (address@hidden)
  
        * unexec.c (copy_text_and_data): Add RISCiX changes.
  
--- 5485,5491 ----
  
        * editfns.c (Fmessage_box): Renamed from Fbox_message.
  
! 1994-09-17  Michael Ben-Gershon  (address@hidden)
  
        * unexec.c (copy_text_and_data): Add RISCiX changes.
  
***************
*** 5793,5799 ****
  
        * term.c (clear_to_end): Fix reversed condition.
  
! 1994-09-16  K. Berry <address@hidden>
  
        * dired.c (Qcompletion_ignored_extensions): New symbol.
        (syms_of_dired): Initialize it.
--- 5793,5799 ----
  
        * term.c (clear_to_end): Fix reversed condition.
  
! 1994-09-16  K. Berry  <address@hidden>
  
        * dired.c (Qcompletion_ignored_extensions): New symbol.
        (syms_of_dired): Initialize it.
***************
*** 5804,5810 ****
        * s/msdos.h (MODE_LINE_BINARY_TEXT): Define this symbol.
        * xdisp.c (decode_mode_spec): Use it when defined.
  
! 1994-09-16  Andreas Schwab <address@hidden>
        * minibuf.c (read_minibuf): Don't add to the history list if the
        minibuffer string is empty, since it is not very useful.
  
--- 5804,5810 ----
        * s/msdos.h (MODE_LINE_BINARY_TEXT): Define this symbol.
        * xdisp.c (decode_mode_spec): Use it when defined.
  
! 1994-09-16  Andreas Schwab  <address@hidden>
        * minibuf.c (read_minibuf): Don't add to the history list if the
        minibuffer string is empty, since it is not very useful.
  
***************
*** 6045,6051 ****
        instead of whether SIGIO is defined.
        * Makefile.in.in (xterm.o): Depend on keyboard.h.
  
! 1994-08-26  Kevin Rodgers <address@hidden>
  
        * xfns.c (Fx_color_defined_p): Return list of RGB values, not just t.
  
--- 6045,6051 ----
        instead of whether SIGIO is defined.
        * Makefile.in.in (xterm.o): Depend on keyboard.h.
  
! 1994-08-26  Kevin Rodgers  <address@hidden>
  
        * xfns.c (Fx_color_defined_p): Return list of RGB values, not just t.
  




reply via email to

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