]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.6
Bump version to 24.1.
[gnu-emacs] / src / ChangeLog.6
index 40e4af0dc917f6a65ea17fbe5b8fddcd796fb68e..91c20681157789f20d5fd13c9a0a38d2a2264a5b 100644 (file)
@@ -8,7 +8,7 @@
        (NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted.
        (sigblock): New definition.
 
-1996-08-10  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-08-10  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * m/sequent-ptx.h (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT):
        Undef them before defining.
        (printchar, strout): Output into print_buffer.
        (print_string): If printcharfun is nil, use strout.
 
-1996-07-26  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-07-26  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xmenu.c (pending_menu_activation): New variable.
        (x_activate_menubar): Don't call set_frame_menubar for
        * xterm.c (last_mouse_press_frame): New variable.
        (XTread_socket): Store a saved_button_event for ButtonRelease.
 
-1996-07-25  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-07-25  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xmenu.c (set_frame_menubar): Use -1 for call_data
        in the deep_p = 0 case.
 
        * ntinevt.c (win32_read_socket): Never block reading from input queue.
 
-1996-07-24  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-07-24  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * editfns.c (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP,
        since timezone environment variable is ignored.
 
        * s/usg5-4-3.h: New file.
 
-1996-07-11  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-07-11  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xterm.c (XTread_socket): Add #ifdef for previous change.
 
 
        * indent.c (Fvertical_motion): Doc fix.
 
-1996-07-03  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-07-03  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xterm.c (XTread_socket): Use lw_tookit_related_event_p to
        avoid sending toolkit-specific events to Emacs.
        (init_ntproc) [HAVE_SOCKETS]: Only load winsock library on startup
        if PRELOAD_WINSOCK is set in environment (or registry).
 
-       * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock)
+       * ntproc.c (Fwin32_has_winsock, Fwin32_unload_winsock)
        [HAVE_SOCKETS]: New functions.
        (syms_of_ntproc) [HAVE_SOCKETS]: defsubr them.
 
        * process.c (Fopen_network_stream) [WINDOWSNT]: Ensure Windows
        socket library is loaded if available.
 
-1996-06-07  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-06-07  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xterm.c (XTread_socket): Use XtAppNextEvent when using
        toolkit configurations.
 
        * m/sparc.h [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.
 
-1996-05-24  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
+1996-05-24  Marcus G. Daniels  <marcus@sayre.sysc.pdx.edu>
 
        * xterm.c [SOLARIS2]: Include string.h.
 
        (timer_id): Renamed to mouse_button_timer.
        (saved_mouse_move_msg, mouse_move_timer): New variables.
        (win_msg_worker): Delete WM_TIMER code.
-       (win32_wnd_proc): Handle WM_TIMER events here. Use separate timers
+       (win32_wnd_proc): Handle WM_TIMER events here.  Use separate timers
        for mouse down and mouse move (including scroll bar drag) events.
        Add new handling code for WM_VSCROLL and WM_MOUSEMOVE events.
        Only filter WM_MOUSEMOVE events when a button is held down.
 
        (nt_sleep): Renamed to sys_sleep.
 
-       (rename): Renamed to sys_rename. Always rename to a temporary name
+       (rename): Renamed to sys_rename.  Always rename to a temporary name
        first on Windows 95.  Unlink new name first if necessary.
 
        (dir_finding): Variable deleted.
        (dir_is_fat, dir_pathname): New variables.
 
-       (openddir): Fail if dir_find_handle is in use. Save directory name
+       (openddir): Fail if dir_find_handle is in use.  Save directory name
        in dir_pathname, and set dir_is_fat appropriately.
        (closedir, readdir): Use dir_find_handle in place of dir_finding.
        (readdir): Copy directory name from dir_pathname on first
-       call. Use IS_DIRECTORY_SEP instead of IS_ANY_SEP.  Force filename
+       call.  Use IS_DIRECTORY_SEP instead of IS_ANY_SEP.  Force filename
        to be lower case on FAT volumes.
 
        (getpwuid): Move struct passwd initialization to init_user_info,
        ntproc.c and simplified to match other changes (all handles are
        already non-inheritable).
 
-       (get_emacs_configuration): Detect Windows flavour (Windows 95 or
+       (get_emacs_configuration): Detect Windows flavor (Windows 95 or
        NT) at run-time.  Change OS name for Windows 95 to be "win95".
 
-       (fd_info): New variable. Array of extra info for file descriptors
+       (fd_info): New variable.  Array of extra info for file descriptors
        needed for pipe/socket support.
 
        (utc_base_ft, utc_base, init): New internal variables used for
        support in sys_select.
 
        (term_ntproc): New function.
-       (init_ntproc): New function to initialise socket support and make
+       (init_ntproc): New function to initialize socket support and make
        initial std handles non-inheritable.  Also ensure stdin, stdout
        and stderr have valid handles so that pipes and sockets can't
        inadvertently use fd 0, 1, or 2.
        * ntinevt.c (win32_kdb_patch_key): Initialize isdead.
        (key_event) [HAVE_NTGUI]: Use Windows key code.
 
-       * ntproc.c: Include config.h after CRT headers. Include fcntl.h.
+       * ntproc.c: Include config.h after CRT headers.  Include fcntl.h.
        (child_process, MAX_CHILDREN, CHILD_ACTIVE): Moved to nt.h.
        (DebugPrint): New macro.
        (new_child): Create input event structures for child processes.
        (x_make_frame_visible, x_iconify_frame): Use my_show_window.
 
        (x_draw_box): Don't trim right and bottom.
-       (x_make_frame_visible): Don't invoke SetForgroundWindow.
+       (x_make_frame_visible): Don't invoke SetForegroundWindow.
 
        (win32_term_init): Use GetDC directly.  Initialize palette
        and win32_num_mouse_buttons.
        Correctly detect when default_directory is absolute.
        Be strict when looking for MSDOS drive specifier; defer calling
        getdefdir.  Ignore drive specifier if name now has UNC prefix.
-       Correctly recognise if name is not absolute when trying simple
+       Correctly recognize if name is not absolute when trying simple
        method to expand; return original string if possible.
        Skip dir sep after ~ or ~user.
        Use getpwnam instead of HOME for ~user on NT.
        (win32_fill_rect, dumpglyphs, do_line_dance, x_draw_box):
        Use Get/ReleaseFrameDC.
        (win32_update_begin): Regenerate palette if required.
-       (w32_read_socket): Use FALSE. Handle WM_PALETTECHANGED.
+       (w32_read_socket): Use FALSE.  Handle WM_PALETTECHANGED.
        (win32_term_init): Use GetDC directly.
        Enable palette in display structure.
        Predefine white and black.
        * dosfns.c (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard):
        Harmonize arguments with documentation.
 
-       * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time,
+       * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time)
        (Finsert_char, Fbuffer_substring, Fbuffer_substring_no_properties)
        (Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region):
        Harmonize arguments with documentation.
        * msdos.c (putchar): Call internal_flush instead of _flsbuf.
        (DO_TERMSCRIPT): New macro to support open-termscript.
        (internal_flush): Corrected handling of flush in middle of
-       escape sequences. Handle screen width > 127.
+       escape sequences.  Handle screen width > 127.
        (flush_escape): New function for use by internal_flush.
        (sys_select): New MS-DOS specific version with us timing.
        (EMACSCOLORS): New environment variable.
 
 1995-08-14  Erik Naggum  <erik@naggum.no>
 
-       * emacs.c (standard_args): Add option --eval to evalute an
+       * emacs.c (standard_args): Add option --eval to evaluate an
        expression on the command line and print the result.
 
 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
 See ChangeLog.5 for earlier changes.
 
-    Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-       Free Software Foundation, Inc.
+  Copyright (C) 1995-1996, 2001-2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -5371,5 +5370,3 @@ See ChangeLog.5 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 66a98e1c-2268-45e8-8a57-286b9c85a4e9