comparison lisp/ChangeLog @ 46613:97c52254a77a

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 22 Jul 2002 10:38:32 +0000
parents f548d7d0c651
children f6e7adb19ace
comparison
equal deleted inserted replaced
46612:7522419c4db0 46613:97c52254a77a
1 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
2
3 * textmodes/reftex-vars.el (reftex-index-verify-function): New
4 option.
5 (reftex-bibliography-commands): New option.
6 (reftex-toc-split-windows-horizontally): New option
7 (reftex-toc-split-windows-horizontally-fraction): New option
8 (reftex-include-file-commands): New option.
9 (reftex-cite-format-builtin): Added ?n for nocite.
10
11 * textmodes/reftex-index.el (reftex-query-index-phrase): Use
12 `reftex-index-verify-function'.
13
14 * textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal
15 splitting.
16 (reftex-toc): Handle horizontal splitting
17 (reftex-last-window-width): New variable.
18
19 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
20 Use `reftex-bibliography-commands'.
21 (reftex-locate-bibliography-files): Regexp relaxed to allow for
22 cases where \bibliography is not the first thing on the line.
23
24 * textmodes/reftex.el (reftex-compile-variables): Use
25 `reftex-include-file-commands'.
26 (reftex-type-query-prompt): Changed defconst to defvar.
27 (reftex-type-query-help): likewise
28 (reftex-typekey-to-format-alist): likewise
29 (reftex-typekey-to-prefix-alist): likewise
30 (reftex-env-or-mac-alist):
31 (reftex-special-env-parsers): likewise
32 (reftex-label-mac-list): likewise
33 (reftex-label-env-list): likewise
34 (reftex-typekey-list): likewise
35 (reftex-words-to-typekey-alist): likewise
36 (reftex-key-to-index-macro-alist): likewise
37 (reftex-query-index-macro-prompt): likewise
38 (reftex-query-index-macro-help): likewise
39 (reftex-no-follow-message): likewise
40 (reftex-no-info-message): likewise
41 (reftex-mode): Define systax table for bibtex parsing.
42 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
43
44 * textmodes/reftex-cite.el (reftex-format-names): %a as name
45 format lists all names.
46 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
47 (reftex-with-special-syntax-for-bib): new macro.
48
1 2002-07-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 49 2002-07-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 50
3 * net/tramp.el: Bump version to 2.0.2. 51 * net/tramp.el: Bump version to 2.0.2.
4 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to 52 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
5 longer names. Use old names "sm1", "sm2" and so on for methods 53 longer names. Use old names "sm1", "sm2" and so on for methods
382 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk> 430 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
383 431
384 * calendar/timeclock.el (timeclock-in): Handle the case where no 432 * calendar/timeclock.el (timeclock-in): Handle the case where no
385 log file exists (ie the very first call). 433 log file exists (ie the very first call).
386 434
387 2002-07-13 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 435 2002-07-13 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
388 436
389 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this 437 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
390 is done by Tramp. 438 is done by Tramp.
391 439
392 * net/tramp.el (tramp-multi-file-name-structure-unified): 440 * net/tramp.el (tramp-multi-file-name-structure-unified):
458 506
459 * international/mule-cmds.el (locale-language-names): Change "mk" 507 * international/mule-cmds.el (locale-language-names): Change "mk"
460 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic 508 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
461 alphabet) to "Cyrillic-ISO". 509 alphabet) to "Cyrillic-ISO".
462 510
463 2002-07-11 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 511 2002-07-11 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
464 512
465 * net/tramp.el (tramp-default-method): New default method "sm" 513 * net/tramp.el (tramp-default-method): New default method "sm"
466 which I guess to be good for most people. 514 which I guess to be good for most people.
467 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to 515 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
468 Ange-FTP) for some user/host combinations. 516 Ange-FTP) for some user/host combinations.
871 Rename from delay-uniquify-rationalize-file-buffer-names. 919 Rename from delay-uniquify-rationalize-file-buffer-names.
872 Only rationalize if the buffer is under uniquify control. 920 Only rationalize if the buffer is under uniquify control.
873 (uniquify-delayed-rationalize-file-buffer-names): 921 (uniquify-delayed-rationalize-file-buffer-names):
874 Rename from delayed-uniquify-rationalize-file-buffer-names. 922 Rename from delayed-uniquify-rationalize-file-buffer-names.
875 923
876 2002-06-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 924 2002-06-27 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
877 925
878 * net/tramp.el (tramp-file-name-structure) 926 * net/tramp.el (tramp-file-name-structure)
879 (tramp-multi-file-name-hop-structure): Split for easier readability. 927 (tramp-multi-file-name-hop-structure): Split for easier readability.
880 (tramp-handle-make-symbolic-link): Use user/host/method/... from 928 (tramp-handle-make-symbolic-link): Use user/host/method/... from
881 LINKNAME, not FILENAME. 929 LINKNAME, not FILENAME.
920 (cperl-beautify-regexp-piece): Fix error message. 968 (cperl-beautify-regexp-piece): Fix error message.
921 (cperl-invert-if-unless): Fix error message. 969 (cperl-invert-if-unless): Fix error message.
922 970
923 * dired.el (dired-find-alternate-file): Mark as disabled. 971 * dired.el (dired-find-alternate-file): Mark as disabled.
924 972
925 2002-06-25 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 973 2002-06-25 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
926 974
927 * net/tramp.el (tramp-ftp-method): New user option. 975 * net/tramp.el (tramp-ftp-method): New user option.
928 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP. 976 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
929 (with-parsed-tramp-file-name): New macro for the usual big `let' 977 (with-parsed-tramp-file-name): New macro for the usual big `let'
930 statement to dissect a file-name. 978 statement to dissect a file-name.
1008 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk> 1056 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1009 1057
1010 * progmodes/f90.el (f90-do-auto-fill): Respect the value of 1058 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
1011 comment-auto-fill-only-comments. 1059 comment-auto-fill-only-comments.
1012 1060
1013 2002-06-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1061 2002-06-21 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1014 1062
1015 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property. 1063 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
1016 This is not a handled operation. 1064 This is not a handled operation.
1017 1065
1018 2002-06-21 Kim F. Storm <storm@cua.dk> 1066 2002-06-21 Kim F. Storm <storm@cua.dk>
1494 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il> 1542 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1495 1543
1496 * select.el (xselect-convert-to-string): If VALUE is a string, 1544 * select.el (xselect-convert-to-string): If VALUE is a string,
1497 return a cons of TYPE and the string. 1545 return a cons of TYPE and the string.
1498 1546
1499 2002-06-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 1547 2002-06-05 Pavel Janík <Pavel@Janik.cz>
1500 1548
1501 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): 1549 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
1502 Fix the table to contain correct characters. 1550 Fix the table to contain correct characters.
1503 1551
1504 2002-06-04 Richard M. Stallman <rms@gnu.org> 1552 2002-06-04 Richard M. Stallman <rms@gnu.org>
1930 * mail/sendmail.el (mail-recover-1): Remove (debug). 1978 * mail/sendmail.el (mail-recover-1): Remove (debug).
1931 (mail-signature): Fix :type. 1979 (mail-signature): Fix :type.
1932 (mail-default-directory): New user option. 1980 (mail-default-directory): New user option.
1933 (mail, mail-recover): Use that option. 1981 (mail, mail-recover): Use that option.
1934 1982
1935 2002-05-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1983 2002-05-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1936 1984
1937 * international/mule.el (auto-coding-alist): Use emacs-mule 1985 * international/mule.el (auto-coding-alist): Use emacs-mule
1938 for auto-save files. 1986 for auto-save files.
1939 1987
1940 2002-05-20 Miles Bader <miles@gnu.org> 1988 2002-05-20 Miles Bader <miles@gnu.org>
2108 (dabbrev--try-find): Handle dabbrev-case-distinction. 2156 (dabbrev--try-find): Handle dabbrev-case-distinction.
2109 (dabbrev--search): Clean up the code. 2157 (dabbrev--search): Clean up the code.
2110 (dabbrev-upcase-means-case-search): Doc fix. 2158 (dabbrev-upcase-means-case-search): Doc fix.
2111 (dabbrev-case-replace): Fix custom tags and docs. 2159 (dabbrev-case-replace): Fix custom tags and docs.
2112 2160
2113 2002-05-14 Jochen K,A|(Bpper <jochen@jochen-kuepper.de> 2161 2002-05-14 Jochen Küpper <jochen@jochen-kuepper.de>
2114 2162
2115 * calc/calc-units.el (math-standard-units): Update from CODATA. 2163 * calc/calc-units.el (math-standard-units): Update from CODATA.
2116 2164
2117 2002-05-14 Stefan Monnier <monnier@cs.yale.edu> 2165 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
2118 2166
2170 (occur-1): Handle plurals. 2218 (occur-1): Handle plurals.
2171 2219
2172 (occur-engine): If there are no more matches, then finish 2220 (occur-engine): If there are no more matches, then finish
2173 searching the current buffer. 2221 searching the current buffer.
2174 2222
2175 2002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2223 2002-05-12 Pavel Janík <Pavel@Janik.cz>
2176 2224
2177 * net/ange-ftp.el (ange-ftp-try-passive-mode) 2225 * net/ange-ftp.el (ange-ftp-try-passive-mode)
2178 (ange-ftp-passive-host-alist): Change :version attributes to be 2226 (ange-ftp-passive-host-alist): Change :version attributes to be
2179 strings. 2227 strings.
2180 2228
2212 2260
2213 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option. 2261 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
2214 2262
2215 * subr.el (functionp): Catch errors in indirect-function. 2263 * subr.el (functionp): Catch errors in indirect-function.
2216 2264
2217 2002-05-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2265 2002-05-12 Pavel Janík <Pavel@Janik.cz>
2218 2266
2219 * net/ldap.el (ldap-search-internal): Unfold folded lines before 2267 * net/ldap.el (ldap-search-internal): Unfold folded lines before
2220 parsing. 2268 parsing.
2221 2269
2222 * cus-edit.el (customize-set-value): Rename `var' to `variable' 2270 * cus-edit.el (customize-set-value): Rename `var' to `variable'
2295 2343
2296 2002-05-09 Kim F. Storm <storm@cua.dk> 2344 2002-05-09 Kim F. Storm <storm@cua.dk>
2297 2345
2298 * wid-edit.el (checkbox): New check-mark image. 2346 * wid-edit.el (checkbox): New check-mark image.
2299 2347
2300 2002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2348 2002-05-08 Pavel Janík <Pavel@Janik.cz>
2301 2349
2302 * filesets.el (filesets-running-xemacs): Fix last change. 2350 * filesets.el (filesets-running-xemacs): Fix last change.
2303 2351
2304 2002-05-08 Markus Rost <rost@math.ohio-state.edu> 2352 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
2305 2353
2315 * filesets.el (filesets-conditional-sort): Use copy-sequence, 2363 * filesets.el (filesets-conditional-sort): Use copy-sequence,
2316 not copy-list. 2364 not copy-list.
2317 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu): 2365 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
2318 Defvar them to nil if running in Emacs. 2366 Defvar them to nil if running in Emacs.
2319 2367
2320 2002-05-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2368 2002-05-08 Pavel Janík <Pavel@Janik.cz>
2321 2369
2322 * textmodes/flyspell.el (make-flyspell-overlay): Add help text 2370 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
2323 to flyspell overlays. 2371 to flyspell overlays.
2324 2372
2325 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name. 2373 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
2570 2618
2571 * emulation/cua-base.el (cua--pre-command-handler): 2619 * emulation/cua-base.el (cua--pre-command-handler):
2572 Only interpret delete-selection property if mark-active. 2620 Only interpret delete-selection property if mark-active.
2573 (cua-mode): Fixed require in defcustom. 2621 (cua-mode): Fixed require in defcustom.
2574 2622
2575 2002-05-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2623 2002-05-01 Pavel Janík <Pavel@Janik.cz>
2576 2624
2577 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of 2625 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
2578 error call. 2626 error call.
2579 2627
2580 2002-05-01 Colin Walters <walters@verbum.org> 2628 2002-05-01 Colin Walters <walters@verbum.org>
2705 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn): 2753 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
2706 New Vietnamese coding system. 2754 New Vietnamese coding system.
2707 2755
2708 * language/viet-util.el: Update Commentary section. 2756 * language/viet-util.el: Update Commentary section.
2709 2757
2710 2002-04-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2758 2002-04-29 Pavel Janík <Pavel@Janik.cz>
2711 2759
2712 * filesets.el (filesets-data): Doc fix. 2760 * filesets.el (filesets-data): Doc fix.
2713 (filesets-running-xemacs): Define even when compiling. 2761 (filesets-running-xemacs): Define even when compiling.
2714 2762
2715 * recentf.el (recentf-cancel-dialog): Remove dot at the end of 2763 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
2770 not a list. 2818 not a list.
2771 2819
2772 * replace.el (occur-revert-arguments): 2820 * replace.el (occur-revert-arguments):
2773 Renamed from occur-revert-properties. All uses changed. 2821 Renamed from occur-revert-properties. All uses changed.
2774 2822
2775 2002-04-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 2823 2002-04-28 Pavel Janík <Pavel@Janik.cz>
2776 2824
2777 * recentf.el (recentf-menu-before): Use string to specify path in 2825 * recentf.el (recentf-menu-before): Use string to specify path in
2778 the menu. 2826 the menu.
2779 2827
2780 * international/mule-cmds.el (read-language-name): Take care of 2828 * international/mule-cmds.el (read-language-name): Take care of
3147 * simple.el (line-move-finish): Find beg and end of line 3195 * simple.el (line-move-finish): Find beg and end of line
3148 before calling line-move-to-column. Do consider intangible 3196 before calling line-move-to-column. Do consider intangible
3149 when finding the end. Take more care in analyzing the results 3197 when finding the end. Take more care in analyzing the results
3150 of intangibility after line-move-to-column. 3198 of intangibility after line-move-to-column.
3151 3199
3152 2002-04-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 3200 2002-04-22 Pavel Janík <Pavel@Janik.cz>
3153 3201
3154 * international/mule-diag.el (list-input-methods-1): Doc fix 3202 * international/mule-diag.el (list-input-methods-1): Doc fix
3155 (LEIM is now part of the standard distribution). 3203 (LEIM is now part of the standard distribution).
3156 3204
3157 * tmm.el (tmm-completion-prompt): Doc fix. 3205 * tmm.el (tmm-completion-prompt): Doc fix.
4143 4191
4144 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il> 4192 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
4145 4193
4146 * term.el (term-emulate-terminal): Fix last change. 4194 * term.el (term-emulate-terminal): Fix last change.
4147 4195
4148 2002-04-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4196 2002-04-16 Pavel Janík <Pavel@Janik.cz>
4149 4197
4150 * bindings.el (mode-line-mode-menu): Update names to reflect 4198 * bindings.el (mode-line-mode-menu): Update names to reflect
4151 latest changes. 4199 latest changes.
4152 4200
4153 2002-04-16 Mike Williams <mdub@bigfoot.com> 4201 2002-04-16 Mike Williams <mdub@bigfoot.com>
4219 repeat (with or without arg) jump to next mark off ring. 4267 repeat (with or without arg) jump to next mark off ring.
4220 - Use C-u C-u prefix to set mark after jump. 4268 - Use C-u C-u prefix to set mark after jump.
4221 (exchange-point-and-mark): Temporarily enable transient-mark-mode 4269 (exchange-point-and-mark): Temporarily enable transient-mark-mode
4222 if prefix arg. 4270 if prefix arg.
4223 4271
4224 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4272 2002-04-14 Pavel Janík <Pavel@Janik.cz>
4225 4273
4226 * speedbar.el (speedbar-tag-hierarchy-method) 4274 * speedbar.el (speedbar-tag-hierarchy-method)
4227 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. 4275 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
4228 4276
4229 2002-04-14 Mike Williams <mdub@bigfoot.com> 4277 2002-04-14 Mike Williams <mdub@bigfoot.com>
4230 4278
4231 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at 4279 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
4232 beginning of buffer. 4280 beginning of buffer.
4233 4281
4234 2002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4282 2002-04-14 Pavel Janík <Pavel@Janik.cz>
4235 4283
4236 * speedbar.el (speedbar-generic-item-info) 4284 * speedbar.el (speedbar-generic-item-info)
4237 (speedbar-sort-tags): Doc fix. 4285 (speedbar-sort-tags): Doc fix.
4238 (speedbar-add-supported-extension): Fix typo in interactive spec. 4286 (speedbar-add-supported-extension): Fix typo in interactive spec.
4239 4287
4258 (gamegrid-add-score-insecure): Restored from the old 4306 (gamegrid-add-score-insecure): Restored from the old
4259 `gamegrid-add-score'. 4307 `gamegrid-add-score'.
4260 (gamegrid-add-score): Just dispatch on `system-type' to one of the 4308 (gamegrid-add-score): Just dispatch on `system-type' to one of the
4261 previous two functions. 4309 previous two functions.
4262 4310
4263 2002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4311 2002-04-13 Pavel Janík <Pavel@Janik.cz>
4264 4312
4265 * iswitchb.el: Update commentary to include new function 4313 * iswitchb.el: Update commentary to include new function
4266 iswitchb-exclude-nonmatching. 4314 iswitchb-exclude-nonmatching.
4267 4315
4268 2002-04-12 John Wiegley <johnw@gnu.org> 4316 2002-04-12 John Wiegley <johnw@gnu.org>
4323 (fill-move-to-break-point): Make sure the result is always greater 4371 (fill-move-to-break-point): Make sure the result is always greater
4324 than linebeg, so we ensure forward progress. 4372 than linebeg, so we ensure forward progress.
4325 (fill-region-as-paragraph): Compare to `to' rather than eobp. 4373 (fill-region-as-paragraph): Compare to `to' rather than eobp.
4326 (fill-paragraph): Don't rebind fill-paragraph-function. 4374 (fill-paragraph): Don't rebind fill-paragraph-function.
4327 4375
4328 2002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4376 2002-04-11 Pavel Janík <Pavel@Janik.cz>
4329 4377
4330 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. 4378 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
4331 4379
4332 2002-04-11 Andreas Schwab <schwab@suse.de> 4380 2002-04-11 Andreas Schwab <schwab@suse.de>
4333 4381
4437 4485
4438 * textmodes/sgml-mode.el (sgml-lexical-context): 4486 * textmodes/sgml-mode.el (sgml-lexical-context):
4439 Use sgml-parse-tag-backward to find start point. 4487 Use sgml-parse-tag-backward to find start point.
4440 (sgml-looking-back-at): Doc fix. 4488 (sgml-looking-back-at): Doc fix.
4441 4489
4442 2002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4490 2002-04-09 Pavel Janík <Pavel@Janik.cz>
4443 4491
4444 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face 4492 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
4445 for prompt. 4493 for prompt.
4446 4494
4447 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> 4495 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
4486 2002-04-08 Sam Steingold <sds@gnu.org> 4534 2002-04-08 Sam Steingold <sds@gnu.org>
4487 4535
4488 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. 4536 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
4489 (vc-cvs-checkin): Use it. 4537 (vc-cvs-checkin): Use it.
4490 4538
4491 2002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4539 2002-04-08 Pavel Janík <Pavel@Janik.cz>
4492 4540
4493 * files.el (display-time-string): Fix last change. 4541 * files.el (display-time-string): Fix last change.
4494 4542
4495 2002-04-07 Sam Steingold <sds@gnu.org> 4543 2002-04-07 Sam Steingold <sds@gnu.org>
4496 4544
4501 * international/mule-cmds.el (set-default-coding-systems) 4549 * international/mule-cmds.el (set-default-coding-systems)
4502 (reset-language-environment): Preserve eols on 4550 (reset-language-environment): Preserve eols on
4503 default-process-coding-system. 4551 default-process-coding-system.
4504 (coding-system-change-text-conversion): Fix case where CODING is nil. 4552 (coding-system-change-text-conversion): Fix case where CODING is nil.
4505 4553
4506 2002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4554 2002-04-07 Pavel Janík <Pavel@Janik.cz>
4507 4555
4508 * subr.el (play-sound): Move here from simple.el. 4556 * subr.el (play-sound): Move here from simple.el.
4509 4557
4510 * simple.el (play-sound): Move to subr.el. 4558 * simple.el (play-sound): Move to subr.el.
4511 4559
4528 4576
4529 2002-04-06 Mike Williams <mdub@bigfoot.com> 4577 2002-04-06 Mike Williams <mdub@bigfoot.com>
4530 4578
4531 * textmodes/xml-lite.el: Remove. 4579 * textmodes/xml-lite.el: Remove.
4532 4580
4533 2002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4581 2002-04-05 Pavel Janík <Pavel@Janik.cz>
4534 4582
4535 * simple.el (play-sound): New function (uses play-sound-internal). 4583 * simple.el (play-sound): New function (uses play-sound-internal).
4536 4584
4537 2002-04-04 Richard M. Stallman <rms@gnu.org> 4585 2002-04-04 Richard M. Stallman <rms@gnu.org>
4538 4586
4552 2002-04-04 Mike Williams <mdub@bigfoot.com> 4600 2002-04-04 Mike Williams <mdub@bigfoot.com>
4553 4601
4554 * textmodes/sgml-mode.el: Add missing require. 4602 * textmodes/sgml-mode.el: Add missing require.
4555 (sgml-lexical-context): Fix up CDATA detection for boundary cases. 4603 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
4556 4604
4557 2002-04-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 4605 2002-04-03 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4558 4606
4559 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to 4607 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
4560 spot indicated by text property `cvs-goal-column', if present. 4608 spot indicated by text property `cvs-goal-column', if present.
4561 4609
4562 * pcvs-info.el (cvs-fileinfo-pp): Use text property 4610 * pcvs-info.el (cvs-fileinfo-pp): Use text property
4620 4668
4621 * textmodes/sgml-mode.el (sgml-lexical-context) 4669 * textmodes/sgml-mode.el (sgml-lexical-context)
4622 (sgml-parse-tag-backward): Extend support for CDATA to include 4670 (sgml-parse-tag-backward): Extend support for CDATA to include
4623 conditional sections. 4671 conditional sections.
4624 4672
4625 2002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4673 2002-04-03 Pavel Janík <Pavel@Janik.cz>
4626 4674
4627 * cus-start.el: Rename `autoselect-window' to 4675 * cus-start.el: Rename `autoselect-window' to
4628 `mouse-autoselect-window'. 4676 `mouse-autoselect-window'.
4629 4677
4630 2002-04-02 Richard M. Stallman <rms@gnu.org> 4678 2002-04-02 Richard M. Stallman <rms@gnu.org>
4694 4742
4695 * textmodes/xml-lite.el: Removed much redundant stuff. 4743 * textmodes/xml-lite.el: Removed much redundant stuff.
4696 (xml-lite-parse-tag-backward): Simplify parsing by assuming we 4744 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
4697 always start within text. Make use of sgml-unclosed-tag-p. 4745 always start within text. Make use of sgml-unclosed-tag-p.
4698 4746
4699 2002-04-01 Ville Skytt,Ad(B <ville.skytta@xemacs.org> 4747 2002-04-01 Ville Skyttä <ville.skytta@xemacs.org>
4700 4748
4701 * tcl.el (tcl-imenu-generic-expression): New value. 4749 * tcl.el (tcl-imenu-generic-expression): New value.
4702 (tcl-imenu-create-index-function): Function deleted. 4750 (tcl-imenu-create-index-function): Function deleted.
4703 (tcl-mode): Check for filladapt-mode. 4751 (tcl-mode): Check for filladapt-mode.
4704 Use tcl-imenu-generic-expression instead of 4752 Use tcl-imenu-generic-expression instead of
4705 tcl-imenu-create-index-function. 4753 tcl-imenu-create-index-function.
4706 (inferior-tcl-mode): Doc fix. 4754 (inferior-tcl-mode): Doc fix.
4707 Change not legally significant. 4755 Change not legally significant.
4708 4756
4709 2002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4757 2002-04-01 Pavel Janík <Pavel@Janik.cz>
4710 4758
4711 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. 4759 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
4712 4760
4713 * window.el (handle-select-window): New function. 4761 * window.el (handle-select-window): New function.
4714 Update copyright. 4762 Update copyright.
4905 (xml-lite-indent-comment-offset): Remove. 4953 (xml-lite-indent-comment-offset): Remove.
4906 (xml-lite-calculate-indent): Use new name. Use natural alignment 4954 (xml-lite-calculate-indent): Use new name. Use natural alignment
4907 for comments. 4955 for comments.
4908 (xml-lite-in-string-p): Simplify. 4956 (xml-lite-in-string-p): Simplify.
4909 4957
4910 2002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 4958 2002-03-27 Pavel Janík <Pavel@Janik.cz>
4911 4959
4912 * allout.el (outline-layout): Doc fix. 4960 * allout.el (outline-layout): Doc fix.
4913 4961
4914 2002-03-27 Stefan Monnier <monnier@cs.yale.edu> 4962 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
4915 4963
4973 5021
4974 2002-03-26 Richard M. Stallman <rms@gnu.org> 5022 2002-03-26 Richard M. Stallman <rms@gnu.org>
4975 5023
4976 * subr.el (substring-no-properties): Function deleted (now in C). 5024 * subr.el (substring-no-properties): Function deleted (now in C).
4977 5025
4978 2002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5026 2002-03-25 Pavel Janík <Pavel@Janik.cz>
4979 5027
4980 * mwheel.el (mouse-wheel-mode): Use global-set-key and 5028 * mwheel.el (mouse-wheel-mode): Use global-set-key and
4981 global-unset-key. 5029 global-unset-key.
4982 5030
4983 2002-03-24 Richard M. Stallman <rms@gnu.org> 5031 2002-03-24 Richard M. Stallman <rms@gnu.org>
5014 (:foreground COLOR) and (:background COLOR). 5062 (:foreground COLOR) and (:background COLOR).
5015 (enriched-decode-foreground, enriched-decode-background): Set the 5063 (enriched-decode-foreground, enriched-decode-background): Set the
5016 fore- and background colors of the faces we create, since facemenu 5064 fore- and background colors of the faces we create, since facemenu
5017 doesn't. 5065 doesn't.
5018 5066
5019 2002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5067 2002-03-24 Pavel Janík <Pavel@Janik.cz>
5020 5068
5021 * mwheel.el (mouse-wheel-mode): Use the result of 5069 * mwheel.el (mouse-wheel-mode): Use the result of
5022 current-global-map instead of the variable `global-map'. 5070 current-global-map instead of the variable `global-map'.
5023 5071
5024 2002-03-23 Richard M. Stallman <rms@gnu.org> 5072 2002-03-23 Richard M. Stallman <rms@gnu.org>
5069 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org> 5117 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5070 5118
5071 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 5119 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
5072 directions as the last action. 5120 directions as the last action.
5073 5121
5074 2002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5122 2002-03-21 Pavel Janík <Pavel@Janik.cz>
5075 5123
5076 * startup.el (fancy-splash-tail, normal-splash-screen): 5124 * startup.el (fancy-splash-tail, normal-splash-screen):
5077 Update copyright. 5125 Update copyright.
5078 5126
5079 * novice.el (disabled-command-hook): Clarify output text to match 5127 * novice.el (disabled-command-hook): Clarify output text to match
5257 (po-find-charset): Search for the Charset= header even if we've 5305 (po-find-charset): Search for the Charset= header even if we've
5258 read less than 4KB. 5306 read less than 4KB.
5259 <top-level>: Remove the setup for all known codepages: it seems 5307 <top-level>: Remove the setup for all known codepages: it seems
5260 to cause crashes in the CCL driver. 5308 to cause crashes in the CCL driver.
5261 5309
5262 2002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5310 2002-03-16 Pavel Janík <Pavel@Janik.cz>
5263 5311
5264 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) 5312 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
5265 (bibtex-entry-field-alist): Doc fix. 5313 (bibtex-entry-field-alist): Doc fix.
5266 5314
5267 2002-03-16 Richard M. Stallman <rms@gnu.org> 5315 2002-03-16 Richard M. Stallman <rms@gnu.org>
5275 2002-03-15 Stefan Monnier <monnier@cs.yale.edu> 5323 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
5276 5324
5277 * files.el (load-completion): New function. 5325 * files.el (load-completion): New function.
5278 (load-library): Use it. 5326 (load-library): Use it.
5279 5327
5280 2002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5328 2002-03-15 Pavel Janík <Pavel@Janik.cz>
5281 5329
5282 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 5330 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
5283 to match the actual code. 5331 to match the actual code.
5284 5332
5285 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il> 5333 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5418 (shell-pcomplete): Ditto. 5466 (shell-pcomplete): Ditto.
5419 (shell-pcomplete-reverse): Ditto. 5467 (shell-pcomplete-reverse): Ditto.
5420 5468
5421 * comint.el: Remove documentation on setting up pcomplete. 5469 * comint.el: Remove documentation on setting up pcomplete.
5422 5470
5423 2002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5471 2002-03-11 Pavel Janík <Pavel@Janik.cz>
5424 5472
5425 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate 5473 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
5426 item. Doc fix. 5474 item. Doc fix.
5427 5475
5428 * image.el (image-type-from-file-header): Make temporary buffer 5476 * image.el (image-type-from-file-header): Make temporary buffer
5538 (hif-or-expr): Parse `||' expressions. 5586 (hif-or-expr): Parse `||' expressions.
5539 (hif-and-expr): Renamed from hif-term. 5587 (hif-and-expr): Renamed from hif-term.
5540 (hif-conditional): New function to evaluate a conditional 5588 (hif-conditional): New function to evaluate a conditional
5541 expression. 5589 expression.
5542 5590
5543 2002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5591 2002-03-06 Pavel Janík <Pavel@Janik.cz>
5544 5592
5545 * language/czech.el ("Czech"): Fix the documentation. 5593 * language/czech.el ("Czech"): Fix the documentation.
5546 5594
5547 * language/slovak.el ("Slovak"): Likewise. 5595 * language/slovak.el ("Slovak"): Likewise.
5548 5596
5601 (bold-italic, underline, highlight, secondary-selection, fixed-pitch) 5649 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
5602 (variable-pitch, trailing-whitespace): Don't use the old-style entries. 5650 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
5603 (mode-line-inactive, header-line): Move the `t' section to the 5651 (mode-line-inactive, header-line): Move the `t' section to the
5604 beginning so the `:inherit' setting can be shared. 5652 beginning so the `:inherit' setting can be shared.
5605 5653
5606 2002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5654 2002-03-04 Pavel Janík <Pavel@Janik.cz>
5607 5655
5608 * net/snmp-mode.el: Require tempo when compiling to prevent 5656 * net/snmp-mode.el: Require tempo when compiling to prevent
5609 warnings. Update copyright notice. 5657 warnings. Update copyright notice.
5610 5658
5611 * help.el (describe-key-briefly, describe-key): Interpret `undefined' 5659 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
5721 2002-02-28 Richard M. Stallman <rms@gnu.org> 5769 2002-02-28 Richard M. Stallman <rms@gnu.org>
5722 5770
5723 * font-lock.el (java-font-lock-extra-types): 5771 * font-lock.el (java-font-lock-extra-types):
5724 Match java.net.URL, etc. 5772 Match java.net.URL, etc.
5725 5773
5726 2002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz> 5774 2002-02-28 Pavel Janík <Pavel@Janik.cz>
5727 5775
5728 * hexl.el (hexl-options): Doc fix. 5776 * hexl.el (hexl-options): Doc fix.
5729 Update Commentary section. 5777 Update Commentary section.
5730 5778
5731 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys): 5779 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
6001 2002-02-20 Tom Tromey <tromey@cachet> 6049 2002-02-20 Tom Tromey <tromey@cachet>
6002 6050
6003 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more 6051 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
6004 natural paragraph boundaries. Don't fail at beginning of buffer. 6052 natural paragraph boundaries. Don't fail at beginning of buffer.
6005 6053
6006 2002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6054 2002-02-20 Pavel Janík <Pavel@Janik.cz>
6007 6055
6008 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 6056 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
6009 call the argument "arg" to match plain next-line and 6057 call the argument "arg" to match plain next-line and
6010 previous-line. From Kevin Ryde <user42@zip.com.au>. 6058 previous-line. From Kevin Ryde <user42@zip.com.au>.
6011 6059
6065 2002-02-17 stanislav shalunov <shalunov@internet2.edu> 6113 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
6066 6114
6067 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when 6115 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
6068 invoked from Rmail with full headers displayed. 6116 invoked from Rmail with full headers displayed.
6069 6117
6070 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 6118 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6071 6119
6072 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks 6120 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
6073 when repeated. 6121 when repeated.
6074 * textmodes/paragraphs.el (mark-paragraph): Ditto. 6122 * textmodes/paragraphs.el (mark-paragraph): Ditto.
6075 6123
6081 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell' 6129 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
6082 and `flyspell-mode' entries. 6130 and `flyspell-mode' entries.
6083 6131
6084 * textmodes/flyspell.el (flyspell): Add to ispell group. 6132 * textmodes/flyspell.el (flyspell): Add to ispell group.
6085 6133
6086 2002-02-17 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 6134 2002-02-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6087 6135
6088 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when 6136 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
6089 repeated. 6137 repeated.
6090 (mark-defun): Mark more if repeated. 6138 (mark-defun): Mark more if repeated.
6091 6139
6105 * Makefile.in (DONTCOMPILE): Remove cus-start.el. 6153 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
6106 6154
6107 * cus-start.el: Add automatic-hscroll-margin and 6155 * cus-start.el: Add automatic-hscroll-margin and
6108 automatic-hscroll-step. 6156 automatic-hscroll-step.
6109 6157
6110 2002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6158 2002-02-16 Pavel Janík <Pavel@Janik.cz>
6111 6159
6112 * cus-start.el (x-autoselect-window): Allow customization. 6160 * cus-start.el (x-autoselect-window): Allow customization.
6113 6161
6114 * eshell/em-alias.el (eshell-alias-initialize): Do not use 6162 * eshell/em-alias.el (eshell-alias-initialize): Do not use
6115 make-local-hook. 6163 make-local-hook.
6202 6250
6203 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il> 6251 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
6204 6252
6205 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator. 6253 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
6206 6254
6207 2002-02-15 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 6255 2002-02-15 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6208 6256
6209 * simple.el (mark-word): Mark more if repeated. 6257 * simple.el (mark-word): Mark more if repeated.
6210 * textmodes/paragraphs.el (mark-paragraph): Ditto. 6258 * textmodes/paragraphs.el (mark-paragraph): Ditto.
6211 (mark-end-of-sentence): Ditto. 6259 (mark-end-of-sentence): Ditto.
6212 6260
6303 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il> 6351 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
6304 6352
6305 * cus-start.el: Don't warn about "x-*" symbols when building a 6353 * cus-start.el: Don't warn about "x-*" symbols when building a
6306 non-GUI version. 6354 non-GUI version.
6307 6355
6308 2002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6356 2002-02-11 Pavel Janík <Pavel@Janik.cz>
6309 6357
6310 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 6358 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
6311 Doc fix. 6359 Doc fix.
6312 (strokes-help): Do not use doubled with-output-to-temp-buffer. 6360 (strokes-help): Do not use doubled with-output-to-temp-buffer.
6313 Fix the help string. 6361 Fix the help string.
6328 Maybe report character's unicode. Tweak printing of list info. 6376 Maybe report character's unicode. Tweak printing of list info.
6329 (list-input-methods): Add xref buttons. 6377 (list-input-methods): Add xref buttons.
6330 (dump-charsets, dump-codings): Deleted (obsolete). 6378 (dump-charsets, dump-codings): Deleted (obsolete).
6331 From Dave Love <fx@gnu.org>. 6379 From Dave Love <fx@gnu.org>.
6332 6380
6333 2002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6381 2002-02-10 Pavel Janík <Pavel@Janik.cz>
6334 6382
6335 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 6383 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
6336 6384
6337 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu> 6385 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
6338 6386
6351 * ediff-util.el (ediff-dispose-of-variant-according-to-user): 6399 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
6352 check if buff is alive. 6400 check if buff is alive.
6353 6401
6354 * ediff.el: Typo in comment. 6402 * ediff.el: Typo in comment.
6355 6403
6356 2002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6404 2002-02-09 Pavel Janík <Pavel@Janik.cz>
6357 6405
6358 * menu-bar.el (menu-bar-options-save): Take care of 6406 * menu-bar.el (menu-bar-options-save): Take care of
6359 line-number-mode and column-number-mode variables. 6407 line-number-mode and column-number-mode variables.
6360 (menu-bar-showhide-menu): New menu-items "Show Line Number" and 6408 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
6361 "Show Column Number" in "Show/Hide" menu. 6409 "Show Column Number" in "Show/Hide" menu.
6428 * help-fns.el (describe-function-1): Ditto. 6476 * help-fns.el (describe-function-1): Ditto.
6429 6477
6430 * subr.el (global-set-key, local-set-key): Accept a symbol for the 6478 * subr.el (global-set-key, local-set-key): Accept a symbol for the
6431 KEY argument (like define-key). 6479 KEY argument (like define-key).
6432 6480
6433 2002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6481 2002-02-06 Pavel Janík <Pavel@Janik.cz>
6434 6482
6435 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 6483 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
6436 6484
6437 2002-02-06 Richard M. Stallman <rms@gnu.org> 6485 2002-02-06 Richard M. Stallman <rms@gnu.org>
6438 6486
6509 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk> 6557 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
6510 6558
6511 * cus-edit.el (customize-mark-to-save): New function. 6559 * cus-edit.el (customize-mark-to-save): New function.
6512 * menu-bar.el (menu-bar-options-save): Rewrote. 6560 * menu-bar.el (menu-bar-options-save): Rewrote.
6513 6561
6514 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6562 2002-02-05 Pavel Janík <Pavel@Janik.cz>
6515 6563
6516 * cus-start.el (x-use-underline-position-properties): 6564 * cus-start.el (x-use-underline-position-properties):
6517 Allow customization. 6565 Allow customization.
6518 6566
6519 2002-02-04 Simon Josefsson <jas@extundo.com> 6567 2002-02-04 Simon Josefsson <jas@extundo.com>
6542 2002-02-03 Andreas Schwab <schwab@suse.de> 6590 2002-02-03 Andreas Schwab <schwab@suse.de>
6543 6591
6544 * window.el (save-selected-window): Move macro before first use. 6592 * window.el (save-selected-window): Move macro before first use.
6545 (balance-windows): Fix misplaced parenthesis. 6593 (balance-windows): Fix misplaced parenthesis.
6546 6594
6547 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6595 2002-02-03 Pavel Janík <Pavel@Janik.cz>
6548 6596
6549 * calculator.el (calculator-displayers): Doc fixes. 6597 * calculator.el (calculator-displayers): Doc fixes.
6550 6598
6551 2002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6599 2002-02-03 Pavel Janík <Pavel@Janik.cz>
6552 6600
6553 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 6601 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
6554 (menu-bar-options-save): Save also the value of `display-time-mode'. 6602 (menu-bar-options-save): Save also the value of `display-time-mode'.
6555 (showhide-date-time): New function. 6603 (showhide-date-time): New function.
6556 (menu-bar-showhide-menu): New menu-item "Date and time". 6604 (menu-bar-showhide-menu): New menu-item "Date and time".
6585 6633
6586 * mail/rmail.el (rmail-redecode-body): Prune the headers before 6634 * mail/rmail.el (rmail-redecode-body): Prune the headers before
6587 looking for X-Coding-System header, and restore the pruned state 6635 looking for X-Coding-System header, and restore the pruned state
6588 before returning. 6636 before returning.
6589 6637
6590 2002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6638 2002-02-02 Pavel Janík <Pavel@Janik.cz>
6591 6639
6592 * cus-edit.el (customize-save-variable): Fix typo in prompt. 6640 * cus-edit.el (customize-save-variable): Fix typo in prompt.
6593 6641
6594 These changes integrate new version of flyspell.el from its 6642 These changes integrate new version of flyspell.el from its
6595 maintainer, Manuel Serrano: 6643 maintainer, Manuel Serrano:
6674 (bootstrap): Depend on compile-always, not compile-files. 6722 (bootstrap): Depend on compile-always, not compile-files.
6675 6723
6676 * emulation/pc-select.el (pc-select-save-and-set-mode): 6724 * emulation/pc-select.el (pc-select-save-and-set-mode):
6677 Properly use MODE-VAR. 6725 Properly use MODE-VAR.
6678 6726
6679 2002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6727 2002-01-29 Pavel Janík <Pavel@Janik.cz>
6680 6728
6681 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 6729 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
6682 Version" to "About Emacs". 6730 Version" to "About Emacs".
6683 (menu-bar-options-save): Add `default-frame-alist' 6731 (menu-bar-options-save): Add `default-frame-alist'
6684 to saved variables. 6732 to saved variables.
6691 6739
6692 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il> 6740 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
6693 6741
6694 * calendar/calendar.el (generate-calendar-month): Doc fix. 6742 * calendar/calendar.el (generate-calendar-month): Doc fix.
6695 6743
6696 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6744 2002-01-27 Pavel Janík <Pavel@Janik.cz>
6697 6745
6698 * time.el (display-time-mail-directory): New option. 6746 * time.el (display-time-mail-directory): New option.
6699 (display-time-mail-function): Update doc-string. 6747 (display-time-mail-function): Update doc-string.
6700 (display-time-mail-icon): Use XPM image when available. 6748 (display-time-mail-icon): Use XPM image when available.
6701 (display-time-string-forms): Use more descriptive text as 6749 (display-time-string-forms): Use more descriptive text as
6906 6954
6907 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled 6955 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
6908 with `byte-compile-dynamic'. 6956 with `byte-compile-dynamic'.
6909 (ibuffer-default-directory, toplevel): Doc files. 6957 (ibuffer-default-directory, toplevel): Doc files.
6910 6958
6911 2002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6959 2002-01-20 Pavel Janík <Pavel@Janik.cz>
6912 6960
6913 * tempo.el (tempo-define-template): Doc fix. 6961 * tempo.el (tempo-define-template): Doc fix.
6914 6962
6915 * scroll-bar.el (scroll-bar-mode): Make argument optional. 6963 * scroll-bar.el (scroll-bar-mode): Make argument optional.
6916 6964
6923 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el 6971 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
6924 and make them defcustoms. 6972 and make them defcustoms.
6925 6973
6926 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 6974 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
6927 6975
6928 2002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz> 6976 2002-01-19 Pavel Janík <Pavel@Janik.cz>
6929 6977
6930 * language/tibet-util.el (tibetan-decompose-region) 6978 * language/tibet-util.el (tibetan-decompose-region)
6931 (tibetan-decompose-string): Fix typo in docstring. 6979 (tibetan-decompose-string): Fix typo in docstring.
6932 6980
6933 * ruler-mode.el (ruler-mode): New keyword. Fix :version. 6981 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
7015 7063
7016 2002-01-16 Andreas Schwab <schwab@suse.de> 7064 2002-01-16 Andreas Schwab <schwab@suse.de>
7017 7065
7018 * mail/feedmail.el (feedmail): Fix :link spec. 7066 * mail/feedmail.el (feedmail): Fix :link spec.
7019 7067
7020 2002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7068 2002-01-16 Pavel Janík <Pavel@Janik.cz>
7021 7069
7022 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 7070 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
7023 2 ldapsearch. 7071 2 ldapsearch.
7024 7072
7025 * net/eudc.el: New maintainer. Change author's address. 7073 * net/eudc.el: New maintainer. Change author's address.
7132 (comint-simple-send): If comint-input-sender-no-newline, 7180 (comint-simple-send): If comint-input-sender-no-newline,
7133 don't output newline, but maybe send eof. 7181 don't output newline, but maybe send eof.
7134 (comint-send-input): New arg NO-NEWLINE. 7182 (comint-send-input): New arg NO-NEWLINE.
7135 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 7183 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
7136 7184
7137 2002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7185 2002-01-12 Pavel Janík <Pavel@Janik.cz>
7138 7186
7139 * textmodes/flyspell.el (flyspell-check-pre-word-p): 7187 * textmodes/flyspell.el (flyspell-check-pre-word-p):
7140 Prevent delaying when executing keyboard macros. 7188 Prevent delaying when executing keyboard macros.
7141 7189
7142 2002-01-12 Richard M. Stallman <rms@gnu.org> 7190 2002-01-12 Richard M. Stallman <rms@gnu.org>
7217 7265
7218 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. 7266 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
7219 7267
7220 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 7268 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
7221 7269
7222 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7270 2002-01-08 Pavel Janík <Pavel@Janik.cz>
7223 7271
7224 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 7272 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
7225 Do not use make-local-hook. 7273 Do not use make-local-hook.
7226 7274
7227 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il> 7275 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
7233 7281
7234 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu> 7282 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
7235 7283
7236 * ediff-hook.el: Add an autoload cookie. 7284 * ediff-hook.el: Add an autoload cookie.
7237 7285
7238 2002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7286 2002-01-08 Pavel Janík <Pavel@Janik.cz>
7239 7287
7240 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 7288 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
7241 address of the author. 7289 address of the author.
7242 7290
7243 2002-01-08 Richard M. Stallman <rms@gnu.org> 7291 2002-01-08 Richard M. Stallman <rms@gnu.org>
7345 if following a kill command. 7393 if following a kill command.
7346 7394
7347 * help-fns.el (describe-variable, describe-function): 7395 * help-fns.el (describe-variable, describe-function):
7348 Do save-excursion. 7396 Do save-excursion.
7349 7397
7350 2002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7398 2002-01-06 Pavel Janík <Pavel@Janik.cz>
7351 7399
7352 * net/ldap.el (ldap-search-internal): Skip error message from 7400 * net/ldap.el (ldap-search-internal): Skip error message from
7353 ldapsearch. Allow listing attribute names only. Do not open 7401 ldapsearch. Allow listing attribute names only. Do not open
7354 non-existent files. 7402 non-existent files.
7355 7403
7369 (enriched-handle-display-prop): Return proper values. 7417 (enriched-handle-display-prop): Return proper values.
7370 7418
7371 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): 7419 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
7372 Use proper attribute name labeledUri instead of deprecated labeledUrl. 7420 Use proper attribute name labeledUri instead of deprecated labeledUrl.
7373 7421
7374 2002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7422 2002-01-05 Pavel Janík <Pavel@Janik.cz>
7375 7423
7376 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 7424 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
7377 editing an empty hotlist. 7425 editing an empty hotlist.
7378 7426
7379 * net/ldap.el (ldap-search-internal): Make the buffer unibyte. 7427 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
7430 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from 7478 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
7431 2001-10-24. 7479 2001-10-24.
7432 7480
7433 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 7481 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
7434 7482
7435 2002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7483 2002-01-04 Pavel Janík <Pavel@Janik.cz>
7436 7484
7437 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry. 7485 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
7438 (ldap-ignore-attribute-codings): Change the default value to allow 7486 (ldap-ignore-attribute-codings): Change the default value to allow
7439 encoding/decoding of attributes. 7487 encoding/decoding of attributes.
7440 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix. 7488 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
7460 `ls' directly. Bind coding-system-for-read to emacs-mule-unix 7508 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
7461 before reading the auto-save file. If the buffer's auto-save file 7509 before reading the auto-save file. If the buffer's auto-save file
7462 does not exist, call mail-recover-1 to allow recovery from past 7510 does not exist, call mail-recover-1 to allow recovery from past
7463 auto-saved drafts. 7511 auto-saved drafts.
7464 7512
7465 2002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7513 2002-01-03 Pavel Janík <Pavel@Janik.cz>
7466 7514
7467 * time.el (display-time-load-average-threshold): Fix defcustom 7515 * time.el (display-time-load-average-threshold): Fix defcustom
7468 (add type and group). 7516 (add type and group).
7469 7517
7470 * net/ange-ftp.el (ange-ftp-shell-command): Remove port 7518 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
7579 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> 7627 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
7580 7628
7581 * bindings.el (function-key-map): Don't bind shifted keypad 7629 * bindings.el (function-key-map): Don't bind shifted keypad
7582 numeric keys. 7630 numeric keys.
7583 7631
7584 2002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7632 2002-01-02 Pavel Janík <Pavel@Janik.cz>
7585 7633
7586 * enriched.el (enriched-handle-display-prop): Remove unused variables. 7634 * enriched.el (enriched-handle-display-prop): Remove unused variables.
7587 (enriched-mode): Doc fix. 7635 (enriched-mode): Doc fix.
7588 7636
7589 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il> 7637 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
7615 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk> 7663 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
7616 7664
7617 * cus-edit.el (custom-face-edit-fix-value): New function. 7665 * cus-edit.el (custom-face-edit-fix-value): New function.
7618 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 7666 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
7619 7667
7620 2001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7668 2001-12-30 Pavel Janík <Pavel@Janik.cz>
7621 7669
7622 * progmodes/octave-mod.el (octave-abbrev-table): 7670 * progmodes/octave-mod.el (octave-abbrev-table):
7623 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 7671 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
7624 * progmodes/fortran.el (fortran-mode-abbrev-table): 7672 * progmodes/fortran.el (fortran-mode-abbrev-table):
7625 * progmodes/f90.el (f90-mode-abbrev-table): 7673 * progmodes/f90.el (f90-mode-abbrev-table):
7745 7793
7746 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il> 7794 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
7747 7795
7748 * international/fontset.el: Don't require ind-util when compiling. 7796 * international/fontset.el: Don't require ind-util when compiling.
7749 7797
7750 2001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7798 2001-12-25 Pavel Janík <Pavel@Janik.cz>
7751 7799
7752 * emulation/tpu-edt.el (tpu-reset-screen-size): 7800 * emulation/tpu-edt.el (tpu-reset-screen-size):
7753 Use set-frame-height and set-frame-width instead of set-screen-height 7801 Use set-frame-height and set-frame-width instead of set-screen-height
7754 and set-screen-width. 7802 and set-screen-width.
7755 7803
7833 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first. 7881 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
7834 7882
7835 * play/yow.el (yow): Use an arg to distinguish interactive calls, 7883 * play/yow.el (yow): Use an arg to distinguish interactive calls,
7836 not interactive-p. 7884 not interactive-p.
7837 7885
7838 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7886 2001-12-22 Pavel Janík <Pavel@Janik.cz>
7839 7887
7840 * emacs-lisp/elint.el (elint-unknown-builtin-args): 7888 * emacs-lisp/elint.el (elint-unknown-builtin-args):
7841 Remove mocklisp entries. 7889 Remove mocklisp entries.
7842 7890
7843 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in 7891 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
7859 2001-12-22 Miles Bader <miles@gnu.org> 7907 2001-12-22 Miles Bader <miles@gnu.org>
7860 7908
7861 * textmodes/refill.el (refill-mode): Don't barf when redundantly 7909 * textmodes/refill.el (refill-mode): Don't barf when redundantly
7862 turning refill-mode off. 7910 turning refill-mode off.
7863 7911
7864 2001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 7912 2001-12-22 Pavel Janík <Pavel@Janik.cz>
7865 7913
7866 * time.el (display-time-load-average-threshold): New variable. 7914 * time.el (display-time-load-average-threshold): New variable.
7867 (display-time-update): Use it. 7915 (display-time-update): Use it.
7868 7916
7869 These changes allow cycling through past 1, 5 and 15 minutes 7917 These changes allow cycling through past 1, 5 and 15 minutes
8002 8050
8003 * international/mule-diag.el (describe-coding-system) 8051 * international/mule-diag.el (describe-coding-system)
8004 (print-coding-system-briefly): Make printed output have a similar 8052 (print-coding-system-briefly): Make printed output have a similar
8005 format as describe-character-set. 8053 format as describe-character-set.
8006 8054
8007 2001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8055 2001-12-20 Pavel Janík <Pavel@Janik.cz>
8008 8056
8009 * play/blackbox.el (bb-member): Remove, use member instead. 8057 * play/blackbox.el (bb-member): Remove, use member instead.
8010 (bb-delete): Remove, use delete instead. 8058 (bb-delete): Remove, use delete instead.
8011 Update copyright notice. Defvar for bb-board, bb-x, bb-y, 8059 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
8012 bb-score, bb-detour-count and bb-balls-placed. 8060 bb-score, bb-detour-count and bb-balls-placed.
8036 8084
8037 2001-12-19 Miles Bader <miles@gnu.org> 8085 2001-12-19 Miles Bader <miles@gnu.org>
8038 8086
8039 * international/fontset.el: Require `ind-util' when compiling. 8087 * international/fontset.el: Require `ind-util' when compiling.
8040 8088
8041 2001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8089 2001-12-18 Pavel Janík <Pavel@Janik.cz>
8042 8090
8043 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 8091 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
8044 instead of decompose-composite-char. 8092 instead of decompose-composite-char.
8045 8093
8046 2001-12-18 Richard M. Stallman <rms@gnu.org> 8094 2001-12-18 Richard M. Stallman <rms@gnu.org>
8254 (xml-parse-tag): Don't skip white space. Return nil for a comment. 8302 (xml-parse-tag): Don't skip white space. Return nil for a comment.
8255 Concat the two strings surrounding a comment into a single string. 8303 Concat the two strings surrounding a comment into a single string.
8256 8304
8257 * newcomment.el (comment-indent): Jump to the middle of empty comments. 8305 * newcomment.el (comment-indent): Jump to the middle of empty comments.
8258 8306
8259 2001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8307 2001-12-14 Pavel Janík <Pavel@Janik.cz>
8260 8308
8261 * select.el (xselect-convert-to-class, xselect-convert-to-name): 8309 * select.el (xselect-convert-to-class, xselect-convert-to-name):
8262 Document. 8310 Document.
8263 8311
8264 2001-12-14 Andre Spiegel <spiegel@gnu.org> 8312 2001-12-14 Andre Spiegel <spiegel@gnu.org>
8302 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il> 8350 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
8303 8351
8304 * international/mule.el (set-auto-coding): Don't search for 8352 * international/mule.el (set-auto-coding): Don't search for
8305 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 8353 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
8306 8354
8307 2001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8355 2001-12-13 Pavel Janík <Pavel@Janik.cz>
8308 8356
8309 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 8357 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
8310 8358
8311 * mail/rmail.el (rmail-fontify-buffer-function): Likewise. 8359 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
8312 8360
8358 * language/thai-util.el, language/thai.el: Add Unicode equivalents. 8406 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
8359 8407
8360 * language/european.el: Remove autoload cookies. Fix registration 8408 * language/european.el: Remove autoload cookies. Fix registration
8361 of diacritic composition function. 8409 of diacritic composition function.
8362 8410
8363 2001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8411 2001-12-11 Pavel Janík <Pavel@Janik.cz>
8364 8412
8365 * calendar/todo-mode.el: Require time-stamp. 8413 * calendar/todo-mode.el: Require time-stamp.
8366 8414
8367 * net/zone-mode.el (zone-mode): Don't use make-local-hook. 8415 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
8368 8416
8415 8463
8416 * iswitchb.el (iswitchb-visit-buffer): 8464 * iswitchb.el (iswitchb-visit-buffer):
8417 Use `select-frame-set-input-focus'--needed when window manager 8465 Use `select-frame-set-input-focus'--needed when window manager
8418 uses "click to focus" policy. 8466 uses "click to focus" policy.
8419 8467
8420 2001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8468 2001-12-09 Pavel Janík <Pavel@Janik.cz>
8421 8469
8422 * COPYING: Moved back. 8470 * COPYING: Moved back.
8423 8471
8424 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il> 8472 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
8425 8473
8564 (tags-search, tags-query-replace): Use backquotes. 8612 (tags-search, tags-query-replace): Use backquotes.
8565 8613
8566 * textmodes/picture.el (picture-mode-map): Don't use defconst 8614 * textmodes/picture.el (picture-mode-map): Don't use defconst
8567 for a variable. 8615 for a variable.
8568 8616
8569 2001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8617 2001-12-02 Pavel Janík <Pavel@Janik.cz>
8570 8618
8571 * textmodes/reftex-index.el (reftex-index-mode): 8619 * textmodes/reftex-index.el (reftex-index-mode):
8572 Remove make-local-hook. 8620 Remove make-local-hook.
8573 8621
8574 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise. 8622 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
8629 * progmodes/hideif.el (hide-ifdef-mode): Only modify 8677 * progmodes/hideif.el (hide-ifdef-mode): Only modify
8630 `change-major-mode-hook' locally. Reset invisibility spec. 8678 `change-major-mode-hook' locally. Reset invisibility spec.
8631 8679
8632 * man.el (Man-build-section-alist): Remove last Man-match-substring. 8680 * man.el (Man-build-section-alist): Remove last Man-match-substring.
8633 8681
8634 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 8682 2001-11-30 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8635 8683
8636 * textmodes/paragraphs.el (mark-paragraph): Clarify doc. 8684 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
8637 Clarify error message. 8685 Clarify error message.
8638 8686
8639 2001-11-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 8687 2001-11-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8640 8688
8641 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg. 8689 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
8642 8690
8643 2001-11-30 Andre Spiegel <spiegel@gnu.org> 8691 2001-11-30 Andre Spiegel <spiegel@gnu.org>
8644 8692
8688 several sequential nodes. Add a simple caching mechanism. 8736 several sequential nodes. Add a simple caching mechanism.
8689 (Info-goto-index): New function extracted from Info-index. 8737 (Info-goto-index): New function extracted from Info-index.
8690 (Info-index): Use it. Add completion to the interactive spec. 8738 (Info-index): Use it. Add completion to the interactive spec.
8691 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 8739 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
8692 8740
8693 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8741 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8694 8742
8695 * COPYING: Removed. 8743 * COPYING: Removed.
8696 8744
8697 2001-11-29 Dave Love <fx@gnu.org> 8745 2001-11-29 Dave Love <fx@gnu.org>
8698 8746
8705 * international/mule.el: Doc fixes. 8753 * international/mule.el: Doc fixes.
8706 (map-charset-chars): New function. 8754 (map-charset-chars): New function.
8707 (register-char-codings): Use it to cope with generic chars in 8755 (register-char-codings): Use it to cope with generic chars in
8708 safe-chars. 8756 safe-chars.
8709 8757
8710 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8758 2001-11-29 Pavel Janík <Pavel@Janik.cz>
8711 8759
8712 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 8760 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
8713 8761
8714 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes. 8762 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
8715 8763
8849 2001-11-26 Sam Steingold <sds@gnu.org> 8897 2001-11-26 Sam Steingold <sds@gnu.org>
8850 8898
8851 * frame.el (show-trailing-whitespace): Remove :set argument (the 8899 * frame.el (show-trailing-whitespace): Remove :set argument (the
8852 value was essentially identical to the defalt). 8900 value was essentially identical to the defalt).
8853 8901
8854 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8902 2001-11-26 Pavel Janík <Pavel@Janik.cz>
8855 8903
8856 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 8904 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
8857 8905
8858 * icomplete.el (icomplete-minibuffer-setup): Likewise. 8906 * icomplete.el (icomplete-minibuffer-setup): Likewise.
8859 8907
8913 8961
8914 * window.el (save-selected-window): No error if saved window is dead. 8962 * window.el (save-selected-window): No error if saved window is dead.
8915 8963
8916 * help-funs.el (describe-syntax): Put (interactive) after doc string. 8964 * help-funs.el (describe-syntax): Put (interactive) after doc string.
8917 8965
8918 2001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> 8966 2001-11-26 Pavel Janík <Pavel@Janik.cz>
8919 8967
8920 * international/quail.el (quail-help): Require help-mode in 8968 * international/quail.el (quail-help): Require help-mode in
8921 top-level instead. 8969 top-level instead.
8922 8970
8923 * iswitchb.el (iswitchb-exhibit): Use insert instead of 8971 * iswitchb.el (iswitchb-exhibit): Use insert instead of
8984 Define each button type with its own explicit define-button-type. 9032 Define each button type with its own explicit define-button-type.
8985 9033
8986 * language/devan-util.el: Comment out parts of the file 9034 * language/devan-util.el: Comment out parts of the file
8987 which apparently are garbled. 9035 which apparently are garbled.
8988 9036
8989 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9037 2001-11-25 Pavel Janík <Pavel@Janik.cz>
8990 9038
8991 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 9039 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
8992 insert-string. 9040 insert-string.
8993 9041
8994 2001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9042 2001-11-25 Pavel Janík <Pavel@Janik.cz>
8995 9043
8996 * play/snake.el (snake-mode): Remove make-local-hook. 9044 * play/snake.el (snake-mode): Remove make-local-hook.
8997 9045
8998 * play/tetris.el (tetris-mode): Likewise. 9046 * play/tetris.el (tetris-mode): Likewise.
8999 9047
9116 9164
9117 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode. 9165 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
9118 9166
9119 * international/encoded-kb.el: Don't alter minor-map-alist. 9167 * international/encoded-kb.el: Don't alter minor-map-alist.
9120 9168
9121 2001-11-20 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 9169 2001-11-20 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9122 9170
9123 * files.el (auto-save-file-name-transforms): Put remote files in 9171 * files.el (auto-save-file-name-transforms): Put remote files in
9124 temporary-file-directory rather than /tmp. 9172 temporary-file-directory rather than /tmp.
9125 9173
9126 2001-11-21 Colin Walters <walters@debian.org> 9174 2001-11-21 Colin Walters <walters@debian.org>
9474 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word 9522 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
9475 if it doesn't make sense as anything else. 9523 if it doesn't make sense as anything else.
9476 Don't recognize a "telephone number" at the beginning of the name. 9524 Don't recognize a "telephone number" at the beginning of the name.
9477 (mail-extr-leading-garbage): Match non-word characters only. 9525 (mail-extr-leading-garbage): Match non-word characters only.
9478 9526
9479 2001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9527 2001-11-16 Pavel Janík <Pavel@Janik.cz>
9480 9528
9481 * startup.el (command-line-processed): Doc fix. 9529 * startup.el (command-line-processed): Doc fix.
9482 9530
9483 * apropos.el (apropos-next-label-button): Doc fix. 9531 * apropos.el (apropos-next-label-button): Doc fix.
9484 9532
9502 9550
9503 * emacs-lisp/cl.el (values, values-list, multiple-value-list) 9551 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
9504 (multiple-value-apply, nth-value): Use defsubst rather than defalias 9552 (multiple-value-apply, nth-value): Use defsubst rather than defalias
9505 to get better doc strings. 9553 to get better doc strings.
9506 9554
9507 2001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9555 2001-11-15 Pavel Janík <Pavel@Janik.cz>
9508 9556
9509 * derived.el: Fix autoload cookie. 9557 * derived.el: Fix autoload cookie.
9510 9558
9511 2001-11-15 Richard M. Stallman <rms@gnu.org> 9559 2001-11-15 Richard M. Stallman <rms@gnu.org>
9512 9560
9697 (log-view-current-file): Do final `expand-file-name' in the 9745 (log-view-current-file): Do final `expand-file-name' in the
9698 current `default-directory'. 9746 current `default-directory'.
9699 (log-view-current-tag): Take an optional `where' arg. 9747 (log-view-current-tag): Take an optional `where' arg.
9700 (log-view-diff): New user command. 9748 (log-view-diff): New user command.
9701 9749
9702 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9750 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9703 9751
9704 * progmodes/cpp.el (cpp-choose-face): Fix typo. 9752 * progmodes/cpp.el (cpp-choose-face): Fix typo.
9705 9753
9706 2001-11-12 Sam Steingold <sds@gnu.org> 9754 2001-11-12 Sam Steingold <sds@gnu.org>
9707 9755
9737 `unread-command-char'. 9785 `unread-command-char'.
9738 9786
9739 * calc/calc-ext.el (calc-init-extensions): Update autoload names 9787 * calc/calc-ext.el (calc-init-extensions): Update autoload names
9740 to match files renamed on initial calc import. 9788 to match files renamed on initial calc import.
9741 9789
9742 2001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9790 2001-11-12 Pavel Janík <Pavel@Janik.cz>
9743 9791
9744 * textmodes/flyspell.el (flyspell-default-dictionary): 9792 * textmodes/flyspell.el (flyspell-default-dictionary):
9745 Fix previous change. 9793 Fix previous change.
9746 9794
9747 2001-11-12 Richard M. Stallman <rms@gnu.org> 9795 2001-11-12 Richard M. Stallman <rms@gnu.org>
9780 (clipboard-yank): Ditto. 9828 (clipboard-yank): Ditto.
9781 9829
9782 2001-11-11 Colin Walters <walters@verbum.org> 9830 2001-11-11 Colin Walters <walters@verbum.org>
9783 9831
9784 The following changes are based on patches from 9832 The following changes are based on patches from
9785 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro,A_(Bjohann 9833 Eli Zaretskii <eliz@is.elta.co.il>, Kai Großjohann
9786 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others. 9834 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
9787 9835
9788 * calc/calc.el (toplevel): Require calc-macs. 9836 * calc/calc.el (toplevel): Require calc-macs.
9789 (calc-minibuffer-size): New. 9837 (calc-minibuffer-size): New.
9790 (calcDigit-nondigit): Use it instead of `buffer-size'. 9838 (calcDigit-nondigit): Use it instead of `buffer-size'.
9849 9897
9850 * wid-edit.el (checklist): Removed `:menu-tag'. 9898 * wid-edit.el (checklist): Removed `:menu-tag'.
9851 (radio-button-choice): Ditto. 9899 (radio-button-choice): Ditto.
9852 (editable-list): Ditto. 9900 (editable-list): Ditto.
9853 9901
9854 2001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz> 9902 2001-11-09 Pavel Janík <Pavel@Janik.cz>
9855 9903
9856 * play/gomoku.el: Move definitions of constants to the beginning 9904 * play/gomoku.el: Move definitions of constants to the beginning
9857 of file, before their use. 9905 of file, before their use.
9858 9906
9859 2001-11-09 Richard M. Stallman <rms@gnu.org> 9907 2001-11-09 Richard M. Stallman <rms@gnu.org>
10125 10173
10126 * emacs-lisp/debug.el (debugger-make-xrefs): New function. 10174 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
10127 (debugger-setup-buffer): Call it. 10175 (debugger-setup-buffer): Call it.
10128 (debugger-mode-map): Bind RET and mouse-2. 10176 (debugger-mode-map): Bind RET and mouse-2.
10129 10177
10130 2001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz> 10178 2001-10-31 Pavel Janík <Pavel@Janik.cz>
10131 10179
10132 * startup.el: Document command line option --no-window-system 10180 * startup.el: Document command line option --no-window-system
10133 instead of --no-windows. 10181 instead of --no-windows.
10134 10182
10135 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> 10183 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
10268 10316
10269 * emacs-lisp/bytecomp.el (byte-recompile-directory): 10317 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10270 Report numbers of files skipped and failed too. 10318 Report numbers of files skipped and failed too.
10271 (byte-compile-file): Return 'no-byte-compile for skipped files. 10319 (byte-compile-file): Return 'no-byte-compile for skipped files.
10272 10320
10273 2001-10-29 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 10321 2001-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10274 10322
10275 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n' 10323 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
10276 and `M p'. 10324 and `M p'.
10277 10325
10278 2001-10-29 Gerd Moellmann <gerd@gnu.org> 10326 2001-10-29 Gerd Moellmann <gerd@gnu.org>
10618 2001-10-22 Gerd Moellmann <gerd@gnu.org> 10666 2001-10-22 Gerd Moellmann <gerd@gnu.org>
10619 10667
10620 * progmodes/compile.el (compilation-set-window-height): 10668 * progmodes/compile.el (compilation-set-window-height):
10621 Select old window only if it's still live. 10669 Select old window only if it's still live.
10622 10670
10623 2001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz> 10671 2001-10-22 Pavel Janík <Pavel@Janik.cz>
10624 10672
10625 * help-mode.el (help-buffer): Remove debugging code. 10673 * help-mode.el (help-buffer): Remove debugging code.
10626 From Stefan Monnier <monnier@cs.yale.edu>. 10674 From Stefan Monnier <monnier@cs.yale.edu>.
10627 10675
10628 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 10676 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>