X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8cabe764e9f3acb3d2b029c4737c8c885346655c..ed7f1a6c5caaf4159125c08db5d18c5471fdd032:/src/ChangeLog.1 diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index b0331f7051..e32db190cd 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 @@ -404,7 +404,7 @@ * unexec.c (make_hdr for celerity): Copy their own header field a_scovfrl from ohdr. - * unexec.c for COFF: + * unexec.c [COFF]: Round positions of text and and data sections in output file to page boundaries. @@ -497,7 +497,7 @@ * xdisp.c (try_window_id): Use adjusted hpos of bp in computation of ep. - Adjustde hpos can be negative after a continuation. + Adjusted hpos can be negative after a continuation. * fileio.c (Finsert_file_contents): Was failing to update n as chars were read. @@ -660,7 +660,7 @@ * keyboard.c (fake_suspend): Use execlp, not execl. - * sysdep.c (random, srqndom): + * sysdep.c (random, srandom): Add dummy for srandom => srand. Enable both for 4.1 and USG. * fns.c (Frandom): Remove conditional; let those dummies serve. @@ -856,7 +856,7 @@ Don't consider spaces at beginning as special if line is highlighted. Avoids losing the inverse-video on leading spaces in mode lines - on terminals where erasing does not turn on highlightig (vt100?). + on terminals where erasing does not turn on highlighting (vt100?). * process.c (pty): On UNIPLUS, don't try opening other side. @@ -1187,7 +1187,7 @@ prompt. (various): Pass window being displayed as arg to vmotion. (various): Compute starting-hpos arg to compute_motion - using minibuf_prompt_width if in minibuf starting at top. + using minibuf_prompt_width if in minibuf starting at top. * window.c (Fdisplay_buffer & callers): Take second arg, non-nil means do not use selected window @@ -1238,7 +1238,7 @@ Suppress "Loading %s... done" if noninteractive. * alloc.c (Fgarbage_collect): - Suppress "garbage collecing..." message if noninteractive. + Suppress "garbage collecting..." message if noninteractive. * regex.c (re_compile_pattern): Fix error message (double "\"'s for c compiler). @@ -1645,8 +1645,8 @@ Use signal, not sigset, since we simulate signal on all system versions when nec. - * buffer.c (syms_of_buffer, init_buffer_once, - reset_buffer_local_variables): + * buffer.c (syms_of_buffer, init_buffer_once) + (reset_buffer_local_variables): Define default-abbrev-mode, and init new buffers' abbrev-mode from it. Move definition of abbrev-mode here from abbrev.c. @@ -2861,7 +2861,7 @@ * keymap.c, callint.c, minibuf.c, fns.c, commands.h: Rename MinbufLocalMap to Vminibuffer_local_map, etc. Rename minibuf-local-{,-ns,-completion,must-match}map, - and DefLispVar them (document even!). + and DefLispVar them (document even!). => New lisp variables minibuffer-local-map, minibuffer-local-ns-map, minibuffer-local-completion-map, minibuffer-local-must-match-map. @@ -3041,7 +3041,7 @@ (Kernel bug). * keyboard.c (kbd_buffer_get_char): - If wait_reading_process_input returns and kbd_count stil 0, + If wait_reading_process_input returns and kbd_count still 0, gobble the buffered input. 1985-06-01 Richard M. Stallman (rms@mit-prep) @@ -3167,7 +3167,7 @@ (enable_recursive_minibuffers) so that Real Men may confuse themselves. (Some commands such as c-h f can also use it) (This is not quite the right thing for commands to bind to read their - arguments since it enables arbitrary recursiveness, not just one + arguments since it enables arbitrary recursion, not just one level to read args.) * buffer.c @@ -3431,11 +3431,11 @@ * fileio.c: Added optional third arg ok-if-exists to rename-file, make-symbolic-link, add-name-to-file and copy-file. - If the destrination filename exists, then if ok-if-exists + If the destination filename exists, then if ok-if-exists is non-nil it is silently bashed; else if the function was called interactively the user is queried as to whether s/he wants to bash the file; otherwise (ok-if-exists nil, non-interactive) - a file-already-exists error is signalled. + a file-already-exists error is signaled. * window.c: Made get-window-buffer return nil if get-buffer of its arg returns nil, rather than erring. @@ -3521,15 +3521,14 @@ * minibuf.c: Don't allow entry to minibuffer while minibuffer is selected. - Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, - 2008 Free Software Foundation, Inc. + Copyright (C) 1985-1986, 2001-2011 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 @@ -3537,8 +3536,5 @@ 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: 2d2c1086-b0a5-437c-bc58-fb38ce2e0f9b