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, 11 Jun 2002 15:51:53 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2699 emacs/src/ChangeLog:1.2700
*** emacs/src/ChangeLog:1.2699  Tue Jun 11 15:30:09 2002
--- emacs/src/ChangeLog Tue Jun 11 15:51:53 2002
***************
*** 1,3 ****
--- 1,18 ----
+ 2002-06-11  Stefan Monnier  <address@hidden>
+ 
+       * keyboard.c (read_key_sequence):
+       Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
+       things through those maps after downcasing events.
+       Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
+       applies after function-key-map.
+       Make sure that keytran can be done in the middle in the sequence.
+       Be careful not to throw away events past the one we downcase.
+ 
+       * lread.c (read_integer): Remove unused var `tem'.
+       (read1): Fix int/Lisp_Object mixup.
+ 
+       * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
+ 
  2002-06-11  Richard M. Stallman  <address@hidden>
  
        * keyboard.c (readable_events): Ignore any number of
***************
*** 16,27 ****
  2002-06-08  Colin Walters  <address@hidden>
  
        * textprop.c (Vchar_property_alias_alist): New variable.
!       (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP. 
  
        * intervals.c (lookup_char_property): New function for looking up
        overlay and text properties, created from textget.
        (textget): Use it.
!       
        * intervals.h (lookup_char_property): Declare.
        (Vchar_property_alias_alist): Declare.
  
--- 31,42 ----
  2002-06-08  Colin Walters  <address@hidden>
  
        * textprop.c (Vchar_property_alias_alist): New variable.
!       (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
  
        * intervals.c (lookup_char_property): New function for looking up
        overlay and text properties, created from textget.
        (textget): Use it.
! 
        * intervals.h (lookup_char_property): Declare.
        (Vchar_property_alias_alist): Declare.
  
***************
*** 34,41 ****
  
  2002-06-07  Eli Zaretskii  <address@hidden>
  
!       * xselect.c (lisp_data_to_selection_data): Fix last change: set
!       size_ret.
  
  2002-06-07  Andreas Schwab  <address@hidden>
  
--- 49,56 ----
  
  2002-06-07  Eli Zaretskii  <address@hidden>
  
!       * xselect.c (lisp_data_to_selection_data): Fix last change:
!       set size_ret.
  
  2002-06-07  Andreas Schwab  <address@hidden>
  
***************
*** 53,60 ****
  
  2002-06-05  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * fileio.c (choose_write_coding_system): Call
!       select-safe-coding-system properly.
  
  2002-06-03  Richard M. Stallman  <address@hidden>
  
--- 68,75 ----
  
  2002-06-05  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * fileio.c (choose_write_coding_system):
!       Call select-safe-coding-system properly.
  
  2002-06-03  Richard M. Stallman  <address@hidden>
  
***************
*** 67,74 ****
  
  2002-06-03  Ken Raeburn  <address@hidden>
  
!       * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19
!       change.
  
  2002-06-02  Thien-Thi Nguyen  <address@hidden>
  
--- 82,88 ----
  
  2002-06-03  Ken Raeburn  <address@hidden>
  
!       * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
  
  2002-06-02  Thien-Thi Nguyen  <address@hidden>
  
***************
*** 79,91 ****
  
        * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
        Cast `current_column' return value to int.
!       (back_to_previous_visible_line_start,
!       reseat_at_next_visible_line_start, next_element_from_buffer):
        Cast `indented_beyond_p' 3rd arg to float.
  
        * indent.c (last_known_column): Now a float.
!       (current_column_1, position_indentation, current_column,
!       string_display_width): Return float.
        (Fcurrent_column): Cast `current_column' return value to int.
        (Fcurrent_indentation): Cast `position_indentation' retval to int.
        (indented_beyond_p): Third arg now a float.
--- 93,105 ----
  
        * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
        Cast `current_column' return value to int.
!       (back_to_previous_visible_line_start)
!       (reseat_at_next_visible_line_start, next_element_from_buffer):
        Cast `indented_beyond_p' 3rd arg to float.
  
        * indent.c (last_known_column): Now a float.
!       (current_column_1, position_indentation, current_column)
!       (string_display_width): Return float.
        (Fcurrent_column): Cast `current_column' return value to int.
        (Fcurrent_indentation): Cast `position_indentation' retval to int.
        (indented_beyond_p): Third arg now a float.
***************
*** 145,152 ****
        Vread_with_symbol_positions.
        (readevalloop, Fread, Fread_from_string): Use it.
        (read1): Use readchar_count to add symbol positions to
!       Vread_symbol_positions_list if Vread_with_symbol_positions is
!       non-nil.
        (syms_of_lread): DEFVAR_LISP and initialize them.
  
        * lread.c (read0, read1, read_list, read_vector, read_multibyte)
--- 159,165 ----
        Vread_with_symbol_positions.
        (readevalloop, Fread, Fread_from_string): Use it.
        (read1): Use readchar_count to add symbol positions to
!       Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
        (syms_of_lread): DEFVAR_LISP and initialize them.
  
        * lread.c (read0, read1, read_list, read_vector, read_multibyte)



reply via email to

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