emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog.3


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog.3
Date: Fri, 04 Apr 2003 01:21:38 -0500

Index: emacs/lisp/ChangeLog.3
diff -c emacs/lisp/ChangeLog.3:1.10 emacs/lisp/ChangeLog.3:1.11
*** emacs/lisp/ChangeLog.3:1.10 Tue Jan 28 18:49:09 2003
--- emacs/lisp/ChangeLog.3      Tue Feb  4 07:37:10 2003
***************
*** 340,346 ****
  
        * iso8859-1.el: Call set-case-..., not standard-case-...
  
! 1993-05-23  Paul Eggert        (address@hidden)
  
        * calendar.el (calendar-daylight-savings-starts,
        calendar-daylight-savings-ends): Default to nil if the locale
--- 340,346 ----
  
        * iso8859-1.el: Call set-case-..., not standard-case-...
  
! 1993-05-23  Paul Eggert  (address@hidden)
  
        * calendar.el (calendar-daylight-savings-starts,
        calendar-daylight-savings-ends): Default to nil if the locale
***************
*** 634,640 ****
  
        * vc.el (vc-version-diff): Match parens.
  
! 1993-05-14  Paul Eggert        (address@hidden)
  
        * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
        is a list; it might be t.
--- 634,640 ----
  
        * vc.el (vc-version-diff): Match parens.
  
! 1993-05-14  Paul Eggert  (address@hidden)
  
        * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
        is a list; it might be t.
