]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.3
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-261
[gnu-emacs] / lisp / ChangeLog.3
index d20954b0bbaf3578164ac096d634d7b307f71d4e..90604fc8e6f35601aa56eda476aea5991797c0c0 100644 (file)
 
        * iso8859-1.el: Call set-case-..., not standard-case-...
 
-1993-05-23  Paul Eggert         (eggert@twinsun.com)
+1993-05-23  Paul Eggert  (eggert@twinsun.com)
 
        * calendar.el (calendar-daylight-savings-starts,
        calendar-daylight-savings-ends): Default to nil if the locale
 
        * vc.el (vc-version-diff): Match parens.
 
-1993-05-14  Paul Eggert         (eggert@twinsun.com)
+1993-05-14  Paul Eggert  (eggert@twinsun.com)
 
        * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
        is a list; it might be t.
        (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
        (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
 
-1993-05-13  Paul Eggert         (eggert@twinsun.com)
+1993-05-13  Paul Eggert  (eggert@twinsun.com)
 
        * vc.el (vc-version-diff): Don't move point in current buffer.
 
        (terminal-mode): Don't make meta-flag local.
        (te-stty-string): Quote the args that have ^.  Add pass8.
 
-1993-05-08  Paul Eggert         (eggert@twinsun.com)
+1993-05-08  Paul Eggert  (eggert@twinsun.com)
 
        * vc.el (vc-diff): Report an error if the buffer isn't registered.
        (vc-registration-error): New function.
 
        * menu-bar.el: Don't add menu bar to minibuffer-only frames.
 
-1993-05-07  Paul Eggert         (eggert@twinsun.com)
+1993-05-07  Paul Eggert  (eggert@twinsun.com)
 
        * vc.el (vc-directory-18): New function.
        If Emacs 18, make vc-directory alias to this.
        ring is now a separate buffer from *VC-log*; editing of old comments
        is no longer destructive.
 
-1993-03-16  Paul Eggert         (eggert@twinsun.com)
+1993-03-16  Paul Eggert  (eggert@twinsun.com)
 
        * vc.el (vc-version-diff): Use (message ...), not (message (format
        ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
          other keysyms are now default-bound to a function which explains
          that the key is not bound to anything, then raises an error.
 
-       * term/READ.ME: terminal package conventions and standard keysym
+       * term/README: terminal package conventions and standard keysym
          cookies are now documented here.
 
        * term/AT386.el: new package installed.  Handles IBM-AT style
        (isearch-unread): Don't call it here.
        (isearch-mode-map): Bind the ASCII-equivalent function keys.
 
-1993-03-07  Paul Eggert         (eggert@twinsun.com)
+1993-03-07  Paul Eggert  (eggert@twinsun.com)
 
        * vc.el (vc-update-change-log): Check that ChangeLog is writable
        before starting the expensive rcs2log process.
        (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
        calls to ange-ftp-repaint-buffer.
 
-1992-11-11  Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
+1992-11-11  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
 
        * c-mode.el (c-style-alist): Add quotes around C++ style name.
 
        * files.el (file-truename): Check for root by seeing if
        directory-file-name returns same as DIR.
        Look for a file-truename handler for the file name.
-       * vc-hooks (vc-registered): Look for a vc-registered handler.
+       * vc-hooks.el (vc-registered): Look for a vc-registered handler.
        But only if file-name-handler-alist is bound.
        * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
        (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
        (byte-compile-ca*d*r): Deleted.
        (caar, cadr, ..., cddddr): Define these using defsubst.
 
-       Installed changes from Zawinski-Furuseth 2.04 to 2.07:
+       Installed changes from Zawinski-Furuseth 2.04 to 2.07:
        * byte-run.el (dont-compile): Doc fix.
        (make-obsolete-variable): New function.
        * bytecomp.el (byte-compile-log-1): Added new optional argument,
        terminal-dependent file has been loaded.
 
        * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
-       Changed these to work correctly with the Zawinski-Furuseth byte
+       Change these to work correctly with the Zawinski-Furuseth byte
        compiler.
 
 1992-07-31  Robert J. Chassell (bob@churchy.gnu.ai.mit.edu)
        * bytecomp.el: Style corrected in calls to error.
        Many doc strings corrected in style.
 
-       Repeated the following changes:
+       Repeated the following changes:
        * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
        (byte-compile-buffer): Function commented out.
 
 
 1992-02-27  Jim Blandy (jimb@pogo.cs.oberlin.edu)
 
-       * hack-local-variables: Don't take a FORCE argument; it's as easy
-       to bind enable-local-variables to t for a while as it is to pass
-       an extra argument, and it's cleaner.
-       * normal-mode: Instead of passing the FORCE argument, bind
+       * files.el (hack-local-variables): Don't take a FORCE argument;
+       it's as easy to bind enable-local-variables to t for a while as it
+       is to pass an extra argument, and it's cleaner.
+       (normal-mode): Instead of passing the FORCE argument, bind
        enable-local-variables.
-
-       * set-auto-mode: Don't check for the -*- mode tag if
+       (set-auto-mode): Don't check for the -*- mode tag if
        enable-local-variables is nil.
 
        * loaddefs.el (auto-mode-alist): There's no reason for this
 
        * etags.el: support new (find-tag-noselect) entry point.
 
-       * info: patched to restore point on `up' to previously visited buffer.
+       * info.el: patched to restore point on `up' to previously visited buffer.
 
        * sccs.el: installed 3.5
 
        * paths.el (Info-default-directory-list): Define instead of
        Info-directory-list.
 
-1991-08-13  Ken Raeburn         (raeburn@watch.com)
+1991-08-13  Ken Raeburn  (raeburn@watch.com)
 
        * time.el (display-time-24hr-format): New variable.
        (display-time-filter): If display-time-24hr-format is non-nil,
 
        * fill.el (justify-current-line): Handle extra indent after prefix.
 
-1991-03-14  Robert J. Chassell (bob@gnu.ai.mit.edu)
+1991-03-14  Robert J. Chassell  (bob@gnu.ai.mit.edu)
 
        * info.el (Info-forward-node): Go up several levels, if necessary.
        Add two new arguments.
 
        * help.el (help-for-help): Call delete-other-windows.
 
-1991-01-21  Mike Newton         (newton@fig)
+1991-01-21  Mike Newton  (newton@fig)
 
        * bibtex.el: updated to conform better with bibtex 0.99c by:
        bibtex-mode : updated comments to indicate new use of
        * compile.el (compilation-last-error): Remove this variable.
        (next-error): Don't set it.
 
-1990-12-12  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-12-12  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (calendar-end-of-year): Delete extraneous statement
        in let.
        * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
        (adaptive-fill-mode, adaptive-fill-regexp): New user options.
 
-1990-11-30  Mike Newton         (newton@gumby.cs.caltech.edu)
+1990-11-30  Mike Newton  (newton@gumby.cs.caltech.edu)
 
        * bibtex.el (start comments): added earlier comments of Bengt
        Martensson.  Some of the changes listed below are originally his
        (byte-compile-normal-call): Don't alter byte-compile-depth.
        (byte-compile-funcall): New function.
 
-1990-11-27  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el (diary-float): Allow month to be a list of months, a
        single month, or t (for all months).
 
        * appt.el: Fixed if construct for midnight update.
 
-1990-11-25  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-25  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el (insert-block-diary-entry): Change reference to
        mark-ring to calendar-mark-ring.
        * appt.el: Changed list-diary-entries-hook to diary-display-hook
        to be compatible with new version of the calendar/diary packgage.
 
-1990-11-20  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (calendar-version): New constant, with date
        (calendar-count-days-region, calendar-not-available): New functions.
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-11-11  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el (make-diary-entry): New function.
        (insert-diary-entry, insert-weekly-diary-entry,
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-11-08  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (calendar-set-mark,
        calendar-exchange-point-and-mark): New functions.
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-11-06  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (sexp-diary-entry-symbol): New variable.
        (cursor-to-iso-calendar-date): Simplified, slightly.
        more appropriately.
 
 
-1990-10-23  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el (list-diary-entries): Added a separate hook to do the
        display, so that the diary entries can be obtained without
 
        calendar.el: Add default definition of diary-display-hook.
 
-1990-10-20  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (describe-calendar-mode): Rewrote to give just a
        brief description of the mode instead of calling describe-mode.
 
        * appt.el: Using copy modified by rms.
 
-1990-10-08  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * holiday.el (calendar-holiday-function-hebrew): Fixed minor
        problem with the code to short-circuit the calculations to save
 
        * history.el: Specify `(provide 'history)'.
 
-1990-11-20  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el:
        Added constant calendar-version with date
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-11-11  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el:
        (make-diary-entry): New function.
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-11-08  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el:
        (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-11-06  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el: Added new variable sexp-diary-entry-symbol.
        (cursor-to-iso-calendar-date): Simplified, slightly.
        more appropriately.
 
 
-1990-10-23  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el
        (list-diary-entries): Added a separate hook to do the display, so
 
        calendar.el: Add default definition of diary-display-hook.
 
-1990-10-20  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el
        (describe-calendar-mode): Rewrote to give just a brief description
        of the mode instead of calling describe-mode.
 
-1990-10-08  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * holiday.el:
        (calendar-holiday-function-hebrew): Fixed minor problem with the
        (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
        code to short-circuit the calculations to save time.
 
-1990-09-10  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-09-10  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el:
        (list-diary-entries), (list-hebrew-diary-entries),
        (list-islamic-diary-entries): Fixed to use add-to-diary-list.
 
-1990-09-07  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-09-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * holiday.el
        (filter-visible-calendar-holidays): New function.
        when there are no diary entries but lots of holidays.
        (ordinary-list-diary-hook), (add-to-diary-list): New functions.
 
-
-1990-09-06  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-09-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el:
        Changed reference at beginning of file from the report to the
 
 1990-10-11  Richard Stallman  (rms@mole.ai.mit.edu)
 
-       * Kill commands on read-only buffers, just copy to kill-ring.
-       * simple.el (kill-region): If read-only, just copy to kill-ring.
+       * simple.el: Kill commands on read-only buffers, just copy to
+       kill-ring.
+       (kill-region): If read-only, just copy to kill-ring.
        (zap-to-char, kill-line, kill-comment, kill-word):
        (backward-kill-word, kill-paragraph, backward-kill-paragraph):
        Allow read-only buffers.
          lines with @-sign commands for @chapter, @section and the like,
          but not @node lines.
 
-1990-06-27  Richard Stallman (rms@mole.ai.mit.edu)
+1990-06-27  Richard Stallman  (rms@mole.ai.mit.edu)
 
        * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
 
        emacs.
        (next-multiscreen-window):
        (previous-multiscreen-window):  Include the minibuffer screen if
-       the minbuffer is active.
+       the minibuffer is active.
 
 1990-04-03  Richard Stallman  (rms@mole.ai.mit.edu)
 
        * dired.el (dired-diff): New command.
        (dired-mode-map): Put on `='.
 
-1990-03-28  Jim Kingdon         (kingdon@mole.ai.mit.edu)
+1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
 
        * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
        Put in "-*- rmail -*-".
        * inf-lisp.el: inferior-lisp-program can be a list of the programme
          name and its arguments.
 
-1990-02-06  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-02-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el:
        (french-calendar-leap-year-p): Rewritten with corrected rule.
 
        * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
 
-1990-01-27  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-01-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el:
        (scroll-calendar-left): Fixed so it works when the cursor is not
 
        * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
 
-1990-01-16  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-01-16  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el:
        (insert-diary-entry): New function.
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
 
-1990-01-11  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-01-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * diary.el
        (list-diary-entries): Deleted several lines of extraneous code
 
        * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
 
-1990-01-08  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-01-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (calendar-date-is-visible-p):
        Fixed so it does not switch to the calendar buffer.
        displayed in the calendar.  This saves an enormous amount of time in
        the fancy diary display for multiple days.
 
-1990-01-07  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1990-01-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el: Fixed the value of list-diary-entries-hook.
        (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
        * view.el (View-scroll-lines-forward):
        Exit@end only if view-scroll-forward-exits is non-nil.
 
-1989-12-29  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1989-12-29  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el (mark-diary-entries): Made "sticky" so effect continues
        whenever the calendar is redisplayed.
        (mark-calendar-holidays, calendar-unmark): Likewise.
 
-1989-12-26  Ed Reingold         (reingold@emr.cs.uiuc.edu)
+1989-12-26  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 
        * calendar.el: Fixed many minor bugs throughout the code. The major
        changes are as follows.
 
        * paths.el: Changed rmail-file-name from const to a var.
 
-1989-11-16  Ed Reingold         (reingold@cs.uiuc.edu)
+1989-11-16  Ed Reingold  (reingold@cs.uiuc.edu)
 
        * tex-mode.el (slitex-mode):
        New alternative to plain-tex-mode and latex-mode.
 
        * replace.el (perform-replace): make ! undo as a unit.
 
-1989-04-17  Chris Smith         (csmith@mozart)
+1989-04-17  Chris Smith  (csmith@mozart)
 
        * icon-mode.el (icon-comment-indent): When auto-fill breaks a
        line in a bol comment, start the continued line in column 1
 
        * loaddefs.el: Autoload ftp-list-directory.
 
-1989-04-06  Edward M. Reingold (reingold@cs.uiuc.edu)
+1989-04-06  Edward M. Reingold  (reingold@cs.uiuc.edu)
 
         Hook added to list-diary-entries, along with a possible
          value for that hook which prepares a fancy diary buffer
@@ -12619,3 +12618,5 @@ See ChangeLog.2 for earlier changes.
     Copyright (C) 1989, 1993 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: f07a3446-5672-464a-8fdc-2ca92e8e7b2a