aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog141
-rw-r--r--lisp/wid-edit.el18
2 files changed, 84 insertions, 75 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 85076fd7f40..cbef856ef40 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-04-15 Miles Bader <miles@gnu.org>
2
3 * faces.el (highlight): Force foreground to be black on a tty, so
4 this face is readable on a dark-background tty.
5 * wid-edit.el (widget-field-face, widget-single-line-field-face):
6 Likewise.
7
12002-04-14 Kim F. Storm <storm@cua.dk> 82002-04-14 Kim F. Storm <storm@cua.dk>
2 9
3 * simple.el (pop-to-mark-command, push-mark-command): New commands. 10 * simple.el (pop-to-mark-command, push-mark-command): New commands.
@@ -11,7 +18,7 @@
11 (exchange-point-and-mark): Temporarily enable transient-mark-mode 18 (exchange-point-and-mark): Temporarily enable transient-mark-mode
12 if prefix arg. 19 if prefix arg.
13 20
142002-04-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 212002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
15 22
16 * speedbar.el (speedbar-tag-hierarchy-method) 23 * speedbar.el (speedbar-tag-hierarchy-method)
17 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes. 24 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
@@ -21,7 +28,7 @@
21 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at 28 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
22 beginning of buffer. 29 beginning of buffer.
23 30
242002-04-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 312002-04-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
25 32
26 * speedbar.el (speedbar-generic-item-info) 33 * speedbar.el (speedbar-generic-item-info)
27 (speedbar-sort-tags): Doc fix. 34 (speedbar-sort-tags): Doc fix.
@@ -51,7 +58,7 @@
51 (gamegrid-add-score): Just dispatch on `system-type' to one of the 58 (gamegrid-add-score): Just dispatch on `system-type' to one of the
52 previous two functions. 59 previous two functions.
53 60
542002-04-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 612002-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
55 62
56 * iswitchb.el: Update commentary to include new function 63 * iswitchb.el: Update commentary to include new function
57 iswitchb-exclude-nonmatching. 64 iswitchb-exclude-nonmatching.
@@ -117,7 +124,7 @@
117 (fill-region-as-paragraph): Compare to `to' rather than eobp. 124 (fill-region-as-paragraph): Compare to `to' rather than eobp.
118 (fill-paragraph): Don't rebind fill-paragraph-function. 125 (fill-paragraph): Don't rebind fill-paragraph-function.
119 126
1202002-04-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 1272002-04-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
121 128
122 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search. 129 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
123 130
@@ -235,7 +242,7 @@
235 Use sgml-parse-tag-backward to find start point. 242 Use sgml-parse-tag-backward to find start point.
236 (sgml-looking-back-at): Doc fix. 243 (sgml-looking-back-at): Doc fix.
237 244
2382002-04-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2452002-04-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
239 246
240 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face 247 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
241 for prompt. 248 for prompt.
@@ -284,7 +291,7 @@
284 * vc-cvs.el (vc-cvs-valid-version-number-p): New function. 291 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
285 (vc-cvs-checkin): Use it. 292 (vc-cvs-checkin): Use it.
286 293
2872002-04-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 2942002-04-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
288 295
289 * files.el (display-time-string): Fix last change. 296 * files.el (display-time-string): Fix last change.
290 297
@@ -299,7 +306,7 @@
299 default-process-coding-system. 306 default-process-coding-system.
300 (coding-system-change-text-conversion): Fix case where CODING is nil. 307 (coding-system-change-text-conversion): Fix case where CODING is nil.
301 308
3022002-04-07 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3092002-04-07 Pavel Jan,Am(Bk <Pavel@Janik.cz>
303 310
304 * subr.el (play-sound): Move here from simple.el. 311 * subr.el (play-sound): Move here from simple.el.
305 312
@@ -326,7 +333,7 @@
326 333
327 * textmodes/xml-lite.el: Remove. 334 * textmodes/xml-lite.el: Remove.
328 335
3292002-04-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 3362002-04-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
330 337
331 * simple.el (play-sound): New function (uses play-sound-internal). 338 * simple.el (play-sound): New function (uses play-sound-internal).
332 339
@@ -418,7 +425,7 @@
418 (sgml-parse-tag-backward): Extend support for CDATA to include 425 (sgml-parse-tag-backward): Extend support for CDATA to include
419 conditional sections. 426 conditional sections.
420 427
4212002-04-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 4282002-04-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
422 429
423 * cus-start.el: Rename `autoselect-window' to 430 * cus-start.el: Rename `autoselect-window' to
424 `mouse-autoselect-window'. 431 `mouse-autoselect-window'.
@@ -502,7 +509,7 @@
502 (inferior-tcl-mode): Doc fix. 509 (inferior-tcl-mode): Doc fix.
503 Change not legally significant. 510 Change not legally significant.
504 511
5052002-04-01 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 5122002-04-01 Pavel Jan,Am(Bk <Pavel@Janik.cz>
506 513
507 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'. 514 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
508 515
@@ -703,7 +710,7 @@
703 for comments. 710 for comments.
704 (xml-lite-in-string-p): Simplify. 711 (xml-lite-in-string-p): Simplify.
705 712
7062002-03-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 7132002-03-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
707 714
708 * allout.el (outline-layout): Doc fix. 715 * allout.el (outline-layout): Doc fix.
709 716
@@ -771,7 +778,7 @@
771 778
772 * subr.el (substring-no-properties): Function deleted (now in C). 779 * subr.el (substring-no-properties): Function deleted (now in C).
773 780
7742002-03-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 7812002-03-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
775 782
776 * mwheel.el (mouse-wheel-mode): Use global-set-key and 783 * mwheel.el (mouse-wheel-mode): Use global-set-key and
777 global-unset-key. 784 global-unset-key.
@@ -812,7 +819,7 @@
812 fore- and background colors of the faces we create, since facemenu 819 fore- and background colors of the faces we create, since facemenu
813 doesn't. 820 doesn't.
814 821
8152002-03-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8222002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz>
816 823
817 * mwheel.el (mouse-wheel-mode): Use the result of 824 * mwheel.el (mouse-wheel-mode): Use the result of
818 current-global-map instead of the variable `global-map'. 825 current-global-map instead of the variable `global-map'.
@@ -867,7 +874,7 @@
867 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter 874 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
868 directions as the last action. 875 directions as the last action.
869 876
8702002-03-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 8772002-03-21 Pavel Jan,Am(Bk <Pavel@Janik.cz>
871 878
872 * startup.el (fancy-splash-tail, normal-splash-screen): 879 * startup.el (fancy-splash-tail, normal-splash-screen):
873 Update copyright. 880 Update copyright.
@@ -1056,7 +1063,7 @@
1056 <top-level>: Remove the setup for all known codepages: it seems 1063 <top-level>: Remove the setup for all known codepages: it seems
1057 to cause crashes in the CCL driver. 1064 to cause crashes in the CCL driver.
1058 1065
10592002-03-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10662002-03-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1060 1067
1061 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries) 1068 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
1062 (bibtex-entry-field-alist): Doc fix. 1069 (bibtex-entry-field-alist): Doc fix.
@@ -1074,7 +1081,7 @@
1074 * files.el (load-completion): New function. 1081 * files.el (load-completion): New function.
1075 (load-library): Use it. 1082 (load-library): Use it.
1076 1083
10772002-03-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 10842002-03-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1078 1085
1079 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt 1086 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
1080 to match the actual code. 1087 to match the actual code.
@@ -1217,7 +1224,7 @@
1217 1224
1218 * comint.el: Remove documentation on setting up pcomplete. 1225 * comint.el: Remove documentation on setting up pcomplete.
1219 1226
12202002-03-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12272002-03-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1221 1228
1222 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate 1229 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
1223 item. Doc fix. 1230 item. Doc fix.
@@ -1337,7 +1344,7 @@
1337 (hif-conditional): New function to evaluate a conditional 1344 (hif-conditional): New function to evaluate a conditional
1338 expression. 1345 expression.
1339 1346
13402002-03-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 13472002-03-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1341 1348
1342 * language/czech.el ("Czech"): Fix the documentation. 1349 * language/czech.el ("Czech"): Fix the documentation.
1343 1350
@@ -1400,7 +1407,7 @@
1400 (mode-line-inactive, header-line): Move the `t' section to the 1407 (mode-line-inactive, header-line): Move the `t' section to the
1401 beginning so the `:inherit' setting can be shared. 1408 beginning so the `:inherit' setting can be shared.
1402 1409
14032002-03-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 14102002-03-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1404 1411
1405 * net/snmp-mode.el: Require tempo when compiling to prevent 1412 * net/snmp-mode.el: Require tempo when compiling to prevent
1406 warnings. Update copyright notice. 1413 warnings. Update copyright notice.
@@ -1521,7 +1528,7 @@
1521 * font-lock.el (java-font-lock-extra-types): 1528 * font-lock.el (java-font-lock-extra-types):
1522 Match java.net.URL, etc. 1529 Match java.net.URL, etc.
1523 1530
15242002-02-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 15312002-02-28 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1525 1532
1526 * hexl.el (hexl-options): Doc fix. 1533 * hexl.el (hexl-options): Doc fix.
1527 Update Commentary section. 1534 Update Commentary section.
@@ -1801,7 +1808,7 @@
1801 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more 1808 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
1802 natural paragraph boundaries. Don't fail at beginning of buffer. 1809 natural paragraph boundaries. Don't fail at beginning of buffer.
1803 1810
18042002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 18112002-02-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1805 1812
1806 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 1813 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
1807 call the argument "arg" to match plain next-line and 1814 call the argument "arg" to match plain next-line and
@@ -1905,7 +1912,7 @@
1905 * cus-start.el: Add automatic-hscroll-margin and 1912 * cus-start.el: Add automatic-hscroll-margin and
1906 automatic-hscroll-step. 1913 automatic-hscroll-step.
1907 1914
19082002-02-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 19152002-02-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
1909 1916
1910 * cus-start.el (x-autoselect-window): Allow customization. 1917 * cus-start.el (x-autoselect-window): Allow customization.
1911 1918
@@ -2125,7 +2132,7 @@
2125 * cus-start.el: Don't warn about "x-*" symbols when building a 2132 * cus-start.el: Don't warn about "x-*" symbols when building a
2126 non-GUI version. 2133 non-GUI version.
2127 2134
21282002-02-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 21352002-02-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2129 2136
2130 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke): 2137 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
2131 Doc fix. 2138 Doc fix.
@@ -2150,7 +2157,7 @@
2150 (dump-charsets, dump-codings): Deleted (obsolete). 2157 (dump-charsets, dump-codings): Deleted (obsolete).
2151 From Dave Love <fx@gnu.org>. 2158 From Dave Love <fx@gnu.org>.
2152 2159
21532002-02-10 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 21602002-02-10 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2154 2161
2155 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling. 2162 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
2156 2163
@@ -2173,7 +2180,7 @@
2173 2180
2174 * ediff.el: Typo in comment. 2181 * ediff.el: Typo in comment.
2175 2182
21762002-02-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 21832002-02-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2177 2184
2178 * menu-bar.el (menu-bar-options-save): Take care of 2185 * menu-bar.el (menu-bar-options-save): Take care of
2179 line-number-mode and column-number-mode variables. 2186 line-number-mode and column-number-mode variables.
@@ -2250,7 +2257,7 @@
2250 * subr.el (global-set-key, local-set-key): Accept a symbol for the 2257 * subr.el (global-set-key, local-set-key): Accept a symbol for the
2251 KEY argument (like define-key). 2258 KEY argument (like define-key).
2252 2259
22532002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 22602002-02-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2254 2261
2255 * textmodes/flyspell.el (flyspell-insert-function): Doc fix. 2262 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
2256 2263
@@ -2331,7 +2338,7 @@
2331 * cus-edit.el (customize-mark-to-save): New function. 2338 * cus-edit.el (customize-mark-to-save): New function.
2332 * menu-bar.el (menu-bar-options-save): Rewrote. 2339 * menu-bar.el (menu-bar-options-save): Rewrote.
2333 2340
23342002-02-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23412002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2335 2342
2336 * cus-start.el (x-use-underline-position-properties): 2343 * cus-start.el (x-use-underline-position-properties):
2337 Allow customization. 2344 Allow customization.
@@ -2364,11 +2371,11 @@
2364 * window.el (save-selected-window): Move macro before first use. 2371 * window.el (save-selected-window): Move macro before first use.
2365 (balance-windows): Fix misplaced parenthesis. 2372 (balance-windows): Fix misplaced parenthesis.
2366 2373
23672002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23742002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2368 2375
2369 * calculator.el (calculator-displayers): Doc fixes. 2376 * calculator.el (calculator-displayers): Doc fixes.
2370 2377
23712002-02-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 23782002-02-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2372 2379
2373 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip. 2380 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
2374 (menu-bar-options-save): Save also the value of `display-time-mode'. 2381 (menu-bar-options-save): Save also the value of `display-time-mode'.
@@ -2407,7 +2414,7 @@
2407 looking for X-Coding-System header, and restore the pruned state 2414 looking for X-Coding-System header, and restore the pruned state
2408 before returning. 2415 before returning.
2409 2416
24102002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 24172002-02-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2411 2418
2412 * cus-edit.el (customize-save-variable): Fix typo in prompt. 2419 * cus-edit.el (customize-save-variable): Fix typo in prompt.
2413 2420
@@ -2496,7 +2503,7 @@
2496 * emulation/pc-select.el (pc-select-save-and-set-mode): 2503 * emulation/pc-select.el (pc-select-save-and-set-mode):
2497 Properly use MODE-VAR. 2504 Properly use MODE-VAR.
2498 2505
24992002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25062002-01-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2500 2507
2501 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs 2508 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
2502 Version" to "About Emacs". 2509 Version" to "About Emacs".
@@ -2513,7 +2520,7 @@
2513 2520
2514 * calendar/calendar.el (generate-calendar-month): Doc fix. 2521 * calendar/calendar.el (generate-calendar-month): Doc fix.
2515 2522
25162002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 25232002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2517 2524
2518 * time.el (display-time-mail-directory): New option. 2525 * time.el (display-time-mail-directory): New option.
2519 (display-time-mail-function): Update doc-string. 2526 (display-time-mail-function): Update doc-string.
@@ -2728,7 +2735,7 @@
2728 with `byte-compile-dynamic'. 2735 with `byte-compile-dynamic'.
2729 (ibuffer-default-directory, toplevel): Doc files. 2736 (ibuffer-default-directory, toplevel): Doc files.
2730 2737
27312002-01-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 27382002-01-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2732 2739
2733 * tempo.el (tempo-define-template): Doc fix. 2740 * tempo.el (tempo-define-template): Doc fix.
2734 2741
@@ -2745,7 +2752,7 @@
2745 2752
2746 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts. 2753 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
2747 2754
27482002-01-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 27552002-01-19 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2749 2756
2750 * language/tibet-util.el (tibetan-decompose-region) 2757 * language/tibet-util.el (tibetan-decompose-region)
2751 (tibetan-decompose-string): Fix typo in docstring. 2758 (tibetan-decompose-string): Fix typo in docstring.
@@ -2837,7 +2844,7 @@
2837 2844
2838 * mail/feedmail.el (feedmail): Fix :link spec. 2845 * mail/feedmail.el (feedmail): Fix :link spec.
2839 2846
28402002-01-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 28472002-01-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2841 2848
2842 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version 2849 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
2843 2 ldapsearch. 2850 2 ldapsearch.
@@ -2955,7 +2962,7 @@
2955 (comint-send-input): New arg NO-NEWLINE. 2962 (comint-send-input): New arg NO-NEWLINE.
2956 (comint-send-eof): Call comint-send-eof with NO-NEWLINE. 2963 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
2957 2964
29582002-01-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 29652002-01-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
2959 2966
2960 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent 2967 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2961 delaying when executing keyboard macros. 2968 delaying when executing keyboard macros.
@@ -3040,7 +3047,7 @@
3040 3047
3041 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 3048 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
3042 3049
30432002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 30502002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3044 3051
3045 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): 3052 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
3046 Do not use make-local-hook. 3053 Do not use make-local-hook.
@@ -3056,7 +3063,7 @@
3056 3063
3057 * ediff-hook.el: Add an autoload cookie. 3064 * ediff-hook.el: Add an autoload cookie.
3058 3065
30592002-01-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 30662002-01-08 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3060 3067
3061 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail 3068 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
3062 address of the author. 3069 address of the author.
@@ -3168,7 +3175,7 @@
3168 * help-fns.el (describe-variable, describe-function): 3175 * help-fns.el (describe-variable, describe-function):
3169 Do save-excursion. 3176 Do save-excursion.
3170 3177
31712002-01-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 31782002-01-06 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3172 3179
3173 * net/ldap.el (ldap-search-internal): Skip error message from 3180 * net/ldap.el (ldap-search-internal): Skip error message from
3174 ldapsearch. Allow listing attribute names only. Do not open 3181 ldapsearch. Allow listing attribute names only. Do not open
@@ -3192,7 +3199,7 @@
3192 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use 3199 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
3193 proper attribute name labeledUri instead of deprecated labeledUrl. 3200 proper attribute name labeledUri instead of deprecated labeledUrl.
3194 3201
31952002-01-05 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 32022002-01-05 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3196 3203
3197 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when 3204 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
3198 editing an empty hotlist. 3205 editing an empty hotlist.
@@ -3254,7 +3261,7 @@
3254 3261
3255 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix. 3262 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
3256 3263
32572002-01-04 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 32642002-01-04 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3258 3265
3259 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated 3266 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
3260 entry. 3267 entry.
@@ -3285,7 +3292,7 @@
3285 does not exist, call mail-recover-1 to allow recovery from past 3292 does not exist, call mail-recover-1 to allow recovery from past
3286 auto-saved drafts. 3293 auto-saved drafts.
3287 3294
32882002-01-03 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 32952002-01-03 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3289 3296
3290 * time.el (display-time-load-average-threshold): Fix defcustom 3297 * time.el (display-time-load-average-threshold): Fix defcustom
3291 (add type and group). 3298 (add type and group).
@@ -3404,7 +3411,7 @@
3404 * bindings.el (function-key-map): Don't bind shifted keypad 3411 * bindings.el (function-key-map): Don't bind shifted keypad
3405 numeric keys. 3412 numeric keys.
3406 3413
34072002-01-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 34142002-01-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3408 3415
3409 * enriched.el (enriched-handle-display-prop): Remove unused 3416 * enriched.el (enriched-handle-display-prop): Remove unused
3410 variables. 3417 variables.
@@ -3441,7 +3448,7 @@
3441 * cus-edit.el (custom-face-edit-fix-value): New function. 3448 * cus-edit.el (custom-face-edit-fix-value): New function.
3442 (custom-face-edit): Use it, to convert :italic and :bold to new forms. 3449 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
3443 3450
34442001-12-30 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 34512001-12-30 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3445 3452
3446 * progmodes/octave-mod.el (octave-abbrev-table): 3453 * progmodes/octave-mod.el (octave-abbrev-table):
3447 * progmodes/idlwave.el (idlwave-mode-abbrev-table): 3454 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
@@ -3571,7 +3578,7 @@
3571 3578
3572 * international/fontset.el: Don't require ind-util when compiling. 3579 * international/fontset.el: Don't require ind-util when compiling.
3573 3580
35742001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35812001-12-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3575 3582
3576 * emulation/tpu-edt.el (tpu-reset-screen-size): Use 3583 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
3577 set-frame-height and set-frame-width instead of set-screen-height 3584 set-frame-height and set-frame-width instead of set-screen-height
@@ -3659,7 +3666,7 @@
3659 * play/yow.el (yow): Use an arg to distinguish interactive calls, 3666 * play/yow.el (yow): Use an arg to distinguish interactive calls,
3660 not interactive-p. 3667 not interactive-p.
3661 3668
36622001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 36692001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3663 3670
3664 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove 3671 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
3665 mocklisp entries. 3672 mocklisp entries.
@@ -3686,7 +3693,7 @@
3686 * textmodes/refill.el (refill-mode): Don't barf when redundantly 3693 * textmodes/refill.el (refill-mode): Don't barf when redundantly
3687 turning refill-mode off. 3694 turning refill-mode off.
3688 3695
36892001-12-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 36962001-12-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3690 3697
3691 * time.el (display-time-load-average-threshold): New variable. 3698 * time.el (display-time-load-average-threshold): New variable.
3692 (display-time-update): Use it. 3699 (display-time-update): Use it.
@@ -3829,7 +3836,7 @@
3829 print-coding-system-briefly): Make printed output have a similar 3836 print-coding-system-briefly): Make printed output have a similar
3830 format as describe-character-set. 3837 format as describe-character-set.
3831 3838
38322001-12-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 38392001-12-20 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3833 3840
3834 * play/blackbox.el (bb-member): Remove, use member instead. 3841 * play/blackbox.el (bb-member): Remove, use member instead.
3835 (bb-delete): Remove, use delete instead. 3842 (bb-delete): Remove, use delete instead.
@@ -3863,7 +3870,7 @@
3863 3870
3864 * international/fontset.el: Require `ind-util' when compiling. 3871 * international/fontset.el: Require `ind-util' when compiling.
3865 3872
38662001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 38732001-12-18 Pavel Jan,Am(Bk <Pavel@Janik.cz>
3867 3874
3868 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string 3875 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
3869 instead of decompose-composite-char. 3876 instead of decompose-composite-char.
@@ -4081,7 +4088,7 @@
4081 4088
4082 * newcomment.el (comment-indent): Jump to the middle of empty comments. 4089 * newcomment.el (comment-indent): Jump to the middle of empty comments.
4083 4090
40842001-12-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 40912001-12-14 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4085 4092
4086 * select.el (xselect-convert-to-class, xselect-convert-to-name): 4093 * select.el (xselect-convert-to-class, xselect-convert-to-name):
4087 Document. 4094 Document.
@@ -4129,7 +4136,7 @@
4129 * international/mule.el (set-auto-coding): Don't search for 4136 * international/mule.el (set-auto-coding): Don't search for
4130 "unibyte:" or "coding:" if set-auto-mode-1 returns nil. 4137 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
4131 4138
41322001-12-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 41392001-12-13 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4133 4140
4134 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook. 4141 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
4135 4142
@@ -4185,7 +4192,7 @@
4185 * language/european.el: Remove autoload cookies. Fix registration 4192 * language/european.el: Remove autoload cookies. Fix registration
4186 of diacritic composition function. 4193 of diacritic composition function.
4187 4194
41882001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 41952001-12-11 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4189 4196
4190 * calendar/todo-mode.el: Require time-stamp. 4197 * calendar/todo-mode.el: Require time-stamp.
4191 4198
@@ -4242,7 +4249,7 @@
4242 Use `select-frame-set-input-focus'--needed when window manager 4249 Use `select-frame-set-input-focus'--needed when window manager
4243 uses "click to focus" policy. 4250 uses "click to focus" policy.
4244 4251
42452001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 42522001-12-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4246 4253
4247 * COPYING: Moved back. 4254 * COPYING: Moved back.
4248 4255
@@ -4391,7 +4398,7 @@
4391 * textmodes/picture.el (picture-mode-map): Don't use defconst 4398 * textmodes/picture.el (picture-mode-map): Don't use defconst
4392 for a variable. 4399 for a variable.
4393 4400
43942001-12-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 44012001-12-02 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4395 4402
4396 * textmodes/reftex-index.el (reftex-index-mode): 4403 * textmodes/reftex-index.el (reftex-index-mode):
4397 Remove make-local-hook. 4404 Remove make-local-hook.
@@ -4515,7 +4522,7 @@
4515 (Info-index): Use it. Add completion to the interactive spec. 4522 (Info-index): Use it. Add completion to the interactive spec.
4516 (Info-menu-update): Simplify call to `Info-complete-menu-item'. 4523 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
4517 4524
45182001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 45252001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4519 4526
4520 * COPYING: Removed. 4527 * COPYING: Removed.
4521 4528
@@ -4532,7 +4539,7 @@
4532 (register-char-codings): Use it to cope with generic chars in 4539 (register-char-codings): Use it to cope with generic chars in
4533 safe-chars. 4540 safe-chars.
4534 4541
45352001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 45422001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4536 4543
4537 * play/blackbox.el (blackbox-mode, blackbox): Doc fix. 4544 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
4538 4545
@@ -4676,7 +4683,7 @@
4676 * frame.el (show-trailing-whitespace): Remove :set argument (the 4683 * frame.el (show-trailing-whitespace): Remove :set argument (the
4677 value was essentially identical to the defalt). 4684 value was essentially identical to the defalt).
4678 4685
46792001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 46862001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4680 4687
4681 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook. 4688 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
4682 4689
@@ -4740,7 +4747,7 @@
4740 4747
4741 * help-funs.el (describe-syntax): Put (interactive) after doc string. 4748 * help-funs.el (describe-syntax): Put (interactive) after doc string.
4742 4749
47432001-11-26 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 47502001-11-26 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4744 4751
4745 * international/quail.el (quail-help): Require help-mode in 4752 * international/quail.el (quail-help): Require help-mode in
4746 top-level instead. 4753 top-level instead.
@@ -4811,12 +4818,12 @@
4811 * language/devan-util.el: Comment out parts of the file 4818 * language/devan-util.el: Comment out parts of the file
4812 which apparently are garbled. 4819 which apparently are garbled.
4813 4820
48142001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 48212001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4815 4822
4816 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use 4823 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
4817 insert-string. 4824 insert-string.
4818 4825
48192001-11-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 48262001-11-25 Pavel Jan,Am(Bk <Pavel@Janik.cz>
4820 4827
4821 * play/snake.el (snake-mode): Remove make-local-hook. 4828 * play/snake.el (snake-mode): Remove make-local-hook.
4822 4829
@@ -5301,7 +5308,7 @@
5301 Don't recognize a "telephone number" at the beginning of the name. 5308 Don't recognize a "telephone number" at the beginning of the name.
5302 (mail-extr-leading-garbage): Match non-word characters only. 5309 (mail-extr-leading-garbage): Match non-word characters only.
5303 5310
53042001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 53112001-11-16 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5305 5312
5306 * startup.el (command-line-processed): Doc fix. 5313 * startup.el (command-line-processed): Doc fix.
5307 5314
@@ -5329,7 +5336,7 @@
5329 (multiple-value-apply, nth-value): Use defsubst rather than defalias 5336 (multiple-value-apply, nth-value): Use defsubst rather than defalias
5330 to get better doc strings. 5337 to get better doc strings.
5331 5338
53322001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 53392001-11-15 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5333 5340
5334 * derived.el: Fix autoload cookie. 5341 * derived.el: Fix autoload cookie.
5335 5342
@@ -5524,7 +5531,7 @@
5524 (log-view-current-tag): Take an optional `where' arg. 5531 (log-view-current-tag): Take an optional `where' arg.
5525 (log-view-diff): New user command. 5532 (log-view-diff): New user command.
5526 5533
55272001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 55342001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5528 5535
5529 * progmodes/cpp.el (cpp-choose-face): Fix typo. 5536 * progmodes/cpp.el (cpp-choose-face): Fix typo.
5530 5537
@@ -5564,7 +5571,7 @@
5564 * calc/calc-ext.el (calc-init-extensions): Update autoload names 5571 * calc/calc-ext.el (calc-init-extensions): Update autoload names
5565 to match files renamed on initial calc import. 5572 to match files renamed on initial calc import.
5566 5573
55672001-11-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 55742001-11-12 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5568 5575
5569 * textmodes/flyspell.el (flyspell-default-dictionary): 5576 * textmodes/flyspell.el (flyspell-default-dictionary):
5570 Fix previous change. 5577 Fix previous change.
@@ -5676,7 +5683,7 @@
5676 (radio-button-choice): Ditto. 5683 (radio-button-choice): Ditto.
5677 (editable-list): Ditto. 5684 (editable-list): Ditto.
5678 5685
56792001-11-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 56862001-11-09 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5680 5687
5681 * play/gomoku.el: Move definitions of constants to the beginning 5688 * play/gomoku.el: Move definitions of constants to the beginning
5682 of file, before their use. 5689 of file, before their use.
@@ -5952,7 +5959,7 @@
5952 (debugger-setup-buffer): Call it. 5959 (debugger-setup-buffer): Call it.
5953 (debugger-mode-map): Bind RET and mouse-2. 5960 (debugger-mode-map): Bind RET and mouse-2.
5954 5961
59552001-10-31 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 59622001-10-31 Pavel Jan,Am(Bk <Pavel@Janik.cz>
5956 5963
5957 * startup.el: Document command line option --no-window-system 5964 * startup.el: Document command line option --no-window-system
5958 instead of --no-windows. 5965 instead of --no-windows.
@@ -6445,7 +6452,7 @@
6445 * progmodes/compile.el (compilation-set-window-height): 6452 * progmodes/compile.el (compilation-set-window-height):
6446 Select old window only if it's still live. 6453 Select old window only if it's still live.
6447 6454
64482001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 64552001-10-22 Pavel Jan,Am(Bk <Pavel@Janik.cz>
6449 6456
6450 * help-mode.el (help-buffer): Remove debugging code. 6457 * help-mode.el (help-buffer): Remove debugging code.
6451 From Stefan Monnier <monnier@cs.yale.edu>. 6458 From Stefan Monnier <monnier@cs.yale.edu>.
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index ba4ce1131a3..2079a901427 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -124,28 +124,30 @@ This exists as a variable so it can be set locally in certain buffers.")
124;; the gray colors defined for other displays cause black text on a black 124;; the gray colors defined for other displays cause black text on a black
125;; background, at least on light-background TTYs. 125;; background, at least on light-background TTYs.
126(defface widget-field-face '((((type tty)) 126(defface widget-field-face '((((type tty))
127 (:background "yellow3")) 127 :background "yellow3"
128 :foreground "black")
128 (((class grayscale color) 129 (((class grayscale color)
129 (background light)) 130 (background light))
130 (:background "gray85")) 131 :background "gray85")
131 (((class grayscale color) 132 (((class grayscale color)
132 (background dark)) 133 (background dark))
133 (:background "dim gray")) 134 :background "dim gray")
134 (t 135 (t
135 (:slant italic))) 136 :slant italic))
136 "Face used for editable fields." 137 "Face used for editable fields."
137 :group 'widget-faces) 138 :group 'widget-faces)
138 139
139(defface widget-single-line-field-face '((((type tty)) 140(defface widget-single-line-field-face '((((type tty))
140 (:background "green3")) 141 :background "green3"
142 :foreground "black")
141 (((class grayscale color) 143 (((class grayscale color)
142 (background light)) 144 (background light))
143 (:background "gray85")) 145 :background "gray85")
144 (((class grayscale color) 146 (((class grayscale color)
145 (background dark)) 147 (background dark))
146 (:background "dim gray")) 148 :background "dim gray")
147 (t 149 (t
148 (:slant italic))) 150 :slant italic))
149 "Face used for editable fields spanning only a single line." 151 "Face used for editable fields spanning only a single line."
150 :group 'widget-faces) 152 :group 'widget-faces)
151 153