Mercurial > emacs
comparison lisp/ChangeLog @ 50018:f8b3b605ae8a
vinicius: printing.el change
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 03 Mar 2003 20:22:17 +0000 |
parents | e6b3933a36f6 |
children | 67ab67b4b7b0 |
comparison
equal
deleted
inserted
replaced
50017:0ee18dc00572 | 50018:f8b3b605ae8a |
---|---|
1 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
2 | |
3 * printing.el (pr-get-symbol): Move it to next eval-and-compile. | |
4 | |
1 2003-03-03 John Paul Wallington <jpw@gnu.org> | 5 2003-03-03 John Paul Wallington <jpw@gnu.org> |
2 | 6 |
3 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of | 7 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of |
4 `gensym' in case user calls macro at runtime. | 8 `gensym' in case user calls macro at runtime. |
5 (ibuffer-save-marks): Likewise. | 9 (ibuffer-save-marks): Likewise. |
23 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so | 27 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so |
24 that first docstring lines ending with a comma are respected. Add | 28 that first docstring lines ending with a comma are respected. Add |
25 "`(" to same so that function and macro bodies beginning with a | 29 "`(" to same so that function and macro bodies beginning with a |
26 backquote do not get disturbed. Revise the comments. | 30 backquote do not get disturbed. Revise the comments. |
27 | 31 |
28 2003-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 32 2003-03-01 Jan Djärv <jan.h.d@swipnet.se> |
29 | 33 |
30 * startup.el (command-line): Call menu-bar-mode with 1 instead of t. | 34 * startup.el (command-line): Call menu-bar-mode with 1 instead of t. |
31 | 35 |
32 * menu-bar.el (menu-bar-mode): Change to define-minor-mode | 36 * menu-bar.el (menu-bar-mode): Change to define-minor-mode |
33 and initialize as for tool-bar-mode. | 37 and initialize as for tool-bar-mode. |
34 | 38 |
35 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 39 2003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
36 | 40 |
37 * net/tramp.el: Version 2.0.30 released. | 41 * net/tramp.el: Version 2.0.30 released. |
38 Replace term "path" with "localname" unless it is used for a | 42 Replace term "path" with "localname" unless it is used for a |
39 search path. | 43 search path. |
40 (tramp-handle-expand-file-name): Allow ".." to cross host | 44 (tramp-handle-expand-file-name): Allow ".." to cross host |
196 (cperl-mode): Use it. | 200 (cperl-mode): Use it. |
197 (cperl-calculate-indent): Remove code whose removal was missed | 201 (cperl-calculate-indent): Remove code whose removal was missed |
198 in some earlier merge. | 202 in some earlier merge. |
199 (cperl-tags-hier-init): Use display-popup-menus-p. | 203 (cperl-tags-hier-init): Use display-popup-menus-p. |
200 | 204 |
201 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 205 2003-02-22 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
202 | 206 |
203 * files.el (abbreviate-file-name): Shorten docstring: variables | 207 * files.el (abbreviate-file-name): Shorten docstring: variables |
204 are now hyperlinks and `C-h v' need not be mentioned explicitly. | 208 are now hyperlinks and `C-h v' need not be mentioned explicitly. |
205 | 209 |
206 2003-02-21 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 210 2003-02-21 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
207 | 211 |
208 * files.el (abbreviate-file-name): Document removal of | 212 * files.el (abbreviate-file-name): Document removal of |
209 automounter prefixes. Reported by Lars Hansen. | 213 automounter prefixes. Reported by Lars Hansen. |
210 | 214 |
211 2003-02-21 Kim F. Storm <storm@cua.dk> | 215 2003-02-21 Kim F. Storm <storm@cua.dk> |
236 2003-02-20 Andreas Schwab <schwab@suse.de> | 240 2003-02-20 Andreas Schwab <schwab@suse.de> |
237 | 241 |
238 * info.el (Info-extract-menu-node-name): Stop if colon is | 242 * info.el (Info-extract-menu-node-name): Stop if colon is |
239 followed by open paren. | 243 followed by open paren. |
240 | 244 |
241 2003-02-20 Francesco Potort,Al(B <pot@gnu.org> | 245 2003-02-20 Francesco Potortì <pot@gnu.org> |
242 | 246 |
243 * mail/undigest.el (unforward-rmail-message): Allow nested | 247 * mail/undigest.el (unforward-rmail-message): Allow nested |
244 unforwarding, that is, preserve old Forwarded-From/Date headers. | 248 unforwarding, that is, preserve old Forwarded-From/Date headers. |
245 | 249 |
246 2003-02-20 Kenichi Handa <handa@m17n.org> | 250 2003-02-20 Kenichi Handa <handa@m17n.org> |
658 | 662 |
659 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 663 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
660 | 664 |
661 * printing.el: New file. | 665 * printing.el: New file. |
662 | 666 |
663 2003-02-07 Francesco Potort,Al(B <pot@gnu.org> | 667 2003-02-07 Francesco Potortì <pot@gnu.org> |
664 | 668 |
665 * language/european.el ("French", "Slovenian"): Fix doc strings. | 669 * language/european.el ("French", "Slovenian"): Fix doc strings. |
666 | 670 |
667 2003-02-06 John Paul Wallington <jpw@gnu.org> | 671 2003-02-06 John Paul Wallington <jpw@gnu.org> |
668 | 672 |
669 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring. | 673 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring. |
670 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message) | 674 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message) |
671 (rmail-summary-next-labeled-message, rmail-summary-resend) | 675 (rmail-summary-next-labeled-message, rmail-summary-resend) |
672 (rmail-summary-override-mail-send-and-exit): Doc fixes. | 676 (rmail-summary-override-mail-send-and-exit): Doc fixes. |
673 | 677 |
674 2003-02-06 Francesco Potort,Al(B <pot@gnu.org> | 678 2003-02-06 Francesco Potortì <pot@gnu.org> |
675 | 679 |
676 * language/european.el ("Italian"): New. | 680 * language/european.el ("Italian"): New. |
677 | 681 |
678 2003-02-06 Matthew Swift <swift@alum.mit.edu> | 682 2003-02-06 Matthew Swift <swift@alum.mit.edu> |
679 | 683 |
706 | 710 |
707 * ido.el (ido-define-mode-map): | 711 * ido.el (ido-define-mode-map): |
708 Undo last change (duplicates part of 2003-02-04 change). | 712 Undo last change (duplicates part of 2003-02-04 change). |
709 Remap `viper' delete commands only in file or dir mode. | 713 Remap `viper' delete commands only in file or dir mode. |
710 | 714 |
711 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 715 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
712 | 716 |
713 * ido.el (ido-define-mode-map): Interact with Viper. | 717 * ido.el (ido-define-mode-map): Interact with Viper. |
714 | 718 |
715 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 719 2003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
716 | 720 |
717 * net/tramp.el: Version 2.0.29 released. | 721 * net/tramp.el: Version 2.0.29 released. |
718 (tramp-send-region): Protect against tramp-chunksize being nil. | 722 (tramp-send-region): Protect against tramp-chunksize being nil. |
719 (tramp-chunksize): Set default to 500 as workaround for some ssh | 723 (tramp-chunksize): Set default to 500 as workaround for some ssh |
720 connections. | 724 connections. |
848 * international/characters.el: Restore missing space and put a | 852 * international/characters.el: Restore missing space and put a |
849 comment to protect it from being deleted as trailing whitespace. | 853 comment to protect it from being deleted as trailing whitespace. |
850 | 854 |
851 * ruler-mode.el (ruler-mode-margins-char): Likewise. | 855 * ruler-mode.el (ruler-mode-margins-char): Likewise. |
852 | 856 |
853 2003-02-04 Francesco Potort,Al(B <pot@gnu.org> | 857 2003-02-04 Francesco Potortì <pot@gnu.org> |
854 | 858 |
855 * mail/rmailout.el (rmail-output): If preserving MIME-version, | 859 * mail/rmailout.el (rmail-output): If preserving MIME-version, |
856 preserve Content-type too. | 860 preserve Content-type too. |
857 | 861 |
858 2003-02-04 Kim F. Storm <storm@cua.dk> | 862 2003-02-04 Kim F. Storm <storm@cua.dk> |
1028 * pcomplete.el: | 1032 * pcomplete.el: |
1029 * recentf.el: | 1033 * recentf.el: |
1030 * shell.el: | 1034 * shell.el: |
1031 * woman.el: Added cygwin to system-type comparisons. | 1035 * woman.el: Added cygwin to system-type comparisons. |
1032 | 1036 |
1033 2003-01-31 Francesco Potort,Al(B <pot@gnu.org> | 1037 2003-01-31 Francesco Potortì <pot@gnu.org> |
1034 | 1038 |
1035 * mail/undigest.el (rmail-forward-separator-regex): New custom | 1039 * mail/undigest.el (rmail-forward-separator-regex): New custom |
1036 variable. | 1040 variable. |
1037 (unforward-rmail-message): Use it. | 1041 (unforward-rmail-message): Use it. |
1038 | 1042 |
1165 | 1169 |
1166 * progmodes/cc-vars.el, progmodes/cc-mode.el | 1170 * progmodes/cc-vars.el, progmodes/cc-mode.el |
1167 (c-require-final-newline): Add a variable to make the | 1171 (c-require-final-newline): Add a variable to make the |
1168 initialization of `require-final-newline' more configurable. | 1172 initialization of `require-final-newline' more configurable. |
1169 | 1173 |
1170 2003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1174 2003-01-26 Jan Djärv <jan.h.d@swipnet.se> |
1171 | 1175 |
1172 * emacs-lisp/authors.el (authors-aliases): Add Jan D. | 1176 * emacs-lisp/authors.el (authors-aliases): Add Jan D. |
1173 Set iso-2022-7bit coding: cookie. | 1177 Set iso-2022-7bit coding: cookie. |
1174 | 1178 |
1175 2003-01-26 Kim F. Storm <storm@cua.dk> | 1179 2003-01-26 Kim F. Storm <storm@cua.dk> |
1326 2003-01-22 Markus Rost <rost@math.ohio-state.edu> | 1330 2003-01-22 Markus Rost <rost@math.ohio-state.edu> |
1327 | 1331 |
1328 * Makefile.in (bootstrap-after): New target. | 1332 * Makefile.in (bootstrap-after): New target. |
1329 (bootstrap): Move finder-data, custom-deps to bootstrap-after. | 1333 (bootstrap): Move finder-data, custom-deps to bootstrap-after. |
1330 | 1334 |
1331 2003-01-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 1335 2003-01-22 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
1332 | 1336 |
1333 * info.el (Info-index-next): Use "(`,' tries to find next)" for | 1337 * info.el (Info-index-next): Use "(`,' tries to find next)" for |
1334 more matches for consistency with standalone info browser. | 1338 more matches for consistency with standalone info browser. |
1335 | 1339 |
1336 2003-01-22 Kenichi Handa <handa@m17n.org> | 1340 2003-01-22 Kenichi Handa <handa@m17n.org> |
1698 | 1702 |
1699 2003-01-10 Dave Love <fx@gnu.org> | 1703 2003-01-10 Dave Love <fx@gnu.org> |
1700 | 1704 |
1701 * international/code-pages.el (cp-make-coding-system): Fix last change. | 1705 * international/code-pages.el (cp-make-coding-system): Fix last change. |
1702 | 1706 |
1703 2003-01-10 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 1707 2003-01-10 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
1704 | 1708 |
1705 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and | 1709 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and |
1706 use regexp-opt for readability. | 1710 use regexp-opt for readability. |
1707 | 1711 |
1708 2003-01-10 Mark A. Hershberger <mah@everybody.org> | 1712 2003-01-10 Mark A. Hershberger <mah@everybody.org> |
1762 2003-01-08 Kim F. Storm <storm@cua.dk> | 1766 2003-01-08 Kim F. Storm <storm@cua.dk> |
1763 | 1767 |
1764 * mail/undigest.el (unforward-rmail-message): Don't use global | 1768 * mail/undigest.el (unforward-rmail-message): Don't use global |
1765 variable `n'. | 1769 variable `n'. |
1766 | 1770 |
1767 2003-01-08 Francesco Potort,Al(B <pot@gnu.org> | 1771 2003-01-08 Francesco Potortì <pot@gnu.org> |
1768 | 1772 |
1769 * mail/undigest.el (unforward-rmail-message): Simplified. | 1773 * mail/undigest.el (unforward-rmail-message): Simplified. |
1770 No functional change. | 1774 No functional change. |
1771 | 1775 |
1772 2003-01-07 Markus Rost <rost@math.ohio-state.edu> | 1776 2003-01-07 Markus Rost <rost@math.ohio-state.edu> |
1785 (customize-option): Remove search in loaddefs.el. | 1789 (customize-option): Remove search in loaddefs.el. |
1786 (customize-apropos): Use custom-variable-p. | 1790 (customize-apropos): Use custom-variable-p. |
1787 (custom-save-variables): Use custom-variable-p to detect | 1791 (custom-save-variables): Use custom-variable-p to detect |
1788 non-rogue variables. | 1792 non-rogue variables. |
1789 | 1793 |
1790 2003-01-07 Francesco Potort,Al(B <pot@gnu.org> | 1794 2003-01-07 Francesco Potortì <pot@gnu.org> |
1791 | 1795 |
1792 * mail/undigest.el (unforward-rmail-message): Skip all newlines | 1796 * mail/undigest.el (unforward-rmail-message): Skip all newlines |
1793 after the initial separator. | 1797 after the initial separator. |
1794 (unforward-rmail-message): Forwarded-From: and Forwarded-Date: | 1798 (unforward-rmail-message): Forwarded-From: and Forwarded-Date: |
1795 instead of Forwarded-from: and Forwarded-date:. | 1799 instead of Forwarded-from: and Forwarded-date:. |
1796 | 1800 |
1797 2003-01-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 1801 2003-01-07 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
1798 | 1802 |
1799 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are | 1803 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are |
1800 produced by TeX. | 1804 produced by TeX. |
1801 | 1805 |
1802 2003-01-07 Andre Spiegel <spiegel@gnu.org> | 1806 2003-01-07 Andre Spiegel <spiegel@gnu.org> |
2034 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in | 2038 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in |
2035 the same way as `custom-buffer-create-other-window'. | 2039 the same way as `custom-buffer-create-other-window'. |
2036 (customize-variable-other-window, customize-option-other-window): | 2040 (customize-variable-other-window, customize-option-other-window): |
2037 Definitions moved up. | 2041 Definitions moved up. |
2038 | 2042 |
2039 2002-12-26 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 2043 2002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
2040 | 2044 |
2041 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes. | 2045 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes. |
2042 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of | 2046 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of |
2043 tramp.el. From Michael Albinus. | 2047 tramp.el. From Michael Albinus. |
2044 * net/tramp-smb.el: New file for using smbclient to access | 2048 * net/tramp-smb.el: New file for using smbclient to access |
2074 | 2078 |
2075 2002-12-25 Markus Rost <rost@math.ohio-state.edu> | 2079 2002-12-25 Markus Rost <rost@math.ohio-state.edu> |
2076 | 2080 |
2077 * cus-edit.el (custom-save-faces): Fix typo. | 2081 * cus-edit.el (custom-save-faces): Fix typo. |
2078 | 2082 |
2079 2002-12-23 Francesco Potort,Al(B <pot@gnu.org> | 2083 2002-12-23 Francesco Potortì <pot@gnu.org> |
2080 | 2084 |
2081 * mail/undigest.el (unforward-rmail-message): Do not assume that | 2085 * mail/undigest.el (unforward-rmail-message): Do not assume that |
2082 the forwarded message's Date: header comes after From:. Use a | 2086 the forwarded message's Date: header comes after From:. Use a |
2083 Forwarded-from: rather than a Forwarded-by: header. Add a | 2087 Forwarded-from: rather than a Forwarded-by: header. Add a |
2084 Forwarded-date: header. | 2088 Forwarded-date: header. |
2244 2002-12-21 Andreas Schwab <schwab@suse.de> | 2248 2002-12-21 Andreas Schwab <schwab@suse.de> |
2245 | 2249 |
2246 * dired.el (dired-insert-directory): Preserve text properties | 2250 * dired.el (dired-insert-directory): Preserve text properties |
2247 when quoting. | 2251 when quoting. |
2248 | 2252 |
2249 2002-12-20 Francesco Potort,Al(B <pot@gnu.org> | 2253 2002-12-20 Francesco Potortì <pot@gnu.org> |
2250 | 2254 |
2251 * mail/undigest.el (rmail-mail-separator): Renamed from | 2255 * mail/undigest.el (rmail-mail-separator): Renamed from |
2252 rmail-digest-mail-separator. All users changed. | 2256 rmail-digest-mail-separator. All users changed. |
2253 (unforward-rmail-message): Rewritten to be more robust and to | 2257 (unforward-rmail-message): Rewritten to be more robust and to |
2254 additionally account for the common style of forwarding messages | 2258 additionally account for the common style of forwarding messages |
2305 (select-safe-coding-system): Handle t in the arg | 2309 (select-safe-coding-system): Handle t in the arg |
2306 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a | 2310 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a |
2307 coding-system to allow users to specify unsafe coding system on | 2311 coding-system to allow users to specify unsafe coding system on |
2308 their risk. | 2312 their risk. |
2309 | 2313 |
2310 2002-12-16 Francesco Potort,Al(B <pot@gnu.org> | 2314 2002-12-16 Francesco Potortì <pot@gnu.org> |
2311 | 2315 |
2312 * mail/undigest.el (rmail-digest-methods) | 2316 * mail/undigest.el (rmail-digest-methods) |
2313 (rmail-digest-mail-separator): New variables. | 2317 (rmail-digest-mail-separator): New variables. |
2314 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict) | 2318 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict) |
2315 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153) | 2319 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153) |
2373 (utf-subst-table-for-decode): Specify :size, :rehash-size. | 2377 (utf-subst-table-for-decode): Specify :size, :rehash-size. |
2374 (utf-translate-cjk): :set rewritten to load subst-... files. | 2378 (utf-translate-cjk): :set rewritten to load subst-... files. |
2375 Add :set-after. | 2379 Add :set-after. |
2376 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. | 2380 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. |
2377 | 2381 |
2378 2002-12-15 Gustav H,Ae(Bllberg <gustav@virtutech.se> (tiny change) | 2382 2002-12-15 Gustav Hållberg <gustav@virtutech.se> (tiny change) |
2379 | 2383 |
2380 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the | 2384 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the |
2381 buffer as modified unless it really is. | 2385 buffer as modified unless it really is. |
2382 | 2386 |
2383 2002-12-14 Andreas Schwab <schwab@suse.de> | 2387 2002-12-14 Andreas Schwab <schwab@suse.de> |
2440 | 2444 |
2441 * international/mule-cmds.el (set-language-info): | 2445 * international/mule-cmds.el (set-language-info): |
2442 Update custom-type of `current-language-environment'. | 2446 Update custom-type of `current-language-environment'. |
2443 (current-language-environment): Fix custom type. | 2447 (current-language-environment): Fix custom type. |
2444 | 2448 |
2445 2002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 2449 2002-12-11 Pavel Jan-Bík <Pavel@Janik.cz>-A |
2446 | 2450 |
2447 * progmodes/antlr-mode.el (antlr): New URL. | 2451 * progmodes/antlr-mode.el (antlr): New URL. |
2448 | 2452 |
2449 2002-12-10 R. Bernstein <rocky@panix.com> | 2453 2002-12-10 R. Bernstein <rocky@panix.com> |
2450 | 2454 |
2790 | 2794 |
2791 2002-12-02 Simon Marshall <marshals@perth> | 2795 2002-12-02 Simon Marshall <marshals@perth> |
2792 | 2796 |
2793 * font-lock.el (c++-font-lock-extra-types): Fix previous change. | 2797 * font-lock.el (c++-font-lock-extra-types): Fix previous change. |
2794 | 2798 |
2795 2002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca> | 2799 2002-12-02 François Pinard <pinard@iro.umontreal.ca> |
2796 | 2800 |
2797 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight | 2801 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight |
2798 more make keywords: defined, endef, override, export, unexport | 2802 more make keywords: defined, endef, override, export, unexport |
2799 and vpath. | 2803 and vpath. |
2800 | 2804 |
3044 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change) | 3048 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change) |
3045 | 3049 |
3046 * register.el (describe-register-1): Don't assign to val the value | 3050 * register.el (describe-register-1): Don't assign to val the value |
3047 returned by `remove-list-of-text-properties'. | 3051 returned by `remove-list-of-text-properties'. |
3048 | 3052 |
3049 2002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 3053 2002-11-18 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
3050 | 3054 |
3051 * calendar/diary-lib.el (fancy-diary-font-lock-keywords): | 3055 * calendar/diary-lib.el (fancy-diary-font-lock-keywords): |
3052 Grok month numbers, too. | 3056 Grok month numbers, too. |
3053 | 3057 |
3054 2002-11-18 Juanma Barranquero <lektu@terra.es> | 3058 2002-11-18 Juanma Barranquero <lektu@terra.es> |
4176 (vc-resolve-conflicts): Make it into an alias for smerge-ediff. | 4180 (vc-resolve-conflicts): Make it into an alias for smerge-ediff. |
4177 | 4181 |
4178 * textmodes/fill.el (fill-paragraph): Go to BOL before calling | 4182 * textmodes/fill.el (fill-paragraph): Go to BOL before calling |
4179 forward-paragraph to make sure its return value is meaningful. | 4183 forward-paragraph to make sure its return value is meaningful. |
4180 | 4184 |
4181 2002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4185 2002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4182 | 4186 |
4183 * net/tramp.el: Version 2.0.25 released. | 4187 * net/tramp.el: Version 2.0.25 released. |
4184 (tramp-handle-file-truename): If it's a directory, | 4188 (tramp-handle-file-truename): If it's a directory, |
4185 append slash only if result doesn't end in a slash already. | 4189 append slash only if result doesn't end in a slash already. |
4186 (tramp-handle-file-truename): Restructure logic. If list of steps | 4190 (tramp-handle-file-truename): Restructure logic. If list of steps |
4508 | 4512 |
4509 * startup.el (user-mail-address): Initialize to a useful value | 4513 * startup.el (user-mail-address): Initialize to a useful value |
4510 once Emacs is started up; initialize to "" at loadup time. | 4514 once Emacs is started up; initialize to "" at loadup time. |
4511 (command-line): "", not nil, means user-mail-address not set yet. | 4515 (command-line): "", not nil, means user-mail-address not set yet. |
4512 | 4516 |
4513 2002-09-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4517 2002-09-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4514 | 4518 |
4515 * net/tramp.el: Version 2.0.24 released. | 4519 * net/tramp.el: Version 2.0.24 released. |
4516 (tramp-methods, tramp-completion-function-alist): | 4520 (tramp-methods, tramp-completion-function-alist): |
4517 Rename "*-old" methods to "*_old". From Michael Albinus. | 4521 Rename "*-old" methods to "*_old". From Michael Albinus. |
4518 (tramp-completion-function-alist): | 4522 (tramp-completion-function-alist): |
4896 default-coding-system gives nil which was then used in `min'. | 4900 default-coding-system gives nil which was then used in `min'. |
4897 | 4901 |
4898 * mail/sendmail.el (sendmail-send-it): If user's buffer | 4902 * mail/sendmail.el (sendmail-send-it): If user's buffer |
4899 is unibyte, make tembuf unibyte. | 4903 is unibyte, make tembuf unibyte. |
4900 | 4904 |
4901 2002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 4905 2002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
4902 | 4906 |
4903 * net/tramp.el: Version 2.0.22 released. | 4907 * net/tramp.el: Version 2.0.22 released. |
4904 (tramp-parse-rhosts, tramp-parse-shosts) | 4908 (tramp-parse-rhosts, tramp-parse-shosts) |
4905 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but | 4909 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but |
4906 `add-to-list' for performance reasons. | 4910 `add-to-list' for performance reasons. |
4913 completely, and it returns local completions as well. | 4917 completely, and it returns local completions as well. |
4914 (tramp-completion-function-alist-ftp): New constant. | 4918 (tramp-completion-function-alist-ftp): New constant. |
4915 (tramp-completion-function-alist): Add completion function for "ftp". | 4919 (tramp-completion-function-alist): Add completion function for "ftp". |
4916 From Michael Albinus <Michael.Albinus@alcatel.de>. | 4920 From Michael Albinus <Michael.Albinus@alcatel.de>. |
4917 | 4921 |
4918 2002-09-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4922 2002-09-22 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4919 | 4923 |
4920 * net/tramp.el: Version 2.0.21 released. | 4924 * net/tramp.el: Version 2.0.21 released. |
4921 (tramp-handle-file-newer-than-file-p): If mtime of both files is | 4925 (tramp-handle-file-newer-than-file-p): If mtime of both files is |
4922 known, return a useful result. Better error message in case one | 4926 known, return a useful result. Better error message in case one |
4923 is a Tramp file and one isn't. | 4927 is a Tramp file and one isn't. |
4927 (tramp-open-connection-setup-interactive-shell) | 4931 (tramp-open-connection-setup-interactive-shell) |
4928 (tramp-post-connection, tramp-maybe-open-connection) | 4932 (tramp-post-connection, tramp-maybe-open-connection) |
4929 (tramp-method-out-of-band-p): Correct number of args for | 4933 (tramp-method-out-of-band-p): Correct number of args for |
4930 `tramp-get-rsh-program' and similar functions. | 4934 `tramp-get-rsh-program' and similar functions. |
4931 | 4935 |
4932 2002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 4936 2002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
4933 | 4937 |
4934 * net/tramp.el: Version 2.0.20 released. | 4938 * net/tramp.el: Version 2.0.20 released. |
4935 | 4939 |
4936 2002-09-20 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 4940 2002-09-20 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
4937 | 4941 |
4938 * net/tramp.el (tramp-completion-function-alist): Escape open | 4942 * net/tramp.el (tramp-completion-function-alist): Escape open |
4939 paren in docstring. | 4943 paren in docstring. |
4940 (tramp-user-regexp, tramp-host-regexp): Allow empty strings. | 4944 (tramp-user-regexp, tramp-host-regexp): Allow empty strings. |
4941 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer | 4945 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer |
4960 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now | 4964 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now |
4961 takes USER and HOST arguments, to be able to use | 4965 takes USER and HOST arguments, to be able to use |
4962 `tramp-find-method'. Update callers. | 4966 `tramp-find-method'. Update callers. |
4963 (tramp-find-method): New function. | 4967 (tramp-find-method): New function. |
4964 | 4968 |
4965 2002-09-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4969 2002-09-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4966 | 4970 |
4967 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" | 4971 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" |
4968 in SWITCHES (by removing it). | 4972 in SWITCHES (by removing it). |
4969 | 4973 |
4970 2002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4974 2002-09-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4971 | 4975 |
4972 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. | 4976 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. |
4973 | 4977 |
4974 2002-09-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4978 2002-09-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4975 | 4979 |
4976 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. | 4980 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. |
4977 | 4981 |
4978 2002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4982 2002-09-16 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4979 | 4983 |
4980 * net/tramp.el (tramp-bug): Add tramp-methods. | 4984 * net/tramp.el (tramp-bug): Add tramp-methods. |
4981 | 4985 |
4982 2002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4986 2002-09-16 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4983 | 4987 |
4984 * net/tramp.el (tramp-methods): Update docstring: | 4988 * net/tramp.el (tramp-methods): Update docstring: |
4985 tramp-encoding-command, tramp-decoding-command, | 4989 tramp-encoding-command, tramp-decoding-command, |
4986 tramp-encoding-function and tramp-decoding-function are not | 4990 tramp-encoding-function and tramp-decoding-function are not |
4987 parameters anymore. | 4991 parameters anymore. |
4988 (tramp-uuencode-region): Autoload it. | 4992 (tramp-uuencode-region): Autoload it. |
4989 | 4993 |
4990 2002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 4994 2002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
4991 | 4995 |
4992 * net/tramp.el: Version 2.0.19 released. | 4996 * net/tramp.el: Version 2.0.19 released. |
4993 | 4997 |
4994 * net/tramp-uu.el: New file, implements uuencode in Lisp. | 4998 * net/tramp-uu.el: New file, implements uuencode in Lisp. |
4995 | 4999 |
4996 * net/tramp.el (tramp-coding-commands): | 5000 * net/tramp.el (tramp-coding-commands): |
4997 Use `tramp-uuencode-region' as local encoder for the uuencode based | 5001 Use `tramp-uuencode-region' as local encoder for the uuencode based |
4998 entries. | 5002 entries. |
4999 | 5003 |
5000 2002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5004 2002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5001 | 5005 |
5002 * net/tramp.el (tramp-handle-write-region): Wrong parens. | 5006 * net/tramp.el (tramp-handle-write-region): Wrong parens. |
5003 | 5007 |
5004 2002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5008 2002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5005 | 5009 |
5006 * net/tramp.el: Version 2.0.18 released. | 5010 * net/tramp.el: Version 2.0.18 released. |
5007 | 5011 |
5008 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate | 5012 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate |
5009 older versions of Perl. Now tested with 5.004. Suggestion from | 5013 older versions of Perl. Now tested with 5.004. Suggestion from |
5010 Michael Albinus. | 5014 Michael Albinus. |
5011 | 5015 |
5012 2002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5016 2002-09-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5013 | 5017 |
5014 * net/tramp.el (tramp-find-inline-encoding): | 5018 * net/tramp.el (tramp-find-inline-encoding): |
5015 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT. | 5019 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT. |
5016 (tramp-call-local-coding-command): OUTPUT equals nil means to | 5020 (tramp-call-local-coding-command): OUTPUT equals nil means to |
5017 discard the output. INPUT equals nil means /dev/null. | 5021 discard the output. INPUT equals nil means /dev/null. |
5018 | 5022 |
5019 2002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5023 2002-09-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5020 | 5024 |
5021 * net/tramp.el (tramp-encoding-shell): Default to environment | 5025 * net/tramp.el (tramp-encoding-shell): Default to environment |
5022 variable COMSPEC on Windows. | 5026 variable COMSPEC on Windows. |
5023 (tramp-handle-write-region): More debugging output. | 5027 (tramp-handle-write-region): More debugging output. |
5024 (tramp-find-inline-encoding): Ditto. | 5028 (tramp-find-inline-encoding): Ditto. |
5027 | 5031 |
5028 * net/tramp.el (tramp-completion-handle-file-name-all-completions): | 5032 * net/tramp.el (tramp-completion-handle-file-name-all-completions): |
5029 Define `result1'. | 5033 Define `result1'. |
5030 (tramp-parse-hosts-group): Discard IPv6 entries. | 5034 (tramp-parse-hosts-group): Discard IPv6 entries. |
5031 | 5035 |
5032 2002-09-11 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 5036 2002-09-11 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
5033 | 5037 |
5034 * net/tramp.el (tramp-post-connection): Only send Perl | 5038 * net/tramp.el (tramp-post-connection): Only send Perl |
5035 mime-encode/decode implementations when using inline method. | 5039 mime-encode/decode implementations when using inline method. |
5036 (tramp-handle-file-local-copy) | 5040 (tramp-handle-file-local-copy) |
5037 (tramp-handle-write-region, tramp-post-connection) | 5041 (tramp-handle-write-region, tramp-post-connection) |
5050 (tramp-get-decoding-command, tramp-set-decoding-command) | 5054 (tramp-get-decoding-command, tramp-set-decoding-command) |
5051 (tramp-get-encoding-function, tramp-set-encoding-function) | 5055 (tramp-get-encoding-function, tramp-set-encoding-function) |
5052 (tramp-get-decoding-function, tramp-set-decoding-function): | 5056 (tramp-get-decoding-function, tramp-set-decoding-function): |
5053 Old functions, removed. | 5057 Old functions, removed. |
5054 | 5058 |
5055 2002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5059 2002-09-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5056 | 5060 |
5057 * net/tramp.el (tramp-open-connection-setup-interactive-shell): | 5061 * net/tramp.el (tramp-open-connection-setup-interactive-shell): |
5058 Change command to invoke /bin/sh slightly to make it compatible | 5062 Change command to invoke /bin/sh slightly to make it compatible |
5059 with the `rc' shell. Suggested by Daniel Pittman. | 5063 with the `rc' shell. Suggested by Daniel Pittman. |
5060 | 5064 |
5061 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de> | 5065 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de> |
5062 | 5066 |
5063 * net/tramp.el (tramp-handle-write-region): Added missing | 5067 * net/tramp.el (tramp-handle-write-region): Added missing |
5064 `)'. Hope it's the right place. | 5068 `)'. Hope it's the right place. |
5065 | 5069 |
5066 2002-09-09 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5070 2002-09-09 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5067 | 5071 |
5068 * net/tramp.el (tramp-open-connection-setup-interactive-shell): | 5072 * net/tramp.el (tramp-open-connection-setup-interactive-shell): |
5069 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in | 5073 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in |
5070 order to get a sane shell prompt. If people have ${CWD}, say, in | 5074 order to get a sane shell prompt. If people have ${CWD}, say, in |
5071 their shell prompt, then the default login shell might display | 5075 their shell prompt, then the default login shell might display |
5115 in `tramp-completion-function-alist'. | 5119 in `tramp-completion-function-alist'. |
5116 (tramp-parse-passwd): Added exception handling for "root", because | 5120 (tramp-parse-passwd): Added exception handling for "root", because |
5117 `tramp-get-completion-su' (the previous place for this stuff) | 5121 `tramp-get-completion-su' (the previous place for this stuff) |
5118 doesn't exist any longer. | 5122 doesn't exist any longer. |
5119 | 5123 |
5120 2002-09-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5124 2002-09-07 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5121 | 5125 |
5122 * net/tramp.el (tramp-enter-password): | 5126 * net/tramp.el (tramp-enter-password): |
5123 Use `tramp-password-end-of-line' to terminate the line. | 5127 Use `tramp-password-end-of-line' to terminate the line. |
5124 (tramp-bug): Include new variable `tramp-password-end-of-line'. | 5128 (tramp-bug): Include new variable `tramp-password-end-of-line'. |
5125 (tramp-password-end-of-line): New variable. People who use plink | 5129 (tramp-password-end-of-line): New variable. People who use plink |
5127 they need to send just "\n" after the other commands. So this | 5131 they need to send just "\n" after the other commands. So this |
5128 variable was introduced to complement `tramp-rsh-end-of-line'. | 5132 variable was introduced to complement `tramp-rsh-end-of-line'. |
5129 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end | 5133 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end |
5130 of line of the output delimiter. | 5134 of line of the output delimiter. |
5131 | 5135 |
5132 2002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5136 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5133 | 5137 |
5134 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) | 5138 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) |
5135 (tramp-open-connection-setup-interactive-shell): Add some comments | 5139 (tramp-open-connection-setup-interactive-shell): Add some comments |
5136 about Douglas Grey Stephen's suggestions to make Tramp work better | 5140 about Douglas Grey Stephen's suggestions to make Tramp work better |
5137 with plink under Windows. I'm not sure what to think of them, but | 5141 with plink under Windows. I'm not sure what to think of them, but |
5145 (tramp-get-completion-user-host): Accept user names as they are if | 5149 (tramp-get-completion-user-host): Accept user names as they are if |
5146 typed until "@". | 5150 typed until "@". |
5147 (tramp-completion-mode): Replace `last-input-char' by modern | 5151 (tramp-completion-mode): Replace `last-input-char' by modern |
5148 `last-input-event'. Check for `event-modifiers'. | 5152 `last-input-event'. Check for `event-modifiers'. |
5149 | 5153 |
5150 2002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5154 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5151 | 5155 |
5152 * net/tramp.el (file-expand-wildcards): Corrected check to see if | 5156 * net/tramp.el (file-expand-wildcards): Corrected check to see if |
5153 advising is necessary. | 5157 advising is necessary. |
5154 | 5158 |
5155 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de> | 5159 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de> |
5266 (tramp-completion-run-real-handler): New functions. | 5270 (tramp-completion-run-real-handler): New functions. |
5267 (tramp-completion-file-name-handler) | 5271 (tramp-completion-file-name-handler) |
5268 (tramp-completion-handle-file-name-all-completions): | 5272 (tramp-completion-handle-file-name-all-completions): |
5269 Apply `tramp-completion-run-real-handler'. | 5273 Apply `tramp-completion-run-real-handler'. |
5270 (tramp-parse-rhosts) | 5274 (tramp-parse-rhosts) |
5271 (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed to | 5275 (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1¡½ renamed to-A |
5272 `res' (otherwise side effects in XEmacs). | 5276 `res' (otherwise side effects in XEmacs). |
5273 | 5277 |
5274 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> | 5278 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> |
5275 | 5279 |
5276 * net/tramp.el (tramp-completion-file-name-regexp) | 5280 * net/tramp.el (tramp-completion-file-name-regexp) |
5345 exist already elsewhere in the libraries. | 5349 exist already elsewhere in the libraries. |
5346 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter | 5350 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter |
5347 list in order to avoid nested lists, f.e. when invoked from | 5351 list in order to avoid nested lists, f.e. when invoked from |
5348 `tramp-handle-dired-call-process'. | 5352 `tramp-handle-dired-call-process'. |
5349 | 5353 |
5350 2002-09-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5354 2002-09-05 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5351 | 5355 |
5352 * net/tramp.el (tramp-chunksize): New kluge variable. | 5356 * net/tramp.el (tramp-chunksize): New kluge variable. |
5353 (tramp-send-region): If tramp-chunksize is non-nil, send region in | 5357 (tramp-send-region): If tramp-chunksize is non-nil, send region in |
5354 parts and sleep 0.1 seconds between chunks. | 5358 parts and sleep 0.1 seconds between chunks. |
5355 | 5359 |
5356 2002-09-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5360 2002-09-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5357 | 5361 |
5358 * net/tramp.el (tramp-handle-insert-directory): | 5362 * net/tramp.el (tramp-handle-insert-directory): |
5359 Use `insert-buffer-substring' instead of `insert-buffer', which is not | 5363 Use `insert-buffer-substring' instead of `insert-buffer', which is not |
5360 supposed to be used from Lisp. Remember old point in a variable | 5364 supposed to be used from Lisp. Remember old point in a variable |
5361 instead of using `mark'. Suggestion from Stefan Monnier. | 5365 instead of using `mark'. Suggestion from Stefan Monnier. |
5362 (tramp-unified-filenames): New variable. Use it in default value | 5366 (tramp-unified-filenames): New variable. Use it in default value |
5363 of other filename variables. | 5367 of other filename variables. |
5364 (file-expand-wildcards): Don't advise unless "[" and "]" are used | 5368 (file-expand-wildcards): Don't advise unless "[" and "]" are used |
5365 in the filename format. | 5369 in the filename format. |
5366 | 5370 |
5367 2002-09-01 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5371 2002-09-01 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5368 | 5372 |
5369 * net/tramp.el (tramp-methods): Remove duplicate definition of | 5373 * net/tramp.el (tramp-methods): Remove duplicate definition of |
5370 ssh1-old and ssh2-old. | 5374 ssh1-old and ssh2-old. |
5371 | 5375 |
5372 2002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | 5376 2002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> |
5373 | 5377 |
5374 * dired.el (dired-insert-directory): Always add "--dired" to to | 5378 * dired.el (dired-insert-directory): Always add "--dired" to to |
5375 SWITCHES for remote files. | 5379 SWITCHES for remote files. |
5376 * files.el (insert-directory): Comment saying that "--dired" | 5380 * files.el (insert-directory): Comment saying that "--dired" |
5377 might be in the SWITCHES. | 5381 might be in the SWITCHES. |
5493 | 5497 |
5494 * diff-mode.el (diff-mode): Use compilation-minor-mode. | 5498 * diff-mode.el (diff-mode): Use compilation-minor-mode. |
5495 Don't unbind compilation-last-buffer after autoloading compile.el. | 5499 Don't unbind compilation-last-buffer after autoloading compile.el. |
5496 Hide the compilation-minor-mode bindings altogether. | 5500 Hide the compilation-minor-mode bindings altogether. |
5497 | 5501 |
5498 2002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5502 2002-09-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5499 | 5503 |
5500 * dired.el (dired-insert-directory): Never add "--dired" when | 5504 * dired.el (dired-insert-directory): Never add "--dired" when |
5501 listing remote directories. | 5505 listing remote directories. |
5502 | 5506 |
5503 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu> | 5507 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu> |
5548 anybody else. | 5552 anybody else. |
5549 (risky-local-variable-p): New function. Split off from | 5553 (risky-local-variable-p): New function. Split off from |
5550 hack-one-local-variable so unsafep can use it. Add \|-history$ to | 5554 hack-one-local-variable so unsafep can use it. Add \|-history$ to |
5551 the list of disallowed local variable names (malicious user could | 5555 the list of disallowed local variable names (malicious user could |
5552 stuff a `display' property in there that would be activated when | 5556 stuff a `display' property in there that would be activated when |
5553 na,Ao(Bve user called up the history). | 5557 naïve user called up the history). |
5554 | 5558 |
5555 2002-09-16 Markus Rost <rost@math.ohio-state.edu> | 5559 2002-09-16 Markus Rost <rost@math.ohio-state.edu> |
5556 | 5560 |
5557 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's. | 5561 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's. |
5558 | 5562 |
5716 | 5720 |
5717 * simple.el: Provide `simple'. | 5721 * simple.el: Provide `simple'. |
5718 (transient-mark-mode, line-number-mode, column-number-mode): | 5722 (transient-mark-mode, line-number-mode, column-number-mode): |
5719 Pass an explicit `:require nil' argument. | 5723 Pass an explicit `:require nil' argument. |
5720 | 5724 |
5721 2002-09-13 Francesco Potort,Al(B <pot@gnu.org> | 5725 2002-09-13 Francesco Potortì <pot@gnu.org> |
5722 | 5726 |
5723 * play/tetris.el (tetris-blank-options, tetris-cell-options): | 5727 * play/tetris.el (tetris-blank-options, tetris-cell-options): |
5724 Remove various redundant `(t nil)'. | 5728 Remove various redundant `(t nil)'. |
5725 | 5729 |
5726 * play/snake.el (snake-border-options): Use color on tty if available. | 5730 * play/snake.el (snake-border-options): Use color on tty if available. |
5924 XEmacs version check was adjusted. | 5928 XEmacs version check was adjusted. |
5925 (ps-print-version): New version number (6.5.6). | 5929 (ps-print-version): New version number (6.5.6). |
5926 (ps-print-color-p, ps-page-dimensions-database): Autoload var. | 5930 (ps-print-color-p, ps-page-dimensions-database): Autoload var. |
5927 (ps-print-code, ps-print-preprint-region): Adjust code. | 5931 (ps-print-code, ps-print-preprint-region): Adjust code. |
5928 | 5932 |
5929 2002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 5933 2002-09-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
5930 | 5934 |
5931 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in | 5935 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in |
5932 emacs-lisp-mode, like ~/.emacs. | 5936 emacs-lisp-mode, like ~/.emacs. |
5933 | 5937 |
5934 2002-09-10 Stefan Monnier <monnier@cs.yale.edu> | 5938 2002-09-10 Stefan Monnier <monnier@cs.yale.edu> |
6253 Insert message if no diffs were found. | 6257 Insert message if no diffs were found. |
6254 | 6258 |
6255 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table. | 6259 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table. |
6256 (mail-mode-abbrev-table): Set to text-mode-abbrev-table. | 6260 (mail-mode-abbrev-table): Set to text-mode-abbrev-table. |
6257 | 6261 |
6258 2002-09-02 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6262 2002-09-02 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
6259 | 6263 |
6260 * net/tramp.el: Version 2.0.15 released. | 6264 * net/tramp.el: Version 2.0.15 released. |
6261 (require 'base64): Most modern Emacsen have the base64 | 6265 (require 'base64): Most modern Emacsen have the base64 |
6262 encode/decode functions built in, so test to see if they are bound | 6266 encode/decode functions built in, so test to see if they are bound |
6263 before we go blindly requiring base64.el. | 6267 before we go blindly requiring base64.el. |
6501 (read-file-name-electric-shadow-tty-properties) | 6505 (read-file-name-electric-shadow-tty-properties) |
6502 (read-file-name-electric-shadow-mode): Remove compatibility defs. | 6506 (read-file-name-electric-shadow-mode): Remove compatibility defs. |
6503 | 6507 |
6504 * comint.el (comint-carriage-motion): Start at START. | 6508 * comint.el (comint-carriage-motion): Start at START. |
6505 | 6509 |
6506 2002-08-27 Francesco Potort,Al(B <pot@gnu.org> | 6510 2002-08-27 Francesco Potortì <pot@gnu.org> |
6507 | 6511 |
6508 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response | 6512 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response |
6509 given by vsFTPd when accessed with a kerberised FTP client. | 6513 given by vsFTPd when accessed with a kerberised FTP client. |
6510 | 6514 |
6511 2002-08-27 Richard M. Stallman <rms@gnu.org> | 6515 2002-08-27 Richard M. Stallman <rms@gnu.org> |
6635 | 6639 |
6636 * frame.el (select-frame-by-name, select-frame-set-input-focus): | 6640 * frame.el (select-frame-by-name, select-frame-set-input-focus): |
6637 Always call x-focus-frame, if using x. | 6641 Always call x-focus-frame, if using x. |
6638 Use set-mouse-position on all systems, if focus-follows-mouse. | 6642 Use set-mouse-position on all systems, if focus-follows-mouse. |
6639 | 6643 |
6640 2002-08-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6644 2002-08-22 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
6641 | 6645 |
6642 * net/tramp.el: Version 2.0.14 released. | 6646 * net/tramp.el: Version 2.0.14 released. |
6643 (tramp-shell-prompt-pattern): New variable. | 6647 (tramp-shell-prompt-pattern): New variable. |
6644 (tramp-actions-before-shell, tramp-multi-actions) | 6648 (tramp-actions-before-shell, tramp-multi-actions) |
6645 (tramp-find-shell, tramp-open-connection-multi) | 6649 (tramp-find-shell, tramp-open-connection-multi) |
6670 (f90-mark-subprogram-overlay): Variable deleted. | 6674 (f90-mark-subprogram-overlay): Variable deleted. |
6671 (f90-mark-subprogram): Remove overlay bit. Don't be silent about | 6675 (f90-mark-subprogram): Remove overlay bit. Don't be silent about |
6672 pushing mark. | 6676 pushing mark. |
6673 (f90-abbrev-start): unread-command-event is obsolete in XEmacs. | 6677 (f90-abbrev-start): unread-command-event is obsolete in XEmacs. |
6674 | 6678 |
6675 2002-08-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6679 2002-08-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
6676 | 6680 |
6677 * net/tramp.el: Version 2.0.13 released. | 6681 * net/tramp.el: Version 2.0.13 released. |
6678 (tramp-handle-write-region): Don't check to see if remote end is | 6682 (tramp-handle-write-region): Don't check to see if remote end is |
6679 awake after sending data to remote host: we want to send "EOF" not | 6683 awake after sending data to remote host: we want to send "EOF" not |
6680 "echo are you awake"... | 6684 "echo are you awake"... |
6961 | 6965 |
6962 * xt-mouse.el (xterm-mouse-mode): Make it a global mode. | 6966 * xt-mouse.el (xterm-mouse-mode): Make it a global mode. |
6963 | 6967 |
6964 * wid-browse.el (widget-minor-mode): Fix doc typo. | 6968 * wid-browse.el (widget-minor-mode): Fix doc typo. |
6965 | 6969 |
6966 2002-08-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 6970 2002-08-07 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
6967 | 6971 |
6968 * net/tramp.el: Version 2.0.12 released. | 6972 * net/tramp.el: Version 2.0.12 released. |
6969 (tramp-find-shell, tramp-open-connection-setup-interactive-shell): | 6973 (tramp-find-shell, tramp-open-connection-setup-interactive-shell): |
6970 Comment out possibly obsolete "echo hello" commands. | 6974 Comment out possibly obsolete "echo hello" commands. |
6971 (tramp-run-real-handler): If operation is | 6975 (tramp-run-real-handler): If operation is |
7039 | 7043 |
7040 2002-08-05 Gerd Moellmann <gerd@gnu.org> | 7044 2002-08-05 Gerd Moellmann <gerd@gnu.org> |
7041 | 7045 |
7042 * image.el (image-jpeg-p): Accept "Exif" marker. | 7046 * image.el (image-jpeg-p): Accept "Exif" marker. |
7043 | 7047 |
7044 2002-08-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7048 2002-08-05 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7045 | 7049 |
7046 * net/tramp.el: Version 2.0.11 released. | 7050 * net/tramp.el: Version 2.0.11 released. |
7047 (tramp-perl-file-attributes): Print uid and gid as signed integers. | 7051 (tramp-perl-file-attributes): Print uid and gid as signed integers. |
7048 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded. | 7052 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded. |
7049 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP | 7053 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP |
7061 | 7065 |
7062 2002-08-04 John Paul Wallington <jpw@shootybangbang.com> | 7066 2002-08-04 John Paul Wallington <jpw@shootybangbang.com> |
7063 | 7067 |
7064 * startup.el (fancy-splash-frame): Check selected frame last. | 7068 * startup.el (fancy-splash-frame): Check selected frame last. |
7065 | 7069 |
7066 2002-08-04 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7070 2002-08-04 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7067 | 7071 |
7068 * net/tramp.el: Version 2.0.10 released. | 7072 * net/tramp.el: Version 2.0.10 released. |
7069 (tramp-uudecode): New shell function `tramp_uudecode' to decode to | 7073 (tramp-uudecode): New shell function `tramp_uudecode' to decode to |
7070 standard output even if `uudecode -p' and `uudecode -o -' don't work. | 7074 standard output even if `uudecode -p' and `uudecode -o -' don't work. |
7071 (tramp-post-connection): After finding the right shell, wait a | 7075 (tramp-post-connection): After finding the right shell, wait a |
7074 (tramp-post-connection): Install the `tramp_uudecode' shell | 7078 (tramp-post-connection): Install the `tramp_uudecode' shell |
7075 function on the remote host. | 7079 function on the remote host. |
7076 (tramp-coding-commands): Add an alternative for `tramp_uudecode'. | 7080 (tramp-coding-commands): Add an alternative for `tramp_uudecode'. |
7077 (tramp-bug): Include more variables in the report. | 7081 (tramp-bug): Include more variables in the report. |
7078 | 7082 |
7079 2002-08-04 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7083 2002-08-04 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7080 | 7084 |
7081 * net/tramp.el: Version 2.0.9 released. | 7085 * net/tramp.el: Version 2.0.9 released. |
7082 (tramp-bug): Add wording about additional info to include in bug | 7086 (tramp-bug): Add wording about additional info to include in bug |
7083 report. | 7087 report. |
7084 (tramp-find-shell): Set $PS1 for invocation of second shell (for | 7088 (tramp-find-shell): Set $PS1 for invocation of second shell (for |
7098 | 7102 |
7099 2002-08-03 Andrew Choi <akochoi@shaw.ca> | 7103 2002-08-03 Andrew Choi <akochoi@shaw.ca> |
7100 | 7104 |
7101 * term/mac-win.el: Set keys to enable mouse wheel support. | 7105 * term/mac-win.el: Set keys to enable mouse wheel support. |
7102 | 7106 |
7103 2002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7107 2002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7104 | 7108 |
7105 * net/tramp.el: Version 2.0.8. | 7109 * net/tramp.el: Version 2.0.8. |
7106 (tramp-perl-encode, tramp-perl-encode): Double the backslashes. | 7110 (tramp-perl-encode, tramp-perl-encode): Double the backslashes. |
7107 | 7111 |
7108 2002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7112 2002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7109 | 7113 |
7110 * net/tramp.el: Version 2.0.7. | 7114 * net/tramp.el: Version 2.0.7. |
7111 (tramp-perl-encode-with-module, tramp-perl-decode-with-module) | 7115 (tramp-perl-encode-with-module, tramp-perl-decode-with-module) |
7112 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters | 7116 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters |
7113 because of `format' and say so in the docstring. | 7117 because of `format' and say so in the docstring. |
7117 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of | 7121 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of |
7118 `type' forms. | 7122 `type' forms. |
7119 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case. | 7123 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case. |
7120 (f90-type-def-re): Fix value. | 7124 (f90-type-def-re): Fix value. |
7121 | 7125 |
7122 2002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7126 2002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7123 | 7127 |
7124 * net/tramp.el: Version 2.0.6. | 7128 * net/tramp.el: Version 2.0.6. |
7125 (tramp-default-method): Change to "ssh" from "sm". | 7129 (tramp-default-method): Change to "ssh" from "sm". |
7126 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative. | 7130 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative. |
7127 (tramp-su-program): New internal variable for method parameter. | 7131 (tramp-su-program): New internal variable for method parameter. |
7208 | 7212 |
7209 * makefile.w32-in: Revert some changes from 2002-07-23 because they | 7213 * makefile.w32-in: Revert some changes from 2002-07-23 because they |
7210 don't work on MSVC/nmake builds. | 7214 don't work on MSVC/nmake builds. |
7211 (update-subdirs-CMD): Generate the right list of subdirectories. | 7215 (update-subdirs-CMD): Generate the right list of subdirectories. |
7212 | 7216 |
7213 2002-07-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7217 2002-07-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7214 | 7218 |
7215 * net/tramp.el: New version 2.0.5. | 7219 * net/tramp.el: New version 2.0.5. |
7216 (tramp-methods): Remove inline encoding method parameters. | 7220 (tramp-methods): Remove inline encoding method parameters. |
7217 The encoding is now autodetected. Also shorten the list of | 7221 The encoding is now autodetected. Also shorten the list of |
7218 methods (u/m distinction gone) and rename the remaining methods to | 7222 methods (u/m distinction gone) and rename the remaining methods to |
7350 2002-07-27 Markus Rost <rost@math.ohio-state.edu> | 7354 2002-07-27 Markus Rost <rost@math.ohio-state.edu> |
7351 | 7355 |
7352 * ps-print.el: Update copyright year. | 7356 * ps-print.el: Update copyright year. |
7353 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type. | 7357 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type. |
7354 | 7358 |
7355 2002-07-26 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7359 2002-07-26 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7356 | 7360 |
7357 * eshell/eshell.el (eshell): Numeric prefix arg means to switch | 7361 * eshell/eshell.el (eshell): Numeric prefix arg means to switch |
7358 to the session with that number. Old behavior still available | 7362 to the session with that number. Old behavior still available |
7359 with nonumeric prefix args. | 7363 with nonumeric prefix args. |
7360 | 7364 |
7614 Cope if buffer-file-coding-system is nil. | 7618 Cope if buffer-file-coding-system is nil. |
7615 | 7619 |
7616 * bindings.el (last-buffer): Use buffer-list with frame arg. | 7620 * bindings.el (last-buffer): Use buffer-list with frame arg. |
7617 Create *scratch* if no other choice exists. Fix bugs. | 7621 Create *scratch* if no other choice exists. Fix bugs. |
7618 | 7622 |
7619 2002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 7623 2002-07-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
7620 | 7624 |
7621 * net/tramp.el: Bump version to 2.0.2. | 7625 * net/tramp.el: Bump version to 2.0.2. |
7622 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to | 7626 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to |
7623 longer names. Use old names "sm1", "sm2" and so on for methods | 7627 longer names. Use old names "sm1", "sm2" and so on for methods |
7624 invoking "ssh -1" or "ssh -2". | 7628 invoking "ssh -1" or "ssh -2". |
7998 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk> | 8002 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk> |
7999 | 8003 |
8000 * calendar/timeclock.el (timeclock-in): Handle the case where no | 8004 * calendar/timeclock.el (timeclock-in): Handle the case where no |
8001 log file exists (ie the very first call). | 8005 log file exists (ie the very first call). |
8002 | 8006 |
8003 2002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8007 2002-07-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
8004 | 8008 |
8005 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this | 8009 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this |
8006 is done by Tramp. | 8010 is done by Tramp. |
8007 | 8011 |
8008 * net/tramp.el (tramp-multi-file-name-structure-unified): | 8012 * net/tramp.el (tramp-multi-file-name-structure-unified): |
8074 | 8078 |
8075 * international/mule-cmds.el (locale-language-names): Change "mk" | 8079 * international/mule-cmds.el (locale-language-names): Change "mk" |
8076 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic | 8080 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic |
8077 alphabet) to "Cyrillic-ISO". | 8081 alphabet) to "Cyrillic-ISO". |
8078 | 8082 |
8079 2002-07-11 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8083 2002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
8080 | 8084 |
8081 * net/tramp.el (tramp-default-method): New default method "sm" | 8085 * net/tramp.el (tramp-default-method): New default method "sm" |
8082 which I guess to be good for most people. | 8086 which I guess to be good for most people. |
8083 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to | 8087 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to |
8084 Ange-FTP) for some user/host combinations. | 8088 Ange-FTP) for some user/host combinations. |
8236 | 8240 |
8237 * files.el (save-some-buffers): Doc fix. | 8241 * files.el (save-some-buffers): Doc fix. |
8238 | 8242 |
8239 * bindings.el (completion-ignored-extensions): Add .gmo and .mo. | 8243 * bindings.el (completion-ignored-extensions): Add .gmo and .mo. |
8240 | 8244 |
8241 2002-07-06 Francesco Potort,Al(B <pot@gnu.org> | 8245 2002-07-06 Francesco Potortì <pot@gnu.org> |
8242 | 8246 |
8243 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of | 8247 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of |
8244 .sx[dmicw] file suffixes for Open office data files. | 8248 .sx[dmicw] file suffixes for Open office data files. |
8245 | 8249 |
8246 * files.el (auto-mode-alist): Likewise. | 8250 * files.el (auto-mode-alist): Likewise. |
8487 Rename from delay-uniquify-rationalize-file-buffer-names. | 8491 Rename from delay-uniquify-rationalize-file-buffer-names. |
8488 Only rationalize if the buffer is under uniquify control. | 8492 Only rationalize if the buffer is under uniquify control. |
8489 (uniquify-delayed-rationalize-file-buffer-names): | 8493 (uniquify-delayed-rationalize-file-buffer-names): |
8490 Rename from delayed-uniquify-rationalize-file-buffer-names. | 8494 Rename from delayed-uniquify-rationalize-file-buffer-names. |
8491 | 8495 |
8492 2002-06-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8496 2002-06-27 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
8493 | 8497 |
8494 * net/tramp.el (tramp-file-name-structure) | 8498 * net/tramp.el (tramp-file-name-structure) |
8495 (tramp-multi-file-name-hop-structure): Split for easier readability. | 8499 (tramp-multi-file-name-hop-structure): Split for easier readability. |
8496 (tramp-handle-make-symbolic-link): Use user/host/method/... from | 8500 (tramp-handle-make-symbolic-link): Use user/host/method/... from |
8497 LINKNAME, not FILENAME. | 8501 LINKNAME, not FILENAME. |
8536 (cperl-beautify-regexp-piece): Fix error message. | 8540 (cperl-beautify-regexp-piece): Fix error message. |
8537 (cperl-invert-if-unless): Fix error message. | 8541 (cperl-invert-if-unless): Fix error message. |
8538 | 8542 |
8539 * dired.el (dired-find-alternate-file): Mark as disabled. | 8543 * dired.el (dired-find-alternate-file): Mark as disabled. |
8540 | 8544 |
8541 2002-06-25 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8545 2002-06-25 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
8542 | 8546 |
8543 * net/tramp.el (tramp-ftp-method): New user option. | 8547 * net/tramp.el (tramp-ftp-method): New user option. |
8544 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. | 8548 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. |
8545 (with-parsed-tramp-file-name): New macro for the usual big `let' | 8549 (with-parsed-tramp-file-name): New macro for the usual big `let' |
8546 statement to dissect a file-name. | 8550 statement to dissect a file-name. |
8624 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> | 8628 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> |
8625 | 8629 |
8626 * progmodes/f90.el (f90-do-auto-fill): Respect the value of | 8630 * progmodes/f90.el (f90-do-auto-fill): Respect the value of |
8627 comment-auto-fill-only-comments. | 8631 comment-auto-fill-only-comments. |
8628 | 8632 |
8629 2002-06-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8633 2002-06-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
8630 | 8634 |
8631 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. | 8635 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. |
8632 This is not a handled operation. | 8636 This is not a handled operation. |
8633 | 8637 |
8634 2002-06-21 Kim F. Storm <storm@cua.dk> | 8638 2002-06-21 Kim F. Storm <storm@cua.dk> |
8725 * progmodes/ada-prj.el: Update copyright. | 8729 * progmodes/ada-prj.el: Update copyright. |
8726 (ada-prj-load-directory): Make sure we do not use one of the new Emacs | 8730 (ada-prj-load-directory): Make sure we do not use one of the new Emacs |
8727 21 dialogs to select the file, since we want a directory name only. | 8731 21 dialogs to select the file, since we want a directory name only. |
8728 (ada-customize): Add support for the new GNAT project files. | 8732 (ada-customize): Add support for the new GNAT project files. |
8729 | 8733 |
8730 2002-06-20 Francesco Potort,Al(B <pot@gnu.org> | 8734 2002-06-20 Francesco Potortì <pot@gnu.org> |
8731 | 8735 |
8732 * progmodes/etags.el (tag-implicit-name-match-p): New function. | 8736 * progmodes/etags.el (tag-implicit-name-match-p): New function. |
8733 (etags-recognize-tags-table): Use it for implicit tag names. | 8737 (etags-recognize-tags-table): Use it for implicit tag names. |
8734 | 8738 |
8735 2002-06-20 Miles Bader <miles@gnu.org> | 8739 2002-06-20 Miles Bader <miles@gnu.org> |
9110 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il> | 9114 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il> |
9111 | 9115 |
9112 * select.el (xselect-convert-to-string): If VALUE is a string, | 9116 * select.el (xselect-convert-to-string): If VALUE is a string, |
9113 return a cons of TYPE and the string. | 9117 return a cons of TYPE and the string. |
9114 | 9118 |
9115 2002-06-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 9119 2002-06-05 Pavel Janík <Pavel@Janik.cz> |
9116 | 9120 |
9117 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): | 9121 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): |
9118 Fix the table to contain correct characters. | 9122 Fix the table to contain correct characters. |
9119 | 9123 |
9120 2002-06-04 Richard M. Stallman <rms@gnu.org> | 9124 2002-06-04 Richard M. Stallman <rms@gnu.org> |
9546 * mail/sendmail.el (mail-recover-1): Remove (debug). | 9550 * mail/sendmail.el (mail-recover-1): Remove (debug). |
9547 (mail-signature): Fix :type. | 9551 (mail-signature): Fix :type. |
9548 (mail-default-directory): New user option. | 9552 (mail-default-directory): New user option. |
9549 (mail, mail-recover): Use that option. | 9553 (mail, mail-recover): Use that option. |
9550 | 9554 |
9551 2002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9555 2002-05-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
9552 | 9556 |
9553 * international/mule.el (auto-coding-alist): Use emacs-mule | 9557 * international/mule.el (auto-coding-alist): Use emacs-mule |
9554 for auto-save files. | 9558 for auto-save files. |
9555 | 9559 |
9556 2002-05-20 Miles Bader <miles@gnu.org> | 9560 2002-05-20 Miles Bader <miles@gnu.org> |
9724 (dabbrev--try-find): Handle dabbrev-case-distinction. | 9728 (dabbrev--try-find): Handle dabbrev-case-distinction. |
9725 (dabbrev--search): Clean up the code. | 9729 (dabbrev--search): Clean up the code. |
9726 (dabbrev-upcase-means-case-search): Doc fix. | 9730 (dabbrev-upcase-means-case-search): Doc fix. |
9727 (dabbrev-case-replace): Fix custom tags and docs. | 9731 (dabbrev-case-replace): Fix custom tags and docs. |
9728 | 9732 |
9729 2002-05-14 Jochen K,A|(Bpper <jochen@jochen-kuepper.de> | 9733 2002-05-14 Jochen Küpper <jochen@jochen-kuepper.de> |
9730 | 9734 |
9731 * calc/calc-units.el (math-standard-units): Update from CODATA. | 9735 * calc/calc-units.el (math-standard-units): Update from CODATA. |
9732 | 9736 |
9733 2002-05-14 Stefan Monnier <monnier@cs.yale.edu> | 9737 2002-05-14 Stefan Monnier <monnier@cs.yale.edu> |
9734 | 9738 |
9741 2002-05-14 Mike Williams <mdub@bigfoot.com> | 9745 2002-05-14 Mike Williams <mdub@bigfoot.com> |
9742 | 9746 |
9743 * textmodes/sgml-mode.el (sgml-tag): | 9747 * textmodes/sgml-mode.el (sgml-tag): |
9744 Default skeleton-transformation to `identity'. | 9748 Default skeleton-transformation to `identity'. |
9745 | 9749 |
9746 2002-05-14 Francesco Potort,Al(B <pot@gnu.org> | 9750 2002-05-14 Francesco Potortì <pot@gnu.org> |
9747 | 9751 |
9748 * shell.el (shell-mode): Make second part of initialisation | 9752 * shell.el (shell-mode): Make second part of initialisation |
9749 depend on whether comint-input-ring is empty, rather than depend | 9753 depend on whether comint-input-ring is empty, rather than depend |
9750 on it being nil. | 9754 on it being nil. |
9751 | 9755 |
9786 (occur-1): Handle plurals. | 9790 (occur-1): Handle plurals. |
9787 | 9791 |
9788 (occur-engine): If there are no more matches, then finish | 9792 (occur-engine): If there are no more matches, then finish |
9789 searching the current buffer. | 9793 searching the current buffer. |
9790 | 9794 |
9791 2002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 9795 2002-05-12 Pavel Janík <Pavel@Janik.cz> |
9792 | 9796 |
9793 * net/ange-ftp.el (ange-ftp-try-passive-mode) | 9797 * net/ange-ftp.el (ange-ftp-try-passive-mode) |
9794 (ange-ftp-passive-host-alist): Change :version attributes to be | 9798 (ange-ftp-passive-host-alist): Change :version attributes to be |
9795 strings. | 9799 strings. |
9796 | 9800 |
9828 | 9832 |
9829 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option. | 9833 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option. |
9830 | 9834 |
9831 * subr.el (functionp): Catch errors in indirect-function. | 9835 * subr.el (functionp): Catch errors in indirect-function. |
9832 | 9836 |
9833 2002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 9837 2002-05-12 Pavel Janík <Pavel@Janik.cz> |
9834 | 9838 |
9835 * net/ldap.el (ldap-search-internal): Unfold folded lines before | 9839 * net/ldap.el (ldap-search-internal): Unfold folded lines before |
9836 parsing. | 9840 parsing. |
9837 | 9841 |
9838 * cus-edit.el (customize-set-value): Rename `var' to `variable' | 9842 * cus-edit.el (customize-set-value): Rename `var' to `variable' |
9911 | 9915 |
9912 2002-05-09 Kim F. Storm <storm@cua.dk> | 9916 2002-05-09 Kim F. Storm <storm@cua.dk> |
9913 | 9917 |
9914 * wid-edit.el (checkbox): New check-mark image. | 9918 * wid-edit.el (checkbox): New check-mark image. |
9915 | 9919 |
9916 2002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 9920 2002-05-08 Pavel Janík <Pavel@Janik.cz> |
9917 | 9921 |
9918 * filesets.el (filesets-running-xemacs): Fix last change. | 9922 * filesets.el (filesets-running-xemacs): Fix last change. |
9919 | 9923 |
9920 2002-05-08 Markus Rost <rost@math.ohio-state.edu> | 9924 2002-05-08 Markus Rost <rost@math.ohio-state.edu> |
9921 | 9925 |
9931 * filesets.el (filesets-conditional-sort): Use copy-sequence, | 9935 * filesets.el (filesets-conditional-sort): Use copy-sequence, |
9932 not copy-list. | 9936 not copy-list. |
9933 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): | 9937 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): |
9934 Defvar them to nil if running in Emacs. | 9938 Defvar them to nil if running in Emacs. |
9935 | 9939 |
9936 2002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 9940 2002-05-08 Pavel Janík <Pavel@Janik.cz> |
9937 | 9941 |
9938 * textmodes/flyspell.el (make-flyspell-overlay): Add help text | 9942 * textmodes/flyspell.el (make-flyspell-overlay): Add help text |
9939 to flyspell overlays. | 9943 to flyspell overlays. |
9940 | 9944 |
9941 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name. | 9945 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name. |
10020 2002-05-06 Markus Rost <rost@math.ohio-state.edu> | 10024 2002-05-06 Markus Rost <rost@math.ohio-state.edu> |
10021 | 10025 |
10022 * emacs-lisp/find-func.el (find-function-search-for-symbol): | 10026 * emacs-lisp/find-func.el (find-function-search-for-symbol): |
10023 Use with-syntax-table. | 10027 Use with-syntax-table. |
10024 | 10028 |
10025 2002-05-06 Francesco Potort,Al(B <pot@gnu.org> | 10029 2002-05-06 Francesco Potortì <pot@gnu.org> |
10026 | 10030 |
10027 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. | 10031 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. |
10028 | 10032 |
10029 2002-05-05 Markus Rost <rost@math.ohio-state.edu> | 10033 2002-05-05 Markus Rost <rost@math.ohio-state.edu> |
10030 | 10034 |
10186 | 10190 |
10187 * emulation/cua-base.el (cua--pre-command-handler): | 10191 * emulation/cua-base.el (cua--pre-command-handler): |
10188 Only interpret delete-selection property if mark-active. | 10192 Only interpret delete-selection property if mark-active. |
10189 (cua-mode): Fixed require in defcustom. | 10193 (cua-mode): Fixed require in defcustom. |
10190 | 10194 |
10191 2002-05-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 10195 2002-05-01 Pavel Janík <Pavel@Janik.cz> |
10192 | 10196 |
10193 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of | 10197 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of |
10194 error call. | 10198 error call. |
10195 | 10199 |
10196 2002-05-01 Colin Walters <walters@verbum.org> | 10200 2002-05-01 Colin Walters <walters@verbum.org> |
10321 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): | 10325 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): |
10322 New Vietnamese coding system. | 10326 New Vietnamese coding system. |
10323 | 10327 |
10324 * language/viet-util.el: Update Commentary section. | 10328 * language/viet-util.el: Update Commentary section. |
10325 | 10329 |
10326 2002-04-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 10330 2002-04-29 Pavel Janík <Pavel@Janik.cz> |
10327 | 10331 |
10328 * filesets.el (filesets-data): Doc fix. | 10332 * filesets.el (filesets-data): Doc fix. |
10329 (filesets-running-xemacs): Define even when compiling. | 10333 (filesets-running-xemacs): Define even when compiling. |
10330 | 10334 |
10331 * recentf.el (recentf-cancel-dialog): Remove dot at the end of | 10335 * recentf.el (recentf-cancel-dialog): Remove dot at the end of |
10386 not a list. | 10390 not a list. |
10387 | 10391 |
10388 * replace.el (occur-revert-arguments): | 10392 * replace.el (occur-revert-arguments): |
10389 Renamed from occur-revert-properties. All uses changed. | 10393 Renamed from occur-revert-properties. All uses changed. |
10390 | 10394 |
10391 2002-04-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 10395 2002-04-28 Pavel Janík <Pavel@Janik.cz> |
10392 | 10396 |
10393 * recentf.el (recentf-menu-before): Use string to specify path in | 10397 * recentf.el (recentf-menu-before): Use string to specify path in |
10394 the menu. | 10398 the menu. |
10395 | 10399 |
10396 * international/mule-cmds.el (read-language-name): Take care of | 10400 * international/mule-cmds.el (read-language-name): Take care of |
10763 * simple.el (line-move-finish): Find beg and end of line | 10767 * simple.el (line-move-finish): Find beg and end of line |
10764 before calling line-move-to-column. Do consider intangible | 10768 before calling line-move-to-column. Do consider intangible |
10765 when finding the end. Take more care in analyzing the results | 10769 when finding the end. Take more care in analyzing the results |
10766 of intangibility after line-move-to-column. | 10770 of intangibility after line-move-to-column. |
10767 | 10771 |
10768 2002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 10772 2002-04-22 Pavel Janík <Pavel@Janik.cz> |
10769 | 10773 |
10770 * international/mule-diag.el (list-input-methods-1): Doc fix | 10774 * international/mule-diag.el (list-input-methods-1): Doc fix |
10771 (LEIM is now part of the standard distribution). | 10775 (LEIM is now part of the standard distribution). |
10772 | 10776 |
10773 * tmm.el (tmm-completion-prompt): Doc fix. | 10777 * tmm.el (tmm-completion-prompt): Doc fix. |
11721 2002-04-19 Kim F. Storm <storm@cua.dk> | 11725 2002-04-19 Kim F. Storm <storm@cua.dk> |
11722 | 11726 |
11723 * simple.el (pop-to-mark-command): Do not set this-command. | 11727 * simple.el (pop-to-mark-command): Do not set this-command. |
11724 (set-mark-command): Always jump to mark when called with arg. | 11728 (set-mark-command): Always jump to mark when called with arg. |
11725 | 11729 |
11726 2002-04-18 Francesco Potort,Al(B <pot@gnu.org> | 11730 2002-04-18 Francesco Potortì <pot@gnu.org> |
11727 | 11731 |
11728 * comint.el (comint-watch-for-password-prompt): Remove whitespace | 11732 * comint.el (comint-watch-for-password-prompt): Remove whitespace |
11729 at the beginning of password prompts. | 11733 at the beginning of password prompts. |
11730 | 11734 |
11731 2002-04-18 Andrew Innes <andrewi@gnu.org> | 11735 2002-04-18 Andrew Innes <andrewi@gnu.org> |
11738 one window. | 11742 one window. |
11739 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'. | 11743 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'. |
11740 (ibuffer-current-state-list): Reinstate optional argument; now | 11744 (ibuffer-current-state-list): Reinstate optional argument; now |
11741 just call `point' inside the mapping function. | 11745 just call `point' inside the mapping function. |
11742 | 11746 |
11743 2002-04-17 Francesco Potort,Al(B <pot@gnu.org> | 11747 2002-04-17 Francesco Potortì <pot@gnu.org> |
11744 | 11748 |
11745 * dired-aux.el (dired-star-subst-regexp) | 11749 * dired-aux.el (dired-star-subst-regexp) |
11746 (dired-quark-subst-regexp): New constants. | 11750 (dired-quark-subst-regexp): New constants. |
11747 (dired-do-shell-command, dired-shell-stuff-it): Use them. | 11751 (dired-do-shell-command, dired-shell-stuff-it): Use them. |
11748 (dired-do-shell-command): Raise an error if both `*' and `?' | 11752 (dired-do-shell-command): Raise an error if both `*' and `?' |
11759 | 11763 |
11760 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> | 11764 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> |
11761 | 11765 |
11762 * term.el (term-emulate-terminal): Fix last change. | 11766 * term.el (term-emulate-terminal): Fix last change. |
11763 | 11767 |
11764 2002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 11768 2002-04-16 Pavel Janík <Pavel@Janik.cz> |
11765 | 11769 |
11766 * bindings.el (mode-line-mode-menu): Update names to reflect | 11770 * bindings.el (mode-line-mode-menu): Update names to reflect |
11767 latest changes. | 11771 latest changes. |
11768 | 11772 |
11769 2002-04-16 Mike Williams <mdub@bigfoot.com> | 11773 2002-04-16 Mike Williams <mdub@bigfoot.com> |
11835 repeat (with or without arg) jump to next mark off ring. | 11839 repeat (with or without arg) jump to next mark off ring. |
11836 - Use C-u C-u prefix to set mark after jump. | 11840 - Use C-u C-u prefix to set mark after jump. |
11837 (exchange-point-and-mark): Temporarily enable transient-mark-mode | 11841 (exchange-point-and-mark): Temporarily enable transient-mark-mode |
11838 if prefix arg. | 11842 if prefix arg. |
11839 | 11843 |
11840 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 11844 2002-04-14 Pavel Janík <Pavel@Janik.cz> |
11841 | 11845 |
11842 * speedbar.el (speedbar-tag-hierarchy-method) | 11846 * speedbar.el (speedbar-tag-hierarchy-method) |
11843 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. | 11847 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. |
11844 | 11848 |
11845 2002-04-14 Mike Williams <mdub@bigfoot.com> | 11849 2002-04-14 Mike Williams <mdub@bigfoot.com> |
11846 | 11850 |
11847 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at | 11851 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at |
11848 beginning of buffer. | 11852 beginning of buffer. |
11849 | 11853 |
11850 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 11854 2002-04-14 Pavel Janík <Pavel@Janik.cz> |
11851 | 11855 |
11852 * speedbar.el (speedbar-generic-item-info) | 11856 * speedbar.el (speedbar-generic-item-info) |
11853 (speedbar-sort-tags): Doc fix. | 11857 (speedbar-sort-tags): Doc fix. |
11854 (speedbar-add-supported-extension): Fix typo in interactive spec. | 11858 (speedbar-add-supported-extension): Fix typo in interactive spec. |
11855 | 11859 |
11874 (gamegrid-add-score-insecure): Restored from the old | 11878 (gamegrid-add-score-insecure): Restored from the old |
11875 `gamegrid-add-score'. | 11879 `gamegrid-add-score'. |
11876 (gamegrid-add-score): Just dispatch on `system-type' to one of the | 11880 (gamegrid-add-score): Just dispatch on `system-type' to one of the |
11877 previous two functions. | 11881 previous two functions. |
11878 | 11882 |
11879 2002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 11883 2002-04-13 Pavel Janík <Pavel@Janik.cz> |
11880 | 11884 |
11881 * iswitchb.el: Update commentary to include new function | 11885 * iswitchb.el: Update commentary to include new function |
11882 iswitchb-exclude-nonmatching. | 11886 iswitchb-exclude-nonmatching. |
11883 | 11887 |
11884 2002-04-12 John Wiegley <johnw@gnu.org> | 11888 2002-04-12 John Wiegley <johnw@gnu.org> |
11893 | 11897 |
11894 2002-04-12 Dave Love <fx@gnu.org> | 11898 2002-04-12 Dave Love <fx@gnu.org> |
11895 | 11899 |
11896 * help.el (string-key-binding): Deal with margin events. | 11900 * help.el (string-key-binding): Deal with margin events. |
11897 | 11901 |
11898 2002-04-12 Francesco Potort,Al(B <pot@gnu.org> | 11902 2002-04-12 Francesco Potortì <pot@gnu.org> |
11899 | 11903 |
11900 * comint.el (comint-password-prompt-regexp): Match " SMB password". | 11904 * comint.el (comint-password-prompt-regexp): Match " SMB password". |
11901 | 11905 |
11902 2002-04-11 Stefan Monnier <monnier@cs.yale.edu> | 11906 2002-04-11 Stefan Monnier <monnier@cs.yale.edu> |
11903 | 11907 |
11939 (fill-move-to-break-point): Make sure the result is always greater | 11943 (fill-move-to-break-point): Make sure the result is always greater |
11940 than linebeg, so we ensure forward progress. | 11944 than linebeg, so we ensure forward progress. |
11941 (fill-region-as-paragraph): Compare to `to' rather than eobp. | 11945 (fill-region-as-paragraph): Compare to `to' rather than eobp. |
11942 (fill-paragraph): Don't rebind fill-paragraph-function. | 11946 (fill-paragraph): Don't rebind fill-paragraph-function. |
11943 | 11947 |
11944 2002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 11948 2002-04-11 Pavel Janík <Pavel@Janik.cz> |
11945 | 11949 |
11946 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. | 11950 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. |
11947 | 11951 |
11948 2002-04-11 Andreas Schwab <schwab@suse.de> | 11952 2002-04-11 Andreas Schwab <schwab@suse.de> |
11949 | 11953 |
12053 | 12057 |
12054 * textmodes/sgml-mode.el (sgml-lexical-context): | 12058 * textmodes/sgml-mode.el (sgml-lexical-context): |
12055 Use sgml-parse-tag-backward to find start point. | 12059 Use sgml-parse-tag-backward to find start point. |
12056 (sgml-looking-back-at): Doc fix. | 12060 (sgml-looking-back-at): Doc fix. |
12057 | 12061 |
12058 2002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12062 2002-04-09 Pavel Janík <Pavel@Janik.cz> |
12059 | 12063 |
12060 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face | 12064 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face |
12061 for prompt. | 12065 for prompt. |
12062 | 12066 |
12063 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> | 12067 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> |
12102 2002-04-08 Sam Steingold <sds@gnu.org> | 12106 2002-04-08 Sam Steingold <sds@gnu.org> |
12103 | 12107 |
12104 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. | 12108 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. |
12105 (vc-cvs-checkin): Use it. | 12109 (vc-cvs-checkin): Use it. |
12106 | 12110 |
12107 2002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12111 2002-04-08 Pavel Janík <Pavel@Janik.cz> |
12108 | 12112 |
12109 * files.el (display-time-string): Fix last change. | 12113 * files.el (display-time-string): Fix last change. |
12110 | 12114 |
12111 2002-04-07 Sam Steingold <sds@gnu.org> | 12115 2002-04-07 Sam Steingold <sds@gnu.org> |
12112 | 12116 |
12117 * international/mule-cmds.el (set-default-coding-systems) | 12121 * international/mule-cmds.el (set-default-coding-systems) |
12118 (reset-language-environment): Preserve eols on | 12122 (reset-language-environment): Preserve eols on |
12119 default-process-coding-system. | 12123 default-process-coding-system. |
12120 (coding-system-change-text-conversion): Fix case where CODING is nil. | 12124 (coding-system-change-text-conversion): Fix case where CODING is nil. |
12121 | 12125 |
12122 2002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12126 2002-04-07 Pavel Janík <Pavel@Janik.cz> |
12123 | 12127 |
12124 * subr.el (play-sound): Move here from simple.el. | 12128 * subr.el (play-sound): Move here from simple.el. |
12125 | 12129 |
12126 * simple.el (play-sound): Move to subr.el. | 12130 * simple.el (play-sound): Move to subr.el. |
12127 | 12131 |
12144 | 12148 |
12145 2002-04-06 Mike Williams <mdub@bigfoot.com> | 12149 2002-04-06 Mike Williams <mdub@bigfoot.com> |
12146 | 12150 |
12147 * textmodes/xml-lite.el: Remove. | 12151 * textmodes/xml-lite.el: Remove. |
12148 | 12152 |
12149 2002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12153 2002-04-05 Pavel Janík <Pavel@Janik.cz> |
12150 | 12154 |
12151 * simple.el (play-sound): New function (uses play-sound-internal). | 12155 * simple.el (play-sound): New function (uses play-sound-internal). |
12152 | 12156 |
12153 2002-04-04 Richard M. Stallman <rms@gnu.org> | 12157 2002-04-04 Richard M. Stallman <rms@gnu.org> |
12154 | 12158 |
12168 2002-04-04 Mike Williams <mdub@bigfoot.com> | 12172 2002-04-04 Mike Williams <mdub@bigfoot.com> |
12169 | 12173 |
12170 * textmodes/sgml-mode.el: Add missing require. | 12174 * textmodes/sgml-mode.el: Add missing require. |
12171 (sgml-lexical-context): Fix up CDATA detection for boundary cases. | 12175 (sgml-lexical-context): Fix up CDATA detection for boundary cases. |
12172 | 12176 |
12173 2002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 12177 2002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
12174 | 12178 |
12175 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to | 12179 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to |
12176 spot indicated by text property `cvs-goal-column', if present. | 12180 spot indicated by text property `cvs-goal-column', if present. |
12177 | 12181 |
12178 * pcvs-info.el (cvs-fileinfo-pp): Use text property | 12182 * pcvs-info.el (cvs-fileinfo-pp): Use text property |
12236 | 12240 |
12237 * textmodes/sgml-mode.el (sgml-lexical-context) | 12241 * textmodes/sgml-mode.el (sgml-lexical-context) |
12238 (sgml-parse-tag-backward): Extend support for CDATA to include | 12242 (sgml-parse-tag-backward): Extend support for CDATA to include |
12239 conditional sections. | 12243 conditional sections. |
12240 | 12244 |
12241 2002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12245 2002-04-03 Pavel Janík <Pavel@Janik.cz> |
12242 | 12246 |
12243 * cus-start.el: Rename `autoselect-window' to | 12247 * cus-start.el: Rename `autoselect-window' to |
12244 `mouse-autoselect-window'. | 12248 `mouse-autoselect-window'. |
12245 | 12249 |
12246 2002-04-02 Richard M. Stallman <rms@gnu.org> | 12250 2002-04-02 Richard M. Stallman <rms@gnu.org> |
12310 | 12314 |
12311 * textmodes/xml-lite.el: Removed much redundant stuff. | 12315 * textmodes/xml-lite.el: Removed much redundant stuff. |
12312 (xml-lite-parse-tag-backward): Simplify parsing by assuming we | 12316 (xml-lite-parse-tag-backward): Simplify parsing by assuming we |
12313 always start within text. Make use of sgml-unclosed-tag-p. | 12317 always start within text. Make use of sgml-unclosed-tag-p. |
12314 | 12318 |
12315 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> | 12319 2002-04-01 Ville Skyttä <ville.skytta@xemacs.org> |
12316 | 12320 |
12317 * tcl.el (tcl-imenu-generic-expression): New value. | 12321 * tcl.el (tcl-imenu-generic-expression): New value. |
12318 (tcl-imenu-create-index-function): Function deleted. | 12322 (tcl-imenu-create-index-function): Function deleted. |
12319 (tcl-mode): Check for filladapt-mode. | 12323 (tcl-mode): Check for filladapt-mode. |
12320 Use tcl-imenu-generic-expression instead of | 12324 Use tcl-imenu-generic-expression instead of |
12321 tcl-imenu-create-index-function. | 12325 tcl-imenu-create-index-function. |
12322 (inferior-tcl-mode): Doc fix. | 12326 (inferior-tcl-mode): Doc fix. |
12323 Change not legally significant. | 12327 Change not legally significant. |
12324 | 12328 |
12325 2002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12329 2002-04-01 Pavel Janík <Pavel@Janik.cz> |
12326 | 12330 |
12327 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. | 12331 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. |
12328 | 12332 |
12329 * window.el (handle-select-window): New function. | 12333 * window.el (handle-select-window): New function. |
12330 Update copyright. | 12334 Update copyright. |
12521 (xml-lite-indent-comment-offset): Remove. | 12525 (xml-lite-indent-comment-offset): Remove. |
12522 (xml-lite-calculate-indent): Use new name. Use natural alignment | 12526 (xml-lite-calculate-indent): Use new name. Use natural alignment |
12523 for comments. | 12527 for comments. |
12524 (xml-lite-in-string-p): Simplify. | 12528 (xml-lite-in-string-p): Simplify. |
12525 | 12529 |
12526 2002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12530 2002-03-27 Pavel Janík <Pavel@Janik.cz> |
12527 | 12531 |
12528 * allout.el (outline-layout): Doc fix. | 12532 * allout.el (outline-layout): Doc fix. |
12529 | 12533 |
12530 2002-03-27 Stefan Monnier <monnier@cs.yale.edu> | 12534 2002-03-27 Stefan Monnier <monnier@cs.yale.edu> |
12531 | 12535 |
12589 | 12593 |
12590 2002-03-26 Richard M. Stallman <rms@gnu.org> | 12594 2002-03-26 Richard M. Stallman <rms@gnu.org> |
12591 | 12595 |
12592 * subr.el (substring-no-properties): Function deleted (now in C). | 12596 * subr.el (substring-no-properties): Function deleted (now in C). |
12593 | 12597 |
12594 2002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12598 2002-03-25 Pavel Janík <Pavel@Janik.cz> |
12595 | 12599 |
12596 * mwheel.el (mouse-wheel-mode): Use global-set-key and | 12600 * mwheel.el (mouse-wheel-mode): Use global-set-key and |
12597 global-unset-key. | 12601 global-unset-key. |
12598 | 12602 |
12599 2002-03-24 Richard M. Stallman <rms@gnu.org> | 12603 2002-03-24 Richard M. Stallman <rms@gnu.org> |
12630 (:foreground COLOR) and (:background COLOR). | 12634 (:foreground COLOR) and (:background COLOR). |
12631 (enriched-decode-foreground, enriched-decode-background): Set the | 12635 (enriched-decode-foreground, enriched-decode-background): Set the |
12632 fore- and background colors of the faces we create, since facemenu | 12636 fore- and background colors of the faces we create, since facemenu |
12633 doesn't. | 12637 doesn't. |
12634 | 12638 |
12635 2002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12639 2002-03-24 Pavel Janík <Pavel@Janik.cz> |
12636 | 12640 |
12637 * mwheel.el (mouse-wheel-mode): Use the result of | 12641 * mwheel.el (mouse-wheel-mode): Use the result of |
12638 current-global-map instead of the variable `global-map'. | 12642 current-global-map instead of the variable `global-map'. |
12639 | 12643 |
12640 2002-03-23 Richard M. Stallman <rms@gnu.org> | 12644 2002-03-23 Richard M. Stallman <rms@gnu.org> |
12685 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org> | 12689 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org> |
12686 | 12690 |
12687 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter | 12691 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter |
12688 directions as the last action. | 12692 directions as the last action. |
12689 | 12693 |
12690 2002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12694 2002-03-21 Pavel Janík <Pavel@Janik.cz> |
12691 | 12695 |
12692 * startup.el (fancy-splash-tail, normal-splash-screen): | 12696 * startup.el (fancy-splash-tail, normal-splash-screen): |
12693 Update copyright. | 12697 Update copyright. |
12694 | 12698 |
12695 * novice.el (disabled-command-hook): Clarify output text to match | 12699 * novice.el (disabled-command-hook): Clarify output text to match |
12873 (po-find-charset): Search for the Charset= header even if we've | 12877 (po-find-charset): Search for the Charset= header even if we've |
12874 read less than 4KB. | 12878 read less than 4KB. |
12875 <top-level>: Remove the setup for all known codepages: it seems | 12879 <top-level>: Remove the setup for all known codepages: it seems |
12876 to cause crashes in the CCL driver. | 12880 to cause crashes in the CCL driver. |
12877 | 12881 |
12878 2002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12882 2002-03-16 Pavel Janík <Pavel@Janik.cz> |
12879 | 12883 |
12880 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) | 12884 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) |
12881 (bibtex-entry-field-alist): Doc fix. | 12885 (bibtex-entry-field-alist): Doc fix. |
12882 | 12886 |
12883 2002-03-16 Richard M. Stallman <rms@gnu.org> | 12887 2002-03-16 Richard M. Stallman <rms@gnu.org> |
12891 2002-03-15 Stefan Monnier <monnier@cs.yale.edu> | 12895 2002-03-15 Stefan Monnier <monnier@cs.yale.edu> |
12892 | 12896 |
12893 * files.el (load-completion): New function. | 12897 * files.el (load-completion): New function. |
12894 (load-library): Use it. | 12898 (load-library): Use it. |
12895 | 12899 |
12896 2002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 12900 2002-03-15 Pavel Janík <Pavel@Janik.cz> |
12897 | 12901 |
12898 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt | 12902 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt |
12899 to match the actual code. | 12903 to match the actual code. |
12900 | 12904 |
12901 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il> | 12905 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il> |
12970 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the | 12974 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the |
12971 cleaner behavior of fortran-find-comment-start-skip. | 12975 cleaner behavior of fortran-find-comment-start-skip. |
12972 (fortran-fill): Don't be confused by ! inside a comment. | 12976 (fortran-fill): Don't be confused by ! inside a comment. |
12973 (fortran-break-line): Minor cleanup and simplification. | 12977 (fortran-break-line): Minor cleanup and simplification. |
12974 | 12978 |
12975 2002-03-13 Francesco Potort,Al(B <pot@gnu.org> | 12979 2002-03-13 Francesco Potortì <pot@gnu.org> |
12976 | 12980 |
12977 * progmodes/etags.el (tag-exact-file-name-match-p) | 12981 * progmodes/etags.el (tag-exact-file-name-match-p) |
12978 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a | 12982 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a |
12979 simpler regexp. | 12983 simpler regexp. |
12980 | 12984 |
12981 2002-03-12 Colin Walters <walters@debian.org> | 12985 2002-03-12 Colin Walters <walters@debian.org> |
12982 | 12986 |
12983 * ibuffer.el (ibuffer-redisplay-current): Don't move point when | 12987 * ibuffer.el (ibuffer-redisplay-current): Don't move point when |
12984 redisplaying a line. | 12988 redisplaying a line. |
12985 | 12989 |
12986 2002-03-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 12990 2002-03-12 Jan Djärv <jan.h.d@swipnet.se> |
12987 | 12991 |
12988 * term/x-win.el (emacs-session-restore): Take previous id as | 12992 * term/x-win.el (emacs-session-restore): Take previous id as |
12989 an argument. | 12993 an argument. |
12990 (emacs-session-save): Add comment that return t means cancel shutdown | 12994 (emacs-session-save): Add comment that return t means cancel shutdown |
12991 | 12995 |
13002 common-lisp-indent-function. | 13006 common-lisp-indent-function. |
13003 (common-lisp-indent-function): Handle loop forms specially. | 13007 (common-lisp-indent-function): Handle loop forms specially. |
13004 (lisp-indent-defmethod): Use car/cdr instead of first/rest. | 13008 (lisp-indent-defmethod): Use car/cdr instead of first/rest. |
13005 (lisp-backquote-indentation): New user option. | 13009 (lisp-backquote-indentation): New user option. |
13006 | 13010 |
13007 2002-03-12 Francesco Potort,Al(B <pot@gnu.org> | 13011 2002-03-12 Francesco Potortì <pot@gnu.org> |
13008 | 13012 |
13009 * progmodes/etags.el (tag-exact-file-name-match-p) | 13013 * progmodes/etags.el (tag-exact-file-name-match-p) |
13010 (tag-file-name-match-p, tag-partial-file-name-match-p): | 13014 (tag-file-name-match-p, tag-partial-file-name-match-p): |
13011 Assume that the header of a tags section has either a number | 13015 Assume that the header of a tags section has either a number |
13012 or nothing after the last comma. | 13016 or nothing after the last comma. |
13034 (shell-pcomplete): Ditto. | 13038 (shell-pcomplete): Ditto. |
13035 (shell-pcomplete-reverse): Ditto. | 13039 (shell-pcomplete-reverse): Ditto. |
13036 | 13040 |
13037 * comint.el: Remove documentation on setting up pcomplete. | 13041 * comint.el: Remove documentation on setting up pcomplete. |
13038 | 13042 |
13039 2002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13043 2002-03-11 Pavel Janík <Pavel@Janik.cz> |
13040 | 13044 |
13041 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate | 13045 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate |
13042 item. Doc fix. | 13046 item. Doc fix. |
13043 | 13047 |
13044 * image.el (image-type-from-file-header): Make temporary buffer | 13048 * image.el (image-type-from-file-header): Make temporary buffer |
13053 | 13057 |
13054 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org> | 13058 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org> |
13055 | 13059 |
13056 * play/mpuz.el: Use defface instead of facemenu-get-face. | 13060 * play/mpuz.el: Use defface instead of facemenu-get-face. |
13057 | 13061 |
13058 2002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 13062 2002-03-10 Jan Djärv <jan.h.d@swipnet.se> |
13059 | 13063 |
13060 * startup.el (command-line): Add call to emacs-session-restore if | 13064 * startup.el (command-line): Add call to emacs-session-restore if |
13061 both x-session-id and x-session-previous-id are strings. | 13065 both x-session-id and x-session-previous-id are strings. |
13062 | 13066 |
13063 * term/x-win.el (x-handle-smid): New function. | 13067 * term/x-win.el (x-handle-smid): New function. |
13154 (hif-or-expr): Parse `||' expressions. | 13158 (hif-or-expr): Parse `||' expressions. |
13155 (hif-and-expr): Renamed from hif-term. | 13159 (hif-and-expr): Renamed from hif-term. |
13156 (hif-conditional): New function to evaluate a conditional | 13160 (hif-conditional): New function to evaluate a conditional |
13157 expression. | 13161 expression. |
13158 | 13162 |
13159 2002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13163 2002-03-06 Pavel Janík <Pavel@Janik.cz> |
13160 | 13164 |
13161 * language/czech.el ("Czech"): Fix the documentation. | 13165 * language/czech.el ("Czech"): Fix the documentation. |
13162 | 13166 |
13163 * language/slovak.el ("Slovak"): Likewise. | 13167 * language/slovak.el ("Slovak"): Likewise. |
13164 | 13168 |
13217 (bold-italic, underline, highlight, secondary-selection, fixed-pitch) | 13221 (bold-italic, underline, highlight, secondary-selection, fixed-pitch) |
13218 (variable-pitch, trailing-whitespace): Don't use the old-style entries. | 13222 (variable-pitch, trailing-whitespace): Don't use the old-style entries. |
13219 (mode-line-inactive, header-line): Move the `t' section to the | 13223 (mode-line-inactive, header-line): Move the `t' section to the |
13220 beginning so the `:inherit' setting can be shared. | 13224 beginning so the `:inherit' setting can be shared. |
13221 | 13225 |
13222 2002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13226 2002-03-04 Pavel Janík <Pavel@Janik.cz> |
13223 | 13227 |
13224 * net/snmp-mode.el: Require tempo when compiling to prevent | 13228 * net/snmp-mode.el: Require tempo when compiling to prevent |
13225 warnings. Update copyright notice. | 13229 warnings. Update copyright notice. |
13226 | 13230 |
13227 * help.el (describe-key-briefly, describe-key): Interpret `undefined' | 13231 * help.el (describe-key-briefly, describe-key): Interpret `undefined' |
13337 2002-02-28 Richard M. Stallman <rms@gnu.org> | 13341 2002-02-28 Richard M. Stallman <rms@gnu.org> |
13338 | 13342 |
13339 * font-lock.el (java-font-lock-extra-types): | 13343 * font-lock.el (java-font-lock-extra-types): |
13340 Match java.net.URL, etc. | 13344 Match java.net.URL, etc. |
13341 | 13345 |
13342 2002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13346 2002-02-28 Pavel Janík <Pavel@Janik.cz> |
13343 | 13347 |
13344 * hexl.el (hexl-options): Doc fix. | 13348 * hexl.el (hexl-options): Doc fix. |
13345 Update Commentary section. | 13349 Update Commentary section. |
13346 | 13350 |
13347 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): | 13351 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): |
13617 2002-02-20 Tom Tromey <tromey@cachet> | 13621 2002-02-20 Tom Tromey <tromey@cachet> |
13618 | 13622 |
13619 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more | 13623 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more |
13620 natural paragraph boundaries. Don't fail at beginning of buffer. | 13624 natural paragraph boundaries. Don't fail at beginning of buffer. |
13621 | 13625 |
13622 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13626 2002-02-20 Pavel Janík <Pavel@Janik.cz> |
13623 | 13627 |
13624 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, | 13628 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, |
13625 call the argument "arg" to match plain next-line and | 13629 call the argument "arg" to match plain next-line and |
13626 previous-line. From Kevin Ryde <user42@zip.com.au>. | 13630 previous-line. From Kevin Ryde <user42@zip.com.au>. |
13627 | 13631 |
13681 2002-02-17 stanislav shalunov <shalunov@internet2.edu> | 13685 2002-02-17 stanislav shalunov <shalunov@internet2.edu> |
13682 | 13686 |
13683 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when | 13687 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when |
13684 invoked from Rmail with full headers displayed. | 13688 invoked from Rmail with full headers displayed. |
13685 | 13689 |
13686 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 13690 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
13687 | 13691 |
13688 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks | 13692 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks |
13689 when repeated. | 13693 when repeated. |
13690 * textmodes/paragraphs.el (mark-paragraph): Ditto. | 13694 * textmodes/paragraphs.el (mark-paragraph): Ditto. |
13691 | 13695 |
13697 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell' | 13701 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell' |
13698 and `flyspell-mode' entries. | 13702 and `flyspell-mode' entries. |
13699 | 13703 |
13700 * textmodes/flyspell.el (flyspell): Add to ispell group. | 13704 * textmodes/flyspell.el (flyspell): Add to ispell group. |
13701 | 13705 |
13702 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 13706 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
13703 | 13707 |
13704 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when | 13708 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when |
13705 repeated. | 13709 repeated. |
13706 (mark-defun): Mark more if repeated. | 13710 (mark-defun): Mark more if repeated. |
13707 | 13711 |
13721 * Makefile.in (DONTCOMPILE): Remove cus-start.el. | 13725 * Makefile.in (DONTCOMPILE): Remove cus-start.el. |
13722 | 13726 |
13723 * cus-start.el: Add automatic-hscroll-margin and | 13727 * cus-start.el: Add automatic-hscroll-margin and |
13724 automatic-hscroll-step. | 13728 automatic-hscroll-step. |
13725 | 13729 |
13726 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13730 2002-02-16 Pavel Janík <Pavel@Janik.cz> |
13727 | 13731 |
13728 * cus-start.el (x-autoselect-window): Allow customization. | 13732 * cus-start.el (x-autoselect-window): Allow customization. |
13729 | 13733 |
13730 * eshell/em-alias.el (eshell-alias-initialize): Do not use | 13734 * eshell/em-alias.el (eshell-alias-initialize): Do not use |
13731 make-local-hook. | 13735 make-local-hook. |
13818 | 13822 |
13819 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il> | 13823 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il> |
13820 | 13824 |
13821 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. | 13825 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. |
13822 | 13826 |
13823 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 13827 2002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
13824 | 13828 |
13825 * simple.el (mark-word): Mark more if repeated. | 13829 * simple.el (mark-word): Mark more if repeated. |
13826 * textmodes/paragraphs.el (mark-paragraph): Ditto. | 13830 * textmodes/paragraphs.el (mark-paragraph): Ditto. |
13827 (mark-end-of-sentence): Ditto. | 13831 (mark-end-of-sentence): Ditto. |
13828 | 13832 |
13919 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il> | 13923 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il> |
13920 | 13924 |
13921 * cus-start.el: Don't warn about "x-*" symbols when building a | 13925 * cus-start.el: Don't warn about "x-*" symbols when building a |
13922 non-GUI version. | 13926 non-GUI version. |
13923 | 13927 |
13924 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13928 2002-02-11 Pavel Janík <Pavel@Janik.cz> |
13925 | 13929 |
13926 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): | 13930 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): |
13927 Doc fix. | 13931 Doc fix. |
13928 (strokes-help): Do not use doubled with-output-to-temp-buffer. | 13932 (strokes-help): Do not use doubled with-output-to-temp-buffer. |
13929 Fix the help string. | 13933 Fix the help string. |
13944 Maybe report character's unicode. Tweak printing of list info. | 13948 Maybe report character's unicode. Tweak printing of list info. |
13945 (list-input-methods): Add xref buttons. | 13949 (list-input-methods): Add xref buttons. |
13946 (dump-charsets, dump-codings): Deleted (obsolete). | 13950 (dump-charsets, dump-codings): Deleted (obsolete). |
13947 From Dave Love <fx@gnu.org>. | 13951 From Dave Love <fx@gnu.org>. |
13948 | 13952 |
13949 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13953 2002-02-10 Pavel Janík <Pavel@Janik.cz> |
13950 | 13954 |
13951 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. | 13955 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. |
13952 | 13956 |
13953 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> | 13957 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> |
13954 | 13958 |
13967 * ediff-util.el (ediff-dispose-of-variant-according-to-user): | 13971 * ediff-util.el (ediff-dispose-of-variant-according-to-user): |
13968 check if buff is alive. | 13972 check if buff is alive. |
13969 | 13973 |
13970 * ediff.el: Typo in comment. | 13974 * ediff.el: Typo in comment. |
13971 | 13975 |
13972 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 13976 2002-02-09 Pavel Janík <Pavel@Janik.cz> |
13973 | 13977 |
13974 * menu-bar.el (menu-bar-options-save): Take care of | 13978 * menu-bar.el (menu-bar-options-save): Take care of |
13975 line-number-mode and column-number-mode variables. | 13979 line-number-mode and column-number-mode variables. |
13976 (menu-bar-showhide-menu): New menu-items "Show Line Number" and | 13980 (menu-bar-showhide-menu): New menu-items "Show Line Number" and |
13977 "Show Column Number" in "Show/Hide" menu. | 13981 "Show Column Number" in "Show/Hide" menu. |
14044 * help-fns.el (describe-function-1): Ditto. | 14048 * help-fns.el (describe-function-1): Ditto. |
14045 | 14049 |
14046 * subr.el (global-set-key, local-set-key): Accept a symbol for the | 14050 * subr.el (global-set-key, local-set-key): Accept a symbol for the |
14047 KEY argument (like define-key). | 14051 KEY argument (like define-key). |
14048 | 14052 |
14049 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14053 2002-02-06 Pavel Janík <Pavel@Janik.cz> |
14050 | 14054 |
14051 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. | 14055 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. |
14052 | 14056 |
14053 2002-02-06 Richard M. Stallman <rms@gnu.org> | 14057 2002-02-06 Richard M. Stallman <rms@gnu.org> |
14054 | 14058 |
14125 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk> | 14129 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk> |
14126 | 14130 |
14127 * cus-edit.el (customize-mark-to-save): New function. | 14131 * cus-edit.el (customize-mark-to-save): New function. |
14128 * menu-bar.el (menu-bar-options-save): Rewrote. | 14132 * menu-bar.el (menu-bar-options-save): Rewrote. |
14129 | 14133 |
14130 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14134 2002-02-05 Pavel Janík <Pavel@Janik.cz> |
14131 | 14135 |
14132 * cus-start.el (x-use-underline-position-properties): | 14136 * cus-start.el (x-use-underline-position-properties): |
14133 Allow customization. | 14137 Allow customization. |
14134 | 14138 |
14135 2002-02-04 Simon Josefsson <jas@extundo.com> | 14139 2002-02-04 Simon Josefsson <jas@extundo.com> |
14158 2002-02-03 Andreas Schwab <schwab@suse.de> | 14162 2002-02-03 Andreas Schwab <schwab@suse.de> |
14159 | 14163 |
14160 * window.el (save-selected-window): Move macro before first use. | 14164 * window.el (save-selected-window): Move macro before first use. |
14161 (balance-windows): Fix misplaced parenthesis. | 14165 (balance-windows): Fix misplaced parenthesis. |
14162 | 14166 |
14163 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14167 2002-02-03 Pavel Janík <Pavel@Janik.cz> |
14164 | 14168 |
14165 * calculator.el (calculator-displayers): Doc fixes. | 14169 * calculator.el (calculator-displayers): Doc fixes. |
14166 | 14170 |
14167 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14171 2002-02-03 Pavel Janík <Pavel@Janik.cz> |
14168 | 14172 |
14169 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. | 14173 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. |
14170 (menu-bar-options-save): Save also the value of `display-time-mode'. | 14174 (menu-bar-options-save): Save also the value of `display-time-mode'. |
14171 (showhide-date-time): New function. | 14175 (showhide-date-time): New function. |
14172 (menu-bar-showhide-menu): New menu-item "Date and time". | 14176 (menu-bar-showhide-menu): New menu-item "Date and time". |
14201 | 14205 |
14202 * mail/rmail.el (rmail-redecode-body): Prune the headers before | 14206 * mail/rmail.el (rmail-redecode-body): Prune the headers before |
14203 looking for X-Coding-System header, and restore the pruned state | 14207 looking for X-Coding-System header, and restore the pruned state |
14204 before returning. | 14208 before returning. |
14205 | 14209 |
14206 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14210 2002-02-02 Pavel Janík <Pavel@Janik.cz> |
14207 | 14211 |
14208 * cus-edit.el (customize-save-variable): Fix typo in prompt. | 14212 * cus-edit.el (customize-save-variable): Fix typo in prompt. |
14209 | 14213 |
14210 These changes integrate new version of flyspell.el from its | 14214 These changes integrate new version of flyspell.el from its |
14211 maintainer, Manuel Serrano: | 14215 maintainer, Manuel Serrano: |
14290 (bootstrap): Depend on compile-always, not compile-files. | 14294 (bootstrap): Depend on compile-always, not compile-files. |
14291 | 14295 |
14292 * emulation/pc-select.el (pc-select-save-and-set-mode): | 14296 * emulation/pc-select.el (pc-select-save-and-set-mode): |
14293 Properly use MODE-VAR. | 14297 Properly use MODE-VAR. |
14294 | 14298 |
14295 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14299 2002-01-29 Pavel Janík <Pavel@Janik.cz> |
14296 | 14300 |
14297 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs | 14301 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs |
14298 Version" to "About Emacs". | 14302 Version" to "About Emacs". |
14299 (menu-bar-options-save): Add `default-frame-alist' | 14303 (menu-bar-options-save): Add `default-frame-alist' |
14300 to saved variables. | 14304 to saved variables. |
14307 | 14311 |
14308 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> | 14312 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> |
14309 | 14313 |
14310 * calendar/calendar.el (generate-calendar-month): Doc fix. | 14314 * calendar/calendar.el (generate-calendar-month): Doc fix. |
14311 | 14315 |
14312 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14316 2002-01-27 Pavel Janík <Pavel@Janik.cz> |
14313 | 14317 |
14314 * time.el (display-time-mail-directory): New option. | 14318 * time.el (display-time-mail-directory): New option. |
14315 (display-time-mail-function): Update doc-string. | 14319 (display-time-mail-function): Update doc-string. |
14316 (display-time-mail-icon): Use XPM image when available. | 14320 (display-time-mail-icon): Use XPM image when available. |
14317 (display-time-string-forms): Use more descriptive text as | 14321 (display-time-string-forms): Use more descriptive text as |
14479 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits. | 14483 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits. |
14480 | 14484 |
14481 * ibuffer.el: Don't require ibuf-ext at load time. | 14485 * ibuffer.el: Don't require ibuf-ext at load time. |
14482 (ibuffer): Require ibuf-ext here. | 14486 (ibuffer): Require ibuf-ext here. |
14483 | 14487 |
14484 2002-01-21 Francesco Potort,Al(B <pot@gnu.org> | 14488 2002-01-21 Francesco Potortì <pot@gnu.org> |
14485 | 14489 |
14486 * generic-x.el (apache-conf-generic-mode): Highlight the first | 14490 * generic-x.el (apache-conf-generic-mode): Highlight the first |
14487 word in a line even if preceded by blanks. | 14491 word in a line even if preceded by blanks. |
14488 | 14492 |
14489 2002-01-21 Richard M. Stallman <rms@gnu.org> | 14493 2002-01-21 Richard M. Stallman <rms@gnu.org> |
14522 | 14526 |
14523 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled | 14527 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled |
14524 with `byte-compile-dynamic'. | 14528 with `byte-compile-dynamic'. |
14525 (ibuffer-default-directory, toplevel): Doc files. | 14529 (ibuffer-default-directory, toplevel): Doc files. |
14526 | 14530 |
14527 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14531 2002-01-20 Pavel Janík <Pavel@Janik.cz> |
14528 | 14532 |
14529 * tempo.el (tempo-define-template): Doc fix. | 14533 * tempo.el (tempo-define-template): Doc fix. |
14530 | 14534 |
14531 * scroll-bar.el (scroll-bar-mode): Make argument optional. | 14535 * scroll-bar.el (scroll-bar-mode): Make argument optional. |
14532 | 14536 |
14539 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el | 14543 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el |
14540 and make them defcustoms. | 14544 and make them defcustoms. |
14541 | 14545 |
14542 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. | 14546 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. |
14543 | 14547 |
14544 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14548 2002-01-19 Pavel Janík <Pavel@Janik.cz> |
14545 | 14549 |
14546 * language/tibet-util.el (tibetan-decompose-region) | 14550 * language/tibet-util.el (tibetan-decompose-region) |
14547 (tibetan-decompose-string): Fix typo in docstring. | 14551 (tibetan-decompose-string): Fix typo in docstring. |
14548 | 14552 |
14549 * ruler-mode.el (ruler-mode): New keyword. Fix :version. | 14553 * ruler-mode.el (ruler-mode): New keyword. Fix :version. |
14631 | 14635 |
14632 2002-01-16 Andreas Schwab <schwab@suse.de> | 14636 2002-01-16 Andreas Schwab <schwab@suse.de> |
14633 | 14637 |
14634 * mail/feedmail.el (feedmail): Fix :link spec. | 14638 * mail/feedmail.el (feedmail): Fix :link spec. |
14635 | 14639 |
14636 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14640 2002-01-16 Pavel Janík <Pavel@Janik.cz> |
14637 | 14641 |
14638 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version | 14642 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version |
14639 2 ldapsearch. | 14643 2 ldapsearch. |
14640 | 14644 |
14641 * net/eudc.el: New maintainer. Change author's address. | 14645 * net/eudc.el: New maintainer. Change author's address. |
14713 | 14717 |
14714 2002-01-13 Andreas Schwab <schwab@suse.de> | 14718 2002-01-13 Andreas Schwab <schwab@suse.de> |
14715 | 14719 |
14716 * dired-aux.el (dired-do-shell-command): Doc fix. | 14720 * dired-aux.el (dired-do-shell-command): Doc fix. |
14717 | 14721 |
14718 2002-01-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 14722 2002-01-13 Jan Djärv <jan.h.d@swipnet.se> |
14719 | 14723 |
14720 * startup.el (command-line-x-option-alist): New options "-fs", | 14724 * startup.el (command-line-x-option-alist): New options "-fs", |
14721 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". | 14725 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". |
14722 | 14726 |
14723 * term/x-win.el (x-handle-initial-switch): New function. | 14727 * term/x-win.el (x-handle-initial-switch): New function. |
14748 (comint-simple-send): If comint-input-sender-no-newline, | 14752 (comint-simple-send): If comint-input-sender-no-newline, |
14749 don't output newline, but maybe send eof. | 14753 don't output newline, but maybe send eof. |
14750 (comint-send-input): New arg NO-NEWLINE. | 14754 (comint-send-input): New arg NO-NEWLINE. |
14751 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. | 14755 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. |
14752 | 14756 |
14753 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14757 2002-01-12 Pavel Janík <Pavel@Janik.cz> |
14754 | 14758 |
14755 * textmodes/flyspell.el (flyspell-check-pre-word-p): | 14759 * textmodes/flyspell.el (flyspell-check-pre-word-p): |
14756 Prevent delaying when executing keyboard macros. | 14760 Prevent delaying when executing keyboard macros. |
14757 | 14761 |
14758 2002-01-12 Richard M. Stallman <rms@gnu.org> | 14762 2002-01-12 Richard M. Stallman <rms@gnu.org> |
14833 | 14837 |
14834 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. | 14838 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. |
14835 | 14839 |
14836 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. | 14840 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. |
14837 | 14841 |
14838 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14842 2002-01-08 Pavel Janík <Pavel@Janik.cz> |
14839 | 14843 |
14840 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): | 14844 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): |
14841 Do not use make-local-hook. | 14845 Do not use make-local-hook. |
14842 | 14846 |
14843 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> | 14847 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> |
14849 | 14853 |
14850 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> | 14854 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> |
14851 | 14855 |
14852 * ediff-hook.el: Add an autoload cookie. | 14856 * ediff-hook.el: Add an autoload cookie. |
14853 | 14857 |
14854 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14858 2002-01-08 Pavel Janík <Pavel@Janik.cz> |
14855 | 14859 |
14856 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail | 14860 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail |
14857 address of the author. | 14861 address of the author. |
14858 | 14862 |
14859 2002-01-08 Richard M. Stallman <rms@gnu.org> | 14863 2002-01-08 Richard M. Stallman <rms@gnu.org> |
14961 if following a kill command. | 14965 if following a kill command. |
14962 | 14966 |
14963 * help-fns.el (describe-variable, describe-function): | 14967 * help-fns.el (describe-variable, describe-function): |
14964 Do save-excursion. | 14968 Do save-excursion. |
14965 | 14969 |
14966 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14970 2002-01-06 Pavel Janík <Pavel@Janik.cz> |
14967 | 14971 |
14968 * net/ldap.el (ldap-search-internal): Skip error message from | 14972 * net/ldap.el (ldap-search-internal): Skip error message from |
14969 ldapsearch. Allow listing attribute names only. Do not open | 14973 ldapsearch. Allow listing attribute names only. Do not open |
14970 non-existent files. | 14974 non-existent files. |
14971 | 14975 |
14985 (enriched-handle-display-prop): Return proper values. | 14989 (enriched-handle-display-prop): Return proper values. |
14986 | 14990 |
14987 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): | 14991 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): |
14988 Use proper attribute name labeledUri instead of deprecated labeledUrl. | 14992 Use proper attribute name labeledUri instead of deprecated labeledUrl. |
14989 | 14993 |
14990 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 14994 2002-01-05 Pavel Janík <Pavel@Janik.cz> |
14991 | 14995 |
14992 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when | 14996 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when |
14993 editing an empty hotlist. | 14997 editing an empty hotlist. |
14994 | 14998 |
14995 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. | 14999 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. |
15046 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from | 15050 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from |
15047 2001-10-24. | 15051 2001-10-24. |
15048 | 15052 |
15049 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. | 15053 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. |
15050 | 15054 |
15051 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15055 2002-01-04 Pavel Janík <Pavel@Janik.cz> |
15052 | 15056 |
15053 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. | 15057 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. |
15054 (ldap-ignore-attribute-codings): Change the default value to allow | 15058 (ldap-ignore-attribute-codings): Change the default value to allow |
15055 encoding/decoding of attributes. | 15059 encoding/decoding of attributes. |
15056 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix. | 15060 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix. |
15076 `ls' directly. Bind coding-system-for-read to emacs-mule-unix | 15080 `ls' directly. Bind coding-system-for-read to emacs-mule-unix |
15077 before reading the auto-save file. If the buffer's auto-save file | 15081 before reading the auto-save file. If the buffer's auto-save file |
15078 does not exist, call mail-recover-1 to allow recovery from past | 15082 does not exist, call mail-recover-1 to allow recovery from past |
15079 auto-saved drafts. | 15083 auto-saved drafts. |
15080 | 15084 |
15081 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15085 2002-01-03 Pavel Janík <Pavel@Janik.cz> |
15082 | 15086 |
15083 * time.el (display-time-load-average-threshold): Fix defcustom | 15087 * time.el (display-time-load-average-threshold): Fix defcustom |
15084 (add type and group). | 15088 (add type and group). |
15085 | 15089 |
15086 * net/ange-ftp.el (ange-ftp-shell-command): Remove port | 15090 * net/ange-ftp.el (ange-ftp-shell-command): Remove port |
15195 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> | 15199 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
15196 | 15200 |
15197 * bindings.el (function-key-map): Don't bind shifted keypad | 15201 * bindings.el (function-key-map): Don't bind shifted keypad |
15198 numeric keys. | 15202 numeric keys. |
15199 | 15203 |
15200 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15204 2002-01-02 Pavel Janík <Pavel@Janik.cz> |
15201 | 15205 |
15202 * enriched.el (enriched-handle-display-prop): Remove unused variables. | 15206 * enriched.el (enriched-handle-display-prop): Remove unused variables. |
15203 (enriched-mode): Doc fix. | 15207 (enriched-mode): Doc fix. |
15204 | 15208 |
15205 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> | 15209 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> |
15231 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> | 15235 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> |
15232 | 15236 |
15233 * cus-edit.el (custom-face-edit-fix-value): New function. | 15237 * cus-edit.el (custom-face-edit-fix-value): New function. |
15234 (custom-face-edit): Use it, to convert :italic and :bold to new forms. | 15238 (custom-face-edit): Use it, to convert :italic and :bold to new forms. |
15235 | 15239 |
15236 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15240 2001-12-30 Pavel Janík <Pavel@Janik.cz> |
15237 | 15241 |
15238 * progmodes/octave-mod.el (octave-abbrev-table): | 15242 * progmodes/octave-mod.el (octave-abbrev-table): |
15239 * progmodes/idlwave.el (idlwave-mode-abbrev-table): | 15243 * progmodes/idlwave.el (idlwave-mode-abbrev-table): |
15240 * progmodes/fortran.el (fortran-mode-abbrev-table): | 15244 * progmodes/fortran.el (fortran-mode-abbrev-table): |
15241 * progmodes/f90.el (f90-mode-abbrev-table): | 15245 * progmodes/f90.el (f90-mode-abbrev-table): |
15361 | 15365 |
15362 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> | 15366 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> |
15363 | 15367 |
15364 * international/fontset.el: Don't require ind-util when compiling. | 15368 * international/fontset.el: Don't require ind-util when compiling. |
15365 | 15369 |
15366 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15370 2001-12-25 Pavel Janík <Pavel@Janik.cz> |
15367 | 15371 |
15368 * emulation/tpu-edt.el (tpu-reset-screen-size): | 15372 * emulation/tpu-edt.el (tpu-reset-screen-size): |
15369 Use set-frame-height and set-frame-width instead of set-screen-height | 15373 Use set-frame-height and set-frame-width instead of set-screen-height |
15370 and set-screen-width. | 15374 and set-screen-width. |
15371 | 15375 |
15449 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. | 15453 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. |
15450 | 15454 |
15451 * play/yow.el (yow): Use an arg to distinguish interactive calls, | 15455 * play/yow.el (yow): Use an arg to distinguish interactive calls, |
15452 not interactive-p. | 15456 not interactive-p. |
15453 | 15457 |
15454 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15458 2001-12-22 Pavel Janík <Pavel@Janik.cz> |
15455 | 15459 |
15456 * emacs-lisp/elint.el (elint-unknown-builtin-args): | 15460 * emacs-lisp/elint.el (elint-unknown-builtin-args): |
15457 Remove mocklisp entries. | 15461 Remove mocklisp entries. |
15458 | 15462 |
15459 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in | 15463 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in |
15475 2001-12-22 Miles Bader <miles@gnu.org> | 15479 2001-12-22 Miles Bader <miles@gnu.org> |
15476 | 15480 |
15477 * textmodes/refill.el (refill-mode): Don't barf when redundantly | 15481 * textmodes/refill.el (refill-mode): Don't barf when redundantly |
15478 turning refill-mode off. | 15482 turning refill-mode off. |
15479 | 15483 |
15480 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15484 2001-12-22 Pavel Janík <Pavel@Janik.cz> |
15481 | 15485 |
15482 * time.el (display-time-load-average-threshold): New variable. | 15486 * time.el (display-time-load-average-threshold): New variable. |
15483 (display-time-update): Use it. | 15487 (display-time-update): Use it. |
15484 | 15488 |
15485 These changes allow cycling through past 1, 5 and 15 minutes | 15489 These changes allow cycling through past 1, 5 and 15 minutes |
15618 | 15622 |
15619 * international/mule-diag.el (describe-coding-system) | 15623 * international/mule-diag.el (describe-coding-system) |
15620 (print-coding-system-briefly): Make printed output have a similar | 15624 (print-coding-system-briefly): Make printed output have a similar |
15621 format as describe-character-set. | 15625 format as describe-character-set. |
15622 | 15626 |
15623 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15627 2001-12-20 Pavel Janík <Pavel@Janik.cz> |
15624 | 15628 |
15625 * play/blackbox.el (bb-member): Remove, use member instead. | 15629 * play/blackbox.el (bb-member): Remove, use member instead. |
15626 (bb-delete): Remove, use delete instead. | 15630 (bb-delete): Remove, use delete instead. |
15627 Update copyright notice. Defvar for bb-board, bb-x, bb-y, | 15631 Update copyright notice. Defvar for bb-board, bb-x, bb-y, |
15628 bb-score, bb-detour-count and bb-balls-placed. | 15632 bb-score, bb-detour-count and bb-balls-placed. |
15652 | 15656 |
15653 2001-12-19 Miles Bader <miles@gnu.org> | 15657 2001-12-19 Miles Bader <miles@gnu.org> |
15654 | 15658 |
15655 * international/fontset.el: Require `ind-util' when compiling. | 15659 * international/fontset.el: Require `ind-util' when compiling. |
15656 | 15660 |
15657 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15661 2001-12-18 Pavel Janík <Pavel@Janik.cz> |
15658 | 15662 |
15659 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string | 15663 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string |
15660 instead of decompose-composite-char. | 15664 instead of decompose-composite-char. |
15661 | 15665 |
15662 2001-12-18 Richard M. Stallman <rms@gnu.org> | 15666 2001-12-18 Richard M. Stallman <rms@gnu.org> |
15870 (xml-parse-tag): Don't skip white space. Return nil for a comment. | 15874 (xml-parse-tag): Don't skip white space. Return nil for a comment. |
15871 Concat the two strings surrounding a comment into a single string. | 15875 Concat the two strings surrounding a comment into a single string. |
15872 | 15876 |
15873 * newcomment.el (comment-indent): Jump to the middle of empty comments. | 15877 * newcomment.el (comment-indent): Jump to the middle of empty comments. |
15874 | 15878 |
15875 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15879 2001-12-14 Pavel Janík <Pavel@Janik.cz> |
15876 | 15880 |
15877 * select.el (xselect-convert-to-class, xselect-convert-to-name): | 15881 * select.el (xselect-convert-to-class, xselect-convert-to-name): |
15878 Document. | 15882 Document. |
15879 | 15883 |
15880 2001-12-14 Andre Spiegel <spiegel@gnu.org> | 15884 2001-12-14 Andre Spiegel <spiegel@gnu.org> |
15918 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> | 15922 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> |
15919 | 15923 |
15920 * international/mule.el (set-auto-coding): Don't search for | 15924 * international/mule.el (set-auto-coding): Don't search for |
15921 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. | 15925 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. |
15922 | 15926 |
15923 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15927 2001-12-13 Pavel Janík <Pavel@Janik.cz> |
15924 | 15928 |
15925 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. | 15929 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. |
15926 | 15930 |
15927 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. | 15931 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. |
15928 | 15932 |
15974 * language/thai-util.el, language/thai.el: Add Unicode equivalents. | 15978 * language/thai-util.el, language/thai.el: Add Unicode equivalents. |
15975 | 15979 |
15976 * language/european.el: Remove autoload cookies. Fix registration | 15980 * language/european.el: Remove autoload cookies. Fix registration |
15977 of diacritic composition function. | 15981 of diacritic composition function. |
15978 | 15982 |
15979 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 15983 2001-12-11 Pavel Janík <Pavel@Janik.cz> |
15980 | 15984 |
15981 * calendar/todo-mode.el: Require time-stamp. | 15985 * calendar/todo-mode.el: Require time-stamp. |
15982 | 15986 |
15983 * net/zone-mode.el (zone-mode): Don't use make-local-hook. | 15987 * net/zone-mode.el (zone-mode): Don't use make-local-hook. |
15984 | 15988 |
16031 | 16035 |
16032 * iswitchb.el (iswitchb-visit-buffer): | 16036 * iswitchb.el (iswitchb-visit-buffer): |
16033 Use `select-frame-set-input-focus'--needed when window manager | 16037 Use `select-frame-set-input-focus'--needed when window manager |
16034 uses "click to focus" policy. | 16038 uses "click to focus" policy. |
16035 | 16039 |
16036 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16040 2001-12-09 Pavel Janík <Pavel@Janik.cz> |
16037 | 16041 |
16038 * COPYING: Moved back. | 16042 * COPYING: Moved back. |
16039 | 16043 |
16040 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> | 16044 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> |
16041 | 16045 |
16180 (tags-search, tags-query-replace): Use backquotes. | 16184 (tags-search, tags-query-replace): Use backquotes. |
16181 | 16185 |
16182 * textmodes/picture.el (picture-mode-map): Don't use defconst | 16186 * textmodes/picture.el (picture-mode-map): Don't use defconst |
16183 for a variable. | 16187 for a variable. |
16184 | 16188 |
16185 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16189 2001-12-02 Pavel Janík <Pavel@Janik.cz> |
16186 | 16190 |
16187 * textmodes/reftex-index.el (reftex-index-mode): | 16191 * textmodes/reftex-index.el (reftex-index-mode): |
16188 Remove make-local-hook. | 16192 Remove make-local-hook. |
16189 | 16193 |
16190 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. | 16194 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. |
16245 * progmodes/hideif.el (hide-ifdef-mode): Only modify | 16249 * progmodes/hideif.el (hide-ifdef-mode): Only modify |
16246 `change-major-mode-hook' locally. Reset invisibility spec. | 16250 `change-major-mode-hook' locally. Reset invisibility spec. |
16247 | 16251 |
16248 * man.el (Man-build-section-alist): Remove last Man-match-substring. | 16252 * man.el (Man-build-section-alist): Remove last Man-match-substring. |
16249 | 16253 |
16250 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 16254 2001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
16251 | 16255 |
16252 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. | 16256 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. |
16253 Clarify error message. | 16257 Clarify error message. |
16254 | 16258 |
16255 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 16259 2001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
16256 | 16260 |
16257 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. | 16261 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. |
16258 | 16262 |
16259 2001-11-30 Andre Spiegel <spiegel@gnu.org> | 16263 2001-11-30 Andre Spiegel <spiegel@gnu.org> |
16260 | 16264 |
16304 several sequential nodes. Add a simple caching mechanism. | 16308 several sequential nodes. Add a simple caching mechanism. |
16305 (Info-goto-index): New function extracted from Info-index. | 16309 (Info-goto-index): New function extracted from Info-index. |
16306 (Info-index): Use it. Add completion to the interactive spec. | 16310 (Info-index): Use it. Add completion to the interactive spec. |
16307 (Info-menu-update): Simplify call to `Info-complete-menu-item'. | 16311 (Info-menu-update): Simplify call to `Info-complete-menu-item'. |
16308 | 16312 |
16309 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16313 2001-11-29 Pavel Janík <Pavel@Janik.cz> |
16310 | 16314 |
16311 * COPYING: Removed. | 16315 * COPYING: Removed. |
16312 | 16316 |
16313 2001-11-29 Dave Love <fx@gnu.org> | 16317 2001-11-29 Dave Love <fx@gnu.org> |
16314 | 16318 |
16321 * international/mule.el: Doc fixes. | 16325 * international/mule.el: Doc fixes. |
16322 (map-charset-chars): New function. | 16326 (map-charset-chars): New function. |
16323 (register-char-codings): Use it to cope with generic chars in | 16327 (register-char-codings): Use it to cope with generic chars in |
16324 safe-chars. | 16328 safe-chars. |
16325 | 16329 |
16326 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16330 2001-11-29 Pavel Janík <Pavel@Janik.cz> |
16327 | 16331 |
16328 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. | 16332 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. |
16329 | 16333 |
16330 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. | 16334 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. |
16331 | 16335 |
16465 2001-11-26 Sam Steingold <sds@gnu.org> | 16469 2001-11-26 Sam Steingold <sds@gnu.org> |
16466 | 16470 |
16467 * frame.el (show-trailing-whitespace): Remove :set argument (the | 16471 * frame.el (show-trailing-whitespace): Remove :set argument (the |
16468 value was essentially identical to the defalt). | 16472 value was essentially identical to the defalt). |
16469 | 16473 |
16470 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16474 2001-11-26 Pavel Janík <Pavel@Janik.cz> |
16471 | 16475 |
16472 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. | 16476 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. |
16473 | 16477 |
16474 * icomplete.el (icomplete-minibuffer-setup): Likewise. | 16478 * icomplete.el (icomplete-minibuffer-setup): Likewise. |
16475 | 16479 |
16529 | 16533 |
16530 * window.el (save-selected-window): No error if saved window is dead. | 16534 * window.el (save-selected-window): No error if saved window is dead. |
16531 | 16535 |
16532 * help-funs.el (describe-syntax): Put (interactive) after doc string. | 16536 * help-funs.el (describe-syntax): Put (interactive) after doc string. |
16533 | 16537 |
16534 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16538 2001-11-26 Pavel Janík <Pavel@Janik.cz> |
16535 | 16539 |
16536 * international/quail.el (quail-help): Require help-mode in | 16540 * international/quail.el (quail-help): Require help-mode in |
16537 top-level instead. | 16541 top-level instead. |
16538 | 16542 |
16539 * iswitchb.el (iswitchb-exhibit): Use insert instead of | 16543 * iswitchb.el (iswitchb-exhibit): Use insert instead of |
16600 Define each button type with its own explicit define-button-type. | 16604 Define each button type with its own explicit define-button-type. |
16601 | 16605 |
16602 * language/devan-util.el: Comment out parts of the file | 16606 * language/devan-util.el: Comment out parts of the file |
16603 which apparently are garbled. | 16607 which apparently are garbled. |
16604 | 16608 |
16605 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16609 2001-11-25 Pavel Janík <Pavel@Janik.cz> |
16606 | 16610 |
16607 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use | 16611 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use |
16608 insert-string. | 16612 insert-string. |
16609 | 16613 |
16610 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 16614 2001-11-25 Pavel Janík <Pavel@Janik.cz> |
16611 | 16615 |
16612 * play/snake.el (snake-mode): Remove make-local-hook. | 16616 * play/snake.el (snake-mode): Remove make-local-hook. |
16613 | 16617 |
16614 * play/tetris.el (tetris-mode): Likewise. | 16618 * play/tetris.el (tetris-mode): Likewise. |
16615 | 16619 |
16683 * vc.el (with-vc-properties): Don't bind `filename' locally. | 16687 * vc.el (with-vc-properties): Don't bind `filename' locally. |
16684 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings | 16688 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings |
16685 to avoid name clashes. Fix `lisp-indent-function' property for | 16689 to avoid name clashes. Fix `lisp-indent-function' property for |
16686 both. | 16690 both. |
16687 | 16691 |
16688 2001-11-23 Francesco Potort,Al(B <pot@gnu.org> | 16692 2001-11-23 Francesco Potortì <pot@gnu.org> |
16689 | 16693 |
16690 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword. | 16694 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword. |
16691 | 16695 |
16692 2001-11-22 Colin Walters <walters@debian.org> | 16696 2001-11-22 Colin Walters <walters@debian.org> |
16693 | 16697 |
16732 | 16736 |
16733 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. | 16737 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. |
16734 | 16738 |
16735 * international/encoded-kb.el: Don't alter minor-map-alist. | 16739 * international/encoded-kb.el: Don't alter minor-map-alist. |
16736 | 16740 |
16737 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 16741 2001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
16738 | 16742 |
16739 * files.el (auto-save-file-name-transforms): Put remote files in | 16743 * files.el (auto-save-file-name-transforms): Put remote files in |
16740 temporary-file-directory rather than /tmp. | 16744 temporary-file-directory rather than /tmp. |
16741 | 16745 |
16742 2001-11-21 Colin Walters <walters@debian.org> | 16746 2001-11-21 Colin Walters <walters@debian.org> |
17090 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word | 17094 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word |
17091 if it doesn't make sense as anything else. | 17095 if it doesn't make sense as anything else. |
17092 Don't recognize a "telephone number" at the beginning of the name. | 17096 Don't recognize a "telephone number" at the beginning of the name. |
17093 (mail-extr-leading-garbage): Match non-word characters only. | 17097 (mail-extr-leading-garbage): Match non-word characters only. |
17094 | 17098 |
17095 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 17099 2001-11-16 Pavel Janík <Pavel@Janik.cz> |
17096 | 17100 |
17097 * startup.el (command-line-processed): Doc fix. | 17101 * startup.el (command-line-processed): Doc fix. |
17098 | 17102 |
17099 * apropos.el (apropos-next-label-button): Doc fix. | 17103 * apropos.el (apropos-next-label-button): Doc fix. |
17100 | 17104 |
17118 | 17122 |
17119 * emacs-lisp/cl.el (values, values-list, multiple-value-list) | 17123 * emacs-lisp/cl.el (values, values-list, multiple-value-list) |
17120 (multiple-value-apply, nth-value): Use defsubst rather than defalias | 17124 (multiple-value-apply, nth-value): Use defsubst rather than defalias |
17121 to get better doc strings. | 17125 to get better doc strings. |
17122 | 17126 |
17123 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 17127 2001-11-15 Pavel Janík <Pavel@Janik.cz> |
17124 | 17128 |
17125 * derived.el: Fix autoload cookie. | 17129 * derived.el: Fix autoload cookie. |
17126 | 17130 |
17127 2001-11-15 Richard M. Stallman <rms@gnu.org> | 17131 2001-11-15 Richard M. Stallman <rms@gnu.org> |
17128 | 17132 |
17313 (log-view-current-file): Do final `expand-file-name' in the | 17317 (log-view-current-file): Do final `expand-file-name' in the |
17314 current `default-directory'. | 17318 current `default-directory'. |
17315 (log-view-current-tag): Take an optional `where' arg. | 17319 (log-view-current-tag): Take an optional `where' arg. |
17316 (log-view-diff): New user command. | 17320 (log-view-diff): New user command. |
17317 | 17321 |
17318 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 17322 2001-11-12 Pavel Janík <Pavel@Janik.cz> |
17319 | 17323 |
17320 * progmodes/cpp.el (cpp-choose-face): Fix typo. | 17324 * progmodes/cpp.el (cpp-choose-face): Fix typo. |
17321 | 17325 |
17322 2001-11-12 Sam Steingold <sds@gnu.org> | 17326 2001-11-12 Sam Steingold <sds@gnu.org> |
17323 | 17327 |
17353 `unread-command-char'. | 17357 `unread-command-char'. |
17354 | 17358 |
17355 * calc/calc-ext.el (calc-init-extensions): Update autoload names | 17359 * calc/calc-ext.el (calc-init-extensions): Update autoload names |
17356 to match files renamed on initial calc import. | 17360 to match files renamed on initial calc import. |
17357 | 17361 |
17358 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 17362 2001-11-12 Pavel Janík <Pavel@Janik.cz> |
17359 | 17363 |
17360 * textmodes/flyspell.el (flyspell-default-dictionary): | 17364 * textmodes/flyspell.el (flyspell-default-dictionary): |
17361 Fix previous change. | 17365 Fix previous change. |
17362 | 17366 |
17363 2001-11-12 Richard M. Stallman <rms@gnu.org> | 17367 2001-11-12 Richard M. Stallman <rms@gnu.org> |
17396 (clipboard-yank): Ditto. | 17400 (clipboard-yank): Ditto. |
17397 | 17401 |
17398 2001-11-11 Colin Walters <walters@verbum.org> | 17402 2001-11-11 Colin Walters <walters@verbum.org> |
17399 | 17403 |
17400 The following changes are based on patches from | 17404 The following changes are based on patches from |
17401 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann | 17405 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann |
17402 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. | 17406 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. |
17403 | 17407 |
17404 * calc/calc.el (toplevel): Require calc-macs. | 17408 * calc/calc.el (toplevel): Require calc-macs. |
17405 (calc-minibuffer-size): New. | 17409 (calc-minibuffer-size): New. |
17406 (calcDigit-nondigit): Use it instead of `buffer-size'. | 17410 (calcDigit-nondigit): Use it instead of `buffer-size'. |
17465 | 17469 |
17466 * wid-edit.el (checklist): Removed `:menu-tag'. | 17470 * wid-edit.el (checklist): Removed `:menu-tag'. |
17467 (radio-button-choice): Ditto. | 17471 (radio-button-choice): Ditto. |
17468 (editable-list): Ditto. | 17472 (editable-list): Ditto. |
17469 | 17473 |
17470 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 17474 2001-11-09 Pavel Janík <Pavel@Janik.cz> |
17471 | 17475 |
17472 * play/gomoku.el: Move definitions of constants to the beginning | 17476 * play/gomoku.el: Move definitions of constants to the beginning |
17473 of file, before their use. | 17477 of file, before their use. |
17474 | 17478 |
17475 2001-11-09 Richard M. Stallman <rms@gnu.org> | 17479 2001-11-09 Richard M. Stallman <rms@gnu.org> |
17741 | 17745 |
17742 * emacs-lisp/debug.el (debugger-make-xrefs): New function. | 17746 * emacs-lisp/debug.el (debugger-make-xrefs): New function. |
17743 (debugger-setup-buffer): Call it. | 17747 (debugger-setup-buffer): Call it. |
17744 (debugger-mode-map): Bind RET and mouse-2. | 17748 (debugger-mode-map): Bind RET and mouse-2. |
17745 | 17749 |
17746 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 17750 2001-10-31 Pavel Janík <Pavel@Janik.cz> |
17747 | 17751 |
17748 * startup.el: Document command line option --no-window-system | 17752 * startup.el: Document command line option --no-window-system |
17749 instead of --no-windows. | 17753 instead of --no-windows. |
17750 | 17754 |
17751 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 17755 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> |
17884 | 17888 |
17885 * emacs-lisp/bytecomp.el (byte-recompile-directory): | 17889 * emacs-lisp/bytecomp.el (byte-recompile-directory): |
17886 Report numbers of files skipped and failed too. | 17890 Report numbers of files skipped and failed too. |
17887 (byte-compile-file): Return 'no-byte-compile for skipped files. | 17891 (byte-compile-file): Return 'no-byte-compile for skipped files. |
17888 | 17892 |
17889 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 17893 2001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
17890 | 17894 |
17891 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' | 17895 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' |
17892 and `M p'. | 17896 and `M p'. |
17893 | 17897 |
17894 2001-10-29 Gerd Moellmann <gerd@gnu.org> | 17898 2001-10-29 Gerd Moellmann <gerd@gnu.org> |
18234 2001-10-22 Gerd Moellmann <gerd@gnu.org> | 18238 2001-10-22 Gerd Moellmann <gerd@gnu.org> |
18235 | 18239 |
18236 * progmodes/compile.el (compilation-set-window-height): | 18240 * progmodes/compile.el (compilation-set-window-height): |
18237 Select old window only if it's still live. | 18241 Select old window only if it's still live. |
18238 | 18242 |
18239 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> | 18243 2001-10-22 Pavel Janík <Pavel@Janik.cz> |
18240 | 18244 |
18241 * help-mode.el (help-buffer): Remove debugging code. | 18245 * help-mode.el (help-buffer): Remove debugging code. |
18242 From Stefan Monnier <monnier@cs.yale.edu>. | 18246 From Stefan Monnier <monnier@cs.yale.edu>. |
18243 | 18247 |
18244 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> | 18248 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> |