]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.1
Merge from emacs-23
[gnu-emacs] / lisp / ChangeLog.1
index a393b120b5a2526e11c3cd4b2df65cd3a9e68cde..922c5c9d33222376399be6100c5490bd3ab99af7 100644 (file)
 
 1986-03-15  Bill Rozas  (jinx@prep)
 
-       * scheme.el: (scheme-zap-name) Uses expand-file-name to obtain an
+       * scheme.el (scheme-zap-name): Uses expand-file-name to obtain an
        absolute pathname.
 
 1986-03-15  Richard M. Stallman  (rms@prep)
 
 1986-03-13  Bill Rozas  (jinx@prep)
 
-       * scheme.el: (scheme-zap-name) change it back to fromedit.zap
+       * scheme.el (scheme-zap-name): Change it back to fromedit.zap
        since that is where scheme expects it and it is too much work to
        change scheme right now.  This interface is obsolete anyway, but
        some people (athena) still use it.
        * info.el (Info-find-node):
        Fix braino.
        Also, allow abbreviations for node names.
-       Info-tagify:  insert tags in forward order so that
+       (Info-tagify): Insert tags in forward order so that
        an abbrev finds the textually first possibility rather than the
        last.
 
 1985-12-27  Richard Mlynarik  (mly@prep)
 
        * view.el:
