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

Diff of /emacs/src/ChangeLog

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

revision 1.2416 by schwab, Sat Feb 2 23:05:59 2002 UTC revision 1.2417 by monnier, Sat Feb 2 23:48:37 2002 UTC
# Line 1  Line 1 
1    2002-02-02  Stefan Monnier  <monnier@cs.yale.edu>
2    
3            * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
4            with the same sequence, map that sequence to f10 rather than f0.
5    
6  2002-02-03  Andreas Schwab  <schwab@suse.de>  2002-02-03  Andreas Schwab  <schwab@suse.de>
7    
8          * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the          * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
# Line 11  Line 16 
16    
17  2002-02-02  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-02-02  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
18    
19          * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: Call          * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
20          cancel_hourglass unconditionally.          Call cancel_hourglass unconditionally.
21    
22          * eval.c (Fsignal): Remove duplicated declaration of          * eval.c (Fsignal): Remove duplicated declaration of
23          the variable `display_hourglass_p'.          the variable `display_hourglass_p'.
# Line 34  Line 39 
39  2002-01-27  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-01-27  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
40    
41          * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)          * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
42          (Fread_variable, Fread_buffer, minibuffer-completion-confirm): Fix          (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
43          doc-strings.          Fix doc-strings.
44    
45  2002-01-26  Richard M. Stallman  <rms@gnu.org>  2002-01-26  Richard M. Stallman  <rms@gnu.org>
46    
# Line 132  Line 137 
137          the user requests it.  Use system default width when creating.          the user requests it.  Use system default width when creating.
138          <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.          <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
139    
140          * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New          * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
141          window messages.          New window messages.
142    
143  2002-01-20  Richard M. Stallman  <rms@gnu.org>  2002-01-20  Richard M. Stallman  <rms@gnu.org>
144    
# Line 177  Line 182 
182    
183  2002-01-18  Richard M. Stallman  <rms@gnu.org>  2002-01-18  Richard M. Stallman  <rms@gnu.org>
184    
185          * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.          * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
186          (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.          (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
187    
188  2002-01-17  Richard M. Stallman  <rms@gnu.org>  2002-01-17  Richard M. Stallman  <rms@gnu.org>
# Line 199  Line 204 
204          is invisible.  This can happen if cursor is on top line of a          is invisible.  This can happen if cursor is on top line of a
205          window, and we switch to a buffer with a header line.          window, and we switch to a buffer with a header line.
206    
207          * w32term.c (x_erase_phys_cursor): ditto.          * w32term.c (x_erase_phys_cursor): Ditto.
208    
209  2002-01-16  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-01-16  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
210    
# Line 223  Line 228 
228          * lisp.h (adjust_after_replace_noundo)          * lisp.h (adjust_after_replace_noundo)
229          (Fupdate_coding_systems_internal): Add prototypes.          (Fupdate_coding_systems_internal): Add prototypes.
230    
231          * sound.c (Fplay_sound): Initialize header_size also for :data          * sound.c (Fplay_sound): Initialize header_size also for :data case.
         case.  
232    
233  2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>  2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
234    
# Line 260  Line 264 
264          * emacs.c (USAGE2): Add the new full-screen arguments.          * emacs.c (USAGE2): Add the new full-screen arguments.
265          (standard_args): Ditto.          (standard_args): Ditto.
266    
267          * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New          * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
268          variables.          New variables.
269          (syms_of_xfns): Intern and staticpro them.          (syms_of_xfns): Intern and staticpro them.
270          (x_frame_parms) <"fullscreen">: New parameter.          (x_frame_parms) <"fullscreen">: New parameter.
271          (x_fullscreen_move, x_set_fullscreen): New functions.          (x_fullscreen_move, x_set_fullscreen): New functions.
# Line 272  Line 276 
276    
277          * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.          * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
278          (XTread_socket) <Expose>: Call x_check_fullscreen.          (XTread_socket) <Expose>: Call x_check_fullscreen.
279          <ConfigureNotify>: Don't resize to fullscreen.  Call          <ConfigureNotify>: Don't resize to fullscreen.
280          x_check_fullscreen_move, and set the want_fullscreen member of          Call x_check_fullscreen_move, and set the want_fullscreen member of
281          output_data.x.          output_data.x.
282    
283  2002-01-13  Jason Rumney  <jasonr@gnu.org>  2002-01-13  Jason Rumney  <jasonr@gnu.org>
# Line 290  Line 294 
294    
295  2002-01-13  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-01-13  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
296    
297          * keyboard.c (read_key_sequence): Remove unused variable          * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
         `extra_maps'.  
298    
299  2002-01-13  Andreas Schwab  <schwab@suse.de>  2002-01-13  Andreas Schwab  <schwab@suse.de>
300    

Legend:
Removed from v.1.2416  
changed lines
  Added in v.1.2417

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