aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2003-03-04 21:07:58 +0000
committerJan Djärv2003-03-04 21:07:58 +0000
commitb45cd9eeafa2ca9b727ab73d9de3426f911b8164 (patch)
tree7eebd22e777a1fa40b298c46a9edc8c60bace98c
parent9d00001fc6d7006367cbad8f73de060e6a5e3d10 (diff)
downloademacs-b45cd9eeafa2ca9b727ab73d9de3426f911b8164.tar.gz
emacs-b45cd9eeafa2ca9b727ab73d9de3426f911b8164.zip
Restore iso-2022-7bit
-rw-r--r--lisp/ChangeLog356
1 files changed, 178 insertions, 178 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbc140a2df2..4c73172315f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -34,14 +34,14 @@
34 "`(" to same so that function and macro bodies beginning with a 34 "`(" to same so that function and macro bodies beginning with a
35 backquote do not get disturbed. Revise the comments. 35 backquote do not get disturbed. Revise the comments.
36 36
372003-03-01 Jan Djärv <jan.h.d@swipnet.se> 372003-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
38 38
39 * startup.el (command-line): Call menu-bar-mode with 1 instead of t. 39 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
40 40
41 * menu-bar.el (menu-bar-mode): Change to define-minor-mode 41 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
42 and initialize as for tool-bar-mode. 42 and initialize as for tool-bar-mode.
43 43
442003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 442003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
45 45
46 * net/tramp.el: Version 2.0.30 released. 46 * net/tramp.el: Version 2.0.30 released.
47 Replace term "path" with "localname" unless it is used for a 47 Replace term "path" with "localname" unless it is used for a
@@ -207,12 +207,12 @@
207 in some earlier merge. 207 in some earlier merge.
208 (cperl-tags-hier-init): Use display-popup-menus-p. 208 (cperl-tags-hier-init): Use display-popup-menus-p.
209 209
2102003-02-22 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 2102003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
211 211
212 * files.el (abbreviate-file-name): Shorten docstring: variables 212 * files.el (abbreviate-file-name): Shorten docstring: variables
213 are now hyperlinks and `C-h v' need not be mentioned explicitly. 213 are now hyperlinks and `C-h v' need not be mentioned explicitly.
214 214
2152003-02-21 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 2152003-02-21 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
216 216
217 * files.el (abbreviate-file-name): Document removal of 217 * files.el (abbreviate-file-name): Document removal of
218 automounter prefixes. Reported by Lars Hansen. 218 automounter prefixes. Reported by Lars Hansen.
@@ -247,7 +247,7 @@
247 * info.el (Info-extract-menu-node-name): Stop if colon is 247 * info.el (Info-extract-menu-node-name): Stop if colon is
248 followed by open paren. 248 followed by open paren.
249 249
2502003-02-20 Francesco Potortì <pot@gnu.org> 2502003-02-20 Francesco Potort,Al(B <pot@gnu.org>
251 251
252 * mail/undigest.el (unforward-rmail-message): Allow nested 252 * mail/undigest.el (unforward-rmail-message): Allow nested
253 unforwarding, that is, preserve old Forwarded-From/Date headers. 253 unforwarding, that is, preserve old Forwarded-From/Date headers.
@@ -669,7 +669,7 @@
669 669
670 * printing.el: New file. 670 * printing.el: New file.
671 671
6722003-02-07 Francesco Potortì <pot@gnu.org> 6722003-02-07 Francesco Potort,Al(B <pot@gnu.org>
673 673
674 * language/european.el ("French", "Slovenian"): Fix doc strings. 674 * language/european.el ("French", "Slovenian"): Fix doc strings.
675 675
@@ -680,7 +680,7 @@
680 (rmail-summary-next-labeled-message, rmail-summary-resend) 680 (rmail-summary-next-labeled-message, rmail-summary-resend)
681 (rmail-summary-override-mail-send-and-exit): Doc fixes. 681 (rmail-summary-override-mail-send-and-exit): Doc fixes.
682 682
6832003-02-06 Francesco Potortì <pot@gnu.org> 6832003-02-06 Francesco Potort,Al(B <pot@gnu.org>
684 684
685 * language/european.el ("Italian"): New. 685 * language/european.el ("Italian"): New.
686 686
@@ -717,11 +717,11 @@
717 Undo last change (duplicates part of 2003-02-04 change). 717 Undo last change (duplicates part of 2003-02-04 change).
718 Remap `viper' delete commands only in file or dir mode. 718 Remap `viper' delete commands only in file or dir mode.
719 719
7202003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 7202003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
721 721
722 * ido.el (ido-define-mode-map): Interact with Viper. 722 * ido.el (ido-define-mode-map): Interact with Viper.
723 723
7242003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 7242003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
725 725
726 * net/tramp.el: Version 2.0.29 released. 726 * net/tramp.el: Version 2.0.29 released.
727 (tramp-send-region): Protect against tramp-chunksize being nil. 727 (tramp-send-region): Protect against tramp-chunksize being nil.
@@ -859,7 +859,7 @@
859 859
860 * ruler-mode.el (ruler-mode-margins-char): Likewise. 860 * ruler-mode.el (ruler-mode-margins-char): Likewise.
861 861
8622003-02-04 Francesco Potortì <pot@gnu.org> 8622003-02-04 Francesco Potort,Al(B <pot@gnu.org>
863 863
864 * mail/rmailout.el (rmail-output): If preserving MIME-version, 864 * mail/rmailout.el (rmail-output): If preserving MIME-version,
865 preserve Content-type too. 865 preserve Content-type too.
@@ -1039,7 +1039,7 @@
1039 * shell.el: 1039 * shell.el:
1040 * woman.el: Added cygwin to system-type comparisons. 1040 * woman.el: Added cygwin to system-type comparisons.
1041 1041
10422003-01-31 Francesco Potortì <pot@gnu.org> 10422003-01-31 Francesco Potort,Al(B <pot@gnu.org>
1043 1043
1044 * mail/undigest.el (rmail-forward-separator-regex): New custom 1044 * mail/undigest.el (rmail-forward-separator-regex): New custom
1045 variable. 1045 variable.
@@ -1176,7 +1176,7 @@
1176 (c-require-final-newline): Add a variable to make the 1176 (c-require-final-newline): Add a variable to make the
1177 initialization of `require-final-newline' more configurable. 1177 initialization of `require-final-newline' more configurable.
1178 1178
11792003-01-26 Jan Djärv <jan.h.d@swipnet.se> 11792003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
1180 1180
1181 * emacs-lisp/authors.el (authors-aliases): Add Jan D. 1181 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
1182 Set iso-2022-7bit coding: cookie. 1182 Set iso-2022-7bit coding: cookie.
@@ -1337,7 +1337,7 @@
1337 * Makefile.in (bootstrap-after): New target. 1337 * Makefile.in (bootstrap-after): New target.
1338 (bootstrap): Move finder-data, custom-deps to bootstrap-after. 1338 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1339 1339
13402003-01-22 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 13402003-01-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
1341 1341
1342 * info.el (Info-index-next): Use "(`,' tries to find next)" for 1342 * info.el (Info-index-next): Use "(`,' tries to find next)" for
1343 more matches for consistency with standalone info browser. 1343 more matches for consistency with standalone info browser.
@@ -1709,7 +1709,7 @@
1709 1709
1710 * international/code-pages.el (cp-make-coding-system): Fix last change. 1710 * international/code-pages.el (cp-make-coding-system): Fix last change.
1711 1711
17122003-01-10 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 17122003-01-10 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
1713 1713
1714 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and 1714 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1715 use regexp-opt for readability. 1715 use regexp-opt for readability.
@@ -1773,7 +1773,7 @@
1773 * mail/undigest.el (unforward-rmail-message): Don't use global 1773 * mail/undigest.el (unforward-rmail-message): Don't use global
1774 variable `n'. 1774 variable `n'.
1775 1775
17762003-01-08 Francesco Potortì <pot@gnu.org> 17762003-01-08 Francesco Potort,Al(B <pot@gnu.org>
1777 1777
1778 * mail/undigest.el (unforward-rmail-message): Simplified. 1778 * mail/undigest.el (unforward-rmail-message): Simplified.
1779 No functional change. 1779 No functional change.
@@ -1796,14 +1796,14 @@
1796 (custom-save-variables): Use custom-variable-p to detect 1796 (custom-save-variables): Use custom-variable-p to detect
1797 non-rogue variables. 1797 non-rogue variables.
1798 1798
17992003-01-07 Francesco Potortì <pot@gnu.org> 17992003-01-07 Francesco Potort,Al(B <pot@gnu.org>
1800 1800
1801 * mail/undigest.el (unforward-rmail-message): Skip all newlines 1801 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1802 after the initial separator. 1802 after the initial separator.
1803 (unforward-rmail-message): Forwarded-From: and Forwarded-Date: 1803 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1804 instead of Forwarded-from: and Forwarded-date:. 1804 instead of Forwarded-from: and Forwarded-date:.
1805 1805
18062003-01-07 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 18062003-01-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
1807 1807
1808 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are 1808 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1809 produced by TeX. 1809 produced by TeX.
@@ -2045,7 +2045,7 @@
2045 (customize-variable-other-window, customize-option-other-window): 2045 (customize-variable-other-window, customize-option-other-window):
2046 Definitions moved up. 2046 Definitions moved up.
2047 2047
20482002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 20482002-12-26 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
2049 2049
2050 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes. 2050 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
2051 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of 2051 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
@@ -2085,7 +2085,7 @@
2085 2085
2086 * cus-edit.el (custom-save-faces): Fix typo. 2086 * cus-edit.el (custom-save-faces): Fix typo.
2087 2087
20882002-12-23 Francesco Potortì <pot@gnu.org> 20882002-12-23 Francesco Potort,Al(B <pot@gnu.org>
2089 2089
2090 * mail/undigest.el (unforward-rmail-message): Do not assume that 2090 * mail/undigest.el (unforward-rmail-message): Do not assume that
2091 the forwarded message's Date: header comes after From:. Use a 2091 the forwarded message's Date: header comes after From:. Use a
@@ -2255,7 +2255,7 @@
2255 * dired.el (dired-insert-directory): Preserve text properties 2255 * dired.el (dired-insert-directory): Preserve text properties
2256 when quoting. 2256 when quoting.
2257 2257
22582002-12-20 Francesco Potortì <pot@gnu.org> 22582002-12-20 Francesco Potort,Al(B <pot@gnu.org>
2259 2259
2260 * mail/undigest.el (rmail-mail-separator): Renamed from 2260 * mail/undigest.el (rmail-mail-separator): Renamed from
2261 rmail-digest-mail-separator. All users changed. 2261 rmail-digest-mail-separator. All users changed.
@@ -2316,7 +2316,7 @@
2316 coding-system to allow users to specify unsafe coding system on 2316 coding-system to allow users to specify unsafe coding system on
2317 their risk. 2317 their risk.
2318 2318
23192002-12-16 Francesco Potortì <pot@gnu.org> 23192002-12-16 Francesco Potort,Al(B <pot@gnu.org>
2320 2320
2321 * mail/undigest.el (rmail-digest-methods) 2321 * mail/undigest.el (rmail-digest-methods)
2322 (rmail-digest-mail-separator): New variables. 2322 (rmail-digest-mail-separator): New variables.
@@ -2384,7 +2384,7 @@
2384 Add :set-after. 2384 Add :set-after.
2385 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. 2385 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2386 2386
23872002-12-15 Gustav Hållberg <gustav@virtutech.se> (tiny change) 23872002-12-15 Gustav H,Ae(Bllberg <gustav@virtutech.se> (tiny change)
2388 2388
2389 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the 2389 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2390 buffer as modified unless it really is. 2390 buffer as modified unless it really is.
@@ -2451,7 +2451,7 @@
2451 Update custom-type of `current-language-environment'. 2451 Update custom-type of `current-language-environment'.
2452 (current-language-environment): Fix custom type. 2452 (current-language-environment): Fix custom type.
2453 2453
24542002-12-11 Pavel Jan-Bík <Pavel@Janik.cz>-A 24542002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2455 2455
2456 * progmodes/antlr-mode.el (antlr): New URL. 2456 * progmodes/antlr-mode.el (antlr): New URL.
2457 2457
@@ -2801,7 +2801,7 @@
2801 2801
2802 * font-lock.el (c++-font-lock-extra-types): Fix previous change. 2802 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2803 2803
28042002-12-02 François Pinard <pinard@iro.umontreal.ca> 28042002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca>
2805 2805
2806 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight 2806 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2807 more make keywords: defined, endef, override, export, unexport 2807 more make keywords: defined, endef, override, export, unexport
@@ -3055,7 +3055,7 @@
3055 * register.el (describe-register-1): Don't assign to val the value 3055 * register.el (describe-register-1): Don't assign to val the value
3056 returned by `remove-list-of-text-properties'. 3056 returned by `remove-list-of-text-properties'.
3057 3057
30582002-11-18 Kai Großjohann <kai.grossjohann@uni-duisburg.de> 30582002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
3059 3059
3060 * calendar/diary-lib.el (fancy-diary-font-lock-keywords): 3060 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
3061 Grok month numbers, too. 3061 Grok month numbers, too.
@@ -4187,7 +4187,7 @@
4187 * textmodes/fill.el (fill-paragraph): Go to BOL before calling 4187 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
4188 forward-paragraph to make sure its return value is meaningful. 4188 forward-paragraph to make sure its return value is meaningful.
4189 4189
41902002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 41902002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4191 4191
4192 * net/tramp.el: Version 2.0.25 released. 4192 * net/tramp.el: Version 2.0.25 released.
4193 (tramp-handle-file-truename): If it's a directory, 4193 (tramp-handle-file-truename): If it's a directory,
@@ -4519,7 +4519,7 @@
4519 once Emacs is started up; initialize to "" at loadup time. 4519 once Emacs is started up; initialize to "" at loadup time.
4520 (command-line): "", not nil, means user-mail-address not set yet. 4520 (command-line): "", not nil, means user-mail-address not set yet.
4521 4521
45222002-09-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 45222002-09-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4523 4523
4524 * net/tramp.el: Version 2.0.24 released. 4524 * net/tramp.el: Version 2.0.24 released.
4525 (tramp-methods, tramp-completion-function-alist): 4525 (tramp-methods, tramp-completion-function-alist):
@@ -4907,7 +4907,7 @@
4907 * mail/sendmail.el (sendmail-send-it): If user's buffer 4907 * mail/sendmail.el (sendmail-send-it): If user's buffer
4908 is unibyte, make tembuf unibyte. 4908 is unibyte, make tembuf unibyte.
4909 4909
49102002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> 49102002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4911 4911
4912 * net/tramp.el: Version 2.0.22 released. 4912 * net/tramp.el: Version 2.0.22 released.
4913 (tramp-parse-rhosts, tramp-parse-shosts) 4913 (tramp-parse-rhosts, tramp-parse-shosts)
@@ -4924,7 +4924,7 @@
4924 (tramp-completion-function-alist): Add completion function for "ftp". 4924 (tramp-completion-function-alist): Add completion function for "ftp".
4925 From Michael Albinus <Michael.Albinus@alcatel.de>. 4925 From Michael Albinus <Michael.Albinus@alcatel.de>.
4926 4926
49272002-09-22 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49272002-09-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4928 4928
4929 * net/tramp.el: Version 2.0.21 released. 4929 * net/tramp.el: Version 2.0.21 released.
4930 (tramp-handle-file-newer-than-file-p): If mtime of both files is 4930 (tramp-handle-file-newer-than-file-p): If mtime of both files is
@@ -4938,11 +4938,11 @@
4938 (tramp-method-out-of-band-p): Correct number of args for 4938 (tramp-method-out-of-band-p): Correct number of args for
4939 `tramp-get-rsh-program' and similar functions. 4939 `tramp-get-rsh-program' and similar functions.
4940 4940
49412002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> 49412002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4942 4942
4943 * net/tramp.el: Version 2.0.20 released. 4943 * net/tramp.el: Version 2.0.20 released.
4944 4944
49452002-09-20 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> 49452002-09-20 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4946 4946
4947 * net/tramp.el (tramp-completion-function-alist): Escape open 4947 * net/tramp.el (tramp-completion-function-alist): Escape open
4948 paren in docstring. 4948 paren in docstring.
@@ -4971,24 +4971,24 @@
4971 `tramp-find-method'. Update callers. 4971 `tramp-find-method'. Update callers.
4972 (tramp-find-method): New function. 4972 (tramp-find-method): New function.
4973 4973
49742002-09-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49742002-09-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4975 4975
4976 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" 4976 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4977 in SWITCHES (by removing it). 4977 in SWITCHES (by removing it).
4978 4978
49792002-09-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49792002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4980 4980
4981 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. 4981 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4982 4982
49832002-09-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49832002-09-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4984 4984
4985 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. 4985 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4986 4986
49872002-09-16 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49872002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4988 4988
4989 * net/tramp.el (tramp-bug): Add tramp-methods. 4989 * net/tramp.el (tramp-bug): Add tramp-methods.
4990 4990
49912002-09-16 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49912002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4992 4992
4993 * net/tramp.el (tramp-methods): Update docstring: 4993 * net/tramp.el (tramp-methods): Update docstring:
4994 tramp-encoding-command, tramp-decoding-command, 4994 tramp-encoding-command, tramp-decoding-command,
@@ -4996,7 +4996,7 @@
4996 parameters anymore. 4996 parameters anymore.
4997 (tramp-uuencode-region): Autoload it. 4997 (tramp-uuencode-region): Autoload it.
4998 4998
49992002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49992002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5000 5000
5001 * net/tramp.el: Version 2.0.19 released. 5001 * net/tramp.el: Version 2.0.19 released.
5002 5002
@@ -5006,11 +5006,11 @@
5006 Use `tramp-uuencode-region' as local encoder for the uuencode based 5006 Use `tramp-uuencode-region' as local encoder for the uuencode based
5007 entries. 5007 entries.
5008 5008
50092002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50092002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5010 5010
5011 * net/tramp.el (tramp-handle-write-region): Wrong parens. 5011 * net/tramp.el (tramp-handle-write-region): Wrong parens.
5012 5012
50132002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50132002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5014 5014
5015 * net/tramp.el: Version 2.0.18 released. 5015 * net/tramp.el: Version 2.0.18 released.
5016 5016
@@ -5018,14 +5018,14 @@
5018 older versions of Perl. Now tested with 5.004. Suggestion from 5018 older versions of Perl. Now tested with 5.004. Suggestion from
5019 Michael Albinus. 5019 Michael Albinus.
5020 5020
50212002-09-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50212002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5022 5022
5023 * net/tramp.el (tramp-find-inline-encoding): 5023 * net/tramp.el (tramp-find-inline-encoding):
5024 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT. 5024 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
5025 (tramp-call-local-coding-command): OUTPUT equals nil means to 5025 (tramp-call-local-coding-command): OUTPUT equals nil means to
5026 discard the output. INPUT equals nil means /dev/null. 5026 discard the output. INPUT equals nil means /dev/null.
5027 5027
50282002-09-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50282002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5029 5029
5030 * net/tramp.el (tramp-encoding-shell): Default to environment 5030 * net/tramp.el (tramp-encoding-shell): Default to environment
5031 variable COMSPEC on Windows. 5031 variable COMSPEC on Windows.
@@ -5038,7 +5038,7 @@
5038 Define `result1'. 5038 Define `result1'.
5039 (tramp-parse-hosts-group): Discard IPv6 entries. 5039 (tramp-parse-hosts-group): Discard IPv6 entries.
5040 5040
50412002-09-11 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> 50412002-09-11 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5042 5042
5043 * net/tramp.el (tramp-post-connection): Only send Perl 5043 * net/tramp.el (tramp-post-connection): Only send Perl
5044 mime-encode/decode implementations when using inline method. 5044 mime-encode/decode implementations when using inline method.
@@ -5061,7 +5061,7 @@
5061 (tramp-get-decoding-function, tramp-set-decoding-function): 5061 (tramp-get-decoding-function, tramp-set-decoding-function):
5062 Old functions, removed. 5062 Old functions, removed.
5063 5063
50642002-09-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50642002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5065 5065
5066 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 5066 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5067 Change command to invoke /bin/sh slightly to make it compatible 5067 Change command to invoke /bin/sh slightly to make it compatible
@@ -5072,7 +5072,7 @@
5072 * net/tramp.el (tramp-handle-write-region): Added missing 5072 * net/tramp.el (tramp-handle-write-region): Added missing
5073 `)'. Hope it's the right place. 5073 `)'. Hope it's the right place.
5074 5074
50752002-09-09 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50752002-09-09 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5076 5076
5077 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 5077 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5078 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in 5078 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
@@ -5126,7 +5126,7 @@
5126 `tramp-get-completion-su' (the previous place for this stuff) 5126 `tramp-get-completion-su' (the previous place for this stuff)
5127 doesn't exist any longer. 5127 doesn't exist any longer.
5128 5128
51292002-09-07 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 51292002-09-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5130 5130
5131 * net/tramp.el (tramp-enter-password): 5131 * net/tramp.el (tramp-enter-password):
5132 Use `tramp-password-end-of-line' to terminate the line. 5132 Use `tramp-password-end-of-line' to terminate the line.
@@ -5138,7 +5138,7 @@
5138 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end 5138 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
5139 of line of the output delimiter. 5139 of line of the output delimiter.
5140 5140
51412002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 51412002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5142 5142
5143 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) 5143 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
5144 (tramp-open-connection-setup-interactive-shell): Add some comments 5144 (tramp-open-connection-setup-interactive-shell): Add some comments
@@ -5156,7 +5156,7 @@
5156 (tramp-completion-mode): Replace `last-input-char' by modern 5156 (tramp-completion-mode): Replace `last-input-char' by modern
5157 `last-input-event'. Check for `event-modifiers'. 5157 `last-input-event'. Check for `event-modifiers'.
5158 5158
51592002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 51592002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5160 5160
5161 * net/tramp.el (file-expand-wildcards): Corrected check to see if 5161 * net/tramp.el (file-expand-wildcards): Corrected check to see if
5162 advising is necessary. 5162 advising is necessary.
@@ -5277,7 +5277,7 @@
5277 (tramp-completion-handle-file-name-all-completions): 5277 (tramp-completion-handle-file-name-all-completions):
5278 Apply `tramp-completion-run-real-handler'. 5278 Apply `tramp-completion-run-real-handler'.
5279 (tramp-parse-rhosts) 5279 (tramp-parse-rhosts)
5280 (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1¡½ renamed to-A 5280 (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed to
5281 `res' (otherwise side effects in XEmacs). 5281 `res' (otherwise side effects in XEmacs).
5282 5282
52832002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> 52832002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
@@ -5356,13 +5356,13 @@
5356 list in order to avoid nested lists, f.e. when invoked from 5356 list in order to avoid nested lists, f.e. when invoked from
5357 `tramp-handle-dired-call-process'. 5357 `tramp-handle-dired-call-process'.
5358 5358
53592002-09-05 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 53592002-09-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5360 5360
5361 * net/tramp.el (tramp-chunksize): New kluge variable. 5361 * net/tramp.el (tramp-chunksize): New kluge variable.
5362 (tramp-send-region): If tramp-chunksize is non-nil, send region in 5362 (tramp-send-region): If tramp-chunksize is non-nil, send region in
5363 parts and sleep 0.1 seconds between chunks. 5363 parts and sleep 0.1 seconds between chunks.
5364 5364
53652002-09-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 53652002-09-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5366 5366
5367 * net/tramp.el (tramp-handle-insert-directory): 5367 * net/tramp.el (tramp-handle-insert-directory):
5368 Use `insert-buffer-substring' instead of `insert-buffer', which is not 5368 Use `insert-buffer-substring' instead of `insert-buffer', which is not
@@ -5373,12 +5373,12 @@
5373 (file-expand-wildcards): Don't advise unless "[" and "]" are used 5373 (file-expand-wildcards): Don't advise unless "[" and "]" are used
5374 in the filename format. 5374 in the filename format.
5375 5375
53762002-09-01 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 53762002-09-01 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5377 5377
5378 * net/tramp.el (tramp-methods): Remove duplicate definition of 5378 * net/tramp.el (tramp-methods): Remove duplicate definition of
5379 ssh1-old and ssh2-old. 5379 ssh1-old and ssh2-old.
5380 5380
53812002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de> 53812002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5382 5382
5383 * dired.el (dired-insert-directory): Always add "--dired" to to 5383 * dired.el (dired-insert-directory): Always add "--dired" to to
5384 SWITCHES for remote files. 5384 SWITCHES for remote files.
@@ -5504,7 +5504,7 @@
5504 Don't unbind compilation-last-buffer after autoloading compile.el. 5504 Don't unbind compilation-last-buffer after autoloading compile.el.
5505 Hide the compilation-minor-mode bindings altogether. 5505 Hide the compilation-minor-mode bindings altogether.
5506 5506
55072002-09-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 55072002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5508 5508
5509 * dired.el (dired-insert-directory): Never add "--dired" when 5509 * dired.el (dired-insert-directory): Never add "--dired" when
5510 listing remote directories. 5510 listing remote directories.
@@ -5559,7 +5559,7 @@
5559 hack-one-local-variable so unsafep can use it. Add \|-history$ to 5559 hack-one-local-variable so unsafep can use it. Add \|-history$ to
5560 the list of disallowed local variable names (malicious user could 5560 the list of disallowed local variable names (malicious user could
5561 stuff a `display' property in there that would be activated when 5561 stuff a `display' property in there that would be activated when
5562 naïve user called up the history). 5562 na,Ao(Bve user called up the history).
5563 5563
55642002-09-16 Markus Rost <rost@math.ohio-state.edu> 55642002-09-16 Markus Rost <rost@math.ohio-state.edu>
5565 5565
@@ -5727,7 +5727,7 @@
5727 (transient-mark-mode, line-number-mode, column-number-mode): 5727 (transient-mark-mode, line-number-mode, column-number-mode):
5728 Pass an explicit `:require nil' argument. 5728 Pass an explicit `:require nil' argument.
5729 5729
57302002-09-13 Francesco Potortì <pot@gnu.org> 57302002-09-13 Francesco Potort,Al(B <pot@gnu.org>
5731 5731
5732 * play/tetris.el (tetris-blank-options, tetris-cell-options): 5732 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5733 Remove various redundant `(t nil)'. 5733 Remove various redundant `(t nil)'.
@@ -5935,7 +5935,7 @@
5935 (ps-print-color-p, ps-page-dimensions-database): Autoload var. 5935 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5936 (ps-print-code, ps-print-preprint-region): Adjust code. 5936 (ps-print-code, ps-print-preprint-region): Adjust code.
5937 5937
59382002-09-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 59382002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5939 5939
5940 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in 5940 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5941 emacs-lisp-mode, like ~/.emacs. 5941 emacs-lisp-mode, like ~/.emacs.
@@ -6264,7 +6264,7 @@
6264 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table. 6264 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6265 (mail-mode-abbrev-table): Set to text-mode-abbrev-table. 6265 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6266 6266
62672002-09-02 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 62672002-09-02 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6268 6268
6269 * net/tramp.el: Version 2.0.15 released. 6269 * net/tramp.el: Version 2.0.15 released.
6270 (require 'base64): Most modern Emacsen have the base64 6270 (require 'base64): Most modern Emacsen have the base64
@@ -6512,7 +6512,7 @@
6512 6512
6513 * comint.el (comint-carriage-motion): Start at START. 6513 * comint.el (comint-carriage-motion): Start at START.
6514 6514
65152002-08-27 Francesco Potortì <pot@gnu.org> 65152002-08-27 Francesco Potort,Al(B <pot@gnu.org>
6516 6516
6517 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response 6517 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6518 given by vsFTPd when accessed with a kerberised FTP client. 6518 given by vsFTPd when accessed with a kerberised FTP client.
@@ -6646,7 +6646,7 @@
6646 Always call x-focus-frame, if using x. 6646 Always call x-focus-frame, if using x.
6647 Use set-mouse-position on all systems, if focus-follows-mouse. 6647 Use set-mouse-position on all systems, if focus-follows-mouse.
6648 6648
66492002-08-22 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 66492002-08-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6650 6650
6651 * net/tramp.el: Version 2.0.14 released. 6651 * net/tramp.el: Version 2.0.14 released.
6652 (tramp-shell-prompt-pattern): New variable. 6652 (tramp-shell-prompt-pattern): New variable.
@@ -6681,7 +6681,7 @@
6681 pushing mark. 6681 pushing mark.
6682 (f90-abbrev-start): unread-command-event is obsolete in XEmacs. 6682 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6683 6683
66842002-08-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 66842002-08-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6685 6685
6686 * net/tramp.el: Version 2.0.13 released. 6686 * net/tramp.el: Version 2.0.13 released.
6687 (tramp-handle-write-region): Don't check to see if remote end is 6687 (tramp-handle-write-region): Don't check to see if remote end is
@@ -6972,7 +6972,7 @@
6972 6972
6973 * wid-browse.el (widget-minor-mode): Fix doc typo. 6973 * wid-browse.el (widget-minor-mode): Fix doc typo.
6974 6974
69752002-08-07 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 69752002-08-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6976 6976
6977 * net/tramp.el: Version 2.0.12 released. 6977 * net/tramp.el: Version 2.0.12 released.
6978 (tramp-find-shell, tramp-open-connection-setup-interactive-shell): 6978 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
@@ -7050,7 +7050,7 @@
7050 7050
7051 * image.el (image-jpeg-p): Accept "Exif" marker. 7051 * image.el (image-jpeg-p): Accept "Exif" marker.
7052 7052
70532002-08-05 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 70532002-08-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7054 7054
7055 * net/tramp.el: Version 2.0.11 released. 7055 * net/tramp.el: Version 2.0.11 released.
7056 (tramp-perl-file-attributes): Print uid and gid as signed integers. 7056 (tramp-perl-file-attributes): Print uid and gid as signed integers.
@@ -7072,7 +7072,7 @@
7072 7072
7073 * startup.el (fancy-splash-frame): Check selected frame last. 7073 * startup.el (fancy-splash-frame): Check selected frame last.
7074 7074
70752002-08-04 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 70752002-08-04 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7076 7076
7077 * net/tramp.el: Version 2.0.10 released. 7077 * net/tramp.el: Version 2.0.10 released.
7078 (tramp-uudecode): New shell function `tramp_uudecode' to decode to 7078 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
@@ -7085,7 +7085,7 @@
7085 (tramp-coding-commands): Add an alternative for `tramp_uudecode'. 7085 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
7086 (tramp-bug): Include more variables in the report. 7086 (tramp-bug): Include more variables in the report.
7087 7087
70882002-08-04 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 70882002-08-04 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7089 7089
7090 * net/tramp.el: Version 2.0.9 released. 7090 * net/tramp.el: Version 2.0.9 released.
7091 (tramp-bug): Add wording about additional info to include in bug 7091 (tramp-bug): Add wording about additional info to include in bug
@@ -7109,12 +7109,12 @@
7109 7109
7110 * term/mac-win.el: Set keys to enable mouse wheel support. 7110 * term/mac-win.el: Set keys to enable mouse wheel support.
7111 7111
71122002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 71122002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7113 7113
7114 * net/tramp.el: Version 2.0.8. 7114 * net/tramp.el: Version 2.0.8.
7115 (tramp-perl-encode, tramp-perl-encode): Double the backslashes. 7115 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
7116 7116
71172002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 71172002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7118 7118
7119 * net/tramp.el: Version 2.0.7. 7119 * net/tramp.el: Version 2.0.7.
7120 (tramp-perl-encode-with-module, tramp-perl-decode-with-module) 7120 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
@@ -7128,7 +7128,7 @@
7128 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case. 7128 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
7129 (f90-type-def-re): Fix value. 7129 (f90-type-def-re): Fix value.
7130 7130
71312002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 71312002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7132 7132
7133 * net/tramp.el: Version 2.0.6. 7133 * net/tramp.el: Version 2.0.6.
7134 (tramp-default-method): Change to "ssh" from "sm". 7134 (tramp-default-method): Change to "ssh" from "sm".
@@ -7219,7 +7219,7 @@
7219 don't work on MSVC/nmake builds. 7219 don't work on MSVC/nmake builds.
7220 (update-subdirs-CMD): Generate the right list of subdirectories. 7220 (update-subdirs-CMD): Generate the right list of subdirectories.
7221 7221
72222002-07-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 72222002-07-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7223 7223
7224 * net/tramp.el: New version 2.0.5. 7224 * net/tramp.el: New version 2.0.5.
7225 (tramp-methods): Remove inline encoding method parameters. 7225 (tramp-methods): Remove inline encoding method parameters.
@@ -7361,7 +7361,7 @@
7361 * ps-print.el: Update copyright year. 7361 * ps-print.el: Update copyright year.
7362 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type. 7362 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7363 7363
73642002-07-26 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 73642002-07-26 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7365 7365
7366 * eshell/eshell.el (eshell): Numeric prefix arg means to switch 7366 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7367 to the session with that number. Old behavior still available 7367 to the session with that number. Old behavior still available
@@ -7625,7 +7625,7 @@
7625 * bindings.el (last-buffer): Use buffer-list with frame arg. 7625 * bindings.el (last-buffer): Use buffer-list with frame arg.
7626 Create *scratch* if no other choice exists. Fix bugs. 7626 Create *scratch* if no other choice exists. Fix bugs.
7627 7627
76282002-07-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 76282002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7629 7629
7630 * net/tramp.el: Bump version to 2.0.2. 7630 * net/tramp.el: Bump version to 2.0.2.
7631 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to 7631 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
@@ -8009,7 +8009,7 @@
8009 * calendar/timeclock.el (timeclock-in): Handle the case where no 8009 * calendar/timeclock.el (timeclock-in): Handle the case where no
8010 log file exists (ie the very first call). 8010 log file exists (ie the very first call).
8011 8011
80122002-07-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 80122002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8013 8013
8014 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this 8014 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
8015 is done by Tramp. 8015 is done by Tramp.
@@ -8085,7 +8085,7 @@
8085 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic 8085 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
8086 alphabet) to "Cyrillic-ISO". 8086 alphabet) to "Cyrillic-ISO".
8087 8087
80882002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 80882002-07-11 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8089 8089
8090 * net/tramp.el (tramp-default-method): New default method "sm" 8090 * net/tramp.el (tramp-default-method): New default method "sm"
8091 which I guess to be good for most people. 8091 which I guess to be good for most people.
@@ -8247,7 +8247,7 @@
8247 8247
8248 * bindings.el (completion-ignored-extensions): Add .gmo and .mo. 8248 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8249 8249
82502002-07-06 Francesco Potortì <pot@gnu.org> 82502002-07-06 Francesco Potort,Al(B <pot@gnu.org>
8251 8251
8252 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of 8252 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8253 .sx[dmicw] file suffixes for Open office data files. 8253 .sx[dmicw] file suffixes for Open office data files.
@@ -8498,7 +8498,7 @@
8498 (uniquify-delayed-rationalize-file-buffer-names): 8498 (uniquify-delayed-rationalize-file-buffer-names):
8499 Rename from delayed-uniquify-rationalize-file-buffer-names. 8499 Rename from delayed-uniquify-rationalize-file-buffer-names.
8500 8500
85012002-06-27 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 85012002-06-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8502 8502
8503 * net/tramp.el (tramp-file-name-structure) 8503 * net/tramp.el (tramp-file-name-structure)
8504 (tramp-multi-file-name-hop-structure): Split for easier readability. 8504 (tramp-multi-file-name-hop-structure): Split for easier readability.
@@ -8547,7 +8547,7 @@
8547 8547
8548 * dired.el (dired-find-alternate-file): Mark as disabled. 8548 * dired.el (dired-find-alternate-file): Mark as disabled.
8549 8549
85502002-06-25 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 85502002-06-25 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8551 8551
8552 * net/tramp.el (tramp-ftp-method): New user option. 8552 * net/tramp.el (tramp-ftp-method): New user option.
8553 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. 8553 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
@@ -8635,7 +8635,7 @@
8635 * progmodes/f90.el (f90-do-auto-fill): Respect the value of 8635 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8636 comment-auto-fill-only-comments. 8636 comment-auto-fill-only-comments.
8637 8637
86382002-06-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 86382002-06-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8639 8639
8640 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. 8640 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8641 This is not a handled operation. 8641 This is not a handled operation.
@@ -8736,7 +8736,7 @@
8736 21 dialogs to select the file, since we want a directory name only. 8736 21 dialogs to select the file, since we want a directory name only.
8737 (ada-customize): Add support for the new GNAT project files. 8737 (ada-customize): Add support for the new GNAT project files.
8738 8738
87392002-06-20 Francesco Potortì <pot@gnu.org> 87392002-06-20 Francesco Potort,Al(B <pot@gnu.org>
8740 8740
8741 * progmodes/etags.el (tag-implicit-name-match-p): New function. 8741 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8742 (etags-recognize-tags-table): Use it for implicit tag names. 8742 (etags-recognize-tags-table): Use it for implicit tag names.
@@ -9121,7 +9121,7 @@
9121 * select.el (xselect-convert-to-string): If VALUE is a string, 9121 * select.el (xselect-convert-to-string): If VALUE is a string,
9122 return a cons of TYPE and the string. 9122 return a cons of TYPE and the string.
9123 9123
91242002-06-05 Pavel Janík <Pavel@Janik.cz> 91242002-06-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
9125 9125
9126 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): 9126 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
9127 Fix the table to contain correct characters. 9127 Fix the table to contain correct characters.
@@ -9557,7 +9557,7 @@
9557 (mail-default-directory): New user option. 9557 (mail-default-directory): New user option.
9558 (mail, mail-recover): Use that option. 9558 (mail, mail-recover): Use that option.
9559 9559
95602002-05-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 95602002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9561 9561
9562 * international/mule.el (auto-coding-alist): Use emacs-mule 9562 * international/mule.el (auto-coding-alist): Use emacs-mule
9563 for auto-save files. 9563 for auto-save files.
@@ -9735,7 +9735,7 @@
9735 (dabbrev-upcase-means-case-search): Doc fix. 9735 (dabbrev-upcase-means-case-search): Doc fix.
9736 (dabbrev-case-replace): Fix custom tags and docs. 9736 (dabbrev-case-replace): Fix custom tags and docs.
9737 9737
97382002-05-14 Jochen Küpper <jochen@jochen-kuepper.de> 97382002-05-14 Jochen K,A|(Bpper <jochen@jochen-kuepper.de>
9739 9739
9740 * calc/calc-units.el (math-standard-units): Update from CODATA. 9740 * calc/calc-units.el (math-standard-units): Update from CODATA.
9741 9741
@@ -9752,7 +9752,7 @@
9752 * textmodes/sgml-mode.el (sgml-tag): 9752 * textmodes/sgml-mode.el (sgml-tag):
9753 Default skeleton-transformation to `identity'. 9753 Default skeleton-transformation to `identity'.
9754 9754
97552002-05-14 Francesco Potortì <pot@gnu.org> 97552002-05-14 Francesco Potort,Al(B <pot@gnu.org>
9756 9756
9757 * shell.el (shell-mode): Make second part of initialisation 9757 * shell.el (shell-mode): Make second part of initialisation
9758 depend on whether comint-input-ring is empty, rather than depend 9758 depend on whether comint-input-ring is empty, rather than depend
@@ -9797,7 +9797,7 @@
9797 (occur-engine): If there are no more matches, then finish 9797 (occur-engine): If there are no more matches, then finish
9798 searching the current buffer. 9798 searching the current buffer.
9799 9799
98002002-05-12 Pavel Janík <Pavel@Janik.cz> 98002002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
9801 9801
9802 * net/ange-ftp.el (ange-ftp-try-passive-mode) 9802 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9803 (ange-ftp-passive-host-alist): Change :version attributes to be 9803 (ange-ftp-passive-host-alist): Change :version attributes to be
@@ -9839,7 +9839,7 @@
9839 9839
9840 * subr.el (functionp): Catch errors in indirect-function. 9840 * subr.el (functionp): Catch errors in indirect-function.
9841 9841
98422002-05-12 Pavel Janík <Pavel@Janik.cz> 98422002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
9843 9843
9844 * net/ldap.el (ldap-search-internal): Unfold folded lines before 9844 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9845 parsing. 9845 parsing.
@@ -9922,7 +9922,7 @@
9922 9922
9923 * wid-edit.el (checkbox): New check-mark image. 9923 * wid-edit.el (checkbox): New check-mark image.
9924 9924
99252002-05-08 Pavel Janík <Pavel@Janik.cz> 99252002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
9926 9926
9927 * filesets.el (filesets-running-xemacs): Fix last change. 9927 * filesets.el (filesets-running-xemacs): Fix last change.
9928 9928
@@ -9942,7 +9942,7 @@
9942 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): 9942 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9943 Defvar them to nil if running in Emacs. 9943 Defvar them to nil if running in Emacs.
9944 9944
99452002-05-08 Pavel Janík <Pavel@Janik.cz> 99452002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
9946 9946
9947 * textmodes/flyspell.el (make-flyspell-overlay): Add help text 9947 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9948 to flyspell overlays. 9948 to flyspell overlays.
@@ -10031,7 +10031,7 @@
10031 * emacs-lisp/find-func.el (find-function-search-for-symbol): 10031 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10032 Use with-syntax-table. 10032 Use with-syntax-table.
10033 10033
100342002-05-06 Francesco Potortì <pot@gnu.org> 100342002-05-06 Francesco Potort,Al(B <pot@gnu.org>
10035 10035
10036 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. 10036 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
10037 10037
@@ -10197,7 +10197,7 @@
10197 Only interpret delete-selection property if mark-active. 10197 Only interpret delete-selection property if mark-active.
10198 (cua-mode): Fixed require in defcustom. 10198 (cua-mode): Fixed require in defcustom.
10199 10199
102002002-05-01 Pavel Janík <Pavel@Janik.cz> 102002002-05-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
10201 10201
10202 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of 10202 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
10203 error call. 10203 error call.
@@ -10332,7 +10332,7 @@
10332 10332
10333 * language/viet-util.el: Update Commentary section. 10333 * language/viet-util.el: Update Commentary section.
10334 10334
103352002-04-29 Pavel Janík <Pavel@Janik.cz> 103352002-04-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
10336 10336
10337 * filesets.el (filesets-data): Doc fix. 10337 * filesets.el (filesets-data): Doc fix.
10338 (filesets-running-xemacs): Define even when compiling. 10338 (filesets-running-xemacs): Define even when compiling.
@@ -10397,7 +10397,7 @@
10397 * replace.el (occur-revert-arguments): 10397 * replace.el (occur-revert-arguments):
10398 Renamed from occur-revert-properties. All uses changed. 10398 Renamed from occur-revert-properties. All uses changed.
10399 10399
104002002-04-28 Pavel Janík <Pavel@Janik.cz> 104002002-04-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
10401 10401
10402 * recentf.el (recentf-menu-before): Use string to specify path in 10402 * recentf.el (recentf-menu-before): Use string to specify path in
10403 the menu. 10403 the menu.
@@ -10774,7 +10774,7 @@
10774 when finding the end. Take more care in analyzing the results 10774 when finding the end. Take more care in analyzing the results
10775 of intangibility after line-move-to-column. 10775 of intangibility after line-move-to-column.
10776 10776
107772002-04-22 Pavel Janík <Pavel@Janik.cz> 107772002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
10778 10778
10779 * international/mule-diag.el (list-input-methods-1): Doc fix 10779 * international/mule-diag.el (list-input-methods-1): Doc fix
10780 (LEIM is now part of the standard distribution). 10780 (LEIM is now part of the standard distribution).
@@ -11732,7 +11732,7 @@
11732 * simple.el (pop-to-mark-command): Do not set this-command. 11732 * simple.el (pop-to-mark-command): Do not set this-command.
11733 (set-mark-command): Always jump to mark when called with arg. 11733 (set-mark-command): Always jump to mark when called with arg.
11734 11734
117352002-04-18 Francesco Potortì <pot@gnu.org> 117352002-04-18 Francesco Potort,Al(B <pot@gnu.org>
11736 11736
11737 * comint.el (comint-watch-for-password-prompt): Remove whitespace 11737 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11738 at the beginning of password prompts. 11738 at the beginning of password prompts.
@@ -11749,7 +11749,7 @@
11749 (ibuffer-current-state-list): Reinstate optional argument; now 11749 (ibuffer-current-state-list): Reinstate optional argument; now
11750 just call `point' inside the mapping function. 11750 just call `point' inside the mapping function.
11751 11751
117522002-04-17 Francesco Potortì <pot@gnu.org> 117522002-04-17 Francesco Potort,Al(B <pot@gnu.org>
11753 11753
11754 * dired-aux.el (dired-star-subst-regexp) 11754 * dired-aux.el (dired-star-subst-regexp)
11755 (dired-quark-subst-regexp): New constants. 11755 (dired-quark-subst-regexp): New constants.
@@ -11770,7 +11770,7 @@
11770 11770
11771 * term.el (term-emulate-terminal): Fix last change. 11771 * term.el (term-emulate-terminal): Fix last change.
11772 11772
117732002-04-16 Pavel Janík <Pavel@Janik.cz> 117732002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11774 11774
11775 * bindings.el (mode-line-mode-menu): Update names to reflect 11775 * bindings.el (mode-line-mode-menu): Update names to reflect
11776 latest changes. 11776 latest changes.
@@ -11846,7 +11846,7 @@
11846 (exchange-point-and-mark): Temporarily enable transient-mark-mode 11846 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11847 if prefix arg. 11847 if prefix arg.
11848 11848
118492002-04-14 Pavel Janík <Pavel@Janik.cz> 118492002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11850 11850
11851 * speedbar.el (speedbar-tag-hierarchy-method) 11851 * speedbar.el (speedbar-tag-hierarchy-method)
11852 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. 11852 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
@@ -11856,7 +11856,7 @@
11856 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at 11856 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11857 beginning of buffer. 11857 beginning of buffer.
11858 11858
118592002-04-14 Pavel Janík <Pavel@Janik.cz> 118592002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11860 11860
11861 * speedbar.el (speedbar-generic-item-info) 11861 * speedbar.el (speedbar-generic-item-info)
11862 (speedbar-sort-tags): Doc fix. 11862 (speedbar-sort-tags): Doc fix.
@@ -11885,7 +11885,7 @@
11885 (gamegrid-add-score): Just dispatch on `system-type' to one of the 11885 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11886 previous two functions. 11886 previous two functions.
11887 11887
118882002-04-13 Pavel Janík <Pavel@Janik.cz> 118882002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11889 11889
11890 * iswitchb.el: Update commentary to include new function 11890 * iswitchb.el: Update commentary to include new function
11891 iswitchb-exclude-nonmatching. 11891 iswitchb-exclude-nonmatching.
@@ -11904,7 +11904,7 @@
11904 11904
11905 * help.el (string-key-binding): Deal with margin events. 11905 * help.el (string-key-binding): Deal with margin events.
11906 11906
119072002-04-12 Francesco Potortì <pot@gnu.org> 119072002-04-12 Francesco Potort,Al(B <pot@gnu.org>
11908 11908
11909 * comint.el (comint-password-prompt-regexp): Match " SMB password". 11909 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11910 11910
@@ -11950,7 +11950,7 @@
11950 (fill-region-as-paragraph): Compare to `to' rather than eobp. 11950 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11951 (fill-paragraph): Don't rebind fill-paragraph-function. 11951 (fill-paragraph): Don't rebind fill-paragraph-function.
11952 11952
119532002-04-11 Pavel Janík <Pavel@Janik.cz> 119532002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
11954 11954
11955 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. 11955 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11956 11956
@@ -12064,7 +12064,7 @@
12064 Use sgml-parse-tag-backward to find start point. 12064 Use sgml-parse-tag-backward to find start point.
12065 (sgml-looking-back-at): Doc fix. 12065 (sgml-looking-back-at): Doc fix.
12066 12066
120672002-04-09 Pavel Janík <Pavel@Janik.cz> 120672002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12068 12068
12069 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face 12069 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
12070 for prompt. 12070 for prompt.
@@ -12113,7 +12113,7 @@
12113 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. 12113 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
12114 (vc-cvs-checkin): Use it. 12114 (vc-cvs-checkin): Use it.
12115 12115
121162002-04-08 Pavel Janík <Pavel@Janik.cz> 121162002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12117 12117
12118 * files.el (display-time-string): Fix last change. 12118 * files.el (display-time-string): Fix last change.
12119 12119
@@ -12128,7 +12128,7 @@
12128 default-process-coding-system. 12128 default-process-coding-system.
12129 (coding-system-change-text-conversion): Fix case where CODING is nil. 12129 (coding-system-change-text-conversion): Fix case where CODING is nil.
12130 12130
121312002-04-07 Pavel Janík <Pavel@Janik.cz> 121312002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12132 12132
12133 * subr.el (play-sound): Move here from simple.el. 12133 * subr.el (play-sound): Move here from simple.el.
12134 12134
@@ -12155,7 +12155,7 @@
12155 12155
12156 * textmodes/xml-lite.el: Remove. 12156 * textmodes/xml-lite.el: Remove.
12157 12157
121582002-04-05 Pavel Janík <Pavel@Janik.cz> 121582002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12159 12159
12160 * simple.el (play-sound): New function (uses play-sound-internal). 12160 * simple.el (play-sound): New function (uses play-sound-internal).
12161 12161
@@ -12179,7 +12179,7 @@
12179 * textmodes/sgml-mode.el: Add missing require. 12179 * textmodes/sgml-mode.el: Add missing require.
12180 (sgml-lexical-context): Fix up CDATA detection for boundary cases. 12180 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
12181 12181
121822002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 121822002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12183 12183
12184 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to 12184 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
12185 spot indicated by text property `cvs-goal-column', if present. 12185 spot indicated by text property `cvs-goal-column', if present.
@@ -12247,7 +12247,7 @@
12247 (sgml-parse-tag-backward): Extend support for CDATA to include 12247 (sgml-parse-tag-backward): Extend support for CDATA to include
12248 conditional sections. 12248 conditional sections.
12249 12249
122502002-04-03 Pavel Janík <Pavel@Janik.cz> 122502002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12251 12251
12252 * cus-start.el: Rename `autoselect-window' to 12252 * cus-start.el: Rename `autoselect-window' to
12253 `mouse-autoselect-window'. 12253 `mouse-autoselect-window'.
@@ -12321,7 +12321,7 @@
12321 (xml-lite-parse-tag-backward): Simplify parsing by assuming we 12321 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12322 always start within text. Make use of sgml-unclosed-tag-p. 12322 always start within text. Make use of sgml-unclosed-tag-p.
12323 12323
123242002-04-01 Ville Skyttä <ville.skytta@xemacs.org> 123242002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org>
12325 12325
12326 * tcl.el (tcl-imenu-generic-expression): New value. 12326 * tcl.el (tcl-imenu-generic-expression): New value.
12327 (tcl-imenu-create-index-function): Function deleted. 12327 (tcl-imenu-create-index-function): Function deleted.
@@ -12331,7 +12331,7 @@
12331 (inferior-tcl-mode): Doc fix. 12331 (inferior-tcl-mode): Doc fix.
12332 Change not legally significant. 12332 Change not legally significant.
12333 12333
123342002-04-01 Pavel Janík <Pavel@Janik.cz> 123342002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12335 12335
12336 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. 12336 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12337 12337
@@ -12532,7 +12532,7 @@
12532 for comments. 12532 for comments.
12533 (xml-lite-in-string-p): Simplify. 12533 (xml-lite-in-string-p): Simplify.
12534 12534
125352002-03-27 Pavel Janík <Pavel@Janik.cz> 125352002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12536 12536
12537 * allout.el (outline-layout): Doc fix. 12537 * allout.el (outline-layout): Doc fix.
12538 12538
@@ -12600,7 +12600,7 @@
12600 12600
12601 * subr.el (substring-no-properties): Function deleted (now in C). 12601 * subr.el (substring-no-properties): Function deleted (now in C).
12602 12602
126032002-03-25 Pavel Janík <Pavel@Janik.cz> 126032002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12604 12604
12605 * mwheel.el (mouse-wheel-mode): Use global-set-key and 12605 * mwheel.el (mouse-wheel-mode): Use global-set-key and
12606 global-unset-key. 12606 global-unset-key.
@@ -12641,7 +12641,7 @@
12641 fore- and background colors of the faces we create, since facemenu 12641 fore- and background colors of the faces we create, since facemenu
12642 doesn't. 12642 doesn't.
12643 12643
126442002-03-24 Pavel Janík <Pavel@Janik.cz> 126442002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12645 12645
12646 * mwheel.el (mouse-wheel-mode): Use the result of 12646 * mwheel.el (mouse-wheel-mode): Use the result of
12647 current-global-map instead of the variable `global-map'. 12647 current-global-map instead of the variable `global-map'.
@@ -12696,7 +12696,7 @@
12696 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 12696 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12697 directions as the last action. 12697 directions as the last action.
12698 12698
126992002-03-21 Pavel Janík <Pavel@Janik.cz> 126992002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12700 12700
12701 * startup.el (fancy-splash-tail, normal-splash-screen): 12701 * startup.el (fancy-splash-tail, normal-splash-screen):
12702 Update copyright. 12702 Update copyright.
@@ -12884,7 +12884,7 @@
12884 <top-level>: Remove the setup for all known codepages: it seems 12884 <top-level>: Remove the setup for all known codepages: it seems
12885 to cause crashes in the CCL driver. 12885 to cause crashes in the CCL driver.
12886 12886
128872002-03-16 Pavel Janík <Pavel@Janik.cz> 128872002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12888 12888
12889 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) 12889 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12890 (bibtex-entry-field-alist): Doc fix. 12890 (bibtex-entry-field-alist): Doc fix.
@@ -12902,7 +12902,7 @@
12902 * files.el (load-completion): New function. 12902 * files.el (load-completion): New function.
12903 (load-library): Use it. 12903 (load-library): Use it.
12904 12904
129052002-03-15 Pavel Janík <Pavel@Janik.cz> 129052002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
12906 12906
12907 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 12907 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12908 to match the actual code. 12908 to match the actual code.
@@ -12981,7 +12981,7 @@
12981 (fortran-fill): Don't be confused by ! inside a comment. 12981 (fortran-fill): Don't be confused by ! inside a comment.
12982 (fortran-break-line): Minor cleanup and simplification. 12982 (fortran-break-line): Minor cleanup and simplification.
12983 12983
129842002-03-13 Francesco Potortì <pot@gnu.org> 129842002-03-13 Francesco Potort,Al(B <pot@gnu.org>
12985 12985
12986 * progmodes/etags.el (tag-exact-file-name-match-p) 12986 * progmodes/etags.el (tag-exact-file-name-match-p)
12987 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a 12987 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
@@ -12992,7 +12992,7 @@
12992 * ibuffer.el (ibuffer-redisplay-current): Don't move point when 12992 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12993 redisplaying a line. 12993 redisplaying a line.
12994 12994
129952002-03-12 Jan Djärv <jan.h.d@swipnet.se> 129952002-03-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
12996 12996
12997 * term/x-win.el (emacs-session-restore): Take previous id as 12997 * term/x-win.el (emacs-session-restore): Take previous id as
12998 an argument. 12998 an argument.
@@ -13013,7 +13013,7 @@
13013 (lisp-indent-defmethod): Use car/cdr instead of first/rest. 13013 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
13014 (lisp-backquote-indentation): New user option. 13014 (lisp-backquote-indentation): New user option.
13015 13015
130162002-03-12 Francesco Potortì <pot@gnu.org> 130162002-03-12 Francesco Potort,Al(B <pot@gnu.org>
13017 13017
13018 * progmodes/etags.el (tag-exact-file-name-match-p) 13018 * progmodes/etags.el (tag-exact-file-name-match-p)
13019 (tag-file-name-match-p, tag-partial-file-name-match-p): 13019 (tag-file-name-match-p, tag-partial-file-name-match-p):
@@ -13045,7 +13045,7 @@
13045 13045
13046 * comint.el: Remove documentation on setting up pcomplete. 13046 * comint.el: Remove documentation on setting up pcomplete.
13047 13047
130482002-03-11 Pavel Janík <Pavel@Janik.cz> 130482002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13049 13049
13050 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate 13050 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
13051 item. Doc fix. 13051 item. Doc fix.
@@ -13064,7 +13064,7 @@
13064 13064
13065 * play/mpuz.el: Use defface instead of facemenu-get-face. 13065 * play/mpuz.el: Use defface instead of facemenu-get-face.
13066 13066
130672002-03-10 Jan Djärv <jan.h.d@swipnet.se> 130672002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
13068 13068
13069 * startup.el (command-line): Add call to emacs-session-restore if 13069 * startup.el (command-line): Add call to emacs-session-restore if
13070 both x-session-id and x-session-previous-id are strings. 13070 both x-session-id and x-session-previous-id are strings.
@@ -13165,7 +13165,7 @@
13165 (hif-conditional): New function to evaluate a conditional 13165 (hif-conditional): New function to evaluate a conditional
13166 expression. 13166 expression.
13167 13167
131682002-03-06 Pavel Janík <Pavel@Janik.cz> 131682002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13169 13169
13170 * language/czech.el ("Czech"): Fix the documentation. 13170 * language/czech.el ("Czech"): Fix the documentation.
13171 13171
@@ -13228,7 +13228,7 @@
13228 (mode-line-inactive, header-line): Move the `t' section to the 13228 (mode-line-inactive, header-line): Move the `t' section to the
13229 beginning so the `:inherit' setting can be shared. 13229 beginning so the `:inherit' setting can be shared.
13230 13230
132312002-03-04 Pavel Janík <Pavel@Janik.cz> 132312002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13232 13232
13233 * net/snmp-mode.el: Require tempo when compiling to prevent 13233 * net/snmp-mode.el: Require tempo when compiling to prevent
13234 warnings. Update copyright notice. 13234 warnings. Update copyright notice.
@@ -13348,7 +13348,7 @@
13348 * font-lock.el (java-font-lock-extra-types): 13348 * font-lock.el (java-font-lock-extra-types):
13349 Match java.net.URL, etc. 13349 Match java.net.URL, etc.
13350 13350
133512002-02-28 Pavel Janík <Pavel@Janik.cz> 133512002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13352 13352
13353 * hexl.el (hexl-options): Doc fix. 13353 * hexl.el (hexl-options): Doc fix.
13354 Update Commentary section. 13354 Update Commentary section.
@@ -13628,7 +13628,7 @@
13628 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more 13628 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13629 natural paragraph boundaries. Don't fail at beginning of buffer. 13629 natural paragraph boundaries. Don't fail at beginning of buffer.
13630 13630
136312002-02-20 Pavel Janík <Pavel@Janik.cz> 136312002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13632 13632
13633 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 13633 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13634 call the argument "arg" to match plain next-line and 13634 call the argument "arg" to match plain next-line and
@@ -13692,7 +13692,7 @@
13692 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when 13692 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13693 invoked from Rmail with full headers displayed. 13693 invoked from Rmail with full headers displayed.
13694 13694
136952002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 136952002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13696 13696
13697 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks 13697 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13698 when repeated. 13698 when repeated.
@@ -13708,7 +13708,7 @@
13708 13708
13709 * textmodes/flyspell.el (flyspell): Add to ispell group. 13709 * textmodes/flyspell.el (flyspell): Add to ispell group.
13710 13710
137112002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 137112002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13712 13712
13713 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when 13713 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13714 repeated. 13714 repeated.
@@ -13732,7 +13732,7 @@
13732 * cus-start.el: Add automatic-hscroll-margin and 13732 * cus-start.el: Add automatic-hscroll-margin and
13733 automatic-hscroll-step. 13733 automatic-hscroll-step.
13734 13734
137352002-02-16 Pavel Janík <Pavel@Janik.cz> 137352002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13736 13736
13737 * cus-start.el (x-autoselect-window): Allow customization. 13737 * cus-start.el (x-autoselect-window): Allow customization.
13738 13738
@@ -13829,7 +13829,7 @@
13829 13829
13830 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. 13830 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13831 13831
138322002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 138322002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13833 13833
13834 * simple.el (mark-word): Mark more if repeated. 13834 * simple.el (mark-word): Mark more if repeated.
13835 * textmodes/paragraphs.el (mark-paragraph): Ditto. 13835 * textmodes/paragraphs.el (mark-paragraph): Ditto.
@@ -13930,7 +13930,7 @@
13930 * cus-start.el: Don't warn about "x-*" symbols when building a 13930 * cus-start.el: Don't warn about "x-*" symbols when building a
13931 non-GUI version. 13931 non-GUI version.
13932 13932
139332002-02-11 Pavel Janík <Pavel@Janik.cz> 139332002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13934 13934
13935 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 13935 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13936 Doc fix. 13936 Doc fix.
@@ -13955,7 +13955,7 @@
13955 (dump-charsets, dump-codings): Deleted (obsolete). 13955 (dump-charsets, dump-codings): Deleted (obsolete).
13956 From Dave Love <fx@gnu.org>. 13956 From Dave Love <fx@gnu.org>.
13957 13957
139582002-02-10 Pavel Janík <Pavel@Janik.cz> 139582002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13959 13959
13960 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 13960 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13961 13961
@@ -13978,7 +13978,7 @@
13978 13978
13979 * ediff.el: Typo in comment. 13979 * ediff.el: Typo in comment.
13980 13980
139812002-02-09 Pavel Janík <Pavel@Janik.cz> 139812002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
13982 13982
13983 * menu-bar.el (menu-bar-options-save): Take care of 13983 * menu-bar.el (menu-bar-options-save): Take care of
13984 line-number-mode and column-number-mode variables. 13984 line-number-mode and column-number-mode variables.
@@ -14055,7 +14055,7 @@
14055 * subr.el (global-set-key, local-set-key): Accept a symbol for the 14055 * subr.el (global-set-key, local-set-key): Accept a symbol for the
14056 KEY argument (like define-key). 14056 KEY argument (like define-key).
14057 14057
140582002-02-06 Pavel Janík <Pavel@Janik.cz> 140582002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14059 14059
14060 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 14060 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
14061 14061
@@ -14136,7 +14136,7 @@
14136 * cus-edit.el (customize-mark-to-save): New function. 14136 * cus-edit.el (customize-mark-to-save): New function.
14137 * menu-bar.el (menu-bar-options-save): Rewrote. 14137 * menu-bar.el (menu-bar-options-save): Rewrote.
14138 14138
141392002-02-05 Pavel Janík <Pavel@Janik.cz> 141392002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14140 14140
14141 * cus-start.el (x-use-underline-position-properties): 14141 * cus-start.el (x-use-underline-position-properties):
14142 Allow customization. 14142 Allow customization.
@@ -14169,11 +14169,11 @@
14169 * window.el (save-selected-window): Move macro before first use. 14169 * window.el (save-selected-window): Move macro before first use.
14170 (balance-windows): Fix misplaced parenthesis. 14170 (balance-windows): Fix misplaced parenthesis.
14171 14171
141722002-02-03 Pavel Janík <Pavel@Janik.cz> 141722002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14173 14173
14174 * calculator.el (calculator-displayers): Doc fixes. 14174 * calculator.el (calculator-displayers): Doc fixes.
14175 14175
141762002-02-03 Pavel Janík <Pavel@Janik.cz> 141762002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14177 14177
14178 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 14178 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
14179 (menu-bar-options-save): Save also the value of `display-time-mode'. 14179 (menu-bar-options-save): Save also the value of `display-time-mode'.
@@ -14212,7 +14212,7 @@
14212 looking for X-Coding-System header, and restore the pruned state 14212 looking for X-Coding-System header, and restore the pruned state
14213 before returning. 14213 before returning.
14214 14214
142152002-02-02 Pavel Janík <Pavel@Janik.cz> 142152002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14216 14216
14217 * cus-edit.el (customize-save-variable): Fix typo in prompt. 14217 * cus-edit.el (customize-save-variable): Fix typo in prompt.
14218 14218
@@ -14301,7 +14301,7 @@
14301 * emulation/pc-select.el (pc-select-save-and-set-mode): 14301 * emulation/pc-select.el (pc-select-save-and-set-mode):
14302 Properly use MODE-VAR. 14302 Properly use MODE-VAR.
14303 14303
143042002-01-29 Pavel Janík <Pavel@Janik.cz> 143042002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14305 14305
14306 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 14306 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14307 Version" to "About Emacs". 14307 Version" to "About Emacs".
@@ -14318,7 +14318,7 @@
14318 14318
14319 * calendar/calendar.el (generate-calendar-month): Doc fix. 14319 * calendar/calendar.el (generate-calendar-month): Doc fix.
14320 14320
143212002-01-27 Pavel Janík <Pavel@Janik.cz> 143212002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14322 14322
14323 * time.el (display-time-mail-directory): New option. 14323 * time.el (display-time-mail-directory): New option.
14324 (display-time-mail-function): Update doc-string. 14324 (display-time-mail-function): Update doc-string.
@@ -14490,7 +14490,7 @@
14490 * ibuffer.el: Don't require ibuf-ext at load time. 14490 * ibuffer.el: Don't require ibuf-ext at load time.
14491 (ibuffer): Require ibuf-ext here. 14491 (ibuffer): Require ibuf-ext here.
14492 14492
144932002-01-21 Francesco Potortì <pot@gnu.org> 144932002-01-21 Francesco Potort,Al(B <pot@gnu.org>
14494 14494
14495 * generic-x.el (apache-conf-generic-mode): Highlight the first 14495 * generic-x.el (apache-conf-generic-mode): Highlight the first
14496 word in a line even if preceded by blanks. 14496 word in a line even if preceded by blanks.
@@ -14533,7 +14533,7 @@
14533 with `byte-compile-dynamic'. 14533 with `byte-compile-dynamic'.
14534 (ibuffer-default-directory, toplevel): Doc files. 14534 (ibuffer-default-directory, toplevel): Doc files.
14535 14535
145362002-01-20 Pavel Janík <Pavel@Janik.cz> 145362002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14537 14537
14538 * tempo.el (tempo-define-template): Doc fix. 14538 * tempo.el (tempo-define-template): Doc fix.
14539 14539
@@ -14550,7 +14550,7 @@
14550 14550
14551 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 14551 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14552 14552
145532002-01-19 Pavel Janík <Pavel@Janik.cz> 145532002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14554 14554
14555 * language/tibet-util.el (tibetan-decompose-region) 14555 * language/tibet-util.el (tibetan-decompose-region)
14556 (tibetan-decompose-string): Fix typo in docstring. 14556 (tibetan-decompose-string): Fix typo in docstring.
@@ -14642,7 +14642,7 @@
14642 14642
14643 * mail/feedmail.el (feedmail): Fix :link spec. 14643 * mail/feedmail.el (feedmail): Fix :link spec.
14644 14644
146452002-01-16 Pavel Janík <Pavel@Janik.cz> 146452002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14646 14646
14647 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 14647 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14648 2 ldapsearch. 14648 2 ldapsearch.
@@ -14724,7 +14724,7 @@
14724 14724
14725 * dired-aux.el (dired-do-shell-command): Doc fix. 14725 * dired-aux.el (dired-do-shell-command): Doc fix.
14726 14726
147272002-01-13 Jan Djärv <jan.h.d@swipnet.se> 147272002-01-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
14728 14728
14729 * startup.el (command-line-x-option-alist): New options "-fs", 14729 * startup.el (command-line-x-option-alist): New options "-fs",
14730 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". 14730 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
@@ -14759,7 +14759,7 @@
14759 (comint-send-input): New arg NO-NEWLINE. 14759 (comint-send-input): New arg NO-NEWLINE.
14760 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 14760 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14761 14761
147622002-01-12 Pavel Janík <Pavel@Janik.cz> 147622002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14763 14763
14764 * textmodes/flyspell.el (flyspell-check-pre-word-p): 14764 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14765 Prevent delaying when executing keyboard macros. 14765 Prevent delaying when executing keyboard macros.
@@ -14844,7 +14844,7 @@
14844 14844
14845 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 14845 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14846 14846
148472002-01-08 Pavel Janík <Pavel@Janik.cz> 148472002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14848 14848
14849 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 14849 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14850 Do not use make-local-hook. 14850 Do not use make-local-hook.
@@ -14860,7 +14860,7 @@
14860 14860
14861 * ediff-hook.el: Add an autoload cookie. 14861 * ediff-hook.el: Add an autoload cookie.
14862 14862
148632002-01-08 Pavel Janík <Pavel@Janik.cz> 148632002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14864 14864
14865 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 14865 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14866 address of the author. 14866 address of the author.
@@ -14972,7 +14972,7 @@
14972 * help-fns.el (describe-variable, describe-function): 14972 * help-fns.el (describe-variable, describe-function):
14973 Do save-excursion. 14973 Do save-excursion.
14974 14974
149752002-01-06 Pavel Janík <Pavel@Janik.cz> 149752002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
14976 14976
14977 * net/ldap.el (ldap-search-internal): Skip error message from 14977 * net/ldap.el (ldap-search-internal): Skip error message from
14978 ldapsearch. Allow listing attribute names only. Do not open 14978 ldapsearch. Allow listing attribute names only. Do not open
@@ -14996,7 +14996,7 @@
14996 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): 14996 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14997 Use proper attribute name labeledUri instead of deprecated labeledUrl. 14997 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14998 14998
149992002-01-05 Pavel Janík <Pavel@Janik.cz> 149992002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15000 15000
15001 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 15001 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
15002 editing an empty hotlist. 15002 editing an empty hotlist.
@@ -15057,7 +15057,7 @@
15057 15057
15058 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 15058 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
15059 15059
150602002-01-04 Pavel Janík <Pavel@Janik.cz> 150602002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15061 15061
15062 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. 15062 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
15063 (ldap-ignore-attribute-codings): Change the default value to allow 15063 (ldap-ignore-attribute-codings): Change the default value to allow
@@ -15087,7 +15087,7 @@
15087 does not exist, call mail-recover-1 to allow recovery from past 15087 does not exist, call mail-recover-1 to allow recovery from past
15088 auto-saved drafts. 15088 auto-saved drafts.
15089 15089
150902002-01-03 Pavel Janík <Pavel@Janik.cz> 150902002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15091 15091
15092 * time.el (display-time-load-average-threshold): Fix defcustom 15092 * time.el (display-time-load-average-threshold): Fix defcustom
15093 (add type and group). 15093 (add type and group).
@@ -15206,7 +15206,7 @@
15206 * bindings.el (function-key-map): Don't bind shifted keypad 15206 * bindings.el (function-key-map): Don't bind shifted keypad
15207 numeric keys. 15207 numeric keys.
15208 15208
152092002-01-02 Pavel Janík <Pavel@Janik.cz> 152092002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15210 15210
15211 * enriched.el (enriched-handle-display-prop): Remove unused variables. 15211 * enriched.el (enriched-handle-display-prop): Remove unused variables.
15212 (enriched-mode): Doc fix. 15212 (enriched-mode): Doc fix.
@@ -15242,7 +15242,7 @@
15242 * cus-edit.el (custom-face-edit-fix-value): New function. 15242 * cus-edit.el (custom-face-edit-fix-value): New function.
15243 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 15243 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15244 15244
152452001-12-30 Pavel Janík <Pavel@Janik.cz> 152452001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15246 15246
15247 * progmodes/octave-mod.el (octave-abbrev-table): 15247 * progmodes/octave-mod.el (octave-abbrev-table):
15248 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 15248 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
@@ -15372,7 +15372,7 @@
15372 15372
15373 * international/fontset.el: Don't require ind-util when compiling. 15373 * international/fontset.el: Don't require ind-util when compiling.
15374 15374
153752001-12-25 Pavel Janík <Pavel@Janik.cz> 153752001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15376 15376
15377 * emulation/tpu-edt.el (tpu-reset-screen-size): 15377 * emulation/tpu-edt.el (tpu-reset-screen-size):
15378 Use set-frame-height and set-frame-width instead of set-screen-height 15378 Use set-frame-height and set-frame-width instead of set-screen-height
@@ -15460,7 +15460,7 @@
15460 * play/yow.el (yow): Use an arg to distinguish interactive calls, 15460 * play/yow.el (yow): Use an arg to distinguish interactive calls,
15461 not interactive-p. 15461 not interactive-p.
15462 15462
154632001-12-22 Pavel Janík <Pavel@Janik.cz> 154632001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15464 15464
15465 * emacs-lisp/elint.el (elint-unknown-builtin-args): 15465 * emacs-lisp/elint.el (elint-unknown-builtin-args):
15466 Remove mocklisp entries. 15466 Remove mocklisp entries.
@@ -15486,7 +15486,7 @@
15486 * textmodes/refill.el (refill-mode): Don't barf when redundantly 15486 * textmodes/refill.el (refill-mode): Don't barf when redundantly
15487 turning refill-mode off. 15487 turning refill-mode off.
15488 15488
154892001-12-22 Pavel Janík <Pavel@Janik.cz> 154892001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15490 15490
15491 * time.el (display-time-load-average-threshold): New variable. 15491 * time.el (display-time-load-average-threshold): New variable.
15492 (display-time-update): Use it. 15492 (display-time-update): Use it.
@@ -15629,7 +15629,7 @@
15629 (print-coding-system-briefly): Make printed output have a similar 15629 (print-coding-system-briefly): Make printed output have a similar
15630 format as describe-character-set. 15630 format as describe-character-set.
15631 15631
156322001-12-20 Pavel Janík <Pavel@Janik.cz> 156322001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15633 15633
15634 * play/blackbox.el (bb-member): Remove, use member instead. 15634 * play/blackbox.el (bb-member): Remove, use member instead.
15635 (bb-delete): Remove, use delete instead. 15635 (bb-delete): Remove, use delete instead.
@@ -15663,7 +15663,7 @@
15663 15663
15664 * international/fontset.el: Require `ind-util' when compiling. 15664 * international/fontset.el: Require `ind-util' when compiling.
15665 15665
156662001-12-18 Pavel Janík <Pavel@Janik.cz> 156662001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15667 15667
15668 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 15668 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15669 instead of decompose-composite-char. 15669 instead of decompose-composite-char.
@@ -15881,7 +15881,7 @@
15881 15881
15882 * newcomment.el (comment-indent): Jump to the middle of empty comments. 15882 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15883 15883
158842001-12-14 Pavel Janík <Pavel@Janik.cz> 158842001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15885 15885
15886 * select.el (xselect-convert-to-class, xselect-convert-to-name): 15886 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15887 Document. 15887 Document.
@@ -15929,7 +15929,7 @@
15929 * international/mule.el (set-auto-coding): Don't search for 15929 * international/mule.el (set-auto-coding): Don't search for
15930 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 15930 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15931 15931
159322001-12-13 Pavel Janík <Pavel@Janik.cz> 159322001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15933 15933
15934 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 15934 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15935 15935
@@ -15985,7 +15985,7 @@
15985 * language/european.el: Remove autoload cookies. Fix registration 15985 * language/european.el: Remove autoload cookies. Fix registration
15986 of diacritic composition function. 15986 of diacritic composition function.
15987 15987
159882001-12-11 Pavel Janík <Pavel@Janik.cz> 159882001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15989 15989
15990 * calendar/todo-mode.el: Require time-stamp. 15990 * calendar/todo-mode.el: Require time-stamp.
15991 15991
@@ -16042,7 +16042,7 @@
16042 Use `select-frame-set-input-focus'--needed when window manager 16042 Use `select-frame-set-input-focus'--needed when window manager
16043 uses "click to focus" policy. 16043 uses "click to focus" policy.
16044 16044
160452001-12-09 Pavel Janík <Pavel@Janik.cz> 160452001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16046 16046
16047 * COPYING: Moved back. 16047 * COPYING: Moved back.
16048 16048
@@ -16191,7 +16191,7 @@
16191 * textmodes/picture.el (picture-mode-map): Don't use defconst 16191 * textmodes/picture.el (picture-mode-map): Don't use defconst
16192 for a variable. 16192 for a variable.
16193 16193
161942001-12-02 Pavel Janík <Pavel@Janik.cz> 161942001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16195 16195
16196 * textmodes/reftex-index.el (reftex-index-mode): 16196 * textmodes/reftex-index.el (reftex-index-mode):
16197 Remove make-local-hook. 16197 Remove make-local-hook.
@@ -16256,12 +16256,12 @@
16256 16256
16257 * man.el (Man-build-section-alist): Remove last Man-match-substring. 16257 * man.el (Man-build-section-alist): Remove last Man-match-substring.
16258 16258
162592001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 162592001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16260 16260
16261 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 16261 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16262 Clarify error message. 16262 Clarify error message.
16263 16263
162642001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 162642001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16265 16265
16266 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 16266 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16267 16267
@@ -16315,7 +16315,7 @@
16315 (Info-index): Use it. Add completion to the interactive spec. 16315 (Info-index): Use it. Add completion to the interactive spec.
16316 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 16316 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16317 16317
163182001-11-29 Pavel Janík <Pavel@Janik.cz> 163182001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16319 16319
16320 * COPYING: Removed. 16320 * COPYING: Removed.
16321 16321
@@ -16332,7 +16332,7 @@
16332 (register-char-codings): Use it to cope with generic chars in 16332 (register-char-codings): Use it to cope with generic chars in
16333 safe-chars. 16333 safe-chars.
16334 16334
163352001-11-29 Pavel Janík <Pavel@Janik.cz> 163352001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16336 16336
16337 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 16337 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16338 16338
@@ -16476,7 +16476,7 @@
16476 * frame.el (show-trailing-whitespace): Remove :set argument (the 16476 * frame.el (show-trailing-whitespace): Remove :set argument (the
16477 value was essentially identical to the defalt). 16477 value was essentially identical to the defalt).
16478 16478
164792001-11-26 Pavel Janík <Pavel@Janik.cz> 164792001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16480 16480
16481 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 16481 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16482 16482
@@ -16540,7 +16540,7 @@
16540 16540
16541 * help-funs.el (describe-syntax): Put (interactive) after doc string. 16541 * help-funs.el (describe-syntax): Put (interactive) after doc string.
16542 16542
165432001-11-26 Pavel Janík <Pavel@Janik.cz> 165432001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16544 16544
16545 * international/quail.el (quail-help): Require help-mode in 16545 * international/quail.el (quail-help): Require help-mode in
16546 top-level instead. 16546 top-level instead.
@@ -16611,12 +16611,12 @@
16611 * language/devan-util.el: Comment out parts of the file 16611 * language/devan-util.el: Comment out parts of the file
16612 which apparently are garbled. 16612 which apparently are garbled.
16613 16613
166142001-11-25 Pavel Janík <Pavel@Janik.cz> 166142001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16615 16615
16616 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 16616 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16617 insert-string. 16617 insert-string.
16618 16618
166192001-11-25 Pavel Janík <Pavel@Janik.cz> 166192001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
16620 16620
16621 * play/snake.el (snake-mode): Remove make-local-hook. 16621 * play/snake.el (snake-mode): Remove make-local-hook.
16622 16622
@@ -16694,7 +16694,7 @@
16694 to avoid name clashes. Fix `lisp-indent-function' property for 16694 to avoid name clashes. Fix `lisp-indent-function' property for
16695 both. 16695 both.
16696 16696
166972001-11-23 Francesco Potortì <pot@gnu.org> 166972001-11-23 Francesco Potort,Al(B <pot@gnu.org>
16698 16698
16699 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword. 16699 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16700 16700
@@ -16743,7 +16743,7 @@
16743 16743
16744 * international/encoded-kb.el: Don't alter minor-map-alist. 16744 * international/encoded-kb.el: Don't alter minor-map-alist.
16745 16745
167462001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 167462001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16747 16747
16748 * files.el (auto-save-file-name-transforms): Put remote files in 16748 * files.el (auto-save-file-name-transforms): Put remote files in
16749 temporary-file-directory rather than /tmp. 16749 temporary-file-directory rather than /tmp.
@@ -17101,7 +17101,7 @@
17101 Don't recognize a "telephone number" at the beginning of the name. 17101 Don't recognize a "telephone number" at the beginning of the name.
17102 (mail-extr-leading-garbage): Match non-word characters only. 17102 (mail-extr-leading-garbage): Match non-word characters only.
17103 17103
171042001-11-16 Pavel Janík <Pavel@Janik.cz> 171042001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
17105 17105
17106 * startup.el (command-line-processed): Doc fix. 17106 * startup.el (command-line-processed): Doc fix.
17107 17107
@@ -17129,7 +17129,7 @@
17129 (multiple-value-apply, nth-value): Use defsubst rather than defalias 17129 (multiple-value-apply, nth-value): Use defsubst rather than defalias
17130 to get better doc strings. 17130 to get better doc strings.
17131 17131
171322001-11-15 Pavel Janík <Pavel@Janik.cz> 171322001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
17133 17133
17134 * derived.el: Fix autoload cookie. 17134 * derived.el: Fix autoload cookie.
17135 17135
@@ -17324,7 +17324,7 @@
17324 (log-view-current-tag): Take an optional `where' arg. 17324 (log-view-current-tag): Take an optional `where' arg.
17325 (log-view-diff): New user command. 17325 (log-view-diff): New user command.
17326 17326
173272001-11-12 Pavel Janík <Pavel@Janik.cz> 173272001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
17328 17328
17329 * progmodes/cpp.el (cpp-choose-face): Fix typo. 17329 * progmodes/cpp.el (cpp-choose-face): Fix typo.
17330 17330
@@ -17364,7 +17364,7 @@
17364 * calc/calc-ext.el (calc-init-extensions): Update autoload names 17364 * calc/calc-ext.el (calc-init-extensions): Update autoload names
17365 to match files renamed on initial calc import. 17365 to match files renamed on initial calc import.
17366 17366
173672001-11-12 Pavel Janík <Pavel@Janik.cz> 173672001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
17368 17368
17369 * textmodes/flyspell.el (flyspell-default-dictionary): 17369 * textmodes/flyspell.el (flyspell-default-dictionary):
17370 Fix previous change. 17370 Fix previous change.
@@ -17407,7 +17407,7 @@
174072001-11-11 Colin Walters <walters@verbum.org> 174072001-11-11 Colin Walters <walters@verbum.org>
17408 17408
17409 The following changes are based on patches from 17409 The following changes are based on patches from
17410 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann 17410 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann
17411 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 17411 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17412 17412
17413 * calc/calc.el (toplevel): Require calc-macs. 17413 * calc/calc.el (toplevel): Require calc-macs.
@@ -17476,7 +17476,7 @@
17476 (radio-button-choice): Ditto. 17476 (radio-button-choice): Ditto.
17477 (editable-list): Ditto. 17477 (editable-list): Ditto.
17478 17478
174792001-11-09 Pavel Janík <Pavel@Janik.cz> 174792001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
17480 17480
17481 * play/gomoku.el: Move definitions of constants to the beginning 17481 * play/gomoku.el: Move definitions of constants to the beginning
17482 of file, before their use. 17482 of file, before their use.
@@ -17752,7 +17752,7 @@
17752 (debugger-setup-buffer): Call it. 17752 (debugger-setup-buffer): Call it.
17753 (debugger-mode-map): Bind RET and mouse-2. 17753 (debugger-mode-map): Bind RET and mouse-2.
17754 17754
177552001-10-31 Pavel Janík <Pavel@Janik.cz> 177552001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
17756 17756
17757 * startup.el: Document command line option --no-window-system 17757 * startup.el: Document command line option --no-window-system
17758 instead of --no-windows. 17758 instead of --no-windows.
@@ -17895,7 +17895,7 @@
17895 Report numbers of files skipped and failed too. 17895 Report numbers of files skipped and failed too.
17896 (byte-compile-file): Return 'no-byte-compile for skipped files. 17896 (byte-compile-file): Return 'no-byte-compile for skipped files.
17897 17897
178982001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 178982001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17899 17899
17900 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 17900 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17901 and `M p'. 17901 and `M p'.
@@ -18245,7 +18245,7 @@
18245 * progmodes/compile.el (compilation-set-window-height): 18245 * progmodes/compile.el (compilation-set-window-height):
18246 Select old window only if it's still live. 18246 Select old window only if it's still live.
18247 18247
182482001-10-22 Pavel Janík <Pavel@Janik.cz> 182482001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
18249 18249
18250 * help-mode.el (help-buffer): Remove debugging code. 18250 * help-mode.el (help-buffer): Remove debugging code.
18251 From Stefan Monnier <monnier@cs.yale.edu>. 18251 From Stefan Monnier <monnier@cs.yale.edu>.