]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.1
* jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring.
[gnu-emacs] / lisp / ChangeLog.1
index e068ee4cffbaf32eb161b25490d1071ac454fe92..ce834b83fa14d8e63d327258fa1e5ed34532e713 100644 (file)
 
        * c-mode.el (calculate-c-indent):
        Use new variable c-brace-imaginary-offset for statements
 
        * c-mode.el (calculate-c-indent):
        Use new variable c-brace-imaginary-offset for statements
-       inside a brace that isn't firstthing in its line.
+       inside a brace that isn't first thing in its line.
 
        * startup.el (command-line):
        Catch errors in init file and continue.
 
        * startup.el (command-line):
        Catch errors in init file and continue.
        If directory is specified, use file TAGS in that directory.
 
        * buff-menu.el (Buffer-menu-select):
        If directory is specified, use file TAGS in that directory.
 
        * buff-menu.el (Buffer-menu-select):
-       Divide the entire screen hight to compute window sizes,
+       Divide the entire screen height to compute window sizes,
        since we are going to divide up the entire screen.
 
        * bytecomp.el (various):
        since we are going to divide up the entire screen.
 
        * bytecomp.el (various):
        Insert a blank line after each message in the CC file.
 
        * fill.el (fill-region):
        Insert a blank line after each message in the CC file.
 
        * fill.el (fill-region):
-       It was not loking at the prefix arg!
+       It was not looking at the prefix arg!
 
        * loaddefs.el, nroff-mode.el:
        Add autoload for nroff-mode.  Change its doc string a little.
 
        * loaddefs.el, nroff-mode.el:
        Add autoload for nroff-mode.  Change its doc string a little.
        Recompile all 40 files affected; reduces Emacs pure code about 4k.
 
        * info.el:
        Recompile all 40 files affected; reduces Emacs pure code about 4k.
 
        * info.el:
-       (Info-select-node): was searching unboundedly for "execute:".
+       (Info-select-node): Was searching unboundedly for "execute:".
        (Info-follow-reference): Was called Info-footnote.
          Also, handle presence of spaces and newlines in ref names.
        (Info-extract-menu-node-name): Handle presence of spaces and
        (Info-follow-reference): Was called Info-footnote.
          Also, handle presence of spaces and newlines in ref names.
        (Info-extract-menu-node-name): Handle presence of spaces and
 
        * term-supdup.el:
        New file.
 
        * term-supdup.el:
        New file.
-       Defines supdup-contol-map, supdup-control-meta-map
+       Defines supdup-control-map, supdup-control-meta-map
        for characters which don't exist in ascii.
        Uses 0237 (m-c-_) as control escape -- this is what the supdup server
        uses.
        for characters which don't exist in ascii.
        Uses 0237 (m-c-_) as control escape -- this is what the supdup server
        uses.
 
 1985-11-21  Richard Mlynarik  (mly@prep)
 
 
 1985-11-21  Richard Mlynarik  (mly@prep)
 
-       * abbrev.el (quietry-read-abbrev-file):
+       * abbrev.el (quietly-read-abbrev-file):
        Fix typo.  Fix documentation of edit-abbrevs.
 
        * options.el:
        Fix typo.  Fix documentation of edit-abbrevs.
 
        * options.el:
        * debug.el (debug):
        Save match-data on entry, and do store-match-data on exit.
 
        * debug.el (debug):
        Save match-data on entry, and do store-match-data on exit.
 
-       * mail-utils:
+       * mail-utils.el:
        mail-string-delete: Make arg END exclusive.
        mail-strip-quoted-names: flush spaces before stuff being flushed.
         Compensate for change to mail-string-delete.
         Use fact that string-match sets match-end.
        mail-string-delete: Make arg END exclusive.
        mail-strip-quoted-names: flush spaces before stuff being flushed.
         Compensate for change to mail-string-delete.
         Use fact that string-match sets match-end.
-       rmail-dont-reply-to: flush extra spaces, comms after deleted name.
+       rmail-dont-reply-to: flush extra spaces, commas after deleted name.
         Compensate for change to mail-string-delete.
         Use fact that string-match sets match-end.
 
         Compensate for change to mail-string-delete.
         Use fact that string-match sets match-end.
 
 
        * files.el (find-backup-file-name):
        Make numeric backup names end in # rather than ~
 
        * files.el (find-backup-file-name):
        Make numeric backup names end in # rather than ~
