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.3


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.3
Date: Tue, 28 Jan 2003 18:49:17 -0500

Index: emacs/src/ChangeLog.3
diff -c emacs/src/ChangeLog.3:1.7 emacs/src/ChangeLog.3:1.8
*** emacs/src/ChangeLog.3:1.7   Thu Aug 22 10:21:07 2002
--- emacs/src/ChangeLog.3       Tue Jan 28 18:49:11 2003
***************
*** 422,429 ****
  
  1993-05-24  Jim Blandy  (address@hidden)
  
!       * buffer.c (Fmake_overlay): Put beg and end in the
!       right order.
        (Fmove_overlay): If beg and end are markers, make sure they're in
        the right buffer.
  
--- 422,428 ----
  
  1993-05-24  Jim Blandy  (address@hidden)
  
!       * buffer.c (Fmake_overlay): Put beg and end in the right order.
        (Fmove_overlay): If beg and end are markers, make sure they're in
        the right buffer.
  
***************
*** 5777,5783 ****
  
  1992-09-02  Barry A. Warsaw   (address@hidden)
  
!       * Extended syntax.c in the following ways to support up to 2
        orthogonal comment styles per mode.  This is needed for C++.
        Bit 6 of syntax table entry for a character indicates
        it is part of the `b' comment style.  Otherwise it is
--- 5776,5782 ----
  
  1992-09-02  Barry A. Warsaw   (address@hidden)
  
!       Extended syntax.c in the following ways to support up to 2
        orthogonal comment styles per mode.  This is needed for C++.
        Bit 6 of syntax table entry for a character indicates
        it is part of the `b' comment style.  Otherwise it is
***************
*** 7137,7143 ****
        * screen.h [not MULTI_SCREEN]: The name is
        `SCREEN_MINIBUF_ONLY_P', not `SCREEN_IS_MINIBUF_ONLY'.
  
!       * xdisp [not MULTI_SCREEN] (Fredraw_display): Removed definition
        here; the non-multi-screen version is already defined in
        dispnew.c, alongside the multi-screen version.
        (syms_of_xdisp): Don't try to defsubr Sredraw_display; it doesn't
--- 7136,7142 ----
        * screen.h [not MULTI_SCREEN]: The name is
        `SCREEN_MINIBUF_ONLY_P', not `SCREEN_IS_MINIBUF_ONLY'.
  
!       * xdisp.c [not MULTI_SCREEN] (Fredraw_display): Removed definition
        here; the non-multi-screen version is already defined in
        dispnew.c, alongside the multi-screen version.
        (syms_of_xdisp): Don't try to defsubr Sredraw_display; it doesn't
***************
*** 7974,7980 ****
        conditional expression to SIGTYPE, to match the type of the
        float_error call in the `then' clause.
  
!       * s/hpux8: #define HPUX8; this is supposed to be customary
        procedure, and fileio.c was expecting it, but somehow it didn't
        get defined.
  
--- 7973,7979 ----
        conditional expression to SIGTYPE, to match the type of the
        float_error call in the `then' clause.
  
!       * s/hpux8.h: #define HPUX8; this is supposed to be customary
        procedure, and fileio.c was expecting it, but somehow it didn't
        get defined.
  
***************
*** 8026,8032 ****
        * unexec.c (sbrk): Declare this to return void * if __STDC__ is
        defined, or char * otherwise.
  
!       * lread.c init_lread): Re-cleaned logic.  To determine whether the
        load path was changed before dumping, cons up a dump path and
        compare it.  This method is more localized and accurate.
        (initial_path): Variable removed.
--- 8025,8031 ----
        * unexec.c (sbrk): Declare this to return void * if __STDC__ is
        defined, or char * otherwise.
  
!       * lread.c (init_lread): Re-cleaned logic.  To determine whether the
        load path was changed before dumping, cons up a dump path and
        compare it.  This method is more localized and accurate.
        (initial_path): Variable removed.
***************
*** 12499,12505 ****
        * dispnew.c, xdisp.c: (un)hold_window_change no longer exists;
        added do_pending_window_change from 18.56.
  
!       * process.[ch]:  added the raw_status_low and raw_status_high
        code from 18.56.
  
  1990-09-29  Richard Stallman  (address@hidden)
--- 12498,12504 ----
        * dispnew.c, xdisp.c: (un)hold_window_change no longer exists;
        added do_pending_window_change from 18.56.
  
