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

Diff of /emacs/src/ChangeLog.4

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

revision 1.2 by gerd, Sat Oct 6 09:44:36 2001 UTC revision 1.3 by kfstorm, Tue Jan 28 23:49:11 2003 UTC
# Line 864  Line 864 
864          * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion          * xterm.c (XTread_socket) [USE_X_TOOLKIT]: Never pass motion
865          events to the toolkit.          events to the toolkit.
866    
867          * CONFIGURATION now comes via config.h.          CONFIGURATION now comes via config.h.
868          * Makefile.in.in (emacs.o): Use the default .c.o command.          * Makefile.in.in (emacs.o): Use the default .c.o command.
869          (configuration): Make variable deleted.          (configuration): Make variable deleted.
870          * config.h.in (CONFIGURATION): Add #undef.          * config.h.in (CONFIGURATION): Add #undef.
# Line 1389  Line 1389 
1389    
1390          * xterm.c (x_new_font): Fix setting line_height.          * xterm.c (x_new_font): Fix setting line_height.
1391    
1392          * Support fonts of different heights, using tallest as line height:          Support fonts of different heights, using tallest as line height:
1393    
1394          * xfaces.c (frame_update_line_height): New function.          * xfaces.c (frame_update_line_height): New function.
1395          (Fset_face_attribute_internal): Call that.          (Fset_face_attribute_internal): Call that.
# Line 2790  Line 2790 
2790    
2791  1994-02-09  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)  1994-02-09  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
2792    
2793          * Implement a Motif behavior for the menubar. Now, if you move the          * xmenu.c: Implement a Motif behavior for the menubar.
2794          pointer on another menubar item while displaying the contents of a          Now, if you move the pointer on another menubar item while
2795          selected menubar item, the current pulldown menu is closed and the new          displaying the contents of a selected menubar item, the current
2796          one corresponding to the new pointed item is displayed.          pulldown menu is closed and the new one corresponding to the new
2797          * xmenu.c (xmenu_show) [USE_X_TOOLKIT]: Clean up code.          pointed item is displayed.
2798            (xmenu_show) [USE_X_TOOLKIT]: Clean up code.
2799          Handle the MotionNotify events in the XEvent loop.          Handle the MotionNotify events in the XEvent loop.
2800    
2801  1994-02-08  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)  1994-02-08  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
# Line 3122  Line 3123 
3123    
3124  1993-01-18  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)  1993-01-18  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
3125    
3126          * Support use of X toolkit.          Support use of X toolkit.
3127          (USE_X_TOOLKIT): New macro to conditionalize the use of Xt.          * (USE_X_TOOLKIT): New macro to conditionalize the use of Xt.
3128          * widget.c, widgetP.h, widget.h: New files.          * widget.c, widgetP.h, widget.h: New files.
3129          * frame.h (struct frame): New field external_menu_bar.          * frame.h (struct frame): New field external_menu_bar.
3130          (FRAME_EXTERNAL_MENU_BAR): New macro.          (FRAME_EXTERNAL_MENU_BAR): New macro.
# Line 4520  Line 4521 
4521    
4522  1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)  1993-09-10  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
4523    
4524          * Support configuring in a different directory when ${srcdir} has          Support configuring in a different directory when ${srcdir} has
4525          already been configured.          already been configured.
4526          * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c,          * frame.c, xfns.c, xdisp.c, casetab.c, cm.c, casefiddle.c, xterm.c,
4527          xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c,          xrdb.c, eval.c, doc.c, lread.c, callint.c, cmds.c, term.c, fns.c,
# Line 4616  Line 4617 
4617          * sysdep.c (read_input_waiting): If the user specifies          * sysdep.c (read_input_waiting): If the user specifies
4618          `meta-flag', then notice characters with high-bit set.          `meta-flag', then notice characters with high-bit set.
4619    
4620          * Added fixes from Karl Berry for ISC-2.2.          Added fixes from Karl Berry for ISC-2.2.
4621              * s/isc2-2.h (MEMMOVE_MISSING): Define.          * s/isc2-2.h (MEMMOVE_MISSING): Define.
4622              (SIGNALS_VIA_CHARACTERS): Define.          (SIGNALS_VIA_CHARACTERS): Define.
4623              (LIB_STANDARD): Do not include -lcposix.          (LIB_STANDARD): Do not include -lcposix.
4624              (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.          (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
4625    
4626  1993-08-17  Brian Fox  (bfox@ai.mit.edu)  1993-08-17  Brian Fox  (bfox@ai.mit.edu)
4627    
# Line 4969  Line 4970 
4970    
4971  1993-08-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)  1993-08-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
4972    
4973          * From daveg@synaptics.com:          From daveg@synaptics.com:
4974          * keyboard.c (last_mouse_button): Renamed from button_up_button.          * keyboard.c (last_mouse_button): Renamed from button_up_button.
4975          (last_mouse_x, last_mouse_y): Likewise.          (last_mouse_x, last_mouse_y): Likewise.
4976          (button_down_time): Replaces button_up_time.          (button_down_time): Replaces button_up_time.
# Line 6188  Line 6189 
6189          * window.c (Fdelete_window): Mostly undo last change.          * window.c (Fdelete_window): Mostly undo last change.
6190          Don't initialize `frame' in the declaration.          Don't initialize `frame' in the declaration.
6191    
6192          * Make prefix keys work with keymap inheritance          * keymap.c: Make prefix keys work with keymap inheritance
6193          by creating an inheritance structure for each subkeymap          by creating an inheritance structure for each subkeymap
6194          that we create in the inheriting keymap.          that we create in the inheriting keymap.
6195          * keymap.c (access_keymap): New arg NOINHERIT.  All calls changed.          (access_keymap): New arg NOINHERIT.  All calls changed.
6196          (define_as_prefix): New function.          (define_as_prefix): New function.
6197          (Fdefine_key): Use them.          (Fdefine_key): Use them.
6198    
# Line 6273  Line 6274 
6274          Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.          Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
6275          * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of          * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
6276          NO_XRM_SET_DATABASE; the latter isn't used any more.          NO_XRM_SET_DATABASE; the latter isn't used any more.
6277          * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):          * m/delta88k.h, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
6278          Dyke out these #definitions; to avoid conflict with autoconf.          Dyke out these #definitions; to avoid conflict with autoconf.
6279    
6280          * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and          * ymakefile (really-oldXMenu): Explicitly pass CC, CFLAGS, and

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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