X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/430d2ee2919b2d4693780f2474ba40148442d206..7c420169baa7c50428589cca7f8eda71b462eb15:/src/ChangeLog.2 diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index f291838730..0397478f09 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 @@ -53,12 +53,12 @@ * xterm.c (XTread_socket): If HAVE_SELECT, call xfixscreen before waiting. - * dispnew.c (update_line): comments added. + * dispnew.c (update_line): Comments added. * xterm.c (writechars): Output only the chars specified even if in update; don't clear to end. (XTread_socket): Check O_NDELAY only if it and F_GETFL are defined. - (x_term_init) [IBMRTAIX]: do call gethostname. + (x_term_init) [IBMRTAIX]: Do call gethostname. () [IBMRTAIX]: Include sys/time, not time. 1988-08-23 Chris Hanson (cph@kleph) @@ -360,7 +360,7 @@ 1988-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) - * s-iris3-{5,6}.h: Undo Jan 11 change. + * s-iris3-5.h, s-iris3-6.h: Undo Jan 11 change. 1988-05-23 Richard Stallman (rms@frosted-flakes.ai.mit.edu) @@ -456,10 +456,10 @@ * sysdep.c [VMS]: RAB's never a macro; let RAB$C_BID control rab.h. - * sysdep.c [VMS] (sys_getenv): only if value of lib$sys_trnlog + * sysdep.c [VMS] (sys_getenv): Only if value of lib$sys_trnlog is exactly 1 does it mean it found something. - * sysdep.c (creat_copy_attrs): Downcase remaining SYS$OPEN, SSY$CLOSE. + * sysdep.c (creat_copy_attrs): Downcase remaining SYS$OPEN, SYS$CLOSE. 1988-04-25 Richard Stallman (rms@lucky-charms.ai.mit.edu) @@ -683,7 +683,7 @@ (That `select' saw something on channel 0 doesn't mean it is kbd input; it could be an expose event.) - * keyboard.c (read_avail_input) [FIONREAD]: Now static. + * keyboard.c (read_avail_input) [FIONREAD]: Now static. New arg specifies value of NREAD; if it is nonzero, don't call get_input_pending to get it. Use kbd_buffer_store_char to put chars into kbd_buffer. @@ -893,7 +893,7 @@ 1988-01-22 Richard Stallman (rms@frosted-flakes) * m-ibmrt.h: Add some AIX conditionals; output on BSD should - be unchnged. Perhaps will now run on AIX. + be unchanged. Perhaps will now run on AIX. 1988-01-21 Richard Stallman (rms@frosted-flakes) @@ -920,7 +920,7 @@ * alloca.s: Change some as-style comments to C-style comments so cccp won't be confused by stray singlequotes. - * s-iris3-{5,6}.h: Move the #defines of long-named functions + * s-iris3-5.h, s-iris3-6.h: Move the #defines of long-named functions into m-irist.h. * lread.c (init_read): Warn if dirs in PATH_LOADSEARCH don't exist. @@ -961,7 +961,7 @@ 1988-01-11 Richard Stallman (rms@frosted-flakes) - * s-iris3-{5,6}.h: Don't #undef SIGIO. BROKEN_FIONREAD makes it unnec. + * s-iris3-5.h, s-iris3-6.h: Don't #undef SIGIO. BROKEN_FIONREAD makes it unnec. * process.c [IRIS]: Find sysmacros.h in sys/. 1988-01-09 Richard Stallman (rms@frosted-flakes) @@ -984,7 +984,7 @@ 1988-01-06 Richard Stallman (rms@frosted-flakes) * s-hpux.h: Don't define nomultiplejobs, LDAV_SYMBOL, LIBS_DEBUG - or BROKEN_FIONREAD. + or BROKEN_FIONREAD. * m-hp9000s300.h: Define those four. * s-hpux.h: Define BSTRING, and define bcopy, etc., as macros. @@ -1210,7 +1210,7 @@ Remove #ifndef VMS around the sleep when buffer is full. * s-vms.h: Define nonstandard PENDING_OUTPUT_COUNT for VMS use. - * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp. + * fileio.c (file_name_as_directory) [VMS]: Fix 3rd arg to strncmp. 1987-07-17 Paul Rubin (phr@prep) @@ -1323,7 +1323,7 @@ 1987-06-09 Richard M. Stallman (rms@prep) - * syntax.c: (scan_lists): Clear mathexit on 2nd math-char in a pair. + * syntax.c (scan_lists): Clear mathexit on 2nd math-char in a pair. 1987-06-08 Richard M. Stallman (rms@prep) @@ -1442,7 +1442,7 @@ Turn on call to vmserrstr. * sysdep.c (vmserrstr) [VMS]: Define this function. - * process.c (create_process) [IRIS]: Don't open the pty's tty + * process.c (create_process) [IRIS]: Don't open the pty's tty in the parent process. Open only once, in the child. * xdisp.c (redisplay_window): If window-start points nowhere, @@ -1544,8 +1544,8 @@ 1987-05-05 Richard Mlynarik (mly@prep) - * m-irist.h: New version from raible@orville.arpa - * s-iris3-5.h: New file. (s-usg5-2 with additions) + * m-irist.h: New version from raible@orville.arpa + * s-iris3-5.h: New file. (s-usg5-2 with additions) * keyboard.c: IRIS, like HPUX, #defines but does not implement FIONREAD. @@ -1563,10 +1563,10 @@ 1987-04-27 Richard Mlynarik (mly@prep) * fileio.c (APOLLO from lnz): - Fcopy_file, Fset_file_modes: Don't use un*x modes if + (Fcopy_file, Fset_file_modes): Don't use un*x modes if env var USE_DOMAIN_ACLS is set. - Fset_file_modes: utimes fix. - Finsert_file_contents: Must do fstat after open for Apollo. + (Fset_file_modes): utimes fix. + (Finsert_file_contents): Must do fstat after open for Apollo. * emacs.c (main): (APOLLO from lnz): Don't use un*x modes if env var USE_DOMAIN_ACLS set. @@ -1601,7 +1601,7 @@ (`3.5 turbo'). (<8704150216.AA21012@orville.arpa>) * unexec.c: iris code (is USG, but has struct exec) - * sysdep.c: iris utimes emulatation. (HAVE_TIMEVAL) + * sysdep.c: iris utimes emulation. (HAVE_TIMEVAL) * process.c: (IRIS) #include @@ -1629,7 +1629,7 @@ 1987-04-10 Richard Mlynarik (mly@prep) * window.c (Fset_window_configuration): - Don't unchain markers -- this window configuation may be used + Don't unchain markers -- this window configuration may be used again. Let normal GC unchain them. 1987-04-08 Richard Mlynarik (mly@prep) @@ -1670,12 +1670,12 @@ * emacs.c (main): Call syms_of_xmenu only if HAVE_X_MENU. * ymakefile: Use new switch HAVE_X_MENU to decide whether - to includ xmenu.c + to include xmenu.c * config.h-dist: Tell people about this flag. 1987-03-20 Richard Mlynarik (mly@prep) - * filemode.c: Hacks for set-uid/gid but not executable. + * filemode.c: Hacks for set-uid/gid but not executable. 1987-03-20 Richard M. Stallman (rms@prep) @@ -1753,7 +1753,7 @@ * term.c (term_init): Don't use Down on VMS if it's a ^J. Fix C syntax errors in fatal error message. - Distinguish failure to open termcap fle from undefined term type. + Distinguish failure to open termcap file from undefined term type. * s-vms.h: Increase DATA_START by 512. #define abort sys_abort. Flush LIBS_DEBUG defn since ymakefile not used. @@ -1966,7 +1966,7 @@ 1987-02-22 Richard M. Stallman (rms@prep) - * dispnew.c (Fopen_termscript): Close existing termscript + * dispnew.c (Fopen_termscript): Close existing termscript file before trying to open a new one. Report open failure with report_file_error. @@ -1986,7 +1986,7 @@ Fsave_window_excursion. Also fixed a bug in which point was not being restored in - buffer currrent at end of save-window-excursion and that buffer + buffer current at end of save-window-excursion and that buffer was not current when the config was recorded (It is supposed to not be restored if it was current at the start) @@ -2048,7 +2048,7 @@ 1987-02-12 Richard M. Stallman (rms@prep) - * xdisp.c (try_window): Fix paren errer in checking hpos + * xdisp.c (try_window): Fix paren error in checking hpos against hscroll. This caused window_end_pos to be wrong when there was hscroll. @@ -2060,7 +2060,7 @@ is truncation. * xdisp.c (display_string): mincol==-1 means no minimum. - * xdisp.c (display_text_line): Use -1 for mincol of minibuf promp. + * xdisp.c (display_text_line): Use -1 for mincol of minibuf prompt. 1987-02-11 Richard M. Stallman (rms@prep) @@ -2071,9 +2071,9 @@ 1987-02-10 Richard Mlynarik (mly@prep) - * xfns.c (Fx_get_default): Add (unsigned char *) cast. + * xfns.c (Fx_get_default): Add (unsigned char *) cast. - * window.c: typo. + * window.c: Typo. 1987-02-09 Richard M. Stallman (rms@prep) @@ -2107,8 +2107,8 @@ * dispnew.c (Fsit_for): 2nd arg non-nil means don't redisplay. * s-vms.h: Don't define VMS4_0, VMS4_2 or VMS4_4. - * s-vms4-[024].h: New files that include s-vms.h and also - define VMS4_0 or VMS4_2 or VMS4_4. + * s-vms4-0.h, s-vms4-2.h, s-vms4-4.h: New files that include s-vms.h + and also define VMS4_0 or VMS4_2 or VMS4_4. * vmspaths.h: Remove `/emacs' from all paths, to go with a change in emacs.com that includes that path segment in emacs_library. @@ -2683,7 +2683,7 @@ * emacs.c, dispnew.c: Rename inhibit_x_windows inhibit_window_system. Understand "-nw" command-line option. - Reorganise init_display a little to make other window-system + Reorganize init_display a little to make other window-system code easier to accommodate. * editfns.c (Fformat): @@ -2817,7 +2817,7 @@ 1986-11-26 Richard M. Stallman (rms@prep) * sysdep.c (get_system_name): - Eliminate internal static var in USG case. + Eliminate internal static var in USG case. * lisp.h: New case testing and conversion macros UPPERCASEP, LOWERCASEP, NOCASEP, UPCASE, DOWNCASE. @@ -2835,7 +2835,7 @@ * process.c (change_msgs): * search.c (Freplace_match): Use upcase_initials_region - insead of duplicating it. + instead of duplicating it. * keyboard.c (Frecursive_edit): If not the top-level edit, specbind standard-output and standard-input to t. @@ -2853,7 +2853,7 @@ local variables for more register decls. Compute and pass `envlen' arg to child_setup. - * process.c (create_process): Compute and pass `envlen' arg + * process.c (create_process): Compute and pass `envlen' arg to child_setup. * xterm.c (x_term_init): Don't call XPopUpWindow at all. @@ -2888,7 +2888,7 @@ If visiting and file doesn't exist, finish visiting (updating various buffer slots) before getting error, and set modtime to -1. - * bytecode.c (Fbytecode): Rarrange all the Bvarref cases to + * bytecode.c (Fbytecode): Rearrange all the Bvarref cases to share most of the code. Likewise for Bvarset, Bvarbind and Bunbind cases. Makes it smaller and makes all Bvarrefs use the fast inline code. @@ -2960,7 +2960,7 @@ * m-alliant.h, m-mg1.h: New machines supported. - * ymakefile: Make START_FILES a preprocesser variable + * ymakefile: Make START_FILES a preprocessor variable and don't change it if already defined. * m-gould.h: Move special gould value of START_FILES here. @@ -3102,9 +3102,9 @@ [So (-259 . (259 . x)) means to format x -exactly- 259 chars wide.] * dispnew.c (Fding): - Do not terminate macro-definition if given an argument + Do not terminate macro-definition if given an argument. (This is so things like asynchronous process notifications - can beep but not screw) + can beep but not screw.) 1986-11-10 Richard M. Stallman (rms@prep) @@ -3539,7 +3539,7 @@ * callint.c (Fcall_interactively): Remove extreme weirdness of storing (int) "" where a Lisp_Object was expected (in visargs) - Slighly more informative error message for bad interactive code + Slightly more informative error message for bad interactive code letter. * abbrev.c (Funexpand_abbrev): @@ -3557,7 +3557,7 @@ * xterm.c: Load sys/types.h explicitly if xterm.h doesn't do it. * keyboard.c (interrupt_signal): - Delete suprious `)' in HAVE_X_WINDOWS case. + Delete spurious `)' in HAVE_X_WINDOWS case. 1986-10-03 Richard Mlynarik (mly@prep) @@ -3847,12 +3847,12 @@ * emacs.c (main) Under X, accept "-display" switch as synonym for "-d" - * eval.c (spedcbind) + * eval.c (specbind) Don't make Lisp_Buffer_Objfwd's buffer-local when just binding. (so now (let ((case-fold-search t))) doesn't force buffer-localness) However, setting a binding will still make it buffer-local. (ie (let ((case-fold-search t)) (setq case-fold-search t)) - will cause case-fold-search be buffer-local even outside the let) + will cause case-fold-search be buffer-local even outside the let) * xfns.c: Preserve studlycaps: "Gnuemacs" => "GNU Emacs" @@ -3998,7 +3998,7 @@ * editfns.c (Fuser_uid, Fuser_real_uid): New functions that return values of geteuid and getuid system calls. - * dired.c (Ffile_attributes): Value has additional element + * dired.c (Ffile_attributes): Value has additional element t iff file gid would change if Emacs deletes it and recreates it. * xdisp.c (display_mode_element): @@ -4078,7 +4078,7 @@ being unbound. struct catchtag has two new fields, gcpro and pdlcount. - * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp. + * eval.c (Fthrow, Fsignal): Use unbind_catch before longjmp. * eval.c (internal_catch): No need to restore anything from the catchtag after throw, because unbind_catch does it all. @@ -4437,40 +4437,40 @@ do the setpgrp here before reopening the pty rather than waiting for child_setup. - * window.c (make_window): size given to make_vector + * window.c (make_window): Size given to make_vector was one too small. 1986-07-10 Richard M. Stallman (rms@prep) - * keymap.c (Fdescribe_bindings): change XSETTYPE/XSETBUFFER to + * keymap.c (Fdescribe_bindings): Change XSETTYPE/XSETBUFFER to XSET. - (describe_command): change XSETSTRING to XSET. - * window.c (Fmove_to_window_line): delete unused start =. - * xdisp.c (DoDsp) delete unused all_windows initializer. - * dispnew.c (update_line): delete unused osp =. - * minibuf.c (do_completion): delete unused completedp initializer. - * search.c (Freplace_match): delete unused some_multiletter_word init. - * alloc.c (gc_sweep): delete unused next initializers. - * fns.c (concat): after error on non-int elt for string, - do store the new value from the error handler. - * lread.c (read1): comment out unused end =. - * lread.c (read_list): delete unused tail =. + (describe_command): Change XSETSTRING to XSET. + * window.c (Fmove_to_window_line): Delete unused start =. + * xdisp.c (DoDsp): Delete unused all_windows initializer. + * dispnew.c (update_line): Delete unused osp =. + * minibuf.c (do_completion): Delete unused completedp initializer. + * search.c (Freplace_match): Delete unused some_multiletter_word init. + * alloc.c (gc_sweep): Delete unused next initializers. + * fns.c (concat): After error on non-int elt for string, + do store the new value from the error handler. + * lread.c (read1): Comment out unused end =. + * lread.c (read_list): Delete unused tail =. * data.c (Fmake_variable_buffer_local): - if value type is Lisp_Some_Buffer_Local_Value, - change it to Lisp_Buffer_Local_Value permanently. - * undo.c (record_block): delete unused cp =. - Don't bother reallocing if n = 0 after first batch. + If value type is Lisp_Some_Buffer_Local_Value, + change it to Lisp_Buffer_Local_Value permanently. + * undo.c (record_block): Delete unused cp =. + Don't bother reallocing if n = 0 after first batch. * fileio.c (Fverify_visited_file_modtime): - If CHECK_BUFFER changes buf, use the changed value. + If CHECK_BUFFER changes buf, use the changed value. 1986-07-07 Richard M. Stallman (rms@prep) - * alloc.c (mark_buffer): mark the selective_display_ellipses slot. + * alloc.c (mark_buffer): Mark the selective_display_ellipses slot. 1986-06-25 Richard M. Stallman (rms@prep) * window.c (Frecenter): Fix bug in last change: - change applied to M-- arg ratherthan C-u by mistake. + change applied to M-- arg rather than C-u by mistake. 1986-06-19 Richard M. Stallman (rms@prep) @@ -4657,18 +4657,18 @@ * fileio.c (Ffile_newer_than_file_p): New Lisp primitive. - * fileio.c (Ffile_exists_p): this is now distinct from + * fileio.c (Ffile_exists_p): This is now distinct from Ffile_readable_p; it checks only for existence, not for readability. * editfns.c (Fgoto_char): Use new interactive code N. - * callint.c (Fcall_interactively): New code N - means use prefix argif have one, else read number from minibuffer. + * callint.c (Fcall_interactively): New code N means use + prefix arg if have one, else read number from minibuffer. * buffer.c (record_buffer): Don't use Frassq, Fmemq or Fdelq since their loops - allow quitting. Write a spacial loop by hand. + allow quitting. Write a special loop by hand. 1986-06-05 Richard M. Stallman (rms@prep) @@ -4772,14 +4772,14 @@ See ChangeLog.1 for earlier changes. Copyright (C) 1986, 1987, 1988, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -4787,8 +4787,6 @@ See ChangeLog.1 for earlier changes. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;;; arch-tag: 3334fc8a-ec24-4601-99fc-4c8adc2b31bb