X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b2b413042833aa30ac42d36c7b588315deff53e8..c74abe0afd969423d0be6b2477b146fbd8e27b18:/src/ChangeLog.8 diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 121bf7d349..1c2f7820bb 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -1089,7 +1089,7 @@ * xfns.c (Fx_show_busy_cursor): Doc-fix. (Fx_hide_busy_cursor): Ditto. -1999-11-17 Marco Walther +1999-11-17 Marco Walther * unexsni.c (unexec): Handle .rel.dyn section. @@ -1187,10 +1187,10 @@ * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional compilation on USE_TEXT_PROPERTIES. - * Fbyte_code: Use block statements in cases and declare v1 and v2 - locally there. Rearrange case statements so that those most - frequently executed come first. Avoid goto's in frequently - executed cases. + * bytecode.c (Fbyte_code): Use block statements in cases and + declare v1 and v2 locally there. Rearrange case statements so + that those most frequently executed come first. Avoid goto's in + frequently executed cases. 1999-11-05 Gerd Moellmann @@ -1807,7 +1807,7 @@ Don't call XSetInputFocus because that can generate additional FocusIn events. -1999-10-07 Jeffrey C Honig +1999-10-07 Jeffrey C Honig * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP. @@ -4039,7 +4039,7 @@ (Fputhash): Ditto. (Fremhash): Ditto. -1999-07-26 Gerd Moellmann +1999-07-26 Gerd Moellmann * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth value to frame width and height. @@ -11346,7 +11346,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * editfns.c (Fuser_full_name): Doc fix. -1999-06-14 Tak Ota +1999-06-14 Tak Ota * w32bdf.c: (clear_cached_bitmap_slots): Remove. (get_bitmap_with_cache): Check if CreateBitmap failed. @@ -11355,7 +11355,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann Do cache clearing inline. Move global variables to local scope. -1999-06-13 Wolfgang Glas +1999-06-13 Wolfgang Glas * unexsgi.c (unexec): Dump the .rodata section from memory under IRIX6.5 in order to be able to unexec with gcc. @@ -11536,11 +11536,11 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * w32term.c (dumpglyphs): Always fill background for italic fonts. -1999-05-03 Eli Zaretskii +1999-05-03 Eli Zaretskii * dired.c (make_time): Make argument type be time_t. -1999-05-02 Eli Zaretskii +1999-05-02 Eli Zaretskii * msdos.c (unibyte_display_via_language_environment): Add extern. @@ -11813,7 +11813,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * filelock.c (get_boot_time): Test tempname, not filename. -1999-03-17 Jason Rumney +1999-03-17 Jason Rumney * w32bdf.h: Merged patches from Meadow; introduce bitmap cache to speed display. @@ -11851,7 +11851,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * macros.c (Fexecute_kbd_macro): Initialize executing_macro_iterations at beginning. -1999-03-14 Jason Rumney +1999-03-14 Jason Rumney * w32fns.c (w32_strict_fontnames): New variable. (Fx_create_frame): Formatting fix. @@ -11902,7 +11902,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * makefile.nt: Remove common multiple file compilation commands. -1999-03-04 Takeshi YAMADA +1999-03-04 Takeshi YAMADA * fns.c (Fbase64_encode_string): Allocate sufficient memory for newlines added when the arg NO-LINE-BREAK is nil. @@ -12229,7 +12229,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * makefile.nt: Use full path to temacs.exe when dumping. -1999-01-27 Jason Rumney +1999-01-27 Jason Rumney * w32fns.c (w32_load_system_font): Do not load unlisted fonts if list was reliable. @@ -12291,7 +12291,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann to set prev_from_syntax, above start of main loop. At startinstring, check syntax when checking for a match. -1999-01-22 Jason Rumney +1999-01-22 Jason Rumney * w32bdf.c: New file. * w32bdf.h: New file. @@ -12349,7 +12349,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * xterm.c (same_x_server): Detect treat ":0" and "unix:0" as the same. Treat "myname:0" as the same as those two. -1999-01-19 Jason Rumney +1999-01-19 Jason Rumney * w32fns.c (x_to_w32_charset): Add iso8859-9. (w32_to_x_charset): Fix charset mappings. @@ -13203,7 +13203,7 @@ Wed Jun 25 15:22:58 1997 Gerd Moellmann * m/ews4800.h, s/ux4800.h: New files. -1998-11-03 Theodore Jump +1998-11-03 Theodore Jump * makefile.nt: Compile multiple source files when possible.