-       so they arenot automatically deleted when two days old.
+       so they are not automatically deleted when two days old.
 
        * nroff-mode.el (nroff-mode):
        Make all .-commands separate paragraphs.
 
        * nroff-mode.el (nroff-mode):
        Make all .-commands separate paragraphs.
        Don't query for reverting read-only buffers.
 
        * time.el (display-time-filter):
        Don't query for reverting read-only buffers.
 
        * time.el (display-time-filter):
-       If we have lots of tims received at once, quickly discard all but
+       If we have lots of times received at once, quickly discard all but
        last few.
 
        * files.el (after-find-file):
        last few.
 
        * files.el (after-find-file):
 1985-09-02  Richard M. Stallman  (rms@mit-prep)
 
        * rmail.el (rmail-expunge):
 1985-09-02  Richard M. Stallman  (rms@mit-prep)
 
        * rmail.el (rmail-expunge):
-       If all mesages thru current one get expunged, show message 1.
+       If all messages thru current one get expunged, show message 1.
 
        * debug.el (debug):
        Bind debug-on-error and print-length to avoid various
 
        * debug.el (debug):
        Bind debug-on-error and print-length to avoid various
 
        * c-mode.el (c-comment-indent)
        Return a valid value when used within a comment.
 
        * c-mode.el (c-comment-indent)
        Return a valid value when used within a comment.
-       (such as when inenting when comment-multi-line is non-nil)
+       (such as when indenting when comment-multi-line is non-nil)
        Associated changes to
         c-indent-line, c-calculate-indent-within-comment
 
        Associated changes to
         c-indent-line, c-calculate-indent-within-comment
 
 1985-07-10  Richard Mlynarik  (mly@mit-prep)
 
        * ebuff-menu.el (Electric-buffer-menu-undefined)
 1985-07-10  Richard Mlynarik  (mly@mit-prep)
 
        * ebuff-menu.el (Electric-buffer-menu-undefined)
-       Don't call substritute-command-keys if keybindings are default,
+       Don't call substitute-command-keys if keybindings are default,
        with resultant couple-of-orders-of-magnitude speedup.
        RMS: this is what my changes to Fsubstitute_command_keys in doc.c
        were supposed to do.
        with resultant couple-of-orders-of-magnitude speedup.
        RMS: this is what my changes to Fsubstitute_command_keys in doc.c
        were supposed to do.
        * electric.el: Allow specification of prompt to
        Electric-command-loop.  Interpret nil max-height argument to
        Electric-pop-up-window as license to grab as much of the screen as
        * electric.el: Allow specification of prompt to
        Electric-command-loop.  Interpret nil max-height argument to
        Electric-pop-up-window as license to grab as much of the screen as
-       necessary if buffer wont fit; also fix fencepost neglect to
+       necessary if buffer won't fit; also fix fencepost neglect to
        account for modeline in height computations.
 
 1985-06-12  Richard Mlynarik  (mly@mit-prep)
        account for modeline in height computations.
 
 1985-06-12  Richard Mlynarik  (mly@mit-prep)
 1985-06-09  K. Shane Hartman  (shane@mit-prep)
 
        * dired.el:
 1985-06-09  K. Shane Hartman  (shane@mit-prep)
 
        * dired.el:
-       Fix bugs in dired introduced by use of auto-save-file-name-p.  Dont
+       Fix bugs in dired introduced by use of auto-save-file-name-p.  Don't
        call it if it isn't fbound (just look for `#').  Add second arg to
        dired-get-filename which says just return nil (no error) if there
        is no filename on line.  Rename dired-mark-backup-and-temp-files
        call it if it isn't fbound (just look for `#').  Add second arg to
        dired-get-filename which says just return nil (no error) if there
        is no filename on line.  Rename dired-mark-backup-and-temp-files
        error, when it killed a buffer line, it neglected to move back,
        thereby sitting on potential `K' which was missed. Wrap
        save-excursion around kill-buffer, it seems that kill-buffer changes
        error, when it killed a buffer line, it neglected to move back,
        thereby sitting on potential `K' which was missed. Wrap
        save-excursion around kill-buffer, it seems that kill-buffer changes