-       Various:  Fix cases of "view" => "View" which were missed.  Damn.
+       Various: Fix cases of "view" => "View" which were missed.  Damn.
 
 1985-12-27  Richard M. Stallman  (rms@prep)
 
        * info.el:
        (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.
+        Also, handle presence of spaces and newlines in ref names.
        (Info-extract-menu-node-name): Handle presence of spaces and
         newlines in the node name.
        (Info-menu): Handle presence of spaces and newlines in item
        in the *compilation* buffer, thus allowing buffers to have local
        compilation-error-regexp variables.
 
-       (provide 'compile)
-
 1985-12-05  Richard M. Stallman  (rms@prep)
 
        * files.el (recover-file):
 
 1985-11-27  Richard Mlynarik  (mly@prep)
 
-       * rnews.el: (news-mode, news-set-mode-line):
+       * rnews.el (news-mode, news-set-mode-line):
        Get rid of news-mode-group-string.
 
        * rnews.el (news-unsubscribe-internal):
 1985-10-28  Richard M. Stallman  (rms@prep)
 
        * rmail.el, rmailsum.el, rmailkwd.el, rmailmsc.el,
-         rmailout.el, rmailedit.el:
+       * rmailout.el, rmailedit.el:
        Install thoroughly rewritten rmail with many new features.
 
        * debug.el (debug, debugger-mode):
 
        * mouseinit.el
        Delete this file.  Put its contents in files
-       term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el
+       term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el.
        (Perhaps there should be a subdirectory emacs/lisp/term/ ??)
 
 1985-10-23  Richard M. Stallman  (rms@prep)
 
 1985-10-17  Richard Mlynarik  (mly@mit-prep)
 
-       * rnews.el: (news-save-item-in-file)
+       * rnews.el (news-save-item-in-file):
        Append to file, rather than overwriting.
 
        * isearch.el
 
        * texinfo.el:
        Change syntax for @xref and @pxref to use braces.
-       Change syntax for @node to read entire line
+       Change syntax for @node to read entire line.
        (new function texinfo-format-parse-line-args for that).
        Change paragraph-separate, etc., so only directives without
        braces separate paragraphs.  When formatting, discard all of the
        "c-continued-statement-offset" as in the documentation and manual
 
        * rmail.el (rmail-find):
-       Hack default of last search string, hack reverse search
-       (-ve prefix arg)
+       Hack default of last search string, hack reverse search.
+       (-ve prefix arg):
        Make "-" be negative-argument
 
 1985-07-23  Richard Mlynarik  (mly@mit-prep)
 
        * lisp-mode.el: First form of prog1 is distinguished.
 
-       * loaddefs.el: autoload functions from chistory.el and echistory.el.
+       * loaddefs.el: Autoload functions from chistory.el and echistory.el.
 
        * chistory.el:
        New file containing two alternatives to `repeat-complex-command'
        * ebuff-menu.el: Make M-C-v scroll-other-window instead of
        scroll-down.  Make M-v scroll-down.
 
-       * ebuff-menu.el, echistory.el:  Made them use electric.
+       * ebuff-menu.el, echistory.el: Made them use electric.
 
        * electric.el:
        New module for packages that retain control until some event
 
        * sendmail.el, loaddefs.el
        added send-mail-function; initially sendmail-send-it
-       (also, mail-yank-ignored-headers had a typo)
+       (also, mail-yank-ignored-headers had a typo).
 
        * rmail.el (rmail-get-new-mail, convert-to-babyl-format, ...)
-         loaddefs.el
+       * loaddefs.el:
        Remodularize inbox parsing.  Add support(?) for mmdf inboxes.
        Note that I can't seem to define definitive documentation of
        what this format is; however the code installed seems to work
 1985-05-16  K. Shane Hartman  (shane@mit-prep)
 
        * dired.el: Put dired-rename-file, dired-copy file-on keys.  Make
-       them change buffer if appropriate.  Put dired-mark-backup-files,
+       them change buffer if appropriate.  Put dired-mark-backup-files,
        dired-mark-temp-files on keys.  Eliminate possibility of looping
        at last line in dired-repeat-over-filenames.
 
        replace loop so that replacing continues after moving back to
        previous.
 
-       * add-log.el: add prefix arg to add-change-log-entry so will
+       * add-log.el: Add prefix arg to add-change-log-entry so will
        prompt for information if desired.  If there is an entry for today,
        make sure login-name is same before using it, else make new entry.
        Use auto-fill-mode.
 
 1985-05-12  Richard M. Stallman  (rms@mit-prep)
 
-       * lisp-mode.el: defined lisp-mode-commands, lisp-mode-variables.
+       * lisp-mode.el: Defined lisp-mode-commands, lisp-mode-variables.
        Added external-lisp-mode.
        Made doc strings mention mode hook variables.
 
-       * shell.el: defined functions `lisp' and `inferior-lisp-mode'.
+       * shell.el: Defined functions `lisp' and `inferior-lisp-mode'.
        Renamed shell-send-defun... to lisp-send-defun...
        and made them use process "lisp", buffer *lisp*.
 
-       * text-mode.el: made indented-text-mode not call text-mode.
+       * text-mode.el: Made indented-text-mode not call text-mode.
        Made doc strings mention mode hook variables.
 
        * c-mode.el: Made doc strings mention mode hook variables.
 
-       * add-log.el
+       * add-log.el:
        Change format used for change log entries.
        Select indented-text-mode for the change log file.
 
 1985-05-12  K. Shane Hartman  (shane@mit-ajax)
-       simple.el: suppress matching close paren if preceded
+
+       * simple.el: Suppress matching close paren if preceded
                by char syntax \.
-       mim-mode.el: flush private paren blinker in favor of default.
-       add-log.el: change mode-string to mode-name so reflected in
+       * mim-mode.el: Flush private paren blinker in favor of default.
+       * add-log.el: Change mode-string to mode-name so reflected in
                mode-line.  change \\W to \\sW when looking for place to add.
 
 1985-05-12  Richard M. Stallman  (rms@mit-prep)
-       simple.el: modified open-line to insert newlines before
+
+       * simple.el: Modified open-line to insert newlines before
                an existing one before dot.  This makes better redisplay.
-       dired.el: Installed Shane's changes that allow user to choose
+       dired.el: Installed Shane's changes that allow user to choose
                switches to use.
 
 1985-05-11  Richard M. Stallman  (rms@mit-prep)
-       rmail.el: if given file name as argument,
+
+       * rmail.el: If given file name as argument,
                correctly displays one message of that file
                but does not try to get new mail.
-       simple.el: Fix what-line bug: line # too high by 1 if not at bol.
+       simple.el: Fix what-line bug: line # too high by 1 if not at bol.
                Put in blink-matching-paren-distance,
                and check for wrong kinds of parens matching.
-       time.el: Put in display-time-day-and-date flag,
+       time.el: Put in display-time-day-and-date flag,
                to display day and date in addition to the time.
-       startup.el: Call lisp-interaction-mode-hook if defined.
+       startup.el: Call lisp-interaction-mode-hook if defined.
                Set current buffer variables from defaults
                in case user's init file has changed them.