]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.1
Add 2010 to copyright years.
[gnu-emacs] / lisp / ChangeLog.1
index 694528277292170335bd80cde50d5dba316aa81d..dd96ee162f19508b596934c260de008e3d5cfc11 100644 (file)
 
        * 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.
        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):
        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.
        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
 
        * 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.
 
 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:
        * 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.
-       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.
 
 
        * 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.
        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):
 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
 
        * 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
 
 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.
        * 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)
 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
        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.
 
          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)
 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.
 
 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.
        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)
 
                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, 2008
+    Copyright (C) 1985, 1986, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
       Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.