-       something when it asks about mod file (dont ask me ...).
+       something when it asks about mod file (don't ask me ...).
        Buffer-menu-do-saves was searching for "\n.S", it meant re-search.
        Teach Buffer-menu-unmark how to handle `%' and `*' at same time.
 
        Buffer-menu-do-saves was searching for "\n.S", it meant re-search.
        Teach Buffer-menu-unmark how to handle `%' and `*' at same time.
 
 
        * view.el:
        (provide 'view)
 
        * view.el:
        (provide 'view)
-       defined unadvertized c-m-a, c-m-e, c-m-b, c-m-f
+       defined unadvertised c-m-a, c-m-e, c-m-b, c-m-f
        at end of buffer says how to exit.
 
 1985-06-06  K. Shane Hartman  (shane@mit-prep)
        at end of buffer says how to exit.
 
 1985-06-06  K. Shane Hartman  (shane@mit-prep)
          Also, most messages were spurious.
        news-goto-news-group: it had duplicate definitions.
          Flushed both of them; use news-go-to-news-group instead.
          Also, most messages were spurious.
        news-goto-news-group: it had duplicate definitions.
          Flushed both of them; use news-go-to-news-group instead.
-       various: standardized elipses in messages.
+       various: standardized ellipses in messages.
          Use error rather than message where appropriate.
 
 1985-05-21  Richard Mlynarik  (mly@mit-prep)
          Use error rather than message where appropriate.
 
 1985-05-21  Richard Mlynarik  (mly@mit-prep)
 1985-05-21  K. Shane Hartman  (shane@mit-prep)
 
        * view.el:
 1985-05-21  K. Shane Hartman  (shane@mit-prep)
 
        * view.el:
-       Flush skip commands since they dont make much sense.  Make searches,
+       Flush skip commands since they don't make much sense.  Make searches,
        goto-line's center display at point found with dot at beginning of
        line.  Use mark ring and provide mark manipulation commands.  C-l
        is recenter.  Improve documentation.
        goto-line's center display at point found with dot at beginning of
        line.  Use mark ring and provide mark manipulation commands.  C-l
        is recenter.  Improve documentation.
 
 1985-05-16  Richard Mlynarik  (mly@mit-prep)
 
 
 1985-05-16  Richard Mlynarik  (mly@mit-prep)
 
-       * simple.el: make <help> i run info
+       * simple.el: Make <help> i run info.
 
        * sundry changes to go with changes in src/fileio.c making
        copy-file, rename-file, add-name take an optional third argument.
 
        * sundry changes to go with changes in src/fileio.c making
        copy-file, rename-file, add-name take an optional third argument.
        there in two places to make things work until everybody is running
        an emacs which takes the extra arg (marked "** KLUDGE **".) Remember
        to remove the kludge at that time!
        there in two places to make things work until everybody is running
        an emacs which takes the extra arg (marked "** KLUDGE **".) Remember
        to remove the kludge at that time!
-       Mods to files.el, loadup.el, rmail.el
+       Mods to files.el, loadup.el, rmail.el.
 
 
-       * added autoloading function electic-buffer-list
+       * added autoloading function electric-buffer-list.
 
 
-       * buff-menu.el: make splitting screen between > 2 buffers work
+       * buff-menu.el: Make splitting screen between > 2 buffers work.
 
 1985-05-16  K. Shane Hartman  (shane@mit-prep)
 
 
 1985-05-16  K. Shane Hartman  (shane@mit-prep)
 
        Change format used for change log entries.
        Select indented-text-mode for the change log file.
 
        Change format used for change log entries.
        Select indented-text-mode for the change log file.
 
-1985-05-12  Shane  (shane@mit-ajax)
+1985-05-12  K. Shane Hartman  (shane@mit-ajax)
        simple.el: suppress matching close paren if preceded
                by char syntax \.
        mim-mode.el: flush private paren blinker in favor of default.
        simple.el: suppress matching close paren if preceded
                by char syntax \.
        mim-mode.el: flush private paren blinker in favor of default.
                Set current buffer variables from defaults
                in case user's init file has changed them.
 
                Set current buffer variables from defaults
                in case user's init file has changed them.
 
-    Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+    Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
       Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
       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
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, 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
 
   GNU Emacs is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
   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 <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: b6060738-7fac-4c9c-80ae-67995bae78a7
 
 ;;; arch-tag: b6060738-7fac-4c9c-80ae-67995bae78a7