aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-03-27 15:31:05 +0000
committerJuanma Barranquero2008-03-27 15:31:05 +0000
commitd9168cbdb91570e4e31b5896ab8b34b44e6e6f5f (patch)
treee27f293cca073aae560f7438f573eb1036b54cb1
parentf42af25505dd568279f117fce47ea1b3db2277c9 (diff)
downloademacs-d9168cbdb91570e4e31b5896ab8b34b44e6e6f5f.tar.gz
emacs-d9168cbdb91570e4e31b5896ab8b34b44e6e6f5f.zip
Convert to utf-8.
Fix typos.
-rw-r--r--lisp/ChangeLog.6406
1 files changed, 203 insertions, 203 deletions
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index 2fff1f9a85f..1f0d58f5c89 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -268,7 +268,7 @@
268 (outline-show-current-subtree, outline-hide-current-subtree) 268 (outline-show-current-subtree, outline-hide-current-subtree)
269 (outline-hide-current-leaves, outline-new-exposure): Doc fix. 269 (outline-hide-current-leaves, outline-new-exposure): Doc fix.
270 270
2711996-07-13 Francois Pinard <pinard@iro.umontreal.ca> 2711996-07-13 François Pinard <pinard@iro.umontreal.ca>
272 272
273 * allout.el (outline-resolve-xref): Do not mistake a blank line 273 * allout.el (outline-resolve-xref): Do not mistake a blank line
274 following an xref (@) bullet as part of the rerefenced file name. 274 following an xref (@) bullet as part of the rerefenced file name.
@@ -382,7 +382,7 @@
382 * ps-print.el (ps-article-subject): Don't die if header is missing. 382 * ps-print.el (ps-article-subject): Don't die if header is missing.
383 (ps-article-author, ps-info-file, ps-info-node): Likewise. 383 (ps-article-author, ps-info-file, ps-info-node): Likewise.
384 384
3851996-07-07 Francois Pinard <pinard@iro.umontreal.ca> 3851996-07-07 François Pinard <pinard@iro.umontreal.ca>
386 386
387 * timezone.el (timezone-parse-date): Handle ISO 8601 dates, so 387 * timezone.el (timezone-parse-date): Handle ISO 8601 dates, so
388 rmailsort does the right thing with them. 388 rmailsort does the right thing with them.
@@ -478,14 +478,14 @@
478 * mail-hist.el (mail-hist-current-header-name): 478 * mail-hist.el (mail-hist-current-header-name):
479 Use buffer-substring-no-properties. 479 Use buffer-substring-no-properties.
480 480
4811996-07-01 Francois Pinard <pinard@iro.umontreal.ca> 4811996-07-01 François Pinard <pinard@iro.umontreal.ca>
482 482
483 * rmailsum.el (rmail-make-basic-summary-line): Accept ISO 8601 483 * rmailsum.el (rmail-make-basic-summary-line): Accept ISO 8601
484 dates as well. 484 dates as well.
485 485
4861996-06-30 Michael Kifer <kifer@cs.sunysb.edu> 4861996-06-30 Michael Kifer <kifer@cs.sunysb.edu>
487 487
488 * viper-util.el (vip-read-key): inhibit quit added. 488 * viper-util.el (vip-read-key): Inhibit quit added.
489 489
4901996-06-30 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 4901996-06-30 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
491 491
@@ -555,7 +555,7 @@
555 * mh-utils.el (mail-user-agent): Replaces mua-paradigm. 555 * mh-utils.el (mail-user-agent): Replaces mua-paradigm.
556 (mh-find-path): Set mail-user-agent. 556 (mh-find-path): Set mail-user-agent.
557 557
5581996-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it> 5581996-06-27 Francesco Potortì <F.Potorti@cnuce.cnr.it>
559 559
560 * profile.el (profile-functions): No need to assume that the 560 * profile.el (profile-functions): No need to assume that the
561 current buffer is writable. 561 current buffer is writable.
@@ -630,7 +630,7 @@
630 * noutline.el (outline-minor-mode): Using change-major-mode-hook, 630 * noutline.el (outline-minor-mode): Using change-major-mode-hook,
631 turn this mode off if we change major modes. 631 turn this mode off if we change major modes.
632 632
6331996-06-24 <Daniel.Pfeiffer@Informatik.START.db.de> 6331996-06-24 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.db.de>
634 634
635 * skeleton.el (local-variables-section): Adapted comment to outline 635 * skeleton.el (local-variables-section): Adapted comment to outline
636 minor mode. 636 minor mode.
@@ -694,7 +694,7 @@
694 * gnus-ems.el (gnus-background-mode): Set threshold for "light color" 694 * gnus-ems.el (gnus-background-mode): Set threshold for "light color"
695 at .6 of the total for white. 695 at .6 of the total for white.
696 696
697 * font-lock.el (font-lock-make-faces): Set threshold for "light color" 697 * font-lock.el (font-lock-make-faces): Set threshold for "light color"
698 at .6 of the total for white. 698 at .6 of the total for white.
699 699
700 * faces.el (x-create-frame-with-faces): Set threshold for "light color" 700 * faces.el (x-create-frame-with-faces): Set threshold for "light color"
@@ -703,7 +703,7 @@
703 * simple.el (choose-completion-string): Don't exit the minibuffer 703 * simple.el (choose-completion-string): Don't exit the minibuffer
704 when a directory name is chosen. 704 when a directory name is chosen.
705 705
7061996-06-22 <Daniel.Pfeiffer@Informatik.START.db.de> 7061996-06-22 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.db.de>
707 707
708 * skeleton.el (skeleton-autowrap): New variable. 708 * skeleton.el (skeleton-autowrap): New variable.
709 (skeleton-abbrev-cleanup): Added variable documentation. 709 (skeleton-abbrev-cleanup): Added variable documentation.
@@ -714,10 +714,10 @@
7141996-06-21 Michael Kifer <kifer@cs.sunysb.edu> 7141996-06-21 Michael Kifer <kifer@cs.sunysb.edu>
715 715
716 * ediff-diff.el (ediff-setup-fine-diff-regions): 716 * ediff-diff.el (ediff-setup-fine-diff-regions):
717 allow diff options to be passed to the diff program. 717 Allow diff options to be passed to the diff program.
718 (ediff-make-diff2-buffer): Don't run Posix diff on remote files. 718 (ediff-make-diff2-buffer): Don't run Posix diff on remote files.
719 (ediff-make-diff2-buffer): Refuses to diff remote files. 719 (ediff-make-diff2-buffer): Refuses to diff remote files.
720 (ediff-make-diff2-buffer,ediff-setup-diff-regions): Changed functions. 720 (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions.
721 (ediff-make-diff2-buffer): New function. 721 (ediff-make-diff2-buffer): New function.
722 Added ^\C-m$ to ok-lines regexps 722 Added ^\C-m$ to ok-lines regexps
723 723
@@ -734,21 +734,21 @@
734 734
7351996-06-21 Michael Kifer <kifer@cs.sunysb.edu> 7351996-06-21 Michael Kifer <kifer@cs.sunysb.edu>
736 736
737 * viper-ex.el: Fixed the :e command for NT 737 * viper-ex.el: Fixed the :e command for NT.
738 738
739 * viper.el: replaced all checks for (or (numberp ...) 739 * viper.el: Replaced all checks for (or (numberp ...)
740 (characterp ...)) with vip-characterp 740 (characterp ...)) with vip-characterp.
741 (vip-change): Now hides replace overlay even for multiline changes. 741 (vip-change): Now hides replace overlay even for multiline changes.
742 (vip-paren-match): Goes to closing paren first. 742 (vip-paren-match): Goes to closing paren first.
743 743
744 * viper.el (vip-find-char-forward,vip-find-char-backward, 744 * viper.el (vip-find-char-forward, vip-find-char-backward)
745 vip-goto-char-forward,vip-goto-char-backward): 745 (vip-goto-char-forward, vip-goto-char-backward)
746 (viper-mode): Don't delete the startup message. 746 (viper-mode): Don't delete the startup message.
747 (vip-set-hooks): Added fortran-mode to viper. 747 (vip-set-hooks): Added fortran-mode to viper.
748 748
749 * viper-util.el (vip-ex-nontrivial-find-file-unix) 749 * viper-util.el (vip-ex-nontrivial-find-file-unix)
750 (vip-ex-nontrivial-find-file-ms,vip-get-filenames-from-buffer) 750 (vip-ex-nontrivial-find-file-ms, vip-get-filenames-from-buffer)
751 (vip-wildcard-to-regexp,vip-glob-ms-windows-files): New functions. 751 (vip-wildcard-to-regexp, vip-glob-ms-windows-files): New functions.
752 752
7531996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 7531996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
754 754
@@ -812,7 +812,7 @@
812 812
813 * pp.el (pp-to-string): Treat #( like (. 813 * pp.el (pp-to-string): Treat #( like (.
814 814
8151996-06-18 Francesco Potorti` <F.Potorti@cnuce.cnr.it> 8151996-06-18 Francesco Potortì <F.Potorti@cnuce.cnr.it>
816 816
817 * files.el (auto-mode-alist): Add uppercase version of archive 817 * files.el (auto-mode-alist): Add uppercase version of archive
818 mode file name extensions ARC, ZIP, LXH, ZOO. 818 mode file name extensions ARC, ZIP, LXH, ZOO.
@@ -1131,7 +1131,7 @@
1131 Insert newline instead of space at end, for proprocessors which 1131 Insert newline instead of space at end, for proprocessors which
1132 don't like truncated lines. 1132 don't like truncated lines.
1133 1133
11341996-05-21 Francesco Potorti` <F.Potorti@cnuce.cnr.it> 11341996-05-21 Francesco Potortì <F.Potorti@cnuce.cnr.it>
1135 1135
1136 * cmacexp.el (c-macro-expansion): Correct bug in creating tempname. 1136 * cmacexp.el (c-macro-expansion): Correct bug in creating tempname.
1137 1137
@@ -1162,9 +1162,9 @@
1162 1162
11631996-05-17 Per Bothner <bothner@deneb.cygnus.com> 11631996-05-17 Per Bothner <bothner@deneb.cygnus.com>
1164 1164
1165 * term.el (term-send-raw-string): send-string -> process-send-string. 1165 * term.el (term-send-raw-string): send-string -> process-send-string.
1166 (term-arguments): Remove unused local `values'. 1166 (term-arguments): Remove unused local `values'.
1167 (term-handle-deferred-scroll): Fix off-by-one bug. 1167 (term-handle-deferred-scroll): Fix off-by-one bug.
1168 1168
11691996-05-17 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> 11691996-05-17 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
1170 1170
@@ -1210,7 +1210,7 @@
1210 1210
12111995-05-10 Per Bothner <bothner@kalessin.cygnus.com> 12111995-05-10 Per Bothner <bothner@kalessin.cygnus.com>
1212 1212
1213 * term.el (term-emulate-terminal): On CR, set term-current-column 1213 * term.el (term-emulate-terminal): On CR, set term-current-column
1214 to term-start-line-column, not 0. 1214 to term-start-line-column, not 0.
1215 1215
12161996-05-10 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> 12161996-05-10 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
@@ -1253,17 +1253,17 @@
1253 1253
12541996-05-07 Karl Fogel <kfogel@floss.red-bean.com> 12541996-05-07 Karl Fogel <kfogel@floss.red-bean.com>
1255 1255
1256 * bookmark.el (bookmark-make): take optional arg `info-node', pass 1256 * bookmark.el (bookmark-make): Take optional arg `info-node', pass
1257 it on to bookmark-make-cell. 1257 it on to bookmark-make-cell.
1258 (bookmark-make-cell): if new optional arg `info-node' is non-nil, 1258 (bookmark-make-cell): If new optional arg `info-node' is non-nil,
1259 make it be the bookmark's info-node. 1259 make it be the bookmark's info-node.
1260 (bookmark-info-current-node): new func. 1260 (bookmark-info-current-node): New func.
1261 (bookmark-set): call bookmark-make, passing result from above 1261 (bookmark-set): Call bookmark-make, passing result from above
1262 bookmark-info-current-node. 1262 bookmark-info-current-node.
1263 (bookmark-send-annotation): same as above. 1263 (bookmark-send-annotation): Same as above.
1264 (bookmark-locate): defalias to bookmark-insert-location for 1264 (bookmark-locate): defalias to bookmark-insert-location for
1265 backward compatibility. 1265 backward compatibility.
1266 (bookmark-version): upped to 2.6.3. 1266 (bookmark-version): Upped to 2.6.3.
1267 1267
12681996-05-07 Noah Friedman <friedman@splode.com> 12681996-05-07 Noah Friedman <friedman@splode.com>
1269 1269
@@ -1418,7 +1418,7 @@
1418 (simula-label-offset, simula-if-indent, simula-inspect-indent) 1418 (simula-label-offset, simula-if-indent, simula-inspect-indent)
1419 (simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc): 1419 (simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc):
1420 Added default constants. 1420 Added default constants.
1421 (simula-emacs-features): new constant to hold information 1421 (simula-emacs-features): New constant to hold information
1422 on which flavor if emacs is running (from cc-mode.el). 1422 on which flavor if emacs is running (from cc-mode.el).
1423 (simula-mode-menu): Menu definition for Lucid Emacs 1423 (simula-mode-menu): Menu definition for Lucid Emacs
1424 (simula-mode-map): Bound new command simula-indent-exp to C-M-q 1424 (simula-mode-map): Bound new command simula-indent-exp to C-M-q
@@ -1472,7 +1472,7 @@
1472 1472
14731996-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu> 14731996-04-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1474 1474
1475 * term/win32-win.el (x-select-text): Remember selected text. 1475 * term/win32-win.el (x-select-text): Remember selected text.
1476 (x-get-selection-value): Return nil if the clipboard data is 1476 (x-get-selection-value): Return nil if the clipboard data is
1477 is the same as the remembered selected text. 1477 is the same as the remembered selected text.
1478 1478
@@ -1489,7 +1489,7 @@
1489 * replace.el (occur): Fix up interactive code. 1489 * replace.el (occur): Fix up interactive code.
1490 Strip text properties from regexp. 1490 Strip text properties from regexp.
1491 1491
14921996-04-16 Francesco Potorti` <F.Potorti@cnuce.cnr.it> 14921996-04-16 Francesco Potortì <F.Potorti@cnuce.cnr.it>
1493 1493
1494 * vc.el (vc-comment-ring): Initialise using make-ring. 1494 * vc.el (vc-comment-ring): Initialise using make-ring.
1495 (vc-clear-context): Initialise vc-comment-ring using make-ring. 1495 (vc-clear-context): Initialise vc-comment-ring using make-ring.
@@ -1556,7 +1556,7 @@
1556 * ehelp.el (electric-help-mode): Use add-hook mouse-leave-buffer-hook. 1556 * ehelp.el (electric-help-mode): Use add-hook mouse-leave-buffer-hook.
1557 (electric-help-retain): Use remove-hook. 1557 (electric-help-retain): Use remove-hook.
1558 1558
15591996-04-05 <Daniel.Pfeiffer@Informatik.START.dbp.de> 15591996-04-05 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
1560 1560
1561 * gomoku.el (gomoku-click): Position on nearest square. Adapt keymap 1561 * gomoku.el (gomoku-click): Position on nearest square. Adapt keymap
1562 accordingly. 1562 accordingly.
@@ -1657,22 +1657,21 @@
1657 1657
1658 * diary-lib.el, calendar.el: Add Persian calendar. 1658 * diary-lib.el, calendar.el: Add Persian calendar.
1659 1659
1660 * cal-menu.el (calendar-mode-map,calendar-mouse-print-dates): Add 1660 * cal-menu.el (calendar-mode-map, calendar-mouse-print-dates):
1661 Persian calendar. 1661 Add Persian calendar.
1662 1662
16631996-03-28 Michael Kifer <kifer@cs.sunysb.edu> 16631996-03-28 Michael Kifer <kifer@cs.sunysb.edu>
1664 1664
1665 * viper.el and related files: copyright message updated. 1665 * viper.el and related files: Copyright message updated.
1666 Also, added eval-when-compile's to reduce the number of warnings. 1666 Also, added eval-when-compile's to reduce the number of warnings.
1667 * viper.el (vip-add-newline-at-eob-if-necessary): 1667 * viper.el (vip-add-newline-at-eob-if-necessary):
1668 don't add newline for read-only files. 1668 Don't add newline for read-only files.
1669 * viper-util.el (vip-set-replace-overlay): made non-detachable 1669 * viper-util.el (vip-set-replace-overlay): Made non-detachable
1670 under XEmacs. 1670 under XEmacs.
1671 * viper-ex.el (ex-next): bug fix. 1671 * viper-ex.el (ex-next): Bug fix.
1672 * viper-macs.el (vip-events-to-macro): 1672 * viper-macs.el (vip-events-to-macro):
1673 discard events represented as lists in macro 1673 Discard events represented as lists in macro definitions.
1674 definitions. 1674 * viper-mous.el (vip-mouse-click-insert-word): Fixed a typo.
1675 * viper-mous.el (vip-mouse-click-insert-word): fixed a typo.
1676 1675
16771996-03-28 Richard Stallman <rms@charlie-brown.gnu.ai.mit.edu> 16761996-03-28 Richard Stallman <rms@charlie-brown.gnu.ai.mit.edu>
1678 1677
@@ -1787,14 +1786,14 @@
1787 * add-log.el (add-log-full-name, add-log-mailing-address): 1786 * add-log.el (add-log-full-name, add-log-mailing-address):
1788 Add autoload cookies. 1787 Add autoload cookies.
1789 1788
17901996-03-22 <Daniel.Pfeiffer@Informatik.START.dbp.de> 17891996-03-22 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
1791 1790
1792 * gomoku.el: Ancient leading comment removed. 1791 * gomoku.el: Ancient leading comment removed.
1793 (gomoku-mode-map): Added numeric keypad for 8 directions, changed 1792 (gomoku-mode-map): Added numeric keypad for 8 directions, changed
1794 comments to lowercase (C-c rather than C-C), added SPC to play and 1793 comments to lowercase (C-c rather than C-C), added SPC to play and
1795 undo's binding to go back. 1794 undo's binding to go back.
1796 (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face) 1795 (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face)
1797 (gomoku-font-lock-keywords): New variables. 1796 (gomoku-font-lock-keywords): New variables.
1798 (gomoku-mode): Use it and make buffer read-only for user. 1797 (gomoku-mode): Use it and make buffer read-only for user.
1799 (gomoku-terminate-game): Remove (ding) -- maybe should be optonal. 1798 (gomoku-terminate-game): Remove (ding) -- maybe should be optonal.
1800 (gomoku-init-display): Rewritten, makes fields intangible so you 1799 (gomoku-init-display): Rewritten, makes fields intangible so you
@@ -1844,7 +1843,7 @@
1844 1843
1845 * window.el (count-windows): Doc fix. 1844 * window.el (count-windows): Doc fix.
1846 1845
18471996-03-18 Francesco Potorti` <F.Potorti@cnuce.cnr.it> 18461996-03-18 Francesco Potortì <F.Potorti@cnuce.cnr.it>
1848 1847
1849 * simple.el (insert-buffer): Interactive default changed to a more 1848 * simple.el (insert-buffer): Interactive default changed to a more
1850 reasonable one. 1849 reasonable one.
@@ -1902,7 +1901,7 @@
19021996-03-08 Gregory Neil Shapiro <gshapiro@scooter.WPI.EDU> 19011996-03-08 Gregory Neil Shapiro <gshapiro@scooter.WPI.EDU>
1903 1902
1904 * mailabbrev.el (mail-abbrev-modtime): New variable. 1903 * mailabbrev.el (mail-abbrev-modtime): New variable.
1905 (mail-abbrevs-sync-alaises): New function. Updates mail-abbrevs if 1904 (mail-abbrevs-sync-aliases): New function. Updates mail-abbrevs if
1906 modtime of mail-personal-alias-file is different than 1905 modtime of mail-personal-alias-file is different than
1907 mail-abbrev-modtime. 1906 mail-abbrev-modtime.
1908 (mail-abbrevs-setup): Call mail-abbrevs-sync-aliases. 1907 (mail-abbrevs-setup): Call mail-abbrevs-sync-aliases.
@@ -2074,7 +2073,7 @@
20741996-03-01 Johan Vromans <jvromans@squirrel.nl> 20731996-03-01 Johan Vromans <jvromans@squirrel.nl>
2075 2074
2076 * forms.el (forms-insert-after): 2075 * forms.el (forms-insert-after):
2077 New variable. Non-nil means: inserts of new 2076 New variable. Non-nil means: inserts of new
2078 records go after current record, also initial position is at last 2077 records go after current record, also initial position is at last
2079 record. 2078 record.
2080 (forms-mode, forms-insert-record): Use it. 2079 (forms-mode, forms-insert-record): Use it.
@@ -2140,7 +2139,7 @@
2140 2139
2141 * time.el (display-time): Just use run-at-time to start the timer. 2140 * time.el (display-time): Just use run-at-time to start the timer.
2142 2141
2143 * paren.el: (show-paren-delay): New variable. 2142 * paren.el (show-paren-delay): New variable.
2144 (show-paren-mode): New command. Use it. Call it at the top-level. 2143 (show-paren-mode): New command. Use it. Call it at the top-level.
2145 (show-paren-mode, show-paren-idle-timer): New variables. 2144 (show-paren-mode, show-paren-idle-timer): New variables.
2146 (show-paren-function): Renamed from show-paren-command-hook. 2145 (show-paren-function): Renamed from show-paren-command-hook.
@@ -2267,7 +2266,7 @@
2267 2266
22681996-02-22 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 22671996-02-22 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
2269 2268
2270 * vc-hooks.el: (vc-follow-link): New function. 2269 * vc-hooks.el (vc-follow-link): New function.
2271 (vc-find-file-hook): Use it. 2270 (vc-find-file-hook): Use it.
2272 2271
22731996-02-22 Erik Naggum <erik@naggum.no> 22721996-02-22 Erik Naggum <erik@naggum.no>
@@ -2408,13 +2407,12 @@
2408 2407
2409 * viper-mous.el (vip-mouse-click-insert-word): Fixed a typo. 2408 * viper-mous.el (vip-mouse-click-insert-word): Fixed a typo.
2410 2409
2411 * viper-macs.el (ex-map-read-args,ex-unmap-read-args): Fixed messages. 2410 * viper-macs.el (ex-map-read-args, ex-unmap-read-args): Fixed messages.
2412 (vip-events-to-macro): Delete nil in macro definitions. 2411 (vip-events-to-macro): Delete nil in macro definitions.
2413 (vip-events-to-macro): Discard events represented as lists in 2412 (vip-events-to-macro): Discard events represented as lists in
2414 macro definitions. 2413 macro definitions.
2415 2414
2416 * menu-bar.el: Added [ediff-doc] and [eregistry] to 2415 * menu-bar.el: Added [ediff-doc] and [eregistry] to menu-bar-tools-menu.
2417 menu-bar-tools-menu.
2418 2416
2419 * ediff-util.el: Changed file name length from 8 to 7 under DOS. 2417 * ediff-util.el: Changed file name length from 8 to 7 under DOS.
2420 (ediff-make-temp-file): Should work with DOS now. 2418 (ediff-make-temp-file): Should work with DOS now.
@@ -2424,7 +2422,7 @@
2424 Added face support for XEmacs TTY and DOS. 2422 Added face support for XEmacs TTY and DOS.
2425 2423
2426 * ediff-util.el, ediff-wind.el, ediff-init.el 2424 * ediff-util.el, ediff-wind.el, ediff-init.el
2427 (ediff-prefer-long-help-message): renamed into 2425 (ediff-prefer-long-help-message): Renamed into
2428 ediff-use-long-help-message. 2426 ediff-use-long-help-message.
2429 2427
2430 * ediff-init.el, ediff-wind.el: Fixed make-ctl-frame for xemacs. 2428 * ediff-init.el, ediff-wind.el: Fixed make-ctl-frame for xemacs.
@@ -2450,8 +2448,8 @@
2450 temp file names correctly. 2448 temp file names correctly.
2451 (ediff-intersection, ediff-union, ediff-set-difference, 2449 (ediff-intersection, ediff-union, ediff-set-difference,
2452 ediff-copy-list): Functions modified. 2450 ediff-copy-list): Functions modified.
2453 (ediff-union, ediff-intersection, ediff-set-difference): New 2451 (ediff-union, ediff-intersection, ediff-set-difference): New functions.
2454 functions. Moved ediff-documentation to ediff.el. 2452 Moved ediff-documentation to ediff.el.
2455 2453
2456 * ediff.el: Made all Ediff faces hidden from facemenu. 2454 * ediff.el: Made all Ediff faces hidden from facemenu.
2457 2455
@@ -2467,8 +2465,8 @@
2467 advantage of advance-front/rear features of overlays. Works 2465 advantage of advance-front/rear features of overlays. Works
2468 synchronously for DOS, Windows. 2466 synchronously for DOS, Windows.
2469 2467
2470 * ediff-util.el (ediff-copy-diff,ediff-pop-diff, 2468 * ediff-util.el (ediff-copy-diff, ediff-pop-diff)
2471 ediff-make-bullet-proof-overlay): These now take advantage of 2469 (ediff-make-bullet-proof-overlay): These now take advantage of
2472 advance-front/rear features of overlays. 2470 advance-front/rear features of overlays.
2473 2471
2474 * ediff.el (ediff-patch-file): Epatch now ignores VERSION_CONTROL 2472 * ediff.el (ediff-patch-file): Epatch now ignores VERSION_CONTROL
@@ -2492,11 +2490,11 @@
2492 intersection/union and cl.el. 2490 intersection/union and cl.el.
2493 2491
2494 * viper.el: Added face support for devices that have faces. 2492 * viper.el: Added face support for devices that have faces.
2495 (vip-forward-paragraph,vip-backward-paragraph): Now work 2493 (vip-forward-paragraph, vip-backward-paragraph): Now work
2496 corretly when they are used as motion specs in other commands. 2494 corretly when they are used as motion specs in other commands.
2497 (vip-set-hooks): Added viper to tcl-mode-hook. 2495 (vip-set-hooks): Added viper to tcl-mode-hook.
2498 2496
2499 * viper-util.el (vip-has-face-support-p,vip-abbreviate-file-name): 2497 * viper-util.el (vip-has-face-support-p, vip-abbreviate-file-name):
2500 New functions. 2498 New functions.
2501 (vip-force-faces): New variable. 2499 (vip-force-faces): New variable.
2502 2500
@@ -2532,7 +2530,7 @@
2532 (decipher--after): Renamed from after-array. 2530 (decipher--after): Renamed from after-array.
2533 (decipher--freqs): Renamed from freq-array. 2531 (decipher--freqs): Renamed from freq-array.
2534 2532
25351996-02-15 Francesco Potorti` <pot@cnuce.cnr.it> 25331996-02-15 Francesco Potortì <pot@cnuce.cnr.it>
2536 2534
2537 * hanoi.el (hanoi): Compute height and width of the window in the 2535 * hanoi.el (hanoi): Compute height and width of the window in the
2538 correct way, give the correct error message if the window is too 2536 correct way, give the correct error message if the window is too
@@ -2557,7 +2555,7 @@
2557 * startup.el (command-line-1): Don't explain recover-session if 2555 * startup.el (command-line-1): Don't explain recover-session if
2558 auto-save-list-file-prefix is nil. 2556 auto-save-list-file-prefix is nil.
2559 2557
25601996-02-13 Francesco Potorti` <pot@cnuce.cnr.it> 25581996-02-13 Francesco Potortì <pot@cnuce.cnr.it>
2561 2559
2562 * hanoi.el (hanoi): Don't show line and column numbers. 2560 * hanoi.el (hanoi): Don't show line and column numbers.
2563 2561
@@ -2566,7 +2564,7 @@
2566 * compile.el (compilation-parse-errors): Detect doubled slashes in 2564 * compile.el (compilation-parse-errors): Detect doubled slashes in
2567 file names matched and fix them up in the buffer. 2565 file names matched and fix them up in the buffer.
2568 2566
25691996-02-12 <Daniel.Pfeiffer@Informatik.START.dbp.de> 25671996-02-12 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
2570 2568
2571 * mailalias.el (mail-names, mail-local-names, mail-directory-names) 2569 * mailalias.el (mail-names, mail-local-names, mail-directory-names)
2572 (mail-address-field-regexp, mail-complete-alist) 2570 (mail-address-field-regexp, mail-complete-alist)
@@ -2720,7 +2718,7 @@
2720 Restore old CASE 3 logic -- checking for at a c-conditional-key. 2718 Restore old CASE 3 logic -- checking for at a c-conditional-key.
2721 2719
2722 (c-guess-basic-syntax): CASE 5A.2: watch out for enum function 2720 (c-guess-basic-syntax): CASE 5A.2: watch out for enum function
2723 return types. CASE 15D: check for landing on a brace that opens a 2721 return types. CASE 15D: check for landing on a brace that opens a
2724 nested function. 2722 nested function.
2725 2723
27261996-02-06 Richard Stallman <rms@mole.gnu.ai.mit.edu> 27241996-02-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -2733,7 +2731,7 @@
2733 2731
2734 * lisp-mnt.el (lm-header-prefix): New variable. 2732 * lisp-mnt.el (lm-header-prefix): New variable.
2735 (lm-comment-column): defvar moved. 2733 (lm-comment-column): defvar moved.
2736 (lm-history-header, lm-commentary-header): New variables. 2734 (lm-history-header, lm-commentary-header): New variables.
2737 (lm-get-header-re, lm-get-package-name): New functions. 2735 (lm-get-header-re, lm-get-package-name): New functions.
2738 (lm-code-mark): defun --> defsubst. 2736 (lm-code-mark): defun --> defsubst.
2739 (lm-history-mark, lm-commentary-mark): New functions. 2737 (lm-history-mark, lm-commentary-mark): New functions.
@@ -2744,7 +2742,7 @@
2744 (lm-keywords, lm-adapted-by): Comments made into doc strings. 2742 (lm-keywords, lm-adapted-by): Comments made into doc strings.
2745 (lm-commentary): Added more tolerant 'cond' case. 2743 (lm-commentary): Added more tolerant 'cond' case.
2746 Now uses functions lm-commentary-mark, lm-... to get points. 2744 Now uses functions lm-commentary-mark, lm-... to get points.
2747 (lm-verify): Made interactive. Added more check points in the last 2745 (lm-verify): Made interactive. Added more check points in the last
2748 prog1 statement. 2746 prog1 statement.
2749 (lm-synopsis): Made interactive. 2747 (lm-synopsis): Made interactive.
2750 2748
@@ -2866,7 +2864,7 @@
2866 2864
2867 * winnt.el (mode-line-format): Include column-number-mode. 2865 * winnt.el (mode-line-format): Include column-number-mode.
2868 2866
28691996-01-30 David Kågedal <davidk@lysator.liu.se> 28671996-01-30 David KÃ¥gedal <davidk@lysator.liu.se>
2870 2868
2871 * sendmail.el (mail-setup): For mail-self-blind, use user-mail-address. 2869 * sendmail.el (mail-setup): For mail-self-blind, use user-mail-address.
2872 2870
@@ -3200,7 +3198,7 @@
3200 (f90-fill-region): Bind f90-auto-hilit19 to nil. 3198 (f90-fill-region): Bind f90-auto-hilit19 to nil.
3201 (f90-update-line): Rehilight if appropriate. 3199 (f90-update-line): Rehilight if appropriate.
3202 3200
32031996-01-24 <Daniel.Pfeiffer@Informatik.START.dbp.de> 32011996-01-24 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
3204 3202
3205 * sgml-mode.el (sgml-quick-keys): New variable. 3203 * sgml-mode.el (sgml-quick-keys): New variable.
3206 (sgml-mode-map): Use it, defined additional long keys to compensate. 3204 (sgml-mode-map): Use it, defined additional long keys to compensate.
@@ -3313,9 +3311,9 @@
3313 3311
33141996-01-20 Michael Kifer <kifer@cs.sunysb.edu> 33121996-01-20 Michael Kifer <kifer@cs.sunysb.edu>
3315 3313
3316 * viper.el (vip-auto-indent,vip-electric-mode): Are now local 3314 * viper.el (vip-auto-indent, vip-electric-mode): Are now local
3317 variables. 3315 variables.
3318 (vip-open-line,vip-Open-line,vip-autoindent): Are now electrified 3316 (vip-open-line, vip-Open-line, vip-autoindent): Are now electrified
3319 functions. 3317 functions.
3320 (vip-set-hooks): Viperized awk, ksh, makefile, and html-helper modes. 3318 (vip-set-hooks): Viperized awk, ksh, makefile, and html-helper modes.
3321 (vip-custom-file-name): Adapted to non-Unix systems. 3319 (vip-custom-file-name): Adapted to non-Unix systems.
@@ -3492,7 +3490,7 @@
3492 * page.el (forward-page): Simplify how we avoid getting stuck 3490 * page.el (forward-page): Simplify how we avoid getting stuck
3493 when moving backwards. 3491 when moving backwards.
3494 3492
34951996-01-12 <Daniel.Pfeiffer@Informatik.START.dbp.de> 34931996-01-12 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
3496 3494
3497 * sgml-mode.el: Also load for .sgm and .dtd files. 3495 * sgml-mode.el: Also load for .sgm and .dtd files.
3498 (sgml-specials, sgml-name-8bit-mode, sgml-char-names) 3496 (sgml-specials, sgml-name-8bit-mode, sgml-char-names)
@@ -3535,8 +3533,8 @@
3535 3533
35361996-01-10 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 35341996-01-10 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
3537 3535
3538 * vc.el (vc-cancel-version): Use search-forward to scan error 3536 * vc.el (vc-cancel-version): Use search-forward to scan error message.
3539 message. Added comments. 3537 Added comments.
3540 3538
3541 * vc-hooks.el (vc-follow-symlinks): New variable. 3539 * vc-hooks.el (vc-follow-symlinks): New variable.
3542 (vc-find-file-hook): Use it. 3540 (vc-find-file-hook): Use it.
@@ -3673,7 +3671,7 @@
3673 3671
36741996-01-05 Stephen Gildea <gildea@stop.mail-abuse.org> 36721996-01-05 Stephen Gildea <gildea@stop.mail-abuse.org>
3675 3673
3676 * time-stamp.el (time-stamp-line-limit): negative value counts 3674 * time-stamp.el (time-stamp-line-limit): Negative value counts
3677 from end of file. 3675 from end of file.
3678 3676
36791996-01-05 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> 36771996-01-05 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
@@ -3951,7 +3949,7 @@
3951 * completion.el (save-completions-file-name): Under MS-DOS set to 3949 * completion.el (save-completions-file-name): Under MS-DOS set to
3952 a filename without a leading dot. 3950 a filename without a leading dot.
3953 3951
3954 * custom.el (custom-file): Under MS-DOS set to a filename without 3952 * custom.el (custom-file): Under MS-DOS set to a filename without
3955 a leading dot. 3953 a leading dot.
3956 3954
3957 * vip.el (vip-startup-file): New variable. 3955 * vip.el (vip-startup-file): New variable.
@@ -3959,7 +3957,7 @@
3959 3957
3960 * ffap.el (ffap-list-env): Use `path-separator' rather than ":". 3958 * ffap.el (ffap-list-env): Use `path-separator' rather than ":".
3961 3959
3962 * startup.el (auto-save-list-file-prefix): Under MS-DOS, use `.s-'. 3960 * startup.el (auto-save-list-file-prefix): Under MS-DOS, use `.s-'.
3963 (normal-top-level): Under MS-DOS, use `make-temp-name' to produce 3961 (normal-top-level): Under MS-DOS, use `make-temp-name' to produce
3964 a unique `auto-save-list-file-name' (PID is not unique enough). 3962 a unique `auto-save-list-file-name' (PID is not unique enough).
3965 (command-line-1): Delete explicit test for msdos and windowsnt; 3963 (command-line-1): Delete explicit test for msdos and windowsnt;
@@ -3994,7 +3992,7 @@
3994 3992
3995 * lpr.el (lpr-page-header-switches, lpr-headers-switches): Doc fixes. 3993 * lpr.el (lpr-page-header-switches, lpr-headers-switches): Doc fixes.
3996 3994
39971995-12-30 <Daniel.Pfeiffer@Informatik.START.dbp.de> 39951995-12-30 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
3998 3996
3999 * facemenu.el (facemenu-add-face-function, facemenu-end-add-face) 3997 * facemenu.el (facemenu-add-face-function, facemenu-end-add-face)
4000 (facemenu-remove-face-function): New variables. 3998 (facemenu-remove-face-function): New variables.
@@ -4119,11 +4117,11 @@
4119 * bookmark.el: Removed all `bookmark-xemacsp' conditional code 4117 * bookmark.el: Removed all `bookmark-xemacsp' conditional code
4120 relating to menus. Do ";;;###autoloads" the as they were done in 4118 relating to menus. Do ";;;###autoloads" the as they were done in
4121 2.6.13. 4119 2.6.13.
4122 (bookmark-version): new var, set to 2.6.19. 4120 (bookmark-version): New var, set to 2.6.19.
4123 (baud-rate): set to 19200 if not already bound. 4121 (baud-rate): Set to 19200 if not already bound.
4124 (bookmark-make): don't call `set-text-properties' on a Lisp string 4122 (bookmark-make): Don't call `set-text-properties' on a Lisp string
4125 if this is XEmacs, because it won't work. 4123 if this is XEmacs, because it won't work.
4126 (buffer-substring-no-properties): if this is not fboundp, then 4124 (buffer-substring-no-properties): If this is not fboundp, then
4127 fset it to `buffer-substring-without-properties'. 4125 fset it to `buffer-substring-without-properties'.
4128 4126
41291995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> 41271995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -4179,7 +4177,7 @@
4179 4177
4180 * files.el (save-buffer): Doc fix. 4178 * files.el (save-buffer): Doc fix.
4181 4179
41821995-12-21 <Daniel.Pfeiffer@Informatik.START.dbp.de> 41801995-12-21 Daniel Pfeiffer <Daniel.Pfeiffer@Informatik.START.dbp.de>
4183 4181
4184 * sendmail.el (mail-setup): Put text property on mail-header-separator. 4182 * sendmail.el (mail-setup): Put text property on mail-header-separator.
4185 (mail-header-separator): Set it up for use as a category property. 4183 (mail-header-separator): Set it up for use as a category property.
@@ -4349,12 +4347,12 @@
4349 (isearch-repeat): If isearch-just-started, don't test for empty match. 4347 (isearch-repeat): If isearch-just-started, don't test for empty match.
4350 (isearch-unread): Use store-kbd-macro-event. 4348 (isearch-unread): Use store-kbd-macro-event.
4351 4349
43521995-12-01 Francesco Potorti` <pot@cnuce.cnr.it> 43501995-12-01 Francesco Potortì <pot@cnuce.cnr.it>
4353 4351
4354 * gud.el (gud-sdb-marker-filter): Modify the regexp for sysVR3 to 4352 * gud.el (gud-sdb-marker-filter): Modify the regexp for sysVR3 to
4355 take care of the asterisk prompt. Correctly set gud-marker-acc. 4353 take care of the asterisk prompt. Correctly set gud-marker-acc.
4356 4354
43571995-12-01 Francesco Potorti` <pot@cnuce.cnr.it> 43551995-12-01 Francesco Potortì <pot@cnuce.cnr.it>
4358 4356
4359 * make-mode.el: Add faces to menu only if window-system. 4357 * make-mode.el: Add faces to menu only if window-system.
4360 (makefile-mode): Do not check if makefile-define-space-face is 4358 (makefile-mode): Do not check if makefile-define-space-face is
@@ -4534,7 +4532,7 @@
4534 (bibtex-find-entry-location): Now uses binary search. As before, 4532 (bibtex-find-entry-location): Now uses binary search. As before,
4535 it assumes that the buffer is sorted without duplicates (but as 4533 it assumes that the buffer is sorted without duplicates (but as
4536 before it is only called when bibtex-maintain-sorted-entries is 4534 before it is only called when bibtex-maintain-sorted-entries is
4537 t). Ignores `@String' entries if told so via variable 4535 t). Ignores `@String' entries if told so via variable
4538 bibtex-sort-ignore-string-entries. 4536 bibtex-sort-ignore-string-entries.
4539 4537
4540 * bibtex.el (bibtex-clean-entry): Respect 4538 * bibtex.el (bibtex-clean-entry): Respect
@@ -4597,7 +4595,7 @@
4597 If BOLD-P, ITALIC-P or UNDERLINE-P not nil or t, don't change the 4595 If BOLD-P, ITALIC-P or UNDERLINE-P not nil or t, don't change the
4598 display attribute corresponding to that arg. Doc fix. 4596 display attribute corresponding to that arg. Doc fix.
4599 4597
46001995-12-12 David Kågedal <davidk@lysator.liu.se> 45981995-12-12 David KÃ¥gedal <davidk@lysator.liu.se>
4601 4599
4602 * sendmail.el (sendmail-send-it): Added support for Resent-CC and 4600 * sendmail.el (sendmail-send-it): Added support for Resent-CC and
4603 Resent-BCC headers. 4601 Resent-BCC headers.
@@ -4693,10 +4691,10 @@
4693 4691
46941995-12-02 Erik Naggum <erik@naggum.no> 46921995-12-02 Erik Naggum <erik@naggum.no>
4695 4693
4696 * disp-table.el (display-table-slot,set-display-table-slot): 4694 * disp-table.el (display-table-slot, set-display-table-slot):
4697 Document the slot names. 4695 Document the slot names.
4698 4696
46991995-12-01 Francesco Potorti` <pot@cnuce.cnr.it> 46971995-12-01 Francesco Potortì <pot@cnuce.cnr.it>
4700 4698
4701 * gud.el (gud-sdb-marker-filter): start may be nil, so check it 4699 * gud.el (gud-sdb-marker-filter): start may be nil, so check it
4702 with numberp before using it. 4700 with numberp before using it.
@@ -4714,14 +4712,14 @@
4714 calendar-chinese-sexagisimal-name to fix misspelling. 4712 calendar-chinese-sexagisimal-name to fix misspelling.
4715 * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var. 4713 * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var.
4716 * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday". 4714 * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday".
4717 * calendar.el (calendar-setup, calendar-basic-setup, 4715 * calendar.el (calendar-setup, calendar-basic-setup)
4718 calendar-next-calendar-round-date, 4716 (calendar-next-calendar-round-date)
4719 calendar-previous-calendar-round-date, cal-tex-cursor-year), 4717 (calendar-previous-calendar-round-date, cal-tex-cursor-year)
4720 cal-julian.el (calendar-absolute-from-astro), 4718 * cal-julian.el (calendar-absolute-from-astro)
4721 cal-mayan.el: (calendar-next-calendar-round-date, 4719 * cal-mayan.el (calendar-next-calendar-round-date)
4722 calendar-previous-calendar-round-date), 4720 (calendar-previous-calendar-round-date)
4723 diary-lib.el (list-sexp-diary-entries), 4721 * diary-lib.el (list-sexp-diary-entries)
4724 solar.el (solar-longitude): Doc fixes to fix misspellings. 4722 * solar.el (solar-longitude): Doc fixes to fix misspellings.
4725 4723
47261995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> 47241995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
4727 4725
@@ -5089,7 +5087,7 @@
5089 "^" from paragraph-start and paragraph-separate. Moved 5087 "^" from paragraph-start and paragraph-separate. Moved
5090 page-delimiter first in case it has a "^" also. 5088 page-delimiter first in case it has a "^" also.
5091 5089
5092 * sh-script.el (sh-mode): as above. Use page-delimiter rather than 5090 * sh-script.el (sh-mode): As above. Use page-delimiter rather than
5093 literal "^L". 5091 literal "^L".
5094 5092
5095 * fill.el (fill-region-as-paragraph): Since adaptive-fill-regexp 5093 * fill.el (fill-region-as-paragraph): Since adaptive-fill-regexp
@@ -5201,8 +5199,8 @@
5201 * startup.el [win32] (normal-top-level, command-line, command-line-1): 5199 * startup.el [win32] (normal-top-level, command-line, command-line-1):
5202 * mouse.el [win32] (mouse-set-region): 5200 * mouse.el [win32] (mouse-set-region):
5203 * faces.el [win32] (make-face, make-face-x-resource-internal): 5201 * faces.el [win32] (make-face, make-face-x-resource-internal):
5204 * facemenu.el [win32] (face-menu-read-color, list-colors-display, 5202 * facemenu.el [win32] (face-menu-read-color, list-colors-display)
5205 facemenu-color-equal, face-menu-get-face): 5203 (facemenu-color-equal, face-menu-get-face):
5206 Test for 'win32 window system as well as 'x. 5204 Test for 'win32 window system as well as 'x.
5207 5205
5208 * makefile.nt (install): Change same-dir test to create test file in 5206 * makefile.nt (install): Change same-dir test to create test file in
@@ -5310,10 +5308,10 @@
5310 5308
53111995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org> 53091995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
5312 5310
5313 * mh-e.el (mh-make-folder-mode-line): support mh-msg-count. 5311 * mh-e.el (mh-make-folder-mode-line): Support mh-msg-count.
5314 (mh-delete-scan-msgs): use fast new mh-goto-msg. 5312 (mh-delete-scan-msgs): Use fast new mh-goto-msg.
5315 * mh-utils.el (mh-goto-msg): binary search (much faster!). 5313 * mh-utils.el (mh-goto-msg): Binary search (much faster!).
5316 (mh-prompt-for-folder): error if regular file. 5314 (mh-prompt-for-folder): Error if regular file.
5317 * mh-comp.el: reporter.el support. 5315 * mh-comp.el: reporter.el support.
5318 5316
53191995-11-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> 53171995-11-02 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
@@ -5452,7 +5450,7 @@
5452 of file in the first line, part number syntax of ISO standards, 5450 of file in the first line, part number syntax of ISO standards,
5453 and `provide' clause. Register file with RCS. 5451 and `provide' clause. Register file with RCS.
5454 5452
5455 * ange-ftp.el (ange-ftp-ftp-name,ange-ftp-replace-name-component): 5453 * ange-ftp.el (ange-ftp-ftp-name, ange-ftp-replace-name-component):
5456 Use posix-string-match for complex regexp in `ange-ftp-name-format'. 5454 Use posix-string-match for complex regexp in `ange-ftp-name-format'.
5457 (ange-ftp-process-sentinel): Quote final * in buffer name match. 5455 (ange-ftp-process-sentinel): Quote final * in buffer name match.
5458 5456
@@ -5470,7 +5468,7 @@
5470 5468
5471 * cal-chinese.el (calendar-chinese-sexagisimal-name): New 5469 * cal-chinese.el (calendar-chinese-sexagisimal-name): New
5472 function. 5470 function.
5473 (holiday-chinese-new-year,calendar-chinese-date-string): Use it. 5471 (holiday-chinese-new-year, calendar-chinese-date-string): Use it.
5474 5472
54751995-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> 54731995-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5476 5474
@@ -5702,7 +5700,7 @@
5702 5700
57031995-10-13 Michael Kifer <kifer@cs.sunysb.edu> 57011995-10-13 Michael Kifer <kifer@cs.sunysb.edu>
5704 5702
5705 * ediff.el (ediff-version): is now autoloaded. 5703 * ediff.el (ediff-version): Is now autoloaded.
5706 * ediff-init.el: Moved defsubsts up. 5704 * ediff-init.el: Moved defsubsts up.
5707 * ediff-hook.el: Now defines [window] in menu-bar-ediff-menu. 5705 * ediff-hook.el: Now defines [window] in menu-bar-ediff-menu.
5708 5706
@@ -5715,13 +5713,13 @@
5715 Added (vip-leave-region-active) to all simple movement commands. 5713 Added (vip-leave-region-active) to all simple movement commands.
5716 Viper now understands syntactic tables. 5714 Viper now understands syntactic tables.
5717 Harnessed view-minor-mode. 5715 Harnessed view-minor-mode.
5718 (vip-read-string-with-history,vip-search): won't pause inside 5716 (vip-read-string-with-history, vip-search): Won't pause inside
5719 macros any more. 5717 macros any more.
5720 * viper-mous.el (vip-surrounding-word): modified to understand 5718 * viper-mous.el (vip-surrounding-word): Modified to understand
5721 tripple clicks. 5719 tripple clicks.
5722 * viper-util.el (vip-leave-region-active): new function. 5720 * viper-util.el (vip-leave-region-active): New function.
5723 * viper-ex.el (ex-write): uses better defaults. 5721 * viper-ex.el (ex-write): Uses better defaults.
5724 * viper-macs.el (vip-record-kbd-macro): correctly escapes `.' and 5722 * viper-macs.el (vip-record-kbd-macro): Correctly escapes `.' and
5725 `[' now. 5723 `[' now.
5726 5724
57271995-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> 57251995-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -5740,17 +5738,17 @@
5740 (he-capitalize-first): New function, defining new "case". 5738 (he-capitalize-first): New function, defining new "case".
5741 (he-transfer-case): New function. 5739 (he-transfer-case): New function.
5742 (he-transfer-case-ok): Function removed. 5740 (he-transfer-case-ok): Function removed.
5743 (he-substitute-string,he-ordinary-case-p,he-string-member): Use the 5741 (he-substitute-string, he-ordinary-case-p, he-string-member): Use the
5744 new functions above, for the new case handling. 5742 new functions above, for the new case handling.
5745 (he-file-name-chars): New variable. 5743 (he-file-name-chars): New variable.
5746 (he-file-name-beg): Use `he-file-name-chars'. 5744 (he-file-name-beg): Use `he-file-name-chars'.
5747 (he-file-name-nondirectory,he-file-name-directory, 5745 (he-file-name-nondirectory, he-file-name-directory)
5748 he-file-directory-p,he-concat-directory-file-name): New functions 5746 (he-file-directory-p, he-concat-directory-file-name): New functions
5749 to handle VMS and PC filename formats more accurately. 5747 to handle VMS and PC filename formats more accurately.
5750 (try-complete-file-name,try-complete-file-name-partially): Use the 5748 (try-complete-file-name, try-complete-file-name-partially): Use the
5751 new functions above. 5749 new functions above.
5752 (try-expand-line-all-buffers,try-expand-list-all-buffers, 5750 (try-expand-line-all-buffers, try-expand-list-all-buffers)
5753 try-expand-dabbrev-all-buffers): Use `case-fold-search' from the 5751 (try-expand-dabbrev-all-buffers): Use `case-fold-search' from the
5754 original buffer. 5752 original buffer.
5755 (he-line-beg): Removed bug that made point move. 5753 (he-line-beg): Removed bug that made point move.
5756 (try-expand-all-abbrevs): Check that abbrev tables exist before use. 5754 (try-expand-all-abbrevs): Check that abbrev tables exist before use.
@@ -5761,9 +5759,9 @@
5761 (he-dabbrev-search): Find only whole matching symbols. 5759 (he-dabbrev-search): Find only whole matching symbols.
5762 (he-dabbrev-skip-space): New variable. 5760 (he-dabbrev-skip-space): New variable.
5763 (he-dabbrev-beg): Use `he-dabbrev-skip-space'. 5761 (he-dabbrev-beg): Use `he-dabbrev-skip-space'.
5764 (try-expand-dabbrev-from-kill,he-dabbrev-kill-search): New try 5762 (try-expand-dabbrev-from-kill, he-dabbrev-kill-search): New try
5765 function, with requisites. 5763 function, with requisites.
5766 (try-expand-whole-kill,he-whole-kill-search,he-kill-beg): New try 5764 (try-expand-whole-kill, he-whole-kill-search, he-kill-beg): New try
5767 function, with requisites. 5765 function, with requisites.
5768 (he-search-loc2): New variable, used by `try-expand-whole-kill' 5766 (he-search-loc2): New variable, used by `try-expand-whole-kill'
5769 and `try-expand-dabbrev-from-kill'. 5767 and `try-expand-dabbrev-from-kill'.
@@ -5884,34 +5882,34 @@
5884 5882
58851995-10-05 Michael Kifer <kifer@cs.sunysb.edu> 58831995-10-05 Michael Kifer <kifer@cs.sunysb.edu>
5886 5884
5887 * ediff-meta.el: new file. 5885 * ediff-meta.el: New file.
5888 * ediff-hook.el: new file. 5886 * ediff-hook.el: New file.
5889 * ediff.el: Moved menubar definitions to a new file, ediff-hook.el 5887 * ediff.el: Moved menubar definitions to a new file, ediff-hook.el
5890 (ediff-files,ediff-merge-files): better file-name defaults. 5888 (ediff-files, ediff-merge-files): Better file-name defaults.
5891 (ediff-split-string): new function. 5889 (ediff-split-string): New function.
5892 (ediff-exec-process): now handles diff args separated by space. 5890 (ediff-exec-process): Now handles diff args separated by space.
5893 (ediff-backup-extension): new variable. 5891 (ediff-backup-extension): New variable.
5894 Replaced -hooks with -hook. 5892 Replaced -hooks with -hook.
5895 (ediff-revision-key): variable deleted. 5893 (ediff-revision-key): Variable deleted.
5896 * ediff-util.el (ediff-toggle-read-only,ediff-read-file-name): 5894 * ediff-util.el (ediff-toggle-read-only, ediff-read-file-name):
5897 replaced abbreviate-file-name with ediff-abbreviate-file-name. 5895 Replaced abbreviate-file-name with ediff-abbreviate-file-name.
5898 (ediff-documentation): bug fix. 5896 (ediff-documentation): Bug fix.
5899 (ediff-setup,ediff-really-quit): modified to work with Ediff 5897 (ediff-setup, ediff-really-quit): Modified to work with Ediff
5900 session groups. 5898 session groups.
5901 (ediff-quit,ediff-really-quit): now ask if the user wants to delete 5899 (ediff-quit, ediff-really-quit): Now ask if the user wants to delete
5902 buffers. 5900 buffers.
5903 * ediff-init.el (ediff-abbreviate-file-name): function modified. 5901 * ediff-init.el (ediff-abbreviate-file-name): Function modified.
5904 (ediff-truncate-string-left): new function. 5902 (ediff-truncate-string-left): New function.
5905 (ediff-strip-last-dir,ediff-key-press-event-p,ediff-event-point, 5903 (ediff-strip-last-dir, ediff-key-press-event-p, ediff-event-point)
5906 ediff-event-buffer): new functions. 5904 (ediff-event-buffer): New functions.
5907 (ediff-frame-has-menubar,ediff-protect-meta-chars): functions deleted. 5905 (ediff-frame-has-menubar, ediff-protect-meta-chars): Functions deleted.
5908 * ediff-wind.el (ediff-make-frame-position): fixed bugs. 5906 * ediff-wind.el (ediff-make-frame-position): Fixed bugs.
5909 (ediff-control-frame-parameters): fixed defaults. 5907 (ediff-control-frame-parameters): Fixed defaults.
5910 * ediff-diff.el (ediff-setup-diff-regions,ediff-setup-diff-regions3, 5908 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3)
5911 ediff-setup-fine-diff-regions): functions modified. 5909 (ediff-setup-fine-diff-regions): Functions modified.
5912 (ediff-shell-command,ediff-shell-command-sentinel, 5910 (ediff-shell-command, ediff-shell-command-sentinel)
5913 ediff-shell-command-filter): deleted. 5911 (ediff-shell-command-filter): Deleted.
5914 (ediff-exec-process,ediff-process-sentinel,ediff-process-filter): new. 5912 (ediff-exec-process, ediff-process-sentinel, ediff-process-filter): New.
5915 5913
59161995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu> 59141995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5917 5915
@@ -6110,11 +6108,11 @@
6110 * cal-iso.el: New file. All ISO calendar related code moved here 6108 * cal-iso.el: New file. All ISO calendar related code moved here
6111 from calendar.el and diary-lib.el. 6109 from calendar.el and diary-lib.el.
6112 6110
6113 * cal-islamic.el: New file. All Islamic calendar related code 6111 * cal-islamic.el: New file. All Islamic calendar related code
6114 moved here from calendar.el, holiday.el, diary-lib.el, and 6112 moved here from calendar.el, holiday.el, diary-lib.el, and
6115 diary-ins.el. 6113 diary-ins.el.
6116 6114
6117 * cal-hebrew.el: New file. All Hebrew calendar related code 6115 * cal-hebrew.el: New file. All Hebrew calendar related code
6118 moved here from calendar.el, holiday.el, diary-lib.el, and 6116 moved here from calendar.el, holiday.el, diary-lib.el, and
6119 diary-ins.el. 6117 diary-ins.el.
6120 6118
@@ -6124,11 +6122,11 @@
6124 * diary.el: New file. Functions related to the diary moved from 6122 * diary.el: New file. Functions related to the diary moved from
6125 diary-lib.el and diary-ins.el. 6123 diary-lib.el and diary-ins.el.
6126 6124
6127 * holidays.el (holiday-hebrew): Moved to cal-hebrew. 6125 * holidays.el (holiday-hebrew): Moved to cal-hebrew.
6128 (holiday-islamic): Moved to cal-islamic. 6126 (holiday-islamic): Moved to cal-islamic.
6129 (holiday-julian): Moved to cal-julian. 6127 (holiday-julian): Moved to cal-julian.
6130 6128
6131 * cal-x.el (calendar-setup): Moved to calendar.el. 6129 * cal-x.el (calendar-setup): Moved to calendar.el.
6132 6130
6133 * diary-lib.el: Deleted. 6131 * diary-lib.el: Deleted.
6134 (diary-date, diary-remind): New functions. 6132 (diary-date, diary-remind): New functions.
@@ -6215,7 +6213,6 @@
6215 * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after) New 6213 * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after) New
6216 functions. 6214 functions.
6217 6215
6218
62191995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> 62161995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6220 6217
6221 * subr.el (substitute-key-definition): Do recursively scan 6218 * subr.el (substitute-key-definition): Do recursively scan
@@ -6600,7 +6597,7 @@
6600 non-strict locking. Under CVS in CVSREAD-mode, learn the locking 6597 non-strict locking. Under CVS in CVSREAD-mode, learn the locking
6601 state from the permissions. 6598 state from the permissions.
6602 (vc-find-cvs-master): Use vc-insert-file, rather than 6599 (vc-find-cvs-master): Use vc-insert-file, rather than
6603 find-file-noselect. Greatly speeds up things. 6600 find-file-noselect. Greatly speeds up things.
6604 (vc-consult-rcs-headers): Bug fix, return status in all cases. 6601 (vc-consult-rcs-headers): Bug fix, return status in all cases.
6605 6602
6606 * vc.el: Removed the comment that said we assume strict locking. 6603 * vc.el: Removed the comment that said we assume strict locking.
@@ -6630,23 +6627,23 @@
6630 (vc-locking-user): Under RCS with non-strict locking, don't trust 6627 (vc-locking-user): Under RCS with non-strict locking, don't trust
6631 the file permissions. CVS case: change which states count as 6628 the file permissions. CVS case: change which states count as
6632 "locked". 6629 "locked".
6633 (vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if 6630 (vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if
6634 this is called under CVS. Under RCS, use a heuristic to find the 6631 this is called under CVS. Under RCS, use a heuristic to find the
6635 value of vc-checkout-model without examining the master file. 6632 value of vc-checkout-model without examining the master file.
6636 (vc-parse-locks): Set vc-checkout-model. 6633 (vc-parse-locks): Set vc-checkout-model.
6637 (vc-status): Comment change. 6634 (vc-status): Comment change.
6638 (vc-after-save-hook, vc-after-save): The former renamed to the 6635 (vc-after-save-hook, vc-after-save): The former renamed to the latter.
6639 latter. Now unconditionally called by `basic-save-buffer', determines 6636 Now unconditionally called by `basic-save-buffer', determines
6640 whether the buffer should be "locked" or not. 6637 whether the buffer should be "locked" or not.
6641 (vc-checkout-model): Values are now `manual' and `implicit'. Derive 6638 (vc-checkout-model): Values are now `manual' and `implicit'. Derive
6642 the property on a per-file basis, supporting all possible modes. 6639 the property on a per-file basis, supporting all possible modes.
6643 (vc-mode-line): No longer use dynamic after-save-hook. Changed 6640 (vc-mode-line): No longer use dynamic after-save-hook. Changed
6644 references to `automatic' into `implicit'. 6641 references to `automatic' into `implicit'.
6645 6642
6646 * vc.el (vc-latest-on-branch-p): Under CVS, handle the case when 6643 * vc.el (vc-latest-on-branch-p): Under CVS, handle the case when
6647 the file is added, but not yet committed. 6644 the file is added, but not yet committed.
6648 (vc-backend-checkout): RCS case: In non-strict locking mode, force 6645 (vc-backend-checkout): RCS case: In non-strict locking mode, force
6649 to overwrite the writable workfile. CVS case: Do the right thing in 6646 to overwrite the writable workfile. CVS case: Do the right thing in
6650 CVSREAD-mode. 6647 CVSREAD-mode.
6651 6648
66521995-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> 66491995-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -6691,9 +6688,9 @@
6691 waits for the user to type, if there are unread events. 6688 waits for the user to type, if there are unread events.
6692 Harnessed view-minor-mode. 6689 Harnessed view-minor-mode.
6693 Added (vip-leave-region-active) to all simple movement commands. 6690 Added (vip-leave-region-active) to all simple movement commands.
6694 * viper-mous.el (vip-surrounding-word): modified to understand 6691 * viper-mous.el (vip-surrounding-word): Modified to understand
6695 tripple clicks. 6692 tripple clicks.
6696 * viper-util.el (vip-leave-region-active): new function. 6693 * viper-util.el (vip-leave-region-active): New function.
6697 6694
66981995-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> 66951995-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6699 6696
@@ -6765,15 +6762,14 @@
6765 (vc-locking-user): Count cvs status `unresolved-conflict' as "locked". 6762 (vc-locking-user): Count cvs status `unresolved-conflict' as "locked".
6766 6763
6767 * vc.el (vc-finish-logentry): 6764 * vc.el (vc-finish-logentry):
6768 Delete the *VC-log* buffer *before* doing the 6765 Delete the *VC-log* buffer *before* doing the actual check-in.
6769 actual check-in. That leads to a better display in case the check-in 6766 That leads to a better display in case the check-in fails.
6770 fails.
6771 6767
6772 * vc.el (vc-latest-on-branch-p): Defined it for CVS in the obvious way. 6768 * vc.el (vc-latest-on-branch-p): Defined it for CVS in the obvious way.
6773 (vc-next-action-on-file): Removed special CVS cases. At this level, 6769 (vc-next-action-on-file): Removed special CVS cases. At this level,
6774 CVS is now mostly handled like the other backends. 6770 CVS is now mostly handled like the other backends.
6775 (vc-backend-checkout): CVS case: Clear sticky tag as default when 6771 (vc-backend-checkout): CVS case: Clear sticky tag as default when
6776 doing a verbose checkout. (This used to be done in 6772 doing a verbose checkout. (This used to be done in
6777 vc-next-action-on-file.) 6773 vc-next-action-on-file.)
6778 6774
6779 * vc-hooks.el (vc-checkout-model): 6775 * vc-hooks.el (vc-checkout-model):
@@ -6960,7 +6956,7 @@
6960 * help.el (help-font-lock-keywords): New keywords. 6956 * help.el (help-font-lock-keywords): New keywords.
6961 (help-mode): Set up font-lock-defaults. 6957 (help-mode): Set up font-lock-defaults.
6962 6958
69631995-08-09 Francesco Potorti` (pot@cnuce.cnr.it) 69591995-08-09 Francesco Potortì (pot@cnuce.cnr.it)
6964 6960
6965 * man.el (Man-translate-references): Anchor the regexps. 6961 * man.el (Man-translate-references): Anchor the regexps.
6966 6962
@@ -7069,9 +7065,9 @@
7069 7065
7070 * two-column.el (2C-toggle-autoscroll, 2C-autoscroll): 7066 * two-column.el (2C-toggle-autoscroll, 2C-autoscroll):
7071 Only (sit-for 0) once for smoother scrolling. 7067 Only (sit-for 0) once for smoother scrolling.
7072 (2C-associated-buffer): go to same line and column. 7068 (2C-associated-buffer): Go to same line and column.
7073 (2C-newline): new function. 7069 (2C-newline): New function.
7074 (2C-other): optional arg to signal missing other buffer. 7070 (2C-other): Optional arg to signal missing other buffer.
7075 7071
70761995-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> 70721995-08-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7077 7073
@@ -7154,10 +7150,10 @@
71541995-07-28 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 71501995-07-28 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
7155 7151
7156 * vc.el (vc-resynch-buffer): New function. 7152 * vc.el (vc-resynch-buffer): New function.
7157 (vc-locked-example): Renamed to vc-snapshot-precondition. It now also 7153 (vc-locked-example): Renamed to vc-snapshot-precondition.
7158 checks whether any of the files are visited. 7154 It now also checks whether any of the files are visited.
7159 (vc-retrieve-snapshot): If any files are visited, ask whether to 7155 (vc-retrieve-snapshot): If any files are visited, ask whether to
7160 revert their buffers. Use vc-backend-checkout and vc-resynch-buffer 7156 revert their buffers. Use vc-backend-checkout and vc-resynch-buffer
7161 to do that, instead of vc-checkout. 7157 to do that, instead of vc-checkout.
7162 7158
7163 * vc.el (vc-backend-checkout): Adjust default-directory so that the 7159 * vc.el (vc-backend-checkout): Adjust default-directory so that the
@@ -7180,7 +7176,7 @@
7180 7176
71811995-07-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> 71771995-07-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7182 7178
7183 * imenu.el: (imenu-generic-lisp-expression) 7179 * imenu.el (imenu-generic-lisp-expression)
7184 (imenu-generic-c++-expression, imenu-generic-c-expression) 7180 (imenu-generic-c++-expression, imenu-generic-c-expression)
7185 (imenu-generic-ada-expression, imenu-generic-texinfo-expression) 7181 (imenu-generic-ada-expression, imenu-generic-texinfo-expression)
7186 (imenu-generic-latex-expression): Vars deleted; now handled by the 7182 (imenu-generic-latex-expression): Vars deleted; now handled by the
@@ -7306,20 +7302,20 @@
7306 7302
7307 * apropos.el: Add latest changes of old library and some more. 7303 * apropos.el: Add latest changes of old library and some more.
7308 (apropos): Only show unbound symbols when do-all 7304 (apropos): Only show unbound symbols when do-all
7309 (apropos-documentation-check-elc-file): new copied function. 7305 (apropos-documentation-check-elc-file): New copied function.
7310 (apropos-command): also use `apropos-do-all' when called as function. 7306 (apropos-command): Also use `apropos-do-all' when called as function.
7311 (apropos-print-doc): renamed from `apropos-print-documentation', i 7307 (apropos-print-doc): Renamed from `apropos-print-documentation', i
7312 is numeric index, replaces parameter tem. 7308 is numeric index, replaces parameter tem.
7313 (apropos-macrop): new function. 7309 (apropos-macrop): New function.
7314 (apropos-print): use it to differentiate macros. 7310 (apropos-print): Use it to differentiate macros.
7315 (apropos-symbol-face, apropos-keybinding-face, apropos-label-face) 7311 (apropos-symbol-face, apropos-keybinding-face, apropos-label-face)
7316 (apropos-property-face, apropos-match-face): new variables 7312 (apropos-property-face, apropos-match-face): New variables
7317 replace and extend the effect of `apropos-use-faces'. 7313 replace and extend the effect of `apropos-use-faces'.
7318 (apropos-safe-documentation): renames `safe-documentation', also 7314 (apropos-safe-documentation): Renames `safe-documentation', also
7319 returns a cons. 7315 returns a cons.
7320 (apropos-regexp, apropos-files-scanned, apropos-accumulator) 7316 (apropos-regexp, apropos-files-scanned, apropos-accumulator)
7321 (apropos-item): new variables to prevent compiler warnings. 7317 (apropos-item): New variables to prevent compiler warnings.
7322 (apropos-value-internal, apropos-documentation-internal): new fns. 7318 (apropos-value-internal, apropos-documentation-internal): New fns.
7323 7319
73241995-07-21 Richard Stallman <rms@mole.gnu.ai.mit.edu> 73201995-07-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7325 7321
@@ -7422,7 +7418,7 @@
74221995-07-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 74181995-07-18 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
7423 7419
7424 * vc.el (vc-do-command): Added parameter BUFFER (the default, 7420 * vc.el (vc-do-command): Added parameter BUFFER (the default,
7425 if nil, is *vc*). Updated all callers. 7421 if nil, is *vc*). Updated all callers.
7426 (vc-next-action-on-file, vc-diff, vc-version-diff, vc-backend-diff): 7422 (vc-next-action-on-file, vc-diff, vc-version-diff, vc-backend-diff):
7427 Use buffer *vc-diff* for diff output instead of *vc*. 7423 Use buffer *vc-diff* for diff output instead of *vc*.
7428 7424
@@ -7533,7 +7529,7 @@
7533 * sendmail.el (mail-setup-hook): New defvar. 7529 * sendmail.el (mail-setup-hook): New defvar.
7534 (mail): Doc fix. 7530 (mail): Doc fix.
7535 7531
75361995-07-06 Francesco Potorti` <pot@cnuce.cnr.it> 75321995-07-06 Francesco Potortì <pot@cnuce.cnr.it>
7537 7533
7538 * simple.el (shell-command): Use save-match-data. 7534 * simple.el (shell-command): Use save-match-data.
7539 Put the buffer in shell mode, don't use shell-command-filter. 7535 Put the buffer in shell mode, don't use shell-command-filter.
@@ -7626,7 +7622,7 @@
7626 7622
7627 * forms.el (forms-mode): Treat local-write-file-hooks as a list. 7623 * forms.el (forms-mode): Treat local-write-file-hooks as a list.
7628 7624
76291995-07-07 Francesco Potorti` <pot@cnuce.cnr.it> 76251995-07-07 Francesco Potortì <pot@cnuce.cnr.it>
7630 7626
7631 * mailalias.el (build-mail-aliases): Fixed the regexp for "^group". 7627 * mailalias.el (build-mail-aliases): Fixed the regexp for "^group".
7632 7628
@@ -7640,13 +7636,13 @@
7640 (apropos-follow, apropos-mouse-follow): New commands for hypertext. 7636 (apropos-follow, apropos-mouse-follow): New commands for hypertext.
7641 (apropos-describe-plist): New function. 7637 (apropos-describe-plist): New function.
7642 7638
7643 * help.el: (command-apropos): Deleted function. This is replaced by 7639 * help.el (command-apropos): Deleted function. This is replaced by
7644 apropos-command in apropos.el. 7640 apropos-command in apropos.el.
7645 7641
7646 * autoload.el: (make-autoload): Generate `(autoload ...)' form for 7642 * autoload.el (make-autoload): Generate `(autoload ...)' form for
7647 `(define-skeleton ...)' 7643 `(define-skeleton ...)'
7648 7644
7649 * skeleton.el: partly rewritten and extended. 7645 * skeleton.el: Partly rewritten and extended.
7650 (skeleton-filter, skeleton-untabify, skeleton-further-elements) 7646 (skeleton-filter, skeleton-untabify, skeleton-further-elements)
7651 (skeleton-abbrev-cleanup): New variables 7647 (skeleton-abbrev-cleanup): New variables
7652 (skeleton-proxy, skeleton-abbrev-cleanup): New functions 7648 (skeleton-proxy, skeleton-abbrev-cleanup): New functions
@@ -7657,24 +7653,24 @@
7657 be useful in skeletons. 7653 be useful in skeletons.
7658 (local-variables-section): New skeleton command, might go to simple.el. 7654 (local-variables-section): New skeleton command, might go to simple.el.
7659 7655
7660 * autoinsert.el: extended to use skeletons or call functions 7656 * autoinsert.el: Extended to use skeletons or call functions.
7661 (auto-insert, auto-insert-query, auto-insert-prompt): New variables 7657 (auto-insert, auto-insert-query, auto-insert-prompt): New variables.
7662 (auto-insert-alist): New features 7658 (auto-insert-alist): New features.
7663 (auto-insert): New name for `insert-auto-insert-files' 7659 (auto-insert): New name for `insert-auto-insert-files'.
7664 (define-auto-insert): New function 7660 (define-auto-insert): New function.
7665 7661
7666 * copyright.el: New name for generalized upd-copyr.el 7662 * copyright.el: New name for generalized upd-copyr.el.
7667 (copyright-limit, copyright-regexp): New variables 7663 (copyright-limit, copyright-regexp): New variables.
7668 (copyright-query): New name for `inhibit-update-copyright' 7664 (copyright-query): New name for `inhibit-update-copyright'.
7669 (copyright-current-year): New name for `current-year' 7665 (copyright-current-year): New name for `current-year'.
7670 (copyright-current-gpl-version): New name for `current-gpl-version' 7666 (copyright-current-gpl-version): New name for `current-gpl-version'.
7671 (copyright-update): New name for `update-copyright' and 7667 (copyright-update): New name for `update-copyright' and
7672 `ask-to-update-copyright' 7668 `ask-to-update-copyright'.
7673 (copyright): New skeleton command 7669 (copyright): New skeleton command.
7674 7670
7675 * executable.el: New file extracted and optimized from sh-script.el 7671 * executable.el: New file extracted and optimized from sh-script.el.
7676 7672
7677 * sh-script.el: restructured, largely rewritten without the bugs and 7673 * sh-script.el: Restructured, largely rewritten without the bugs and
7678 extended to cover over 15 shells. Most variables can now work as a 7674 extended to cover over 15 shells. Most variables can now work as a
7679 lookup table, and, unless set by user, do. 7675 lookup table, and, unless set by user, do.
7680 (sh-mode-syntax-table): Possibly multiple tables. 7676 (sh-mode-syntax-table): Possibly multiple tables.
@@ -7758,7 +7754,7 @@
7758 * font-lock.el (font-lock-make-faces): On grayscale screen, 7754 * font-lock.el (font-lock-make-faces): On grayscale screen,
7759 use grays for background, not foreground. 7755 use grays for background, not foreground.
7760 7756
7761 * faces.el (describe-face): new function. 7757 * faces.el (describe-face): New function.
7762 7758
77631995-06-30 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 77591995-06-30 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
7764 7760
@@ -7807,7 +7803,7 @@
7807 7803
78081995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM> 78041995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM>
7809 7805
7810 * ange-ftp.el (ange-ftp-normal-login): if ange-ftp-smart-gateway 7806 * ange-ftp.el (ange-ftp-normal-login): If ange-ftp-smart-gateway
7811 is set but ange-ftp-gateway-host is nil, use user@host 7807 is set but ange-ftp-gateway-host is nil, use user@host
7812 proxy protocol. 7808 proxy protocol.
7813 7809
@@ -7820,7 +7816,7 @@
7820 7816
78211995-06-29 Karl Fogel (kfogel@wombat.gnu.ai.mit.edu) 78171995-06-29 Karl Fogel (kfogel@wombat.gnu.ai.mit.edu)
7822 7818
7823 * bookmark.el: use "Save" and "Save As" instead of the nonstandard 7819 * bookmark.el: Use "Save" and "Save As" instead of the nonstandard
7824 "Save" and "Write", in menu item titles. 7820 "Save" and "Write", in menu item titles.
7825 7821
78261995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> 78221995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -7956,7 +7952,7 @@
7956 7952
7957 * mail-hist.el (mail-hist-text-size-limit): New var. 7953 * mail-hist.el (mail-hist-text-size-limit): New var.
7958 (mail-hist-text-too-long-p): New func. 7954 (mail-hist-text-too-long-p): New func.
7959 (mail-hist-add-header-contents-to-ring): call above; if the text is 7955 (mail-hist-add-header-contents-to-ring): Call above; if the text is
7960 too long, then store the empty string in the history. 7956 too long, then store the empty string in the history.
7961 7957
79621995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> 79581995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -7997,7 +7993,7 @@
79971995-06-22 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de> 79931995-06-22 Andre Spiegel <spiegel@berlin.informatik.uni-stuttgart.de>
7998 7994
7999 * vc-hooks.el (vc-fetch-master-properties): Pass an absolute 7995 * vc-hooks.el (vc-fetch-master-properties): Pass an absolute
8000 pathname to the cvs status command. This is required to make 7996 pathname to the cvs status command. This is required to make
8001 recursive vc-directory listings work. 7997 recursive vc-directory listings work.
8002 7998
80031995-06-22 Ethan Bradford <ethanb@phys.washington.edu> 79991995-06-22 Ethan Bradford <ethanb@phys.washington.edu>
@@ -8022,6 +8018,10 @@
8022 8018
8023See ChangeLog.5 for earlier changes. 8019See ChangeLog.5 for earlier changes.
8024 8020
8021;; Local Variables:
8022;; coding: utf-8
8023;; End:
8024
8025 Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006, 8025 Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
8026 2007, 2008 Free Software Foundation, Inc. 8026 2007, 2008 Free Software Foundation, Inc.
8027 8027