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

Diff of /emacs/src/ChangeLog.8

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

revision 1.5 by gerd, Sat Oct 6 09:46:05 2001 UTC revision 1.5.4.1 by miles, Fri Apr 4 06:20:54 2003 UTC
# Line 1089  Line 1089 
1089          * xfns.c (Fx_show_busy_cursor): Doc-fix.          * xfns.c (Fx_show_busy_cursor): Doc-fix.
1090          (Fx_hide_busy_cursor): Ditto.          (Fx_hide_busy_cursor): Ditto.
1091    
1092  1999-11-17  Marco Walther <walther@siemens-pyramid.com>  1999-11-17  Marco Walther  <walther@siemens-pyramid.com>
1093    
1094          * unexsni.c (unexec): Handle .rel.dyn section.          * unexsni.c (unexec): Handle .rel.dyn section.
1095    
# Line 1187  Line 1187 
1187          * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional          * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
1188          compilation on USE_TEXT_PROPERTIES.          compilation on USE_TEXT_PROPERTIES.
1189    
1190          * Fbyte_code: Use block statements in cases and declare v1 and v2          * bytecode.c (Fbyte_code): Use block statements in cases and
1191          locally there.  Rearrange case statements so that those most          declare v1 and v2 locally there.  Rearrange case statements so
1192          frequently executed come first.  Avoid goto's in frequently          that those most frequently executed come first.  Avoid goto's in
1193          executed cases.          frequently executed cases.
1194    
1195  1999-11-05  Gerd Moellmann  <gerd@gnu.org>  1999-11-05  Gerd Moellmann  <gerd@gnu.org>
1196    
# Line 1807  Line 1807 
1807          Don't call XSetInputFocus because that can generate additional          Don't call XSetInputFocus because that can generate additional
1808          FocusIn events.          FocusIn events.
1809    
1810  1999-10-07  Jeffrey C Honig <jch@bsdi.com>  1999-10-07  Jeffrey C Honig  <jch@bsdi.com>
1811    
1812          * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.          * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
1813    
# Line 2351  Line 2351 
2351          selected_frame.          selected_frame.
2352          (read_minibuf): Ditto.          (read_minibuf): Ditto.
2353    
2354          * keyboard.c (command_loop_1): Change for Lisp_Object          * keyboard.c (command_loop_1): Change for Lisp_Object selected_frame.
         selected_frame.  
