]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.8
(Text): Replace inforef to emacs-xtra by conditional xref's, depending on
[gnu-emacs] / src / ChangeLog.8
index 161710a03fb1c2067c300c937e5fa3d9845b4942..a9465058194a1ad54fc41e2c7a354c92bf76974d 100644 (file)
@@ -6,26 +6,25 @@
 
 1999-12-31  William M. Perry  <wmperry@aventail.com>
 
-       * xfns.c (jpeg_format): Added the :data keyword
+       * xfns.c (jpeg_format): Add the :data keyword
        (jpeg_image_p): JPEG is valid with :file _or_ :data
-       (jpeg_memory_src): Defined new JPEG image source to read from a
+       (jpeg_memory_src): Define new JPEG image source to read from a
        memory buffer.
        (jpeg_load): Pay attention to the :data keyword if specified.
-       Instantiates a jpeg_memory_src instead of jpeg_stdio_src if
-       found.
-       (png_format): Added the :data keyword
+       Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found.
+       (png_format): Add the :data keyword
        (png_image_p): PNG is valid with :file _or_ :data
        (png_read_from_memory): New PNG read function to read from a
        memory buffer.
-       (png_load): Pay attention to the :data keyword if specified.  Uses
-       png_set_read_fn() instead of png_init_io() if specified.
-       (tiff_format): Added the :data keyword for TIFF images.
+       (png_load): Pay attention to the :data keyword if specified.
+       Use png_set_read_fn() instead of png_init_io() if specified.
+       (tiff_format): Add the :data keyword for TIFF images.
        (tiff_image_p): TIFF is valid with :file _or_ :data
-       (tiff_read_from_memory): Defined new TIFF I/O functions to read
+       (tiff_read_from_memory): Define new TIFF I/O functions to read
        from a memory buffer.
        (tiff_load): Pay attention to the :data keyword if specified.
        Uses TIFFClientOpen() instead of TIFFOpen() if specified.
-       (gif_format): Added the :data keyword
+       (gif_format): Add the :data keyword
        (gif_image_p): GIF is valid with :file _or_ :data
        (gif_read_from_memory): New GIF input function to read from a
        memory buffer.
        * xfns.c (Fx_show_busy_cursor): Doc-fix.
        (Fx_hide_busy_cursor): Ditto.
 
-1999-11-17  Marco Walther <walther@siemens-pyramid.com>
+1999-11-17  Marco Walther  <walther@siemens-pyramid.com>
 
        * unexsni.c (unexec): Handle .rel.dyn section.
 
        * 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  <gerd@gnu.org>
 
        Don't call XSetInputFocus because that can generate additional
        FocusIn events.
 
-1999-10-07  Jeffrey C Honig <jch@bsdi.com>
+1999-10-07  Jeffrey C Honig  <jch@bsdi.com>
 
        * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
 
        selected_frame.
        (read_minibuf): Ditto.
 