***************
*** 664,670 ****
        (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        (address@hidden)
  
        * vc.el (vc-version-diff): Don't move point in current buffer.
  
--- 664,670 ----
        (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  (address@hidden)
  
        * vc.el (vc-version-diff): Don't move point in current buffer.
  
***************
*** 720,726 ****
        (terminal-mode): Don't make meta-flag local.
        (te-stty-string): Quote the args that have ^.  Add pass8.
  
! 1993-05-08  Paul Eggert        (address@hidden)
  
        * vc.el (vc-diff): Report an error if the buffer isn't registered.
        (vc-registration-error): New function.
--- 720,726 ----
        (terminal-mode): Don't make meta-flag local.
        (te-stty-string): Quote the args that have ^.  Add pass8.
  
! 1993-05-08  Paul Eggert  (address@hidden)
  
        * vc.el (vc-diff): Report an error if the buffer isn't registered.
        (vc-registration-error): New function.
***************
*** 836,842 ****
  
        * menu-bar.el: Don't add menu bar to minibuffer-only frames.
  
! 1993-05-07  Paul Eggert        (address@hidden)
  
        * vc.el (vc-directory-18): New function.
        If Emacs 18, make vc-directory alias to this.
--- 836,842 ----
  
        * menu-bar.el: Don't add menu bar to minibuffer-only frames.
  
! 1993-05-07  Paul Eggert  (address@hidden)
  
        * vc.el (vc-directory-18): New function.
        If Emacs 18, make vc-directory alias to this.
***************
*** 2026,2032 ****
        ring is now a separate buffer from *VC-log*; editing of old comments
        is no longer destructive.
  
! 1993-03-16  Paul Eggert        (address@hidden)
  
        * vc.el (vc-version-diff): Use (message ...), not (message (format
        ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
--- 2026,2032 ----
        ring is now a separate buffer from *VC-log*; editing of old comments
        is no longer destructive.
  
! 1993-03-16  Paul Eggert  (address@hidden)
  
        * vc.el (vc-version-diff): Use (message ...), not (message (format
        ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
***************
*** 2308,2314 ****
        (isearch-unread): Don't call it here.
        (isearch-mode-map): Bind the ASCII-equivalent function keys.
  
! 1993-03-07  Paul Eggert        (address@hidden)
  
        * vc.el (vc-update-change-log): Check that ChangeLog is writable
        before starting the expensive rcs2log process.
--- 2308,2314 ----
        (isearch-unread): Don't call it here.
        (isearch-mode-map): Bind the ASCII-equivalent function keys.
  
! 1993-03-07  Paul Eggert  (address@hidden)
  
        * vc.el (vc-update-change-log): Check that ChangeLog is writable
        before starting the expensive rcs2log process.
***************
*** 3351,3357 ****
        (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
        calls to ange-ftp-repaint-buffer.
  
! 1992-11-11  Eric S. Raymond (address@hidden)
  
        * c-mode.el (c-style-alist): Add quotes around C++ style name.
  
--- 3351,3357 ----
        (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
        calls to ange-ftp-repaint-buffer.
  
! 1992-11-11  Eric S. Raymond  (address@hidden)
  
        * c-mode.el (c-style-alist): Add quotes around C++ style name.
  
***************
*** 7187,7193 ****
        * paths.el (Info-default-directory-list): Define instead of
        Info-directory-list.
  
! 1991-08-13  Ken Raeburn        (address@hidden)
  
        * time.el (display-time-24hr-format): New variable.
        (display-time-filter): If display-time-24hr-format is non-nil,
--- 7187,7193 ----
        * paths.el (Info-default-directory-list): Define instead of
        Info-directory-list.
  
! 1991-08-13  Ken Raeburn  (address@hidden)
  
        * time.el (display-time-24hr-format): New variable.
        (display-time-filter): If display-time-24hr-format is non-nil,
***************
*** 7933,7939 ****
  
        * fill.el (justify-current-line): Handle extra indent after prefix.
  
! 1991-03-14  Robert J. Chassell (address@hidden)
  
        * info.el (Info-forward-node): Go up several levels, if necessary.
        Add two new arguments.
--- 7933,7939 ----
  
        * fill.el (justify-current-line): Handle extra indent after prefix.
  
! 1991-03-14  Robert J. Chassell  (address@hidden)
  
        * info.el (Info-forward-node): Go up several levels, if necessary.
        Add two new arguments.
***************
*** 8173,8179 ****
  
        * help.el (help-for-help): Call delete-other-windows.
  
! 1991-01-21  Mike Newton        (address@hidden)
  
        * bibtex.el: updated to conform better with bibtex 0.99c by:
        bibtex-mode : updated comments to indicate new use of
--- 8173,8179 ----
  
        * help.el (help-for-help): Call delete-other-windows.
  
! 1991-01-21  Mike Newton  (address@hidden)
  
        * bibtex.el: updated to conform better with bibtex 0.99c by:
        bibtex-mode : updated comments to indicate new use of
***************
*** 8377,8383 ****
        * compile.el (compilation-last-error): Remove this variable.
        (next-error): Don't set it.
  
! 1990-12-12  Ed Reingold        (address@hidden)
  
        * calendar.el (calendar-end-of-year): Delete extraneous statement
        in let.
--- 8377,8383 ----
        * compile.el (compilation-last-error): Remove this variable.
        (next-error): Don't set it.
  
! 1990-12-12  Ed Reingold  (address@hidden)
  
        * calendar.el (calendar-end-of-year): Delete extraneous statement
        in let.
***************
*** 8468,8474 ****
        * 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        (address@hidden)
  
        * bibtex.el (start comments): added earlier comments of Bengt
        Martensson.  Some of the changes listed below are originally his
--- 8468,8474 ----
        * 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  (address@hidden)
  
        * bibtex.el (start comments): added earlier comments of Bengt
        Martensson.  Some of the changes listed below are originally his
***************
*** 8539,8545 ****
        (byte-compile-normal-call): Don't alter byte-compile-depth.
        (byte-compile-funcall): New function.
  
! 1990-11-27  Ed Reingold        (address@hidden)
  
        * diary.el (diary-float): Allow month to be a list of months, a
        single month, or t (for all months).
--- 8539,8545 ----
        (byte-compile-normal-call): Don't alter byte-compile-depth.
        (byte-compile-funcall): New function.
  
! 1990-11-27  Ed Reingold  (address@hidden)
  
        * diary.el (diary-float): Allow month to be a list of months, a
        single month, or t (for all months).
***************
*** 8557,8563 ****
  
        * appt.el: Fixed if construct for midnight update.
  
! 1990-11-25  Ed Reingold        (address@hidden)
  
        * diary.el (insert-block-diary-entry): Change reference to
        mark-ring to calendar-mark-ring.
--- 8557,8563 ----
  
        * appt.el: Fixed if construct for midnight update.
  
! 1990-11-25  Ed Reingold  (address@hidden)
  
        * diary.el (insert-block-diary-entry): Change reference to
        mark-ring to calendar-mark-ring.
***************
*** 8576,8589 ****
        * 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        (address@hidden)
  
        * 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        (address@hidden)
  
        * diary.el (make-diary-entry): New function.
        (insert-diary-entry, insert-weekly-diary-entry,
--- 8576,8589 ----
        * 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  (address@hidden)
  
        * 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  (address@hidden)
  
        * diary.el (make-diary-entry): New function.
        (insert-diary-entry, insert-weekly-diary-entry,
***************
*** 8600,8613 ****
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-11-08  Ed Reingold        (address@hidden)
  
        * 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        (address@hidden)
  
        * calendar.el (sexp-diary-entry-symbol): New variable.
        (cursor-to-iso-calendar-date): Simplified, slightly.
--- 8600,8613 ----
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-11-08  Ed Reingold  (address@hidden)
  
        * 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  (address@hidden)
  
        * calendar.el (sexp-diary-entry-symbol): New variable.
        (cursor-to-iso-calendar-date): Simplified, slightly.
***************
*** 8629,8635 ****
        more appropriately.
  
  
! 1990-10-23  Ed Reingold        (address@hidden)
  
        * diary.el (list-diary-entries): Added a separate hook to do the
        display, so that the diary entries can be obtained without
--- 8629,8635 ----
        more appropriately.
  
  
! 1990-10-23  Ed Reingold  (address@hidden)
  
        * diary.el (list-diary-entries): Added a separate hook to do the
        display, so that the diary entries can be obtained without
***************
*** 8641,8647 ****
  
        calendar.el: Add default definition of diary-display-hook.
  
! 1990-10-20  Ed Reingold        (address@hidden)
  
        * calendar.el (describe-calendar-mode): Rewrote to give just a
        brief description of the mode instead of calling describe-mode.
--- 8641,8647 ----
  
        calendar.el: Add default definition of diary-display-hook.
  
! 1990-10-20  Ed Reingold  (address@hidden)
  
        * calendar.el (describe-calendar-mode): Rewrote to give just a
        brief description of the mode instead of calling describe-mode.
***************
*** 8653,8659 ****
  
        * appt.el: Using copy modified by rms.
  
! 1990-10-08  Ed Reingold        (address@hidden)
  
        * holiday.el (calendar-holiday-function-hebrew): Fixed minor
        problem with the code to short-circuit the calculations to save
--- 8653,8659 ----
  
        * appt.el: Using copy modified by rms.
  
! 1990-10-08  Ed Reingold  (address@hidden)
  
        * holiday.el (calendar-holiday-function-hebrew): Fixed minor
        problem with the code to short-circuit the calculations to save
***************
*** 8675,8681 ****
  
        * history.el: Specify `(provide 'history)'.
  
! 1990-11-20  Ed Reingold        (address@hidden)
  
        * calendar.el:
        Added constant calendar-version with date
--- 8675,8681 ----
  
        * history.el: Specify `(provide 'history)'.
  
! 1990-11-20  Ed Reingold  (address@hidden)
  
        * calendar.el:
        Added constant calendar-version with date
***************
*** 8684,8690 ****
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-11-11  Ed Reingold        (address@hidden)
  
        * diary.el:
        (make-diary-entry): New function.
--- 8684,8690 ----
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-11-11  Ed Reingold  (address@hidden)
  
        * diary.el:
        (make-diary-entry): New function.
***************
*** 8704,8717 ****
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-11-08  Ed Reingold        (address@hidden)
  
        * 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        (address@hidden)
  
        * calendar.el: Added new variable sexp-diary-entry-symbol.
        (cursor-to-iso-calendar-date): Simplified, slightly.
--- 8704,8717 ----
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-11-08  Ed Reingold  (address@hidden)
  
        * 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  (address@hidden)
  
        * calendar.el: Added new variable sexp-diary-entry-symbol.
        (cursor-to-iso-calendar-date): Simplified, slightly.
***************
*** 8734,8740 ****
        more appropriately.
  
  
! 1990-10-23  Ed Reingold        (address@hidden)
  
        * diary.el
        (list-diary-entries): Added a separate hook to do the display, so
--- 8734,8740 ----
        more appropriately.
  
  
! 1990-10-23  Ed Reingold  (address@hidden)
  
        * diary.el
        (list-diary-entries): Added a separate hook to do the display, so
***************
*** 8746,8758 ****
  
        calendar.el: Add default definition of diary-display-hook.
  
! 1990-10-20  Ed Reingold        (address@hidden)
  
        * 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        (address@hidden)
  
        * holiday.el:
        (calendar-holiday-function-hebrew): Fixed minor problem with the
--- 8746,8758 ----
  
        calendar.el: Add default definition of diary-display-hook.
  
! 1990-10-20  Ed Reingold  (address@hidden)
  
        * 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  (address@hidden)
  
        * holiday.el:
        (calendar-holiday-function-hebrew): Fixed minor problem with the
***************
*** 8762,8774 ****
        (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
        code to short-circuit the calculations to save time.
  
! 1990-09-10  Ed Reingold        (address@hidden)
  
        * 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        (address@hidden)
  
        * holiday.el
        (filter-visible-calendar-holidays): New function.
--- 8762,8774 ----
        (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
        code to short-circuit the calculations to save time.
  
! 1990-09-10  Ed Reingold  (address@hidden)
  
        * 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  (address@hidden)
  
        * holiday.el
        (filter-visible-calendar-holidays): New function.
***************
*** 8805,8812 ****
        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        (address@hidden)
  
        * calendar.el:
        Changed reference at beginning of file from the report to the
--- 8805,8811 ----
        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  (address@hidden)
  
        * calendar.el:
        Changed reference at beginning of file from the report to the
***************
*** 9055,9061 ****
        * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
  
  1990-10-11  Richard Stallman  (address@hidden)
!       
        * simple.el: Kill commands on read-only buffers, just copy to
        kill-ring.
        (kill-region): If read-only, just copy to kill-ring.
--- 9054,9060 ----
        * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
  
  1990-10-11  Richard Stallman  (address@hidden)
! 
        * simple.el: Kill commands on read-only buffers, just copy to
        kill-ring.
        (kill-region): If read-only, just copy to kill-ring.
***************
*** 9613,9619 ****
          lines with @-sign commands for @chapter, @section and the like,
          but not @node lines.
  
! 1990-06-27  Richard Stallman (address@hidden)
  
        * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
  
--- 9612,9618 ----
          lines with @-sign commands for @chapter, @section and the like,
          but not @node lines.
  
! 1990-06-27  Richard Stallman  (address@hidden)
  
        * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
  
***************
*** 9999,10005 ****
        * dired.el (dired-diff): New command.
        (dired-mode-map): Put on `='.
  
! 1990-03-28  Jim Kingdon        (address@hidden)
  
        * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
        Put in "-*- rmail -*-".
--- 9998,10004 ----
        * dired.el (dired-diff): New command.
        (dired-mode-map): Put on `='.
  
! 1990-03-28  Jim Kingdon  (address@hidden)
  
        * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
        Put in "-*- rmail -*-".
***************
*** 10281,10287 ****
        * inf-lisp.el: inferior-lisp-program can be a list of the programme
          name and its arguments.
  
! 1990-02-06  Ed Reingold        (address@hidden)
  
        * calendar.el:
        (french-calendar-leap-year-p): Rewritten with corrected rule.
--- 10280,10286 ----
        * inf-lisp.el: inferior-lisp-program can be a list of the programme
          name and its arguments.
  
! 1990-02-06  Ed Reingold  (address@hidden)
  
        * calendar.el:
        (french-calendar-leap-year-p): Rewritten with corrected rule.
***************
*** 10324,10330 ****
  
        * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
  
! 1990-01-27  Ed Reingold        (address@hidden)
  
        * calendar.el:
        (scroll-calendar-left): Fixed so it works when the cursor is not
--- 10323,10329 ----
  
        * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
  
! 1990-01-27  Ed Reingold  (address@hidden)
  
        * calendar.el:
        (scroll-calendar-left): Fixed so it works when the cursor is not
***************
*** 10379,10385 ****
  
        * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
  
! 1990-01-16  Ed Reingold        (address@hidden)
  
        * diary.el:
        (insert-diary-entry): New function.
--- 10378,10384 ----
  
        * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
  
! 1990-01-16  Ed Reingold  (address@hidden)
  
        * diary.el:
        (insert-diary-entry): New function.
***************
*** 10397,10403 ****
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-01-11  Ed Reingold        (address@hidden)
  
        * diary.el
        (list-diary-entries): Deleted several lines of extraneous code
--- 10396,10402 ----
        (calendar-mode-map): Put them on keys.
        (calendar-mode): Describe them.
  
! 1990-01-11  Ed Reingold  (address@hidden)
  
        * diary.el
        (list-diary-entries): Deleted several lines of extraneous code
***************
*** 10440,10446 ****
  
        * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
  
! 1990-01-08  Ed Reingold        (address@hidden)
  
        * calendar.el (calendar-date-is-visible-p):
        Fixed so it does not switch to the calendar buffer.
--- 10439,10445 ----
  
        * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
  
! 1990-01-08  Ed Reingold  (address@hidden)
  
        * calendar.el (calendar-date-is-visible-p):
        Fixed so it does not switch to the calendar buffer.
***************
*** 10450,10456 ****
        displayed in the calendar.  This saves an enormous amount of time in
        the fancy diary display for multiple days.
  
! 1990-01-07  Ed Reingold        (address@hidden)
  
        * calendar.el: Fixed the value of list-diary-entries-hook.
        (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
--- 10449,10455 ----
        displayed in the calendar.  This saves an enormous amount of time in
        the fancy diary display for multiple days.
  
! 1990-01-07  Ed Reingold  (address@hidden)
  
        * calendar.el: Fixed the value of list-diary-entries-hook.
        (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
***************
*** 10479,10491 ****
        * view.el (View-scroll-lines-forward):
        address@hidden only if view-scroll-forward-exits is non-nil.
  
! 1989-12-29  Ed Reingold        (address@hidden)
  
        * 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        (address@hidden)
  
        * calendar.el: Fixed many minor bugs throughout the code. The major
        changes are as follows.
--- 10478,10490 ----
        * view.el (View-scroll-lines-forward):
        address@hidden only if view-scroll-forward-exits is non-nil.
  
! 1989-12-29  Ed Reingold  (address@hidden)
  
        * 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  (address@hidden)
  
        * calendar.el: Fixed many minor bugs throughout the code. The major
        changes are as follows.
***************
*** 10658,10664 ****
  
        * paths.el: Changed rmail-file-name from const to a var.
  
! 1989-11-16  Ed Reingold        (address@hidden)
  
        * tex-mode.el (slitex-mode):
        New alternative to plain-tex-mode and latex-mode.
--- 10657,10663 ----
  
        * paths.el: Changed rmail-file-name from const to a var.
  
! 1989-11-16  Ed Reingold  (address@hidden)
  
        * tex-mode.el (slitex-mode):
        New alternative to plain-tex-mode and latex-mode.
***************
*** 11630,11636 ****
  
        * replace.el (perform-replace): make ! undo as a unit.
  
! 1989-04-17  Chris Smith        (address@hidden)
  
        * icon-mode.el (icon-comment-indent): When auto-fill breaks a
        line in a bol comment, start the continued line in column 1
--- 11629,11635 ----
  
        * replace.el (perform-replace): make ! undo as a unit.
  
! 1989-04-17  Chris Smith  (address@hidden)
  
        * icon-mode.el (icon-comment-indent): When auto-fill breaks a
        line in a bol comment, start the continued line in column 1
***************
*** 11665,11671 ****
  
        * loaddefs.el: Autoload ftp-list-directory.
  
! 1989-04-06  Edward M. Reingold (address@hidden)
  
         Hook added to list-diary-entries, along with a possible
          value for that hook which prepares a fancy diary buffer
--- 11664,11670 ----
  
        * loaddefs.el: Autoload ftp-list-directory.
  
! 1989-04-06  Edward M. Reingold  (address@hidden)
  
         Hook added to list-diary-entries, along with a possible
          value for that hook which prepares a fancy diary buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]