!       * process.c, process.h: Add the raw_status_low and raw_status_high
        code from 18.56.
  
  1990-09-29  Richard Stallman  (address@hidden)
***************
*** 13043,13049 ****
  
  1990-06-14  Joseph Arceneaux  (address@hidden)
  
!       * Globally replaced screen_width with macro
        SCREEN_WIDTH (selected_screen).
        * dispnew.c (init_display): Don't set SCREEN_WIDTH, etc. from
        screen_width.
--- 13042,13048 ----
  
  1990-06-14  Joseph Arceneaux  (address@hidden)
  
!       Globally replaced screen_width with macro
        SCREEN_WIDTH (selected_screen).
        * dispnew.c (init_display): Don't set SCREEN_WIDTH, etc. from
        screen_width.
***************
*** 13735,13741 ****
  
  1990-03-08  Joseph Arceneaux  (address@hidden)
  
!       * xterm.c  x_focus_screen no longer static.
        (x_error_handler):  Use XDefaultIOError.
  
        * screen.c (Ffocus_screen):  New subr, removed Fscreen_has_focus.
--- 13734,13740 ----
  
  1990-03-08  Joseph Arceneaux  (address@hidden)
  
!       * xterm.c (x_focus_screen): no longer static.
        (x_error_handler):  Use XDefaultIOError.
  
        * screen.c (Ffocus_screen):  New subr, removed Fscreen_has_focus.
***************
*** 13781,13787 ****
  
  1990-03-04  Joseph Arceneaux  (address@hidden)
  
!       * eval.c  If using X windows, include xterm.h.
        (error):  TOTALLY_UNBLOCK_INPUT if using X.
  
        * xterm.h: BLOCK_INPUT, UNBLOCK_INPUT:  No signal stuff, just inc
--- 13780,13786 ----
  
  1990-03-04  Joseph Arceneaux  (address@hidden)
  
!       * eval.c: If using X windows, include xterm.h.
        (error):  TOTALLY_UNBLOCK_INPUT if using X.
  
        * xterm.h: BLOCK_INPUT, UNBLOCK_INPUT:  No signal stuff, just inc
***************
*** 13975,13981 ****
  1990-02-06  Joseph Arceneaux  (address@hidden)
  
        * xfns.c (Fx_pixel_width, Fx_pixel_height): New subrs.
!       * xterm.h New components pixel_width, pixel_height, to x_display.
        * xterm.c (XTread_socket): On configure notify, set these components.
  
        * window.c (Fset_window_configuration): Select the screen of the
--- 13974,13980 ----
  1990-02-06  Joseph Arceneaux  (address@hidden)
  
        * xfns.c (Fx_pixel_width, Fx_pixel_height): New subrs.
!       * xterm.h: New components pixel_width, pixel_height, to x_display.
        * xterm.c (XTread_socket): On configure notify, set these components.
  
        * window.c (Fset_window_configuration): Select the screen of the
***************
*** 14261,14267 ****
  
  1989-12-03  Joseph Arceneaux  (address@hidden)
  
!       * alloc: Upped NSTATICS from 200 to 256.
  
        * xterm.c (XTread_socket):  Report MotionNotify events only if
        mouse has changed character position.  Call x_read_mouse_position.
--- 14260,14266 ----
  
  1989-12-03  Joseph Arceneaux  (address@hidden)
  
!       * alloc.c: Upped NSTATICS from 200 to 256.
  
        * xterm.c (XTread_socket):  Report MotionNotify events only if
        mouse has changed character position.  Call x_read_mouse_position.
***************
*** 14319,14325 ****
        (function keys).  Also, handle these and mouse events with
        prefixes (by ignoring the prefixes for now).
  
!       * xfns.c New variable Vx_mouse_grabbed.
        * xterm.c (construct_mouse_event): Use it.
        (XTread_socket): Return Lisp_Symbol for function key.
  
--- 14318,14324 ----
        (function keys).  Also, handle these and mouse events with
        prefixes (by ignoring the prefixes for now).
  
!       * xfns.c: New variable Vx_mouse_grabbed.
        * xterm.c (construct_mouse_event): Use it.
        (XTread_socket): Return Lisp_Symbol for function key.
  
***************
*** 14789,14795 ****
  
  1989-08-24  Richard Stallman  (address@hidden)
  
