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: Tue, 08 Feb 2005 15:49:18 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4213 emacs/src/ChangeLog:1.4214
*** emacs/src/ChangeLog:1.4213  Mon Feb  7 21:31:56 2005
--- emacs/src/ChangeLog Tue Feb  8 20:49:16 2005
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-02-08  Stefan Monnier  <address@hidden>
+ 
+       * undo.c (Fprimitive_undo): Check veracity of delta,start,end.
+ 
  2005-02-07  Jan Dj,Ad(Brv  <address@hidden>
  
        * xfns.c (Fx_change_window_property): Use long array when format is 32.
***************
*** 20,26 ****
        (Fx_send_client_event): Undo change from 2005-02-05,
        x_fill_property_data now handles that case.
  
!       * xfns.c (Fx_backspace_delete_keys_p): Added comment about the
        reason for the approach in the code.
  
  2005-02-07  Kim F. Storm  <address@hidden>
--- 24,30 ----
        (Fx_send_client_event): Undo change from 2005-02-05,
        x_fill_property_data now handles that case.
  
!       * xfns.c (Fx_backspace_delete_keys_p): Add comment about the
        reason for the approach in the code.
  
  2005-02-07  Kim F. Storm  <address@hidden>
***************
*** 35,42 ****
  
  2005-02-05  Andreas Schwab  <address@hidden>
  
!       * sysdep.c (sys_subshell): Properly terminate execlp argument
!       list.
  
  2005-02-05  Jan Dj,Ad(Brv  <address@hidden>
  
--- 39,45 ----
  
  2005-02-05  Andreas Schwab  <address@hidden>
  
!       * sysdep.c (sys_subshell): Properly terminate execlp argument list.
  
  2005-02-05  Jan Dj,Ad(Brv  <address@hidden>
  
***************
*** 76,83 ****
  
        * macfns.c (x_create_tip_frame): Likewise.
  
!       * macterm.c (mac_draw_string_common, x_make_frame_visible):
!       Likewise.
  
  2005-02-03  Richard M. Stallman  <address@hidden>
  
--- 79,85 ----
  
        * macfns.c (x_create_tip_frame): Likewise.
  
!       * macterm.c (mac_draw_string_common, x_make_frame_visible): Likewise.
  
  2005-02-03  Richard M. Stallman  <address@hidden>
  
***************
*** 9955,9961 ****
        * search.c (Fmatch_data): Doc fix.  Explicitly state that
        match-data is undefined if last search failed.
  
!       * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
        All uses changed.
  
  2003-02-12  Juanma Barranquero  <address@hidden>
--- 9957,9963 ----
        * search.c (Fmatch_data): Doc fix.  Explicitly state that
        match-data is undefined if last search failed.
  
!       * keymap.c (Fcommand_remapping): Rename from Fremap_command.
        All uses changed.
  
  2003-02-12  Juanma Barranquero  <address@hidden>
***************
*** 10662,10668 ****
        selected frame.
  
        * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
!       (syms_of_keymap): staticpro them.
        (Fapropos_internal): Initialize them and clear them out.
        Don't GCPRO them.
  
--- 10664,10670 ----
        selected frame.
  
        * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
!       (syms_of_keymap): Staticpro them.
        (Fapropos_internal): Initialize them and clear them out.
        Don't GCPRO them.
  
***************
*** 12764,12772 ****
        * fns.c (concat): Likewise.
        * lread.c (read_vector): Likewise.
  
!       * lisp.h (SMBP): Deleted.  All uses changed to STRING_MULTIBYTE.
        (STRING_SET_UNIBYTE): New macro.
!       (SET_STRING_BYTES): Deleted.  Callers (all of which supplied a
        length of -1) changed to use STRING_SET_UNIBYTE.
        * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
        casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
--- 12766,12774 ----
        * fns.c (concat): Likewise.
        * lread.c (read_vector): Likewise.
  
!       * lisp.h (SMBP): Delete.  All uses changed to STRING_MULTIBYTE.
        (STRING_SET_UNIBYTE): New macro.
!       (SET_STRING_BYTES): Delete.  Callers (all of which supplied a
        length of -1) changed to use STRING_SET_UNIBYTE.
        * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
        casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
***************
*** 12809,12815 ****
  2002-07-11  Richard M. Stallman  <address@hidden>
  
        * alloc.c (Vmemory_full): New variable.
!       (Vmemory_signal_data): Renamed from memory_signal_data.
        Uses changed.
        (syms_of_alloc): Defvar them.
        (memory_full, buffer_memory_full): Set Vmemory_full.
--- 12811,12817 ----
  2002-07-11  Richard M. Stallman  <address@hidden>
  
        * alloc.c (Vmemory_full): New variable.
!       (Vmemory_signal_data): Rename from memory_signal_data.
        Uses changed.
        (syms_of_alloc): Defvar them.
        (memory_full, buffer_memory_full): Set Vmemory_full.
***************
*** 12827,12833 ****
        (reseat_at_next_visible_line_start, next_element_from_buffer):
        Use `double', not `float', when calling indented_beyond_p.
  
!       * s/hpux11.h (BROKEN_SA_RESTART): Defined.
  
        * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
  
--- 12829,12835 ----
        (reseat_at_next_visible_line_start, next_element_from_buffer):
        Use `double', not `float', when calling indented_beyond_p.
  
!       * s/hpux11.h (BROKEN_SA_RESTART): Define.
  
        * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
  
***************
*** 13585,13591 ****
  
  2002-05-11  Kim F. Storm  <address@hidden>
  
!       * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
        only update cmm_size if realloc actually succeeds.
        Testing with initial size of 2 elements revealed that using
        realloc on GNU/Linux would cause a random trap in xmalloc
--- 13587,13593 ----
  
  2002-05-11  Kim F. Storm  <address@hidden>
  
!       * keymap.c (current_minor_maps): Fix resizing of cmm_maps;
        only update cmm_size if realloc actually succeeds.
        Testing with initial size of 2 elements revealed that using
        realloc on GNU/Linux would cause a random trap in xmalloc
***************
*** 14824,14830 ****
  
  2002-02-24  Kim F. Storm  <address@hidden>
  
!       * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
        The validation of the event type was too strict as it didn't
        allow string events; buffer names are used in bindings for
        menu-bar-select-buffer (see `menu-bar-update-buffers').
--- 14826,14832 ----
  
  2002-02-24  Kim F. Storm  <address@hidden>
  
!       * keymap.c (Flookup_key): Fix problem in 2001-12-28 patch:
        The validation of the event type was too strict as it didn't
        allow string events; buffer names are used in bindings for
        menu-bar-select-buffer (see `menu-bar-update-buffers').
***************
*** 14837,14843 ****
        prefix in the keymaps, i.e. [remap COMMAND].
  
        * keymap.c (Qremap, remap_command_vector): New variables.
!       (is_command_symbol): Removed function.
        (Fdefine_key): No longer accept a symbol for KEY.
        Added validation of [remap COMMAND] argument for KEY.
        The DEF is no longer required to be a symbol when remapping a command.
--- 14839,14845 ----
        prefix in the keymaps, i.e. [remap COMMAND].
  
        * keymap.c (Qremap, remap_command_vector): New variables.
!       (is_command_symbol): Remove function.
        (Fdefine_key): No longer accept a symbol for KEY.
        Added validation of [remap COMMAND] argument for KEY.
        The DEF is no longer required to be a symbol when remapping a command.
***************
*** 15195,15201 ****
        Doc updated.  Callers changed.  Pass arg to where_is_internal.
  
        * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
!       (is_command_symbol): Added prototype.
  
        * keyboard.c (Vthis_original_command): New variable.
        (syms_of_keyboard): DEFVAR_LISP it.
--- 15197,15203 ----
        Doc updated.  Callers changed.  Pass arg to where_is_internal.
  
        * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
!       (is_command_symbol): Add prototype.
  
        * keyboard.c (Vthis_original_command): New variable.
        (syms_of_keyboard): DEFVAR_LISP it.
***************
*** 15612,15618 ****
  
  2002-01-03  Kim F. Storm  <address@hidden>
  
!       * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
  
  2002-01-02  Richard M. Stallman  <address@hidden>
  
--- 15614,15620 ----
  
  2002-01-03  Kim F. Storm  <address@hidden>
  
!       * keyboard.c (read_key_sequence): Fix cast of submaps arg to bcopy.
  
  2002-01-02  Richard M. Stallman  <address@hidden>
  




reply via email to

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