X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4f9d7df139695e97cd1772d41940500480585df7..3bbd2265c68e28222a8d6139e5e0026aaa032d9b:/src/ChangeLog.6 diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index ce56be659a..f9372aa666 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 @@ -8,7 +8,7 @@ (NO_SOCKETS_IN_FILE_SYSTEM): Definition deleted. (sigblock): New definition. -1996-08-10 Marcus Daniels +1996-08-10 Marcus G. Daniels * m/sequent-ptx.h (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining. @@ -126,7 +126,7 @@ (printchar, strout): Output into print_buffer. (print_string): If printcharfun is nil, use strout. -1996-07-26 Marcus Daniels +1996-07-26 Marcus G. Daniels * xmenu.c (pending_menu_activation): New variable. (x_activate_menubar): Don't call set_frame_menubar for @@ -136,7 +136,7 @@ * xterm.c (last_mouse_press_frame): New variable. (XTread_socket): Store a saved_button_event for ButtonRelease. -1996-07-25 Marcus Daniels +1996-07-25 Marcus G. Daniels * xmenu.c (set_frame_menubar): Use -1 for call_data in the deep_p = 0 case. @@ -145,7 +145,7 @@ * ntinevt.c (win32_read_socket): Never block reading from input queue. -1996-07-24 Marcus Daniels +1996-07-24 Marcus G. Daniels * editfns.c (Fencode_time): Assign to tm.tm_gmtoff for NEXTSTEP, since timezone environment variable is ignored. @@ -250,7 +250,7 @@ * config.in (HAVE_TERMIOS_H): Add #undef. * cm.h [HAVE_TERMIOS_H]: Declare ospeed as speed_t. * sysdep.c [HAVE_TERMIOS_H]: Likewise. - * dispnew.c: Don't delare ospeed; cm.h already did it. + * dispnew.c: Don't declare ospeed; cm.h already did it. * terminfo.c: Use . [HAVE_TERMIOS_H]: Declare ospeed as speed_t. [USG]: Include . @@ -300,7 +300,7 @@ * s/usg5-4-3.h: New file. -1996-07-11 Marcus Daniels +1996-07-11 Marcus G. Daniels * xterm.c (XTread_socket): Add #ifdef for previous change. @@ -391,7 +391,7 @@ * indent.c (Fvertical_motion): Doc fix. -1996-07-03 Marcus Daniels +1996-07-03 Marcus G. Daniels * xterm.c (XTread_socket): Use lw_tookit_related_event_p to avoid sending toolkit-specific events to Emacs. @@ -725,7 +725,7 @@ * process.c (Fopen_network_stream) [WINDOWSNT]: Ensure Windows socket library is loaded if available. -1996-06-07 Marcus Daniels +1996-06-07 Marcus G. Daniels * xterm.c (XTread_socket): Use XtAppNextEvent when using toolkit configurations. @@ -833,7 +833,7 @@ * m/sparc.h [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define. -1996-05-24 Marcus Daniels +1996-05-24 Marcus G. Daniels * xterm.c [SOLARIS2]: Include string.h. @@ -1158,7 +1158,7 @@ (sys_fopen, sys_open): Map file names, and ensure file handle is non-inheritable. - (stat): Replace buggy library function. Fake reaonsable i-node + (stat): Replace buggy library function. Fake reasonable i-node values by hashing the canonical file name, and use uid/gid values determined by init_user_info. @@ -1300,7 +1300,7 @@ (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. @@ -1457,7 +1457,7 @@ (Ffile_name_absolute_p) [DOS_NT]: Be strict about drive specs. (check_executable) [DOS_NT]: Test st_mode on NT. (Ffile_readable_p) [DOS_NT]: Use access instead of open on NT. - (Ffile_modes) [DOS_NT]: Don't embelish st_mode value on NT. + (Ffile_modes) [DOS_NT]: Don't embellish st_mode value on NT. (Fread_file_name) [DOS_NT]: Correct dir seps in HOME. (syms_of_fileio): Add Vdirectory_sep_char. @@ -2830,7 +2830,7 @@ * 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. @@ -4375,7 +4375,7 @@ * insdel.c (signal_after_change): Call report_interval_modification. - * textprop.c (call_mod_hooks): Moved from intevals.c. + * textprop.c (call_mod_hooks): Moved from intervals.c. (verify_interval_modification): Moved from intervals.c. (interval_insert_behind_hooks, interval_insert_in_front_hooks): New variables. @@ -4425,7 +4425,7 @@ * configure.in (LOCALTIME_CACHE): Define if tzset exists and if localtime caches TZ. Check for tzset. - * emacs.c (main): Call tzset only if LOCALTIME_CACHE isdefined; + * emacs.c (main): Call tzset only if LOCALTIME_CACHE is defined; not all Suns have this bug. * m/pmax.h, s/386bsd.h, s/bsd386.h, s/freebsd.h, s/gnu.h, * s/netbsd.h (LOCALTIME_CACHE): Remove; now configured automatically. @@ -4599,7 +4599,7 @@ 1995-08-14 Erik Naggum - * 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 @@ -5274,7 +5274,7 @@ (PTY_TTY_NAME_SPRINTF): New definitions. * dispnew.c (update_frame): Pretend cursor is in echo area - rather than put it in a minuffer hidden by the echo area. + rather than put it in a minibuffer hidden by the echo area. 1995-06-27 Richard Stallman @@ -5354,8 +5354,7 @@ 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-2011 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 . - -;;; arch-tag: 66a98e1c-2268-45e8-8a57-286b9c85a4e9