aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2003-03-03 20:22:17 +0000
committerVinicius Jose Latorre2003-03-03 20:22:17 +0000
commit206bec7f076d2a36d1ffd508c3c9eb606b656b18 (patch)
tree711ebb0841f0e5d1833826986d528b967ce1d471
parent526335b489fa0eac018e9ac4f3a7c084db0b1664 (diff)
downloademacs-206bec7f076d2a36d1ffd508c3c9eb606b656b18.tar.gz
emacs-206bec7f076d2a36d1ffd508c3c9eb606b656b18.zip
vinicius: printing.el change
-rw-r--r--lisp/ChangeLog360
1 files changed, 182 insertions, 178 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee6dbea4f81..c5fe76b83b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
4
12003-03-03 John Paul Wallington <jpw@gnu.org> 52003-03-03 John Paul Wallington <jpw@gnu.org>
2 6
3 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of 7 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
@@ -25,14 +29,14 @@
25 "`(" to same so that function and macro bodies beginning with a 29 "`(" to same so that function and macro bodies beginning with a
26 backquote do not get disturbed. Revise the comments. 30 backquote do not get disturbed. Revise the comments.
27 31
282003-03-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 322003-03-01 Jan Djärv <jan.h.d@swipnet.se>
29 33
30 * startup.el (command-line): Call menu-bar-mode with 1 instead of t. 34 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
31 35
32 * menu-bar.el (menu-bar-mode): Change to define-minor-mode 36 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
33 and initialize as for tool-bar-mode. 37 and initialize as for tool-bar-mode.
34 38
352003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 392003-02-28 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
36 40
37 * net/tramp.el: Version 2.0.30 released. 41 * net/tramp.el: Version 2.0.30 released.
38 Replace term "path" with "localname" unless it is used for a 42 Replace term "path" with "localname" unless it is used for a
@@ -198,12 +202,12 @@
198 in some earlier merge. 202 in some earlier merge.
199 (cperl-tags-hier-init): Use display-popup-menus-p. 203 (cperl-tags-hier-init): Use display-popup-menus-p.
200 204
2012003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 2052003-02-22 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
202 206
203 * files.el (abbreviate-file-name): Shorten docstring: variables 207 * files.el (abbreviate-file-name): Shorten docstring: variables
204 are now hyperlinks and `C-h v' need not be mentioned explicitly. 208 are now hyperlinks and `C-h v' need not be mentioned explicitly.
205 209
2062003-02-21 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 2102003-02-21 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
207 211
208 * files.el (abbreviate-file-name): Document removal of 212 * files.el (abbreviate-file-name): Document removal of
209 automounter prefixes. Reported by Lars Hansen. 213 automounter prefixes. Reported by Lars Hansen.
@@ -238,7 +242,7 @@
238 * info.el (Info-extract-menu-node-name): Stop if colon is 242 * info.el (Info-extract-menu-node-name): Stop if colon is
239 followed by open paren. 243 followed by open paren.
240 244
2412003-02-20 Francesco Potort,Al(B <pot@gnu.org> 2452003-02-20 Francesco Potortì <pot@gnu.org>
242 246
243 * mail/undigest.el (unforward-rmail-message): Allow nested 247 * mail/undigest.el (unforward-rmail-message): Allow nested
244 unforwarding, that is, preserve old Forwarded-From/Date headers. 248 unforwarding, that is, preserve old Forwarded-From/Date headers.
@@ -660,7 +664,7 @@
660 664
661 * printing.el: New file. 665 * printing.el: New file.
662 666
6632003-02-07 Francesco Potort,Al(B <pot@gnu.org> 6672003-02-07 Francesco Potortì <pot@gnu.org>
664 668
665 * language/european.el ("French", "Slovenian"): Fix doc strings. 669 * language/european.el ("French", "Slovenian"): Fix doc strings.
666 670
@@ -671,7 +675,7 @@
671 (rmail-summary-next-labeled-message, rmail-summary-resend) 675 (rmail-summary-next-labeled-message, rmail-summary-resend)
672 (rmail-summary-override-mail-send-and-exit): Doc fixes. 676 (rmail-summary-override-mail-send-and-exit): Doc fixes.
673 677
6742003-02-06 Francesco Potort,Al(B <pot@gnu.org> 6782003-02-06 Francesco Potortì <pot@gnu.org>
675 679
676 * language/european.el ("Italian"): New. 680 * language/european.el ("Italian"): New.
677 681
@@ -708,11 +712,11 @@
708 Undo last change (duplicates part of 2003-02-04 change). 712 Undo last change (duplicates part of 2003-02-04 change).
709 Remap `viper' delete commands only in file or dir mode. 713 Remap `viper' delete commands only in file or dir mode.
710 714
7112003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 7152003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
712 716
713 * ido.el (ido-define-mode-map): Interact with Viper. 717 * ido.el (ido-define-mode-map): Interact with Viper.
714 718
7152003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 7192003-02-05 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
716 720
717 * net/tramp.el: Version 2.0.29 released. 721 * net/tramp.el: Version 2.0.29 released.
718 (tramp-send-region): Protect against tramp-chunksize being nil. 722 (tramp-send-region): Protect against tramp-chunksize being nil.
@@ -850,7 +854,7 @@
850 854
851 * ruler-mode.el (ruler-mode-margins-char): Likewise. 855 * ruler-mode.el (ruler-mode-margins-char): Likewise.
852 856
8532003-02-04 Francesco Potort,Al(B <pot@gnu.org> 8572003-02-04 Francesco Potortì <pot@gnu.org>
854 858
855 * mail/rmailout.el (rmail-output): If preserving MIME-version, 859 * mail/rmailout.el (rmail-output): If preserving MIME-version,
856 preserve Content-type too. 860 preserve Content-type too.
@@ -1030,7 +1034,7 @@
1030 * shell.el: 1034 * shell.el:
1031 * woman.el: Added cygwin to system-type comparisons. 1035 * woman.el: Added cygwin to system-type comparisons.
1032 1036
10332003-01-31 Francesco Potort,Al(B <pot@gnu.org> 10372003-01-31 Francesco Potortì <pot@gnu.org>
1034 1038
1035 * mail/undigest.el (rmail-forward-separator-regex): New custom 1039 * mail/undigest.el (rmail-forward-separator-regex): New custom
1036 variable. 1040 variable.
@@ -1167,7 +1171,7 @@
1167 (c-require-final-newline): Add a variable to make the 1171 (c-require-final-newline): Add a variable to make the
1168 initialization of `require-final-newline' more configurable. 1172 initialization of `require-final-newline' more configurable.
1169 1173
11702003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 11742003-01-26 Jan Djärv <jan.h.d@swipnet.se>
1171 1175
1172 * emacs-lisp/authors.el (authors-aliases): Add Jan D. 1176 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
1173 Set iso-2022-7bit coding: cookie. 1177 Set iso-2022-7bit coding: cookie.
@@ -1328,7 +1332,7 @@
1328 * Makefile.in (bootstrap-after): New target. 1332 * Makefile.in (bootstrap-after): New target.
1329 (bootstrap): Move finder-data, custom-deps to bootstrap-after. 1333 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1330 1334
13312003-01-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 13352003-01-22 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
1332 1336
1333 * info.el (Info-index-next): Use "(`,' tries to find next)" for 1337 * info.el (Info-index-next): Use "(`,' tries to find next)" for
1334 more matches for consistency with standalone info browser. 1338 more matches for consistency with standalone info browser.
@@ -1700,7 +1704,7 @@
1700 1704
1701 * international/code-pages.el (cp-make-coding-system): Fix last change. 1705 * international/code-pages.el (cp-make-coding-system): Fix last change.
1702 1706
17032003-01-10 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 17072003-01-10 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
1704 1708
1705 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and 1709 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
1706 use regexp-opt for readability. 1710 use regexp-opt for readability.
@@ -1764,7 +1768,7 @@
1764 * mail/undigest.el (unforward-rmail-message): Don't use global 1768 * mail/undigest.el (unforward-rmail-message): Don't use global
1765 variable `n'. 1769 variable `n'.
1766 1770
17672003-01-08 Francesco Potort,Al(B <pot@gnu.org> 17712003-01-08 Francesco Potortì <pot@gnu.org>
1768 1772
1769 * mail/undigest.el (unforward-rmail-message): Simplified. 1773 * mail/undigest.el (unforward-rmail-message): Simplified.
1770 No functional change. 1774 No functional change.
@@ -1787,14 +1791,14 @@
1787 (custom-save-variables): Use custom-variable-p to detect 1791 (custom-save-variables): Use custom-variable-p to detect
1788 non-rogue variables. 1792 non-rogue variables.
1789 1793
17902003-01-07 Francesco Potort,Al(B <pot@gnu.org> 17942003-01-07 Francesco Potortì <pot@gnu.org>
1791 1795
1792 * mail/undigest.el (unforward-rmail-message): Skip all newlines 1796 * mail/undigest.el (unforward-rmail-message): Skip all newlines
1793 after the initial separator. 1797 after the initial separator.
1794 (unforward-rmail-message): Forwarded-From: and Forwarded-Date: 1798 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
1795 instead of Forwarded-from: and Forwarded-date:. 1799 instead of Forwarded-from: and Forwarded-date:.
1796 1800
17972003-01-07 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 18012003-01-07 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
1798 1802
1799 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are 1803 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
1800 produced by TeX. 1804 produced by TeX.
@@ -2036,7 +2040,7 @@
2036 (customize-variable-other-window, customize-option-other-window): 2040 (customize-variable-other-window, customize-option-other-window):
2037 Definitions moved up. 2041 Definitions moved up.
2038 2042
20392002-12-26 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 20432002-12-26 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
2040 2044
2041 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes. 2045 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
2042 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of 2046 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
@@ -2076,7 +2080,7 @@
2076 2080
2077 * cus-edit.el (custom-save-faces): Fix typo. 2081 * cus-edit.el (custom-save-faces): Fix typo.
2078 2082
20792002-12-23 Francesco Potort,Al(B <pot@gnu.org> 20832002-12-23 Francesco Potortì <pot@gnu.org>
2080 2084
2081 * mail/undigest.el (unforward-rmail-message): Do not assume that 2085 * mail/undigest.el (unforward-rmail-message): Do not assume that
2082 the forwarded message's Date: header comes after From:. Use a 2086 the forwarded message's Date: header comes after From:. Use a
@@ -2246,7 +2250,7 @@
2246 * dired.el (dired-insert-directory): Preserve text properties 2250 * dired.el (dired-insert-directory): Preserve text properties
2247 when quoting. 2251 when quoting.
2248 2252
22492002-12-20 Francesco Potort,Al(B <pot@gnu.org> 22532002-12-20 Francesco Potortì <pot@gnu.org>
2250 2254
2251 * mail/undigest.el (rmail-mail-separator): Renamed from 2255 * mail/undigest.el (rmail-mail-separator): Renamed from
2252 rmail-digest-mail-separator. All users changed. 2256 rmail-digest-mail-separator. All users changed.
@@ -2307,7 +2311,7 @@
2307 coding-system to allow users to specify unsafe coding system on 2311 coding-system to allow users to specify unsafe coding system on
2308 their risk. 2312 their risk.
2309 2313
23102002-12-16 Francesco Potort,Al(B <pot@gnu.org> 23142002-12-16 Francesco Potortì <pot@gnu.org>
2311 2315
2312 * mail/undigest.el (rmail-digest-methods) 2316 * mail/undigest.el (rmail-digest-methods)
2313 (rmail-digest-mail-separator): New variables. 2317 (rmail-digest-mail-separator): New variables.
@@ -2375,7 +2379,7 @@
2375 Add :set-after. 2379 Add :set-after.
2376 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400. 2380 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2377 2381
23782002-12-15 Gustav H,Ae(Bllberg <gustav@virtutech.se> (tiny change) 23822002-12-15 Gustav Hållberg <gustav@virtutech.se> (tiny change)
2379 2383
2380 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the 2384 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2381 buffer as modified unless it really is. 2385 buffer as modified unless it really is.
@@ -2442,7 +2446,7 @@
2442 Update custom-type of `current-language-environment'. 2446 Update custom-type of `current-language-environment'.
2443 (current-language-environment): Fix custom type. 2447 (current-language-environment): Fix custom type.
2444 2448
24452002-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24492002-12-11 Pavel Jan-Bík <Pavel@Janik.cz>-A
2446 2450
2447 * progmodes/antlr-mode.el (antlr): New URL. 2451 * progmodes/antlr-mode.el (antlr): New URL.
2448 2452
@@ -2792,7 +2796,7 @@
2792 2796
2793 * font-lock.el (c++-font-lock-extra-types): Fix previous change. 2797 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
2794 2798
27952002-12-02 Fran,Ag(Bois Pinard <pinard@iro.umontreal.ca> 27992002-12-02 François Pinard <pinard@iro.umontreal.ca>
2796 2800
2797 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight 2801 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
2798 more make keywords: defined, endef, override, export, unexport 2802 more make keywords: defined, endef, override, export, unexport
@@ -3046,7 +3050,7 @@
3046 * register.el (describe-register-1): Don't assign to val the value 3050 * register.el (describe-register-1): Don't assign to val the value
3047 returned by `remove-list-of-text-properties'. 3051 returned by `remove-list-of-text-properties'.
3048 3052
30492002-11-18 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 30532002-11-18 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
3050 3054
3051 * calendar/diary-lib.el (fancy-diary-font-lock-keywords): 3055 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
3052 Grok month numbers, too. 3056 Grok month numbers, too.
@@ -4178,7 +4182,7 @@
4178 * textmodes/fill.el (fill-paragraph): Go to BOL before calling 4182 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
4179 forward-paragraph to make sure its return value is meaningful. 4183 forward-paragraph to make sure its return value is meaningful.
4180 4184
41812002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 41852002-10-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4182 4186
4183 * net/tramp.el: Version 2.0.25 released. 4187 * net/tramp.el: Version 2.0.25 released.
4184 (tramp-handle-file-truename): If it's a directory, 4188 (tramp-handle-file-truename): If it's a directory,
@@ -4510,7 +4514,7 @@
4510 once Emacs is started up; initialize to "" at loadup time. 4514 once Emacs is started up; initialize to "" at loadup time.
4511 (command-line): "", not nil, means user-mail-address not set yet. 4515 (command-line): "", not nil, means user-mail-address not set yet.
4512 4516
45132002-09-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 45172002-09-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4514 4518
4515 * net/tramp.el: Version 2.0.24 released. 4519 * net/tramp.el: Version 2.0.24 released.
4516 (tramp-methods, tramp-completion-function-alist): 4520 (tramp-methods, tramp-completion-function-alist):
@@ -4898,7 +4902,7 @@
4898 * mail/sendmail.el (sendmail-send-it): If user's buffer 4902 * mail/sendmail.el (sendmail-send-it): If user's buffer
4899 is unibyte, make tembuf unibyte. 4903 is unibyte, make tembuf unibyte.
4900 4904
49012002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 49052002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4902 4906
4903 * net/tramp.el: Version 2.0.22 released. 4907 * net/tramp.el: Version 2.0.22 released.
4904 (tramp-parse-rhosts, tramp-parse-shosts) 4908 (tramp-parse-rhosts, tramp-parse-shosts)
@@ -4915,7 +4919,7 @@
4915 (tramp-completion-function-alist): Add completion function for "ftp". 4919 (tramp-completion-function-alist): Add completion function for "ftp".
4916 From Michael Albinus <Michael.Albinus@alcatel.de>. 4920 From Michael Albinus <Michael.Albinus@alcatel.de>.
4917 4921
49182002-09-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49222002-09-22 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4919 4923
4920 * net/tramp.el: Version 2.0.21 released. 4924 * net/tramp.el: Version 2.0.21 released.
4921 (tramp-handle-file-newer-than-file-p): If mtime of both files is 4925 (tramp-handle-file-newer-than-file-p): If mtime of both files is
@@ -4929,11 +4933,11 @@
4929 (tramp-method-out-of-band-p): Correct number of args for 4933 (tramp-method-out-of-band-p): Correct number of args for
4930 `tramp-get-rsh-program' and similar functions. 4934 `tramp-get-rsh-program' and similar functions.
4931 4935
49322002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 49362002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4933 4937
4934 * net/tramp.el: Version 2.0.20 released. 4938 * net/tramp.el: Version 2.0.20 released.
4935 4939
49362002-09-20 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 49402002-09-20 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de>
4937 4941
4938 * net/tramp.el (tramp-completion-function-alist): Escape open 4942 * net/tramp.el (tramp-completion-function-alist): Escape open
4939 paren in docstring. 4943 paren in docstring.
@@ -4962,24 +4966,24 @@
4962 `tramp-find-method'. Update callers. 4966 `tramp-find-method'. Update callers.
4963 (tramp-find-method): New function. 4967 (tramp-find-method): New function.
4964 4968
49652002-09-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49692002-09-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4966 4970
4967 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired" 4971 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4968 in SWITCHES (by removing it). 4972 in SWITCHES (by removing it).
4969 4973
49702002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49742002-09-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4971 4975
4972 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property. 4976 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
4973 4977
49742002-09-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49782002-09-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4975 4979
4976 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region. 4980 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
4977 4981
49782002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49822002-09-16 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4979 4983
4980 * net/tramp.el (tramp-bug): Add tramp-methods. 4984 * net/tramp.el (tramp-bug): Add tramp-methods.
4981 4985
49822002-09-16 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49862002-09-16 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4983 4987
4984 * net/tramp.el (tramp-methods): Update docstring: 4988 * net/tramp.el (tramp-methods): Update docstring:
4985 tramp-encoding-command, tramp-decoding-command, 4989 tramp-encoding-command, tramp-decoding-command,
@@ -4987,7 +4991,7 @@
4987 parameters anymore. 4991 parameters anymore.
4988 (tramp-uuencode-region): Autoload it. 4992 (tramp-uuencode-region): Autoload it.
4989 4993
49902002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49942002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4991 4995
4992 * net/tramp.el: Version 2.0.19 released. 4996 * net/tramp.el: Version 2.0.19 released.
4993 4997
@@ -4997,11 +5001,11 @@
4997 Use `tramp-uuencode-region' as local encoder for the uuencode based 5001 Use `tramp-uuencode-region' as local encoder for the uuencode based
4998 entries. 5002 entries.
4999 5003
50002002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50042002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5001 5005
5002 * net/tramp.el (tramp-handle-write-region): Wrong parens. 5006 * net/tramp.el (tramp-handle-write-region): Wrong parens.
5003 5007
50042002-09-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50082002-09-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5005 5009
5006 * net/tramp.el: Version 2.0.18 released. 5010 * net/tramp.el: Version 2.0.18 released.
5007 5011
@@ -5009,14 +5013,14 @@
5009 older versions of Perl. Now tested with 5.004. Suggestion from 5013 older versions of Perl. Now tested with 5.004. Suggestion from
5010 Michael Albinus. 5014 Michael Albinus.
5011 5015
50122002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50162002-09-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5013 5017
5014 * net/tramp.el (tramp-find-inline-encoding): 5018 * net/tramp.el (tramp-find-inline-encoding):
5015 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT. 5019 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
5016 (tramp-call-local-coding-command): OUTPUT equals nil means to 5020 (tramp-call-local-coding-command): OUTPUT equals nil means to
5017 discard the output. INPUT equals nil means /dev/null. 5021 discard the output. INPUT equals nil means /dev/null.
5018 5022
50192002-09-12 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50232002-09-12 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5020 5024
5021 * net/tramp.el (tramp-encoding-shell): Default to environment 5025 * net/tramp.el (tramp-encoding-shell): Default to environment
5022 variable COMSPEC on Windows. 5026 variable COMSPEC on Windows.
@@ -5029,7 +5033,7 @@
5029 Define `result1'. 5033 Define `result1'.
5030 (tramp-parse-hosts-group): Discard IPv6 entries. 5034 (tramp-parse-hosts-group): Discard IPv6 entries.
5031 5035
50322002-09-11 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 50362002-09-11 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5033 5037
5034 * net/tramp.el (tramp-post-connection): Only send Perl 5038 * net/tramp.el (tramp-post-connection): Only send Perl
5035 mime-encode/decode implementations when using inline method. 5039 mime-encode/decode implementations when using inline method.
@@ -5052,7 +5056,7 @@
5052 (tramp-get-decoding-function, tramp-set-decoding-function): 5056 (tramp-get-decoding-function, tramp-set-decoding-function):
5053 Old functions, removed. 5057 Old functions, removed.
5054 5058
50552002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50592002-09-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5056 5060
5057 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 5061 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5058 Change command to invoke /bin/sh slightly to make it compatible 5062 Change command to invoke /bin/sh slightly to make it compatible
@@ -5063,7 +5067,7 @@
5063 * net/tramp.el (tramp-handle-write-region): Added missing 5067 * net/tramp.el (tramp-handle-write-region): Added missing
5064 `)'. Hope it's the right place. 5068 `)'. Hope it's the right place.
5065 5069
50662002-09-09 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 50702002-09-09 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5067 5071
5068 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 5072 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5069 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in 5073 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
@@ -5117,7 +5121,7 @@
5117 `tramp-get-completion-su' (the previous place for this stuff) 5121 `tramp-get-completion-su' (the previous place for this stuff)
5118 doesn't exist any longer. 5122 doesn't exist any longer.
5119 5123
51202002-09-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 51242002-09-07 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5121 5125
5122 * net/tramp.el (tramp-enter-password): 5126 * net/tramp.el (tramp-enter-password):
5123 Use `tramp-password-end-of-line' to terminate the line. 5127 Use `tramp-password-end-of-line' to terminate the line.
@@ -5129,7 +5133,7 @@
5129 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end 5133 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
5130 of line of the output delimiter. 5134 of line of the output delimiter.
5131 5135
51322002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 51362002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5133 5137
5134 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell) 5138 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
5135 (tramp-open-connection-setup-interactive-shell): Add some comments 5139 (tramp-open-connection-setup-interactive-shell): Add some comments
@@ -5147,7 +5151,7 @@
5147 (tramp-completion-mode): Replace `last-input-char' by modern 5151 (tramp-completion-mode): Replace `last-input-char' by modern
5148 `last-input-event'. Check for `event-modifiers'. 5152 `last-input-event'. Check for `event-modifiers'.
5149 5153
51502002-09-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 51542002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5151 5155
5152 * net/tramp.el (file-expand-wildcards): Corrected check to see if 5156 * net/tramp.el (file-expand-wildcards): Corrected check to see if
5153 advising is necessary. 5157 advising is necessary.
@@ -5268,7 +5272,7 @@
5268 (tramp-completion-handle-file-name-all-completions): 5272 (tramp-completion-handle-file-name-all-completions):
5269 Apply `tramp-completion-run-real-handler'. 5273 Apply `tramp-completion-run-real-handler'.
5270 (tramp-parse-rhosts) 5274 (tramp-parse-rhosts)
5271 (tramp-parse-shosts): Use `with-temp-buffer'. `result$,1!=(B renamed to 5275 (tramp-parse-shosts): Use `with-temp-buffer'. `result$-1¡½ renamed to-A
5272 `res' (otherwise side effects in XEmacs). 5276 `res' (otherwise side effects in XEmacs).
5273 5277
52742002-08-24 Michael Albinus <Michael.Albinus@alcatel.de> 52782002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
@@ -5347,13 +5351,13 @@
5347 list in order to avoid nested lists, f.e. when invoked from 5351 list in order to avoid nested lists, f.e. when invoked from
5348 `tramp-handle-dired-call-process'. 5352 `tramp-handle-dired-call-process'.
5349 5353
53502002-09-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 53542002-09-05 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5351 5355
5352 * net/tramp.el (tramp-chunksize): New kluge variable. 5356 * net/tramp.el (tramp-chunksize): New kluge variable.
5353 (tramp-send-region): If tramp-chunksize is non-nil, send region in 5357 (tramp-send-region): If tramp-chunksize is non-nil, send region in
5354 parts and sleep 0.1 seconds between chunks. 5358 parts and sleep 0.1 seconds between chunks.
5355 5359
53562002-09-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 53602002-09-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5357 5361
5358 * net/tramp.el (tramp-handle-insert-directory): 5362 * net/tramp.el (tramp-handle-insert-directory):
5359 Use `insert-buffer-substring' instead of `insert-buffer', which is not 5363 Use `insert-buffer-substring' instead of `insert-buffer', which is not
@@ -5364,12 +5368,12 @@
5364 (file-expand-wildcards): Don't advise unless "[" and "]" are used 5368 (file-expand-wildcards): Don't advise unless "[" and "]" are used
5365 in the filename format. 5369 in the filename format.
5366 5370
53672002-09-01 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 53712002-09-01 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5368 5372
5369 * net/tramp.el (tramp-methods): Remove duplicate definition of 5373 * net/tramp.el (tramp-methods): Remove duplicate definition of
5370 ssh1-old and ssh2-old. 5374 ssh1-old and ssh2-old.
5371 5375
53722002-09-22 Kai Gro,A_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> 53762002-09-22 Kai Großjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5373 5377
5374 * dired.el (dired-insert-directory): Always add "--dired" to to 5378 * dired.el (dired-insert-directory): Always add "--dired" to to
5375 SWITCHES for remote files. 5379 SWITCHES for remote files.
@@ -5495,7 +5499,7 @@
5495 Don't unbind compilation-last-buffer after autoloading compile.el. 5499 Don't unbind compilation-last-buffer after autoloading compile.el.
5496 Hide the compilation-minor-mode bindings altogether. 5500 Hide the compilation-minor-mode bindings altogether.
5497 5501
54982002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 55022002-09-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5499 5503
5500 * dired.el (dired-insert-directory): Never add "--dired" when 5504 * dired.el (dired-insert-directory): Never add "--dired" when
5501 listing remote directories. 5505 listing remote directories.
@@ -5550,7 +5554,7 @@
5550 hack-one-local-variable so unsafep can use it. Add \|-history$ to 5554 hack-one-local-variable so unsafep can use it. Add \|-history$ to
5551 the list of disallowed local variable names (malicious user could 5555 the list of disallowed local variable names (malicious user could
5552 stuff a `display' property in there that would be activated when 5556 stuff a `display' property in there that would be activated when
5553 na,Ao(Bve user called up the history). 5557 naïve user called up the history).
5554 5558
55552002-09-16 Markus Rost <rost@math.ohio-state.edu> 55592002-09-16 Markus Rost <rost@math.ohio-state.edu>
5556 5560
@@ -5718,7 +5722,7 @@
5718 (transient-mark-mode, line-number-mode, column-number-mode): 5722 (transient-mark-mode, line-number-mode, column-number-mode):
5719 Pass an explicit `:require nil' argument. 5723 Pass an explicit `:require nil' argument.
5720 5724
57212002-09-13 Francesco Potort,Al(B <pot@gnu.org> 57252002-09-13 Francesco Potortì <pot@gnu.org>
5722 5726
5723 * play/tetris.el (tetris-blank-options, tetris-cell-options): 5727 * play/tetris.el (tetris-blank-options, tetris-cell-options):
5724 Remove various redundant `(t nil)'. 5728 Remove various redundant `(t nil)'.
@@ -5926,7 +5930,7 @@
5926 (ps-print-color-p, ps-page-dimensions-database): Autoload var. 5930 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
5927 (ps-print-code, ps-print-preprint-region): Adjust code. 5931 (ps-print-code, ps-print-preprint-region): Adjust code.
5928 5932
59292002-09-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 59332002-09-10 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5930 5934
5931 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in 5935 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
5932 emacs-lisp-mode, like ~/.emacs. 5936 emacs-lisp-mode, like ~/.emacs.
@@ -6255,7 +6259,7 @@
6255 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table. 6259 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6256 (mail-mode-abbrev-table): Set to text-mode-abbrev-table. 6260 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6257 6261
62582002-09-02 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 62622002-09-02 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6259 6263
6260 * net/tramp.el: Version 2.0.15 released. 6264 * net/tramp.el: Version 2.0.15 released.
6261 (require 'base64): Most modern Emacsen have the base64 6265 (require 'base64): Most modern Emacsen have the base64
@@ -6503,7 +6507,7 @@
6503 6507
6504 * comint.el (comint-carriage-motion): Start at START. 6508 * comint.el (comint-carriage-motion): Start at START.
6505 6509
65062002-08-27 Francesco Potort,Al(B <pot@gnu.org> 65102002-08-27 Francesco Potortì <pot@gnu.org>
6507 6511
6508 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response 6512 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6509 given by vsFTPd when accessed with a kerberised FTP client. 6513 given by vsFTPd when accessed with a kerberised FTP client.
@@ -6637,7 +6641,7 @@
6637 Always call x-focus-frame, if using x. 6641 Always call x-focus-frame, if using x.
6638 Use set-mouse-position on all systems, if focus-follows-mouse. 6642 Use set-mouse-position on all systems, if focus-follows-mouse.
6639 6643
66402002-08-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 66442002-08-22 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6641 6645
6642 * net/tramp.el: Version 2.0.14 released. 6646 * net/tramp.el: Version 2.0.14 released.
6643 (tramp-shell-prompt-pattern): New variable. 6647 (tramp-shell-prompt-pattern): New variable.
@@ -6672,7 +6676,7 @@
6672 pushing mark. 6676 pushing mark.
6673 (f90-abbrev-start): unread-command-event is obsolete in XEmacs. 6677 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
6674 6678
66752002-08-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 66792002-08-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6676 6680
6677 * net/tramp.el: Version 2.0.13 released. 6681 * net/tramp.el: Version 2.0.13 released.
6678 (tramp-handle-write-region): Don't check to see if remote end is 6682 (tramp-handle-write-region): Don't check to see if remote end is
@@ -6963,7 +6967,7 @@
6963 6967
6964 * wid-browse.el (widget-minor-mode): Fix doc typo. 6968 * wid-browse.el (widget-minor-mode): Fix doc typo.
6965 6969
69662002-08-07 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 69702002-08-07 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6967 6971
6968 * net/tramp.el: Version 2.0.12 released. 6972 * net/tramp.el: Version 2.0.12 released.
6969 (tramp-find-shell, tramp-open-connection-setup-interactive-shell): 6973 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
@@ -7041,7 +7045,7 @@
7041 7045
7042 * image.el (image-jpeg-p): Accept "Exif" marker. 7046 * image.el (image-jpeg-p): Accept "Exif" marker.
7043 7047
70442002-08-05 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 70482002-08-05 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7045 7049
7046 * net/tramp.el: Version 2.0.11 released. 7050 * net/tramp.el: Version 2.0.11 released.
7047 (tramp-perl-file-attributes): Print uid and gid as signed integers. 7051 (tramp-perl-file-attributes): Print uid and gid as signed integers.
@@ -7063,7 +7067,7 @@
7063 7067
7064 * startup.el (fancy-splash-frame): Check selected frame last. 7068 * startup.el (fancy-splash-frame): Check selected frame last.
7065 7069
70662002-08-04 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 70702002-08-04 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7067 7071
7068 * net/tramp.el: Version 2.0.10 released. 7072 * net/tramp.el: Version 2.0.10 released.
7069 (tramp-uudecode): New shell function `tramp_uudecode' to decode to 7073 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
@@ -7076,7 +7080,7 @@
7076 (tramp-coding-commands): Add an alternative for `tramp_uudecode'. 7080 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
7077 (tramp-bug): Include more variables in the report. 7081 (tramp-bug): Include more variables in the report.
7078 7082
70792002-08-04 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 70832002-08-04 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7080 7084
7081 * net/tramp.el: Version 2.0.9 released. 7085 * net/tramp.el: Version 2.0.9 released.
7082 (tramp-bug): Add wording about additional info to include in bug 7086 (tramp-bug): Add wording about additional info to include in bug
@@ -7100,12 +7104,12 @@
7100 7104
7101 * term/mac-win.el: Set keys to enable mouse wheel support. 7105 * term/mac-win.el: Set keys to enable mouse wheel support.
7102 7106
71032002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 71072002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7104 7108
7105 * net/tramp.el: Version 2.0.8. 7109 * net/tramp.el: Version 2.0.8.
7106 (tramp-perl-encode, tramp-perl-encode): Double the backslashes. 7110 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
7107 7111
71082002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 71122002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7109 7113
7110 * net/tramp.el: Version 2.0.7. 7114 * net/tramp.el: Version 2.0.7.
7111 (tramp-perl-encode-with-module, tramp-perl-decode-with-module) 7115 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
@@ -7119,7 +7123,7 @@
7119 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case. 7123 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
7120 (f90-type-def-re): Fix value. 7124 (f90-type-def-re): Fix value.
7121 7125
71222002-08-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 71262002-08-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7123 7127
7124 * net/tramp.el: Version 2.0.6. 7128 * net/tramp.el: Version 2.0.6.
7125 (tramp-default-method): Change to "ssh" from "sm". 7129 (tramp-default-method): Change to "ssh" from "sm".
@@ -7210,7 +7214,7 @@
7210 don't work on MSVC/nmake builds. 7214 don't work on MSVC/nmake builds.
7211 (update-subdirs-CMD): Generate the right list of subdirectories. 7215 (update-subdirs-CMD): Generate the right list of subdirectories.
7212 7216
72132002-07-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 72172002-07-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7214 7218
7215 * net/tramp.el: New version 2.0.5. 7219 * net/tramp.el: New version 2.0.5.
7216 (tramp-methods): Remove inline encoding method parameters. 7220 (tramp-methods): Remove inline encoding method parameters.
@@ -7352,7 +7356,7 @@
7352 * ps-print.el: Update copyright year. 7356 * ps-print.el: Update copyright year.
7353 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type. 7357 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7354 7358
73552002-07-26 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 73592002-07-26 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7356 7360
7357 * eshell/eshell.el (eshell): Numeric prefix arg means to switch 7361 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7358 to the session with that number. Old behavior still available 7362 to the session with that number. Old behavior still available
@@ -7616,7 +7620,7 @@
7616 * bindings.el (last-buffer): Use buffer-list with frame arg. 7620 * bindings.el (last-buffer): Use buffer-list with frame arg.
7617 Create *scratch* if no other choice exists. Fix bugs. 7621 Create *scratch* if no other choice exists. Fix bugs.
7618 7622
76192002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 76232002-07-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7620 7624
7621 * net/tramp.el: Bump version to 2.0.2. 7625 * net/tramp.el: Bump version to 2.0.2.
7622 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to 7626 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
@@ -8000,7 +8004,7 @@
8000 * calendar/timeclock.el (timeclock-in): Handle the case where no 8004 * calendar/timeclock.el (timeclock-in): Handle the case where no
8001 log file exists (ie the very first call). 8005 log file exists (ie the very first call).
8002 8006
80032002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 80072002-07-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8004 8008
8005 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this 8009 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
8006 is done by Tramp. 8010 is done by Tramp.
@@ -8076,7 +8080,7 @@
8076 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic 8080 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
8077 alphabet) to "Cyrillic-ISO". 8081 alphabet) to "Cyrillic-ISO".
8078 8082
80792002-07-11 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 80832002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8080 8084
8081 * net/tramp.el (tramp-default-method): New default method "sm" 8085 * net/tramp.el (tramp-default-method): New default method "sm"
8082 which I guess to be good for most people. 8086 which I guess to be good for most people.
@@ -8238,7 +8242,7 @@
8238 8242
8239 * bindings.el (completion-ignored-extensions): Add .gmo and .mo. 8243 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8240 8244
82412002-07-06 Francesco Potort,Al(B <pot@gnu.org> 82452002-07-06 Francesco Potortì <pot@gnu.org>
8242 8246
8243 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of 8247 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8244 .sx[dmicw] file suffixes for Open office data files. 8248 .sx[dmicw] file suffixes for Open office data files.
@@ -8489,7 +8493,7 @@
8489 (uniquify-delayed-rationalize-file-buffer-names): 8493 (uniquify-delayed-rationalize-file-buffer-names):
8490 Rename from delayed-uniquify-rationalize-file-buffer-names. 8494 Rename from delayed-uniquify-rationalize-file-buffer-names.
8491 8495
84922002-06-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 84962002-06-27 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8493 8497
8494 * net/tramp.el (tramp-file-name-structure) 8498 * net/tramp.el (tramp-file-name-structure)
8495 (tramp-multi-file-name-hop-structure): Split for easier readability. 8499 (tramp-multi-file-name-hop-structure): Split for easier readability.
@@ -8538,7 +8542,7 @@
8538 8542
8539 * dired.el (dired-find-alternate-file): Mark as disabled. 8543 * dired.el (dired-find-alternate-file): Mark as disabled.
8540 8544
85412002-06-25 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 85452002-06-25 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8542 8546
8543 * net/tramp.el (tramp-ftp-method): New user option. 8547 * net/tramp.el (tramp-ftp-method): New user option.
8544 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. 8548 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
@@ -8626,7 +8630,7 @@
8626 * progmodes/f90.el (f90-do-auto-fill): Respect the value of 8630 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
8627 comment-auto-fill-only-comments. 8631 comment-auto-fill-only-comments.
8628 8632
86292002-06-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 86332002-06-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8630 8634
8631 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. 8635 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
8632 This is not a handled operation. 8636 This is not a handled operation.
@@ -8727,7 +8731,7 @@
8727 21 dialogs to select the file, since we want a directory name only. 8731 21 dialogs to select the file, since we want a directory name only.
8728 (ada-customize): Add support for the new GNAT project files. 8732 (ada-customize): Add support for the new GNAT project files.
8729 8733
87302002-06-20 Francesco Potort,Al(B <pot@gnu.org> 87342002-06-20 Francesco Potortì <pot@gnu.org>
8731 8735
8732 * progmodes/etags.el (tag-implicit-name-match-p): New function. 8736 * progmodes/etags.el (tag-implicit-name-match-p): New function.
8733 (etags-recognize-tags-table): Use it for implicit tag names. 8737 (etags-recognize-tags-table): Use it for implicit tag names.
@@ -9112,7 +9116,7 @@
9112 * select.el (xselect-convert-to-string): If VALUE is a string, 9116 * select.el (xselect-convert-to-string): If VALUE is a string,
9113 return a cons of TYPE and the string. 9117 return a cons of TYPE and the string.
9114 9118
91152002-06-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 91192002-06-05 Pavel Janík <Pavel@Janik.cz>
9116 9120
9117 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): 9121 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
9118 Fix the table to contain correct characters. 9122 Fix the table to contain correct characters.
@@ -9548,7 +9552,7 @@
9548 (mail-default-directory): New user option. 9552 (mail-default-directory): New user option.
9549 (mail, mail-recover): Use that option. 9553 (mail, mail-recover): Use that option.
9550 9554
95512002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 95552002-05-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9552 9556
9553 * international/mule.el (auto-coding-alist): Use emacs-mule 9557 * international/mule.el (auto-coding-alist): Use emacs-mule
9554 for auto-save files. 9558 for auto-save files.
@@ -9726,7 +9730,7 @@
9726 (dabbrev-upcase-means-case-search): Doc fix. 9730 (dabbrev-upcase-means-case-search): Doc fix.
9727 (dabbrev-case-replace): Fix custom tags and docs. 9731 (dabbrev-case-replace): Fix custom tags and docs.
9728 9732
97292002-05-14 Jochen K,A|(Bpper <jochen@jochen-kuepper.de> 97332002-05-14 Jochen Küpper <jochen@jochen-kuepper.de>
9730 9734
9731 * calc/calc-units.el (math-standard-units): Update from CODATA. 9735 * calc/calc-units.el (math-standard-units): Update from CODATA.
9732 9736
@@ -9743,7 +9747,7 @@
9743 * textmodes/sgml-mode.el (sgml-tag): 9747 * textmodes/sgml-mode.el (sgml-tag):
9744 Default skeleton-transformation to `identity'. 9748 Default skeleton-transformation to `identity'.
9745 9749
97462002-05-14 Francesco Potort,Al(B <pot@gnu.org> 97502002-05-14 Francesco Potortì <pot@gnu.org>
9747 9751
9748 * shell.el (shell-mode): Make second part of initialisation 9752 * shell.el (shell-mode): Make second part of initialisation
9749 depend on whether comint-input-ring is empty, rather than depend 9753 depend on whether comint-input-ring is empty, rather than depend
@@ -9788,7 +9792,7 @@
9788 (occur-engine): If there are no more matches, then finish 9792 (occur-engine): If there are no more matches, then finish
9789 searching the current buffer. 9793 searching the current buffer.
9790 9794
97912002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 97952002-05-12 Pavel Janík <Pavel@Janik.cz>
9792 9796
9793 * net/ange-ftp.el (ange-ftp-try-passive-mode) 9797 * net/ange-ftp.el (ange-ftp-try-passive-mode)
9794 (ange-ftp-passive-host-alist): Change :version attributes to be 9798 (ange-ftp-passive-host-alist): Change :version attributes to be
@@ -9830,7 +9834,7 @@
9830 9834
9831 * subr.el (functionp): Catch errors in indirect-function. 9835 * subr.el (functionp): Catch errors in indirect-function.
9832 9836
98332002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 98372002-05-12 Pavel Janík <Pavel@Janik.cz>
9834 9838
9835 * net/ldap.el (ldap-search-internal): Unfold folded lines before 9839 * net/ldap.el (ldap-search-internal): Unfold folded lines before
9836 parsing. 9840 parsing.
@@ -9913,7 +9917,7 @@
9913 9917
9914 * wid-edit.el (checkbox): New check-mark image. 9918 * wid-edit.el (checkbox): New check-mark image.
9915 9919
99162002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 99202002-05-08 Pavel Janík <Pavel@Janik.cz>
9917 9921
9918 * filesets.el (filesets-running-xemacs): Fix last change. 9922 * filesets.el (filesets-running-xemacs): Fix last change.
9919 9923
@@ -9933,7 +9937,7 @@
9933 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): 9937 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
9934 Defvar them to nil if running in Emacs. 9938 Defvar them to nil if running in Emacs.
9935 9939
99362002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 99402002-05-08 Pavel Janík <Pavel@Janik.cz>
9937 9941
9938 * textmodes/flyspell.el (make-flyspell-overlay): Add help text 9942 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
9939 to flyspell overlays. 9943 to flyspell overlays.
@@ -10022,7 +10026,7 @@
10022 * emacs-lisp/find-func.el (find-function-search-for-symbol): 10026 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10023 Use with-syntax-table. 10027 Use with-syntax-table.
10024 10028
100252002-05-06 Francesco Potort,Al(B <pot@gnu.org> 100292002-05-06 Francesco Potortì <pot@gnu.org>
10026 10030
10027 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:. 10031 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
10028 10032
@@ -10188,7 +10192,7 @@
10188 Only interpret delete-selection property if mark-active. 10192 Only interpret delete-selection property if mark-active.
10189 (cua-mode): Fixed require in defcustom. 10193 (cua-mode): Fixed require in defcustom.
10190 10194
101912002-05-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 101952002-05-01 Pavel Janík <Pavel@Janik.cz>
10192 10196
10193 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of 10197 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
10194 error call. 10198 error call.
@@ -10323,7 +10327,7 @@
10323 10327
10324 * language/viet-util.el: Update Commentary section. 10328 * language/viet-util.el: Update Commentary section.
10325 10329
103262002-04-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 103302002-04-29 Pavel Janík <Pavel@Janik.cz>
10327 10331
10328 * filesets.el (filesets-data): Doc fix. 10332 * filesets.el (filesets-data): Doc fix.
10329 (filesets-running-xemacs): Define even when compiling. 10333 (filesets-running-xemacs): Define even when compiling.
@@ -10388,7 +10392,7 @@
10388 * replace.el (occur-revert-arguments): 10392 * replace.el (occur-revert-arguments):
10389 Renamed from occur-revert-properties. All uses changed. 10393 Renamed from occur-revert-properties. All uses changed.
10390 10394
103912002-04-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 103952002-04-28 Pavel Janík <Pavel@Janik.cz>
10392 10396
10393 * recentf.el (recentf-menu-before): Use string to specify path in 10397 * recentf.el (recentf-menu-before): Use string to specify path in
10394 the menu. 10398 the menu.
@@ -10765,7 +10769,7 @@
10765 when finding the end. Take more care in analyzing the results 10769 when finding the end. Take more care in analyzing the results
10766 of intangibility after line-move-to-column. 10770 of intangibility after line-move-to-column.
10767 10771
107682002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 107722002-04-22 Pavel Janík <Pavel@Janik.cz>
10769 10773
10770 * international/mule-diag.el (list-input-methods-1): Doc fix 10774 * international/mule-diag.el (list-input-methods-1): Doc fix
10771 (LEIM is now part of the standard distribution). 10775 (LEIM is now part of the standard distribution).
@@ -11723,7 +11727,7 @@
11723 * simple.el (pop-to-mark-command): Do not set this-command. 11727 * simple.el (pop-to-mark-command): Do not set this-command.
11724 (set-mark-command): Always jump to mark when called with arg. 11728 (set-mark-command): Always jump to mark when called with arg.
11725 11729
117262002-04-18 Francesco Potort,Al(B <pot@gnu.org> 117302002-04-18 Francesco Potortì <pot@gnu.org>
11727 11731
11728 * comint.el (comint-watch-for-password-prompt): Remove whitespace 11732 * comint.el (comint-watch-for-password-prompt): Remove whitespace
11729 at the beginning of password prompts. 11733 at the beginning of password prompts.
@@ -11740,7 +11744,7 @@
11740 (ibuffer-current-state-list): Reinstate optional argument; now 11744 (ibuffer-current-state-list): Reinstate optional argument; now
11741 just call `point' inside the mapping function. 11745 just call `point' inside the mapping function.
11742 11746
117432002-04-17 Francesco Potort,Al(B <pot@gnu.org> 117472002-04-17 Francesco Potortì <pot@gnu.org>
11744 11748
11745 * dired-aux.el (dired-star-subst-regexp) 11749 * dired-aux.el (dired-star-subst-regexp)
11746 (dired-quark-subst-regexp): New constants. 11750 (dired-quark-subst-regexp): New constants.
@@ -11761,7 +11765,7 @@
11761 11765
11762 * term.el (term-emulate-terminal): Fix last change. 11766 * term.el (term-emulate-terminal): Fix last change.
11763 11767
117642002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 117682002-04-16 Pavel Janík <Pavel@Janik.cz>
11765 11769
11766 * bindings.el (mode-line-mode-menu): Update names to reflect 11770 * bindings.el (mode-line-mode-menu): Update names to reflect
11767 latest changes. 11771 latest changes.
@@ -11837,7 +11841,7 @@
11837 (exchange-point-and-mark): Temporarily enable transient-mark-mode 11841 (exchange-point-and-mark): Temporarily enable transient-mark-mode
11838 if prefix arg. 11842 if prefix arg.
11839 11843
118402002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 118442002-04-14 Pavel Janík <Pavel@Janik.cz>
11841 11845
11842 * speedbar.el (speedbar-tag-hierarchy-method) 11846 * speedbar.el (speedbar-tag-hierarchy-method)
11843 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. 11847 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
@@ -11847,7 +11851,7 @@
11847 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at 11851 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
11848 beginning of buffer. 11852 beginning of buffer.
11849 11853
118502002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 118542002-04-14 Pavel Janík <Pavel@Janik.cz>
11851 11855
11852 * speedbar.el (speedbar-generic-item-info) 11856 * speedbar.el (speedbar-generic-item-info)
11853 (speedbar-sort-tags): Doc fix. 11857 (speedbar-sort-tags): Doc fix.
@@ -11876,7 +11880,7 @@
11876 (gamegrid-add-score): Just dispatch on `system-type' to one of the 11880 (gamegrid-add-score): Just dispatch on `system-type' to one of the
11877 previous two functions. 11881 previous two functions.
11878 11882
118792002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 118832002-04-13 Pavel Janík <Pavel@Janik.cz>
11880 11884
11881 * iswitchb.el: Update commentary to include new function 11885 * iswitchb.el: Update commentary to include new function
11882 iswitchb-exclude-nonmatching. 11886 iswitchb-exclude-nonmatching.
@@ -11895,7 +11899,7 @@
11895 11899
11896 * help.el (string-key-binding): Deal with margin events. 11900 * help.el (string-key-binding): Deal with margin events.
11897 11901
118982002-04-12 Francesco Potort,Al(B <pot@gnu.org> 119022002-04-12 Francesco Potortì <pot@gnu.org>
11899 11903
11900 * comint.el (comint-password-prompt-regexp): Match " SMB password". 11904 * comint.el (comint-password-prompt-regexp): Match " SMB password".
11901 11905
@@ -11941,7 +11945,7 @@
11941 (fill-region-as-paragraph): Compare to `to' rather than eobp. 11945 (fill-region-as-paragraph): Compare to `to' rather than eobp.
11942 (fill-paragraph): Don't rebind fill-paragraph-function. 11946 (fill-paragraph): Don't rebind fill-paragraph-function.
11943 11947
119442002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 119482002-04-11 Pavel Janík <Pavel@Janik.cz>
11945 11949
11946 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. 11950 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
11947 11951
@@ -12055,7 +12059,7 @@
12055 Use sgml-parse-tag-backward to find start point. 12059 Use sgml-parse-tag-backward to find start point.
12056 (sgml-looking-back-at): Doc fix. 12060 (sgml-looking-back-at): Doc fix.
12057 12061
120582002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 120622002-04-09 Pavel Janík <Pavel@Janik.cz>
12059 12063
12060 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face 12064 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
12061 for prompt. 12065 for prompt.
@@ -12104,7 +12108,7 @@
12104 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. 12108 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
12105 (vc-cvs-checkin): Use it. 12109 (vc-cvs-checkin): Use it.
12106 12110
121072002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 121112002-04-08 Pavel Janík <Pavel@Janik.cz>
12108 12112
12109 * files.el (display-time-string): Fix last change. 12113 * files.el (display-time-string): Fix last change.
12110 12114
@@ -12119,7 +12123,7 @@
12119 default-process-coding-system. 12123 default-process-coding-system.
12120 (coding-system-change-text-conversion): Fix case where CODING is nil. 12124 (coding-system-change-text-conversion): Fix case where CODING is nil.
12121 12125
121222002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> 121262002-04-07 Pavel Janík <Pavel@Janik.cz>
12123 12127
12124 * subr.el (play-sound): Move here from simple.el. 12128 * subr.el (play-sound): Move here from simple.el.
12125 12129
@@ -12146,7 +12150,7 @@
12146 12150
12147 * textmodes/xml-lite.el: Remove. 12151 * textmodes/xml-lite.el: Remove.
12148 12152
121492002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 121532002-04-05 Pavel Janík <Pavel@Janik.cz>
12150 12154
12151 * simple.el (play-sound): New function (uses play-sound-internal). 12155 * simple.el (play-sound): New function (uses play-sound-internal).
12152 12156
@@ -12170,7 +12174,7 @@
12170 * textmodes/sgml-mode.el: Add missing require. 12174 * textmodes/sgml-mode.el: Add missing require.
12171 (sgml-lexical-context): Fix up CDATA detection for boundary cases. 12175 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
12172 12176
121732002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 121772002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12174 12178
12175 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to 12179 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
12176 spot indicated by text property `cvs-goal-column', if present. 12180 spot indicated by text property `cvs-goal-column', if present.
@@ -12238,7 +12242,7 @@
12238 (sgml-parse-tag-backward): Extend support for CDATA to include 12242 (sgml-parse-tag-backward): Extend support for CDATA to include
12239 conditional sections. 12243 conditional sections.
12240 12244
122412002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 122452002-04-03 Pavel Janík <Pavel@Janik.cz>
12242 12246
12243 * cus-start.el: Rename `autoselect-window' to 12247 * cus-start.el: Rename `autoselect-window' to
12244 `mouse-autoselect-window'. 12248 `mouse-autoselect-window'.
@@ -12312,7 +12316,7 @@
12312 (xml-lite-parse-tag-backward): Simplify parsing by assuming we 12316 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12313 always start within text. Make use of sgml-unclosed-tag-p. 12317 always start within text. Make use of sgml-unclosed-tag-p.
12314 12318
123152002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> 123192002-04-01 Ville Skyttä <ville.skytta@xemacs.org>
12316 12320
12317 * tcl.el (tcl-imenu-generic-expression): New value. 12321 * tcl.el (tcl-imenu-generic-expression): New value.
12318 (tcl-imenu-create-index-function): Function deleted. 12322 (tcl-imenu-create-index-function): Function deleted.
@@ -12322,7 +12326,7 @@
12322 (inferior-tcl-mode): Doc fix. 12326 (inferior-tcl-mode): Doc fix.
12323 Change not legally significant. 12327 Change not legally significant.
12324 12328
123252002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 123292002-04-01 Pavel Janík <Pavel@Janik.cz>
12326 12330
12327 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. 12331 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12328 12332
@@ -12523,7 +12527,7 @@
12523 for comments. 12527 for comments.
12524 (xml-lite-in-string-p): Simplify. 12528 (xml-lite-in-string-p): Simplify.
12525 12529
125262002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 125302002-03-27 Pavel Janík <Pavel@Janik.cz>
12527 12531
12528 * allout.el (outline-layout): Doc fix. 12532 * allout.el (outline-layout): Doc fix.
12529 12533
@@ -12591,7 +12595,7 @@
12591 12595
12592 * subr.el (substring-no-properties): Function deleted (now in C). 12596 * subr.el (substring-no-properties): Function deleted (now in C).
12593 12597
125942002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 125982002-03-25 Pavel Janík <Pavel@Janik.cz>
12595 12599
12596 * mwheel.el (mouse-wheel-mode): Use global-set-key and 12600 * mwheel.el (mouse-wheel-mode): Use global-set-key and
12597 global-unset-key. 12601 global-unset-key.
@@ -12632,7 +12636,7 @@
12632 fore- and background colors of the faces we create, since facemenu 12636 fore- and background colors of the faces we create, since facemenu
12633 doesn't. 12637 doesn't.
12634 12638
126352002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 126392002-03-24 Pavel Janík <Pavel@Janik.cz>
12636 12640
12637 * mwheel.el (mouse-wheel-mode): Use the result of 12641 * mwheel.el (mouse-wheel-mode): Use the result of
12638 current-global-map instead of the variable `global-map'. 12642 current-global-map instead of the variable `global-map'.
@@ -12687,7 +12691,7 @@
12687 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 12691 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
12688 directions as the last action. 12692 directions as the last action.
12689 12693
126902002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> 126942002-03-21 Pavel Janík <Pavel@Janik.cz>
12691 12695
12692 * startup.el (fancy-splash-tail, normal-splash-screen): 12696 * startup.el (fancy-splash-tail, normal-splash-screen):
12693 Update copyright. 12697 Update copyright.
@@ -12875,7 +12879,7 @@
12875 <top-level>: Remove the setup for all known codepages: it seems 12879 <top-level>: Remove the setup for all known codepages: it seems
12876 to cause crashes in the CCL driver. 12880 to cause crashes in the CCL driver.
12877 12881
128782002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 128822002-03-16 Pavel Janík <Pavel@Janik.cz>
12879 12883
12880 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) 12884 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
12881 (bibtex-entry-field-alist): Doc fix. 12885 (bibtex-entry-field-alist): Doc fix.
@@ -12893,7 +12897,7 @@
12893 * files.el (load-completion): New function. 12897 * files.el (load-completion): New function.
12894 (load-library): Use it. 12898 (load-library): Use it.
12895 12899
128962002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 129002002-03-15 Pavel Janík <Pavel@Janik.cz>
12897 12901
12898 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 12902 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
12899 to match the actual code. 12903 to match the actual code.
@@ -12972,7 +12976,7 @@
12972 (fortran-fill): Don't be confused by ! inside a comment. 12976 (fortran-fill): Don't be confused by ! inside a comment.
12973 (fortran-break-line): Minor cleanup and simplification. 12977 (fortran-break-line): Minor cleanup and simplification.
12974 12978
129752002-03-13 Francesco Potort,Al(B <pot@gnu.org> 129792002-03-13 Francesco Potortì <pot@gnu.org>
12976 12980
12977 * progmodes/etags.el (tag-exact-file-name-match-p) 12981 * progmodes/etags.el (tag-exact-file-name-match-p)
12978 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a 12982 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
@@ -12983,7 +12987,7 @@
12983 * ibuffer.el (ibuffer-redisplay-current): Don't move point when 12987 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
12984 redisplaying a line. 12988 redisplaying a line.
12985 12989
129862002-03-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 129902002-03-12 Jan Djärv <jan.h.d@swipnet.se>
12987 12991
12988 * term/x-win.el (emacs-session-restore): Take previous id as 12992 * term/x-win.el (emacs-session-restore): Take previous id as
12989 an argument. 12993 an argument.
@@ -13004,7 +13008,7 @@
13004 (lisp-indent-defmethod): Use car/cdr instead of first/rest. 13008 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
13005 (lisp-backquote-indentation): New user option. 13009 (lisp-backquote-indentation): New user option.
13006 13010
130072002-03-12 Francesco Potort,Al(B <pot@gnu.org> 130112002-03-12 Francesco Potortì <pot@gnu.org>
13008 13012
13009 * progmodes/etags.el (tag-exact-file-name-match-p) 13013 * progmodes/etags.el (tag-exact-file-name-match-p)
13010 (tag-file-name-match-p, tag-partial-file-name-match-p): 13014 (tag-file-name-match-p, tag-partial-file-name-match-p):
@@ -13036,7 +13040,7 @@
13036 13040
13037 * comint.el: Remove documentation on setting up pcomplete. 13041 * comint.el: Remove documentation on setting up pcomplete.
13038 13042
130392002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 130432002-03-11 Pavel Janík <Pavel@Janik.cz>
13040 13044
13041 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate 13045 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
13042 item. Doc fix. 13046 item. Doc fix.
@@ -13055,7 +13059,7 @@
13055 13059
13056 * play/mpuz.el: Use defface instead of facemenu-get-face. 13060 * play/mpuz.el: Use defface instead of facemenu-get-face.
13057 13061
130582002-03-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 130622002-03-10 Jan Djärv <jan.h.d@swipnet.se>
13059 13063
13060 * startup.el (command-line): Add call to emacs-session-restore if 13064 * startup.el (command-line): Add call to emacs-session-restore if
13061 both x-session-id and x-session-previous-id are strings. 13065 both x-session-id and x-session-previous-id are strings.
@@ -13156,7 +13160,7 @@
13156 (hif-conditional): New function to evaluate a conditional 13160 (hif-conditional): New function to evaluate a conditional
13157 expression. 13161 expression.
13158 13162
131592002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 131632002-03-06 Pavel Janík <Pavel@Janik.cz>
13160 13164
13161 * language/czech.el ("Czech"): Fix the documentation. 13165 * language/czech.el ("Czech"): Fix the documentation.
13162 13166
@@ -13219,7 +13223,7 @@
13219 (mode-line-inactive, header-line): Move the `t' section to the 13223 (mode-line-inactive, header-line): Move the `t' section to the
13220 beginning so the `:inherit' setting can be shared. 13224 beginning so the `:inherit' setting can be shared.
13221 13225
132222002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 132262002-03-04 Pavel Janík <Pavel@Janik.cz>
13223 13227
13224 * net/snmp-mode.el: Require tempo when compiling to prevent 13228 * net/snmp-mode.el: Require tempo when compiling to prevent
13225 warnings. Update copyright notice. 13229 warnings. Update copyright notice.
@@ -13339,7 +13343,7 @@
13339 * font-lock.el (java-font-lock-extra-types): 13343 * font-lock.el (java-font-lock-extra-types):
13340 Match java.net.URL, etc. 13344 Match java.net.URL, etc.
13341 13345
133422002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 133462002-02-28 Pavel Janík <Pavel@Janik.cz>
13343 13347
13344 * hexl.el (hexl-options): Doc fix. 13348 * hexl.el (hexl-options): Doc fix.
13345 Update Commentary section. 13349 Update Commentary section.
@@ -13619,7 +13623,7 @@
13619 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more 13623 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
13620 natural paragraph boundaries. Don't fail at beginning of buffer. 13624 natural paragraph boundaries. Don't fail at beginning of buffer.
13621 13625
136222002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 136262002-02-20 Pavel Janík <Pavel@Janik.cz>
13623 13627
13624 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 13628 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
13625 call the argument "arg" to match plain next-line and 13629 call the argument "arg" to match plain next-line and
@@ -13683,7 +13687,7 @@
13683 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when 13687 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
13684 invoked from Rmail with full headers displayed. 13688 invoked from Rmail with full headers displayed.
13685 13689
136862002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 136902002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13687 13691
13688 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks 13692 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
13689 when repeated. 13693 when repeated.
@@ -13699,7 +13703,7 @@
13699 13703
13700 * textmodes/flyspell.el (flyspell): Add to ispell group. 13704 * textmodes/flyspell.el (flyspell): Add to ispell group.
13701 13705
137022002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 137062002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13703 13707
13704 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when 13708 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
13705 repeated. 13709 repeated.
@@ -13723,7 +13727,7 @@
13723 * cus-start.el: Add automatic-hscroll-margin and 13727 * cus-start.el: Add automatic-hscroll-margin and
13724 automatic-hscroll-step. 13728 automatic-hscroll-step.
13725 13729
137262002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 137302002-02-16 Pavel Janík <Pavel@Janik.cz>
13727 13731
13728 * cus-start.el (x-autoselect-window): Allow customization. 13732 * cus-start.el (x-autoselect-window): Allow customization.
13729 13733
@@ -13820,7 +13824,7 @@
13820 13824
13821 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. 13825 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
13822 13826
138232002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 138272002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13824 13828
13825 * simple.el (mark-word): Mark more if repeated. 13829 * simple.el (mark-word): Mark more if repeated.
13826 * textmodes/paragraphs.el (mark-paragraph): Ditto. 13830 * textmodes/paragraphs.el (mark-paragraph): Ditto.
@@ -13921,7 +13925,7 @@
13921 * cus-start.el: Don't warn about "x-*" symbols when building a 13925 * cus-start.el: Don't warn about "x-*" symbols when building a
13922 non-GUI version. 13926 non-GUI version.
13923 13927
139242002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 139282002-02-11 Pavel Janík <Pavel@Janik.cz>
13925 13929
13926 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 13930 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
13927 Doc fix. 13931 Doc fix.
@@ -13946,7 +13950,7 @@
13946 (dump-charsets, dump-codings): Deleted (obsolete). 13950 (dump-charsets, dump-codings): Deleted (obsolete).
13947 From Dave Love <fx@gnu.org>. 13951 From Dave Love <fx@gnu.org>.
13948 13952
139492002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> 139532002-02-10 Pavel Janík <Pavel@Janik.cz>
13950 13954
13951 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 13955 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
13952 13956
@@ -13969,7 +13973,7 @@
13969 13973
13970 * ediff.el: Typo in comment. 13974 * ediff.el: Typo in comment.
13971 13975
139722002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 139762002-02-09 Pavel Janík <Pavel@Janik.cz>
13973 13977
13974 * menu-bar.el (menu-bar-options-save): Take care of 13978 * menu-bar.el (menu-bar-options-save): Take care of
13975 line-number-mode and column-number-mode variables. 13979 line-number-mode and column-number-mode variables.
@@ -14046,7 +14050,7 @@
14046 * subr.el (global-set-key, local-set-key): Accept a symbol for the 14050 * subr.el (global-set-key, local-set-key): Accept a symbol for the
14047 KEY argument (like define-key). 14051 KEY argument (like define-key).
14048 14052
140492002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 140532002-02-06 Pavel Janík <Pavel@Janik.cz>
14050 14054
14051 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 14055 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
14052 14056
@@ -14127,7 +14131,7 @@
14127 * cus-edit.el (customize-mark-to-save): New function. 14131 * cus-edit.el (customize-mark-to-save): New function.
14128 * menu-bar.el (menu-bar-options-save): Rewrote. 14132 * menu-bar.el (menu-bar-options-save): Rewrote.
14129 14133
141302002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 141342002-02-05 Pavel Janík <Pavel@Janik.cz>
14131 14135
14132 * cus-start.el (x-use-underline-position-properties): 14136 * cus-start.el (x-use-underline-position-properties):
14133 Allow customization. 14137 Allow customization.
@@ -14160,11 +14164,11 @@
14160 * window.el (save-selected-window): Move macro before first use. 14164 * window.el (save-selected-window): Move macro before first use.
14161 (balance-windows): Fix misplaced parenthesis. 14165 (balance-windows): Fix misplaced parenthesis.
14162 14166
141632002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 141672002-02-03 Pavel Janík <Pavel@Janik.cz>
14164 14168
14165 * calculator.el (calculator-displayers): Doc fixes. 14169 * calculator.el (calculator-displayers): Doc fixes.
14166 14170
141672002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 141712002-02-03 Pavel Janík <Pavel@Janik.cz>
14168 14172
14169 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 14173 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
14170 (menu-bar-options-save): Save also the value of `display-time-mode'. 14174 (menu-bar-options-save): Save also the value of `display-time-mode'.
@@ -14203,7 +14207,7 @@
14203 looking for X-Coding-System header, and restore the pruned state 14207 looking for X-Coding-System header, and restore the pruned state
14204 before returning. 14208 before returning.
14205 14209
142062002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 142102002-02-02 Pavel Janík <Pavel@Janik.cz>
14207 14211
14208 * cus-edit.el (customize-save-variable): Fix typo in prompt. 14212 * cus-edit.el (customize-save-variable): Fix typo in prompt.
14209 14213
@@ -14292,7 +14296,7 @@
14292 * emulation/pc-select.el (pc-select-save-and-set-mode): 14296 * emulation/pc-select.el (pc-select-save-and-set-mode):
14293 Properly use MODE-VAR. 14297 Properly use MODE-VAR.
14294 14298
142952002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 142992002-01-29 Pavel Janík <Pavel@Janik.cz>
14296 14300
14297 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 14301 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14298 Version" to "About Emacs". 14302 Version" to "About Emacs".
@@ -14309,7 +14313,7 @@
14309 14313
14310 * calendar/calendar.el (generate-calendar-month): Doc fix. 14314 * calendar/calendar.el (generate-calendar-month): Doc fix.
14311 14315
143122002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 143162002-01-27 Pavel Janík <Pavel@Janik.cz>
14313 14317
14314 * time.el (display-time-mail-directory): New option. 14318 * time.el (display-time-mail-directory): New option.
14315 (display-time-mail-function): Update doc-string. 14319 (display-time-mail-function): Update doc-string.
@@ -14481,7 +14485,7 @@
14481 * ibuffer.el: Don't require ibuf-ext at load time. 14485 * ibuffer.el: Don't require ibuf-ext at load time.
14482 (ibuffer): Require ibuf-ext here. 14486 (ibuffer): Require ibuf-ext here.
14483 14487
144842002-01-21 Francesco Potort,Al(B <pot@gnu.org> 144882002-01-21 Francesco Potortì <pot@gnu.org>
14485 14489
14486 * generic-x.el (apache-conf-generic-mode): Highlight the first 14490 * generic-x.el (apache-conf-generic-mode): Highlight the first
14487 word in a line even if preceded by blanks. 14491 word in a line even if preceded by blanks.
@@ -14524,7 +14528,7 @@
14524 with `byte-compile-dynamic'. 14528 with `byte-compile-dynamic'.
14525 (ibuffer-default-directory, toplevel): Doc files. 14529 (ibuffer-default-directory, toplevel): Doc files.
14526 14530
145272002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 145312002-01-20 Pavel Janík <Pavel@Janik.cz>
14528 14532
14529 * tempo.el (tempo-define-template): Doc fix. 14533 * tempo.el (tempo-define-template): Doc fix.
14530 14534
@@ -14541,7 +14545,7 @@
14541 14545
14542 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 14546 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
14543 14547
145442002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> 145482002-01-19 Pavel Janík <Pavel@Janik.cz>
14545 14549
14546 * language/tibet-util.el (tibetan-decompose-region) 14550 * language/tibet-util.el (tibetan-decompose-region)
14547 (tibetan-decompose-string): Fix typo in docstring. 14551 (tibetan-decompose-string): Fix typo in docstring.
@@ -14633,7 +14637,7 @@
14633 14637
14634 * mail/feedmail.el (feedmail): Fix :link spec. 14638 * mail/feedmail.el (feedmail): Fix :link spec.
14635 14639
146362002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 146402002-01-16 Pavel Janík <Pavel@Janik.cz>
14637 14641
14638 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 14642 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
14639 2 ldapsearch. 14643 2 ldapsearch.
@@ -14715,7 +14719,7 @@
14715 14719
14716 * dired-aux.el (dired-do-shell-command): Doc fix. 14720 * dired-aux.el (dired-do-shell-command): Doc fix.
14717 14721
147182002-01-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 147222002-01-13 Jan Djärv <jan.h.d@swipnet.se>
14719 14723
14720 * startup.el (command-line-x-option-alist): New options "-fs", 14724 * startup.el (command-line-x-option-alist): New options "-fs",
14721 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight". 14725 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
@@ -14750,7 +14754,7 @@
14750 (comint-send-input): New arg NO-NEWLINE. 14754 (comint-send-input): New arg NO-NEWLINE.
14751 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 14755 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
14752 14756
147532002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 147572002-01-12 Pavel Janík <Pavel@Janik.cz>
14754 14758
14755 * textmodes/flyspell.el (flyspell-check-pre-word-p): 14759 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14756 Prevent delaying when executing keyboard macros. 14760 Prevent delaying when executing keyboard macros.
@@ -14835,7 +14839,7 @@
14835 14839
14836 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 14840 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
14837 14841
148382002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 148422002-01-08 Pavel Janík <Pavel@Janik.cz>
14839 14843
14840 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 14844 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
14841 Do not use make-local-hook. 14845 Do not use make-local-hook.
@@ -14851,7 +14855,7 @@
14851 14855
14852 * ediff-hook.el: Add an autoload cookie. 14856 * ediff-hook.el: Add an autoload cookie.
14853 14857
148542002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 148582002-01-08 Pavel Janík <Pavel@Janik.cz>
14855 14859
14856 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 14860 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
14857 address of the author. 14861 address of the author.
@@ -14963,7 +14967,7 @@
14963 * help-fns.el (describe-variable, describe-function): 14967 * help-fns.el (describe-variable, describe-function):
14964 Do save-excursion. 14968 Do save-excursion.
14965 14969
149662002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 149702002-01-06 Pavel Janík <Pavel@Janik.cz>
14967 14971
14968 * net/ldap.el (ldap-search-internal): Skip error message from 14972 * net/ldap.el (ldap-search-internal): Skip error message from
14969 ldapsearch. Allow listing attribute names only. Do not open 14973 ldapsearch. Allow listing attribute names only. Do not open
@@ -14987,7 +14991,7 @@
14987 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): 14991 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
14988 Use proper attribute name labeledUri instead of deprecated labeledUrl. 14992 Use proper attribute name labeledUri instead of deprecated labeledUrl.
14989 14993
149902002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 149942002-01-05 Pavel Janík <Pavel@Janik.cz>
14991 14995
14992 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 14996 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
14993 editing an empty hotlist. 14997 editing an empty hotlist.
@@ -15048,7 +15052,7 @@
15048 15052
15049 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 15053 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
15050 15054
150512002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 150552002-01-04 Pavel Janík <Pavel@Janik.cz>
15052 15056
15053 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. 15057 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
15054 (ldap-ignore-attribute-codings): Change the default value to allow 15058 (ldap-ignore-attribute-codings): Change the default value to allow
@@ -15078,7 +15082,7 @@
15078 does not exist, call mail-recover-1 to allow recovery from past 15082 does not exist, call mail-recover-1 to allow recovery from past
15079 auto-saved drafts. 15083 auto-saved drafts.
15080 15084
150812002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 150852002-01-03 Pavel Janík <Pavel@Janik.cz>
15082 15086
15083 * time.el (display-time-load-average-threshold): Fix defcustom 15087 * time.el (display-time-load-average-threshold): Fix defcustom
15084 (add type and group). 15088 (add type and group).
@@ -15197,7 +15201,7 @@
15197 * bindings.el (function-key-map): Don't bind shifted keypad 15201 * bindings.el (function-key-map): Don't bind shifted keypad
15198 numeric keys. 15202 numeric keys.
15199 15203
152002002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 152042002-01-02 Pavel Janík <Pavel@Janik.cz>
15201 15205
15202 * enriched.el (enriched-handle-display-prop): Remove unused variables. 15206 * enriched.el (enriched-handle-display-prop): Remove unused variables.
15203 (enriched-mode): Doc fix. 15207 (enriched-mode): Doc fix.
@@ -15233,7 +15237,7 @@
15233 * cus-edit.el (custom-face-edit-fix-value): New function. 15237 * cus-edit.el (custom-face-edit-fix-value): New function.
15234 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 15238 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15235 15239
152362001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> 152402001-12-30 Pavel Janík <Pavel@Janik.cz>
15237 15241
15238 * progmodes/octave-mod.el (octave-abbrev-table): 15242 * progmodes/octave-mod.el (octave-abbrev-table):
15239 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 15243 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
@@ -15363,7 +15367,7 @@
15363 15367
15364 * international/fontset.el: Don't require ind-util when compiling. 15368 * international/fontset.el: Don't require ind-util when compiling.
15365 15369
153662001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 153702001-12-25 Pavel Janík <Pavel@Janik.cz>
15367 15371
15368 * emulation/tpu-edt.el (tpu-reset-screen-size): 15372 * emulation/tpu-edt.el (tpu-reset-screen-size):
15369 Use set-frame-height and set-frame-width instead of set-screen-height 15373 Use set-frame-height and set-frame-width instead of set-screen-height
@@ -15451,7 +15455,7 @@
15451 * play/yow.el (yow): Use an arg to distinguish interactive calls, 15455 * play/yow.el (yow): Use an arg to distinguish interactive calls,
15452 not interactive-p. 15456 not interactive-p.
15453 15457
154542001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 154582001-12-22 Pavel Janík <Pavel@Janik.cz>
15455 15459
15456 * emacs-lisp/elint.el (elint-unknown-builtin-args): 15460 * emacs-lisp/elint.el (elint-unknown-builtin-args):
15457 Remove mocklisp entries. 15461 Remove mocklisp entries.
@@ -15477,7 +15481,7 @@
15477 * textmodes/refill.el (refill-mode): Don't barf when redundantly 15481 * textmodes/refill.el (refill-mode): Don't barf when redundantly
15478 turning refill-mode off. 15482 turning refill-mode off.
15479 15483
154802001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 154842001-12-22 Pavel Janík <Pavel@Janik.cz>
15481 15485
15482 * time.el (display-time-load-average-threshold): New variable. 15486 * time.el (display-time-load-average-threshold): New variable.
15483 (display-time-update): Use it. 15487 (display-time-update): Use it.
@@ -15620,7 +15624,7 @@
15620 (print-coding-system-briefly): Make printed output have a similar 15624 (print-coding-system-briefly): Make printed output have a similar
15621 format as describe-character-set. 15625 format as describe-character-set.
15622 15626
156232001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 156272001-12-20 Pavel Janík <Pavel@Janik.cz>
15624 15628
15625 * play/blackbox.el (bb-member): Remove, use member instead. 15629 * play/blackbox.el (bb-member): Remove, use member instead.
15626 (bb-delete): Remove, use delete instead. 15630 (bb-delete): Remove, use delete instead.
@@ -15654,7 +15658,7 @@
15654 15658
15655 * international/fontset.el: Require `ind-util' when compiling. 15659 * international/fontset.el: Require `ind-util' when compiling.
15656 15660
156572001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> 156612001-12-18 Pavel Janík <Pavel@Janik.cz>
15658 15662
15659 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 15663 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
15660 instead of decompose-composite-char. 15664 instead of decompose-composite-char.
@@ -15872,7 +15876,7 @@
15872 15876
15873 * newcomment.el (comment-indent): Jump to the middle of empty comments. 15877 * newcomment.el (comment-indent): Jump to the middle of empty comments.
15874 15878
158752001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 158792001-12-14 Pavel Janík <Pavel@Janik.cz>
15876 15880
15877 * select.el (xselect-convert-to-class, xselect-convert-to-name): 15881 * select.el (xselect-convert-to-class, xselect-convert-to-name):
15878 Document. 15882 Document.
@@ -15920,7 +15924,7 @@
15920 * international/mule.el (set-auto-coding): Don't search for 15924 * international/mule.el (set-auto-coding): Don't search for
15921 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 15925 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
15922 15926
159232001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 159272001-12-13 Pavel Janík <Pavel@Janik.cz>
15924 15928
15925 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 15929 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
15926 15930
@@ -15976,7 +15980,7 @@
15976 * language/european.el: Remove autoload cookies. Fix registration 15980 * language/european.el: Remove autoload cookies. Fix registration
15977 of diacritic composition function. 15981 of diacritic composition function.
15978 15982
159792001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 159832001-12-11 Pavel Janík <Pavel@Janik.cz>
15980 15984
15981 * calendar/todo-mode.el: Require time-stamp. 15985 * calendar/todo-mode.el: Require time-stamp.
15982 15986
@@ -16033,7 +16037,7 @@
16033 Use `select-frame-set-input-focus'--needed when window manager 16037 Use `select-frame-set-input-focus'--needed when window manager
16034 uses "click to focus" policy. 16038 uses "click to focus" policy.
16035 16039
160362001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 160402001-12-09 Pavel Janík <Pavel@Janik.cz>
16037 16041
16038 * COPYING: Moved back. 16042 * COPYING: Moved back.
16039 16043
@@ -16182,7 +16186,7 @@
16182 * textmodes/picture.el (picture-mode-map): Don't use defconst 16186 * textmodes/picture.el (picture-mode-map): Don't use defconst
16183 for a variable. 16187 for a variable.
16184 16188
161852001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 161892001-12-02 Pavel Janík <Pavel@Janik.cz>
16186 16190
16187 * textmodes/reftex-index.el (reftex-index-mode): 16191 * textmodes/reftex-index.el (reftex-index-mode):
16188 Remove make-local-hook. 16192 Remove make-local-hook.
@@ -16247,12 +16251,12 @@
16247 16251
16248 * man.el (Man-build-section-alist): Remove last Man-match-substring. 16252 * man.el (Man-build-section-alist): Remove last Man-match-substring.
16249 16253
162502001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 162542001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16251 16255
16252 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 16256 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16253 Clarify error message. 16257 Clarify error message.
16254 16258
162552001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 162592001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16256 16260
16257 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 16261 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16258 16262
@@ -16306,7 +16310,7 @@
16306 (Info-index): Use it. Add completion to the interactive spec. 16310 (Info-index): Use it. Add completion to the interactive spec.
16307 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 16311 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16308 16312
163092001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 163132001-11-29 Pavel Janík <Pavel@Janik.cz>
16310 16314
16311 * COPYING: Removed. 16315 * COPYING: Removed.
16312 16316
@@ -16323,7 +16327,7 @@
16323 (register-char-codings): Use it to cope with generic chars in 16327 (register-char-codings): Use it to cope with generic chars in
16324 safe-chars. 16328 safe-chars.
16325 16329
163262001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 163302001-11-29 Pavel Janík <Pavel@Janik.cz>
16327 16331
16328 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 16332 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16329 16333
@@ -16467,7 +16471,7 @@
16467 * frame.el (show-trailing-whitespace): Remove :set argument (the 16471 * frame.el (show-trailing-whitespace): Remove :set argument (the
16468 value was essentially identical to the defalt). 16472 value was essentially identical to the defalt).
16469 16473
164702001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 164742001-11-26 Pavel Janík <Pavel@Janik.cz>
16471 16475
16472 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 16476 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16473 16477
@@ -16531,7 +16535,7 @@
16531 16535
16532 * help-funs.el (describe-syntax): Put (interactive) after doc string. 16536 * help-funs.el (describe-syntax): Put (interactive) after doc string.
16533 16537
165342001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 165382001-11-26 Pavel Janík <Pavel@Janik.cz>
16535 16539
16536 * international/quail.el (quail-help): Require help-mode in 16540 * international/quail.el (quail-help): Require help-mode in
16537 top-level instead. 16541 top-level instead.
@@ -16602,12 +16606,12 @@
16602 * language/devan-util.el: Comment out parts of the file 16606 * language/devan-util.el: Comment out parts of the file
16603 which apparently are garbled. 16607 which apparently are garbled.
16604 16608
166052001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 166092001-11-25 Pavel Janík <Pavel@Janik.cz>
16606 16610
16607 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 16611 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
16608 insert-string. 16612 insert-string.
16609 16613
166102001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 166142001-11-25 Pavel Janík <Pavel@Janik.cz>
16611 16615
16612 * play/snake.el (snake-mode): Remove make-local-hook. 16616 * play/snake.el (snake-mode): Remove make-local-hook.
16613 16617
@@ -16685,7 +16689,7 @@
16685 to avoid name clashes. Fix `lisp-indent-function' property for 16689 to avoid name clashes. Fix `lisp-indent-function' property for
16686 both. 16690 both.
16687 16691
166882001-11-23 Francesco Potort,Al(B <pot@gnu.org> 166922001-11-23 Francesco Potortì <pot@gnu.org>
16689 16693
16690 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword. 16694 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
16691 16695
@@ -16734,7 +16738,7 @@
16734 16738
16735 * international/encoded-kb.el: Don't alter minor-map-alist. 16739 * international/encoded-kb.el: Don't alter minor-map-alist.
16736 16740
167372001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 167412001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16738 16742
16739 * files.el (auto-save-file-name-transforms): Put remote files in 16743 * files.el (auto-save-file-name-transforms): Put remote files in
16740 temporary-file-directory rather than /tmp. 16744 temporary-file-directory rather than /tmp.
@@ -17092,7 +17096,7 @@
17092 Don't recognize a "telephone number" at the beginning of the name. 17096 Don't recognize a "telephone number" at the beginning of the name.
17093 (mail-extr-leading-garbage): Match non-word characters only. 17097 (mail-extr-leading-garbage): Match non-word characters only.
17094 17098
170952001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 170992001-11-16 Pavel Janík <Pavel@Janik.cz>
17096 17100
17097 * startup.el (command-line-processed): Doc fix. 17101 * startup.el (command-line-processed): Doc fix.
17098 17102
@@ -17120,7 +17124,7 @@
17120 (multiple-value-apply, nth-value): Use defsubst rather than defalias 17124 (multiple-value-apply, nth-value): Use defsubst rather than defalias
17121 to get better doc strings. 17125 to get better doc strings.
17122 17126
171232001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 171272001-11-15 Pavel Janík <Pavel@Janik.cz>
17124 17128
17125 * derived.el: Fix autoload cookie. 17129 * derived.el: Fix autoload cookie.
17126 17130
@@ -17315,7 +17319,7 @@
17315 (log-view-current-tag): Take an optional `where' arg. 17319 (log-view-current-tag): Take an optional `where' arg.
17316 (log-view-diff): New user command. 17320 (log-view-diff): New user command.
17317 17321
173182001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 173222001-11-12 Pavel Janík <Pavel@Janik.cz>
17319 17323
17320 * progmodes/cpp.el (cpp-choose-face): Fix typo. 17324 * progmodes/cpp.el (cpp-choose-face): Fix typo.
17321 17325
@@ -17355,7 +17359,7 @@
17355 * calc/calc-ext.el (calc-init-extensions): Update autoload names 17359 * calc/calc-ext.el (calc-init-extensions): Update autoload names
17356 to match files renamed on initial calc import. 17360 to match files renamed on initial calc import.
17357 17361
173582001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 173622001-11-12 Pavel Janík <Pavel@Janik.cz>
17359 17363
17360 * textmodes/flyspell.el (flyspell-default-dictionary): 17364 * textmodes/flyspell.el (flyspell-default-dictionary):
17361 Fix previous change. 17365 Fix previous change.
@@ -17398,7 +17402,7 @@
173982001-11-11 Colin Walters <walters@verbum.org> 174022001-11-11 Colin Walters <walters@verbum.org>
17399 17403
17400 The following changes are based on patches from 17404 The following changes are based on patches from
17401 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann 17405 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann
17402 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 17406 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17403 17407
17404 * calc/calc.el (toplevel): Require calc-macs. 17408 * calc/calc.el (toplevel): Require calc-macs.
@@ -17467,7 +17471,7 @@
17467 (radio-button-choice): Ditto. 17471 (radio-button-choice): Ditto.
17468 (editable-list): Ditto. 17472 (editable-list): Ditto.
17469 17473
174702001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 174742001-11-09 Pavel Janík <Pavel@Janik.cz>
17471 17475
17472 * play/gomoku.el: Move definitions of constants to the beginning 17476 * play/gomoku.el: Move definitions of constants to the beginning
17473 of file, before their use. 17477 of file, before their use.
@@ -17743,7 +17747,7 @@
17743 (debugger-setup-buffer): Call it. 17747 (debugger-setup-buffer): Call it.
17744 (debugger-mode-map): Bind RET and mouse-2. 17748 (debugger-mode-map): Bind RET and mouse-2.
17745 17749
177462001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 177502001-10-31 Pavel Janík <Pavel@Janik.cz>
17747 17751
17748 * startup.el: Document command line option --no-window-system 17752 * startup.el: Document command line option --no-window-system
17749 instead of --no-windows. 17753 instead of --no-windows.
@@ -17886,7 +17890,7 @@
17886 Report numbers of files skipped and failed too. 17890 Report numbers of files skipped and failed too.
17887 (byte-compile-file): Return 'no-byte-compile for skipped files. 17891 (byte-compile-file): Return 'no-byte-compile for skipped files.
17888 17892
178892001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 178932001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17890 17894
17891 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 17895 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
17892 and `M p'. 17896 and `M p'.
@@ -18236,7 +18240,7 @@
18236 * progmodes/compile.el (compilation-set-window-height): 18240 * progmodes/compile.el (compilation-set-window-height):
18237 Select old window only if it's still live. 18241 Select old window only if it's still live.
18238 18242
182392001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 182432001-10-22 Pavel Janík <Pavel@Janik.cz>
18240 18244
18241 * help-mode.el (help-buffer): Remove debugging code. 18245 * help-mode.el (help-buffer): Remove debugging code.
18242 From Stefan Monnier <monnier@cs.yale.edu>. 18246 From Stefan Monnier <monnier@cs.yale.edu>.