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: Sat, 02 Feb 2002 18:48:38 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2416 emacs/src/ChangeLog:1.2417
*** emacs/src/ChangeLog:1.2416  Sat Feb  2 18:05:59 2002
--- emacs/src/ChangeLog Sat Feb  2 18:48:37 2002
***************
*** 1,3 ****
--- 1,8 ----
+ 2002-02-02  Stefan Monnier  <address@hidden>
+ 
+       * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
+       with the same sequence, map that sequence to f10 rather than f0.
+ 
  2002-02-03  Andreas Schwab  <address@hidden>
  
        * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
***************
*** 11,18 ****
  
  2002-02-02  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]: Call
!       cancel_hourglass unconditionally.
  
        * eval.c (Fsignal): Remove duplicated declaration of
        the variable `display_hourglass_p'.
--- 16,23 ----
  
  2002-02-02  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
!       Call cancel_hourglass unconditionally.
  
        * eval.c (Fsignal): Remove duplicated declaration of
        the variable `display_hourglass_p'.
***************
*** 34,41 ****
  2002-01-27  Pavel Jan,Bm(Bk  <address@hidden>
  
        * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
!       (Fread_variable, Fread_buffer, minibuffer-completion-confirm): Fix
!       doc-strings.
  
  2002-01-26  Richard M. Stallman  <address@hidden>
  
--- 39,46 ----
  2002-01-27  Pavel Jan,Bm(Bk  <address@hidden>
  
        * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
!       (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
!       Fix doc-strings.
  
  2002-01-26  Richard M. Stallman  <address@hidden>
  
***************
*** 132,139 ****
        the user requests it.  Use system default width when creating.
        <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
  
!       * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New
!       window messages.
  
  2002-01-20  Richard M. Stallman  <address@hidden>
  
--- 137,144 ----
        the user requests it.  Use system default width when creating.
        <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
  
!       * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
!       New window messages.
  
  2002-01-20  Richard M. Stallman  <address@hidden>
  
***************
*** 177,183 ****
  
  2002-01-18  Richard M. Stallman  <address@hidden>
  
!       * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1. 
        (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
  
  2002-01-17  Richard M. Stallman  <address@hidden>
--- 182,188 ----
  
  2002-01-18  Richard M. Stallman  <address@hidden>
  
!       * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
        (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
  
  2002-01-17  Richard M. Stallman  <address@hidden>
***************
*** 199,205 ****
        is invisible.  This can happen if cursor is on top line of a
        window, and we switch to a buffer with a header line.
  
!       * w32term.c (x_erase_phys_cursor): ditto.
  
  2002-01-16  Pavel Jan,Bm(Bk  <address@hidden>
  
--- 204,210 ----
        is invisible.  This can happen if cursor is on top line of a
        window, and we switch to a buffer with a header line.
  
!       * w32term.c (x_erase_phys_cursor): Ditto.
  
  2002-01-16  Pavel Jan,Bm(Bk  <address@hidden>
  
***************
*** 223,230 ****
        * lisp.h (adjust_after_replace_noundo)
        (Fupdate_coding_systems_internal): Add prototypes.
  
!       * sound.c (Fplay_sound): Initialize header_size also for :data
!         case.
  
  2002-01-14  Eli Zaretskii  <address@hidden>
  
--- 228,234 ----
        * lisp.h (adjust_after_replace_noundo)
        (Fupdate_coding_systems_internal): Add prototypes.
  
!       * sound.c (Fplay_sound): Initialize header_size also for :data case.
  
  2002-01-14  Eli Zaretskii  <address@hidden>
  
***************
*** 260,267 ****
        * emacs.c (USAGE2): Add the new full-screen arguments.
        (standard_args): Ditto.
  
!       * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth): New
!       variables.
        (syms_of_xfns): Intern and staticpro them.
        (x_frame_parms) <"fullscreen">: New parameter.
        (x_fullscreen_move, x_set_fullscreen): New functions.
--- 264,271 ----
        * emacs.c (USAGE2): Add the new full-screen arguments.
        (standard_args): Ditto.
  
!       * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
!       New variables.
        (syms_of_xfns): Intern and staticpro them.
        (x_frame_parms) <"fullscreen">: New parameter.
        (x_fullscreen_move, x_set_fullscreen): New functions.
***************
*** 272,279 ****
  
        * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
        (XTread_socket) <Expose>: Call x_check_fullscreen.
!       <ConfigureNotify>: Don't resize to fullscreen.  Call
!       x_check_fullscreen_move, and set the want_fullscreen member of
        output_data.x.
  
  2002-01-13  Jason Rumney  <address@hidden>
--- 276,283 ----
  
        * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
        (XTread_socket) <Expose>: Call x_check_fullscreen.
!       <ConfigureNotify>: Don't resize to fullscreen.
!       Call x_check_fullscreen_move, and set the want_fullscreen member of
        output_data.x.
  
  2002-01-13  Jason Rumney  <address@hidden>
***************
*** 290,297 ****
  
  2002-01-13  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * keyboard.c (read_key_sequence): Remove unused variable
!       `extra_maps'.
  
  2002-01-13  Andreas Schwab  <address@hidden>
  
--- 294,300 ----
  
  2002-01-13  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
  
  2002-01-13  Andreas Schwab  <address@hidden>
  



reply via email to

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