/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2699 by rms, Tue Jun 11 19:30:09 2002 UTC revision 1.2700 by monnier, Tue Jun 11 19:51:53 2002 UTC
# Line 1  Line 1 
1    2002-06-11  Stefan Monnier  <monnier@cs.yale.edu>
2    
3            * keyboard.c (read_key_sequence):
4            Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
5            things through those maps after downcasing events.
6            Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
7            applies after function-key-map.
8            Make sure that keytran can be done in the middle in the sequence.
9            Be careful not to throw away events past the one we downcase.
10    
11            * lread.c (read_integer): Remove unused var `tem'.
12            (read1): Fix int/Lisp_Object mixup.
13    
14            * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
15    
16  2002-06-11  Richard M. Stallman  <rms@gnu.org>  2002-06-11  Richard M. Stallman  <rms@gnu.org>
17    
18          * keyboard.c (readable_events): Ignore any number of          * keyboard.c (readable_events): Ignore any number of
# Line 16  Line 31 
31  2002-06-08  Colin Walters  <walters@verbum.org>  2002-06-08  Colin Walters  <walters@verbum.org>
32    
33          * textprop.c (Vchar_property_alias_alist): New variable.          * textprop.c (Vchar_property_alias_alist): New variable.
34          (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.          (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
35    
36          * intervals.c (lookup_char_property): New function for looking up          * intervals.c (lookup_char_property): New function for looking up
37          overlay and text properties, created from textget.          overlay and text properties, created from textget.
38          (textget): Use it.          (textget): Use it.
39            
40          * intervals.h (lookup_char_property): Declare.          * intervals.h (lookup_char_property): Declare.
41          (Vchar_property_alias_alist): Declare.          (Vchar_property_alias_alist): Declare.
42    
# Line 34  Line 49 
49    
50  2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>  2002-06-07  Eli Zaretskii  <eliz@is.elta.co.il>
51    
52          * xselect.c (lisp_data_to_selection_data): Fix last change: set          * xselect.c (lisp_data_to_selection_data): Fix last change:
53          size_ret.          set size_ret.
54    
55  2002-06-07  Andreas Schwab  <schwab@suse.de>  2002-06-07  Andreas Schwab  <schwab@suse.de>
56    
# Line 53  Line 68 
68    
69  2002-06-05  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-06-05  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
70    
71          * fileio.c (choose_write_coding_system): Call          * fileio.c (choose_write_coding_system):
72          select-safe-coding-system properly.          Call select-safe-coding-system properly.
73    
74  2002-06-03  Richard M. Stallman  <rms@gnu.org>  2002-06-03  Richard M. Stallman  <rms@gnu.org>
75    
# Line 67  Line 82 
82    
83  2002-06-03  Ken Raeburn  <raeburn@gnu.org>  2002-06-03  Ken Raeburn  <raeburn@gnu.org>
84    
85          * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19          * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
         change.  
86    
87  2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>  2002-06-02  Thien-Thi Nguyen  <ttn@gnu.org>
88    
# Line 79  Line 93 
93    
94          * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):          * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
95          Cast `current_column' return value to int.          Cast `current_column' return value to int.
96          (back_to_previous_visible_line_start,          (back_to_previous_visible_line_start)
97          reseat_at_next_visible_line_start, next_element_from_buffer):          (reseat_at_next_visible_line_start, next_element_from_buffer):
98          Cast `indented_beyond_p' 3rd arg to float.          Cast `indented_beyond_p' 3rd arg to float.
99    
100          * indent.c (last_known_column): Now a float.          * indent.c (last_known_column): Now a float.
101          (current_column_1, position_indentation, current_column,          (current_column_1, position_indentation, current_column)
102          string_display_width): Return float.          (string_display_width): Return float.
103          (Fcurrent_column): Cast `current_column' return value to int.          (Fcurrent_column): Cast `current_column' return value to int.
104          (Fcurrent_indentation): Cast `position_indentation' retval to int.          (Fcurrent_indentation): Cast `position_indentation' retval to int.
105          (indented_beyond_p): Third arg now a float.          (indented_beyond_p): Third arg now a float.
# Line 145  Line 159 
159          Vread_with_symbol_positions.          Vread_with_symbol_positions.
160          (readevalloop, Fread, Fread_from_string): Use it.          (readevalloop, Fread, Fread_from_string): Use it.
161          (read1): Use readchar_count to add symbol positions to          (read1): Use readchar_count to add symbol positions to
162          Vread_symbol_positions_list if Vread_with_symbol_positions is          Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
         non-nil.  
163          (syms_of_lread): DEFVAR_LISP and initialize them.          (syms_of_lread): DEFVAR_LISP and initialize them.
164    
165          * lread.c (read0, read1, read_list, read_vector, read_multibyte)          * lread.c (read0, read1, read_list, read_vector, read_multibyte)

Legend:
Removed from v.1.2699  
changed lines
  Added in v.1.2700

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26