/[emacs]/emacs/lisp/ChangeLog.3
ViewVC logotype

Diff of /emacs/lisp/ChangeLog.3

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by pj, Sun Jan 20 17:53:51 2002 UTC revision 1.9.4.1 by miles, Fri Apr 4 06:19:58 2003 UTC
# Line 340  Line 340 
340    
341          * iso8859-1.el: Call set-case-..., not standard-case-...          * iso8859-1.el: Call set-case-..., not standard-case-...
342    
343  1993-05-23  Paul Eggert  (eggert@twinsun.com)  1993-05-23  Paul Eggert  (eggert@twinsun.com)
344    
345          * calendar.el (calendar-daylight-savings-starts,          * calendar.el (calendar-daylight-savings-starts,
346          calendar-daylight-savings-ends): Default to nil if the locale          calendar-daylight-savings-ends): Default to nil if the locale
# Line 634  Line 634 
634    
635          * vc.el (vc-version-diff): Match parens.          * vc.el (vc-version-diff): Match parens.
636    
637  1993-05-14  Paul Eggert  (eggert@twinsun.com)  1993-05-14  Paul Eggert  (eggert@twinsun.com)
638    
639          * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list          * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
640          is a list; it might be t.          is a list; it might be t.
# Line 664  Line 664 
664          (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.          (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
665          (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.          (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
666    
667  1993-05-13  Paul Eggert  (eggert@twinsun.com)  1993-05-13  Paul Eggert  (eggert@twinsun.com)
668    
669          * vc.el (vc-version-diff): Don't move point in current buffer.          * vc.el (vc-version-diff): Don't move point in current buffer.
670    
# Line 720  Line 720 
720          (terminal-mode): Don't make meta-flag local.          (terminal-mode): Don't make meta-flag local.
721          (te-stty-string): Quote the args that have ^.  Add pass8.          (te-stty-string): Quote the args that have ^.  Add pass8.
722    
723  1993-05-08  Paul Eggert  (eggert@twinsun.com)  1993-05-08  Paul Eggert  (eggert@twinsun.com)
724    
725          * vc.el (vc-diff): Report an error if the buffer isn't registered.          * vc.el (vc-diff): Report an error if the buffer isn't registered.
726          (vc-registration-error): New function.          (vc-registration-error): New function.
# Line 836  Line 836 
836    
837          * menu-bar.el: Don't add menu bar to minibuffer-only frames.          * menu-bar.el: Don't add menu bar to minibuffer-only frames.
838    
839  1993-05-07  Paul Eggert  (eggert@twinsun.com)  1993-05-07  Paul Eggert  (eggert@twinsun.com)
840    
841          * vc.el (vc-directory-18): New function.          * vc.el (vc-directory-18): New function.
842          If Emacs 18, make vc-directory alias to this.          If Emacs 18, make vc-directory alias to this.
# Line 2026  Line 2026 
2026          ring is now a separate buffer from *VC-log*; editing of old comments          ring is now a separate buffer from *VC-log*; editing of old comments
2027          is no longer destructive.          is no longer destructive.
2028    
2029  1993-03-16  Paul Eggert  (eggert@twinsun.com)  1993-03-16  Paul Eggert  (eggert@twinsun.com)
2030    
2031          * vc.el (vc-version-diff): Use (message ...), not (message (format          * vc.el (vc-version-diff): Use (message ...), not (message (format
2032          ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct          ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
# Line 2169  Line 2169 
2169            other keysyms are now default-bound to a function which explains            other keysyms are now default-bound to a function which explains
2170            that the key is not bound to anything, then raises an error.            that the key is not bound to anything, then raises an error.
2171    
2172          * term/READ.ME: terminal package conventions and standard keysym          * term/README: terminal package conventions and standard keysym
2173            cookies are now documented here.            cookies are now documented here.
2174    
2175          * term/AT386.el: new package installed.  Handles IBM-AT style          * term/AT386.el: new package installed.  Handles IBM-AT style
# Line 2308  Line 2308 
2308          (isearch-unread): Don't call it here.          (isearch-unread): Don't call it here.
2309          (isearch-mode-map): Bind the ASCII-equivalent function keys.          (isearch-mode-map): Bind the ASCII-equivalent function keys.
2310    
2311  1993-03-07  Paul Eggert  (eggert@twinsun.com)  1993-03-07  Paul Eggert  (eggert@twinsun.com)
2312    
2313          * vc.el (vc-update-change-log): Check that ChangeLog is writable          * vc.el (vc-update-change-log): Check that ChangeLog is writable
2314          before starting the expensive rcs2log process.          before starting the expensive rcs2log process.
# Line 3351  Line 3351 
3351          (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the          (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
3352          calls to ange-ftp-repaint-buffer.          calls to ange-ftp-repaint-buffer.
3353    
3354  1992-11-11  Eric S. Raymond (eric@mole.gnu.ai.mit.edu)  1992-11-11  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
3355    
3356          * c-mode.el (c-style-alist): Add quotes around C++ style name.          * c-mode.el (c-style-alist): Add quotes around C++ style name.
3357    
# Line 3589  Line 3589 
3589          * files.el (file-truename): Check for root by seeing if          * files.el (file-truename): Check for root by seeing if
3590          directory-file-name returns same as DIR.          directory-file-name returns same as DIR.
3591          Look for a file-truename handler for the file name.          Look for a file-truename handler for the file name.
3592          * vc-hooks (vc-registered): Look for a vc-registered handler.          * vc-hooks.el (vc-registered): Look for a vc-registered handler.
3593          But only if file-name-handler-alist is bound.          But only if file-name-handler-alist is bound.
3594          * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.          * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
3595          (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):          (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
# Line 4681  Line 4681 
4681          (byte-compile-ca*d*r): Deleted.          (byte-compile-ca*d*r): Deleted.
4682          (caar, cadr, ..., cddddr): Define these using defsubst.          (caar, cadr, ..., cddddr): Define these using defsubst.
4683    
4684          * Installed changes from Zawinski-Furuseth 2.04 to 2.07:          Installed changes from Zawinski-Furuseth 2.04 to 2.07:
4685          * byte-run.el (dont-compile): Doc fix.          * byte-run.el (dont-compile): Doc fix.
4686          (make-obsolete-variable): New function.          (make-obsolete-variable): New function.
4687          * bytecomp.el (byte-compile-log-1): Added new optional argument,          * bytecomp.el (byte-compile-log-1): Added new optional argument,
# Line 4975  Line 4975 
4975          terminal-dependent file has been loaded.          terminal-dependent file has been loaded.
4976    
4977          * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):          * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
4978          Changed these to work correctly with the Zawinski-Furuseth byte          Change these to work correctly with the Zawinski-Furuseth byte
4979          compiler.          compiler.
4980    
4981  1992-07-31  Robert J. Chassell  (bob@churchy.gnu.ai.mit.edu)  1992-07-31  Robert J. Chassell  (bob@churchy.gnu.ai.mit.edu)
# Line 5712  Line 5712 
5712          * bytecomp.el: Style corrected in calls to error.          * bytecomp.el: Style corrected in calls to error.
5713          Many doc strings corrected in style.          Many doc strings corrected in style.
5714    
5715          * Repeated the following changes:          Repeated the following changes:
5716          * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.          * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
5717          (byte-compile-buffer): Function commented out.          (byte-compile-buffer): Function commented out.
5718    
# Line 6720  Line 6720 
6720    
6721  1992-02-27  Jim Blandy  (jimb@pogo.cs.oberlin.edu)  1992-02-27  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
6722    
6723          * hack-local-variables: Don't take a FORCE argument; it's as easy          * files.el (hack-local-variables): Don't take a FORCE argument;
6724          to bind enable-local-variables to t for a while as it is to pass          it's as easy to bind enable-local-variables to t for a while as it
6725          an extra argument, and it's cleaner.          is to pass an extra argument, and it's cleaner.
6726          * normal-mode: Instead of passing the FORCE argument, bind          (normal-mode): Instead of passing the FORCE argument, bind
6727          enable-local-variables.          enable-local-variables.
6728            (set-auto-mode): Don't check for the -*- mode tag if
         * set-auto-mode: Don't check for the -*- mode tag if  
6729          enable-local-variables is nil.          enable-local-variables is nil.
6730    
6731          * loaddefs.el (auto-mode-alist): There's no reason for this          * loaddefs.el (auto-mode-alist): There's no reason for this
# Line 6850  Line 6849 
6849    
6850          * etags.el: support new (find-tag-noselect) entry point.          * etags.el: support new (find-tag-noselect) entry point.
6851    
6852          * info: patched to restore point on `up' to previously visited buffer.          * info.el: patched to restore point on `up' to previously visited buffer.
6853    
6854          * sccs.el: installed 3.5          * sccs.el: installed 3.5
6855    
# Line 7188  Line 7187 
7187          * paths.el (Info-default-directory-list): Define instead of          * paths.el (Info-default-directory-list): Define instead of
7188          Info-directory-list.          Info-directory-list.
7189    
7190  1991-08-13  Ken Raeburn  (raeburn@watch.com)  1991-08-13  Ken Raeburn  (raeburn@watch.com)
7191    
7192          * time.el (display-time-24hr-format): New variable.          * time.el (display-time-24hr-format): New variable.
7193          (display-time-filter): If display-time-24hr-format is non-nil,          (display-time-filter): If display-time-24hr-format is non-nil,
# Line 7934  Line 7933 
7933    
7934          * fill.el (justify-current-line): Handle extra indent after prefix.          * fill.el (justify-current-line): Handle extra indent after prefix.
7935    
7936  1991-03-14  Robert J. Chassell (bob@gnu.ai.mit.edu)  1991-03-14  Robert J. Chassell  (bob@gnu.ai.mit.edu)
7937    
7938          * info.el (Info-forward-node): Go up several levels, if necessary.          * info.el (Info-forward-node): Go up several levels, if necessary.
7939          Add two new arguments.          Add two new arguments.
# Line 8174  Line 8173 
8173    
8174          * help.el (help-for-help): Call delete-other-windows.          * help.el (help-for-help): Call delete-other-windows.
8175    
8176  1991-01-21  Mike Newton  (newton@fig)  1991-01-21  Mike Newton  (newton@fig)
8177    
8178          * bibtex.el: updated to conform better with bibtex 0.99c by:          * bibtex.el: updated to conform better with bibtex 0.99c by:
8179          bibtex-mode : updated comments to indicate new use of          bibtex-mode : updated comments to indicate new use of
# Line 8378  Line 8377 
8377          * compile.el (compilation-last-error): Remove this variable.          * compile.el (compilation-last-error): Remove this variable.
8378          (next-error): Don't set it.          (next-error): Don't set it.
8379    
8380  1990-12-12  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-12-12  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8381    
8382          * calendar.el (calendar-end-of-year): Delete extraneous statement          * calendar.el (calendar-end-of-year): Delete extraneous statement
8383          in let.          in let.
# Line 8469  Line 8468 
8468          * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.          * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
8469          (adaptive-fill-mode, adaptive-fill-regexp): New user options.          (adaptive-fill-mode, adaptive-fill-regexp): New user options.
8470    
8471  1990-11-30  Mike Newton  (newton@gumby.cs.caltech.edu)  1990-11-30  Mike Newton  (newton@gumby.cs.caltech.edu)
8472    
8473          * bibtex.el (start comments): added earlier comments of Bengt          * bibtex.el (start comments): added earlier comments of Bengt
8474          Martensson.  Some of the changes listed below are originally his          Martensson.  Some of the changes listed below are originally his
# Line 8540  Line 8539 
8539          (byte-compile-normal-call): Don't alter byte-compile-depth.          (byte-compile-normal-call): Don't alter byte-compile-depth.
8540          (byte-compile-funcall): New function.          (byte-compile-funcall): New function.
8541    
8542  1990-11-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8543    
8544          * diary.el (diary-float): Allow month to be a list of months, a          * diary.el (diary-float): Allow month to be a list of months, a
8545          single month, or t (for all months).          single month, or t (for all months).
# Line 8558  Line 8557 
8557    
8558          * appt.el: Fixed if construct for midnight update.          * appt.el: Fixed if construct for midnight update.
8559    
8560  1990-11-25  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-25  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8561    
8562          * diary.el (insert-block-diary-entry): Change reference to          * diary.el (insert-block-diary-entry): Change reference to
8563          mark-ring to calendar-mark-ring.          mark-ring to calendar-mark-ring.
# Line 8577  Line 8576 
8576          * appt.el: Changed list-diary-entries-hook to diary-display-hook          * appt.el: Changed list-diary-entries-hook to diary-display-hook
8577          to be compatible with new version of the calendar/diary packgage.          to be compatible with new version of the calendar/diary packgage.
8578    
8579  1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8580    
8581          * calendar.el (calendar-version): New constant, with date          * calendar.el (calendar-version): New constant, with date
8582          (calendar-count-days-region, calendar-not-available): New functions.          (calendar-count-days-region, calendar-not-available): New functions.
8583          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
8584          (calendar-mode): Describe them.          (calendar-mode): Describe them.
8585    
8586  1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8587    
8588          * diary.el (make-diary-entry): New function.          * diary.el (make-diary-entry): New function.
8589          (insert-diary-entry, insert-weekly-diary-entry,          (insert-diary-entry, insert-weekly-diary-entry,
# Line 8601  Line 8600 
8600          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
8601          (calendar-mode): Describe them.          (calendar-mode): Describe them.
8602    
8603  1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8604    
8605          * calendar.el (calendar-set-mark,          * calendar.el (calendar-set-mark,
8606          calendar-exchange-point-and-mark): New functions.          calendar-exchange-point-and-mark): New functions.
8607          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
8608          (calendar-mode): Describe them.          (calendar-mode): Describe them.
8609    
8610  1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8611    
8612          * calendar.el (sexp-diary-entry-symbol): New variable.          * calendar.el (sexp-diary-entry-symbol): New variable.
8613          (cursor-to-iso-calendar-date): Simplified, slightly.          (cursor-to-iso-calendar-date): Simplified, slightly.
# Line 8630  Line 8629 
8629          more appropriately.          more appropriately.
8630    
8631    
8632  1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8633    
8634          * diary.el (list-diary-entries): Added a separate hook to do the          * diary.el (list-diary-entries): Added a separate hook to do the
8635          display, so that the diary entries can be obtained without          display, so that the diary entries can be obtained without
# Line 8642  Line 8641 
8641    
8642          calendar.el: Add default definition of diary-display-hook.          calendar.el: Add default definition of diary-display-hook.
8643    
8644  1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8645    
8646          * calendar.el (describe-calendar-mode): Rewrote to give just a          * calendar.el (describe-calendar-mode): Rewrote to give just a
8647          brief description of the mode instead of calling describe-mode.          brief description of the mode instead of calling describe-mode.
# Line 8654  Line 8653 
8653    
8654          * appt.el: Using copy modified by rms.          * appt.el: Using copy modified by rms.
8655    
8656  1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8657    
8658          * holiday.el (calendar-holiday-function-hebrew): Fixed minor          * holiday.el (calendar-holiday-function-hebrew): Fixed minor
8659          problem with the code to short-circuit the calculations to save          problem with the code to short-circuit the calculations to save
# Line 8676  Line 8675 
8675    
8676          * history.el: Specify `(provide 'history)'.          * history.el: Specify `(provide 'history)'.
8677    
8678  1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8679    
8680          * calendar.el:          * calendar.el:
8681          Added constant calendar-version with date          Added constant calendar-version with date
# Line 8685  Line 8684 
8684          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
8685          (calendar-mode): Describe them.          (calendar-mode): Describe them.
8686    
8687  1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8688    
8689          * diary.el:          * diary.el:
8690          (make-diary-entry): New function.          (make-diary-entry): New function.
# Line 8705  Line 8704 
8704          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
8705          (calendar-mode): Describe them.          (calendar-mode): Describe them.
8706    
8707  1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8708    
8709          * calendar.el:          * calendar.el:
8710          (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.          (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
8711          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
8712          (calendar-mode): Describe them.          (calendar-mode): Describe them.
8713    
8714  1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-11-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8715    
8716          * calendar.el: Added new variable sexp-diary-entry-symbol.          * calendar.el: Added new variable sexp-diary-entry-symbol.
8717          (cursor-to-iso-calendar-date): Simplified, slightly.          (cursor-to-iso-calendar-date): Simplified, slightly.
# Line 8735  Line 8734 
8734          more appropriately.          more appropriately.
8735    
8736    
8737  1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-10-23  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8738    
8739          * diary.el          * diary.el
8740          (list-diary-entries): Added a separate hook to do the display, so          (list-diary-entries): Added a separate hook to do the display, so
# Line 8747  Line 8746 
8746    
8747          calendar.el: Add default definition of diary-display-hook.          calendar.el: Add default definition of diary-display-hook.
8748    
8749  1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-10-20  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8750    
8751          * calendar.el          * calendar.el
8752          (describe-calendar-mode): Rewrote to give just a brief description          (describe-calendar-mode): Rewrote to give just a brief description
8753          of the mode instead of calling describe-mode.          of the mode instead of calling describe-mode.
8754    
8755  1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-10-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8756    
8757          * holiday.el:          * holiday.el:
8758          (calendar-holiday-function-hebrew): Fixed minor problem with the          (calendar-holiday-function-hebrew): Fixed minor problem with the
# Line 8763  Line 8762 
8762          (mark-hebrew-calendar-date-pattern): Fixed minor problem with the          (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
8763          code to short-circuit the calculations to save time.          code to short-circuit the calculations to save time.
8764    
8765  1990-09-10  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-09-10  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8766    
8767          * diary.el:          * diary.el:
8768          (list-diary-entries), (list-hebrew-diary-entries),          (list-diary-entries), (list-hebrew-diary-entries),
8769          (list-islamic-diary-entries): Fixed to use add-to-diary-list.          (list-islamic-diary-entries): Fixed to use add-to-diary-list.
8770    
8771  1990-09-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-09-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
8772    
8773          * holiday.el          * holiday.el
8774          (filter-visible-calendar-holidays): New function.          (filter-visible-calendar-holidays): New function.
# Line 8806  Line 8805 
8805          when there are no diary entries but lots of holidays.          when there are no diary entries but lots of holidays.
8806          (ordinary-list-diary-hook), (add-to-diary-list): New functions.          (ordinary-list-diary-hook), (add-to-diary-list): New functions.
8807    
8808    1990-09-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
 1990-09-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)  
8809    
8810          * calendar.el:          * calendar.el:
8811          Changed reference at beginning of file from the report to the          Changed reference at beginning of file from the report to the
# Line 9057  Line 9055 
9055    
9056  1990-10-11  Richard Stallman  (rms@mole.ai.mit.edu)  1990-10-11  Richard Stallman  (rms@mole.ai.mit.edu)
9057    
9058          * Kill commands on read-only buffers, just copy to kill-ring.          * simple.el: Kill commands on read-only buffers, just copy to
9059          * simple.el (kill-region): If read-only, just copy to kill-ring.          kill-ring.
9060            (kill-region): If read-only, just copy to kill-ring.
9061          (zap-to-char, kill-line, kill-comment, kill-word):          (zap-to-char, kill-line, kill-comment, kill-word):
9062          (backward-kill-word, kill-paragraph, backward-kill-paragraph):          (backward-kill-word, kill-paragraph, backward-kill-paragraph):
9063          Allow read-only buffers.          Allow read-only buffers.
# Line 9613  Line 9612 
9612            lines with @-sign commands for @chapter, @section and the like,            lines with @-sign commands for @chapter, @section and the like,
9613            but not @node lines.            but not @node lines.
9614    
9615  1990-06-27  Richard Stallman (rms@mole.ai.mit.edu)  1990-06-27  Richard Stallman  (rms@mole.ai.mit.edu)
9616    
9617          * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.          * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
9618    
# Line 9999  Line 9998 
9998          * dired.el (dired-diff): New command.          * dired.el (dired-diff): New command.
9999          (dired-mode-map): Put on `='.          (dired-mode-map): Put on `='.
10000    
10001  1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)  1990-03-28  Jim Kingdon  (kingdon@mole.ai.mit.edu)
10002    
10003          * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):          * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
10004          Put in "-*- rmail -*-".          Put in "-*- rmail -*-".
# Line 10281  Line 10280 
10280          * inf-lisp.el: inferior-lisp-program can be a list of the programme          * inf-lisp.el: inferior-lisp-program can be a list of the programme
10281            name and its arguments.            name and its arguments.
10282    
10283  1990-02-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-02-06  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10284    
10285          * calendar.el:          * calendar.el:
10286          (french-calendar-leap-year-p): Rewritten with corrected rule.          (french-calendar-leap-year-p): Rewritten with corrected rule.
# Line 10324  Line 10323 
10323    
10324          * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).          * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
10325    
10326  1990-01-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-01-27  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10327    
10328          * calendar.el:          * calendar.el:
10329          (scroll-calendar-left): Fixed so it works when the cursor is not          (scroll-calendar-left): Fixed so it works when the cursor is not
# Line 10379  Line 10378 
10378    
10379          * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.          * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
10380    
10381  1990-01-16  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-01-16  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10382    
10383          * diary.el:          * diary.el:
10384          (insert-diary-entry): New function.          (insert-diary-entry): New function.
# Line 10397  Line 10396 
10396          (calendar-mode-map): Put them on keys.          (calendar-mode-map): Put them on keys.
10397          (calendar-mode): Describe them.          (calendar-mode): Describe them.
10398    
10399  1990-01-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-01-11  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10400    
10401          * diary.el          * diary.el
10402          (list-diary-entries): Deleted several lines of extraneous code          (list-diary-entries): Deleted several lines of extraneous code
# Line 10440  Line 10439 
10439    
10440          * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.          * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
10441    
10442  1990-01-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-01-08  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10443    
10444          * calendar.el (calendar-date-is-visible-p):          * calendar.el (calendar-date-is-visible-p):
10445          Fixed so it does not switch to the calendar buffer.          Fixed so it does not switch to the calendar buffer.
# Line 10450  Line 10449 
10449          displayed in the calendar.  This saves an enormous amount of time in          displayed in the calendar.  This saves an enormous amount of time in
10450          the fancy diary display for multiple days.          the fancy diary display for multiple days.
10451    
10452  1990-01-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1990-01-07  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10453    
10454          * calendar.el: Fixed the value of list-diary-entries-hook.          * calendar.el: Fixed the value of list-diary-entries-hook.
10455          (regenerate-calendar-window): Changed (update-display) to (sit-for 0).          (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
# Line 10479  Line 10478 
10478          * view.el (View-scroll-lines-forward):          * view.el (View-scroll-lines-forward):
10479          Exit@end only if view-scroll-forward-exits is non-nil.          Exit@end only if view-scroll-forward-exits is non-nil.
10480    
10481  1989-12-29  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1989-12-29  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10482    
10483          * calendar.el (mark-diary-entries): Made "sticky" so effect continues          * calendar.el (mark-diary-entries): Made "sticky" so effect continues
10484          whenever the calendar is redisplayed.          whenever the calendar is redisplayed.
10485          (mark-calendar-holidays, calendar-unmark): Likewise.          (mark-calendar-holidays, calendar-unmark): Likewise.
10486    
10487  1989-12-26  Ed Reingold  (reingold@emr.cs.uiuc.edu)  1989-12-26  Ed Reingold  (reingold@emr.cs.uiuc.edu)
10488    
10489          * calendar.el: Fixed many minor bugs throughout the code. The major          * calendar.el: Fixed many minor bugs throughout the code. The major
10490          changes are as follows.          changes are as follows.
# Line 10658  Line 10657 
10657    
10658          * paths.el: Changed rmail-file-name from const to a var.          * paths.el: Changed rmail-file-name from const to a var.
10659    
10660  1989-11-16  Ed Reingold  (reingold@cs.uiuc.edu)  1989-11-16  Ed Reingold  (reingold@cs.uiuc.edu)
10661    
10662          * tex-mode.el (slitex-mode):          * tex-mode.el (slitex-mode):
10663          New alternative to plain-tex-mode and latex-mode.          New alternative to plain-tex-mode and latex-mode.
# Line 11630  Line 11629 
11629    
11630          * replace.el (perform-replace): make ! undo as a unit.          * replace.el (perform-replace): make ! undo as a unit.
11631    
11632  1989-04-17  Chris Smith  (csmith@mozart)  1989-04-17  Chris Smith  (csmith@mozart)
11633    
11634          * icon-mode.el (icon-comment-indent): When auto-fill breaks a          * icon-mode.el (icon-comment-indent): When auto-fill breaks a
11635          line in a bol comment, start the continued line in column 1          line in a bol comment, start the continued line in column 1
# Line 11665  Line 11664 
11664    
11665          * loaddefs.el: Autoload ftp-list-directory.          * loaddefs.el: Autoload ftp-list-directory.
11666    
11667  1989-04-06  Edward M. Reingold (reingold@cs.uiuc.edu)  1989-04-06  Edward M. Reingold  (reingold@cs.uiuc.edu)
11668    
11669           Hook added to list-diary-entries, along with a possible           Hook added to list-diary-entries, along with a possible
11670            value for that hook which prepares a fancy diary buffer            value for that hook which prepares a fancy diary buffer

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26