-       * keyboard.c (command_loop_1): Change for Lisp_Object
-       selected_frame.
+       * keyboard.c (command_loop_1): Change for Lisp_Object selected_frame.
        (cmd_error_internal, command_loop_1, read_char,
        kbd_buffer_get_event, read_avail_input,
        read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,
        (syms_of_frame_1): Initialize Qmac.
        (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.
        (Fmake_terminal_frame) [macintosh]: Add an alternate error check.
-       (Fmodify_frame_parameters) [macintosh]: Call
-       mac_set_frame_parameter in macterm.c.
+       (Fmodify_frame_parameters) [macintosh]:
+       Call mac_set_frame_parameter in macterm.c.
 
        * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
        (512) because Mac compilers limit local data of a function to 32K.
 
-       * make-docfiles.c: Correctly handle input files with Mac-style
-       eol's.
+       * make-docfiles.c: Correctly handle input files with Mac-style eol's.
 
        * sysdep.c: Define numerous routines to emulate Unix system calls.
 
        * window.h (beg_unchanged, end_unchanged, unchanged_modified,
        overlay_unchanged_modified): Remove extern declarations.
 
-       * keyboard.c (command_loop_1):  Set beg/end_unchanged per
-       buffer.
+       * keyboard.c (command_loop_1):  Set beg/end_unchanged per buffer.
 
        * insdel.c (gap_left): Compute beg/end_unchanged per buffer.
        (gap_right): Ditto.
 
 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
 
-       * dispextern.h (load_color, lookup_derived_face): Declare
-       prototypes.
+       * dispextern.h (load_color, lookup_derived_face): Declare prototypes.
 
        * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,
        it will be done later.
        load_color to try to find a suitable approximation.  If the face
        is inverse-video, swap the foreground and background colors.
 
-       * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New
-       functions.
+       * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New functions.
 
        * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
 
        (Fputhash): Ditto.
        (Fremhash): Ditto.
 
-1999-07-26  Gerd Moellmann <gerd@gnu.org>
+1999-07-26  Gerd Moellmann  <gerd@gnu.org>
 
        * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth
        value to frame width and height.
 
        * keyboard.c (read_char): Use message3_nolog to show help-echo.
 
-       * dispnew.c (blank_row): Add y-position as parameter.  Compute
-       visible height.
+       * dispnew.c (blank_row): Add y-position as parameter.
+       Compute visible height.
 
        * xdisp.c (next_element_from_string): Give padding spaces
        a position of -1.
 
        * xterm.c (XTread_socket): Set mouse_face_frame to zero after
        clearing mouse face.
-       (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If
-       event.xcrossing.focus is not set, and focus is in the menu bar,
+       (XTread_socket) <EnterNotify> [LESSTIF_VERSION]:
+       If event.xcrossing.focus is not set, and focus is in the menu bar,
        set focus frame as if event.xcrossing.focus were set.
 
 1999-06-24  Gerd Moellmann  <gerd@gnu.org>
        * minibuf.c (read_minibuf): Reset echo message strings to nil.
        (Fminibuffer_completion_help): Ditto.
 
-       * keyboard.c (cmd_error_internal): Set echo_areA_message.
-       (command_loop_1): Test echo_areA_message.
+       * keyboard.c (cmd_error_internal): Set echo_area_message.
+       (command_loop_1): Test echo_area_message.
        (read_char): Ditto.
        (record_menu_key): Set echo_area_message to nil.
        (Fexecute_extended_command): Test echo_area_message.
@@ -10047,9 +10041,9 @@ Sat Aug 16 13:13:32 1997  Gerd Moellmann  <gerd@acm.org>
        and display_ellipsis_for_invisible_p removed.
 
        * xdisp.c (next_display_element):  Set last_invisible_text_pos
-       to the last position at which invisible text was found.  Don't
-       decrement cursor.pos for newlines and cr with ellipsis.  Set
-       dpvec for `...' due to invisible text directly.
+       to the last position at which invisible text was found.
+       Don't decrement cursor.pos for newlines and cr with ellipsis.
+       Set dpvec for `...' due to invisible text directly.
        (redisplay_internal):  Don't assert that cursor is at PT after
        skip_to.  It may be in invisible text.
 
@@ -11191,8 +11185,8 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
 1999-07-20  Dave Love  <fx@gnu.org>
 
-       * buffer.c (syms_of_buffer): Make
-       default-enable-multibyte-characters a user variable.
+       * buffer.c (syms_of_buffer): Make default-enable-multibyte-characters
+       a user variable.
 
 1999-07-14  Richard Stallman  <rms@gnu.org>
 
@@ -11281,8 +11275,8 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
 1999-06-29  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
 
-       * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook): New
-       function, assigned to the global __malloc_initialize_hook pointer.
+       * emacs.c [DOUG_LEA_MALLOC] (malloc_initialize_hook):
+       New function, assigned to the global __malloc_initialize_hook pointer.
        (main): Move malloc_set_state call into malloc_initialize_hook
        so that it happens as early as possible.
 
@@ -11352,7 +11346,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * editfns.c (Fuser_full_name): Doc fix.
 
-1999-06-14  Tak Ota <ota@atc.sel.sony.com>
+1999-06-14  Tak Ota  <ota@atc.sel.sony.com>
 
        * w32bdf.c: (clear_cached_bitmap_slots): Remove.
        (get_bitmap_with_cache): Check if CreateBitmap failed.
@@ -11361,7 +11355,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
        Do cache clearing inline.  Move global variables to local scope.
 
 
-1999-06-13  Wolfgang Glas <Wolfgang.Glas@hfm.tu-graz.ac.at>
+1999-06-13  Wolfgang Glas  <Wolfgang.Glas@hfm.tu-graz.ac.at>
 
        * unexsgi.c (unexec): Dump the .rodata section from memory
        under IRIX6.5 in order to be able to unexec with gcc.
@@ -11542,11 +11536,11 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * w32term.c (dumpglyphs): Always fill background for italic fonts.
 
-1999-05-03  Eli Zaretskii <eliz@is.elta.co.il>
+1999-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * dired.c (make_time): Make argument type be time_t.
 
-1999-05-02  Eli Zaretskii <eliz@is.elta.co.il>
+1999-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * msdos.c (unibyte_display_via_language_environment): Add extern.
 
@@ -11819,7 +11813,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * filelock.c (get_boot_time): Test tempname, not filename.
 
-1999-03-17  Jason Rumney <jasonr@altavista.net>
+1999-03-17  Jason Rumney  <jasonr@altavista.net>
 
        * w32bdf.h: Merged patches from Meadow; introduce bitmap cache to
        speed display.
@@ -11857,7 +11851,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
        * macros.c (Fexecute_kbd_macro): Initialize executing_macro_iterations
        at beginning.
 
-1999-03-14  Jason Rumney <jasonr@altavista.net>
+1999-03-14  Jason Rumney  <jasonr@altavista.net>
 
        * w32fns.c (w32_strict_fontnames): New variable.
        (Fx_create_frame): Formatting fix.
@@ -11908,7 +11902,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * makefile.nt: Remove common multiple file compilation commands.
 
-1999-03-04  Takeshi YAMADA <yamada@cslab.kecl.ntt.co.jp>
+1999-03-04  Takeshi YAMADA  <yamada@cslab.kecl.ntt.co.jp>
 
        * fns.c (Fbase64_encode_string): Allocate sufficient memory for
        newlines added when the arg NO-LINE-BREAK is nil.
@@ -12235,7 +12229,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * makefile.nt: Use full path to temacs.exe when dumping.
 
-1999-01-27  Jason Rumney <jasonr@altavista.net>
+1999-01-27  Jason Rumney  <jasonr@altavista.net>
 
        * w32fns.c (w32_load_system_font): Do not load unlisted fonts if
        list was reliable.
@@ -12297,7 +12291,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
        to set prev_from_syntax, above start of main loop.
        At startinstring, check syntax when checking for a match.
 
-1999-01-22  Jason Rumney <jasonr@altavista.net>
+1999-01-22  Jason Rumney  <jasonr@altavista.net>
 
        * w32bdf.c: New file.
        * w32bdf.h: New file.
@@ -12355,7 +12349,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
        * 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 <jasonr@altavista.net>
+1999-01-19  Jason Rumney  <jasonr@altavista.net>
 
        * w32fns.c (x_to_w32_charset): Add iso8859-9.
        (w32_to_x_charset): Fix charset mappings.
@@ -13209,7 +13203,7 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * m/ews4800.h, s/ux4800.h: New files.
 
-1998-11-03  Theodore Jump <tjump@tertius.com>
+1998-11-03  Theodore Jump  <tjump@tertius.com>
 
        * makefile.nt: Compile multiple source files when possible.
 
@@ -13980,8 +13974,8 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
 
        * keyboard.c (input-method-previous-message): Doc fix.
 
-       * coding.c (file-coding-system-alist,
-       select-safe-coding-system-function): Doc fix.
+       * coding.c (file-coding-system-alist)
+       (select-safe-coding-system-function): Doc fix.
 
 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
 
@@ -13996,3 +13990,9 @@ Wed Jun 25 15:22:58 1997  Gerd Moellmann  <gerd@acm.org>
        correctly.
 
 See ChangeLog.7 for earlier changes.
+
+    Copyright (C) 1999 Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 4d73444a-8f6e-4255-92a6-d3abc438b8d3