2355          (cmd_error_internal, command_loop_1, read_char,          (cmd_error_internal, command_loop_1, read_char,
2356          kbd_buffer_get_event, read_avail_input,          kbd_buffer_get_event, read_avail_input,
2357          read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,          read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,
# Line 2878  Line 2877 
2877          (syms_of_frame_1): Initialize Qmac.          (syms_of_frame_1): Initialize Qmac.
2878          (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.          (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.
2879          (Fmake_terminal_frame) [macintosh]: Add an alternate error check.          (Fmake_terminal_frame) [macintosh]: Add an alternate error check.
2880          (Fmodify_frame_parameters) [macintosh]: Call          (Fmodify_frame_parameters) [macintosh]:
2881          mac_set_frame_parameter in macterm.c.          Call mac_set_frame_parameter in macterm.c.
2882    
2883          * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value          * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
2884          (512) because Mac compilers limit local data of a function to 32K.          (512) because Mac compilers limit local data of a function to 32K.
2885    
2886          * make-docfiles.c: Correctly handle input files with Mac-style          * make-docfiles.c: Correctly handle input files with Mac-style eol's.
         eol's.  
2887    
2888          * sysdep.c: Define numerous routines to emulate Unix system calls.          * sysdep.c: Define numerous routines to emulate Unix system calls.
2889    
# Line 3291  Line 3289 
3289          * window.h (beg_unchanged, end_unchanged, unchanged_modified,          * window.h (beg_unchanged, end_unchanged, unchanged_modified,
3290          overlay_unchanged_modified): Remove extern declarations.          overlay_unchanged_modified): Remove extern declarations.
3291    
3292          * keyboard.c (command_loop_1):  Set beg/end_unchanged per          * keyboard.c (command_loop_1):  Set beg/end_unchanged per buffer.
         buffer.  
3293    
3294          * insdel.c (gap_left): Compute beg/end_unchanged per buffer.          * insdel.c (gap_left): Compute beg/end_unchanged per buffer.
3295          (gap_right): Ditto.          (gap_right): Ditto.
# Line 3932  Line 3929 
3929    
3930  1999-07-30  Eli Zaretskii  <eliz@gnu.org>  1999-07-30  Eli Zaretskii  <eliz@gnu.org>
3931    
3932          * dispextern.h (load_color, lookup_derived_face): Declare          * dispextern.h (load_color, lookup_derived_face): Declare prototypes.
         prototypes.  
3933    
3934          * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,          * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,
3935          it will be done later.          it will be done later.
# Line 3964  Line 3960 
3960          load_color to try to find a suitable approximation.  If the face          load_color to try to find a suitable approximation.  If the face
3961          is inverse-video, swap the foreground and background colors.          is inverse-video, swap the foreground and background colors.
3962    
3963          * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New          * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New functions.
         functions.  
3964    
3965          * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.          * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
3966    
# Line 4044  Line 4039 
4039          (Fputhash): Ditto.          (Fputhash): Ditto.
4040          (Fremhash): Ditto.          (Fremhash): Ditto.
4041    
4042  1999-07-26  Gerd Moellmann <gerd@gnu.org>  1999-07-26  Gerd Moellmann  <gerd@gnu.org>
4043    
4044          * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth          * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth
4045          value to frame width and height.          value to frame width and height.
# Line 4246  Line 4241 
4241    
4242          * keyboard.c (read_char): Use message3_nolog to show help-echo.          * keyboard.c (read_char): Use message3_nolog to show help-echo.
4243    
4244          * dispnew.c (blank_row): Add y-position as parameter.  Compute          * dispnew.c (blank_row): Add y-position as parameter.
4245          visible height.          Compute visible height.
4246    
4247          * xdisp.c (next_element_from_string): Give padding spaces          * xdisp.c (next_element_from_string): Give padding spaces
4248          a position of -1.          a position of -1.
# Line 4506  Line 4501 
4501    
4502          * xterm.c (XTread_socket): Set mouse_face_frame to zero after          * xterm.c (XTread_socket): Set mouse_face_frame to zero after
4503          clearing mouse face.          clearing mouse face.
4504          (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If          (XTread_socket) <EnterNotify> [LESSTIF_VERSION]:
4505          event.xcrossing.focus is not set, and focus is in the menu bar,          If event.xcrossing.focus is not set, and focus is in the menu bar,
4506          set focus frame as if event.xcrossing.focus were set.          set focus frame as if event.xcrossing.focus were set.
4507    
4508  1999-06-24  Gerd Moellmann  <gerd@gnu.org>  1999-06-24  Gerd Moellmann  <gerd@gnu.org>
# Line 4795  Line 4790 
4790          * minibuf.c (read_minibuf): Reset echo message strings to nil.          * minibuf.c (read_minibuf): Reset echo message strings to nil.
4791          (Fminibuffer_completion_help): Ditto.          (Fminibuffer_completion_help): Ditto.
4792    
4793          * keyboard.c (cmd_error_internal): Set echo_areA_message.          * keyboard.c (cmd_error_internal): Set echo_area_message.
4794          (command_loop_1): Test echo_areA_message.          (command_loop_1): Test echo_area_message.
4795          (read_char): Ditto.          (read_char): Ditto.
4796          (record_menu_key): Set echo_area_message to nil.          (record_menu_key): Set echo_area_message to nil.
4797          (Fexecute_extended_command): Test echo_area_message.          (Fexecute_extended_command): Test echo_area_message.
# Line 10046  Sat Aug 16 13:13:32 1997  Gerd Moellmann Line 10041  Sat Aug 16 13:13:32 1997  Gerd Moellmann
10041          and display_ellipsis_for_invisible_p removed.          and display_ellipsis_for_invisible_p removed.
10042    
10043          * xdisp.c (next_display_element):  Set last_invisible_text_pos          * xdisp.c (next_display_element):  Set last_invisible_text_pos
10044          to the last position at which invisible text was found.  Don't          to the last position at which invisible text was found.
10045          decrement cursor.pos for newlines and cr with ellipsis.  Set          Don't decrement cursor.pos for newlines and cr with ellipsis.
10046          dpvec for `...' due to invisible text directly.          Set dpvec for `...' due to invisible text directly.
10047          (redisplay_internal):  Don't assert that cursor is at PT after          (redisplay_internal):  Don't assert that cursor is at PT after
10048          skip_to.  It may be in invisible text.          skip_to.  It may be in invisible text.
10049    
# Line 11280  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11275  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11275    
11276  1999-06-29  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>  1999-06-29  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
11277    
11278          * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): New          * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook):
11279          function, assigned to the global __malloc_initialize_hook pointer.          New function, assigned to the global __malloc_initialize_hook pointer.
11280          (main): Move malloc_set_state call into malloc_initialize_hook          (main): Move malloc_set_state call into malloc_initialize_hook
11281          so that it happens as early as possible.          so that it happens as early as possible.
11282    
# Line 11351  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11346  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11346    
11347          * editfns.c (Fuser_full_name): Doc fix.          * editfns.c (Fuser_full_name): Doc fix.
11348    
11349  1999-06-14  Tak Ota <ota@atc.sel.sony.com>  1999-06-14  Tak Ota  <ota@atc.sel.sony.com>
11350    
11351          * w32bdf.c: (clear_cached_bitmap_slots): Remove.          * w32bdf.c: (clear_cached_bitmap_slots): Remove.
11352          (get_bitmap_with_cache): Check if CreateBitmap failed.          (get_bitmap_with_cache): Check if CreateBitmap failed.
# Line 11360  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11355  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11355          Do cache clearing inline.  Move global variables to local scope.          Do cache clearing inline.  Move global variables to local scope.
11356    
11357    
11358  1999-06-13  Wolfgang Glas <Wolfgang.Glas@hfm.tu-graz.ac.at>  1999-06-13  Wolfgang Glas  <Wolfgang.Glas@hfm.tu-graz.ac.at>
11359    
11360          * unexsgi.c (unexec): Dump the .rodata section from memory          * unexsgi.c (unexec): Dump the .rodata section from memory
11361          under IRIX6.5 in order to be able to unexec with gcc.          under IRIX6.5 in order to be able to unexec with gcc.
# Line 11541  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11536  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11536    
11537          * w32term.c (dumpglyphs): Always fill background for italic fonts.          * w32term.c (dumpglyphs): Always fill background for italic fonts.
11538    
11539  1999-05-03  Eli Zaretskii <eliz@is.elta.co.il>  1999-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
11540    
11541          * dired.c (make_time): Make argument type be time_t.          * dired.c (make_time): Make argument type be time_t.
11542    
11543  1999-05-02  Eli Zaretskii <eliz@is.elta.co.il>  1999-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
11544    
11545          * msdos.c (unibyte_display_via_language_environment): Add extern.          * msdos.c (unibyte_display_via_language_environment): Add extern.
11546    
# Line 11818  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11813  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11813    
11814          * filelock.c (get_boot_time): Test tempname, not filename.          * filelock.c (get_boot_time): Test tempname, not filename.
11815    
11816  1999-03-17  Jason Rumney <jasonr@altavista.net>  1999-03-17  Jason Rumney  <jasonr@altavista.net>
11817    
11818          * w32bdf.h: Merged patches from Meadow; introduce bitmap cache to          * w32bdf.h: Merged patches from Meadow; introduce bitmap cache to
11819          speed display.          speed display.
# Line 11856  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11851  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11851          * macros.c (Fexecute_kbd_macro): Initialize executing_macro_iterations          * macros.c (Fexecute_kbd_macro): Initialize executing_macro_iterations
11852          at beginning.          at beginning.
11853    
11854  1999-03-14  Jason Rumney <jasonr@altavista.net>  1999-03-14  Jason Rumney  <jasonr@altavista.net>
11855    
11856          * w32fns.c (w32_strict_fontnames): New variable.          * w32fns.c (w32_strict_fontnames): New variable.
11857          (Fx_create_frame): Formatting fix.          (Fx_create_frame): Formatting fix.
# Line 11907  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 11902  Wed Jun 25 15:22:58 1997  Gerd Moellmann
11902    
11903          * makefile.nt: Remove common multiple file compilation commands.          * makefile.nt: Remove common multiple file compilation commands.
11904    
11905  1999-03-04  Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>  1999-03-04  Takeshi YAMADA  <yamada@cslab.kecl.ntt.co.jp>
11906    
11907          * fns.c (Fbase64_encode_string): Allocate sufficient memory for          * fns.c (Fbase64_encode_string): Allocate sufficient memory for
11908          newlines added when the arg NO-LINE-BREAK is nil.          newlines added when the arg NO-LINE-BREAK is nil.
# Line 12234  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 12229  Wed Jun 25 15:22:58 1997  Gerd Moellmann
12229    
12230          * makefile.nt: Use full path to temacs.exe when dumping.          * makefile.nt: Use full path to temacs.exe when dumping.
12231    
12232  1999-01-27  Jason Rumney <jasonr@altavista.net>  1999-01-27  Jason Rumney  <jasonr@altavista.net>
12233    
12234          * w32fns.c (w32_load_system_font): Do not load unlisted fonts if          * w32fns.c (w32_load_system_font): Do not load unlisted fonts if
12235          list was reliable.          list was reliable.
# Line 12296  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 12291  Wed Jun 25 15:22:58 1997  Gerd Moellmann
12291          to set prev_from_syntax, above start of main loop.          to set prev_from_syntax, above start of main loop.
12292          At startinstring, check syntax when checking for a match.          At startinstring, check syntax when checking for a match.
12293    
12294  1999-01-22  Jason Rumney <jasonr@altavista.net>  1999-01-22  Jason Rumney  <jasonr@altavista.net>
12295    
12296          * w32bdf.c: New file.          * w32bdf.c: New file.
12297          * w32bdf.h: New file.          * w32bdf.h: New file.
# Line 12354  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 12349  Wed Jun 25 15:22:58 1997  Gerd Moellmann
12349          * xterm.c (same_x_server): Detect treat ":0" and "unix:0"          * xterm.c (same_x_server): Detect treat ":0" and "unix:0"
12350          as the same.  Treat "myname:0" as the same as those two.          as the same.  Treat "myname:0" as the same as those two.
12351    
12352  1999-01-19  Jason Rumney <jasonr@altavista.net>  1999-01-19  Jason Rumney  <jasonr@altavista.net>
12353    
12354          * w32fns.c (x_to_w32_charset): Add iso8859-9.          * w32fns.c (x_to_w32_charset): Add iso8859-9.
12355          (w32_to_x_charset): Fix charset mappings.          (w32_to_x_charset): Fix charset mappings.
# Line 13208  Wed Jun 25 15:22:58 1997  Gerd Moellmann Line 13203  Wed Jun 25 15:22:58 1997  Gerd Moellmann
13203    
13204          * m/ews4800.h, s/ux4800.h: New files.          * m/ews4800.h, s/ux4800.h: New files.
13205    
13206  1998-11-03  Theodore Jump <tjump@tertius.com>  1998-11-03  Theodore Jump  <tjump@tertius.com>
13207    
13208          * makefile.nt: Compile multiple source files when possible.          * makefile.nt: Compile multiple source files when possible.
13209    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.4.1

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