!       * Use two variables to convey reason for synch process death,
        to avoid consing in signal handler.
        They are synch_process_death and synch_process_retcode.
        * callproc.c (Fcall_process): Use both variables.
--- 14788,14794 ----
  
  1989-08-24  Richard Stallman  (address@hidden)
  
!       Use two variables to convey reason for synch process death,
        to avoid consing in signal handler.
        They are synch_process_death and synch_process_retcode.
        * callproc.c (Fcall_process): Use both variables.
***************
*** 15219,15225 ****
        * eval.c (Fdefvar): Operate on default value if sym is buffer-local.
        (Fdefconst): Likewise.
  
!       * Allow buffer-local variables to be void in one buffer
        or in the default value.
        * data.c (swap_in_symval_forwarding): New function.
        (Fboundp, Fsymbol_value): Use that.
--- 15218,15224 ----
        * eval.c (Fdefvar): Operate on default value if sym is buffer-local.
        (Fdefconst): Likewise.
  
!       Allow buffer-local variables to be void in one buffer
        or in the default value.
        * data.c (swap_in_symval_forwarding): New function.
        (Fboundp, Fsymbol_value): Use that.
***************
*** 15574,15580 ****
  
  1989-05-02  Richard Stallman  (address@hidden)
  
!       * Begin changing representation of compiled functions.
        * lisp.h (enum Lisp_Type): New type code Lisp_Compiled, like a vector.
        (COMPILED_*): Names for slots in those vectors.
        * alloc.c (Fmake_compiled_code): New function.
--- 15573,15579 ----
  
  1989-05-02  Richard Stallman  (address@hidden)
  
!       Begin changing representation of compiled functions.
        * lisp.h (enum Lisp_Type): New type code Lisp_Compiled, like a vector.
        (COMPILED_*): Names for slots in those vectors.
        * alloc.c (Fmake_compiled_code): New function.
***************
*** 16026,16033 ****
        Check for dead connection only if new arg EXPECTED is nonzero.
        All callers changed (keyboard and sysdep).
  
!       * Simplify keyboard input.
!       * keyboard.c (read_avail_input): Don't assume buffer is empty.
        Don't call get_input_pending; do FIONREAD here.
        Don't do FIONREAD if read_socket_hook, just tell it don't wait.
        Arg EXPECTED is passed to read_socket_hook.
--- 16025,16032 ----
        Check for dead connection only if new arg EXPECTED is nonzero.
        All callers changed (keyboard and sysdep).
  
!       * keyboard.c: Simplify keyboard input.
!       (read_avail_input): Don't assume buffer is empty.
        Don't call get_input_pending; do FIONREAD here.
        Don't do FIONREAD if read_socket_hook, just tell it don't wait.
        Arg EXPECTED is passed to read_socket_hook.
***************
*** 16035,16041 ****
        (gobble_input): Use read_avail_input; arg EXPECTED passed along.
        (get_input_pending): let gobble_input do the work.
  
!       * VMS keyboard input should have interrupt_input nonzero.
        * keyboard.c (Fset_input_mode, init_keyboard): [VMS] Always set
        interrupt_input to 1.
        (get_input_pending): Special case deleted.
--- 16034,16040 ----
        (gobble_input): Use read_avail_input; arg EXPECTED passed along.
        (get_input_pending): let gobble_input do the work.
  
!       VMS keyboard input should have interrupt_input nonzero.
        * keyboard.c (Fset_input_mode, init_keyboard): [VMS] Always set
        interrupt_input to 1.
        (get_input_pending): Special case deleted.
***************
*** 16250,16256 ****
        * ymakefile (obj): Include floatfns.o.
        * data.c (syms_of_data): Fix typo Snumberp_or_marker_p.
  
!       * Allow keymaps to have other keymaps as tails.
        Thus, one keymap can inherit from another.
        * keymap.c (Fwhere_is_internal): Ignore non-cons elements of alist.
        (Faccessible_keymaps): Support symbols as alist indices.
--- 16249,16255 ----
        * ymakefile (obj): Include floatfns.o.
        * data.c (syms_of_data): Fix typo Snumberp_or_marker_p.
  
!       Allow keymaps to have other keymaps as tails.
        Thus, one keymap can inherit from another.
        * keymap.c (Fwhere_is_internal): Ignore non-cons elements of alist.
        (Faccessible_keymaps): Support symbols as alist indices.




reply via email to

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