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


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

Index: emacs/src/ChangeLog.4
diff -c emacs/src/ChangeLog.4:1.2 emacs/src/ChangeLog.4:1.3
*** emacs/src/ChangeLog.4:1.2   Sat Oct  6 05:44:36 2001
--- emacs/src/ChangeLog.4       Tue Jan 28 18:49:11 2003
***************
*** 864,870 ****
        * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion
        events to the toolkit.
  
!       * CONFIGURATION now comes via config.h.
        * Makefile.in.in (emacs.o): Use the default .c.o command.
        (configuration): Make variable deleted.
        * config.h.in (CONFIGURATION): Add #undef.
--- 864,870 ----
        * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion
        events to the toolkit.
  
!       CONFIGURATION now comes via config.h.
        * Makefile.in.in (emacs.o): Use the default .c.o command.
        (configuration): Make variable deleted.
        * config.h.in (CONFIGURATION): Add #undef.
***************
*** 1389,1395 ****
  
        * xterm.c (x_new_font): Fix setting line_height.
  
!       * Support fonts of different heights, using tallest as line height:
  
        * xfaces.c (frame_update_line_height): New function.
        (Fset_face_attribute_internal): Call that.
--- 1389,1395 ----
  
        * xterm.c (x_new_font): Fix setting line_height.
  
!       Support fonts of different heights, using tallest as line height:
  
        * xfaces.c (frame_update_line_height): New function.
        (Fset_face_attribute_internal): Call that.
***************
*** 2790,2800 ****
  
  1994-02-09  Frederic Pierresteguy  (address@hidden)
  
!       * Implement a Motif behavior for the menubar. Now, if you move the 
!       pointer on another menubar item while displaying the contents of a
!       selected menubar item, the current pulldown menu is closed and the new
!       one corresponding to the new pointed item is displayed.
!       * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Clean up code.
        Handle the MotionNotify events in the XEvent loop.
  
  1994-02-08  Karl Heuer  (address@hidden)
--- 2790,2801 ----
  
  1994-02-09  Frederic Pierresteguy  (address@hidden)
  
!       * xmenu.c: Implement a Motif behavior for the menubar.
!       Now, if you move the pointer on another menubar item while
!       displaying the contents of a selected menubar item, the current
!       pulldown menu is closed and the new one corresponding to the new
!       pointed item is displayed.
!       (xmenu_show) [USE_X_TOOLKIT]: Clean up code.
        Handle the MotionNotify events in the XEvent loop.
  
  1994-02-08  Karl Heuer  (address@hidden)
***************
*** 3122,3129 ****
  
  1993-01-18  Frederic Pierresteguy  (address@hidden)
  
!       * Support use of X toolkit.
!       (USE_X_TOOLKIT): New macro to conditionalize the use of Xt.
        * widget.c, widgetP.h, widget.h: New files.
        * frame.h (struct frame): New field external_menu_bar.
        (FRAME_EXTERNAL_MENU_BAR): New macro.
--- 3123,3130 ----
  
  1993-01-18  Frederic Pierresteguy  (address@hidden)
  
!       Support use of X toolkit.
!       * (USE_X_TOOLKIT): New macro to conditionalize the use of Xt.
        * widget.c, widgetP.h, widget.h: New files.
        * frame.h (struct frame): New field external_menu_bar.
        (FRAME_EXTERNAL_MENU_BAR): New macro.
***************
*** 4520,4526 ****
  
  1993-09-10  Roland McGrath  (address@hidden)
  
!       * Support configuring in a different directory when ${srcdir} has
        already been configured.
        * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c,
        xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c,
--- 4521,4527 ----
  
  1993-09-10  Roland McGrath  (address@hidden)
  
!       Support configuring in a different directory when ${srcdir} has
        already been configured.
        * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c,
        xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c,
***************
*** 4616,4626 ****
        * sysdep.c (read_input_waiting): If the user specifies
        `meta-flag', then notice characters with high-bit set.
  
!       * Added fixes from Karl Berry for ISC-2.2.
!           * s/isc2-2.h (MEMMOVE_MISSING): Define.
!           (SIGNALS_VIA_CHARACTERS): Define.
!           (LIB_STANDARD): Do not include -lcposix.
!           (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
  
  1993-08-17  Brian Fox  (address@hidden)
  
--- 4617,4627 ----
        * sysdep.c (read_input_waiting): If the user specifies
        `meta-flag', then notice characters with high-bit set.
  
!       Added fixes from Karl Berry for ISC-2.2.
!       * s/isc2-2.h (MEMMOVE_MISSING): Define.
!       (SIGNALS_VIA_CHARACTERS): Define.
!       (LIB_STANDARD): Do not include -lcposix.
!       (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
  
  1993-08-17  Brian Fox  (address@hidden)
  
***************
*** 4969,4975 ****
  
  1993-08-01  Richard Stallman  (address@hidden)
  
!       * From address@hidden:
        * keyboard.c (last_mouse_button): Renamed from button_up_button.
        (last_mouse_x, last_mouse_y): Likewise.
        (button_down_time): Replaces button_up_time.
--- 4970,4976 ----
  
  1993-08-01  Richard Stallman  (address@hidden)
  
!       From address@hidden:
        * keyboard.c (last_mouse_button): Renamed from button_up_button.
        (last_mouse_x, last_mouse_y): Likewise.
        (button_down_time): Replaces button_up_time.
***************
*** 6188,6197 ****
        * window.c (Fdelete_window): Mostly undo last change.
        Don't initialize `frame' in the declaration.
  
!       * Make prefix keys work with keymap inheritance
        by creating an inheritance structure for each subkeymap
        that we create in the inheriting keymap.
!       * keymap.c (access_keymap): New arg NOINHERIT.  All calls changed.
        (define_as_prefix): New function.
        (Fdefine_key): Use them.
  
--- 6189,6198 ----
        * window.c (Fdelete_window): Mostly undo last change.
        Don't initialize `frame' in the declaration.
  
!       * keymap.c: Make prefix keys work with keymap inheritance
        by creating an inheritance structure for each subkeymap
        that we create in the inheriting keymap.
!       (access_keymap): New arg NOINHERIT.  All calls changed.
        (define_as_prefix): New function.
        (Fdefine_key): Use them.
  
***************
*** 6273,6279 ****
        Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
        * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
        NO_XRM_SET_DATABASE; the latter isn't used any more.
!       * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
        Dyke out these #definitions; to avoid conflict with autoconf.
  
        * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and
--- 6274,6280 ----
        Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
        * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
        NO_XRM_SET_DATABASE; the latter isn't used any more.
!       * m/delta88k.h, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
        Dyke out these #definitions; to avoid conflict with autoconf.
  
        * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and




reply via email to

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