]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.8
* macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
[gnu-emacs] / src / ChangeLog.8
index d68e82ca795e1dd27ddf4dd559497396912bfc1b..91fcdd1c89976fdeb4b5ffa5185809d77f27c988 100644 (file)
        * 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.
@@ -10046,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.
 
@@ -11280,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.
 
@@ -11351,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.
@@ -11360,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.
@@ -11541,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.
 
@@ -11818,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.
@@ -11856,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.
@@ -11907,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.
@@ -12234,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.
@@ -12296,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.
@@ -12354,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.
@@ -13208,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.
 
@@ -13999,3 +13994,5 @@ 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