*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ffdc0bca
DL
12002-06-12 Dave Love <fx@gnu.org>
2
3 * language/thai-util.el: Remove redundant unicodes in
4 category-setting.
5
6 * language/lao-util.el: Remove redundant unicodes in
7 category-setting.
8
9 * international/mule-conf.el (japanese-jisx0213-1)
10 (japanese-jisx0213-2): Add unify-map.
11
bec25acc
KH
122002-06-12 Kenichi Handa <handa@etl.go.jp>
13
14 * international/quail.el (quail-update-leim-list-file): Force
15 writing the file by iso-2022-7bit.
16
17 * international/titdic-cnv.el (miscdic-convert): Force writing the
18 file by iso-2022-7bit.
19
20 * international/mule.el (define-charset): Change the attribute
21 :parents to :subset or :superset.
22
23 * international/mule-conf.el: Adjusted for the change of
24 define-charset (:parent -> :subset or :superset).
25
26 * international/characters.el: Fix the last change.
27
af301c44
DL
282002-06-11 Dave Love <fx@gnu.org>
29
30 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
31 (cyrillic-encode-alternativnyj-char): Fixed.
32 (standard-display-cyrillic-translit): Remove redundant unicodes.
33
42344999
DL
342002-06-10 Dave Love <fx@gnu.org>
35
36 * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"): New
37 environments.
38
af301c44 39 * international/mule-conf.el (control-1): New charset.
42344999
DL
40 (eight-bit-control, eight-bit-graphic): Redefined to use raw-bytes
41 space.
42 (korean-ksc5601): Redefine to use code-offset and unify-map.
43
7da234ee
DL
442002-06-07 Dave Love <fx@gnu.org>
45
46 * international/mule-conf.el (tcvn-5712): New charset.
47
48 * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding
49 system.
50 ("Vietnamese"): Doc fix.
51
cfdeb447
DL
522002-06-06 Dave Love <fx@gnu.org>
53
54 * international/mule-conf.el (windows-936): New alias.
55
56 * cus-start.el: Add scalable-fonts-allowed.
57
58 * international/characters.el: Reinstate various CJK syntax and
59 category setup. Remove obsolete syntax setting in Greek section.
60 Optimize the char tables.
61
62 * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding
63 systems.
64
65 * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding
66 system.
67
68 * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
69 coding systems.
70
71 * language/romanian.el ("Romanian"): Add iso-latin-10 coding
72 system.
73
998f36ff
KH
742002-06-03 Kenichi Handa <handa@etl.go.jp>
75
76 * international/characters.el (printable-chars): Setup correctly.
77
c0bddacb
DL
782002-06-02 Dave Love <fx@gnu.org>
79
80 * cus-start.el: Add selection-coding-system.
81
82 * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding
83 systems.
84
85 * language/china-util.el (post-read-decode-hz)
86 (pre-write-encode-hz): Moved from chinese.el.
87 (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
88 (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Deleted.
89
90 * language/chinese.el (post-read-decode-hz)
91 (pre-write-encode-hz): Moved to china-util.el.
92
93 * case-table.el (set-case-syntax-pair): Test again for equal byte
94 lengths of the pair.
95
96 * international/characters.el: Add Vietnamese category to
97 equivalent unicodes.
98
6ba0a57d
DL
992002-05-31 Dave Love <fx@gnu.org>
100
f4fe7843
DL
101 * international/mule-conf.el (chinese-sisheng, ipa)
102 (indian-is13194, tibetan, ethiopic): Add :unify-map.
103
d2f613a0
DL
104 * international/mule-diag.el (describe-character-set): Account for
105 more than two dimensions of possibly different size.
f4fe7843 106 (describe-current-coding-system): Add selection-coding-system.
d2f613a0
DL
107
108 * international/mule-cmds.el (unify-8859-on-encoding-mode)
109 (unify-8859-on-decoding-mode): Moved from mule.el.
110
6ba0a57d
DL
111 * international/mule.el (unify-8859-on-encoding-mode)
112 (unify-8859-on-decoding-mode): Remove :init-value.
d2f613a0
DL
113 (charset-chars): Add optional dimension arg.
114 (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode): Moved
115 to mule-cmds.el.
6ba0a57d 116
3bf297da
KH
1172002-05-31 Kenichi Handa <handa@etl.go.jp>
118
119 * international/fontset.el: Change registry for japanese-jisx0208
120 to "JISX0208*" in the default fontset.
121 (font-encoding-alist): Add an entry for "JISX0208.1983" and
122 "ISO10646.indian-1".
123
1929453f
KH
1242002-05-30 Kenichi Handa <handa@etl.go.jp>
125
2ec49574
KH
126 * language/japanese.el (japanese-iso-7bit-1978-irv): Add
127 `designation' to :flags, `ascii' to :charset-list.
128
1929453f
KH
129 * international/mule.el (define-charset): New args :min-code and
130 :max-code.
2ec49574 131 (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
d40413a6
KH
132
133 * international/mule-conf.el (chinese-gbk): Change :code-offset to
134 #x160000.
135 (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp,
136 gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New
137 charsets.
138
b491fe89
DL
1392002-05-29 Dave Love <fx@gnu.org>
140
141 * language/thai.el (iso-8859-11): New coding system.
142
143 * international/mule-conf.el: Doc fixes.
144 (iso-8859-11): New.
145
1462002-05-28 Dave Love <fx@albion.dl.ac.uk>
147
148 * cus-start.el (scalable-fonts-allowed): Add.
149
a89c695e
DL
1502002-05-27 Dave Love <fx@gnu.org>
151
b491fe89
DL
152 * international/mule.el (unify-8859-on-encoding-mode)
153 (unify-8859-on-decoding-mode): Dummy versions.
154
155 * international/ucs-tables.el: Removed.
156
75b96b6e
DL
157 * Makefile.in (DONTCOMPILE): Add language/chinese.el,
158 language/japanese.el.
159
160 * international/mule-conf.el: Doc fixes.
161 (cp936): New alias.
162 (cp720, cp858): New charsets.
163
a89c695e
DL
164 * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
165 coding system, not emacs-mule.
166
167 * files.el (revert-buffer, recover-file): Likewise.
168
169 * desktop.el (desktop-save): Likewise.
170
d88a0654
DL
1712002-05-26 Dave Love <fx@gnu.org>
172
6ba0a57d 173 * international/mule.el (with-category-table): Use make-symbol.
e160cfd4
DL
174 (coding-system-list): Use coding-system-aliases.
175 (make-translation-table): Don't deal with generic characters.
176
6ba0a57d 177 * international/mule-util.el: (coding-system-post-read-conversion)
e160cfd4
DL
178 (coding-system-pre-write-conversion)
179 (coding-system-translation-table-for-decode)
180 (coding-system-translation-table-for-encode): Get the right
181 properties.
182 (with-coding-priority): New macro.
183 (detect-coding-with-language-environment): Use it.
184 (coding-system-equal): Use coding-system-plist.
185
186 * encoded-kb.el: (encoded-kbd-setup-keymap) <ccl>:
187 Use :valid property.
188
d88a0654
DL
189 * mule-cmds.el (encode-coding-char): Use
190 find-coding-systems-string. Don't use make-char.
e160cfd4
DL
191 (describe-language-environment): Use coding-system-aliases.
192 (prefer-coding-system): Doc fix.
d88a0654 193
e160cfd4
DL
194 * mule-diag.el (describe-current-coding-system): Fix aliases
195 listing.
d88a0654
DL
196 (print-iso-2022-flags): Deleted.
197 (print-designation): Partly re-written.
198 (describe-coding-system): Deal with iso-2022 designations, flags.
199 Fix shift_jis case.
200 (describe-char-after): Use characterp. Print explicit unicode.
201 Remove some obsolete code.
e160cfd4
DL
202 (print-coding-system-briefly): Fix printing aliases.
203 (print-coding-system): Use coding-system-aliases.
204 (mule-diag): Don't list coding categories.
d88a0654
DL
205
206 * mule-conf.el: Doc fixes. Remove redundant
207 :long-name properties. Re-order charset priorities.
208 (binary): New alias.
209 (iso-8859-16): Fix nickname.
210 (define-iso-single-byte-charset): Un-define after use.
211
76ed8f14
DL
2122002-05-26 Dave Love <fx@gnu.org>
213
214 * international/mule.el (coding-system-iso-2022-flags): Revert
215 last change.
216
08a2119c
DL
2172002-05-25 Dave Love <fx@gnu.org>
218
76ed8f14
DL
219 * international/characters.el: Additional double width
220 specifications.
221
08a2119c
DL
222 * international/mule-diag.el (print-coding-system): Incomplete
223 updates.
224 (Describe-character-set): List more properties.
225 (Print-fontset): Fix case of vector font-spec.
226 (describe-current-coding-system): Fix iso-7, iso-7-else.
227
228 * international/mule-conf.el (ibm866): Fix alias.
229 (iso-8859-16): Fix nickname.
230
231 * international/mule.el (coding-system-iso-2022-flags): Add
232 use-roman, use-oldjis.
233
d6afde6c
DL
2342002-05-23 Dave Love <fx@gnu.org>
235
236 * language/ind-util.el: Avoid decode-char.
237 (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
238 Use characterp, not char-valid-p.
239
240 * language/devan-util.el: Add coding tag, avoid decode-char.
241
242 * international/titdic-cnv.el: Add coding tag.
243 (tit-process-header): Add coding tag to output.
244
245 * language/thai.el (cp874, ibm874): New coding systems.
246
247 * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>: Add
248 character-p.
249
250 * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
251 (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437): New
252 coding systems.
253 <set-language-info-alist>: Avoid decode-char.
254
255 * language/hebrew.el (cp862, ibm862): New coding systems.
256
257 * language/greek.el (cp851, ibm851, cp869, ibm869): New coding
258 systems.
259
260 * language/cyrillic.el (cp855, ibm855): New coding systems.
261
262 * international/mule-conf.el: Avoid decode-char in top-level code
263 for self-inserting multibyte chars.
264 (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
265 (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874): New
266 charsets.
267
268 * international/characters.el: Various simplifications and
269 additions.
270
cf86bb7a
DL
2712002-05-22 Dave Love <fx@gnu.org>
272
8e6776e2
DL
273 * international/mule-conf.el (code-pages): Provide for
274 compatibility.
275
cf86bb7a
DL
276 * international/code-pages.el: Removed.
277
23d2f4d8
KH
2782002-05-22 Kenichi Handa <handa@etl.go.jp>
279
166cd587
KH
280 * Makefile.in: Cancel the 2002-05-17 change of mine.
281
23d2f4d8
KH
282 * international/fontset.el: Add setting for unicode font at the
283 end of the default fontset.
284
cf86bb7a
DL
2852002-05-21 Dave Love <fx@gnu.org>
286
287 * international/mule-conf.el (adobe-standard-encoding, symbol):
288 Adjust :code-space.
289 (ibm850): Add :ascii-compatible-p.
290
cd9c1e8f
KH
2912002-05-21 Kenichi Handa <handa@etl.go.jp>
292
293 * international/mule-conf.el (vietnamese-viscii-lower,
294 vietnamese-viscii-upper): Supply them :code-offset, then unify by
295 mapping table.
296
a37bcd8f
DL
2972002-05-20 Dave Love <fx@gnu.org>
298
299 * cus-start.el: Add charset-map-directory.
300
301 * international/fontset.el (font-encoding-alist): Add
302 adobe-symbol.
303
304 * format.el (format-alist): Remove ibm, mac, hp entries (available
305 natively).
306
307 * language/romanian.el (iso-latin-10): Add :mime-charset.
308 ("Romanian"): Add doc.
309
310 * international/mule-conf.el (iso-8859-10, symbol)
311 (adobe-standard-encoding, ibm850): New charsets.
312 (iso-8859-13): Fix IR number, final char.
313 (file-coding-system-alist): Add .xml.
314
315 * language/european.el (iso-latin-6, iso-8859-10, latin-6)
316 (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
317 (adobe-standard-encoding, cp850, ibm850): New coding systems.
318 ("Latin-6", "Latin-7"): New language environments.
319
c83b568e
DL
3202002-05-19 Dave Love <fx@gnu.org>
321
322 * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
323 utf-8-subst; add vietnamese, cyrillic, czech.
324
325 * language/romanian.el (iso-latin-10): New coding system.
326
327 * international/mule-conf.el (emacs-mule): Set :charset-list,
328 consistent with coding-system-charset-list doc.
329 (iso-8859-16): New charset.
330
331 * international/mule-diag.el (describe-coding-system): Avoid error
332 for iso-2022, emacs-mule.
333
205a973c
DL
3342002-05-17 Dave Love <fx@gnu.org>
335
14c75a19
DL
336 * international/codepage.el: Most of code removed or commented
337 out.
338 (codepage-setup): Re-written as trivial, obsolete function.
339
340 * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
341 Remove setup function.
342
343 * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
344
345 * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
346 language/cyrillic.el, language/czech.el.
347
348 * language/vietnamese.el (windows-1258, cp1258): New coding
349 systems.
350 (font-ccl-encoder-alist): Remove viscii, vscii.
351
352 * language/hebrew.el (windows-1255, cp1255): New coding systems.
353
354 * language/european.el (windows-1254, cp1254, windows-1257)
355 (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding
356 systems.
357 ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
14c75a19
DL
358
359 * language/greek.el (windows-1253, cp1253): New coding systems.
360
361 * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
362 file name.
363 (windows-1253, windows-1254, windows-1255, windows-1256)
364 (windows-1257, windows-1258, next): New charsets.
365
e76af442
DL
366 * international/utf-8.el, international/utf-8-subst.el: Removed.
367
368 * international/mule.el: Doc fixes.
369 (charset-list, generic-char-p, set-coding-priority): Make
370 obsolete.
371 (coding-system-get): Try to convert old-style symbol to keyword.
14c75a19
DL
372 (define-charset): Purecopy strings in property list.
373 (define-coding-system): Purecopy docstring.
e76af442 374
205a973c
DL
375 * international/mule-diag.el (list-character-sets-2): Avoid
376 charset-bytes.
377 (list-iso-charset-chars, list-non-iso-charset-chars): Deleted.
378 (list-block-of-chars): Re-written.
379 (describe-character-set): Show more properties.
380 (describe-char-after): Correct codepoint display.
381 (print-coding-system): Use symbolic types.
382
ea7f0686
KH
3832002-05-17 Kenichi Handa <handa@etl.go.jp>
384
385 * Makefile.in: Be sure also to run emacs with LANG=C.
386
b1603380
DL
3872002-05-16 Dave Love <fx@gnu.org>
388
389 * international/mule-diag.el: Doc fixes.
390 (sort-charset-list, charset-multibyte-form-string): Removed.
391 (list-character-sets, list-character-sets-1)
392 (list-character-sets-2): Re-written.
393 (non-iso-charset-alist): Set to nil and made obsolete.
394 (decode-codepage-char): Re-written and made obsolete.
205a973c 395 (read-charset): Don't use non-iso-charset-alist.
b1603380 396 (describe-coding-system): Use keyword properties.
205a973c
DL
397 (describe-character-set): Re-written.
398
b1603380
DL
399 * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
400 (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
401 (ebcdic-uk): New charsets.
402
403 * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125): New
404 coding systems.
405
406 * language/european.el (windows-1252): New coding system.
407
1cba5287
KH
4082002-05-16 Kenichi Handa <handa@etl.go.jp>
409
410 * Makefile.in: By sure to run emacs with LC_ALL=C.
411
412 * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
413 encoded-kbd-self-insert-iso2022-8bit with argument 1.
414 (encoded-kbd-self-insert-charset): New function.
415 (encoded-kbd-setup-keymap): Handle a coding-system of type
416 charset.
417 (encoded-kbd-mode): Likewise.
418
38b7e160
DL
4192002-05-15 Dave Love <fx@gnu.org>
420
421 * international/mule-cmds.el (set-locale-environment): Comment out
422 set-keyboard-coding-system stuff.
423
279b5494
KH
4242002-05-14 Kenichi Handa <handa@etl.go.jp>
425
426 * international/mule.el (define-coding-system): Docstring
427 fixed (sjis->shift-jis).
428
429 * international/mule-conf.el: Use decode-char instead of
430 make-char.
431
432 * international/encoded-kb.el
433 (encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly
434 call self-insert-command. This is a temporary workaround to
435 make it work with latin-1.
436 (encoded-kbd-mode): Change `sjis' to `shift-jis'.
437
438 * international/characters.el: Setup char-width-table for CJK
439 characters.
440
f182da9d
KH
4412002-05-15 Kenichi Handa <handa@etl.go.jp>
442
443 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
444 Fix the initial value to specify character range of
445 japanese-jisx0208, not unicode.
446
447 * international/characters.el: Set syntax/category for
448 japanese-jisx0208.
449
f15f44a9
DL
4502002-05-14 Dave Love <fx@gnu.org>
451
f616304d
DL
452 * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
453 mime-charset.
454
455 * language/vietnamese.el, language/korean.el, language/japanese.el:
456 * language/hebrew.el, language/greek.el, language/chinese.el:
457 Fix :mime-charset properties.
458
459 * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
460 (cyrillic-alternativnyj): Fix :mime-charset.
461 (cp878, cp866): New alias.
462
f15f44a9
DL
463 * language/european.el: Fix mime-charset properties.
464
465 * international/mule-cmds.el (sort-coding-systems)
466 (select-safe-coding-system, select-message-coding-system): Use
467 :mime-charset, not 'mime-charset.
468
469 * international/mule-conf.el (utf-8-emacs): Add various
470 :mime-charset properties.
471
602493a8
DL
4722002-05-13 Dave Love <fx@gnu.org>
473
356212fe
DL
474 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
475 getting decoder.
476 (encoded-kbd-mode): Fix code for coding system type and
477 designations.
478
602493a8
DL
479 * international/mule-conf.el: Speling fixes.
480
b2b3bb62
KH
4812002-05-13 Kenichi Handa <handa@etl.go.jp>
482
483 * international/fontset.el (fontset-plain-name): Handle the case
484 that size, weight, slant are not specified in the fontset name.
485
56b9c6d5
KH
4862002-05-10 Yong Lu <lyongu@asia-infonet.com>
487
488 * language/greek.el (greek-iso-8bit): Fix typo.
489
4902002-05-10 Kenichi Handa <handa@etl.go.jp>
491
492 * language/chinese.el (chinese-big5): Change :coding-type to
493 `charset'.
494
26dbea99
KH
4952002-05-09 Kenichi Handa <handa@etl.go.jp>
496
497 * international/characters.el: Change encoding to utf-8-emacs.
498 Remove apparent duplicate codes.
499
1a0c5ca9
KH
5002002-05-07 Kenichi Handa <handa@etl.go.jp>
501
502 * international/fontset.el: Change the registry for
503 chinese-gb2312 and add the registry for chinese-gbk.
504
505 * international/mule.el (charset-chars): Fix typo.
506
507 * international/mule-conf.el (chinese-gbk): New charset.
508
509 * international/titdic-cnv.el (titdic-convert): Read into a
510 unibyte buffer then make the buffer multibyte.
511
dd6d5c01
KH
5122002-03-07 Kenichi Handa <handa@etl.go.jp>
513
514 * international/mule-conf.el (utf-16-le): Use :bom attribute
515 instead of :signature.
516 (utf-16-be): Likewise.
517
3e4abc9e
KH
5182002-03-05 Kenichi Handa <handa@etl.go.jp>
519
520 * language/czech.el ("Czech"): Set `iso-8859-2' for
521 `nonascii-translation'.
522
523 * language/romanian.el ("Romanian"): Likewise.
524
525 * language/slovak.el ("Slovak"): Likewise.
78da4a93
KH
526
527 * international/characters.el: Optimize calls of
528 modify-category-entry.
529
6f337974
KH
5302002-03-01 Kenichi Handa <handa@etl.go.jp>
531
532 * bindings.el: Don't bind multibyte characters to
533 self-insert-command here. It's done in mule-conf.el
534
535 * case-table.el (set-case-syntax-offset): Variable deleted.
536 (set-case-syntax-1): Function deleted. Callers changed.
537 (set-case-syntax-delims): Don't check byte length of characters.
538
539 * isearch.el (isearch-mode-map): Call set-char-table-range to bind
540 characters to isearch-printing-char.
541
542 * loadup.el: Don't load "international/utf-8". Don't call
543 update-coding-systems-internal. Bind coding-system-for-write to
544 `utf-8' while writing fns-XXX.el. Call clear-charset-maps before
545 dumping.
546
547 * version.el (emacs-version): Set to "22.0.0".
548
549 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjusted for the
550 change of map-char-table.
551
552 * eshell/esh-mode.el: Adjusted for the change of map-char-table.
553
554 * international/characters.el: Adjusted for the deletion of
555 generic characters.
556
557 * international/code-pages.el (cp-make-translation-table,
558 cp-valid-codes, cp-fix-safe-chars): Deleted. Caller changed.
559 (cp-make-coding-system): Call define-coding-system.
560
561 * international/fontset.el: Mostly re-written.
562
563 * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
564 Call encode-char instead of split-char.
565
566 * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
567 Value changed.
568 (skkdic-lookup-key): Call encode-char instead of split-char.
569
570 * international/titdic-cnv.el (titdic-convert): Bind
571 coding-system-for-write to 'iso-2022-7bit. Don't work on unibyte
572 buffer.
573
574 * international/latin-1.el: Don't bind set-case-syntax-offset.
575
576 * international/latin-2.el: Don't bind set-case-syntax-offset.
577
578 * international/latin-3.el: Don't bind set-case-syntax-offset.
579
580 * international/latin-4.el: Don't bind set-case-syntax-offset.
581
582 * international/latin-5.el: Don't bind set-case-syntax-offset.
583
584 * international/latin-8.el: Don't bind set-case-syntax-offset.
585
586 * international/latin-9.el: Don't bind set-case-syntax-offset.
587
588 * international/mule-cmds.el: Don't use coding category. Call
589 set-coding-system-priority instead of set-coding-priority.
590 (sort-coding-systems): Call coding-system-priority-list to get the
591 most preferred one.
592 (select-safe-coding-system): Likewise.
593 (reset-language-environment): Order of coding system priority
594 changed. Set primary charset to iso-8859-1.
595 (set-language-environment-coding-systems): Call
596 set-coding-system-priority instead of set-coding-priority.
597 (get-charset-property, put-charset-property): Moved to mule.el.
598
599 * international/mule-conf.el: Fully Re-written.
600
601 * international/mule-diag.el (print-designation): Arguments
602 changed.
603 (print-iso-2022-flags): New function.
604 (describe-coding-system): Adjusted for the new structure of coding
605 system.
606 (describe-current-coding-system): Likewise.
607
608 * international/mule.el (char-valid-p): Make it an alias of
609 characterp.
610 (define-charset): Fully re-designed.
611 (charset-quoted-standard-p): Deleted.
612 (charsetp): Moved to charset.c.
613 (charset-info, charset-id, charset-bytes, charset-width,
614 charset-directioin, charset-iso-graphic-plane,
615 charset-reverse-charset): Deleted.
616 (charset-dimension, charset-chars, charset-iso-final-char,
617 charset-description, charset-short-name, charset-long-name): Call
618 charset-plist instead of charset-info.
619 (charset-plist, set-charset-plist): Moved to charset.c.
620 (get-charset-property, put-charset-property): Moved from
621 mule-cmds.el. Call charset-plist and set-charset-plist.
622 (make-char): Deleted.
623 (generic-char-p): Make it always return nil.
624 (decode-char, encode-char): Moved to charset.c.
625 (coding-spec-XXX-idx): Variables deleted.
626 (coding-system-iso-2022-flags): New variable.
627 (define-coding-system): New function.
628 (transform-make-coding-system-args, make-coding-system): Deleted.
629 (set-coding-priority): Make it obsolete.
630 (after-insert-file-set-buffer-file-coding-system): Adjusted for
631 the new coding system structure.
632 (find-new-buffer-file-coding-system): Likewise.
633
634 * language/chinese.el, language/cyrillic.el, language/european.el,
635 language/greek.el, language/hebrew.el, language/indian.el,
636 language/japanese.el, language/korean.el, language/lao.el,
637 language/thai.el, language/tibetan.el, language/vietnamese.el:
638 Call define-coding-system instead of make-coding-system. All CCL
639 program deleted.
640
641 * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
642 of make-char.
643 (sgml-char-names-table): Iteration limit fixed.
644
645 * term/mac-win.el: Deleted unnecessary calls of set-fontset-font.
646 (ccl-encode-mac-roman-font): Deleted.
647
202c1ac8
KH
648 * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
649 utf-8.el, and utf-8-subst.el as they can't be bytecompiled
650 currently. This is just a temporary workaround.
651
b6d2e45e
RS
6522002-02-26 Richard M. Stallman <rms@gnu.org>
653
654 * paths.el (remote-shell-program): Add doc string.
655
688c8ec5
CW
6562002-02-26 Colin Walters <walters@debian.org>
657
658 * ibuf-ext.el (sorter mode-name): New.
659 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
660
661 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
662 interactively, so they do something.
663 (calc-scroll-right): Ditto.
664
3dfdc066
EZ
6652002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
666
667 * international/mule.el (ctext-pre-write-conversion): Handle the
668 case when FROM is a string, and when we are called from
669 build_annotations_2.
670
4a81d892
RS
6712002-02-26 Richard M. Stallman <rms@gnu.org>
672
673 * rect.el (clear-rectangle-line): Reindent to the same column
674 that move-to-column reached when it tried to go to endcol.
675
676 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
677
6782002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
679
680 * winner.el (winner-boring-buffers, winner-set): A window which
681 displays a buffer whose name is in the list
682 `winner-boring-buffers', will no longer be restored by
683 `winner-undo'.
684 (winner-sorted-window-list): Used to improve comparison between
685 window configurations.
686 (winner-win-data): Simplified and moved.
687 (winner-conf): Simplified (now uses `winner-win-data').
688 (winner-change-fun, winner-save-old-configurations)
689 (winner-save-(un)conditionally, winner-redo): Changes made while in
690 the minibuffer will be ignored. (Such changes are undone upon
691 exit for the minibuffer, anyway.)
692 (winner-set-conf): Preserve selected window whenever possible.
693 (winner-make-point-alist): Simplified.
694 (winner-mode, winner-save-unconditionally): Save current window
695 configuration on entering minibuffer.
696 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
697 since it does not change the overall behavior of Emacs.
698
cb5be6c9
EZ
6992002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
700
701 * international/mule-conf.el (compound-text): Renamed back from
702 compound-text-no-extensions.
703 (ctext-no-compositions): Remove the mime-charset property.
704 (compound-text-with-extensions): Renamed from compound-text.
705 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
706
46057f5f
JB
7072002-02-26 Juanma Barranquero <lektu@terra.es>
708
709 * faces.el (list-faces-display): Fix typo.
710
6527c9b7
RS
7112002-02-25 Richard M. Stallman <rms@gnu.org>
712
713 * frame.el (focus-follows-mouse): Doc fix.
714
f5b92c89
MB
7152002-02-26 Miles Bader <miles@gnu.org>
716
717 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
718 to `define-key', since it no longer accepts the latter.
719
42d8c110
JR
7202002-02-25 Jason Rumney <jasonr@gnu.org>
721
ed81ee80
JR
722 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
723 mouse-wheel-scroll-amount.
724
3bd7d448
JR
725 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
726 mwheel.el.
727
42d8c110
JR
728 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
729
3c0766fe
AS
7302002-02-25 Andre Spiegel <spiegel@gnu.org>
731
732 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
733 consistent with the others that take a backend name as a symbol.
734
5764f671 735 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
3c0766fe 736
bb671f9e
KS
7372002-02-25 Kim F. Storm <no-spam@cua.dk>
738
739 * comint.el (comint-replace-by-expanded-filename): Do nothing if
740 comint-match-partial-filename returns nil.
741
742 * shell.el (shell-pcomplete-setup-done): New variable.
743 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
744 (shell-pcomplete-reverse): Ditto.
745
1426742b
PA
7462002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
747
748 * ps-print.el (ps-print-printer): Added `lpr' customize group
749 member.
750
50ce1f62
JB
7512002-02-25 Juanma Barranquero <lektu@terra.es>
752
e4d03691
JB
753 * subr.el (save-match-data): Doc fix.
754
50ce1f62
JB
755 * ielm.el (ielm-prompt): Allow customization; make it read-only.
756
cdf07453
KS
7572002-02-25 Kim F. Storm <storm@cua.dk>
758
759 * shell.el (shell-mode-map): Add "Complete" header so completion
760 menu is shown on the menu bar in shell mode.
761
565f89ec
SM
7622002-02-25 Stefan Monnier <monnier@cs.yale.edu>
763
764 * ielm.el (ielm-match-data): New var.
765 (inferior-emacs-lisp-mode): Make it buffer-local.
766 (ielm-eval-input): Use it to preserve match-data between inputs.
767
e4d03691 7682002-02-24 Juanma Barranquero <lektu@terra.es>
c6a33288
JR
769
770 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
771
42b4edc5
PA
7722002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
773
774 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
775 `custom-buffer' customize group.
776
b66bc4a4
KS
7772002-02-23 Kim F. Storm <storm@cua.dk>
778
779 * help.el (where-is): Use remap-command.
780
781 * help-fns.el (describe-function-1): Use remap-command.
782
783 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
784 change (no longer accept a symbol for the KEY argument).
785
0edda6b8
CW
7862002-02-23 Colin Walters <walters@debian.org>
787
565f89ec 788 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
120deb3d 789 * calc/calcalg2.el (math-solve-get-sign): Ditto.
0edda6b8
CW
790
791 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
792 in generated function.
793
794 * ibuf-ext.el (ibuffer-old-time): Change to hours.
795 (ibuffer-mark-old-buffers): Handle it.
796
565f89ec 797 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
0edda6b8
CW
798 (toplevel): Bind them.
799 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
800 not necessary now that we use pcomplete.
801
802 * comint.el: Document how use new pcomplete completion facility.
803
5a7a27be
RS
8042002-02-23 Richard M. Stallman <rms@gnu.org>
805
806 * mail/rmailsum.el (rmail-summary-output): Properly advance
807 to next message, by calling rmail-summary-goto-msg.
808
809 * net/browse-url.el (browse-url-galeon): Specify --existing
810 for an existing window. Use --noraise rather than --no-raise.
811 Don't use -x.
812
a70ea557
EZ
8132002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
814
565f89ec 815 * progmodes/etags.el (find-tag-noselect, find-tag)
a70ea557
EZ
816 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
817 Fix a typo in doc strings.
818
3a84ed60
RS
8192002-02-20 Deepak Goel <deego@glue.umd.edu>
820
821 * play/snake.el (snake-velocity-queue, snake-update-velocity)
565f89ec 822 (snake-final-x-velocity, snake-final-y-velocity):
3a84ed60
RS
823 New variable and functions. Store user's keypresses
824 into a queue and pop from the queue each subsequent turn.
825 (snake-update-game, snake-move-left)
826 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
827 (snake-start-game): Use that queue.
828 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
829 (snake-use-color-flag): Likewise.
565f89ec 830 (snake-mode): Rename uses of those variables.
3a84ed60 831
9feba281
EZ
8322002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
833
834 Support for ICCCM Extended Segments in X selections:
835
836 * international/mule-conf.el (ctext-no-compositions): New coding
837 system.
838 (compount-text-no-extensions): Renamed from compound-text.
839 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
840 compound-text-no-extensions.
565f89ec 841 (compound-text): Redefined using post-read and pre-write conversions.
9feba281
EZ
842
843 * international/mule.el (non-standard-icccm-encodings-alist)
844 (non-standard-designations-alist): New variables.
565f89ec
SM
845 (ctext-post-read-conversion, ctext-pre-write-conversion):
846 New functions.
9feba281 847
f5a55627
AS
8482002-02-21 Andre Spiegel <spiegel@gnu.org>
849
850 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
565f89ec 851
f5a55627
AS
852 * vc.el (vc-default-init-version): Update documentation to
853 indicate that the backend can override the default init version.
854 (vc-register): Use the backend init-version function, if it
855 exists, to determine the initial version of a file.
856 (vc-diff-switches-list): Don't symbol-quote backend, since it's
565f89ec 857 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
f5a55627
AS
858
859 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
860 not version-controlled. This is necessary, e.g., if the file has
861 just been reverted, and thus was previously under version control
862 but isn't any longer.
863 (vc-find-file-hook): Likewise.
864
aced8001
AS
8652002-02-21 Andre Spiegel <spiegel@gnu.org>
866
867 Patch by Martin.Lorentzson@telia.com.
565f89ec 868
aced8001
AS
869 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
870 (vc-cvs-sticky-tag-display): New variable.
871 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
872 (vc-cvs-checkin): If the input revision is a valid symbolic tag
873 name, we create it as a branch, commit and switch to it.
874 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
875 (vc-cvs-valid-symbolic-tag-name-p): New function.
876 (vc-cvs-parse-sticky-tag): New function.
877 (vc-cvs-parse-entry): Added parsing of sticky tags.
878
929e8487
PA
8792002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
880
881 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
882 nil, and then explicitly set the standard-value to t.
883
ee803b5b
SS
8842002-02-20 Sam Steingold <sds@gnu.org>
885
886 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
887 since it is used in the menu bar.
888
3a84ed60
RS
8892002-02-20 Richard M. Stallman <rms@gnu.org>
890
891 * simple.el (shell-command-on-region): Display the exit status
892 when a command fails.
893
894 * subr.el (add-hook): Doc fix.
895
896 * frame.el (other-frame): Doc fix.
897
898 * simple.el (yank): Clear `field' property.
899
9002002-02-20 Tom Tromey <tromey@cachet>
901
902 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
903 natural paragraph boundaries. Don't fail at beginning of buffer.
904
cd9c1e8f 9052002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
210f943e
PJ
906
907 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
908 call the argument "arg" to match plain next-line and
909 previous-line. From Kevin Ryde <user42@zip.com.au>.
910
a2372cfd
SS
9112002-02-19 Sam Steingold <sds@gnu.org>
912
913 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
914 scroll amounts for different modifiers now.
915 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
916 format properly.
917 (mouse-wheel-mode): Ditto.
918
f1ec0007
EZ
9192002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
920
f8565280
EZ
921 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
922 around function body.
923
f1ec0007
EZ
924 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
925 sense of the comparison, to match the doc strings of functions
926 that use this macro.
927
9b2d1d40
PA
9282002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
929
930 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
931
932 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
933 * menu-bar.el (menu-bar-mode): Ditto.
934
653479ad
AS
9352002-02-18 Andreas Schwab <schwab@suse.de>
936
937 * replace.el (query-replace-regexp-eval): Doc fix.
938
96cc56b5
CW
9392002-02-18 Colin Walters <walters@verbum.org>
940
941 * calc/calcalg2.el (math-solve-get-int): Convert return value from
942 `math-get-from-counter' to a string before calling `concat' on it.
943
944 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
945 (calc-public-autoloads): Obsolete; remove.
946 (calc-private-autoloads): Ditto.
947 (calc-add-autoloads): Ditto.
948
949 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
950 for body.
951
f7b9d4d1
JR
9522002-02-17 Jason Rumney <jasonr@gnu.org>
953
954 * w32-win.el (x-option-alist, x-long-option-alist)
955 (x-switch-definitions): Remove, use command-line-x-option-alist
956 instead to be consistent with X.
957 (x-handle-initial-switch): New function.
958
9ef4c8ea
EZ
9592002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * faces.el (mode-line-inactive, header-line): Add the :inherit
962 attribute for the tty case.
963
78d4f409
RS
9642002-02-17 stanislav shalunov <shalunov@internet2.edu>
965
966 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
967 invoked from Rmail with full headers displayed.
968
be0d25b6
KG
9692002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
970
971 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
972 when repeated.
973 * textmodes/paragraphs.el (mark-paragraph): Ditto.
974
a9c6d330
PA
9752002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
976
977 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
978 (menu-bar-tools-menu): Removed speedbar.
979
980 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
981 and `flyspell-mode' entries.
982
983 * textmodes/flyspell.el (flyspell): Add to ispell group.
984
d39d90c2
KG
9852002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
986
987 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
988 repeated.
989 (mark-defun): Mark more if repeated.
990
9b25ea40
CW
9912002-02-17 Colin Walters <walters@verbum.org>
992
3a84ed60 993 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
9b25ea40 994
d22c2211
CW
995 * ibuffer.el (ibuffer-truncate-lines): New option.
996 (ibuffer-mode): Use it.
997
140fb7ff
KS
9982002-02-17 Kim F. Storm <storm@cua.dk>
999
1000 * cus-start.el: Add mouse-highlight.
1001
386c4076
EZ
10022002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1003
760627fa
EZ
1004 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
1005
386c4076
EZ
1006 * cus-start.el: Add automatic-hscroll-margin and
1007 automatic-hscroll-step.
1008
cd9c1e8f 10092002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5d2200aa 1010
3996d07a
PJ
1011 * cus-start.el (x-autoselect-window): Allow customization.
1012
5d2200aa
PJ
1013 * eshell/em-alias.el (eshell-alias-initialize): Do not use
1014 make-local-hook.
1015
1016 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
1017
1018 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
1019
1020 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
1021
1022 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
1023
1024 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
1025
1026 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
1027
1028 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
1029
1030 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
1031
1032 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
1033
1034 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
1035
1036 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
1037
1038 * eshell/esh-io.el (eshell-io-initialize): Likewise.
1039
1040 * eshell/esh-mode.el (eshell-mode): Likewise.
1041
1042 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
1043
1044 * eshell/esh-var.el (eshell-var-initialize): Likewise.
1045
73a276be
PJ
1046 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
1047
1048 * progmodes/idlwave.el (idlwave-mode): Likewise.
1049
1050 * textmodes/reftex-sel.el (reftex-select-label-mode)
1051 (reftex-select-bib-mode): Likewise.
1052
fc909dbb
JW
10532002-02-16 John Wiegley <johnw@gnu.org>
1054
1055 * eshell/em-hist.el (eshell-hist-initialize): When in the
1056 minibuffer, use the global value of `eshell-history-ring', and
1057 never save it to disk, or ask to save it to disk. This allows
1058 users of session.el to control whether its global state should be
1059 persisted or not.
1060 (eshell-add-command-to-history): Don't write Eshell's history out
1061 to disk, let the governing mode control that upon exit.
1062
acc24704 10632002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
fc909dbb
JW
1064
1065 * eshell/eshell.el (eshell-command): Before reading from the
1066 minibuffer, add eshell-add-command-to-history to
1067 minibuffer-exit-hook, and remove it after read-from-minibuffer
1068 returns.
1069
1070 * eshell/em-hist.el (eshell-add-input-to-history): New function,
1071 with most of the code from eshell-add-to-history.
1072 (eshell-add-command-to-history): New function, to record in
1073 eshell-history the commands run via eshell-command.
1074 (eshell-add-to-history): Call eshell-add-command-to-history to do
1075 most of the work.
1076
acc24704 10772002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
1078
1079 * eshell/esh-ext.el (eshell-external-command): Added a fix for
1080 XEmacs' new dired.el, which adds a global entry in the
1081 `file-name-handler-alist'.
1082
acc24704 10832002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
1084
1085 * align.el (align-region): Added a missing name argument.
1086
acc24704 10872002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
1088
1089 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
1090 after the #! of a shell interpretor specification.
1091
95bc7904
RS
10922002-02-15 Richard M. Stallman <rms@gnu.org>
1093
1094 * help.el (describe-key-briefly): Make output in INSERT case
1095 look just like what is displayed in the normal case.
1096
1b741d9e
AS
10972002-02-15 Andreas Schwab <schwab@suse.de>
1098
1099 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
1100 non-letter after specials.
1101
9a45aa3d
EZ
11022002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
1103
1104 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
1105
cad113ae
KG
11062002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1107
1108 * simple.el (mark-word): Mark more if repeated.
1109 * textmodes/paragraphs.el (mark-paragraph): Ditto.
1110 (mark-end-of-sentence): Ditto.
1111
bbc562cc
PA
11122002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
1113
66c8296f 1114 * wid-edit.el (widgetp): Made it more robust.
bbc562cc 1115
0e520006
PA
11162002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
1117
1118 * facemenu.el (describe-text-done): New function.
1119 (describe-text-mode-map): New variable.
1120 (describe-text-mode-hook): New option.
1121 (describe-text-mode): New function.
1122 (describe-text-widget): New function.
1123 (describe-text-sexp): New function.
1124 (describe-text-properties): New function.
1125 (describe-text-category): New command.
1126 (describe-text-at): New command.
1127 (facemenu-menu): Replace `list-text-properties-at' with
a2372cfd
SS
1128 `describe-text-at' in the menu.
1129
0e520006
PA
1130 * wid-edit.el (widgetp): New function.
1131 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
a2372cfd 1132 Autoloaded.
0e520006
PA
1133
1134 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
1135
1136 * wid-browse.el: Removed version and x-url keywords.
1137
a48b709b
KS
11382002-02-13 Kim F. Storm <storm@cua.dk>
1139
1140 * cus-start.el (mode-line-in-non-selected-windows):
1141 Allow customization.
1142
db54c53a
RS
11432002-02-13 Richard M. Stallman <rms@gnu.org>
1144
8df9f2a3
RS
1145 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
1146 Tell bibtex-parse-keys to output no progress messages.
1147
1148 * international/mule-diag.el (list-input-methods):
1149 Use help-input-method, not describe-input-method, for button type.
1150
1151 * register.el (describe-register-1): Access register contents here.
1152
565f89ec
SM
1153 * textmodes/text-mode.el (text-mode-hook-identify):
1154 Restore previous definition. Add to text-mode-hook again.
ebda95a2 1155
db54c53a
RS
1156 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
1157 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
1158 to avoid needing sendmail.el at run time.
1159
1160 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
1161 Initialization moved up too.
1162 (mode-line-modes): Use :propertize.
1163 (mode-line-mode-menu-keymap): Var deleted.
1164 (mode-line-copied-mode-name): Var deleted.
1165 (mode-line-mode-name): Function deleted.
1166 (mode-line-mode-menu): Each item now shows its mode line lighter.
1167 (minor-mode-alist): Don't call propertize here.
1168
099175be
EZ
11692002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1170
565f89ec
SM
1171 * progmodes/pascal.el (pascal-imenu-generic-expression):
1172 Add menu-title and fix parentheses.
099175be 1173
0ac1c4cf
PA
11742002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1175
1176 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
565f89ec 1177 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
0ac1c4cf 1178
f4990970
PA
11792002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
1180
1181 * menu-bar.el (menu-bar-options-save): Only save
1182 `current-language-environment' and `default-input-method' when
1183 marked as customized.
1184
1185 * international/mule-cmds.el
565f89ec
SM
1186 (setup-specified-language-environment):
1187 Mark `current-language-environment' as customized.
1188 (set-input-method): Mark `default-input-method' as customized when
1189 called interactively.
f4990970
PA
1190 (toggle-input-method): Ditto.
1191
80a06d64
CW
11922002-02-11 Colin Walters <walters@verbum.org>
1193
1194 * ibuffer.el (ibuffer-switch-format): Supply required argument for
1195 `ibuffer-current-formats'.
1196
acc24704 11972002-02-11 Miles Bader <miles@gnu.org>
53a2f6e1
MB
1198
1199 * faces.el (mode-line-inactive): Add dark-background variant.
1200
4f9b9060
PA
12012002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
1202
1203 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
1204 * menu-bar.el (menu-bar-mode): Ditto.
1205 * cus-edit.el (customize-mark-to-save): Always save variables
1206 without a standard value.
1207
1208 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
1209 (menu-bar-options-save): Ditto.
1210 (menu-bar-showhide-menu): Ditto.
1211 (menu-bar-options-menu): Ditto.
9feba281 1212 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
565f89ec 1213 (menu-bar-scroll-bar-none): Remove.
4f9b9060
PA
1214 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
1215 expressions instead.
1216
1217 * cus-edit.el (customize-set-value): Return value.
1218 (customize-set-variable): Ditto.
1219 (customize-save-variable): Ditto.
a2372cfd 1220 (customize-set-variable): Load dependencies before setting value.
565f89ec 1221 (custom-load-symbol): Autoload it.
4f9b9060
PA
1222 (customize-mark-as-set): New function.
1223
573a237a
EZ
12242002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * cus-start.el: Don't warn about "x-*" symbols when building a
1227 non-GUI version.
1228
cd9c1e8f 12292002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7cc8aac3 1230
a81b56d5
PJ
1231 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
1232 Doc fix.
1233 (strokes-help): Do not use doubled with-output-to-temp-buffer.
1234 Fix the help string.
1235 (strokes-prompt-user-save-strokes): Fix typo.
565f89ec
SM
1236 (strokes-list-strokes): Use proper exit-action argument for
1237 view-buffer. Update copyright notice.
a81b56d5 1238
7cc8aac3
PJ
1239 * international/mule-diag.el: Various doc and message fixes.
1240 (non-iso-charset-alist): Add mac-roman. Don't add entries for
1241 codepages already present.
1242 (list-block-of-chars): Display space for null entries in
1243 translation table. Display tab specially.
1244 (list-non-iso-charset-chars): Check for null charsets. Use pop
1245 for clarity. Don't break 8-bit sets into sections between ranges.
1246 (list-charset-chars): Avoid indent-tabs-mode.
1247 (describe-char-after): Maybe use the text property for syntax
1248 table information. Maybe report char-code-property-table info.
1249 Maybe report character's unicode. Tweak printing of list info.
1250 (list-input-methods): Add xref buttons.
1251 (dump-charsets, dump-codings): Deleted (obsolete).
1252 From Dave Love <fx@gnu.org>.
1253
cd9c1e8f 12542002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d38c4312 1255
565f89ec 1256 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
d38c4312 1257
b17591a9 12582002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
a2372cfd 1259
565f89ec 1260 * viper-util.el (viper-read-key-sequence): Fix so it'll read
b17591a9 1261 fast key sequences in emacs native mode
565f89ec 1262 (viper-events-to-keys): Delete.
a2372cfd 1263
565f89ec 1264 * viper.el (describe-key, describe-key-briefly): Get rid of
b17591a9
KS
1265 viper-events-to-keys.
1266
1267 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
a2372cfd 1268
565f89ec
SM
1269 * ediff-wind.el (ediff-setup-control-frame):
1270 Use ediff-has-gutter-support.
a2372cfd 1271
b17591a9
KS
1272 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
1273 check if buff is alive.
a2372cfd 1274
565f89ec 1275 * ediff.el: Typo in comment.
a2372cfd 1276
cd9c1e8f 12772002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
06f5e6b4
PJ
1278
1279 * menu-bar.el (menu-bar-options-save): Take care of
1280 line-number-mode and column-number-mode variables.
1281 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
1282 "Show Column Number" in "Show/Hide" menu.
1283
f526e65a
RS
12842002-02-09 Richard M. Stallman <rms@gnu.org>
1285
1286 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
1287
cdefda26
KS
12882002-02-09 Kim F. Storm <storm@cua.dk>
1289
1290 * faces.el (mode-line-inactive): New face for mode-line for
1291 non-selected windows.
1292 (mode-line): Doc fix: Only used for selected window.
1293
b5d40ceb
EZ
12942002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1295
1296 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
1297 name to "Insert Diary Entry".
1298
6a229a63
SM
12992002-02-08 Stefan Monnier <monnier@cs.yale.edu>
1300
1301 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
1302 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
1303
b735b2ab
RS
13042002-02-08 Richard M. Stallman <rms@gnu.org>
1305
1306 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
1307
cd01f5b9
AS
13082002-02-08 Andreas Schwab <schwab@suse.de>
1309
1310 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
1311 of point-min.
1312
45610c98
EZ
13132002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
1314
6a229a63 1315 * net/ange-ftp.el (ange-ftp-process-handle-line)
4f759c80
EZ
1316 (ange-ftp-set-xfer-size): If the file's size is a float, divide
1317 by 1024 instead of using ash.
1318
6a229a63
SM
1319 * international/mule-cmds.el (select-safe-coding-system):
1320 State the buffer's name in the message popped in the *Warning* buffer,
45610c98
EZ
1321 and make sure the offending buffer is displayed.
1322
001f5583
RS
13232002-02-07 Markus Rost <rost@math.ohio-state.edu>
1324
1325 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
1326
a1970a1d
RS
13272002-02-07 Richard M. Stallman <rms@gnu.org>
1328
1329 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
1330
1331 * register.el (list-registers): New command.
1332 (describe-register-1): New subroutine, taken out of view-register.
1333
6a229a63 1334 * emacs-lisp/copyright.el (copyright-regexp):
a1970a1d
RS
1335 Delete the unibyte copyright symbol; it's redundant.
1336 Fix a spazz in the multibyte encoding here.
1337
13382002-02-07 Dave Love <fx@gnu.org>
1339
6a229a63 1340 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
a1970a1d
RS
1341 (cyrillic-encode-alternativnyj-char): Get translation tables from
1342 symbol properties, not as variables.
1343 (standard-display-cyrillic-translit): Include unicodes.
1344
93607efd
KS
13452002-02-06 Kim F. Storm <storm@cua.dk>
1346
1347 * help.el (where-is): Report remapped commands.
1348
1349 * help-fns.el (describe-function-1): Ditto.
1350
1351 * subr.el (global-set-key, local-set-key): Accept a symbol for the
1352 KEY argument (like define-key).
1353
cd9c1e8f 13542002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2642a29e
PJ
1355
1356 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
1357
108eaabb
RS
13582002-02-06 Richard M. Stallman <rms@gnu.org>
1359
1360 * mail/mailabbrev.el: Require sendmail only at compile time.
1361 (mail-mode-header-syntax-table): Var deleted.
1362 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
1363 (sendmail-pre-abbrev-expand-hook): Only temporarily change
1364 local-abbrev-table and the syntax table.
1365 Compute mail-abbrev-syntax-table if that has not been done.
1366
1367 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
1368
1369 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
1370 (debugger-frame-number): Figure out the offset directly.
1371 (debugger-setup-buffer): Don't use debugger-frame-offset.
1372 (debugger-frame, debugger-frame-clear): Likewise.
1373 (debugger-jump): Don't alter debugger-frame-offset.
1374
1375 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1376 Replace foo-p as var name with foo-flag, not foo-p-flag.
1377
1378 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
1379 (highlight-changes-passive-string): Default to -Chg.
1380 (highlight-changes-global-modes): Doc fix.
1381
1382 * dired.el (dired-get-filename): Add /: when appropriate
1383 to avoid taking a local name as remote.
1384
1385 * files.el (file-name-non-special): Add special handling for
1386 file-name-sans-versions, file-name-completion, and
1387 file-name-all-completions.
1388
1389 * isearch.el (isearch-update): Don't update display in kbd macro.
1390 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
1391
1392 * subr.el (force-mode-line-update): Doc fix.
1393
6a229a63 1394 * subr.el (atomic-change-group, prepare-change-group)
108eaabb
RS
1395 (activate-change-group, accept-change-group, cancel-change-group):
1396 New functions.
1397
1398 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
1399 (transpose-subr-1): Use atomic-change-group.
1400
1401 * subr.el (add-minor-mode): Include the mode's lighter string
1402 in the minor mode menu item name.
1403
1404 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
1405 rmail-count-screen-lines starting from (point-min).
1406
1407 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
1408 beyond the image height, to use the fancy splash screen.
1409
1410 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
1411 (text-mode): Set text-mode-variant here.
1412
e029dcaf
EZ
14132002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1414
1415 * play/pong.el (pong-height): Don't use height that exceeds the
1416 frame height.
6a229a63 1417 (pong-border-options): Make the border colors slightly more bright.
e029dcaf
EZ
1418
1419 * play/gamegrid.el (gamegrid-display-type): Treat any
1420 color-capable display as color-x, if display-color-p is fboundp.
1421 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
1422 (gamegrid-make-color-tty-face): Use the value of color, not the
1423 symbol itself. Don't call gamegrid-color.
1424
7ff24607
EZ
14252002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1426
1427 * gud.el (gud-refresh): Call recenter only after we are sure we
1428 are in the right window.
1429
8ff1bc94
PA
14302002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
1431
1432 * cus-edit.el (customize-mark-to-save): New function.
1433 * menu-bar.el (menu-bar-options-save): Rewrote.
1434
cd9c1e8f 14352002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cfdc786d
PJ
1436
1437 * cus-start.el (x-use-underline-position-properties):
1438 Allow customization.
1439
c2792945
EZ
14402002-02-04 Simon Josefsson <jas@extundo.com>
1441
6a229a63 1442 * dired.el (dired-load-hook, dired-mode-hook)
c2792945
EZ
1443 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
1444
523304ed
CW
14452002-02-03 Colin Walters <walters@verbum.org>
1446
6a229a63
SM
1447 * ibuf-ext.el (ibuffer-filter-format-alist)
1448 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
1449 New variables.
523304ed
CW
1450 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
1451 is now the Emacs CVS tree.
1452 (ibuffer-formats): Doc fix.
6a229a63 1453 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
523304ed 1454 (ibuffer-current-format): Use them.
6a229a63
SM
1455 (ibuffer-recompile-formats, ibuffer-check-formats)
1456 (ibuffer-switch-format, ibuffer-update-title):
1457 Add support for ibuffer-filter-format-alist.
523304ed 1458 (define-ibuffer-column process): Remove unncessary consing.
6a229a63 1459
523304ed
CW
1460 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
1461 for a summary column.
1462
471af22c
AS
14632002-02-03 Andreas Schwab <schwab@suse.de>
1464
1465 * window.el (save-selected-window): Move macro before first use.
e1ff49ba 1466 (balance-windows): Fix misplaced parenthesis.
471af22c 1467
cd9c1e8f 14682002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2188f2d4
PJ
1469
1470 * calculator.el (calculator-displayers): Doc fixes.
1471
cd9c1e8f 14722002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0c0d3c65 1473
6a229a63
SM
1474 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
1475 (menu-bar-options-save): Save also the value of `display-time-mode'.
0c0d3c65
PJ
1476 (showhide-date-time): New function.
1477 (menu-bar-showhide-menu): New menu-item "Date and time".
1478
51eacfef 14792002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
46ea0665 1480
be813944
EZ
1481 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
1482 get-file-buffer to check for rmail buffer existence.
1483
46ea0665
EZ
1484 * term.el (term-emulate-terminal): Extract proper command string
1485 which is supplied to term-command-hook.
1486
bd3567fa
RS
14872002-02-03 Richard M. Stallman <rms@gnu.org>
1488
1489 * international/quail.el (quail-help): Don't call help-setup-xref.
1490
1491 * international/mule-cmds.el (describe-input-method):
1492 Call help-setup-xref here.
1493 (describe-current-input-method): Doc fix.
1494
1495 * novice.el (disabled-command-hook): Clarify output text.
1496 Indent the paragraph from the command's doc string.
1497
1498 * dabbrev.el (dabbrev--goto-start-of-abbrev):
1499 Exit loop on beginning of field rather than bobp.
1500
f04f5c76
EZ
15012002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1502
1503 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
1504 the message text into the *mail* buffer, and restore the pruned
1505 state after that.
1506
1507 * mail/rmail.el (rmail-redecode-body): Prune the headers before
1508 looking for X-Coding-System header, and restore the pruned state
1509 before returning.
1510
cd9c1e8f 15112002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
420cfdf2
PJ
1512
1513 * cus-edit.el (customize-save-variable): Fix typo in prompt.
1514
1515 These changes integrate new version of flyspell.el from its
1516 maintainer, Manuel Serrano:
1517
6a229a63 1518 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
420cfdf2
PJ
1519 (flyspell-mode-on, flyspell-notify-misspell)
1520 (flyspell-small-region, flyspell-external-point-words)
1521 (flyspell-large-region): Use it
1522 (flyspell-before-incorrect-word-string)
1523 (flyspell-after-incorrect-word-string): New user options.
1524 (make-flyspell-overlay): Use them.
1525 (flyspell-version): New function.
1526 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
1527 definitions to use :weight.
1528 (flyspell-insert-function): New user option.
1529 (flyspell-auto-correct-word, flyspell-correct-word)
1530 (flyspell-xemacs-correct): Use it.
1531 (flyspell-define-abbrev): New function.
1532 (flyspell-auto-correct-word, flyspell-correct-word)
1533 (flyspell-xemacs-correct): Use it.
1534 (make-flyspell-overlay): Use `evaporate' property.
1535 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
1536 (flyspell-emacs-popup): Use `session' instead of `accept'.
1537 (flyspell-auto-correct-previous-pos): New variable.
1538 (flyspell-auto-correct-previous-hook)
1539 (flyspell-auto-correct-previous-word): New functions.
1540
2308fe27
EZ
15412002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1542
1543 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
1544 don't alter the user's ~/.emacs.
1545 (disable-command): If user-init-file is nil or does not exist,
6a229a63
SM
1546 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1547 But don't alter the init file if Emacs was invoked as "emacs -q"
2308fe27 1548
62cec9fe
SM
15492002-02-01 Stefan Monnier <monnier@cs.yale.edu>
1550
40035487
SM
1551 * mail/sendmail.el (mail-mode): Undo half of last change.
1552
e30ce098
SM
1553 * indent.el (indent-for-tab-command): Remove spurious code.
1554
62cec9fe
SM
1555 * hi-lock.el (hi-lock-find-patterns): Save restriction.
1556
cbd5582a
EZ
15572002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1558
1559 * calendar/time-date.el: Moved from lisp/gnus.
1560
1561 * calendar/parse-time.el: Ditto.
1562
5e101746
RS
15632002-01-31 Richard M. Stallman <rms@gnu.org>
1564
1565 * international/iso-acc.el (iso-languages): Fix ", " in French.
1566
1567 * cus-start.el (history-length): Specify customization for it.
1568
1569 * emacs-lisp/debug.el (debugger-setup-buffer):
1570 When an eval-buffer frame was reading from a buffer,
1571 insert indication of the buffer position.
1572 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
1573 (debugger-frame-clear, debugger-frame): Error on non-frame line.
1574
1575 * simple.el (shell-command-on-region): Err if no mark
1576 before reading the command string.
1577
1578 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
1579 Definitions moved down after hl-line-mode var's definition.
1580
1581 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
1582 (hilit-chg-set-face-on-change): Rename arg.
1583 (hilit-chg-make-ov): Detect error earlier.
1584
1585 * ediff-hook.el: Delete autoload cookies.
1586
1587 * comint.el (comint-scroll-show-maximum-output): Default is t.
1588
1589 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
1590 (batch-byte-compile-if-not-done): New function.
1591
1592 * Makefile.in (compile): New target.
1593 (compile-always): Renamed from compile-files.
1594 (compile-after-backup): Renamed from compile.
1595 (bootstrap): Depend on compile-always, not compile-files.
62cec9fe 1596
5e101746
RS
1597 * emulation/pc-select.el (pc-select-save-and-set-mode):
1598 Properly use MODE-VAR.
1599
cd9c1e8f 16002002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
008cea2c
PJ
1601
1602 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1603 Version" to "About Emacs".
c2ca4bab
PJ
1604 (menu-bar-options-save): Add `default-frame-alist'
1605 to saved variables.
1606 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1607 of the variable `scroll-bar-mode'.
008cea2c
PJ
1608
1609 * startup.el (normal-splash-screen, display-splash-screen):
1610 New functions (separated from command-line-1).
1611 (command-line-1): Use them.
1612
f2172a68
EZ
16132002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * calendar/calendar.el (generate-calendar-month): Doc fix.
1616
cd9c1e8f 16172002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1acb1b0c 1618
7a4b11ca
PJ
1619 * time.el (display-time-mail-directory): New option.
1620 (display-time-mail-function): Update doc-string.
1621 (display-time-mail-icon): Use XPM image when available.
1622 (display-time-string-forms): Use more descriptive text as
1623 help-echo property.
1624 (display-time-mail-check-directory): New function.
1625 (display-time-update): Use it.
1626
7df78bc8
SM
1627 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1628 Quote `window-system'.
a27aa320 1629
1acb1b0c
PJ
1630 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1631 Add Keywords header. Update Commentary section.
1632 Update copyright notice.
1633
1634 * menu-bar.el (menu-bar-scroll-bar-right)
1635 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1636 (showhide-menu-bar): New functions.
1637 (menu-bar-showhide-menu): New submenu "Show/Hide".
1638 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1639 "Show/Hide".
1640 Update copyright notice.
1641
d8359893
EZ
16422002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1643
1644 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1645
f5798fbd
RS
16462002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1647
1648 * pc-select.el (pc-selection-mode-hook)
1649 (pc-select-saved-settings-alist, pc-select-map)
1650 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1651 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1652 (pc-select-meta-moves-sexps-key-bindings)
1653 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1654 New variables.
1655 (pc-select-define-keys, pc-select-restore-keys): New functions.
1656 (pc-select-add-to-alist, pc-select-save-and-set-var)
1657 (pc-select-save-and-set-mode, pc-select-restore-var)
1658 (pc-select-restore-mode): New macros.
1659 (pc-selection-mode): Completely rewrote the body of the function;
1660 the main goal was to make pc-selection-mode "turn-off"-able, like
1661 other minor modes. Use define-minore-mode instead of just a
1662 defun. Store the key bindings into four alists:
1663 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1664 pc-select-meta-moves-sexps-key-bindings, and
1665 pc-select-tty-key-bindings; then have the pc-select-define-keys
1666 function walk those alists instead of calling define-key
1667 repeatedly. When the mode is turned on, set the
1668 keybindings in global-map and remember the old keybindings; when
1669 the mode is turned off, restore the previously-saved keybindings.
1670 (pc-selection-mode defcustom): Reflect the fact that the mode is
1671 now "turn-off"-able.
1672
4c334f5b
EZ
16732002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1674
1675 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1676 returns t, don't treat that as an error.
1677
990d68dd
JR
16782002-01-25 Jason Rumney <jasonr@gnu.org>
1679
7df78bc8
SM
1680 * faces.el (face-font-registry-alternatives) [windows-nt]:
1681 Add ms-oemlatin as an alternative for iso8859-1.
1682
16832002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1684
1685 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1686 args and the absence of an entry. Don't add -f each time.
990d68dd 1687
0011f346
EZ
16882002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1689
d22f8da4
EZ
1690 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1691
0011f346
EZ
1692 Support for more than 8 colors on character terminals:
1693
1694 * term/rxvt.el: New file.
1695
1696 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1697
1698 * term/xterm.el (xterm-standard-colors): New variable.
1699 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1700 (xterm-rxvt-set-background-mode): New functions.
1701 (toplevel): Call xterm-register-default-colors,
1702 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1703 Add support for more keys from xterm's terminfo entry.
1704
1705 * facemenu.el (list-colors-display): If the argument is nil, don't
1706 show more colors that the number returned by display-color-cells.
1707
1708 * term/pc-win.el (msdos-color-values): Reverse the order of the
7df78bc8 1709 colors, since tty-color-define now preserves the registration order.
0011f346
EZ
1710
1711 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1712
1713 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1714 (tty-register-default-colors): New function; code moved from
1715 startup.el's command-line.
1716 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1717 the order the colors where registered.
1718
1719 * frame.el (display-color-cells): Use tty-display-color-cells.
1720
1721 * startup.el (command-line): Call tty-register-default-colors.
1722
75f70c1c
RS
17232002-01-25 Richard M. Stallman <rms@gnu.org>
1724
1725 * subr.el (remove): Doc fix.
1726
59488c6b
RS
17272002-01-24 Richard M. Stallman <rms@gnu.org>
1728
9ade4a7d
RS
1729 * progmodes/compile.el (compilation-handle-exit):
1730 Add a compilation-handle-exit property to the "finished" message.
1731 (compilation-parse-errors): Stop parsing when that property is seen.
1732
1733 * subr.el (substring-no-properties): New function.
1734 (copy-without-properties): Function deleted.
7df78bc8 1735
bfabe882
RS
1736 * term/x-win.el (x-handle-geometry): Put sizes on both
1737 initial-frame-alist and default-frame-alist.
1738
82d3d694
RS
1739 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1740 for saving .emacs.
1741
1742 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1743
59488c6b
RS
1744 * calendar/calendar.el (generate-calendar-month): Doc fix.
1745
67ec1c1a
RS
17462002-01-23 Richard M. Stallman <rms@gnu.org>
1747
1acb1b0c 1748 * play/tetris.el (tetris): New defgroup.
b42b4924
SM
1749 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1750 (tetris-default-tick-period): Convert to defcustom.
67ec1c1a 1751 Added * in docstring to indicate user variable.
b42b4924
SM
1752 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1753 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1754 (tetris-buffer-height, tetris-width, tetris-height)
1755 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1756
17572002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1758
1759 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1760 and is already matched by adaptive-fill-regexp.
67ec1c1a 1761
9f2e5ef3
RS
17622002-01-22 Richard M. Stallman <rms@gnu.org>
1763
973a0461
RS
1764 * bindings.el (mode-line-copied-mode-name): New variable.
1765 (mode-line-mode-name): Don't modify mode-name itself!
1766 Instead, make a copy and reuse it.
1767
1768 * subr.el (copy-without-properties): New function.
1769
d89b617d
RS
1770 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1771
c69fe360
RS
1772 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1773 slash if DIR is just slash.
1774
9f2e5ef3
RS
1775 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1776
5b2977e4
RS
17772002-01-21 Richard M. Stallman <rms@gnu.org>
1778
2db0da92
RS
1779 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1780
1781 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1782 Move defvar up.
1783
41b495af
RS
1784 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1785
5b2977e4
RS
1786 * ibuffer.el: Don't require ibuf-ext at load time.
1787 (ibuffer): Require ibuf-ext here.
1788
17f8ff6a
FP
17892002-01-21 Francesco Potorti` <pot@gnu.org>
1790
1791 * generic-x.el (apache-conf-generic-mode): Highlight the first
1792 word in a line even if preceded by blanks.
1793
8cc0e0cf
RS
17942002-01-21 Richard M. Stallman <rms@gnu.org>
1795
1796 * window.el (window-body-height): Handle minibuffer window specially.
1797 Otherwise, don't return less than 1.
1798
ca64d378
RS
17992002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1800
1801 * ange-ftp.el: Added support for BS2000, and for raw ftp
1802 login commands (needed in some circumstances).
1803 (ange-ftp-raw-login): New custom var.
1804 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1805 ange-ftp-raw-login is set and account password is needed.
1806 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1807 (ange-ftp-bs2000-filename-pubset-regexp)
1808 (ange-ftp-bs2000-filename-username-regexp)
1809 (ange-ftp-bs2000-filename-prefix-regexp)
1810 (ange-ftp-bs2000-name-template): New consts.
1811 (ange-ftp-bs2000-short-filename-regexp)
1812 (ange-ftp-bs2000-fix-name-regexp-reverse)
1813 (ange-ftp-bs2000-fix-name-regexp): New consts.
1814 (ange-ftp-bs2000-special-prefix): New custom var.
1815 (ange-ftp-fix-name-for-bs2000)
1816 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1817 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1818 (ange-ftp-bs2000-posix-hook-installed): New vars.
1819 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1820 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1821 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1822 (ange-ftp-bs2000-filename-regexp): New const.
1823 (ange-ftp-bs2000-additional-pubsets): New custom var.
1824 (ange-ftp-bs2000-cd-to-posix): New fun.
1825
362b0a59
CW
18262002-01-20 Colin Walters <walters@verbum.org>
1827
1828 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1829 with `byte-compile-dynamic'.
1830 (ibuffer-default-directory, toplevel): Doc files.
1831
cd9c1e8f 18322002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b1ad7c13 1833
3c17e062
PJ
1834 * tempo.el (tempo-define-template): Doc fix.
1835
b1ad7c13
PJ
1836 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1837
aa06cb9c
JR
18382002-01-20 Jason Rumney <jasonr@gnu.org>
1839
1840 * w32-vars.el: New file.
1841
1842 * loadup.el [windows-nt]: Load it.
1843
1844 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1845 and make them defcustoms.
1846
1847 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1848
cd9c1e8f 18492002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
37082f8d 1850
80dadb9e
PJ
1851 * language/tibet-util.el (tibetan-decompose-region)
1852 (tibetan-decompose-string): Fix typo in docstring.
1853
37082f8d
PJ
1854 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1855
d33c4505
RS
18562002-01-18 Richard M. Stallman <rms@gnu.org>
1857
98bd0dd3
RS
1858 * comint.el (comint-redirect-send-command-to-process):
1859 Restore previous current buffer.
1860
d33c4505
RS
1861 * window.el (window-body-height): New function.
1862
a1e3dda0
RS
18632002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1864
1865 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1866 "Finish Function" menu map entries for jdb mode.
1867 (gud-jdb-use-classpath): New customization variable.
1868 (gud-jdb-command-name): Add customization.
1869 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1870 (gud-jdb-classpath-string): New variable.
1871 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1872 (gud-jdb-build-source-files-list): Likewise.
1873 (gud-jdb-massage-args): Record any command argument classpath
1874 string in `gud-jdb-classpath-string'.
1875 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1876 java call stack in jdb output.
1877 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1878 (gud-jdb-parse-classpath-string): New functions.
1879 (gud-jdb-marker-filter): Search/detect classpath information in
1880 jdb's output. marker regexp updated to match oldjdb and jdb output
1881 formats. Expand search for source files to include new/old methods
1882 using new functions above. Do not allow `gud-marker-acc' to grow
1883 without bound.
1884 (jdb): Set classpath information (if available) as jdb is started.
1885 Change `gud-break' and `gud-remove'
1886 to use new %c ("class") escape in format strings. Add
1887 `gud-finish', `gud-up', `gud-down' command string functions, and
1888 add them to the local menu map. Update `comint-prompt-regexp' for
1889 jdb and oldjdb. If attaching to an already running java VM and
1890 configured to use classpath, send command to query for classpath,
1891 else use previous method for finding and parsing java
1892 sources. Set `gud-jdb-find-source' function accordingly.
1893 (gud-mode): Doc fix.
1894 (gud-format-command): Add support for new %c ("class") escape.
1895 (gud-find-class): New function in support of %c escape.
1896
33c18c83
RS
18972002-01-17 Richard M. Stallman <rms@gnu.org>
1898
1899 * ibuf-ext.el: Enable byte-compile-dynamic.
1900
64f41d64
JR
19012002-01-17 Jason Rumney <jasonr@gnu.org>
1902
1903 * term/w32-win.el: Restore conditional require of fontset.
1904
dfb9f8af
RS
19052002-01-16 Richard M. Stallman <rms@gnu.org>
1906
7adfc0d7
RS
1907 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1908 more or less.
1909 (mouse-drag-region): New function. For a click in the echo area,
1910 show *Messages*.
1911
dfb9f8af
RS
1912 * ibuf-ext.el: Delete the autoloads for functions defined with
1913 ibuffer-specific commands.
1914
1915 * help.el (describe-distribution): Really call view-file.
1916
1917 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1918 (ange-ftp-get-process): Pass that arg.
1919
1920 * comint.el (comint-simple-send): Fix previous change.
1921
1922 * net/telnet.el (telnet-simple-send): Fix previous change.
1923
17f8ff6a 1924 * progmodes/sql.el (sql-escape-newlines-and-send)
dfb9f8af
RS
1925 (sql-query-placeholders-and-send): Fix previous change.
1926
bbfdedef
CW
19272002-01-16 Colin Walters <walters@verbum.org>
1928
1929 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1930 URL, Compatibility headers. Update copyright notice.
1931 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1932
bde61f8b
EZ
19332002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1934
1935 * startup.el (command-line): Set EOL mnemonics for the Mac.
1936
adb92798
AS
19372002-01-16 Andreas Schwab <schwab@suse.de>
1938
1939 * mail/feedmail.el (feedmail): Fix :link spec.
1940
cd9c1e8f 19412002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
774f6cf4 1942
5a9af4e1
PJ
1943 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1944 2 ldapsearch.
1945
53015965
PJ
1946 * net/eudc.el: New maintainer. Change author's address.
1947 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1948 Variables removed.
1949 (eudc-insert-selected): Function removed.
1950 (eudc-select): Reimplemented.
1951 (eudc-expand-inline): Delete the strings only after its expansion
1952 is chosen not before.
1953
1954 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1955 Minor coding style fixes.
1956
1957 * net/eudcb-ldap.el: New maintainer. Change author's address.
1958 (eudc-attribute-display-method-alist): Display mail with
1959 eudc-display-mail.
1960
1961 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1962 * net/eudc-vars.el: New maintainer. Change author's address.
774f6cf4
PJ
1963
1964 * net/eudc-bob.el: New maintainer. Change author's address.
1965 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1966 (eudc-display-mail): New function.
1967 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1968
863fd6a7
RS
19692002-01-15 Richard M. Stallman <rms@gnu.org>
1970
17f8ff6a 1971 * emacs-lisp/autoload.el (make-autoload):
863fd6a7
RS
1972 Don't handle define-ibuffer-column, define-ibuffer-filter,
1973 define-ibuffer-sorter, and define-ibuffer-op.
1974
afb05cf3
RS
19752002-01-14 Richard M. Stallman <rms@gnu.org>
1976
1977 * calendar/calendar.el (diary-date-forms): Doc fix.
1978
3947677c
EZ
19792002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1980
1981 * startup.el (command-line): Register the default tty colors even
1982 if the terminal doesn't seem to support colors.
1983 <tty-long-option-alist>: New option --color.
1984 (tty-handle-args): Parse the --color arg.
1985
1986 * term/tty-colors.el (tty-color-mode-alist): New variable.
1987
ae0bec0b
SM
19882002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1989
1990 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1991 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1992 Use it.
1993 (ange-ftp-hook-function): Preserve match-data.
1994 (ange-ftp-insert-directory): Typo.
1995 (ange-ftp-shell-command): Check if regexp matched.
1996
9c05459c
RS
19972002-01-13 Richard M. Stallman <rms@gnu.org>
1998
ad394bee
RS
1999 * international/mule-cmds.el: help-map bindings moved to help.el.
2000
2001 * help.el (view-echo-area-messages): New function.
2002 (help-map): Add `e' binding. Delete obsolete `d' binding.
2003 Change old Info bindings C-f, C-k and C-i to F, K, S.
2004 Move view-emacs-FAQ from F to C-f.
2005 Move view-emacs-problems from P to C-e.
2006 Bindings moved here from mule-cmds.el.
ae0bec0b 2007 C-l binding for describe-language-environment deleted
ad394bee 2008 (help-for-help): Update for all these changes.
ae0bec0b 2009
9c05459c
RS
2010 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2011
20122002-01-13 Dave Love <fx@gnu.org>
2013
2014 * emacs-lisp/copyright.el: Doc fixes.
2015 (copyright-regexp): Add Latin-9 copyright sign.
2016 Match comment delimiters in year lists.
2017 (copyright-current-year): Initialize to load-time year.
2018
b544496d
AS
20192002-01-13 Andreas Schwab <schwab@suse.de>
2020
2021 * dired-aux.el (dired-do-shell-command): Doc fix.
2022
8a8e19a3 20232002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
cf225974
EZ
2024
2025 * startup.el (command-line-x-option-alist): New options "-fs",
2026 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
2027
2028 * term/x-win.el (x-handle-initial-switch): New function.
2029
12a87d0f 20302002-01-13 Colin Walters <walters@debian.org>
ae0bec0b 2031
12a87d0f
CW
2032 * emacs-lisp/autoload.el (make-autoload): Handle
2033 define-ibuffer-column, define-ibuffer-filter,
2034 define-ibuffer-sorter, and define-ibuffer-op.
ae0bec0b 2035
12a87d0f 2036 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
c494f663
CW
2037
2038 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
ae0bec0b 2039
732576c8
RS
20402002-01-12 Richard M. Stallman <rms@gnu.org>
2041
0deef26e
RS
2042 * net/browse-url.el (browse-url-grail):
2043 Use browse-url-maybe-new-window.
2044
732576c8
RS
2045 * net/telnet.el (telnet-simple-send): Handle
2046 comint-input-sender-no-newline like comint-simple-send.
2047
2048 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
2049 comint-input-sender-no-newline like comint-simple-send.
2050 (sql-escape-newlines-and-send): Likewise.
2051
2052 * comint.el (comint-input-sender): Doc fix.
2053 (comint-input-sender-no-newline): New variable.
2054 (comint-simple-send): If comint-input-sender-no-newline,
2055 don't output newline, but maybe send eof.
2056 (comint-send-input): New arg NO-NEWLINE.
2057 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
ae0bec0b 2058
cd9c1e8f 20592002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
f30fe18b
PJ
2060
2061 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
2062 delaying when executing keyboard macros.
2063
8f3f2fe5
RS
20642002-01-12 Richard M. Stallman <rms@gnu.org>
2065
e9cd25fe
RS
2066 * simple.el (line-move): If we can't move enough lines,
2067 go to beginning or end of line.
2068
6ab3cbb5
RS
2069 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
2070 and proper window.
2071
2072 * help.el (describe-mode): Call help-setup-xref in the help buffer.
2073 Switch buffers only after calling `help-buffer'.
2074
8f3f2fe5
RS
2075 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
2076 only when they are surrounded by whitespace.
2077 Use dired-mark-separator when adding one file name to a command.
2078 (dired-do-shell-command): Verify that * is surrounded by whitespace.
2079 Ask for confirmation if * or ? is not surrounded by whitespace.
2080 (dired-bunch-files): Re-reverse the partial file list when it is used.
2081
20822002-01-12 Richard M. Stallman <rms@gnu.org>
2083
2084 * comint.el (comint-dynamic-list-completions): Repeating the command
2085 after displaying a completion list scrolls the list.
2086
95014d62
EZ
20872002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
2088
ef59dd3b
EZ
2089 * files.el (find-file-noselect): Don't consider a buffer as
2090 visiting a file literally if it is in hexl-mode.
2091
95014d62
EZ
2092 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
2093
b58e3ca1
RS
20942002-01-11 Richard M. Stallman <rms@gnu.org>
2095
d57966d7
RS
2096 * startup.el (initial-scratch-message): Fix custom type, add group.
2097
b58e3ca1
RS
2098 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
2099 around the decode-coding-region call.
2100
2101 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
2102 after displaying a completion list scrolls the list.
2103
f3b812da
EZ
21042002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2105
2106 * version.el (emacs-version): Bump to 21.2.50.
2107
df9d055e
TTN
21082002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
2109
2110 * play/zone.el (zone-timeout): New var.
2111 (zone-hiding-modeline): New macro.
2112 (zone-call): New func.
2113
2114 (zone): Init `modeline-hidden-level' symbol property.
2115 Use `zone-call' instead of `funcall'.
2116
2117 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
2118
2119 (zone-pgm-stress): Use `zone-hiding-modeline'.
2120
2121 (zone-pgm-stress-destress): New zone program.
2122
0e9f0c44
EZ
21232002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2124
2125 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
2126
aad1cc5a
RS
21272002-01-09 Richard M. Stallman <rms@gnu.org>
2128
2129 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
2130
b93e5ce2 21312002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 2132
ae0bec0b 2133 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
b93e5ce2 2134 flyspell-mouse-map.
df9d055e 2135
e3b2eba1
RS
21362002-01-08 Richard M. Stallman <rms@gnu.org>
2137
f3bd3e5f
RS
2138 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
2139
e3b2eba1
RS
2140 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
2141
2142 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
2143
cd9c1e8f 21442002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fda1bf2c 2145
ae0bec0b
SM
2146 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
2147 Do not use make-local-hook.
fda1bf2c 2148
414ecccc
EZ
21492002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2150
2151 * international/quail.el (quail-start-translation)
2152 (quail-start-conversion): Bind last-command-event, last-command,
2153 and this-command in the first let. This fixes the change from
2154 2000-08-30.
2155
ec781075 21562002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 2157
ae0bec0b 2158 * ediff-hook.el: Add an autoload cookie.
df9d055e 2159
cd9c1e8f 21602002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
741b7ef3
PJ
2161
2162 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
2163 address of the author.
2164
a474d59c
RS
21652002-01-08 Richard M. Stallman <rms@gnu.org>
2166
2167 * replace.el (occur-mode-goto-occurrence-other-window): New command.
2168 (occur-mode-map): Bind `o' to that.
2169
50a07e18 21702002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 2171
50a07e18
MK
2172 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
2173 new macro that replaces viper-emacs-p and viper-xemacs-p in many
2174 cases. Used to reduce the number of warnings.
df9d055e 2175
ae0bec0b
SM
2176 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
2177 (viper-standard-value): Move here from viper.el.
2178 (viper-set-unread-command-events): Move to viper-util.el
2179 (viper-check-minibuffer-overlay): Make sure
50a07e18 2180 viper-minibuffer-overlay is moved to cover the entire input field.
df9d055e 2181
50a07e18 2182 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
ae0bec0b
SM
2183 (viper-read-key-sequence, viper-set-unread-command-events)
2184 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
df9d055e 2185
ae0bec0b 2186 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 2187
ae0bec0b 2188 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 2189
ae0bec0b 2190 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 2191
ae0bec0b
SM
2192 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
2193 (viper-event-vector-p): Move to viper-util.el
df9d055e 2194
ae0bec0b 2195 * viper.el (viper-standard-value): Move to viper-cmd.el.
50a07e18
MK
2196 Use viper-cond-compile-for-xemacs-or-emacs.
2197
ae0bec0b 2198 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 2199
ae0bec0b 2200 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 2201
ae0bec0b
SM
2202 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
2203 New macro designed to be used in many places where ediff-emacs-p or
2204 ediff-xemacs-p was previously used. Reduces the number of warnings.
2205 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
50a07e18 2206 of ediff-xemacs-p.
ae0bec0b
SM
2207 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
2208 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
2209 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
2210 Move to ediff-util.el.
2211 (ediff-event-key): Moved here.
df9d055e 2212
ae0bec0b 2213 * ediff-merge.el: Got rid of unreferenced variables.
df9d055e 2214
ae0bec0b 2215 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 2216
ae0bec0b
SM
2217 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
2218 (ediff-cleanup-mess): Improve the way windows are set up after
50a07e18 2219 quitting ediff.
ae0bec0b
SM
2220 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
2221 (ediff-dispose-of-variant-according-to-user): New function
50a07e18 2222 designed to be smarter and also understands indirect buffers.
ae0bec0b
SM
2223 (ediff-highlight-diff-in-one-buffer)
2224 (ediff-unhighlight-diff-in-one-buffer)
2225 (ediff-unhighlight-diffs-totally-in-one-buffer)
2226 (ediff-highlight-diff, ediff-highlight-diff)
2227 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
2228 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
2229 (ediff-get-region-contents, ediff-make-current-diff-overlay):
2230 Moved here.
2231 (ediff-format-bindings-of): New function by Hannu Koivisto
50a07e18 2232 <azure@iki.fi>.
ae0bec0b 2233 (ediff-setup): Make sure the merge buffer is always widened and
50a07e18 2234 modifiable.
ae0bec0b 2235 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
50a07e18 2236 result of a merge into a file visited by another buffer.
ae0bec0b 2237 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
50a07e18 2238 is visited by another buffer and ask to save/delete that buffer.
ae0bec0b 2239 (ediff-verify-file-merge-buffer): New function to do the above.
df9d055e 2240
ae0bec0b 2241 * ediff-vers.el: Load ediff-init.el at compile time.
df9d055e 2242
ae0bec0b 2243 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 2244
ae0bec0b
SM
2245 * ediff.el (ediff-windows, ediff-regions-wordwise)
2246 (ediff-regions-linewise): Use indirect buffers to improve
50a07e18
MK
2247 robustness and make it possible to compare regions of the same
2248 buffer (even overlapping regions).
ae0bec0b
SM
2249 (ediff-clone-buffer-for-region-comparison)
2250 (ediff-clone-buffer-for-window-comparison): New functions.
2251 (ediff-files-internal): Refuse to compare identical files.
2252 (ediff-regions-internal): Get rid of the warning about comparing
50a07e18 2253 regions of the same buffer.
df9d055e 2254
ae0bec0b
SM
2255 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
2256 Plus the following fixes courtesy of Dave Love: Doc fixes.
50a07e18
MK
2257 (ediff-word-1): Use word class and move - to the
2258 front per regexp documentation.
2259 (ediff-wordify): Bind forward-word-function outside loop.
2260 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
2261 consing buffer contents.
2262 (ediff-goto-word): Move syntax table setting outside loop.
df9d055e 2263
5a6a8d3b
RS
22642002-01-07 Richard M. Stallman <rms@gnu.org>
2265
4de547e4
RS
2266 * dired.el (dired-copy-filename-as-kill): Call kill-append
2267 if following a kill command.
2268
5a6a8d3b
RS
2269 * help-fns.el (describe-variable, describe-function):
2270 Do save-excursion.
2271
cd9c1e8f 22722002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13019081 2273
b4ac0cdb
PJ
2274 * net/ldap.el (ldap-search-internal): Skip error message from
2275 ldapsearch. Allow listing attribute names only. Do not open
2276 non-existent files.
2277
2278 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
2279 call non-existent function.
2280
ff41c6f6
PJ
2281 * net/eudc.el (top-level): Revert previous change.
2282
c2e6c8d1
PJ
2283 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
2284 variables to prevent warning from byte-compiler.
2285
2286 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
2287 string-match on emacs-version again.
2288
687a9f30
PJ
2289 * enriched.el (enriched-make-annotation): Fix the change from
2290 2002-01-05.
2291 (enriched-handle-display-prop): Return proper values.
2292
13019081
PJ
2293 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
2294 proper attribute name labeledUri instead of deprecated labeledUrl.
2295
cd9c1e8f 22962002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
665e6193
PJ
2297
2298 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
2299 editing an empty hotlist.
2300
2301 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
2302 Use buffer-string instead of buffer-substring for the whole
2303 buffer.
2304
2305 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
2306 not free.
2307
2308 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
2309 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
2310 (eudc-bob-save-object): Make the buffer unibyte.
2311 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
2312 object to external program.
2313
bd635c0e
AS
23142002-01-05 Andre Spiegel <spiegel@gnu.org>
2315
2316 * vc.el (vc-branch-part): Return nil if there's no `.'
2317 (vc-default-previous-version): Renamed from vc-previous-version.
2318 New args BACKEND and FILE. Return nil for revision numbers
2319 without a `.'
2320 (vc-version-diff): Call vc-BACKEND-previous-version.
2321 (vc-steal-lock): Steal lock before composing mail, so that no mail
2322 is sent when the stealing goes wrong. And we'll actually see the
2323 error in that case now.
2324 (vc-finish-steal): Removed.
2325
2326 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
2327 the lock, so that we see expanded headers.
2328 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
2329 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
2330 available from vc.el. Updated all callers.
2331
a62d9f30
RS
23322002-01-05 Richard M. Stallman <rms@gnu.org>
2333
2334 * enriched.el (enriched-make-annotation): Doc fix.
2335
df9d055e
TTN
2336 * format.el (format-replace-strings, format-subtract-regions)
2337 (format-annotate-region, format-annotate-location)
a62d9f30
RS
2338 (format-annotate-atomic-property-change)
2339 (format-annotate-single-property-change): Doc fixes.
2340
44368f8f
JR
23412002-01-05 Jason Rumney <jasonr@gnu.org>
2342
2343 * term/w32-win.el: Require fontset unconditionally.
2344 (w32-handle-scroll-bar-event): Remove.
2345
56a0c173
RS
23462002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2347
2348 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
2349 copyrights to be updated.
2350
5c3cb846
EZ
23512002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2352
62993ed6
EZ
2353 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
2354 2001-10-24.
2355
5c3cb846
EZ
2356 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
2357
cd9c1e8f 23582002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c69b943f
PJ
2359
2360 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
2361 entry.
2362 (ldap-ignore-attribute-codings): Change the default value to allow
2363 encoding/decoding of attributes.
2364 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
2365
3dc5f18e
RS
23662002-01-03 Richard M. Stallman <rms@gnu.org>
2367
2cce20c0
RS
2368 * files.el (basic-save-buffer): Undo previous change.
2369
5860ba6e
RS
2370 * calendar/diary-lib.el (diary-block): Doc fix.
2371
3dc5f18e
RS
2372 * custom.el (defcustom): Fix syntax of previous change.
2373
121f67fa
EZ
23742002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
2375
2376 * custom.el (defcustom): Documented :tag, :link and :load.
2377
6cd4cfc5
EZ
23782002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2379
2380 * mail/sendmail.el (mail-recover-1): New function.
2381 (mail-recover): Switch to the *mail* buffer right away. Use
2382 buffer-auto-save-file-name instead of calling
2383 make-auto-save-file-name. Call dired-noselect instead of invoking
2384 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
2385 before reading the auto-save file. If the buffer's auto-save file
2386 does not exist, call mail-recover-1 to allow recovery from past
2387 auto-saved drafts.
2388
cd9c1e8f 23892002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cdc51589
PJ
2390
2391 * time.el (display-time-load-average-threshold): Fix defcustom
2392 (add type and group).
2393
2394 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
2395 specification from the hostname.
2396
f790dddf
RS
23972002-01-02 Richard M. Stallman <rms@gnu.org>
2398
2399 * facemenu.el (facemenu-active-faces):
2400 Use face-attributes-as-vector, not face-attributes-vector.
2401
0c5e191f
RS
24022002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
2403
2404 * xscheme.el: Eleven years of updates on a private copy.
df9d055e 2405
0c5e191f
RS
2406 Extensive changes to support multiple xscheme buffers:
2407 (run-scheme): Break up into new functions to facilitate starting
2408 processes in other buffers.
2409 (xscheme-start, xscheme-read-command-line): New functions.
2410 (start-scheme, select-scheme)
2411 (default-xscheme-runlight)
2412 (global-set-scheme-interaction-buffer)
2413 (local-set-scheme-interaction-buffer)
2414 (local-clear-scheme-interaction-buffer)
2415 (exit-scheme-interaction-mode)
2416 (verify-xscheme-buffer): New functions.
2417 (xscheme-process-name, xscheme-buffer-name)
2418 (xscheme-runlight): New internal vars.
2419 (default-xscheme-runlight): New const.
2420 (xscheme-start-process): Add args for the process/buffer names.
2421 (reset-scheme): Pass process/buffer names.
2422 (scheme-interaction-mode): Initialize new local vars.
2423 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
2424 (xscheme-select-process-buffer, xscheme-process-buffer)
2425 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
2426 (xscheme-goto-output-point, xscheme-write-message-1): Use new
2427 var xscheme-process-name.
2428 (xscheme-start-process): Initialize xscheme-process-name and
2429 xscheme-buffer-name in the process buffer. Pass buffer name to
2430 xscheme-modeline-initialize.
2431 (xscheme-modeline-initialize): Add argument to specify buffer name
2432 for mode-line vars.
2433 (xscheme-process-sentinel): Make sure sentinel is run in the
2434 process buffer so it sees its local vars.
2435 (xscheme-process-filter-initialize, xscheme-set-runlight): More
2436 elaborate logic to handle multiple-buffer mode lines.
2437
2438 (xscheme-enter-input-wait): Re-enable control-G handler upon
2439 entering input wait.
2440
2441 (scheme-interaction-mode): Add arg to preserve local vars.
2442 (xscheme-enter-interaction-mode)
2443 (xscheme-enter-debugger-mode): Preserve local vars.
2444 (xscheme-start-process): Clobber local vars.
2445
2446 (scheme-interaction-mode-commands): Allow end user to add commands
2447 to scheme-interaction-mode keymap.
2448 (scheme-interaction-mode-commands-alist): New variable.
2449
2450 (xscheme-send-string): Don't use insert-before-markers.
2451
2452 Implement a per-buffer kill ring:
2453 (xscheme-insert-expression)
2454 (xscheme-rotate-yank-pointer, xscheme-yank)
2455 (xscheme-yank-pop, xscheme-yank-push): New functions.
2456 (xscheme-expressions-ring)
2457 (xscheme-expressions-ring-yank-pointer)
2458 (xscheme-expressions-ring-max): New variables.
2459 (xscheme-send-string-1): Call xscheme-insert-expression to save
2460 expression in ring.
2461 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
2462 (xscheme-previous-send): Deleted variable.
2463
2464 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
2465 xscheme-send-control-g-interrupt): Use process-send-string rather
2466 than send-string.
2467
2468 (xscheme-send-region): Insert a newline after an expression that
2469 is submitted in the interaction buffer, for consistency with
2470 recent changes to Edwin.
2471
2472 (xscheme-delete-output): New function mimics comint-delete-output.
2473 (xscheme-last-input-end): New internal variable.
2474 (xscheme-process-filter-output): Update xscheme-last-input-end.
2475
2476 (xscheme-send-control-g-interrupt): Make sure that
2477 xscheme-control-g-disabled-p is looked up in the right buffer.
2478
2479 (xscheme-enable-control-g): Clear C-g message if visible.
2480 (xscheme-control-g-message-string): New internal var.
2481 (xscheme-send-control-g-interrupt): Use new var.
2482
2483 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
2484 after sending interrupt in order to work around race condition.
2485
2486 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
2487 (xscheme-send-char): Use xscheme-send-char rather than send-string
2488 to send single char.
2489
2490 (xscheme-process-filter, xscheme-process-filter-alist): Add
2491 support for evaluating expressions outside of the call-excursion.
2492 (xscheme-process-filter:string-action-noexcursion): New func.
2493
2494 (xscheme-write-value): Change output string to match that used by
2495 Edwin.
2496
2497 (xscheme-coerce-prompt): Don't write a space after a command
2498 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
2499 for us.
2500
2501 (reset-scheme): Delete process after killing it.
2502
7bc60154
EZ
25032002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2504
2505 * bindings.el (function-key-map): Don't bind shifted keypad
2506 numeric keys.
2507
cd9c1e8f 25082002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5e442abf
PJ
2509
2510 * enriched.el (enriched-handle-display-prop): Remove unused
2511 variables.
2512 (enriched-mode): Doc fix.
2513
a4e9932a
EZ
25142002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2515
2516 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
2517 Hebrew points.
2518
1996baee
RS
25192002-01-01 Richard M. Stallman <rms@gnu.org>
2520
2521 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
2522
741d51eb
RS
25232001-12-31 Richard M. Stallman <rms@gnu.org>
2524
2525 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
2526 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
2527 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
df9d055e 2528 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
741d51eb
RS
2529 * progmodes/cperl-mode.el, progmodes/idlwave.el:
2530 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
2531 Adapt face definitions to use :weight and :slant.
df9d055e 2532
741d51eb
RS
2533 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
2534
2535 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
2536
2537 * font-lock.el (initializing from font-lock-face-attributes):
2538 Use :weight and :slant, not :bold and :italic.
2539
25402001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
2541
2542 * cus-edit.el (custom-face-edit-fix-value): New function.
2543 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
2544
cd9c1e8f 25452001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
99158127
PJ
2546
2547 * progmodes/octave-mod.el (octave-abbrev-table):
2548 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
2549 * progmodes/fortran.el (fortran-mode-abbrev-table):
2550 * progmodes/f90.el (f90-mode-abbrev-table):
2551 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
2552 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
2553 predefined abbrevs as "system" abbrevs.
2554
1b8c66fe
RS
25552001-12-30 Richard M. Stallman <rms@gnu.org>
2556
ef8aee62
RS
2557 * info.el (Info-fontify-node): For a **** underline line, put the
2558 invisible and intangible props on the following newline, but not
2559 on the previous newline or the last char of the previous line.
2560
2561 * faces.el (face-set-after-frame-default): Don't change `default' face.
2562
2563 * faces.el (minibuffer-prompt): Adopt some default colors.
2564
2565 * replace.el (query-replace-read-args): Immediate error if read-only.
2566
df9d055e 2567 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1b8c66fe
RS
2568 Display the output buffer in a more intelligent way.
2569
7ad0c1c3
EZ
25702001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2571
2572 * ls-lisp.el (insert-directory): Modify the "total" line wording,
2573 in accordance with files.el's insert-directory.
2574
0065bb74
RS
25752001-12-29 Richard M. Stallman <rms@gnu.org>
2576
2577 * files.el (basic-save-buffer): If a before-write hook displays
2578 an echo area message, pause before calling basic-save-buffer-1.
2579
44fc58f2
RS
25802001-12-29 Markus Rost <rost@math.ohio-state.edu>
2581
2582 * textmodes/reftex-global.el (reftex-query-replace-document)
2583 (reftex-change-label): Doc fix.
2584
2585 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
2586
2587 * progmodes/etags.el (tags-query-replace): Doc fix.
2588
0d8466cc
RS
25892001-12-29 Richard M. Stallman <rms@gnu.org>
2590
2591 * progmodes/compile.el (compile-internal): Fix previous change.
2592
07025a55
RS
25932001-12-28 Richard M. Stallman <rms@gnu.org>
2594
4a4fa24d
RS
2595 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2596 shrink the windows above as necessary to get space.
2597 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2598
1d0653f8
RS
2599 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2600 This fixes a bug that treated all files as directories.
8839c4a6 2601 (ange-ftp-insert-directory): Explicitly follow symlinks.
1d0653f8
RS
2602
2603 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2604 alias symbols--put the translated sequences here directly.
2605
df9d055e
TTN
2606 * progmodes/cc-mode.el (c-mode-abbrev-table)
2607 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1d0653f8
RS
2608 (java-mode-abbrev-table, pike-mode-abbrev-table):
2609 Mark all the predefined abbrevs as "system" abbrevs.
2610
07025a55
RS
2611 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2612 (sendmail-send-it): Check mail-specify-envelope-from
2613 and mail-envelope-from in the mail buffer at start.
2614
31bc27f6
EZ
26152001-12-28 Simon Josefsson <jas@extundo.com>
2616
2617 * mail/sendmail.el (mail-envelope-from): Fix :type.
2618 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2619
4e02881b
RS
26202001-12-28 Richard M. Stallman <rms@gnu.org>
2621
cf3b69c4
RS
2622 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2623
4e02881b
RS
2624 * simple.el (line-move-invisible): New subroutine.
2625 (line-move-to-column): New subroutine--smarter about advancing over
2626 invisible parts of a line, or lines, but only as long as hpos grows.
2627 (line-move-finish): New subroutine: repeatedly processes desired
2628 column, intangibility, and fields.
2629 (line-move): Use those subroutines.
2630 When moving lines downward, skip invisible text first rather than last.
2631
0e842e15
RS
26322001-12-27 Richard M. Stallman <rms@gnu.org>
2633
a228c48e
RS
2634 * international/mule-diag.el (describe-char-after):
2635 Describe the text properties of the char after point.
2636
0e842e15
RS
2637 * help.el (describe-key): Doc fix.
2638
26392001-12-26 Markus Rost <rost@math.ohio-state.edu>
2640
2641 * find-dired.el (find-dired-sentinel): Precede exit message by
2642 two spaces, to match the regexp in dired-between-files.
2643
3058e436
MB
26442001-12-28 Miles Bader <miles@gnu.org>
2645
2646 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2647 images (which are lists too).
2648
b24cd22e
EZ
26492001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2650
2651 * language/european.el: Fix the doc string of "Latin-5" language
2652 environment.
2653
492e159b
RS
26542001-12-26 Richard M. Stallman <rms@gnu.org>
2655
d2fb04df
RS
2656 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2657 defined as before 2001-11-09.
2658 (add-minor-mode call): Specify the keymap.
2659
492e159b
RS
2660 * progmodes/compile.el (compile-internal):
2661 Set TERM variable in process-environment.
2662
da3ab9c7
RS
26632001-12-25 Richard M. Stallman <rms@gnu.org>
2664
5a97a3c2
RS
2665 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2666 the buffer.
2667
da3ab9c7
RS
2668 * startup.el (command-line): Convert command line args
2669 to Emacs internal representation using locale-coding-system.
2670
9ac9525c
EZ
26712001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2672
2673 * international/fontset.el: Don't require ind-util when compiling.
2674
cd9c1e8f 26752001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
19d62fda 2676
04b7de79
PJ
2677 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2678 set-frame-height and set-frame-width instead of set-screen-height
2679 and set-screen-width.
2680
2cb48ea3
PJ
2681 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2682 of obsolete set-screen-width.
2683
c19813f3
PJ
2684 * locate.el (locate): Remove dot at the end of error argument.
2685
19d62fda
PJ
2686 * emerge.el (emerge-show-file-name): Use frame-height instead of
2687 obsolete screen-height.
2688
04b7de79
PJ
2689 * mail/mh-utils.el (mh-show-msg): Likewise.
2690 (mh-handle-process-error): Use frame-width instead of obsolete
2691 screen-width.
2692
d0fd26dd
RS
26932001-12-25 Richard M. Stallman <rms@gnu.org>
2694
b4c45162
RS
2695 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2696 to enlarge-window. Use save-selected-window. Don't try
2697 to resize windows that end at the bottom "level".
2698 Retry changing the sizes until the windows get the desired sizes.
2699 Discount the minibuffer when computing total height available.
2700
d0fd26dd
RS
2701 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2702 (debugger-make-xrefs): Only make a button for the first symbol
2703 on any line.
2704
9e068198
EZ
27052001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2708 Call IT-setup-unicode-display here instead of adding it to
2709 dos-codepage-setup-hook, so that Unicode display tables are set
2710 before dos-codepage-setup-hook runs.
2711
365486d6
RS
27122001-12-24 Richard M. Stallman <rms@gnu.org>
2713
96c01bd4
RS
2714 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2715 (nslookup-mode-abbrev-table): Don't define it.
2716 (smbclient-mode-abbrev-table): Don't define it.
2717 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2718 (nslookup-mode, smbclient-mode): Likewise.
2719 (network-connection-service-abbrev-alist): Variable deleted.
2720 (network-connection-mode-setup): Don't set up abbrev table.
2721
7c425d82
RS
2722 * faces.el (minibuffer-prompt): New face.
2723 (minibuffer-prompt-properties): Add `face' property.
2724
365486d6
RS
2725 * replace.el (occur-mode-display-occurrence): New function.
2726 (occur-mode-map): Bind C-o to it.
2727
b9fe4732 27282001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
df9d055e 2729
b9fe4732
MK
2730 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2731 (viper-special-read-and-insert-char): Make C-m work right in the r
2732 comand.
2733 (viper-buffer-search-enable): Fixed format string.
df9d055e 2734
b9fe4732
MK
2735 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2736 instead of viper-info-on-file.
2737 (ex-set-visited-file-name): New function.
df9d055e 2738
b9fe4732 2739 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
df9d055e 2740
b9fe4732
MK
2741 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2742 action argument.
df9d055e 2743
b9fe4732 2744 * ediff-init.el: Fixed some doc strings.
df9d055e 2745
b9fe4732
MK
2746 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2747 Got rid of make-local-hook.
df9d055e 2748
b9fe4732
MK
2749 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2750 make-local-hook.
df9d055e 2751
67f5954c
RS
27522001-12-23 Richard M. Stallman <rms@gnu.org>
2753
ea8d3061
RS
2754 * term/x-win.el (x-handle-geometry): Put height and width
2755 on default-frame-alist, left and top on initial-frame-alist.
2756 * term/w32-win.el (x-handle-geometry): Likewise.
2757
67f5954c
RS
2758 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2759
2760 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2761 not interactive-p.
2762
cd9c1e8f 27632001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3e99d237
PJ
2764
2765 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2766 mocklisp entries.
2767
2768 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2769 Lisp. Obsoleted.
2770
c95eaa61
PJ
2771 * emulation/mlconvert.el: File removed.
2772
2773 * emulation/mlsupport.el: Moved to obsolete.
2774
3e99d237
PJ
2775 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2776
2777 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2778
2779 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
39cf8566 2780 mocklisp case.
3e99d237
PJ
2781
2782 * help-fns.el (describe-function-1): Remove mocklisp function
2783 case.
2784
9e698fd9
MB
27852001-12-22 Miles Bader <miles@gnu.org>
2786
2787 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2788 turning refill-mode off.
2789
cd9c1e8f 27902001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4b05e68d
PJ
2791
2792 * time.el (display-time-load-average-threshold): New variable.
2793 (display-time-update): Use it.
df9d055e 2794
4b05e68d
PJ
2795 These changes allow cycling through past 1, 5 and 15 minutes
2796 load-average displayed in the mode-line.
2797
2798 * time.el (display-time-default-load-average): New customizable option.
2799 (display-time-load-average): New variable.
2800 (display-time-cycle-load-average): New function.
2801 (display-time-update): Use them.
2802
9cc84e31
RS
28032001-12-21 Richard M. Stallman <rms@gnu.org>
2804
2805 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2806 (apropos-documentation, apropos-value): Pass a suitable string.
2807
7f1b5edc
EZ
28082001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2809
05b855f5
EZ
2810 * dired.el (dired-free-space-program, dired-free-space-args):
2811 Aliases for back-compatibility.
2812
4dcd20ec
EZ
2813 * info.el (Info-select-node): If Info-use-header-line is nil, set
2814 header-line-format to nil.
2815 (Info-fontify-node): Don't put a keymap text property on the
066d7e2e
EZ
2816 heading if we are not going to display the header line. Remove
2817 any such text properties left over from past visits to this node.
4dcd20ec 2818
7f1b5edc
EZ
2819 * ls-lisp.el (insert-directory): Insert the amount of free disk
2820 space, like files.el's insert-directory does.
2821
2822 * files.el (directory-free-space-program): Mention
2823 file-system-info in the doc string.
2824 (get-free-disk-space): New function; code moved from
2825 insert-directory.
2826 (insert-directory): Call get-free-disk-space to get the amount of
2827 free space.
2828
d743da26
RS
28292001-12-21 Richard M. Stallman <rms@gnu.org>
2830
64f3b7d3
RS
2831 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2832 (describe-distribution, describe-project): Use view-file.
2833
b6f053c6
RS
2834 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2835
2633072a
RS
2836 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2837
df9d055e 2838 * emacs-lisp/easy-mmode.el (define-minor-mode):
d743da26
RS
2839 Make no arg by default in an interactive call,
2840 so that repeating the command toggles again.
2841
2842 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2843
31877e0a
RS
28442001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2845
2846 * antlr-mode.el: More sophisticated indentation of cpp directive.
2847 (antlr-indent-at-bol-alist): New user option.
2848 (antlr-indent-line): Use it.
2849 (antlr-indent-style): New user option.
2850 (antlr-mode): Use it.
2851 (antlr-indent-item-regexp): Customize.
2852
2853 * antlr-mode.el: Syntax highlighting changes.
2854 (antlr-font-lock-literal-regexp): New user option.
2855 (antlr-font-lock-syntax-face): New face used for :, |, ....
2856 (antlr-font-lock-default-face): New face.
2857 (antlr-font-lock-additional-keywords): Use them.
2858
2859 * antlr-mode.el: New command to insert options -- variables.
2860 (antlr-mode-map): New binding [C-c C-o].
2861 (antlr-mode-menu): New submenus.
2862 (antlr-options-use-submenus): New user option.
2863 (antlr-tool-version): New user option.
2864 (antlr-options-auto-colon): New user option.
2865 (antlr-options-style): New user option.
2866 (antlr-options-push-mark): New user option.
2867 (antlr-options-assign-string): New user option.
2868 (antlr-options-headings): New variable.
2869
2870 * antlr-mode.el: New command to insert options -- specific.
2871 (antlr-options-alists): New variable.
2872 (antlr-read-value): New function.
2873 (antlr-read-boolean): New function.
2874 (antlr-language-option-extra): New function.
2875 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2876 (antlr-c++-mode-extra): New function.
2877 (antlr-grammar-tokens): New function.
2878 (antlr-imenu-create-index-function): New optional argument.
2879
2880 * antlr-mode.el: New command to insert options -- functions.
2881 (antlr-insert-option): New command.
2882 (antlr-insert-option-interactive): New function.
2883 (antlr-options-menu-filter): New function.
2884 (antlr-option-kind): New function.
2885 (antlr-scan-lists): New alias.
2886 (antlr-scan-lists-internal): New function.
2887 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2888 (antlr-option-level): New function.
2889 (antlr-syntactic-grammar-depth): New function.
2890 (antlr-option-location): New function.
2891 (antlr-insert-option-do): New function.
2892 (antlr-option-spec): New function.
2893 (antlr-version-string): New function.
2894 (antlr-insert-option-existing): New function.
2895 (antlr-insert-option-space): New function.
2896 (antlr-insert-option-area): New function.
2897
2898 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2899 with narrowing. Menu change. Miscellaneous.
2900 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2901 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2902 (antlr-electric-character): New command.
2903 (antlr-class-header-regexp): New variable.
2904 (antlr-font-lock-additional-keywords): Use it.
2905 (antlr-imenu-create-index-function): Use it.
2906 (antlr-file-dependencies): Use it.
2907 (antlr-indent-line): Also works with restrictions.
2908 (antlr-indent-command): Interactive spec - changes the buffer.
2909 (antlr-language-for-option): Deletia.
2910 (antlr-language-option): New function, defined instead.
2911 (antlr-mode): Use it.
64865454
EZ
29122001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2913
fcd2ab44 2914 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
d743da26
RS
2915 instead of a literal /dev/null.
2916
2917 * Makefile.in (distclean): Remove Makefile in the build
2918 directory, not in the source directory.
2919
29202001-12-21 Simon Josefsson <jas@extundo.com>.
fcd2ab44 2921
e2c3786a
EZ
2922 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2923 with-temp-buffer instead of find-file-noselect, and bind
2924 coding-system-for-read to no-conversion when reading the queued
0a457cee 2925 messages. (Simon's code modified slightly by Eli Zaretskii.)
64865454 2926
67ad2f93
WL
29272001-12-20 Werner Lemberg <wl@gnu.org>
2928
2929 * international/mule-diag.el (describe-coding-system,
2930 print-coding-system-briefly): Make printed output have a similar
2931 format as describe-character-set.
2932
cd9c1e8f 29332001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
49b83be9
PJ
2934
2935 * play/blackbox.el (bb-member): Remove, use member instead.
2936 (bb-delete): Remove, use delete instead.
2937 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2938 bb-score, bb-detour-count and bb-balls-placed.
2939 Propertize results of rays.
2940
21d90805
KF
29412001-12-19 Karl Fogel <kfogel@red-bean.com>
2942
2943 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2944 strings mention keybinding for `isearch-yank-word-or-char',
2945 rather than `isearch-yank-word', since the former is bound now
2946 and the latter is not.
2947 (isearch-yank-word-or-char): Fix formatting.
2948
5eef30e1
WL
29492001-12-19 Werner Lemberg <wl@gnu.org>
2950
2951 * language/czech.el, language/european.el, language/slovak.el: More
2952 fixes for language info doc strings.
2953
62582985
EZ
29542001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * loadup.el: Add "language" to the load-path.
2957
467412aa
RS
29582001-12-19 Richard M. Stallman <rms@gnu.org>
2959
df9d055e 2960 * international/mule-cmds.el (describe-language-environment):
467412aa 2961 Fix calls to help-xref-button.
df9d055e 2962
797c2e4e
MB
29632001-12-19 Miles Bader <miles@gnu.org>
2964
2965 * international/fontset.el: Require `ind-util' when compiling.
2966
cd9c1e8f 29672001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
858f2574
PJ
2968
2969 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2970 instead of decompose-composite-char.
2971
b04dcf45
RS
29722001-12-18 Richard M. Stallman <rms@gnu.org>
2973
3509a04c
RS
2974 * simple.el (eval-expression-print-level)
2975 (eval-expression-print-length): Doc fixes.
2976
6c78f23d
RS
2977 * international/mule-diag.el (describe-character-set):
2978 Fix the arg to help-xref-button.
2979
b04dcf45
RS
2980 * files.el (directory-free-space-program): New variable.
2981 (directory-free-space-args): New variable.
2982 (insert-directory): Use those two variables for getting free space.
2983 Use file-system-info instead, if that is defined.
2984
2985 * dired.el (dired-free-space-program): Variable deleted.
2986 (dired-free-space-args): Variable deleted.
2987 (dired-insert-directory): Don't try to determine free space.
2988
2989 * files.el (font-lock-defaults): Add risky-local-variables prop.
2990 (hack-one-local-variable): Treat various font-lock variables as risky.
2991
64b4e1f1
WL
29922001-12-18 Werner Lemberg <wl@gnu.org>
2993
858f2574
PJ
2994 * language/chinese.el, language/cyrillic.el:
2995 * language/czech.el, language/european.el, language/greek.el:
2996 * language/hebrew.el, language/indian.el, language/japanese.el:
2997 * language/korean.el, language/lao.el, language/slovak.el:
2998 * language/thai.el, language/tibetan.el, language/vietnamese.el:
64b4e1f1
WL
2999 Improve documentation strings of coding systems and language infos.
3000
30012001-12-18 Werner LEMBERG <wl@gnu.org>
3002
3003 Add support for EUC-TW decoding/encoding.
3004
3005 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
3006 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
3007 New auxiliary functions to build `big5-to-cns'.
3008 (big5-to-cns): New translation alist.
3009
3010 * language/chinese.el: Added new coding system `euc-tw' and its
3011 alias `euc-taiwan'.
3012 Updated language `Chinese-CNS' to include euc-tw encoding also.
3013 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
3014 euc-tw.
3015
7a7001f6
DL
30162001-12-18 Dave Love <fx@gnu.org>
3017
d7c8d25c
DL
3018 * loadup.el: Add language/utf-8-lang, language/georgian.
3019
fb5aa7ac
DL
3020 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
3021 (image-file-name-regexps): Doc fix.
3022
3023 * server.el (server-unload-hook): New function.
3024
3025 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
3026 (lm-crack-copyright): Cope with multi-line copyright `lines'.
3027
058d4999
DL
3028 * simple.el (newline): Doc fix.
3029 (eval-expression-print-level, eval-expression-print-length): Doc
3030 fix. Amend :type.
3031 (next-line, previous-line): Make arg optional.
3032 (newline): Doc fix.
3033
3034 * Makefile.in (DONTCOMPILE): Add various language files.
3035
3036 * international/quail.el (quail-input-string-to-events): Don't use
3037 string-to-list.
3038
7a7001f6
DL
3039 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
3040 calling `newline'.
3041
93420f57
RS
30422001-12-17 Richard M. Stallman <rms@gnu.org>
3043
3044 * comint.el (comint-dynamic-list-input-ring-select): New function.
3045 Switches back to the old window configuration.
3046 (comint-dynamic-list-input-ring): Bind RET to that function.
3047 (comint-dynamic-list-input-ring-window-conf): New variable.
3048
5a6b038a
WL
30492001-12-17 Werner Lemberg <wl@gnu.org>
3050
3051 * international/mule-conf.el: Improve documentation strings of
3052 character sets.
3053
274890d9
RS
30542001-12-16 Richard M. Stallman <rms@gnu.org>
3055
3a7a0095
RS
3056 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
3057 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
3058
3059 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
3060
93420f57
RS
3061 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
3062 Add a DESCRIPTION for the makefile item.
3063
274890d9
RS
3064 * find-file.el (ff-other-file-name): New function.
3065
e5ecf6e9
EZ
30662001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3067
3068 * international/quail.el (quail-input-string-to-events): Fix last
3069 change.
3070
cad84646
RS
30712001-12-16 Richard M. Stallman <rms@gnu.org>
3072
52dcb476
RS
3073 * isearch.el (isearch-edit-string): When we set isearch-string
3074 to the default, also set isearch-message.
3075
784bc7cd
RS
3076 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
3077
eae91b60
RS
3078 * startup.el (command-line-1): Display startup screen
3079 even if there are command line args.
df9d055e 3080 Add a note about how to go to editing your files.
eae91b60
RS
3081 (fancy-splash-head): Add a note about how to go to your files.
3082 (fancy-splash-outer-buffer): New variable.
3083 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
3084
cad84646
RS
3085 * subr.el (with-temp-message): At the end, always discard
3086 the temp message, even by clearing the echo area.
3087
3088 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
3089
da490c95
SM
30902001-12-16 Stefan Monnier <monnier@cs.yale.edu>
3091
6f2426dc
SM
3092 * log-view.el (log-view-message-re, log-view-current-tag):
3093 Recognize Subversion's log output format.
3094
d3980715
SM
3095 * international/fontset.el: Build the list L at compile time.
3096
da490c95
SM
3097 * language/ind-util.el (mapthread): Make a closure.
3098
1ca6a9c4
RS
30992001-12-15 Richard M. Stallman <rms@gnu.org>
3100
4d0fa4f3
RS
3101 * isearch.el (isearch-start-hscroll): New variable.
3102 (isearch-mode): Set isearch-start-hscroll.
3103 (isearch-update): Restore original hscrolling if possible.
3104
1ca6a9c4
RS
3105 * isearch.el (isearch-edit-string):
3106 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
3107
3108 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
3109 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
3110 rather than regexp search and (2) copying text properties
3111 already set up on text unchanged from the previous backtrace.
3112
3113 * case-table.el (set-case-syntax-pair):
3114 Detect invalid calls and signal an error.
3115
31162001-12-15 Richard M. Stallman <rms@gnu.org>
3117
3118 * language/ind-util.el (range): Function deleted.
3119 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
3120 All calls changed.
39af220e 3121
1ca6a9c4
RS
3122 * language/devan-util.el (devanagari-range): Renamed from `range'.
3123 All calls changed.
3124 (devanagari-regexp-of-hashtbl-keys):
3125 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
3126
eccac837
DL
31272001-12-15 Dave Love <fx@gnu.org>
3128
f2e5fc49
DL
3129 * language/ind-util.el: Don't require cl.
3130 (indian-glyph-char, indian-glyph-max-char)
3131 (indian-char-glyph): Moved from indian.el
3132 (indian--puthash-char, mapthread): Don't quote lambda.
3133 (indian--map): New function.
39af220e 3134 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
f2e5fc49
DL
3135 (indian--puthash-cv): Use it.
3136
39af220e 3137 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
f2e5fc49
DL
3138 (indian-char-glyph): Moved to ind-util.el
3139
39af220e
SM
3140 * language/devan-util.el (devanagari-post-read-conversion):
3141 New function.
f2e5fc49 3142
eccac837
DL
3143 * language/georgian.el: New file.
3144
3145 * international/mule-cmds.el (locale-language-names): Add various
3146 entries. Remove utf-8 special case.
3147 (locale-charset-language-names, locale-preferred-coding-systems):
3148 Add utf-8 case.
3149 (set-language-environment): Process required-features earlier.
3150
39af220e
SM
3151 * international/quail.el (quail-keyboard-layout-alist):
3152 Add pc105-uk.
eccac837
DL
3153 (quail-keyboard-layout-type): Fix :type.
3154 (quail-choose-completion-string): Simplify.
39af220e 3155 (quail-update-leim-list-file): Don't get fooled by commented-out code.
eccac837
DL
3156 (quail-input-string-to-events): Run events through
3157 translation-table-for-input.
3158
39af220e
SM
3159 * international/mule-conf.el (translation-table-for-input):
3160 New variable.
eccac837
DL
3161 (latin-iso8859-14): Amend description.
3162 (file-coding-system-alist): Add entry for utf-8.
3163
3164 * language/utf-8-lang.el: New file.
3165
3166 * international/code-pages.el: New file.
3167
3168 * language/hebrew.el ("Windows-1255"): New language.
3169
39af220e 3170 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
eccac837
DL
3171 ("Latvian"): New languages.
3172
39af220e
SM
31732001-12-14 Stefan Monnier <monnier@cs.yale.edu>
3174
3175 * xml.el: Use setq rather than (set 'foo bar).
3176 Use push+nreverse rather than append.
3177 (xml-node-name, xml-node-attributes, xml-node-children):
3178 Use defsubst rather than macros.
3179 (xml-parse-region): Handle a nil return value from xml-parse-tag.
3180 (xml-parse-tag): Don't skip white space. Return nil for a comment.
3181 Concat the two strings surrounding a comment into a single string.
3182
3183 * newcomment.el (comment-indent): Jump to the middle of empty comments.
3184
cd9c1e8f 31852001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
47a31c6b
PJ
3186
3187 * select.el (xselect-convert-to-class, xselect-convert-to-name):
39af220e 3188 Document.
47a31c6b 3189
55fa2e04
AS
31902001-12-14 Andre Spiegel <spiegel@gnu.org>
3191
3192 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
3193 Return nil if FILE is not registered.
3194 (vc-check-master-templates, vc-default-make-version-backups-p):
3195 Doc fix.
3196
446dd922
RS
31972001-12-13 David Ponce <david@dponce.com>
3198
39af220e 3199 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
446dd922
RS
3200 (ruler-mode-left-fringe-cols): New macro.
3201 (ruler-mode-right-fringe-cols): New macro.
3202 (ruler-mode-left-scroll-bar-cols): New macro.
3203 (ruler-mode-right-scroll-bar-cols): New macro.
3204 (ruler-mode-ruler): Use above new macros.
3205
2d2ab9da
RS
32062001-12-13 Richard M. Stallman <rms@gnu.org>
3207
3208 * files.el (set-auto-mode): Fix previous change.
3209
217b8617
SM
32102001-12-13 Stefan Monnier <monnier@cs.yale.edu>
3211
3212 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
3213 (easy-menu-do-define, easy-menu-convert-item-1)
3214 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
3215 (easy-menu-return-item): Only return nil if there is no binding.
3216
5dc2e846
RV
32172001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
3218
3219 * whitespace.el (whitespace-version): 3.2
3220 * whitespace.el (whitespace-force-mode-line-update): Replace with
3221 `whitespace-mode-line-update', which is an alias to the correct
3222 function in various emacsen.
217b8617
SM
3223 * whitespace.el (whitespace-{un,}highlight-the-space):
3224 Add colorized highlighting of the bogus whitespaces in a buffer/file,
5dc2e846
RV
3225 using the `whitespace-highlight-face' if
3226 `whitespace-display-spaces-in-color' is set.
3227
1d8e9a7c
EZ
32282001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * international/mule.el (set-auto-coding): Don't search for
3231 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
3232
cd9c1e8f 32332001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9c8920d8
PJ
3234
3235 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
3236
3237 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
3238
3239 * mail/rmailsum.el (rmail-summary-mode): Likewise.
3240
2e033693
RS
32412001-12-13 Richard M. Stallman <rms@gnu.org>
3242
3243 * simple.el (undo): Always set this-command to `undo',
3244 so that the next undo after an error will not begin redoing.
3245
3246 * simple.el (shell-command): Doc fix.
3247 (shell-command-on-region): If there is output an an error,
3248 add "...Shell command failed" to the output.
3249
52d4c45a
RS
32502001-12-13 David Ponce <david@dponce.com>
3251
d41d07b1 3252 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
52d4c45a
RS
3253 (ruler-mode-left-fringe-cols): Function replaced by more efficient
3254 implementation `ruler-mode-extra-left-cols'.
3255 (ruler-mode-ruler): Use above new function. Take into account
3256 that the fringe areas can now be resized.
3257
d911a0fa
RS
32582001-12-12 Richard M. Stallman <rms@gnu.org>
3259
3260 * international/characters.el (Unicode): Comment out
3261 the specifications for kelvin and angstrom signs.
3262
57983e4d
DL
3263 * international/mule.el (make-translation-table-from-vector):
3264 Allow null elements in VEC.
3265
3266 * international/ucs-tables.el (unify-8859-on-encoding-mode)
217b8617
SM
3267 (unify-8859-on-decoding-mode): Swap the code in their bodies.
3268 Add :version.
57983e4d 3269
6b66d028
RS
32702001-12-11 Richard M. Stallman <rms@gnu.org>
3271
0ee25e8e
RS
3272 * derived.el (derived-mode-p): Function moved to subr.el.
3273
3274 * subr.el (derived-mode-p): Moved here from derived.el.
3275
6b66d028
RS
3276 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
3277
3278 * files.el (set-auto-mode-1): New subroutine, broken out of
3279 set-auto-mode.
3280 (set-auto-mode, hack-local-variables-prop-line): Use that.
3281
2c974b15
DL
32822001-12-11 Dave Love <fx@gnu.org>
3283
217b8617 3284 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2c974b15
DL
3285
3286 * language/european.el: Remove autoload cookies. Fix registration
3287 of diacritic composition function.
3288
cd9c1e8f 32892001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
283b4456 3290
296071e7
PJ
3291 * calendar/todo-mode.el: Require time-stamp.
3292
283b4456
PJ
3293 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
3294
61e3b944
RS
32952001-12-11 Richard M. Stallman <rms@gnu.org>
3296
6b66d028
RS
3297 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
3298
61e3b944
RS
3299 * textmodes/ispell.el (ispell-buffer-local-parsing):
3300 Match xml like sgml.
3301
217b8617 3302 * emacs-lisp/advice.el (ad-compile-function):
61e3b944
RS
3303 Byte compile the function under another (uninterned) name.
3304
3305 * gud.el (gdb): Define and bind gud-jump.
3306
217b8617 3307 * font-lock.el (font-lock-mode):
61e3b944
RS
3308 Put our function at the end of after-change-functions.
3309
3310 * ediff-diff.el (ediff-cmp-options): Doc fix.
3311
3312 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
3313
a207b33c
RS
33142001-12-10 Richard M. Stallman <rms@gnu.org>
3315
3316 * isearch.el (isearch-yank-word-or-char): New function.
3317 (isearch-mode-map): Bind C-w to that.
3318
3319 * menu-bar.el (menu-bar-mode): Make arg optional.
3320
3321 * simple.el (line-move): Cope if next-single-property-change
3322 or previous-single-property-change returns nil.
3323
3324 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
3325 Don't use interactive-p; instead, pass the proper args
3326 in (interactive...). Clean up most of the trouble-report strings.
3327
19a0baf7
EZ
33282001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
3329
3330 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
3331 enqueued messages literally.
3332
440c4d7a
NF
33332001-12-10 Noah Friedman <friedman@splode.com>
3334
3335 * battery.el (battery-insert-file-contents): Obsolete function
3336 removed.
3337 (battery-read-function): Obsolete function removed.
3338 (battery-linux-proc-apm): Use insert-file-contents.
3339
cc84b70f
RS
33402001-12-07 Stephen Eglen <stephen@gnu.org>
3341
217b8617
SM
3342 * iswitchb.el (iswitchb-visit-buffer):
3343 Use `select-frame-set-input-focus'--needed when window manager
a207b33c 3344 uses "click to focus" policy.
cc84b70f 3345
cd9c1e8f 33462001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
72244db2
PJ
3347
3348 * COPYING: Moved back.
3349
278abd30
EZ
33502001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3351
b0a63d77
EZ
3352 * term/internal.el (IT-character-translations): Add entries for
3353 more points.
3354
227f528e
EZ
3355 * international/characters.el: Resurrect the Hebrew category
3356 settings for all Hebrew characters removed by the last change.
3357 Add code for setting the Hebrew category of the Unicode Hebrew
3358 characters. Set syntax entries for Hebrew punctuation characters.
3359
278abd30
EZ
3360 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
3361 points and directional formatting control characters.
3362
5180cc01
DL
33632001-12-07 Dave Love <fx@gnu.org>
3364
a549727e
DL
3365 * language/lao-util.el: Add Unicode equivalents for rules.
3366 (lao-post-read-conversion): New function.
3367
3368 * language/lao.el: Add Unicode equivalents.
3369 (lao): Add post-read conversion.
3370
c84d3ba0
DL
3371 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
3372 Use iso2022 encoding.
3373 (latin1-char-displayable-p): Doc fix.
3374 (latin1-display-ucs-per-lynx): New option.
3375 (latin1-display-ucs-per-lynx): New command.
3376 (latin1-display-reset): Special-case arabic.
3377 (ucs-tables): Require.
3378 (latin1-display-sets, latin1-display-setup): Add arabic.
3379 (latin1-display) <variable>: Use function latin1-display.
3380 (latin1-display) <function>: Add mule-unicode stuff.
3381 (latin1-display-check-font): Don't lose if `info' is nil.
3382
5945f1e2
DL
3383 * international/iso-transl.el: Insert Latin-1 characters, not
3384 unibyte codes.
3385
5180cc01 3386 * language/european.el (diacritic-composition-pattern): New constant.
440c4d7a
NF
3387 (diacritic-compose-region, diacritic-compose-string)
3388 (diacritic-compose-buffer, diacritic-post-read-conversion)
5180cc01
DL
3389 (diacritic-composition-function): New functions.
3390
217b8617
SM
3391 * international/utf-8.el (ucs-mule-to-mule-unicode):
3392 New translation table.
5180cc01
DL
3393 (ccl-encode-mule-utf-8): Use it.
3394 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
217b8617 3395 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
5180cc01
DL
3396 (utf-8-subst-table): New variable.
3397 (utf-8-compose-scripts): New option.
217b8617 3398 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
5180cc01 3399
217b8617
SM
3400 * international/ucs-tables.el, international/utf-8-subst.el:
3401 New files.
5180cc01
DL
3402
3403 * international/characters.el: Don't set word syntax (the default)
3404 explicitly. Add a diacritic category. Add info for Unicode
3405 equivalents of characters in various Mule charsets and for extra
3406 Unicode characters. Don't define specific categories for
3407 Indian/Devanagari, since they aren't used.
3408
c93674bb
RS
34092001-12-06 Richard M. Stallman <rms@gnu.org>
3410
3411 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
3412 (set-justification-left, set-justification-right): Doc fix.
3413
cc84b70f 3414 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
c93674bb
RS
3415 (bug-f90-mode): Variable deleted.
3416
59b59892
SM
34172001-12-06 Stefan Monnier <monnier@cs.yale.edu>
3418
3419 * indent.el (indent-line-function): Default is indent-relative again.
3420
c299126f
MB
34212001-12-07 Miles Bader <miles@gnu.org>
3422
59b59892 3423 * progmodes/compile.el (compilation-error-regexp-alist):
cc84b70f 3424 Added regexps for RXP.
c299126f 3425
a17c9063
EZ
34262001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
3429 Add shift-assignment operators to those highlighted, and highlight
cc84b70f 3430 the whole operator rather than just the "=".
a17c9063 3431
02c6a1cc
EZ
34322001-12-04 Juanma Barranquero <lektu@terra.es>
3433
3434 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
3435 before saving abbrevs if `save-abbrevs' has the value `silently'.
3436
90e742e0
AS
34372001-12-04 Andreas Schwab <schwab@suse.de>
3438
3439 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
3440
52c9b141 34412001-12-04 Colin Walters <walters@debian.org>
59b59892 3442
52c9b141
CW
3443 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
3444 for `defmacro*' forms.
1fdcb819 3445
52c9b141
CW
3446 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
3447 `defmacro*'.
59b59892 3448
52c9b141 34492001-12-03 Stefan Monnier <monnier@cs.yale.edu>
59b59892 3450
1fdcb819
SM
3451 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
3452
e7c210cc
RS
34532001-12-02 Richard M. Stallman <rms@gnu.org>
3454
3455 * files.el (insert-directory): If the df output does not look right,
3456 don't try to use it. Other cleanups in overall code structure.
3457
1fdcb819
SM
34582001-12-02 Stefan Monnier <monnier@cs.yale.edu>
3459
3460 * textmodes/outline.el (outline-mode-prefix-map):
3461 Add bindings for outline-promote and outline-demote.
3462 (outline-minor-mode-menu-bar-map): New var.
3463 (outline-minor-mode): Use it.
3464 (outline-heading-alist): New var (renamed from outline-level-heading).
3465 (outline-level): Use it.
3466 (outline-insert-heading, outline-promote, outline-demote):
3467 Update to use outline-heading-alist.
3468
3469 * disp-table.el (standard-display-european):
3470 Simplify since the function is not interactive any more.
3471 Don't set the existing buffers to unibyte.
3472
3473 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
3474
3475 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
3476
3477 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
3478
3479 * shell.el (shell): Use shell-file-name.
3480 Pop to buffer before calling comint to set COLUMNS properly.
3481
3482 * emacs-lisp/cl.el (svref): New alias.
3483
3484 * progmodes/antlr-mode.el (antlr-c-common-init):
3485 Don't inhibit adaptive-fill-mode any more.
3486
3487 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
3488
3489 * progmodes/etags.el (tags-with-face): Use make-symbol.
3490 (tags-search, tags-query-replace): Use backquotes.
3491
3492 * textmodes/picture.el (picture-mode-map): Don't use defconst
3493 for a variable.
3494
cd9c1e8f 34952001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4a3cf58d 3496
1fdcb819
SM
3497 * textmodes/reftex-index.el (reftex-index-mode):
3498 Remove make-local-hook.
4a3cf58d
PJ
3499
3500 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
3501
6848c9f1
KS
35022001-12-02 Kim F. Storm <storm@cua.dk>
3503
3504 * isearch.el (isearch-resume-enabled): New variable.
3505 (isearch-done): Use that variable.
3506
656f46bb
RS
35072001-12-01 Richard M. Stallman <rms@gnu.org>
3508
3509 * wid-edit.el (widget-button-click): Don't move point permanently:
3510 Avoid mouse-set-point--instead select the window,
3511 then do save-excursion, then move point.
3512 Specify the buffer for get-char-property.
3513 Don't use `@' in interactive.
1fdcb819 3514
656f46bb
RS
3515 * indent.el (indent-line-function):
3516 Default is indent-to-left-margin again.
3517
3518 * replace.el (query-replace-read-args): Display message
3519 if FROM contains `\n' or `\t'.
3520
036e218d
SM
35212001-12-01 Stefan Monnier <monnier@cs.yale.edu>
3522
3523 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
3524
3525 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
3526
3527 * emacs-lisp/regexp-opt.el (regexp-opt):
3528 Bind completion-regexp-list to nil.
3529
3530 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
3531
21cbfde6
EZ
35322001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
3535 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
3536 Update maintainer.
3537
00f2404d
SM
35382001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3539
14e76ac9
SM
3540 * mail/smtpmail.el: Use with-current-buffer.
3541 (message-make-date, message-make-message-id): Autoload when needed.
3542 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
3543 headers when missing.
3544
3545 * international/encoded-kb.el (encoded-kbd-mode):
3546 Use define-minor-mode.
3547
3548 * enriched.el (enriched-mode): Use define-minor-mode.
3549 Use dolist and pop and push.
3550
3551 * info.el (Info-find-node-2): Don't call info-insert-file-contents
3552 with the `visit' argument.
3553 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
3554
3555 * progmodes/hideif.el (hide-ifdef-mode): Only modify
3556 `change-major-mode-hook' locally. Reset invisibility spec.
3557
00f2404d
SM
3558 * man.el (Man-build-section-alist): Remove last Man-match-substring.
3559
c499f00a 35602001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2 3561
00f2404d 3562 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
7077c03a 3563 Clarify error message.
f48b59a2 3564
c499f00a 35652001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2
KG
3566
3567 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
3568
e294aed7
AS
35692001-11-30 Andre Spiegel <spiegel@gnu.org>
3570
3571 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
3572 don't just return it.
3573
5275d6a8
EZ
35742001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3575
3576 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
3577 (menu-bar-read-emacs-man, search-emacs-glossary)
3578 (emacs-index-search, elisp-index-search): New functions.
3579 (apropso-documentation, apropos, apropos-value, apropos-variable)
3580 (apropos-commands): Modify menu item names and help text.
93531944
SM
3581 (elisp-index-search, emacs-index-search, emacs-glossary):
3582 New menu items.
5275d6a8
EZ
3583 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
3584 submenu.
3585 (info-elisp, info-elintro): New menu items.
3586 (apropos): Modify the menu item name.
3587
2fa5eef4
SM
35882001-11-30 Stefan Monnier <monnier@cs.yale.edu>
3589
93531944
SM
3590 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
3591
3592 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3593
3594 * man.el (man-follow-mouse): New function.
3595 (Man-mode-map): Bind mouse-2 to it.
3596 (Man-match-substring): Remove. Replace with `match-string'.
3597 (man): Use the `default-value' argument to `read-string'.
3598 (Man-fontify-manpage): Add mouse-face to cross references.
3599
2fa5eef4
SM
3600 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3601
e700ec12
SM
36022001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3603
2fa5eef4
SM
3604 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3605 the value of require-match in minibuffer-completion-confirm.
3606 Use crm-local-completion-map.
3607
3608 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3609 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3610 (cl-make-type-test): Use char-valid-p for `character'.
3611
e700ec12
SM
3612 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3613 (Info-complete-menu-item): Rewrite. Add the ability to search
3614 several sequential nodes. Add a simple caching mechanism.
3615 (Info-goto-index): New function extracted from Info-index.
3616 (Info-index): Use it. Add completion to the interactive spec.
3617 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3618
cd9c1e8f 36192001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0142178a
PJ
3620
3621 * COPYING: Removed.
3622
d4824a5d
DL
36232001-11-29 Dave Love <fx@gnu.org>
3624
3625 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3626 (fortran-window-create, fortran-window-create-momentarily):
3627 Rewrite, moving error condition.
3628 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3629 (fortran-mode-syntax-table): Revert last change.
3630
3631 * international/mule.el: Doc fixes.
3632 (map-charset-chars): New function.
3633 (register-char-codings): Use it to cope with generic chars in
3634 safe-chars.
3635
cd9c1e8f 36362001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
dd536f94 3637
6d8b258a
PJ
3638 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3639
e700ec12 3640 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
132c0cc0 3641
dd536f94
PJ
3642 * play/studly.el (studlify-word, studlify-region)
3643 (studlify-buffer): Fix doc-string.
3644 (studlify-buffer): Add autoload cookie.
3645
3ce081f5
SM
36462001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3647
3648 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3649 (outline-up-heading-all): Remove.
3650 (hide-sublevels): Move to end-of-heading before calling flag-region.
3651 (outline-copy-overlay, outline-discard-overlays): Remove.
3652 (outline-flag-region): Use `remove-overlays'.
3653 Don't move to end-of-heading.
3654 (outline-next-visible-heading, outline-back-to-heading)
3655 (outline-on-heading-p): Use outline-invisible-p.
3656 (outline-font-lock-level): Use outline-up-heading's new arg.
3657 (outline-minor-mode): Simplify.
3658 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3659 (outline): Put a `reveal-toggle-invisible' property.
3660 (outline-level-heading): New var.
3661 (outline-insert-heading, outline-promote, outline-demote)
3662 (outline-toggle-children): New commands.
3663
3664 * progmodes/hideif.el (hif-end-of-line): New function.
3665 (hide-ifdef-mode): Set line-move-ignore-invisible.
3666 (hide-ifdef-region-internal): New function.
3667 (hide-ifdef-region): Use it.
3668 (hif-defined): Return an integer.
3669 (hif-infix-to-prefix): Remove.
3670 (hif-tokenize): Parse from the buffer rather than from a string.
3671 Correctly tokenize integers. Use forward-comment.
3672 (hif-expr): Use hif-or.
3673 (hif-term): Use hif-and.
3674 (hif-factor): Use hif-not. Handle numbers properly.
3675 Don't require parenthesis around `defined's argument.
3676 (hif-and, hif-or, hif-not): New funs.
3677 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3678 (hif-hide-line): Don't hide the \n before the line.
3679 (hif-possibly-hide): Correctly handle numeric evaluation results.
3680
3681 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3682 (makefile-mode): Set indent-line-function.
3683 (makefile-browser-insert-continuation): Use with-current-buffer.
3684 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3685
29e53a0a
KF
36862001-11-28 Karl Fogel <kfogel@red-bean.com>
3687
3688 * isearch.el (isearch-yank-internal): New helper function.
3689 (isearch-yank-char): New function.
3690 (isearch-yank-word, isearch-yank-line): Rewrite to use
3691 isearch-yank-internal.
3692
381e32f0
EZ
36932001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3694
3695 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3696 aren't supported. Print a message to that effect if invoked.
3697
7e6b76ac
RS
36982001-11-27 Stephen Eglen <stephen@gnu.org>
3699
3700 * locate.el (locate): Put point at first matching file rather
3701 than top of buffer.
3702
8a1f8073
SM
37032001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3704
3705 * reveal.el: New file.
3706
3707 * progmodes/hideif.el: Misc cleanup.
3708 (hide-ifdef-mode-submap): Put the def in the defvar.
3709 Use substitute-key-definition.
3710 (hide-ifdef-mode): Use define-minor-mode.
3711 (hif-outline-flag-region): Remove.
3712 (hif-show-all): Define in terms of hif-show-ifdef-region.
3713 (hif-after-revert-function): Rename from hif-before-revert-function.
3714 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3715 (hif-tokenize): Use with-syntax-table.
3716 (hif-make-range): Use `else' also for `else-p'.
3717 (hif-range-else-p): Remove.
3718 (hif-find-range): Simplify.
3719 (hif-hide-line): Don't bother preserving buffer-modified-p.
3720 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3721 Don't use selective-display and inhibit-read-only.
3722
3723 * subr.el (copy-overlay, remove-overlays): New funs.
3724
3725 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3726
8a946354
SS
37272001-11-27 Sam Steingold <sds@gnu.org>
3728
3729 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3730 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3731 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3732 * obsolete/c-mode.el, obsolete/cplus-md.el
3733 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3734 * term/sun-mouse.el, textmodes/artist.el:
3735 Converted backquote to the new style.
b2013aad 3736 * mouse.el, reposition.el: Likewise (in comments).
646adf90 3737 * expand.el: Likewise (in a string).
8a946354 3738
c6aedc92
RS
37392001-11-27 Richard M. Stallman <rms@gnu.org>
3740
3741 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3742
37432001-11-26 Richard M. Stallman <rms@gnu.org>
3744
3745 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3746 if :on-glyph or :off-glyph is a list, eval it and store it back.
3747 (checkbox): Quote the values for :on-glyph and :off-glyph.
3748
3749 * cus-start.el (recursive-load-depth-limit): Delete item.
3750
9fabb2f5
SM
37512001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3752
3753 * help-fns.el (describe-categories, help-describe-category-set): New.
32323291 3754 describe-categories moved here from src/category.c.
9fabb2f5 3755
9714ec23
SS
37562001-11-26 Sam Steingold <sds@gnu.org>
3757
3758 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3759 arguments to `insert' are strings.
3760
d1420435
RS
37612001-11-26 Richard M. Stallman <rms@gnu.org>
3762
3763 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3764
26780e5b
EZ
37652001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3766
bf17ab09
EZ
3767 * international/mule-diag.el: Require help-fns instead of
3768 help-funs.
3769
125eb411
EZ
3770 * help-fns.el: Renamed from help-funs.el.
3771
26780e5b
EZ
3772 * startup.el (command-line-1): Don't try to call process-list if
3773 it is not fboundp.
3774
bc5c763a
SS
37752001-11-26 Sam Steingold <sds@gnu.org>
3776
3777 * frame.el (show-trailing-whitespace): Remove :set argument (the
3778 value was essentially identical to the defalt).
3779
cd9c1e8f 37802001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
eac9cf5f 3781
eef289b9
PJ
3782 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3783
3784 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3785
3786 * hilit-chg.el (hilit-chg-set): Likewise.
3787
3788 * speedbar.el (speedbar-mode): Likewise.
3789
3790 * calendar/calendar.el (calendar-mode): Likewise.
3791
eac9cf5f
PJ
3792 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3793 insert-string.
3794
3795 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3796
eac9cf5f
PJ
3797 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3798
3799 * term/sun-mouse.el (sun-yank-selection): Likewise.
3800
3801 * textmodes/bib-mode.el (return-key-bib): Likewise.
3802
3803 * calendar/appt.el (appt-disp-window): Likewise.
3804
3805 * calendar/diary-lib.el (list-diary-entries): Likewise.
3806
3807 * array.el (array-reconfigure-rows): Likewise.
3808
3809 * filecache.el (file-cache-minibuffer-complete): Likewise.
3810
3811 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3812
3813 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3814
3815 * allout.el (outline-version, outline-open-topic)
3816 (outline-rebullet-heading, outline-insert-listified)
3817 (outline-latex-verbatim-quote-curr-line)
3818 (outline-latexify-one-item, outlineify-sticky): Likewise.
3819
eef289b9
PJ
3820 * vc.el (vc-next-action-on-file): Likewise.
3821 (vc-dired-mode): Remove make-local-hook.
3822
26e46917
AS
38232001-11-26 Andre Spiegel <spiegel@gnu.org>
3824
3825 * vc.el (vc-find-version): New function.
3826 (vc-version-other-window): Redefined in terms of the above.
3827
3828 * log-view.el (log-view-find-version): New function.
3829 (log-view-mode-map): Bind it to `f'.
3830
5d993658
GM
38312001-11-26 Gerd Moellmann <gerd@gnu.org>
3832
3833 * language/devan-util.el (dev-char-glyph): Escape `"' in
3834 string literals.
bc5c763a 3835 (dev-glyph-glyph, dev-glyph-glyph-2)
a4a0b81c 3836 (devanagari-compose-syllable-region): Likewise.
5d993658 3837
ebcbef4e
RS
38382001-11-26 Richard M. Stallman <rms@gnu.org>
3839
3840 * window.el (save-selected-window): No error if saved window is dead.
3841
3842 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3843
cd9c1e8f 38442001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
34d16326 3845
ec9164f3
PJ
3846 * international/quail.el (quail-help): Require help-mode in
3847 top-level instead.
3848
34d16326
PJ
3849 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3850 insert-string.
3851
555185de
PJ
3852 * icomplete.el (icomplete-exhibit): Likewise.
3853
5c131048
SM
38542001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3855
3856 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3857 (diff-hunk-kill): Simplify.
3858 (diff-post-command-hook): Only apply to a single hunk.
3859 (diff-hunk-text): Make `char-offset' non-optional.
3860 (diff-find-text): Return a cons cell.
3861 (diff-find-approx-text): New fun.
3862 (diff-find-source-location): Use it.
3863 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
ebcbef4e 3864 Adapt to new retval of diff-find-text.
5c131048
SM
3865
3866 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3867 rather than integer- representation of dates.
3868
3869 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3870
3871 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3872 (syntax-after): New fun.
3873
3874 * help-funs.el (describe-syntax): New fun.
3875
3876 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3877 (font-lock-ppss-stats, font-lock-ppss): Remove.
3878 (font-lock-fontify-syntactically-region): Remove tuning code.
3879 (font-lock-compile-keywords): Fix off-by-one bug.
3880 (font-lock-set-defaults): Don't set removed vars.
3881 (c-keywords): Add `inline'.
3882 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3883
3884 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3885 Set syntax-begin-function.
3886 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3887 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3888 (lisp-mode-auto-fill): Use syntax-ppss and obey
3889 comment-auto-fill-only-comments.
3890 (lisp-fill-paragraph): Use syntax-ppss.
3891
0c773047
SZ
38922001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3893
3894 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3895 version of rmail-enable-mime.
3896 (rmail-forward): Use it.
3897
92dfd10c
RS
38982001-11-25 Richard M. Stallman <rms@gnu.org>
3899
9fefa08b
RS
3900 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3901
396ae608
RS
3902 * international/quail.el (quail-keyboard-layout-button):
3903 Define button type.
3904 (quail-keyboard-customize-button): Likewise.
3905 (quail-help): Use those button types. Require `help-mode'.
3906 Avoid altering the argument `package'.
3907
3908 * help-mode.el (help-function, help-variable, help-face)
3909 (help-coding-system, help-input-method, help-character-set):
3910 Define each button type with its own explicit define-button-type.
3911
92dfd10c
RS
3912 * language/devan-util.el: Comment out parts of the file
3913 which apparently are garbled.
3914
cd9c1e8f 39152001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fefed09d
PJ
3916
3917 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
92dfd10c 3918 insert-string.
fefed09d 3919
cd9c1e8f 39202001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
97d012e8
PJ
3921
3922 * play/snake.el (snake-mode): Remove make-local-hook.
3923
3924 * play/tetris.el (tetris-mode): Likewise.
3925
3926 * play/decipher.el (decipher-mode): Likewise.
3927
3928 * tmm.el (tmm-add-prompt): Likewise.
3929
df5bde6d
SS
39302001-11-25 Sam Steingold <sds@gnu.org>
3931
3932 * menu-bar.el (menu-bar-apropos-menu): New variable.
3933 Moved all `apropos' bindings to this menu.
3934 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3935
8727d588
RS
39362001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3937
3938 The following changes are for new indian languages support based
3939 on Unicode charset and CDAC fonts.
3940
3941 * international/mule-conf.el: Change indian-1-column charset to
3942 indian-glyph charset.
3943
3944 * international/characters.el: Adjusted for the change of
3945 indian-1-column -> indian-glyph.
3946
3947 * international/fontset.el: Delete the setting for indian-1-column
3948 and add the setting for indian-glyph in the default fontset.
df5bde6d 3949
8727d588
RS
3950 * language/indian.el: Completely re-written.
3951
df5bde6d 3952 * language/devanagari.el: Completely re-written.
8727d588
RS
3953
3954 * language/devan-util.el: Completely re-written.
3955
3956 * language/ind-util.el: New file.
3957
bfba6c09
RS
39582001-11-24 Richard M. Stallman <rms@gnu.org>
3959
3960 * startup.el (command-line-1): Don't do startup screen
92dfd10c
RS
3961 if a subprocess is running. Call the startup screen buffer
3962 "GNU Emacs". Make a special mode-line-format for it.
bfba6c09
RS
3963
3964 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3965 (browse-url-galeon): Use that variable.
3966
3967 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3968 eval-expression. Eval and set the variable simply.
3969
3970 * files.el (temporary-file-directory): Use defcustom.
3971 (small-temporary-file-directory): Likewise.
3972 (normal-backup-enable-predicate): Move down in file
3973 after definition of temporary-file-directory.
3974
3975 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3976
4fdb78a1
CW
39772001-11-24 Colin Walters <walters@debian.org>
3978
3979 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3980 autoload names to match files renamed on initial calc import.
3981
906bd0ef
CW
3982 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3983 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3984
7695eb98
CW
39852001-11-23 Colin Walters <walters@debian.org>
3986
3987 * Makefile.in (finder_setwins, setwins): Include Calc again.
df5bde6d 3988
b8003ee9 3989 * calc/calc-rules.el: Add header comment.
7695eb98 3990
66b57a6a
AS
39912001-11-23 Andre Spiegel <spiegel@gnu.org>
3992
3993 * vc.el (with-vc-properties): Don't bind `filename' locally.
3994 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3995 to avoid name clashes. Fix `lisp-indent-function' property for
3996 both.
3997
5d1c5247
FP
39982001-11-23 Francesco Potorti` <pot@gnu.org>
3999
4000 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
4001
7743d033
CW
40022001-11-22 Colin Walters <walters@debian.org>
4003
df5bde6d 4004 * calc/calc-misc.el (report-calc-bug):
f3e15a2c 4005 Use `reporter-prompt-for-summary-p'.
7743d033
CW
4006
4007 * calc/INSTALL, calc/Makefile: Remove.
4008
bf1ec482
MB
40092001-11-22 Miles Bader <miles@gnu.org>
4010
5d1c5247 4011 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
bf1ec482
MB
4012 (reb-match-2, reb-match-3): Add dark-background variants.
4013
5fb25beb
CW
40142001-11-22 Colin Walters <walters@debian.org>
4015
4016 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
4017 (info "Calc").
8f148852 4018 (report-calc-bug): Use reporter.el.
5d1c5247 4019
8f148852 4020 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
5fb25beb 4021
2b452d74
RS
40222001-11-21 Richard M. Stallman <rms@gnu.org>
4023
ecafbba2
RS
4024 * which-func.el (which-function): Call imenu--make-index-alist
4025 if necessary to get a list of functions.
4026 (which-function-imenu-failed): New variable.
4027 (which-func-update): Handle all visible windows.
4028 (which-func-update-1): New subroutine broken out of which-func-update.
4029
5d1c5247 4030 * files.el (temporary-file-directory, null-device)
eb61b61b
RS
4031 (small-temporary-file-directory): Definitions moved up.
4032
8e3acc66
RS
4033 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
4034 (cperl-non-problems, cperl-praise): Doc fixes.
4035
b1e851bb
RS
4036 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
4037 (sh-mode-syntax-table): Function restored.
4038 Variable set up for use by function sh-mode-syntax-table.
4039 (sh-set-shell): Set the syntax table.
4040
4041 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
4042
4043 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
4044
2b452d74
RS
4045 * international/encoded-kb.el: Don't alter minor-map-alist.
4046
c499f00a 40472001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
a2899d6c
KG
4048
4049 * files.el (auto-save-file-name-transforms): Put remote files in
4050 temporary-file-directory rather than /tmp.
4051
e7905671
CW
40522001-11-21 Colin Walters <walters@debian.org>
4053
4054 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
4055 of (function ...) wrapper.
4056
0b5549c1
SM
40572001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4058
e95768c5
SM
4059 * derived.el (define-derived-mode): Create the abbrev-table
4060 from inside the `defvar'.
4061
0b5549c1
SM
4062 * jit-lock.el (jit-lock-defer-time): New var.
4063 (jit-lock-defer-timer, jit-lock-buffers): New vars.
4064 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
4065 (jit-lock-function): Defer fontification if requested.
4066 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
4067 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
4068 text property.
4069 (jit-lock-deferred-fontify): New fun.
4070
505847d4
RS
40712001-11-20 Richard M. Stallman <rms@gnu.org>
4072
310b1227
RS
4073 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
4074 Set local-abbrev-table to lisp-mode-abbrev-table.
4075
0b5549c1 4076 * emacs-lisp/re-builder.el (reb-mode):
310b1227 4077 Don't use define-derived-mode. Call kill-all-local-variables.
0b5549c1 4078
310b1227
RS
4079 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
4080 Don't use define-derived-mode.
4081
4082 * help-mode.el (help-mode): Undo 2001-10-07 change.
4083
505847d4
RS
4084 * replace.el (occur-mode): Undo 2001-5-20 change.
4085
febf36a1
JR
40862001-11-20 Jason Rumney <jasonr@gnu.org>
4087
4088 * w32-fns.el (w32-system-coding-system): Change to an alias for
4089 locale-coding-system.
4090 (set-w32-system-coding-system): Document the above change.
4091 Set locale-coding-system instead.
4092
2b452d74
RS
40932001-11-20 Richard M. Stallman <rms@gnu.org>
4094
4095 * ruler-mode.el: Add pagination.
4096 (ruler-mode-toggle-show-tab-stops): No need to
4097 test `ruler-mode' variable.
4098
c52b27c8
EZ
40992001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4100
505847d4 4101 * play/landmark.el: Mark lm-mode as special.
c52b27c8 4102
505847d4 4103 * play/gomoku.el: Mark gomoku-mode as special.
c52b27c8 4104
38132149
EZ
41052001-11-20 Juanma Barranquero <lektu@terra.es>
4106
effcd99a 4107 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
38132149
EZ
4108 (top-level): Bind it to C-c C-b.
4109 (re-builder): Don't re-enter RE Builder Mode.
4110
effcd99a 4111 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
38132149 4112
effcd99a
SM
41132001-11-20 Stefan Monnier <monnier@cs.yale.edu>
4114
4115 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
4116 `manual-program'.
ed3c6391
SM
4117
4118 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
4119 to a line without a comment.
4120
48404d5a
EZ
41212001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * dired.el (dired-listing-switches): Mention in the doc string
4124 that some switches are not supported by ls-lisp.el
4125
6710ea06
SM
41262001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4127
0cdb3baa
SM
4128 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
4129 (imenu--create-keymap-2): Remove.
4130 (imenu--create-keymap-1): Simplify, remove third argument.
4131 (imenu--generic-function): Use dolist.
4132 (imenu-find-default): New function.
4133 (imenu--completion-buffer): Use it.
4134 (imenu--mouse-menu): Use popup-menu.
4135 (imenu--menubar-select): Return t rather than calling imenu.
4136
a64c7821
SM
4137 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
4138 New functions, extracted from fill-region-as-paragraph.
4139 (fill-region-as-paragraph): Use them.
4140 Use an end marker instead of eob.
4141 Ignore whitespace-only fill-prefixes when indenting according to mode.
0b5549c1 4142 Simplify the loop that searches for spaces backwards.
a64c7821
SM
4143
4144 * textmodes/picture.el (picture-vertical-step)
4145 (picture-horizontal-step): Don't use defconst for variables.
4146
4147 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
4148 (mail-extract-address-components): Downcase domain names.
4149 (mail-extr-delete-char): Remove. Use delete-char instead.
4150
4151 * emulation/pc-select.el: Doc string fixes.
4152 (pc-selection-mode): Don't treat macos as a tty.
4153
6710ea06
SM
4154 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
4155
4156 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
4157
4158 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
4159 (mouse-wheel-progessive-speed): New var.
4160 (mwheel-scroll): Use it and handle float values.
4161
4162 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
4163
4164 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
4165 (iswitchb): Fix the case where the result was selected with the mouse.
4166 (iswitchb-completion-help): Use the normal *Completions* now that
4167 mouse selection works.
4168 (iswitchb-minibuffer-setup): Simplify.
4169
4170 * newcomment.el (comment-column, comment-style, comment-multi-line)
4171 (comment-auto-fill-only-comments): Remove :group arg.
4172 (comment-padding): Add :type.
4173 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
4174 if called interactively.
4175
7054901c
CW
41762001-11-19 Colin Walters <walters@verbum.org>
4177
4178 * calc/calc.el (toplevel): Add comment and version header.
4179 (calc-init-base): Bump version to 2.02f, update date.
4180
0e1605b9
RS
41812001-11-19 Richard M. Stallman <rms@gnu.org>
4182
4183 * net/browse-url.el: Support Mozilla and Galeon.
4184 By default, find the installed browser whichever it is.
4185 (browse-url-mozilla): New function.
4186 (browse-url-mozilla-sentinel): New function.
4187 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
4188 (browse-url-default-browser): New function.
4189 (browse-url-process-environment): Use browse-url-browser-display.
4190 (browse-url-browser-display): Renamed from browse-url-netscape-display.
6710ea06 4191 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
0e1605b9
RS
4192 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
4193 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
4194 (browse-url-browser-function): New default, new options.
4195
545f7310
SS
41962001-11-19 Sam Steingold <sds@gnu.org>
4197
4198 * bindings.el (last-buffer, unbury-buffer): New function.
4199 (mode-line-unbury-buffer): Use `unbury-buffer'.
4200
c9403808
RS
42012001-11-18 Stephen Eglen <stephen@gnu.org>
4202
4203 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
4204 control behaviour when no further completion is possible.
4205
3132f345
CW
42062001-11-19 Colin Walters <walters@verbum.org>
4207
4208 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
4209 (math-showing-full-precision, math-with-extra-prec, math-working)
4210 (calc-with-default-simplification)
4211 (calc-with-trail-buffer): Use backtick.
4212 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
4213 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
4214 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
4215 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
4216 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
4217 (Math-num-integerp, Math-bignum-test, Math-equal-int)
4218 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
4219 (calc-record-compilation-date-macro): Deleted. Callers updated.
545f7310 4220 (math-format-radix-digit): Move to calc-bin.el.
3132f345
CW
4221
4222 * calc/calc.el (calc-record-compilation-date): Remove.
4223 (calc-bug-address): Update.
4224 (calc-settings-file): Use `user-init-file'.
545f7310 4225
3132f345
CW
4226 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
4227 Handle null `calc-settings-file'.
4228
4229 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
4230 * calc/calc-keypd.el (calc-keypad-mode): New.
4231 (calc-do-keypad): Use it.
4232 (calc-keypad-map): Move into `calc-keypad-mode'.
4233
4234 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
4235 to defalias argument.
4236
4237 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
4238 (calcFunc-floor): Ditto.
4239
4240 * calc-units.el (calcFunc-usimplify): Ditto.
545f7310 4241
3132f345
CW
4242 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4243 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4244 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4245 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4246 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4247 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4248 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4249 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4250 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4251 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4252 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
4253 and move them before their first use. Use `when', `unless'.
4254 Remove trailing periods from error forms. Add description and
4255 headers suggested by Emacs Lisp coding conventions.
545f7310 4256
8f0a6888
SM
42572001-11-19 Stefan Monnier <monnier@cs.yale.edu>
4258
4259 * newcomment.el (comment-indent):
4260 Fix misindentation for comment-only lines.
4261 (comment-indent-new-line): Only obey comment-multi-line if the
4262 comment-ender is not the end-of-line.
4263
b9937f07
RS
42642001-11-19 Richard M. Stallman <rms@gnu.org>
4265
4266 * net/net-utils.el (network-connection-service-abbrev-alist):
4267 New variable.
4268
8f0a6888 4269 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
b9937f07
RS
4270 Advance to start of 3rd sexp by moving fwd and backing over it.
4271 At first three elements, act like defun.
4272
4273 * delsel.el (delete-selection-pre-hook): Handle and resignal
4274 file-supersession errors to interact properly with userlock.el.
4275
f4ca4b00
RS
42762001-11-18 Richard M. Stallman <rms@gnu.org>
4277
8f0a6888
SM
4278 * progmodes/fortran.el (fortran-mode-syntax-table):
4279 Specify punctuation syntax for backslash.
f4ca4b00
RS
4280
4281 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
4282 All calls deleted.
4283
4284 * international/mule-util.el (string-to-sequence): Make it obsolete.
4285 (string-to-list, string-to-vector): Implement them directly
4286 using append and vconcat, not with string-to-sequence.
4287
4288 * startup.el (command-line): Set abbrevs-changed to nil after
4289 reading the init file and the abbrevs file.
4290
4291 * isearch.el (isearch): Use magenta2 as bg for (background light)
4292
42932001-11-17 Richard M. Stallman <rms@gnu.org>
4294
4295 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
4296
4297 * simple.el (minibuffer-history-sexp-flag): Doc fix.
4298
16927a56
SM
42992001-11-17 Stefan Monnier <monnier@cs.yale.edu>
4300
4301 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4302 If set and if applicable, add a regexp to highlight defun-like
4303 text inside comments and strings.
4304 (font-lock-fontify-keywords-region): Pass that new arg.
4305 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
4306 to the end and pass that new arg.
4307 (c-font-lock-keywords-2): Fix regex for labels.
4308 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
4309 Make it work when LIMIT is several lines further.
4310 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
4311 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
4312 Use backquote and make the regexes for `int a, b, c;' work on
4313 multiple lines.
4314
4315 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
4316 (font-lock-defaults-alist): Don't change it any more.
4317 (reb-subexp-mode-map): Cleanup.
4318
4319 * custom.el (custom-current-group-alist): New var.
4320 (custom-declare-group): Set it.
4321 (custom-current-group): New fun.
4322 (custom-declare-variable, custom-handle-all-keywords):
4323 Use it as a default if no :group argument is specified.
4324
4325 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
4326 (standard-keyboard-coding-systems): New var.
4327 (set-locale-environment): Use it to decide whether or not to call
4328 set-keyboard-coding-system.
4329 (locale-language-names): Use \"French\" for "fr".
4330
38d5fc02
RS
43312001-11-17 Richard M. Stallman <rms@gnu.org>
4332
4333 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4334 (add-to-list): Delete compatibility code.
f4ca4b00 4335 (checkdoc-next-message-error): Doc fix.
38d5fc02 4336
fe8c7212
RS
43372001-11-17 Stephen Eglen <stephen@gnu.org>
4338
4339 * locate.el (locate): Show default locate pattern within the
16927a56
SM
4340 prompt, but don't insert it into the minibuffer contents.
4341 Catch the case when pattern is the empty string.
fe8c7212 4342
a5e6715c
EZ
43432001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4344
4345 * language/european.el ("French"): New language environment.
4346
032a857d
RS
43472001-11-16 Richard M. Stallman <rms@gnu.org>
4348
4349 * calendar/todo-mode.el (todo-save): Fix previous change.
4350
4351 * subr.el (functionp): Do use cdr-safe on object.
4352
b6270150
SM
43532001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4354
4355 * bindings.el (mode-line-mode-name): Only put the help-echo property
4356 if the local-map property was put as well.
4357 (global-map): Bind switch-frame, delete-frame, iconify-frame
4358 and make-frame-visible events.
4359
4360 * emacs-lisp/elp.el (elp-not-profilable): New var.
4361 (elp-not-profilable-p): New function.
4362 (elp-instrument-function): Use it. Use backquotes and push.
4363
4364 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
4365 (byte-stack+-info, byte-compile-last-warned-form)
4366 (byte-compile-last-logged-file): Don't defconst a variable.
4367 (no-byte-compile): Declare.
4368 (byte-compile-file): Don't boundp-check no-byte-compile any more.
4369 (byte-compile-defvar): Leave defconst as is.
4370
4371 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
4372 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
4373 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
4374 (edebug-best-error): Don't defconst a variable.
4375 (edebug-read-syntax-table): Use a char-table.
4376 (edebug-lemacs-specific): Remove.
4377 Toplevel: Eliminate check for Lucid Emacs.
4378
4379 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
4380
4381 * rect.el (move-to-column-force): Mark obsolete.
4382 (operate-on-rectangle, delete-extract-rectangle-line)
4383 (insert-rectangle, delete-whitespace-rectangle-line)
4384 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
4385 (string-rectangle-history): New var.
4386 (string-rectangle, string-insert-rectangle): Use it.
4387 (delete-rectangle-line): Fix pos/column mixup and simplify.
4388
4389 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
4390 (normal-top-level, command-line, command-line-1): Simplify.
4391
4392 * tar-mode.el (tar-mode): Use define-derived-mode.
4393
4394 * view.el (view-mode-enable): Don't use make-local-hook.
4395
4396 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
4397
af604656
RS
43982001-11-16 Richard M. Stallman <rms@gnu.org>
4399
4400 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
4401 if it doesn't make sense as anything else.
4402 Don't recognize a "telephone number" at the beginning of the name.
4403 (mail-extr-leading-garbage): Match non-word characters only.
4404
cd9c1e8f 44052001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2879a13b 4406
792e5cbd
PJ
4407 * startup.el (command-line-processed): Doc fix.
4408
2879a13b
PJ
4409 * apropos.el (apropos-next-label-button): Doc fix.
4410
a2d7836f
SM
44112001-11-16 Stefan Monnier <monnier@cs.yale.edu>
4412
fa336b91
SM
4413 * comint.el (comint-mode): Simplify.
4414 (make-comint-in-buffer): Run `comint-mode' only if necessary.
4415
a2d7836f
SM
4416 * subr.el (eval-after-load): Make it work with features as well.
4417
4418 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
4419
4420 * international/mule-cmds.el (describe-input-method): Setup xref.
4421 (set-language-environment): Use functionp.
4422 (locale-language-names, locale-charset-language-names)
4423 (locale-preferred-coding-systems): Defconst and purecopy.
4424
4425 * language/european.el (mac-roman): Add mime-charset property.
4426
413da451
RS
44272001-11-15 Richard M. Stallman <rms@gnu.org>
4428
a2d7836f 4429 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
4430 (multiple-value-apply, nth-value): Use defsubst rather than defalias
4431 to get better doc strings.
4432
cd9c1e8f 44332001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
987aac50
PJ
4434
4435 * derived.el: Fix autoload cookie.
4436
83709c9f
RS
44372001-11-15 Richard M. Stallman <rms@gnu.org>
4438
4439 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
4440
84932bf6
SM
44412001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4442
4443 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
4444
16a2f75a
RS
44452001-11-15 Richard M. Stallman <rms@gnu.org>
4446
4447 * dired.el (dired-undo): Display a message to explain
4448 that this does not undo file system changes.
4449
44502001-11-15 David Kastrup <David.Kastrup@t-online.de>
4451
84932bf6
SM
4452 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
4453 into `unread-command-events' instead of trying keymap
4454 lookups ourselves. This makes mouse-clicks do the right
4455 thing even when keymaps of overlays are involved.
4456 (mouse-drag-drag): Likewise.
16a2f75a 4457
1997815f
AS
44582001-11-15 Andreas Schwab <schwab@suse.de>
4459
4460 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
4461 characters and append anchor to pattern added to auto-mode-alist.
4462
7f6e33e6
SM
44632001-11-15 Stefan Monnier <monnier@cs.yale.edu>
4464
4465 * server.el (server-process-filter): Run pore/post-comment-hook
4466 before/after visiting the file.
4467
4468 * info-look.el (makefile-mode): Add info for automake.
4469 (autoconf-mode): Fix the name of the index for automake.
4470
4471 * international/latin-9.el: Give pilcrow punctuation syntax.
4472
9522e2d8
AS
44732001-11-15 Andre Spiegel <spiegel@gnu.org>
4474
4475 * vc.el: Documentation fixes.
4476
7f6e33e6
SM
44772001-11-14 Stefan Monnier <monnier@cs.yale.edu>
4478
4479 * smerge-mode.el (smerge-match-conflict): Fix typo.
4480 (smerge-diff): Be careful to read match-data early enough.
4481
bac0fac8
CW
44822001-11-14 Colin Walters <walters@verbum.org>
4483
4484 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
4485 (calcFunc-subst): Use `defalias' instead of `fset' and
4486 `symbol-function'.
4487
4488 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
4489 (calcFunc-ceil, calcFunc-round): Ditto.
4490
4491 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 4492
bac0fac8 4493 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 4494
bac0fac8 4495 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 4496
bac0fac8
CW
4497 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
4498 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
4499
4500 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 4501
bac0fac8
CW
4502 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
4503 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
4504 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
4505 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
4506 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
4507 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
4508 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
4509 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
4510 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
4511 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
4512 * calcsel2.el: Style cleanup; don't put closing parens on their
4513 own line, add "foo.el ends here" to each file, and update
4514 copyright date.
4515
4516 * README: Update maintainer.
4517
16a2f75a
RS
45182001-11-13 Richard M. Stallman <rms@gnu.org>
4519
cc84b70f
RS
4520 * progmodes/compile.el (recompile): Use compilation-arguments if
4521 set, so as to be able to M-x recompile the exact command which
4522 created a compilation-mode buffer.
4523
16a2f75a
RS
4524 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
4525
02beb936
RS
45262001-11-13 Gerd Moellmann <gerd@gnu.org>
4527
7f6e33e6 4528 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
4529 handler if window start changed due to the down-mouse event.
4530
45312001-11-13 Richard M. Stallman <rms@gnu.org>
4532
4533 * mouse.el (mouse-show-mark): Either move point to the mark
4534 or use highlighting, never both.
4535 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
4536
45372001-11-13 Simon Josefsson <jas@extundo.com>
4538
1699c6af
RS
4539 * mail/smtpmail.el (top-level): Change maintainer to Simon
4540 Josefsson, cleanup the smtpmail.el header.
4541
4542 * mail/smtpmail.el (top-level): Don't require cl or base64.
4543 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4544 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
4545 Defsubst instead of defmacro.
4546 (smtpmail-intersection): Return value in reverse order.
4547 (smtpmail-open-stream): Use stringp instead of string-to-list.
4548 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
4549 separated from smtpmail-via-smtp.
02beb936
RS
4550
4551 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
4552 rfc2104. Require base64 and cl.
4553 (smtpmail-smtp-service): Doc fix. :type fix.
4554 (smtpmail-debug-info): Doc fix.
4555 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
4556 (smtpmail-starttls-credentials, smtpmail-auth-supported):
4557 New variables.
02beb936
RS
4558 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
4559 mail-utils (it is autoloaded).
4560 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
4561 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 4562 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
4563 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
4564 (smtpmail-via-smtp): Support AUTH.
4565 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
4566
45672001-11-13 Richard M. Stallman <rms@gnu.org>
4568
4569 * ebuff-menu.el (electric-buffer-update-highlight): New function.
4570 (electric-buffer-overlay): New variable.
4571 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
4572 (electric-buffer-list): Likewise.
4573
fad241d3 4574 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 4575 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 4576
5ebcaf36
SM
45772001-11-13 Stefan Monnier <monnier@cs.yale.edu>
4578
9145f1c2
SM
4579 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
4580
5ebcaf36 4581 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 4582 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 4583
31b85a14
EZ
45842001-11-13 Colin Walters <walters@debian.org>
4585
4586 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
4587
4588 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
4589 "~/.emacs"; use `read-file-name'.
4590
4591 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
4592 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4593 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
4594 * calc/calc.el: Use `frame-width' instead of `screen-width',
4595 `frame-height' instead of `screen-height', and,
4596 `executing-kbd-macro' instead of `executing-macro'.
4597
4598 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4599 correct number of arguments.
4600
5ebcaf36
SM
4601 * calc/calc-aent.el (calc-do-alg-entry):
4602 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 4603
2fa8f8a4
RS
46042001-11-12 Richard M. Stallman <rms@gnu.org>
4605
ade67f6a
RS
4606 * calendar/todo-mode.el (todo-save): Add save-excursion
4607 and save-restriction.
4608
1c1d3d69
RS
4609 * server.el (server-edit, server-done): Doc fix.
4610
2fa8f8a4
RS
4611 * simple.el (clone-indirect-buffer): Error if major mode symbol
4612 has a no-clone-indirect property.
4613 (clone-buffer): Check for obvious errors before reading clone name.
4614
4615 * info.el (Info-mode): Add a no-clone-indirect property.
4616
99cb8c8b
SS
46172001-11-12 Sam Steingold <sds@gnu.org>
4618
4619 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4620 set-buffer-modified-p to nil after `vc-exec-after'.
4621 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4622 (log-view-mode): Make read-only.
4623 (log-view-current-file): Do final `expand-file-name' in the
4624 current `default-directory'.
4625 (log-view-current-tag): Take an optional `where' arg.
4626 (log-view-diff): New user command.
4627
cd9c1e8f 46282001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
4629
4630 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4631
e7c8c428
SS
46322001-11-12 Sam Steingold <sds@gnu.org>
4633
4634 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4635 `generic-flet', `generic-labels', `with-accessors',
4636 `with-condition-restarts'.
4637
68d2f12f
RS
46382001-11-12 Richard M. Stallman <rms@gnu.org>
4639
4640 * dired.el: Many trivial doc fixes.
4641 (dired-get-file-for-visit): New function.
4642 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
4643 (dired-view-file, dired-find-file-other-window, dired-display-file):
4644 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 4645
66b17d3f
RS
46462001-11-12 Alex Schroeder <kensanata@yahoo.com>
4647
4648 * sql.el (sql-mode): Doc change.
4649
4650 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4651 escape character.
4652
273bd541
EZ
46532001-11-12 Colin Walters <walters@debian.org>
4654
4655 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4656 (calc-do-keypad): Don't attempt to use nonexistent global
4657 mouse-map, use calc-keypad-map.
4658 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4659 (calc-keypad-left-click): Don't use mouse-map; update to new event
4660 interface.
4661 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4662 (calc-keypad-press): Use `unread-command-events' instead of
4663 `unread-command-char'.
4664
4665 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4666 to match files renamed on initial calc import.
4667
cd9c1e8f 46682001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3d3f602a 4669
5ebcaf36
SM
4670 * textmodes/flyspell.el (flyspell-default-dictionary):
4671 Fix previous change.
3d3f602a 4672
b789d74a
RS
46732001-11-12 Richard M. Stallman <rms@gnu.org>
4674
4675 * textmodes/flyspell.el (flyspell-default-dictionary):
4676 Fix custom type.
4677
a4cd0cd7
RS
46782001-11-11 Richard M. Stallman <rms@gnu.org>
4679
eafb659a
RS
4680 * calendar/solar.el (solar-sunrise-and-sunset):
4681 Exchange the two extreme values of day-length.
4682
e7c8c428 4683 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
4684 Allow modes derived from sh-mode.
4685
e7c8c428 4686 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
4687 Turn off error in some re-search-forward calls.
4688
4689 * replace.el (query-replace-skip-read-only): New variable.
4690 (perform-replace): If that variable is non-nil, ignore matches
4691 that have a read-only property.
4692
4693 * derived.el (define-derived-mode): Doc fix.
4694
4695 * server.el (server-buffer-done): Test of server-existing-buffer
4696 was backwards.
4697 (server-existing-buffer): Doc fix.
4698
4699 * textmodes/flyspell.el (flyspell-default-dictionary):
4700 Allow nil as value, and make nil the default.
4701
721c26b8
EZ
47022001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4703
4704 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4705 it is not fboundp.
4706 (clipboard-yank): Ditto.
4707
91e51f9a
EZ
47082001-11-11 Colin Walters <walters@verbum.org>
4709
4710 The following changes are based on patches from
c499f00a 4711 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
4712 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4713
4714 * calc/calc.el (toplevel): Require calc-macs.
4715 (calc-minibuffer-size): New.
4716 (calcDigit-nondigit): Use it instead of `buffer-size'.
4717 (calcDigit-backspace): Likewise.
4718 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4719 `buffer-string'.
4720 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4721 `point-min'.
4722 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4723 `save-excursion'.
4724
4725 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4726 simple `setq' form.
4727
4728 * calc/calc-ext.el: (toplevel): Require calc.
4729 (calc-fancy-prefix-map): New.
4730 (calc-fancy-prefix): Use it.
4731 (calc-fancy-prefix-other-key): New.
4732
4733 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4734 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4735 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4736 (calcAlg-enter): Likewise.
4737 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4738
2827a3c1
RS
47392001-11-10 Richard M. Stallman <rms@gnu.org>
4740
a4cd0cd7
RS
4741 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4742 (quietly-read-abbrev-file): Doc fix.
4743
4744 * startup.el (command-line): Read standard abbrev
4745 file (abbrev-file-name), if it exists.
4746
4747 * files.el (save-abbrevs): Default value is t.
4748
2827a3c1
RS
4749 * progmodes/compile.el (compile-goto-error): Fix previous change
4750 in the case where subsequent errors have not been parsed yet
4751 because they are in a different source file.
4752
c48dc445
RS
47532001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4754
5ebcaf36
SM
4755 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4756 Merge two regular expressions into one.
c48dc445
RS
4757 (ps-mode): Make local bindings for `comment-start' and
4758 `comment-start-skip'.
4759 (ps-mode-looking-at-nested): Simplify an if-else construct;
4760 use `set-match-data' to set the result.
4761
47622001-11-10 Richard M. Stallman <rms@gnu.org>
4763
4764 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4765 Function deleted.
4766 (flyspell-correct-word): Old definition deleted.
4767 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4768 All references renamed too.
4769
ebc4ee8d
GM
47702001-11-10 Gerd Moellmann <gerd@gnu.org>
4771
4772 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4773
dbe3a58a
PA
47742001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4775
4776 * wid-edit.el (checklist): Removed `:menu-tag'.
4777 (radio-button-choice): Ditto.
4778 (editable-list): Ditto.
4779
cd9c1e8f 47802001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
4781
4782 * play/gomoku.el: Move definitions of constants to the beginning
4783 of file, before their use.
4784
5a34aae1
RS
47852001-11-09 Richard M. Stallman <rms@gnu.org>
4786
4787 * textmodes/flyspell.el: Use the keymap property
4788 instead of local-map, and don't use a minor-mode map.
4789 (flyspell-mode-map): Variable deleted.
4790 Don't mess with minor-mode-map-alist.
4791 (calling add-minor-mode): Specify nil for keymap.
4792 And always use add-minor-mode, now that it exists.
4793 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4794 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4795 or flyspell-local-mouse-map.
4796 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4797 (flyspell-mode): Doc fix.
4798 (flyspell-mode-on): Don't call make-local-hook.
4799
34decfdb
SS
48002001-11-09 Sam Steingold <sds@gnu.org>
4801
4802 * emacs-lisp/debug.el (debugger-make-xrefs):
4803 Add buttons to all symbols.
4804
d25303d3
AS
48052001-11-09 Andre Spiegel <spiegel@gnu.org>
4806
4807 * vc.el: Add John David Smith to credits.
34decfdb 4808
d25303d3 4809 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 4810
d25303d3
AS
4811 * vc-hooks.el (vc-error-occured): Backquotified.
4812 (vc-file-prop-obarray): Use prime length for better efficiency.
4813
4814 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4815
807378ad
EZ
48162001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4817
4818 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4819
60ab6064
MB
48202001-11-09 Miles Bader <miles@gnu.org>
4821
4822 * subr.el (functionp): Don't consider macros as functions.
4823
7c1ce64c
MB
48242001-11-08 Miles Bader <miles@gnu.org>
4825
1cf72ff8
MB
4826 * subr.el (functionp): Make work correctly for macros and unbound
4827 symbols.
4828
7c1ce64c
MB
4829 * comint.el (comint-send-input): Fix description of
4830 `comint-process-echoes' in the doc-string.
4831
d38b07f9
EZ
48322001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4833
4834 * international/mule.el (make-translation-table): Doc fix.
4835 Suggested by Alex Schroeder <alex@gnu.org>.
4836
5a34aae1
RS
48372001-11-07 Richard M. Stallman <rms@gnu.org>
4838
4839 * info.el (Info-fontify-node): Highlight every third menu item.
4840
61763509
PA
48412001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4842
4843 * cus-edit.el (custom-face-value-create): Don't ignore the
4844 `customized-face' attribute when finding the current face spec.
4845
ecd91f5f
SM
48462001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4847
faa29f8b
SM
4848 * subr.el (with-local-quit): New macro.
4849 (make-syntax-table): Always inherit.
4850 (functionp): Be more careful when `object' is a symbol.
4851
ecd91f5f
SM
4852 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4853
7263bb10
PE
48542001-11-07 Paul Eggert <eggert@twinsun.com>
4855
4856 * dired.el (dired-move-to-filename-regexp):
4857 Do not distinguish between ASCII letters and non-ASCII characters.
4858 Don't allow comma except in the form "month day, year".
4859 Don't allow space between month name and comma.
4860 Clean up the code that checks for trailing period, comma, and space.
4861 Remove now-obsolete comments, and add more commentary about
4862 Japanese dates.
4863 Always gobble up trailing spaces, instead of doing it only sometimes.
4864
05e122fe
MB
48652001-11-07 Miles Bader <miles@gnu.org>
4866
4867 * paren.el (show-paren-match-face): Add dark-background variant.
4868
c191d13c
SM
48692001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4870
4871 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4872 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4873 Don't disable adaptive-fill-mode.
4874 (lisp-fill-paragraph): Use tab-width rather than 8.
4875 Prevent filling the first line of docstrings.
4876
242d2673
RS
48772001-11-06 Richard M. Stallman <rms@gnu.org>
4878
16f97fc3
RS
4879 * play/gomoku.el (gomoku): Doc fix.
4880
c191d13c
SM
4881 * jka-compr.el (jka-compr-partial-uncompress):
4882 Support an alternative of not using dd.
242d2673
RS
4883 (jka-compr-dd-program): Use defcustom to define this.
4884 (jka-compr-load-suffixes): Use defcustom.
4885 (jka-compr-mode-alist-additions): Use defcustom.
4886
c1966bb4
SM
48872001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4888
4889 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4890 Also work when LIMIT is further than the end of line.
4891
e154cc44
EZ
48922001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4893
4894 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 4895 offending file name if some of its quail-define-package forms is broken.
e154cc44 4896
d5360cc7
RS
48972001-11-05 Richard M. Stallman <rms@gnu.org>
4898
4899 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4900 of the evaluated form.
4901
0e6f6028
PE
49022001-11-05 Paul Eggert <eggert@twinsun.com>
4903
4904 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4905 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4906 stamps always line up by default. Also, it uses a slightly
4907 different window to determine whether files are "recent".
4908
96238a5a
AI
49092001-11-05 Andrew Innes <andrewi@gnu.org>
4910
c1966bb4
SM
4911 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4912 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 4913
982f6c7e
RS
49142001-11-04 Richard M. Stallman <rms@gnu.org>
4915
48461f7c
RS
4916 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4917 previous-single-property-change or next-single-char-property-change
4918 returns nil.
4919
c1966bb4 4920 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
4921 Make it interactive; make arg optional.
4922
982f6c7e
RS
4923 * international/mule-diag.el (help-funs): Require help-funs.
4924
051a608d
EZ
49252001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4926
4927 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4928
2c738482
MB
49292001-11-04 Miles Bader <miles@gnu.org>
4930
4931 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 4932 shadow of the splash image grey on a dark background instead of black.
2c738482 4933
9c01e545
SM
49342001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4935
c191d13c
SM
4936 * term.el (all faces): Don't (copy-face 'default <foo>).
4937
9c01e545
SM
4938 * term/xterm.el (function-key-map):
4939 Add entry for `ESC [ 3 ~' -> <delete>
4940 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4941 Use inheritance so that .emacs and terminfo take precedence.
4942
aed29b97
EZ
49432001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4944
4945 * tooltip.el (tooltip-delay): Decrease to 0.7.
4946 (tooltip-hide-delay): Enlarge to 10.
4947
ed638cc9
RS
49482001-11-03 Richard M. Stallman <rms@gnu.org>
4949
4950 * startup.el (fancy-splash-tail): Explain how to recover
4951 from a crash, if there was a crash.
4952 (command-line-1): Reorganize display of startup screen,
d09cb033 4953 to simplify the logic. Use a temp buffer for it.
ed638cc9 4954
9ca8a5a0
EZ
49552001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4956
d09cb033
SM
4957 * frame.el (set-background-color, set-foreground-color):
4958 Call face-set-after-frame-default, to propagate the new colors to
4959 the frame's parameters alist.
528e1416 4960
9ca8a5a0
EZ
4961 * calendar/timeclock.el (timeclock-out): Signal an error if
4962 timeclock-last-event is nil.
4963
55140940
SM
49642001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4965
d09cb033
SM
4966 * textmodes/fill.el (fill-context-prefix): Fix braino.
4967
4968 * international/quail.el (quail-help):
4969 Use `help-buffer' and move `help-setup-xref' to beginning.
4970
4971 * international/mule-cmds.el (describe-language-environment):
4972 Use `help-buffer' and move `help-setup-xref' to beginning.
4973
55140940
SM
4974 * international/mule-diag.el (list-character-sets)
4975 (sort-listed-character-sets, describe-character-set)
4976 (describe-coding-system, describe-fontset, list-fontsets):
4977 Use `help-buffer' and move `help-setup-xref' to beginning.
4978 (describe-char-after): Use `internal-describe-syntax-value'.
4979
e6bff182
RS
49802001-11-02 Richard M. Stallman <rms@gnu.org>
4981
4982 * mouse.el (popup-menu): If the user refuses to select
4983 from a menu, don't try to invoke the menu.
4984
e8cdeaca
MB
49852001-11-02 Miles Bader <miles@gnu.org>
4986
4987 * help-mode.el (help-xref): New button type.
4988 (help-function, help-variable, help-face, help-coding-system)
4989 (help-input-method, help-character-set, help-type, help-symbol)
4990 (help-back, help-info, help-customize-variable, help-customize-face)
4991 (help-function-def, help-variable-def): Use it as a supertype.
4992 Remove `action' property.
4993
4994 * international/mule-diag.el (describe-character-set)
4995 (describe-coding-system): Pass correct args to `help-xref-button'.
4996 (sort-listed-character-sets): New button type.
4997 (list-character-sets): Use it.
4998 (list-charset-chars): New button type.
4999 (list-character-sets-1): Use it.
5000
50012001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
5002
5003 * indent.el (tab-always-indent, indent-for-tab-command):
5004 Remove redundant `never' setting.
2d78d3e8
SM
5005
5006 * fill.el (fill-region-as-paragraph): Don't forget to skip
5007 over current whitespace before looking for a preceding space.
5008
9271ed2c
RS
50092001-11-01 Richard M. Stallman <rms@gnu.org>
5010
e6bff182
RS
5011 * files.el (file-newest-backup): Don't pass backup file name
5012 thru file-name-sans-versions, because it never has version numbers.
5013
5014 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
5015 to avoid ambiguous nested loops.
55140940 5016
9271ed2c
RS
5017 * files.el (find-file-noselect): Offer to change buffer-read-only
5018 only when the file's read-only status has changed from before
5019 as well as disagreeing with the buffer's current status.
5020 (buffer-file-read-only): New var, local in all buffers.
5021
5022 * buff-menu.el (buffer-menu): Doc fix.
5023 (buffer-menu-other-window): Doc fix.
5024 (list-buffers, list-buffers-noselect): Doc fix.
5025
7360b8aa
GM
50262001-11-01 Gerd Moellmann <gerd@gnu.org>
5027
5028 * startup.el (command-line): If the terminal Emacs is running on
5029 has erase char set to ^H, use the Backspace key for deleting
5030 backward, and the Delete key for deleting forward.
5031
588c722f
MB
50322001-11-01 Miles Bader <miles@gnu.org>
5033
5034 * button.el (define-button-type): Make sure every user-defined
5035 button type has a supertype.
5036
74142afe
JR
50372001-10-31 Jason Rumney <jasonr@gnu.org>
5038
5039 * international/mule-cmds.el (locale-language-names): Add chs and
5040 cht as aliases for Chinese-GB and Chinese-BIG5.
5041
e6188964
RS
50422001-10-31 Richard M. Stallman <rms@gnu.org>
5043
5044 * bindings.el (mode-line-frame-identification): Add doc string.
5045 (mode-line-position, mode-line-modes): New variables.
5046 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
5047 that displays the position-in-buffer info.
5048 Use mode-line-modes for the part that displays major and minor modes.
e6188964 5049
cc1bde62
SS
50502001-10-31 Sam Steingold <sds@gnu.org>
5051
5052 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
5053 (debugger-setup-buffer): Call it.
5054 (debugger-mode-map): Bind RET and mouse-2.
5055
cd9c1e8f 50562001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
5057
5058 * startup.el: Document command line option --no-window-system
5059 instead of --no-windows.
5060
d4945dfb
SM
50612001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5062
cbe52879
SM
5063 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
5064
bf9bb76f
SM
5065 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
5066 (font-lock-defaults-alist): Use it.
5067 From David Ponce <david.ponce@wanadoo.fr>
5068
5069 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
5070 output of `char-after'.
5071
747d3f2a
SM
5072 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
5073
d4945dfb
SM
5074 * simple.el (reindent-then-newline-and-indent): Insert the newline
5075 before indenting the first line.
5076 (undo-get-state, undo-revert-to-state): New funs.
5077 (shell-command): Don't kill the buffer even if empty.
5078 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
5079 (transpose-subr-end2): Remove.
5080 (transpose-subr): Add `special' arg and simplify.
5081 (transpose-subr-1): Rewrite.
5082 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
5083 (rfc822-goto-eoh): Simplify.
5084
3a426197
RS
50852001-10-30 Richard M. Stallman <rms@gnu.org>
5086
3e3d3704 5087 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 5088
3f99f948
GM
50892001-10-30 Gerd Moellmann <gerd@gnu.org>
5090
5091 * international/iso-acc.el (iso-accents-compose): Remove a
5092 superfluous setq.
5093
ae830159
EZ
50942001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
5095
5096 * buff-menu.el (list-buffers-noselect): If the buffer's name
5097 starts with a blank, but it visits a file, do show it (for files
5098 whose names start with a blank).
5099
8e8223e2
SM
51002001-10-30 Stefan Monnier <monnier@cs.yale.edu>
5101
5102 * textmodes/fill.el (sentence-end-double-space)
5103 (sentence-end-without-period): Move to paragraphs.el.
5104 (fill-indent-according-to-mode): Change default to t.
5105 (fill-context-prefix): Simplify control-flow and use a more
5106 sophisticated merge that unifies both previous checks.
5107 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
5108 (fill-nobreak-predicate): Make it into a defcustom'd hook.
5109 (fill-nobreak-p): New fun.
5110 (fill-region-as-paragraph): Use it.
5111 Handle `fill-indent-according-to-mode' slightly differently.
5112 (fill-individual-paragraphs-prefix): Simplify the control-flow.
5113 (fill-individual-paragraphs-citation): Fix.
5114
5115 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
5116 (paragraph-start): Change default to the `text-mode' value.
5117 (sentence-end-double-space, sentence-end-without-period):
5118 Move from fill.el.
5119 (forward-paragraph): Use `parstart' and `parsep' for temp variables
5120 rather than rebinding `paragraph-start' and `paragraph-separate'.
5121
5122 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 5123 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
5124 (indent-according-to-mode): Handle `indent-relative' and
5125 `indent-relative-maybe' specially.
5126 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 5127 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
5128 Don't call indent-according-to-mode for indent-relative' and
5129 `indent-relative-maybe'.
5130 (insert-tab): Rename `prefix-arg' to `arg'.
5131 (indent-region): Indent the first line as well.
5132 (indent-relative): Don't mark the buffer modified if the indentation
5133 is unchanged.
5134
5135 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5136 Don't set paragraph-separate. Set paragraph-start more carefully.
5137 Set indent-line-function.
5138 (paragraph-indent-text-mode): Use it and define-derived-mode.
5139 (text-mode-map): Remove the \t binding.
5140 (text-mode): Simplify now that the default is more favorable.
5141
51422001-10-29 Stefan Monnier <monnier@cs.yale.edu>
5143
5144 * emacs-lisp/find-func.el (find-function-search-for-symbol):
5145 If the regexp doesn't match, use a looser one.
5146 (find-variable-noselect): Add `file' argument.
5147
5148 * pcvs.el (cvs-mode-commit-hook): New hook.
5149 (cvs-mode-commit): Run it.
5150
5151 * log-edit.el (log-edit): Run hook after `log-edit-files'.
5152
5153 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
5154 (edebug-instrument-function): Use `find-function-noselect'.
5155
dead519d
RS
51562001-10-29 Richard M. Stallman <rms@gnu.org>
5157
4d083a8f
RS
5158 * term.el (term-if-emacs19): Macro deleted.
5159 Callers changed to use progn instead.
5160
5161 * frame.el (blink-cursor-mode): Doc fix.
5162
8767d866
RS
5163 * files.el (find-backup-file-name): Use make-backup-file-name.
5164
dead519d
RS
5165 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
5166 window-live-p.
5167 (edebug-set-conditional-breakpoint): Unconditionally use
5168 the former Emacs >=19 definition.
5169 (edebug-mark): Define unconditionally.
5170 (edebug-eval-expression): Always call read-from-minibuffer
5171 and specify history list.
5172 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
5173 edebug-set-conditional-breakpoint.
5174 (edebug-emacs-version-specific): Function deleted;
5175 do the job at top level.
5176 (edebug-emacs-19-specific): Function deleted, this is the default.
5177
bcaf1c36
SS
51782001-10-29 Sam Steingold <sds@gnu.org>
5179
5180 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
5181 "/cygdrive/LETTER/" pathnames.
5182
e76ecac5
EZ
51832001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
5184
5185 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
5186 when testing whether face colors are not specified.
5187 From David.Kastrup@t-online.de (David Kastrup).
95125512 5188 (read-face-name): Doc fix.
bcaf1c36 5189 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
5190 (make-face-unitalic, make-face-bold-italic, invert-face):
5191 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 5192
d90a41e8
SS
51932001-10-29 Sam Steingold <sds@gnu.org>
5194
8e8223e2
SM
5195 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5196 Report numbers of files skipped and failed too.
d90a41e8
SS
5197 (byte-compile-file): Return 'no-byte-compile for skipped files.
5198
c499f00a 51992001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
5200
5201 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
5202 and `M p'.
5203
f6f4bfb3
GM
52042001-10-29 Gerd Moellmann <gerd@gnu.org>
5205
5206 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
5207 as is on unread-command-events instead of `(SECOND-CHAR)'.
5208
a4809977
AS
52092001-10-29 Andre Spiegel <spiegel@gnu.org>
5210
5211 * vc.el: Mention vc-*-switches in backend API documentation.
5212 (vc-annotate): Adapt doc string to recent change.
5213
0ccfdad2
GM
52142001-10-29 Gerd Moellmann <gerd@gnu.org>
5215
3f08fcd2
GM
5216 * enriched.el (enriched-face-ans): Handle face attributes
5217 of the form `(FACE1 FACE2 ...)'.
5218
8e8223e2 5219 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 5220
60ebcfe8
GM
52212001-10-29 Alex Schroeder <kensanata@yahoo.com>
5222
5223 * progmodes/sql.el (sql-mysql): Doc change by RMS.
5224
5225 * progmodes/sql.el (sql-db2): Doc change.
5226 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
5227 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
5228
6fd735df
GM
52292001-10-29 Gerd Moellmann <gerd@gnu.org>
5230
5231 * env.el (substitute-env-vars): Don't quote argument to `rx';
5232 it's a macro.
5233
8997e990
GM
52342001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
5235
5236 * cus-start.el (recursive-load-depth-limit): Added.
5237
eef442a5
RS
52382001-10-28 Richard M. Stallman <rms@gnu.org>
5239
36656ee3
RS
5240 * textmodes/ispell.el (version18p, version20p): Vars deleted.
5241 All uses removed--assume Emacs version is >= 20.
5242
5243 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
5244 by really checking that it is not version 18.
5245
eef442a5
RS
5246 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
5247
5bbf4378
MB
52482001-10-28 Miles Bader <miles@gnu.org>
5249
5250 * faces.el (face-attribute): Add INHERIT argument, consider face
5251 inheritance if it's non-nil.
5252 (face-attribute-merged-with): New function.
5253 (face-attribute-specified-or): New macro.
5254 (face-foreground, face-background, face-stipple): Add INHERIT
5255 argument. Use `face-attribute-specified-or'.
5256
8259bf10
SM
52572001-10-28 Stefan Monnier <monnier@cs.yale.edu>
5258
5259 * font-lock.el: Require `syntax'.
5260 (font-lock-defaults-alist): Don't define keywords for lisp languages.
5261 Use `c-font-lock-syntactic-face-function' for c languages.
5262 (font-lock-mode): Don't unset vars when turning the mode off.
5263 (font-lock-default-fontify-buffer): Don't unset vars at the end.
5264 (font-lock-extra-managed-props): New var.
5265 (font-lock-default-unfontify-region): Use it.
5266 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
5267 Don't eval the value when there's no match.
5268 (font-lock-ppss-stats): New var.
5269 (font-lock-ppss): New fun.
5270 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
5271 (font-lock-apply-highlight): Allow `highlight' to set several props.
5272 (font-lock-set-defaults): Use dolist.
5273 (font-lock-unset-defaults): Remove.
5274 (font-lock-match-c-style-declaration-item-and-skip-to-next):
5275 Try to recognize prototypes using `foo P_ ((args))'.
5276 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
5277 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
5278 (c-font-lock-syntactic-face-function): New function.
5279 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
5280 (c++-keywords): Use a more sophisticated regexp to handle
5281 shallowly nested templates.
5282
001c08a1
SM
52832001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5284
8259bf10
SM
5285 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
5286 (sgml-tag): Use it. Cleanup with `cond'.
5287 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
5288 Mark the overlays and only delete those that are marked.
5289 (sgml-skip-close-p): Remove.
5290 (sgml-value): Replace sgml-skip-close-p with its definition.
5291 (html-tag-alist): Use sgml-xml a bit more.
5292 (html-mode): Set sgml-empty-tags.
5293
001c08a1
SM
5294 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
5295 (texinfo-update-node, texinfo-sequential-node-update):
5296 Don't bind the obsolete `auto-fill-hook'.
5297 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
5298 Use `set-buffer' rather than `switch-to-buffer'.
5299 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
5300 Use `set-buffer' rather than `switch-to-buffer'.
5301
5302 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
5303 text-mode-syntax-table.
5304 (mail-mode): Use define-derived-mode.
5305 Fix ordering of alternatives in adaptive-fill-regexp.
5306 (mail-mode-map): Don't rely on keymap's internal representation.
5307
c77c3a73
SS
53082001-10-27 Sam Steingold <sds@gnu.org>
5309
5310 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
5311 (sgml-xml-guess): Extracted from `html-mode' and generalized.
5312 (sgml-mode-common): Call it.
5313 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
5314 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
5315 (html-horizontal-rule, html-image, html-ordered-list):
5316 (html-unordered-list, html-list-item, html-paragraph):
5317 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
5318 `html-xhtml'.
5319
8e5ff9aa
EZ
53202001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
5321
5322 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
5323 (ifnothtml): New alias.
5324
b9c6ab68
SM
53252001-10-27 Stefan Monnier <monnier@cs.yale.edu>
5326
5327 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
5328 (toggle-text-mode-auto-fill): Use derived-mode-p.
5329
cfc3aed3
GM
53302001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
5331
5332 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
5333 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
5334
bd6eb1cb
EZ
53352001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5336
bcfb9eff
SM
5337 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5338 Add make-obsolete cookies, to follow faces.el.
944e6f60 5339
bd6eb1cb 5340 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 5341
bd6eb1cb
EZ
5342 * faces.el (internal-get-face): Use facep instead of the obsolete
5343 internal-find-face.
bcfb9eff
SM
5344 (internal-frob-font-weight, internal-frob-font-slant):
5345 New defaliases for obsolete functions.
5346 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5347 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
5348 (x-make-font-bold-italic): Use internal-frob-font-weight and
5349 internal-frob-font-slant aliases instead of the obsolete
5350 x-frob-... functions.
5351
58203d91
SS
53522001-10-26 Sam Steingold <sds@gnu.org>
5353
5354 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 5355 DOCTYPE; set `mode-name' based on it.
58203d91
SS
5356 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
5357 (sgml-tag): Close empty tags in XHTML.
5358
317672ff
JR
53592001-10-26 Jason Rumney <jasonr@gnu.org>
5360
5361 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
5362 when UNICODE is not defined.
5363
07fedaed
SS
53642001-10-26 Sam Steingold <sds@gnu.org>
5365
5366 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
5367 be alone on the line.
5368
d4e34d24
EZ
53692001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
5370
bcfb9eff 5371 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 5372
187cd25b
SS
53732001-10-26 Sam Steingold <sds@gnu.org>
5374
5375 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5376 Protect the /= test by checking that the args are non-nil.
b9c6ab68 5377 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 5378
63db25ed
GM
53792001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
5380
5381 * textmodes/artist.el (artist-version): 1.2.4.
5382 (artist-butlast-fn): New variable.
5383 (artist-butlast): New function.
5384 (artist-ellipse-mirror-quadrant): Use it.
5385 (artist-mouse-draw-poly): Use nil for `point-list'.
5386 (artist-mouse-draw-poly): Check for point-list being nil.
5387
627a4e30
GM
53882001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
5389
5390 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
5391 lambda expression.
5392 (ps-mode-menu-main): Submenu with options on/off was replaced with
5393 a toggle button.
5394 (ps-mode, ps-run-mode): Define with `define-derived-mode'
5395 (ps-mode): Autoload cookie added on same line as comment
5396 (ps-mode-tabkey, ps-mode-backward-delete-char):
5397 (ps-mode-r-balance): Replace `delete-horizontal-space' and
5398 `indent-to' with `indent-line-to'
5399 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
5400 instead of `eval'.
5401 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 5402 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
5403 (numerous places): Add back-tick and tick around names in
5404 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 5405
bcfb9eff
SM
54062001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5407
5408 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
5409 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
5410 (sgml-font-lock-syntactic-keywords): New var.
5411 (sgml-mode-common): Drop the two args.
5412 Don't make buffer-local variables that aren't used.
5413 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
5414 Don't set `before-string' props from sgml-display-text.
5415 (sgml-mode): Use define-derived-mode.
5416 (sgml-tags-invisible): Use sgml-display-text.
5417 (sgml-quote): New command.
5418 (html-tag-alist): Add args for `span'.
5419 (html-mode): Use define-derived-mode.
5420 Set sgml-display-text and sgml-tag-face-alist.
5421
598f34fa
SS
54222001-10-25 Sam Steingold <sds@gnu.org>
5423
5424 * add-log.el (add-log-always-start-new-record): New user option.
5425 (add-change-log-entry): Use it.
5426
a3fbafe2
RS
54272001-10-25 Richard M. Stallman <rms@gnu.org>
5428
5429 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
5430 bind case-fold-search if FROM is not all lower case.
5431
5b6a51aa
GM
54322001-10-25 Gerd Moellmann <gerd@gnu.org>
5433
dfe92a6a
GM
5434 * startup.el (normal-top-level): Check for frame-initial-frame
5435 only if it's really used.
5436
879eadc3
GM
5437 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
5438
5b6a51aa
GM
5439 * progmodes/compile.el (compilation-parse-errors-filename-function):
5440 New variable.
5441 (compilation-parse-errors): Use it.
5442
d73a471b
SM
54432001-10-25 Stefan Monnier <monnier@cs.yale.edu>
5444
5445 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
5446 interactively so that C-u M-C-x still does edebug.
5447 (checkdoc-sentencespace-region-engine): Don't force a double-space
5448 after `.' if it doesn't look like an end-of-sentence.
5449 (debug-ignored-errors): Add `disambiguate ...'.
5450
54512001-10-24 Stefan Monnier <monnier@cs.yale.edu>
5452
5453 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 5454 (texinfo-environment-regexp): Hoist.
d73a471b
SM
5455 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
5456 Only highlight the menu name in menu items.
5457 Setup `@foo ... @end foo' as text clones.
5458 (texinfo-clone-environment): New function.
5459 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
5460 (texinfo-insert-block): Simplify.
5461 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
5462 the command is repeated.
5463 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
5464 (texinfo-insert-@end): Simplify.
5465
5466 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
5467 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
5468 (texinfo-subsubsection-level-regexp)
5469 (texinfo-update-menu-same-level-regexps)
5470 (texinfo-update-menu-higher-regexps)
bcfb9eff 5471 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
5472
5473 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
5474 (derived-mode-p): Autoload.
5475
5476 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
5477 New vars and functions.
5478 (text-clone-maintain, text-clone-create): New functions.
5479
f66bd220
MB
54802001-10-25 Miles Bader <miles@gnu.org>
5481
5482 * facemenu.el (facemenu-add-new-face): Fix variable names.
5483
b617a66b
RS
54842001-10-24 Richard M. Stallman <rms@gnu.org>
5485
d436d538
RS
5486 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
5487 of t and nil values.
5488 (facemenu-set-face): Handle START and END interactively.
5489 (facemenu-set-foreground): Don't use a face; specify color directly.
5490 (facemenu-set-background): Likewise.
5491 (facemenu-set-face-from-menu): Doc fix.
5492 (facemenu-active-faces): Use face-attribute-vector
5493 to handle bare attributes not in faces.
5494 (facemenu-get-face): Don't handle face names fg:... and bg:...
5495 specially.
5496 (facemenu-add-new-face): New argument MENU.
5497 New way to handle adding colors to the color menus.
5498
b617a66b
RS
5499 * env.el (substitute-env-vars): Quote the arg to rx.
5500
7b611de0
SS
55012001-10-24 Sam Steingold <sds@gnu.org>
5502
5503 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 5504 Control" and "SGML" groups.
7b611de0 5505
c533fe40
SM
55062001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5507
5508 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5509 Better handling of C++ template args to avoid confusion with `<'
5510 and `>' used as operators in member init expressions.
5511
bdbdebff
GM
55122001-10-24 Gerd Moellmann <gerd@gnu.org>
5513
4aa6b955
GM
5514 * replace.el (perform-replace): Move START and END parameters
5515 to the end of the argument list and make them optional.
5516
5517 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
5518 perform-replace.
5519
c533fe40 5520 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
5521 (x-complement-fontset-spec): Use it.
5522
0033146f
SM
55232001-10-23 Stefan Monnier <monnier@cs.yale.edu>
5524
e07777e6
SM
5525 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
5526
0033146f
SM
5527 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5528 Turn caadr into caar of cdr.
5529
24db49fb
GM
55302001-10-23 Gerd Moellmann <gerd@gnu.org>
5531
e07777e6 5532 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
5533 of mouse-{1,2} since dragging is on the down event.
5534
c51488cd
GM
5535 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
5536
197a9dfd
GM
5537 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
5538 if ARG is nil.
5539
24db49fb
GM
5540 * desktop.el (desktop-last-buffer): New variable.
5541 (desktop-create-buffer): Set it.
5542 (desktop-read): Bind it and switch to that buffer.
5543
e38e2839
GM
55442001-10-22 Gerd Moellmann <gerd@gnu.org>
5545
e07777e6
SM
5546 * progmodes/compile.el (compilation-set-window-height):
5547 Select old window only if it's still live.
e38e2839 5548
cd9c1e8f 55492001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
784b8937
PJ
5550
5551 * help-mode.el (help-buffer): Remove debugging code.
5552 From Stefan Monnier <monnier@cs.yale.edu>.
5553
b704d54b
EZ
55542001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5555
e07777e6
SM
5556 * files.el (file-name-sans-extension, file-name-extension):
5557 Don't count the leading dots in file names as signaling an extension.
b704d54b 5558
fb2fa4a9
AS
55592001-10-22 Andre Spiegel <spiegel@gnu.org>
5560
5561 * vc.el (vc-diff-switches): Doc rewritten.
5562
7142670a
EZ
55632001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
5564
4b2bb9be
EZ
5565 * tooltip.el (tooltip-set-param): Doc fix.
5566
2840d653
EZ
5567 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
5568 127 to sgml-maybe-name-self.
5569 (sgml-name-8bit-mode): Doc fix.
5570 (sgml-char-names-table): New variable.
5571 (sgml-name-char): Support non-ASCII and mule-unicode-*
5572 characters. Doc fix.
5573 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
5574
7142670a
EZ
5575 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
5576 doc string the effect of `left' and `top' parameters in
5577 tooltip-frame-parameters, the default values, and the units.
e07777e6 5578 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
5579 (tooltip-show): Mention in the doc string the `top' and `left'
5580 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
5581
dea19473
AS
55822001-10-22 Andre Spiegel <spiegel@gnu.org>
5583
5584 Add autoscaling support for vc-annotate.
9522e2d8 5585 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 5586
dea19473
AS
5587 * vc.el (vc-annotate-display-default): Accept colormap scaling
5588 ratio (now deprecated).
5589 (vc-annotate-display-autoscale): Added.
5590 (vc-annotate-add-menu): New autoscaling menu options "Span to
5591 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 5592 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
5593 (vc-annotate-display-select): Added.
5594 (vc-annotate): Changed temp-buffer-show-function to
5595 `vc-annotate-display-select'.
5596 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5597 Added argument OFFSET. Instead of backend function, calls now
5598 generic `vc-annotate-difference'.
5599 (vc-annotate-difference): Added as generic function instead of
5600 backend-specific function. No longer takes argument POINT, but
5601 instead accepts a time OFFSET.
5602 (vc-default-annotate-current-time): Added.
5603
5604 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 5605 version in vc.el, with
dea19473 5606 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 5607 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
5608 `vc-cvs-annotate-difference'.
5609
04808157
GM
56102001-10-22 Gerd Moellmann <gerd@gnu.org>
5611
26fe1f92
GM
5612 * saveplace.el (save-place): Require `saveplace'.
5613
e07777e6 5614 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
5615 Use `sexp' for :value-type instead of `face'.
5616
a6a1654e
EZ
56172001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5618
5619 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5620 regexps due to 5-digit message IDs.
5621
4fdd691b
JR
56222001-10-21 Jason Rumney <jasonr@gnu.org>
5623
a6a1654e 5624 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 5625
a6a1654e 56262001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
5627
5628 * help-funs.el (help-manyarg-func-alist): Variable removed.
5629
7e9a6a1b
MB
56302001-10-21 Miles Bader <miles@gnu.org>
5631
5632 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
5633 `insert', `insert-and-inherit', `insert-before-markers',
5634 `insert-before-markers-and-inherit', `message', `message-box',
5635 `message-or-box', `propertize', `format', `encode-time', `append',
5636 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5637 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5638 `ml-prefix-argument-loop'.
7e9a6a1b 5639
72830e8a
AS
56402001-10-21 Andre Spiegel <spiegel@gnu.org>
5641
e07777e6
SM
5642 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5643 (vc-default-diff-tree): New functions.
72830e8a
AS
5644 (vc-version-diff): Use them. As a result, coding systems are now
5645 set up properly for all sorts of diffs, and tree diffs can now
5646 also be done locally.
5647 (vc-diff): With a prefix argument, don't require that it's called
5648 from a buffer under version control.
a279f22f 5649 (diff-switches): Remove duplicate definition.
e07777e6 5650
72830e8a
AS
5651 * vc-cvs.el (vc-cvs-diff-tree): New function.
5652
b6715b9f
MB
56532001-10-21 Miles Bader <miles@gnu.org>
5654
386ca361
MB
5655 * help-funs.el (help-manyarg-func-alist): Remove entries for
5656 `list', `vector', `make-byte-code', `call-process',
5657 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5658 `logand', `logior', and `logxor'.
5659
b6715b9f
MB
5660 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5661 image bits to compensate. Use `make-string' instead of
5662 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5663
db6f8ff1
KS
56642001-10-20 Kim F. Storm <storm@cua.dk>
5665
5666 * simple.el (kill-ring-save): Don't show extent of copied region
5667 if using transient-mark-mode and region is fully visible.
5668
da67faa9
KS
56692001-10-20 Gerd Moellmann <gerd@gnu.org>
5670
5671 * (Version 21.1 released.)
5672
8f9495e7
EZ
56732001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5674
5675 * files.el (auto-mode-alist): Associate .indent.pro with
e07777e6 5676 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
8f9495e7 5677
1f006824
SS
56782001-10-18 Sam Steingold <sds@gnu.org>
5679
5680 Put the *Compile-Log* buffer in `compilation-mode'.
5681 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5682 (byte-compile-log-1, byte-compile-log-file)
e07777e6 5683 (displaying-byte-compile-warnings): Use it
1f006824 5684
e54030af
SM
56852001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5686
d2f11dda
SM
5687 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5688
e54030af
SM
5689 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5690
d0035f7a
GM
56912001-10-18 Gerd Moellmann <gerd@gnu.org>
5692
3f482bc0
GM
5693 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5694
e54030af
SM
5695 * obsolete/hilit19.el (hilit-lookup-face-create):
5696 Call set-face-font only if display-graphic-p.
d0035f7a
GM
5697 (toplevel): Remove references to window-system.
5698
4d251ae7
MB
56992001-10-18 Miles Bader <miles@gnu.org>
5700
5701 * simple.el (what-line): Avoid problems with field properties.
5702
2670cf80
EZ
57032001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5704
5705 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5706 Define special colors for a tty.
5707
5889cc20
FP
57082001-10-17 Francesco Potorti` <pot@gnu.org>
5709
5710 * comint.el (comint-password-prompt-regexp): Make it less
5711 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5712
2670cf80 57132001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
5714
5715 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5716 a regular file, before checking if it is a directory or symlink.
5717 This avoids a call to eshell-file-attributes, which can be
5718 expensive in some situations.
5719
5720 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5721 customization variable, to differentiate ls-in-dired from regular
5722 uses of ls.
5723
3d58b15e
MB
57242001-10-17 Miles Bader <miles@gnu.org>
5725
5726 * custom.el (defface): Mention `:inherit' in doc-string.
5727
ca5b46fc
EZ
57282001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5729
5730 * paren.el: Update the Commentary with installation instructions.
5731
56378db4
GM
57322001-10-15 Dave Love <fx@gnu.org>
5733
5734 * international/mule.el (set-auto-coding): Fix regexps for local
5735 variables section not to eat newlines.
5736
31252c00
MB
57372001-10-15 Miles Bader <miles@gnu.org>
5738
5739 * simple.el (display-message-or-buffer): Pass the correct buffer
5740 to `display-buffer'.
5741
0c88c937
SM
57422001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5745 (executable-find): Use exec-suffixes.
5746 (executable-set-magic): Don't use make-local-hook.
5747
5748 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5749
5a595785
EZ
57502001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5751
a12ca054
EZ
5752 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5753 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5754 Add .so to the Unix and GNU branch.
5755
0c88c937
SM
5756 * international/latin-1.el:
5757 * international/latin-2.el:
5758 * international/latin-3.el:
5759 * international/latin-4.el:
5760 * international/latin-5.el:
5761 * international/latin-8.el:
5a595785
EZ
5762 * international/latin-9.el: Add no-byte-compile: t, since
5763 Makefile.in instructs make-docfile to look at .el files.
5764
530893b2
MB
57652001-10-14 Miles Bader <miles@gnu.org>
5766
5767 * button.el (define-button-type): Allow supertype property to be
5768 specified with a keyword `:supertype' too.
5769 (button-put, make-text-button): Allow button type property to be
5770 specified using the keyword `:type' too.
5771 (button-type): New function.
5772 (button): Add `button-category-symbol' property.
5773
6efb29ef
SM
57742001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5775
0c88c937
SM
5776 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5777 indent-new-comment-line from comment-indent-new-line.
5778
6efb29ef
SM
5779 * textmodes/refill.el (refill-mode):
5780 Bind DEL to backward-delete-char-untabify.
5781 Set backward-delete-char-untabify-method to `hungry'.
5782
5783 * textmodes/bib-mode.el (bib-mode):
5784 * play/gomoku.el (gomoku-mode):
5785 * textmodes/page-ext.el (pages-directory-mode):
5786 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5787
5788 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5789
5790 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5791
5792 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5793 Handle here-docs differently.
5794 (sh-font-lock-heredoc): Remove.
5795 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5796 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5797 (sh-font-lock-open-heredoc): New functions.
5798 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5799 (sh-font-lock-keywords-1): Use regexp-opt.
5800 (sh-in-comment-or-string): Use syntax-ppss.
5801 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5802 (sh-select, sh-tmp-file): Add explicit terminating \n.
5803
5804 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5805 Use with-current-buffer.
5806 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5807 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5808 filename), catch any error that occurs in `ange-ftp-cd'.
5809 If an error happened, don't bother sending `cmd' at all.
5810 Fix a parenthesis typo.
5811 (ange-ftp-write-region): Don't blindly use binary if the remote host
5812 is unix-like.
5813
5814 * play/pong.el (pong-init): Don't use make-local-hook.
5815
2d341681 58162001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
5817
5818 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5819 (viper-get-ex-address-subr): More precise addr for the $ marker
5820
eef9b65f
EZ
58212001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5822
5823 * version.el (emacs-version): Bump to 21.1.50.
5824
cd9c1e8f 58252001-10-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a2bdcec4
PJ
5826
5827 * mail/mailalias.el (mail-directory-stream): Do not double
5828 variables in the lambda-list.
5829
5830 * play/gomoku.el (gomoku-init-display): Ditto.
5831
5832 * play/landmark.el (lm-init-display): Ditto.
5833
5834 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5835 (delimit-columns-rectangle-line): Ditto.
5836
f892ac1d
SM
58372001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5838
5a1373f3
SM
5839 * newcomment.el (comment-region-internal): Don't rebind
5840 invisibility_spec now that the C routines handle it correctly.
5841
5842 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5843
026f408d
SM
5844 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5845 and `same-frame'.
5846
32993295
SM
5847 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5848
5849 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5850
5851 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5852 C-p and C-r. Remove redundant bindings from inheriting maps.
5853
f892ac1d
SM
5854 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5855 After 4.23 and: After 4.24:
5856 (cperl-contract-levels): Restore position.
5857 (cperl-beautify-level): Likewise.
5858 (cperl-beautify-regexp): Likewise.
5859 (cperl-commentify): Rudimental support for length=1 runs
5860 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5861 After 4.25:
5862 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5863 (imenu-example--create-perl-index): Was not enforcing
5864 syntaxification-to-the-end.
5865 (cperl-invert-if-unless): Allow `for', `foreach'.
5866 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5867 Mark qw(), m()x as indentable.
5868 (cperl-init-faces): Highlight `sysopen' too.
5869 Highlight $var in `for my $var' too.
5870 (cperl-invert-if-unless): Was leaving whitespace at end.
5871 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5872 (cperl-calculate-indent): Remove old commented out code.
5873 Support (primitive) indentation of qw(), m()x.
5874 After 4.26:
5875 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5876 q [] with intervening newlines.
5877 (cperl-autoindent-on-semi): New customization variable.
5878 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5879 (cperl-tips): Mention how to make CPerl the default mode.
5880 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5881 (cperl-outline-level): New function.
5882 (cperl-highlight-variables-indiscriminately): New customization var.
5883 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5884 From Sean Kamath <kamath@pogo.wv.tek.com>.
5885 (cperl-after-block-p): Support CHECK and INIT.
5886 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5887 From Doug MacEachern <dougm@covalent.net>.
5888 After 4.27:
5889 (cperl-find-pods-heres): Recognize \"" as a string.
5890 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5891 Allow whitespace between << and "FOO".
5892 (cperl-problems): Remove \"" and q [] with intervening newlines.
5893 Mention multiple <<EOF as unsupported.
5894 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5895 (cperl-indent-parens-as-block): New configuration variable.
5896 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5897 Use `cperl-indent-parens-as-block'.
5898 (cperl-find-pods-heres): Test for =cut without empty line instead of
5899 complaining about no =cut.
5900 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5901 (cperl-find-pods-heres): Likewise.
5902 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5903 POD could've been marked as comment already.
5904 (cperl-unwind-to-safe): Unwind before start of POD too.
5905 After 4.28:
5906 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5907 After 4.29:
5908 (x-color-defined-p): Make an extra case to peacify the warning.
5909 Toplevel: `defvar' to peacify the warnings.
5910 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5911 No -nw-compile time warnings now.
5912 (cperl-find-tags): TAGS file had too short substring-to-search.
5913 Be less verbose in non-interactive mode
5914 (imenu-example--create-perl-index): Set index-marker after name
5915 (cperl-outline-regexp): New variable.
5916 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5917 (cperl-mode): Made use `cperl-outline-regexp'.
5918 After 4.30:
5919 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5920 (cperl-outline-level): Make start-of-file same level as `package'.
5921 After 4.31:
5922 (cperl-electric-pod): `head1' and `over' electric only if empty.
5923 (cperl-unreadable-ok): New variable.
5924 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5925 on an unreadable file.
5926 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5927 on an unreadable directory.
5928
5929 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5930 Consider the text between two errors as belonging to the first error.
5931 (compilation-goto-locus): Use pop-to-buffer rather than
5932 switch-to-buffer-other-frame.
5933
5934 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5935 (awk-font-lock-syntactic-keywords): New var.
5936 (awk-mode): Use it.
5937
5938 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5939
5940 * faces.el (describe-face): Call help-setup-xref earlier.
5941
5942 * jka-compr.el (jka-compr-load-suffixes): New var.
5943 (jka-compr-install): Add its content to load-suffixes.
5944 (jka-compr-uninstall): Remove its content from load-suffixes.
5945
b878b8c3
SS
59462001-10-12 Sam Steingold <sds@gnu.org>
5947
7ed93890
SS
5948 * bindings.el (completion-ignored-extensions): CL-related
5949 extensions are platform-independent.
5950
b878b8c3
SS
5951 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5952 asynchronous multiple file copying.
5953
eadd6444
GM
59542001-10-12 Gerd Moellmann <gerd@gnu.org>
5955
5a1373f3 5956 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 5957 Turn error for repeated variables into warning.
5a1373f3
SM
5958
5959 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5960 New function checking that lambda-list consists of non-constant
eadd6444 5961 symbols, that &rest and &optional are followed by variable names,
f892ac1d 5962 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
5963 (byte-compile-lambda): Use it.
5964
beb0990f
GM
59652001-10-12 Eli Barzilay <eli@barzilay.org>
5966
5967 * calculator.el (calculator-eng-display): Don't call concat
5968 with an integer argument.
5969
07f904a3
MB
59702001-10-12 Miles Bader <miles@gnu.org>
5971
5972 * help-mode.el (help-customize-face): New button-type.
b0412574 5973
07f904a3
MB
5974 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5975 (describe-face): Fix args to `help-xref-button'.
5976 Don't switch to help-buffer around call to `help-setup-xref'.
5977 Use `help-buffer' instead of hard-wired "*Help*".
5978 Require `help-mode'.
5979
2168e04d
SM
59802001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5981
5982 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5983
5984 * help-mode.el (help-buffer): New function.
5985 Returns the buffer-name to use for help output.
5986 Change all the code to use it instead of hard-coding *Help*.
5987 (help-mode-map): Put back the mouse-2 binding.
5988 (help-xref-stack): Change the format and make buffer-local.
5989 (help-xref-stack-item): Make buffer-local.
5990 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5991 (help-xref-interned): Display the face doc as well.
5992 (help-follow-mouse): Re-introduce.
5993 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5994 (help-do-xref): Don't `push' any more.
5995 (help-follow): Also follow face names.
5996
5997 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5998 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5999 Autoload and cleanup.
6000 (describe-function): Call help-setup-xref.
6001 (describe-variable): Call help-setup-xref earlier.
6002
6003 * help.el (describe-bindings-internal): New fun moved from keymap.c.
6004 (view-lossage): Call help-setup-xref correctly and earlier.
6005 (describe-bindings): Call help-setup-xref earlier.
6006 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
6007 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 6008
1ae6b8f1
GM
60092001-10-11 Gerd Moellmann <gerd@gnu.org>
6010
a5be8a9a
GM
6011 * master.el (master-mode): Use define-minor-mode instead of
6012 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 6013 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
6014 since it's always autoloaded.
6015
1ae6b8f1
GM
6016 * master.el: New file.
6017
63ca0a6e
GM
60182001-10-11 Dave Love <fx@gnu.org>
6019
6020 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
6021 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
6022 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 6023
63ca0a6e 60242001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 6025
2168e04d
SM
6026 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
6027 New function extracted from byte-compile-log-1.
6028 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
6029 the output of other GNU tools.
6030 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
6031 (byte-compile-report-error): Downcase error message.
6032 Use `error' instead of `!!' for error messages.
d731e6b8
GM
6033 (byte-compile-print-syms): Treat non-interactive case specially.
6034 (displaying-byte-compile-warnings): Use backquote.
6035 (byte-compile-from-buffer): Bind byte-compile-last-line.
6036 (batch-byte-compile): Remove `Done' message.
6037
75a4e7c5 60382001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
6039
6040 * emacs-lisp/copyright.el (copyright): Add final \n.
6041
0e094c29
MB
60422001-10-11 Miles Bader <miles@gnu.org>
6043
6044 * diff.el (diff): Display default values in prompts as
6045 `(default ...)', not `(...)'.
b0412574 6046
0e094c29
MB
6047 * info.el (Info-follow-reference): Likewise.
6048
c2ca5171
SM
60492001-10-10 Stefan Monnier <monnier@cs.yale.edu>
6050
30de4b24
SM
6051 * emacs-lisp/autoload.el (doc-string-elt): Remove.
6052
7164ef13
SM
6053 * newcomment.el (comment-indent): Be a little more robust in case
6054 comment-indent-function does funny things.
6055 (comment-normalize-vars): Autoload.
6056 (comment-region-internal): Fiddle with the visibility spec.
6057 (comment-valid-prefix): New function.
6058 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
6059 that would turn comment-text into non-comment-text.
6060
6061 * emacs-lisp/syntax.el: New file.
6062
c2ca5171
SM
6063 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
6064 compatibility cruft.
6065 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
6066 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
6067 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
6068 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
6069 tcl-submit-bug-report.
6070 (tcl-mode-syntax-table): Leave \f alone.
6071 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
6072 tcl-end-of-defun, tcl-submit-bug-report.
6073 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
6074 (tcl-add-emacs-menu): Remove.
6075 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
6076 (tcl-keyword-list): Add `chain'.
6077 (tcl-font-lock-syntactic-keywords): New variable.
6078 (tcl-pps-has-arg-6): Remove.
6079 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
6080 (tcl-internal-mark-defun): Remove.
6081 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
6082 (tcl-mode): Use define-derived-mode. Simplify.
6083 Set comment-indent-function.
6084 (tcl-indent-command): Use line-beginning-position and comment-indent.
6085 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6086 (tcl-indent-line): Use tcl-calculate-indent.
6087 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
6088 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
6089 (tcl-filter): Use with-current-buffer, simplify.
6090 (inferior-tcl-mode): Use define-derived-mode.
6091 (tcl-hairy-in-comment): Renamed tcl-in-comment.
6092 (tcl-simple-in-comment, tcl-in-comment): Removed.
6093 (tcl-files-alist): New function.
6094 (tcl-help-snarf-commands): Use it and return the result directly
6095 rather than through a global variable.
6096 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
6097 (tcl-help-on-word): Provide the default value to completing-read.
6098 (tcl-hilit): Remove.
6099 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
6100 (tcl-comment-indent): New function.
6101 (tcl-submit-bug-report): Remove.
6102 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
6103 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
6104 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
6105
07becdb1
MB
61062001-10-10 Miles Bader <miles@gnu.org>
6107
6108 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
6109 (Info-fontify-node): Don't fontify the node if it's already been done.
6110
88255adb
GM
61112001-10-10 Gerd Moellmann <gerd@gnu.org>
6112
031a1678
GM
6113 * international/iso-transl.el (iso-transl-e-caret)
6114 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
6115 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
6116
619632ac
GM
6117 * simple.el (end-of-buffer): Fix code scrolling specially
6118 for the buffer end.
6119
88255adb
GM
6120 * startup.el (command-line-1): Bind tab-width to 8.
6121
cd9c1e8f 61222001-10-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5c4d3f02 6123
3680909c 6124 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
6125 user-visible commands. From Rob Riepel
6126 <riepel@Networking.Stanford.EDU>.
6127
89e9c8d7
GM
61282001-10-09 Gerd Moellmann <gerd@gnu.org>
6129
6130 * ruler-mode.el: New file.
6131
3b8c60f1
MB
61322001-10-09 Miles Bader <miles@gnu.org>
6133
71f19cda
MB
6134 * apropos.el (button): New require.
6135
55e9efba 6136 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
6137 (describe-variable): Use `condition-case' instead of `ignore-errors'.
6138
55e9efba 6139 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 6140
55e9efba
MB
6141 * help.el: Don't require `view' when compiling.
6142 (help-with-tutorial, describe-function, describe-function-1)
6143 (variable-at-point, describe-variable, locate-library):
6144 Functions moved into `help-funs.el'.
6145 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
6146 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
6147 (help-setup-xref, help-xref-following, help-make-xrefs)
6148 (help-xref-button, help-insert-xref-button, help-xref-interned)
6149 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
6150 (help-xref-on-pp): Functions moved into `help-mode.el'
6151 (help-mode-map, help-xref-stack, help-xref-stack-item)
6152 (help-highlight-p, help-highlight-face, help-back-label)
6153 (help-xref-symbol-regexp, help-xref-mule-regexp)
6154 (help-xref-info-regexp): Variables moved into `help-mode.el'.
6155 (help-symbol, help-back, help-info, help-customize-variable)
6156 (help-function-def, help-variable-def):
6157 Button-types moved into `help-mode.el'.
6158 (load-symbol-file-load-history, symbol-file):
6159 Functions moved into `subr.el'.
6160 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
6161 (view-lossage): Call `help-setup-xref' instead of doing it manually.
6162
6163 * subr.el (symbol-file-load-history-loaded)
6164 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
6165
55e9efba
MB
6166 * loadup.el ("button"): Load removed.
6167
ded42dd3
MB
6168 * button.el (define-button-type): Respect any `supertype' property.
6169 (button-type-subtype-p, button-has-type-p): New functions.
6170
f4be0a12
MB
6171 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
6172 dollar-signs.
6173
6174 * comint.el (comint-insert-previous-argument): New function.
6175 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 6176 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
6177 (comint-insert-previous-argument-last-index): New variables.
6178
3b8c60f1
MB
6179 * apropos.el (apropos-next-label-button): Use the presence of a
6180 `apropos-label' property to detect label buttons.
6181
a101302b
MB
61822001-10-08 Miles Bader <miles@gnu.org>
6183
6184 * button.el (next-button, previous-button): Remove N and WRAP
6185 parameters. Don't pay attention to `skip' properties.
6186 (forward-button): Implement wrapping, iterating, and skipping here
6187 instead.
894e460c 6188 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
6189 (button-nop): Function removed.
6190 (default-button): Use `ignore' as default button action.
894e460c 6191
a101302b
MB
6192 * apropos.el (apropos-next-label-button): Update arguments to
6193 `next-button'.
894e460c 6194 (apropos-symbol): Add `skip' property.
c2ca5171
SM
6195 (apropos-function, apropos-macro, apropos-command)
6196 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
6197 (apropos-plist): New button types.
6198 (apropos-label-properties): Variable removed.
6199 (apropos-print): Pass button-type to apropos-print-doc, rather
6200 than help function and label text.
6201 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
6202 Get button label from TYPE.
a101302b 6203
82345a9a
SM
62042001-10-07 Stefan Monnier <monnier@cs.yale.edu>
6205
b0fbf754
SM
6206 * help.el (help-mode): Use define-derived-mode.
6207 (describe-mode): Add optional `buffer' arg.
6208 Use it instead of going through help-xref-mode.
6209 Avoid doubling the word `minor' when prettifying.
6210 (describe-function-1): List the corresponding key bindings.
6211 (describe-variable): Say if the var is automatically buffer-local.
6212 If the source is `loaddefs.el', look for the real source.
6213 (help-xref-mode): Remove.
6214
82345a9a
SM
6215 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
6216 the file says no-byte-compile.
6217
d6bc0bdc
MB
62182001-10-08 Miles Bader <miles@gnu.org>
6219
6220 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 6221
7997fd38
MB
62222001-10-07 Miles Bader <miles@gnu.org>
6223
e664497b
MB
6224 * woman.el (woman-mode-map): Copy button-buffer-map instead of
6225 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
6226 `woman-follow-word' instead of `woman-mouse-2'.
6227 (woman-follow-word): Renamed from `woman-mouse-2'.
6228 Follow current unconditionally, since this function is now only
6229 bound to M-mouse-2. Use accessor functions.
6230 (WoMan-highlight-references): Use `make-text-button'.
6231 (woman-xref): New button type.
6232
d876f455
MB
6233 * loadup.el ("faces"): Move load before loading "loaddefs.el".
6234 ("button"): New load, just before "help" (which uses it).
6235
6236 * help.el (help-mode-map): Make button-buffer-map our parent.
6237 Don't bind mouse events or tab/backtab.
6238 (help-function, help-variable, help-face, help-coding-system)
6239 (help-input-method, help-character-set, help-back, help-info)
6240 (help-customize-variable, help-function-def, help-variable-def):
6241 New button types.
6242 (help-button-action): New function.
6243 (describe-function-1): Pass help button-types to
6244 `help-xref-button' rather than help function and help-echo string.
6245 Don't put multiple help-function args in a list to pass them to
6246 help-xref-button, just pass them as multiple arguments.
6247 Use `help-insert-xref-button' to make [back]-button, rather than
6248 `help-xref-button'.
6249 (help-xref-button): Take a button-type TYPE as a parameter rather
6250 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
6251 and add a &rest parameter ARGS to serve the same purpose.
6252 Use `make-text-button' to add the button.
6253 (help-insert-xref-button): Use `insert-text-button' to add the button.
6254 (help-follow-mouse, help-next-ref, help-previous-ref):
6255 Functions removed.
6256 (help-do-xref): New function.
6257 (help-follow): Use `push-button' and `help-do-xref' to do most of
6258 the work.
6259
6260 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 6261 (apropos-symbol-button-display-help)
d876f455
MB
6262 (apropos-label-button-display-help, apropos-next-label-button):
6263 New functions.
6264 (apropos-mode-map): Make button-buffer-map our parent.
6265 Don't bind mouse events.
6266 (apropos-print, apropos-print-doc): Create buttons instead of text
6267 properties.
6268 (apropos-mouse-follow): Function removed.
6269 (apropos-follow): Use buttons.
6270
7997fd38
MB
6271 * button.el: New file.
6272
1a4372ef
GM
62732001-10-07 Gerd Moellmann <gerd@gnu.org>
6274
82345a9a 6275 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
6276 Remove.
6277
857e81db
RS
62782001-10-05 Richard M. Stallman <rms@gnu.org>
6279
6280 * add-log.el (add-change-log-entry): Skip copyright notice
6281 and copying permission notice at start of file, if any.
6282 Make use of terms "entry" and "item" accord with Emacs manual.
6283 Simplify the logic for moving point while entering or creating
6284 an entry and then an item.
6285 (add-change-log-entry-other-window): Doc fix.
6286
4650e362
MB
62872001-10-06 Miles Bader <miles@gnu.org>
6288
6289 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
6290 removed; they apparently don't work with faces.
6291
b4f05c38
SS
62922001-10-05 Sam Steingold <sds@gnu.org>
6293
6294 * textmodes/sgml-mode.el (html-xhtml): New user option.
6295 (html-tag-alist, html-horizontal-rule, html-image, html-line)
6296 (html-ordered-list, html-unordered-list, html-list-item)
6297 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
6298 (sgml-skip-close-p): New function.
6299 (sgml-value): Use it.
6300
4dd618ff
SS
63012001-10-05 Sam Steingold <sds@gnu.org>
6302
6303 * calendar/diary-lib.el (diary-entry-compare): When times are
6304 identical, compare the entries lexicographically.
6305
a01b7831
MB
63062001-10-06 Miles Bader <miles@gnu.org>
6307
82345a9a
SM
6308 * rfn-eshadow.el (rfn-eshadow-update-overlay):
6309 Use `minibuffer-prompt-end'.
a01b7831
MB
6310
6311 * simple.el (previous-matching-history-element): Fix misplaced
6312 parentheses.
6313
20a82009
MB
63142001-10-05 Miles Bader <miles@gnu.org>
6315
6316 * rfn-eshadow.el: New file.
6317
c165ad40
MB
63182001-10-05 Miles Bader <miles@gnu.org>
6319
6320 * cus-face.el (custom-face-attributes): Make sure each attribute
6321 has a valid default value. Remove hacks that mapped `nil' to
6322 `off' and used nil to mean `unspecified'. Remove `unspecified'
6323 choices from all attributes (unspecified is handled by the parent
6324 checklist).
4dd618ff 6325 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
6326 (custom-face-edit-deactivate, custom-face-edit-activate)
6327 (custom-face-edit-delete, custom-face-edit-attribute-tag):
6328 New functions.
6329 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 6330 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
6331 Don't pass in default filters that map between `nil' and `off' and
6332 `unspecified' and `nil'.
6333
ace64e0a
GM
63342001-10-05 Gerd Moellmann <gerd@gnu.org>
6335
6336 * progmodes/compile.el (compilation-buffer-name): New function.
6337 (compile-internal): Use it to determine the name of the
6338 compilation buffer.
6339
ec66bdc7
MB
63402001-10-05 Miles Bader <miles@gnu.org>
6341
6342 * progmodes/compile.el (grep-use-null-device): New variable.
6343 (grep-command): Mention `grep-use-null-device'.
6344 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
6345 Make computation of `grep-command' respect `grep-use-null-device'.
6346 (grep): Respect `grep-use-null-device'.
6347 Call `grep-compute-defaults' even if grep-command is set, if
6348 grep-use-null-device is still tentative.
6349
6350 * subr.el (call-process-shell-command): New function.
6351
63522001-10-05 Miles Bader <miles@gnu.org>
6353
6354 * simple.el (previous-matching-history-element)
6355 (next-history-element, next-complete-history-element): Use
82345a9a 6356 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
6357 (minibuffer-prompt-end, minibuffer-contents):
6358 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6359 Functions removed (now subrs).
6360 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 6361
ec66bdc7
MB
6362 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
6363 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
6364 instead of calling `field-' functions directly.
6365 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
6366
c89e4bc5
GM
63672001-10-05 Gerd Moellmann <gerd@gnu.org>
6368
a0fb4492
GM
6369 * files.el (find-file-noselect): If file's read-only status has
6370 changed on disk, ask if buffer's read-only status should be
6371 changed, unless NOWARN is set.
6372
c86350b1
GM
6373 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
6374 alias for define-setf-method.
6375
c89e4bc5
GM
6376 * bindings.el: Remove no-byte-compile from file local variables
6377 to enable bootstrapping.
6378
0bcf87c1
AI
63792001-10-04 Andrew Innes <andrewi@gnu.org>
6380
82345a9a
SM
6381 * faces.el (face-font-registry-alternatives) [windows-nt]:
6382 Make gb2312 an alias for gb2312.1980.
0bcf87c1 6383
6c0b2643
GM
63842001-10-04 Stefan Monnier <monnier@cs.yale.edu>
6385
6386 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
6387 (uniquify-reverse-components): Remove.
6388
6389 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6390 Make sure the file is readable.
6391 (byte-compile-file): Don't compile if `no-byte-compile' is set.
6392 (byte-compile-defvar): Update to reflect the change in Fdefvar.
6393 (batch-byte-recompile-directory): Pass arg=0.
6394
6395 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
6396 (perl-calculate-indent): Use it.
6397 (perl-backward-to-noncomment): Use forward-comment.
6398
6399 * derived.el (define-derived-mode, derived-mode-make-docstring):
6400 Allow `parent' to be nil.
6401
6402 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
6403 Use define-derived-mode.
6404 (nroff-mode-map, nroff-mode-syntax-table): Massage.
6405
6406 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
6407
6408 * emacs-lisp/lselect.el: Use facep iso find-face.
6409
6410 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6411 Use regexp-opt.
6412 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
6413 (lisp-font-lock-syntactic-face-function): New function.
6414 (lisp-mode-variables): Use it. Make arg optional.
6415 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
6416 (lisp-mode): Don't pass an arg to lisp-mode-variables.
6417 Set comment-start-skip.
6418
6419 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
6420
6421 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
6422 (ignore-errors): Don't bother using a `err' symbol.
6423
6424 * emacs-lisp/autoload.el (autoload-ensure-default-file)
6425 (autoload-insert-section-header, autoload-before-p)
6426 (autoload-remove-section): New functions.
6427 (generate-file-autoloads): Use them.
6428 (update-file-autoloads): Use them. Return FILE if there's no cookie.
6429 Make sure the autoload file is properly formatted when creating it.
6430 (update-autoloads-from-directories): Use them as well.
6431 Only update autoloads for files whose timestamp has changed.
6432 Add a dummy entry to remember the files which had no autoload cookies.
6433
6434 * timer.el (timer-relative-time): Fix computation for negative `micro'.
6435
6436 * subr.el (define-key-after): Allow `key' to be longer than 1.
6437 (make-local-hook): Make obsolete.
6438 (add-hook, remove-hook): Don't use make-local-hook any more.
6439 (make-syntax-table): Inherit all chars from s-s-t.
6440
64412001-10-04 Gerd Moellmann <gerd@gnu.org>
6442
6443 This is a fix for a report saying that resuming a search with C-s
6444 C-s doesn't use the case-fold-search setting of the previous
6445 search (C-s ... M-c ... then C-s C-s).
6446
6447 * isearch.el (isearch-last-case-fold-search): New variable.
6448 (isearch-mode): Remember value of isearch-case-fold-search
6449 in isearch-last-case-fold-search.
6450 (isearch-done): Quote value of isearch-case-fold-search.
6451 (isearch-repeat): When resuming a search, restore
6452 isearch-case-fold-search from isearch-last-case-fold-search.
6453
6454 Added to NEWS.
6455
6456 * startup.el (inhibit-startup-buffer-menu): New user-option.
6457 (command-line-1): If inhibit-startup-buffer-menu is set, don't
6458 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
6459
6460 This allows upto 99999 messages in the summary without screwing up
6461 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
6462
6463 * mail/rmailsum.el (rmail-make-summary-line)
6464 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
6465 (rmail-summary-goto-msg, rmail-summary-goto-msg):
6466 Allow 5-digit message ids instead of 4.
6467
6468 This adds expansion of environment variables in the value
6469 specified with M-x setenv. Added to NEWS.
6470
6471 * env.el (substitute-env-vars): New function.
6472 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
6473 environment variables in VALUE. Return VALUE.
6474
ab952a4f
GM
64752001-10-04 Gerd Moellmann <gerd@gnu.org>
6476
6477 * Branch for 21.1.
7164ef13 6478
630784a2
SM
64792001-10-03 Stefan Monnier <monnier@cs.yale.edu>
6480
6481 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
6482
cd9c1e8f 64832001-10-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
6484
6485 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 6486 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 6487
aa01bed1
EZ
64882001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
6489
6490 * rect.el: Update maintainer's email address.
6491
7d685c84
AS
64922001-10-02 Andreas Schwab <schwab@suse.de>
6493
6494 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
6495 and Extended Passive Mode, resp.
6496
87671c25
EZ
64972001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6498
6499 These changes add support for Calendar-related items in the
6500 menu bar on tty's as well:
6501
6502 * calendar/calendar.el (calendar-mode-map): Require cal-menu
6503 unconditionally.
6504 (calendar-mode): Set up activate-menubar-hook unconditionally.
6505
6506 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
6507 calls x-popup-menu only if popup menus are supported.
6508 (calendar-mouse-insert-hebrew-diary-entry)
6509 (calendar-mouse-insert-islamic-diary-entry)
6510 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6511 (calendar-mouse-view-other-diary-entries)
6512 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
6513 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6514 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 6515
12c64503
GM
65162001-10-01 Gerd Moellmann <gerd@gnu.org>
6517
62bfa682
GM
6518 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
6519
12c64503
GM
6520 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
6521
6522 * emacs-lisp/rx.el: New file.
6523
e0c21266
EZ
65242001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
6525
630784a2 6526 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 6527
03be5931
EZ
65282001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6529
6530 * frame.el (select-frame-by-name, other-frame): Doc fix.
6531
d0100d57
EZ
65322001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6533
6534 * play/snake.el (snake-score-file): Use temporary-file-directory
6535 instead of a literal "/tmp". Suggested by Robert
6536 <robert@chezmarshall.freeserve.co.uk>.
6537
6538 * play/tetris.el (tetris-score-file): Ditto.
6539
d94d5b5a
EZ
65402001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
6541
6542 * apropos.el (apropos-print): Make the directions inserted at the
6543 beginning of the *Apropos* buffer more clear.
6544
cd653311 65452001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 6546
cd653311
MK
6547 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
6548 Added comments.
630784a2 6549
37dbd369
SM
65502001-09-27 Stefan Monnier <monnier@cs.yale.edu>
6551
6552 * newcomment.el (comment-normalize-vars): Use " \t" rather than
6553 "\\s-" when defining comment-end-skip.
6554
9240e746
GM
65552001-09-27 Gerd Moellmann <gerd@gnu.org>
6556
37dbd369 6557 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
6558 Call get-buffer-window first second arg `visible'.
6559
37dbd369
SM
6560 * international/mule-diag.el (list-input-methods-1):
6561 Output something that's independent of Emacs' version.
14531065 6562
9240e746
GM
6563 * tar-mode.el (tar-mode-write-file): Don't signal an error by
6564 calling byte-to-position with a nil tar-header-offset.
6565
e04233aa
GM
65662001-09-27 Simon Josefsson <jas@extundo.com>
6567
6568 * mail/sendmail.el (send-mail-function): Doc fix.
6569 (mail-do-fcc): Error if header-end is not a marker.
6570 (mail-do-fcc): Add a comment.
6571 (mail-reply-to): Doc fix.
6572 (mail-signature): Make ATPOINT optional.
6573 (mail-yank-original): Use cond instead of nestled if.
6574
07e91aa3
SM
65752001-09-26 Stefan Monnier <monnier@cs.yale.edu>
6576
6577 * info.el (Info-on-current-buffer): Default arg to "Top".
6578
924b604c
GM
65792001-09-25 Eli Barzilay <eli@barzilay.org>
6580
6581 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
6582 (calculator-displayer-prev, calculator-displayer-next):
6583 Renamed from calculator-displayed-{left,right}.
6584 (calculator, calculator-standard-displayer)
6585 (calculator-num-to-string, calculator-update-display)
924b604c
GM
6586 (calculator-copy, calculator-put-value): Bug and display fixes.
6587
a1548b10
GM
65882001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6589
6590 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
6591 (ebnf-version): New version (3.6.1).
6592
6593 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6594 (ebnf-bnf-non-terminal-chars): New internal const.
6595 (ebnf-bnf-lex): Fix code.
6596
6597 * ebnf-iso.el: Fix character range regexp. Doc fix.
6598 (ebnf-iso-non-terminal-chars): New internal const.
6599 (ebnf-iso-lex): Fix code.
6600
6601 * ebnf-yac.el: Fix character range regexp. Doc fix.
6602 (ebnf-yac-skip-chars): New internal const.
6603 (ebnf-yac-skip-code): Fix code.
6604
79e954d0
SM
66052001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6606
ab750f9c
SM
6607 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6608
3911563a
SM
6609 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6610 passing it to VC.
6611
79e954d0
SM
6612 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6613 case where the file is relative.
6614
6f3f0db4
GM
66152001-09-24 Gerd Moellmann <gerd@gnu.org>
6616
6617 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6618 same on each side. Make sure we properly handle simple quotes.
6619 From Daiki Ueno <ueno@unixuser.org>.
6620
e5b31424
EZ
66212001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6622
0678d779
EZ
6623 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6624 <jas@extundo.com>.
6625
e5b31424
EZ
6626 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6627 some items of the Options menu.
6628
769dd0f1
SM
66292001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6630
76829576
SM
6631 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6632
d455f4f7
SM
6633 * vc-hooks.el (vc-delete-automatic-version-backups):
6634 Don't fail if the directory doesn't exist.
6635
769dd0f1
SM
6636 * diff-mode.el (diff-default-read-only): New var.
6637 (diff-mode): Use it.
6638
dc414be1
EZ
66392001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6640
769dd0f1
SM
6641 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6642 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
6643 keymap messes up the menu bar.
6644
dc414be1
EZ
6645 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6646 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6647
67033712
EZ
66482001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6649
769dd0f1 6650 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
6651
6652 * dired-aux.el (dired-insert-subdir): Pass switches to
6653 dired-build-subdir-alist.
6654
0c68e5de
GM
66552001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6656
6657 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6658 caused %#a and %#b to be mis-formatted.
6659
906b3163
EZ
66602001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6661
6662 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6663 ccmode, emacs-mime, and eudc manuals.
6664
005e3bb6
SS
66652001-09-19 Sam Steingold <sds@gnu.org>
6666
6667 w32 find cannot be used with `grep-find'.
6668 * progmodes/compile.el (find-program): New variable.
6669 (grep-compute-defaults): Use it to set `grep-find-command'.
6670
7121b85a
GM
66712001-09-19 Gerd Moellmann <gerd@gnu.org>
6672
769dd0f1 6673 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 6674
ae16d111
GM
66752001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6676
6677 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6678 programming. Doc fix.
6679 (ebnf-version): New version (3.6).
6680 (ebnf-eps-begin): Data fix.
6681 (ebnf-begin-file): Code fix.
6682
6683 * ebnf-bnf.el: Doc fix.
6684 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6685
6686 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6687
55732434
GM
66882001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6689
6690 * ps-print.el: Better face mapping for black/white PostScript printers.
6691 Check if mark is active when printing a region. Doc fix.
6692 (ps-print-version): New version number (6.5.5).
6693 (ps-print-color-p): Customization fix.
6694 (ps-black-white-faces): New option.
6695 (ps-black-white-faces-alist): New internal var.
6696 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6697 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6698 (ps-nb-pages-region): Interactive fix.
6699 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6700 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6701
740ef824
EZ
67022001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6703
6704 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6705 numeric month value, and allow the Kanji character after the it to
6706 be missing (happens with ls-lisp's output on Japanese versions of
6707 MS-Windows).
6708
50529f51
MB
67092001-09-18 Miles Bader <miles@gnu.org>
6710
6711 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6712 it's empty (and thus probably a new patch file about to be edited).
6713
d8a973aa
GM
67142001-09-17 Gerd Moellmann <gerd@gnu.org>
6715
e18c8b8d
GM
6716 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6717 Check for '(' in column 0 of doc string.
6718
d8a973aa
GM
6719 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6720 of `nth' so that using a vector as bounding-box works.
6721 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6722
dfe78cc5
AS
67232001-09-17 Andre Spiegel <spiegel@gnu.org>
6724
6725 * vc.el (vc-annotate): Use current workfile version explicitly as
e1ff49ba 6726 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
dfe78cc5 6727
1bbdda4d
EZ
67282001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6729
a5f01960
EZ
6730 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6731 convert-standard-filename doesn't guarantee that the .el extension
6732 is preserved.
6733
a007e4e3
EZ
6734 * dos-fns.el (convert-standard-filename): Replace invalid
6735 characters only after converting dash/underscore to a period.
6736 (original-make-auto-save-file-name): New.
8aee7d44
EZ
6737 (make-auto-save-file-name): New function, overrides the definition
6738 on files.el and calls the original function via
6739 original-make-auto-save-file-name.
6740
1bbdda4d
EZ
6741 * mail/rmail.el (top-level): Require mule-utils when compiling.
6742 (rmail-decode-babyl-format): Use detect-coding-with-priority
6743 instead of detect-coding-region, to favor detection of emacs-mule
6744 encoded Babyl files written by rmailout.el etc. Suggested by
6745 Kenichi Handa <handa@etl.go.jp>.
6746
ed7d6ba4
EZ
67472001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6748
6749 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6750 Use `equal', not `=', since the device number can be a cons cell.
6751
551629f9
GM
67522001-09-14 Gerd Moellmann <gerd@gnu.org>
6753
6754 * simple.el: Comment out change of 2001-09-13.
6755
0017a3e0
EZ
67562001-09-13 Milan Zamazal <pdm@zamazal.org>
6757
6758 * progmodes/compile.el (grep-compute-defaults): Don't set
6759 grep-command/grep-find-command when it is already non-nil.
6760 (grep-command): Make it a user option.
6761 (grep-find-command): Likewise.
6762
483e0218 67632001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 6764
483e0218
MK
6765 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6766 inhibit quit.
005e3bb6 6767
15233548
EZ
67682001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6769
6770 * files.el (make-auto-save-file-name): If long file names are not
6771 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6772 generating an auto-save file name from it.
6773
1fb7f872
GM
67742001-09-13 Gerd Moellmann <gerd@gnu.org>
6775
005e3bb6 6776 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
6777 (ps-nb-pages-region): Signal an error if called interactively
6778 and the mark is not active.
6779
1fb7f872
GM
6780 * simple.el (minibuffer-prompt-modification)
6781 (minibuffer-prompt-insertion): New functions.
6782 (minibuffer-prompt-properties): Use `modification-hooks' and
6783 `insert-in-front-hooks'.
6784
1dc13f3a
RS
67852001-09-12 Richard M. Stallman <rms@gnu.org>
6786
6787 * textmodes/outline.el (outline-regexp): Doc fix.
6788 Initialize it in the defcustom, the usual way.
6789
eaa493df
GM
67902001-09-12 Gerd Moellmann <gerd@gnu.org>
6791
1fb7f872 6792 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
6793 from `ediff-meta-info' properties need not be an overlay.
6794 From David Ponce <dponce@voila.fr>.
1fb7f872 6795
eaa493df
GM
6796 * isearch.el (isearch-intersects-p): Fix end checks.
6797
cfcda0ba
EZ
67982001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6799
6800 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6801 `t' branch of `cond', since Irix 6.1 and up is a special case of
6802 the standard dbx interface.
6803
4e1513b5
MB
68042001-09-11 Miles Bader <miles@gnu.org>
6805
6806 * comint.el (comint-send-input): When waiting for echoed input,
6807 don't save the expected end position in `echo-end', so that things
6808 work properly even if the buffer is modified elsewhere at the same
6809 time [this happens if `comint-truncate-buffer' is used].
6810
9a72e4c1
GM
68112001-09-11 Gerd Moellmann <gerd@gnu.org>
6812
6813 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6814 when constructing imenu-generic-expression from outline-regexp.
6815
1f9581b6
EZ
68162001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6817
6818 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6819 `equal' instead of `=', since they can be cons cells. From Nils
6820 Goesche <cartan@cartan.de>.
6821
65ee3bf5
AS
68222001-09-10 Andre Spiegel <spiegel@gnu.org>
6823
6824 * vc.el (vc-annotate): Rewrote doc string.
6825
e602e779
EZ
68262001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6827
6828 * time-stamp.el: Update Stephen Gildea's email address.
6829
42d305db
GM
68302001-09-10 Gerd Moellmann <gerd@gnu.org>
6831
6832 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6833 enable-multibyte-characters = nil. From Hallvard B Furuseth
6834 <h.b.furuseth@usit.uio.no>.
005e3bb6 6835
02f34c70 68362001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 6837
769dd0f1 6838 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 6839
769dd0f1 6840 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
6841 that reads a character and uses the current input method or
6842 iso-accents when appropriate.
005e3bb6 6843
769dd0f1 6844 * viper.el and all others: Corrections to the comment blocks at
02f34c70 6845 the top.
005e3bb6 6846
cfc697a2
EZ
68472001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6848
6849 * info.el (Info-goto-node): Doc fix.
6850
fc0eccfc
GM
68512001-09-07 Gerd Moellmann <gerd@gnu.org>
6852
6853 * isearch.el (isearch-intersects-p): New function.
6854 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6855 use isearch-intersects-p, and clean up.
6856
ef10876c
EZ
68572001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6858
6859 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6860 and "german8", for the new German orthography dictionaries,
6861 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6862 the entries, to keep the line length balanced for loaddefs.el.
6863
c9e74cd4 68642001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 6865
c9e74cd4
GM
6866 * comint.el (comint-send-input): Handle comint-process-echoes
6867 differently.
6868
cd9c1e8f 68692001-09-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5421b899 6870
769dd0f1 6871 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 6872
70569550
EZ
68732001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6874
769dd0f1 6875 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 6876
6afad91e 68772001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 6878
769dd0f1
SM
6879 * server.el (server-switch-buffer):
6880 * textmodes/refer.el (refer-find-entry-internal):
6881 * term/sup-mouse.el (sup-pos-to-window):
6882 * term/bg-mouse.el (bg-window-from-x-y):
6883 * emacs-lisp/edebug.el (edebug-window-live-p):
6884 Use get-window-with-predicate.
6afad91e
GM
6885
6886 * window.el (get-window-with-predicate): Renamed from some-window.
6887 (some-window): Make it an alias.
6888
003550c5
GM
68892001-09-06 Gerd Moellmann <gerd@gnu.org>
6890
6891 * simple.el (undo): Remove positions from buffer-undo-list up to
6892 the next undo boundary only.
6893
c49e491a
EZ
68942001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6895
05b24487
EZ
6896 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6897 Kim <ryk@dspwiz.com>
6898
c49e491a
EZ
6899 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6900 the message "Creating customization items...done".
6901
54f73af3
GM
69022001-09-05 Gerd Moellmann <gerd@gnu.org>
6903
6904 * font-lock.el (toplevel): Require `jit-lock' only if
6905 font-lock-support-mode is set to jit-lock-mode.
6906
3762e7d0
EZ
69072001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6908
6909 * international/quail.el (quail-use-package, quail-inactivate)
6910 (quail-activate): Mention the hooks these functions run in their
6911 doc strings.
6912
c3b497b3
GM
69132001-09-05 Edward M. Reingold <reingold@iit.edu>
6914
6915 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6916 of file in header of menu.
6917
2d43d823
GM
69182001-09-04 Gerd Moellmann <gerd@gnu.org>
6919
2a5becfb
GM
6920 * env.el (setenv): Interactively, if VARIABLE has a current value,
6921 add that to the front of the history, as the doc string says.
6922
8d1fcd00
GM
6923 * comint.el (comint-send-input): Change help-echo.
6924 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 6925
1672462f
GM
6926 * bookmark.el (bookmark-write-file): Bind print-length and
6927 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6928
646a1759
GM
6929 * obsolete/uncompress.el: Moved there from lisp/.
6930
c8dd66e1
GM
6931 * comint.el (comint-insert-clicked-input): Goto point-max before
6932 deleting previous input. From "Dr Francis J. Wright"
6933 <F.J.Wright@qmw.ac.uk>.
6934
2d43d823
GM
6935 * simple.el (backward-word): Doc fix.
6936
cd9c1e8f 69372001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
284b3043
GM
6938
6939 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6940 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6941 * w32-fns.el: Add Keywords header.
6942
2eef02ab
EZ
69432001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6944
6945 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6946 "Text Properties". Suggested by Simon Marshall
6947 <Simon.Marshall@midas-kapiti.com>.
6948
ae355fa6
AC
69492001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6950
6951 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6952 consulting the value of file-name-coding-system.
6953
2ee1aa00
SM
69542001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6955
6956 * help.el (describe-function-1): Save precomputed `file-name' rather
6957 than recomputing it (incorrectly) with `symbol-file'.
6958
cdab3e50
GM
69592001-09-03 Gerd Moellmann <gerd@gnu.org>
6960
698ee07c
SM
6961 * international/isearch-x.el (isearch-exit-recursive-edit):
6962 Take three parameters, since it's used as an after-change-function.
c3b0c268 6963
698ee07c 6964 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
6965 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6966 from doc strings.
6967
e3b22517
GM
69682001-09-02 Milan Zamazal <pdm@zamazal.org>
6969
698ee07c
SM
6970 * progmodes/glasses.el (glasses-convert-to-unreadable):
6971 Consider underscores as in `glasses-make-readable'.
e3b22517 6972
19bd58e8
EZ
69732001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6974
883310a7
EZ
6975 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6976 MS-DOS, since cpp might not be available.
6977
698ee07c
SM
6978 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6979 Mention "yank" in the help-echo text.
cd9c1e8f 6980 Suggested by Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
698ee07c
SM
6981
69822001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6983
6984 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 6985
59b7ded8
EZ
69862001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6987
5e11c425
EZ
6988 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6989 exists. From Andy Petrusenco <andy@int.spb.ru>.
6990
59b7ded8 6991 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
6992 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6993 <andy@int.spb.ru>.
59b7ded8 6994
c9979669
GM
69952001-08-31 Gerd Moellmann <gerd@gnu.org>
6996
6997 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6998 Instead of running mouse-yank-at-click, see what the event is
6999 bound to outside Isearch and run that.
7000
79f5f9ec
EZ
70012001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
7002
698ee07c
SM
7003 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
7004 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 7005
c0551649
GM
70062001-08-30 Gerd Moellmann <gerd@gnu.org>
7007
e8b1643c
GM
7008 * simple.el (eval-expression-print-level): Fix last change.
7009
f3185924
GM
7010 * bindings.el (mode-line-coding-system-map): New variable.
7011 (mode-line-mule-info): Give the "%Z" a local-map keymap.
7012
92a25631
GM
7013 * simple.el (eval-expression-print-level): Change the type
7014 of the defcustom to allow nil.
7015
9584e63a
GM
7016 * emacs-lisp/find-gc.el: Moved here from lisp/.
7017
698ee07c
SM
7018 * international/quail.el (quail-completion-1):
7019 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
7020 From Kenichi Handa <handa@etl.go.jp>.
7021
c0551649
GM
7022 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
7023 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
7024
ef32aa02
EZ
70252001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
7026
7027 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
7028 aren't supported. This avoids the annoying gray strip drawn by
7029 the Windows version instead of the missing tool bar.
7030
ff4ec1f7
GM
70312001-08-29 Gerd Moellmann <gerd@gnu.org>
7032
53ca4610
GM
7033 * menu-bar.el (menu-bar-options-menu): Make option text, messages
7034 and tooltips more consistent. From "Marshall, Simon"
7035 <Simon.Marshall@midas-kapiti.com>.
7036
ff4ec1f7
GM
7037 * startup.el (fancy-splash-screens): Temporarily set
7038 minor-mode-map-alist to nil while displaying splash screens.
7039
cd9c1e8f 70402001-08-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6d6c3f84
GM
7041
7042 * buff-menu.el: Add Keywords header.
7043 Doc fix (C-x C-b is bound to list-buffers).
7044
565132a3
GM
7045 * dired-x.el: Add keyword files to get listed in finder.
7046 Remove confusing notes about GNU Emacs 19.
7047
7048 * dired.el, dired-aux.el: Add Keywords header.
7049
042e6d91
AS
70502001-08-28 Andre Spiegel <spiegel@gnu.org>
7051
7052 * vc.el (vc-revert-file): Call the backend even if the FILE's
7053 contents can be reverted locally; pass new arg CONTENTS-DONE
7054 down to the backend.
7055
854bd40a 7056 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
7057 optional arg CONTENTS-DONE.
7058
33818c6c
AI
70592001-08-28 Andrew Innes <andrewi@gnu.org>
7060
7061 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
7062
0f76ca04
EZ
70632001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7064
7065 * makefile.nt (install): Copy more *.el files.
7066
6b6e2422
GM
70672001-08-28 Gerd Moellmann <gerd@gnu.org>
7068
7069 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
7070 instead of `w' which is already in use.
7071
5b52c296
GM
7072 * gs.el (gs-load-image): Use sleep-for.
7073 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
7074
43744cb9
MB
70752001-08-28 Miles Bader <miles@gnu.org>
7076
7077 * replace.el (query-replace-regexp-eval): Return args from
7078 `interactive' form in correct order.
7079
4b4ea1dc
EZ
70802001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7081
7082 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
7083 major modes, don't create panes for modes for which
7084 mouse-buffer-menu-alist returns an empty alist.
7085
70862001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
7087
7088 * progmodes/hideshow.el: Update first-line description.
7089 Sync comments w/ maintainer version 5.31.
7090
7091 (hs-isearch-open): Default value now `code'.
7092 Fix docstring to use "code blocks" vs "comment blocks",
7093 as opposed to "block" vs "comment".
7094 (hs-flag-region): Accept `hs-isearch-open' value
7095 of `block' as synonymous w/ `code'.
7096 (hs-hide-block-at-point): For code blocks, pass `code'
7097 to `hs-flag-region' instead of `block'.
7098
9ad62cf8
MB
70992001-08-28 Miles Bader <miles@gnu.org>
7100
7101 * comint.el (comint-next-prompt): Don't loop infinitely if
7102 {next,previous}-single-char-property-change returns its input
7103 position when the search fails.
7104
71052001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
7106
7107 * comint.el (comint-get-old-input-default): Don't signal an error
7108 if point is not on an input field; instead, return the current
7109 line (using `comint-bol' to skip any prompt, in case we're not
7110 using fields at all).
7111
7112 * man.el (Man-mode-line-format): Variable removed.
7113 (Man-mode): Change `mode-line-buffer-identification' instead of
7114 `mode-line-format'.
7115
d599a452
GM
71162001-08-27 Gerd Moellmann <gerd@gnu.org>
7117
7118 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
7119 From Simon Josefsson <jas@extundo.com>.
7120
299248aa
EZ
71212001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
7122
5b02e712 7123 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
cd9c1e8f 7124 messages. From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
5b02e712 7125
89aea802 7126 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
cd9c1e8f 7127 Jan\e,Am\e(Bk <Pavel@Janik.cz>.
89aea802
EZ
7128
7129 * emacs-lisp/lselect.el: Ditto.
7130
3452efc2
SM
7131 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
7132 Remove periods from the end of error message strings.
cd9c1e8f 7133 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
165b4283 7134
299248aa 7135 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
cd9c1e8f 7136 Jan\e,Am\e(Bk <Pavel@Janik.cz>.
299248aa
EZ
7137
7138 * net/telnet.el: Ditto.
7139
08ead67b
GM
71402001-08-26 Gerd Moellmann <gerd@gnu.org>
7141
7142 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
7143 KEYMAP to the call to define-minor-mode.
7144
cf8f0b68
EZ
71452001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
7146
7147 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
7148 Replace some of the undefined characters with emulations of bidi
7149 formatting characters and Niqud as per SI 1311-1.
7150 (IT-unicode-translations): Ditto.
3452efc2
SM
7151 (IT-display-table-setup, IT-setup-unicode-display):
7152 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 7153
16837afc
GM
71542001-08-24 Simon Josefsson <jas@extundo.com>
7155
7156 * hl-line.el (hl-line-mode): Don't be a global mode.
7157 (global-hl-line-mode): New function.
7158
33954c45
GM
71592001-08-24 Gerd Moellmann <gerd@gnu.org>
7160
7161 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
7162 being reset by Ghostscript. Don't kill the gs process.
7163 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
7164
fa05f6ac
AC
71652001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
7166
7167 * term/mac-win.el: Require scroll-bar.
7168
3452efc2
SM
71692001-08-23 Stefan Monnier <monnier@cs.yale.edu>
7170
7171 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
7172
02aec07b
EZ
71732001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
7174
7175 * hexl.el (hexl-insert-multibyte-char) New function.
7176 (hexl-quoted-insert, hexl-self-insert-command)
7177 (hexl-insert-hex-char, hexl-insert-decimal-char)
7178 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
7179 Fix the doc strings accordingly.
7180 (hexl-insert-char): Reject characters whose code is above 255.
7181 Doc fix.
7182 (hexl-mode-map): Copy the global keymap instead of creating a
7183 sparse keymap, and bind all self-inserting characters to
7184 hexl-self-insert-command.
7185
9bfc65eb
SM
71862001-08-22 Stefan Monnier <monnier@cs.yale.edu>
7187
3452efc2
SM
7188 * wid-edit.el (text): Re-order docstring correctly.
7189
9bfc65eb
SM
7190 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
7191
7192 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
7193
32f2f98e
EZ
71942001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
7195
7196 * simple.el (line-number-mode): Mention the variable
7197 line-number-display-limit-width in the doc string.
7198
374388c3
GM
71992001-08-22 Gerd Moellmann <gerd@gnu.org>
7200
7201 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
7202 Temporarily select EVENT's window for switching buffers.
7203 (mode-line-bury-buffer): New function.
7204 (mode-line-buffer-identification-keymap): Use it instead of
7205 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 7206 events from shining through.
374388c3 7207
dde6824c
SM
72082001-08-21 Stefan Monnier <monnier@cs.yale.edu>
7209
7210 * newcomment.el (comment-beginning): Make sure the comment-start
7211 we found isn't a comment-end (in cases where confusion is possible).
7212
99bf1e74
MB
72132001-08-22 Miles Bader <miles@gnu.org>
7214
7215 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
7216 before writing it, so that hard-links don't see new version.
7217
37618c60
GM
72182001-08-21 Gerd Moellmann <gerd@gnu.org>
7219
dde6824c
SM
7220 * gs.el (gs-set-ghostview-colors-window-prop):
7221 Call x-change-window-property with 3rd arg FRAME.
40e33037 7222 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
7223 to complete before starting a new one.
7224
6ea3db8a
GM
7225 * image.el (image-type-regexps): Make sure that the TIFF
7226 pattern is only matched at the beginning of a string.
7227 From Markus Rost <rost@math.ohio-state.edu>.
7228
dde6824c 7229 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
7230 Oberg <jonas@gnu.org>.
7231
1f8437c4
RV
72322001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
7233
7234 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 7235 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
7236
7237 * whitespace.el (whitespace-write-file-hook): Hook to be called
7238 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
7239 write will abort on detecting whitespaces.
7240 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
7241 automatically prior to writing.
7242
7243 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
7244 whitespaces in the error output!
7245
dde6824c 7246 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
7247 `indent-tabs-mode', since the latter notes user preferences on
7248 TABs anyway.
7249
7250 * whitespace.el (whitespace-version): 3.1. All of the above issues
c499f00a 7251 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1f8437c4 7252
9b96c57d
GM
72532001-08-20 Gerd Moellmann <gerd@gnu.org>
7254
8039284a 7255 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
cd9c1e8f 7256 some spaces from a message. From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
8039284a 7257
9b96c57d
GM
7258 * whitespace.el (whitespace-global-mode): Add autoload cookie.
7259
1c71c0c3
GM
72602001-08-20 Alex Schroeder <alex@gnu.org>
7261
7262 * sql.el (sql-db2): Doc change.
7263
72642001-08-20 Alex Schroeder <alex@gnu.org>
7265
7266 * sql.el (sql-postgres): Add the database at the end of the
7267 parameters instead of at the beginning.
7268 (sql-postgres-options): Doc change.
7269
6c7f60a2
GM
72702001-08-17 Gerd Moellmann <gerd@gnu.org>
7271
7272 * custom.el (defcustom): Doc fix.
7273
64ed6f71
GM
72742001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7275
6c7f60a2 7276 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
7277 returns a valid character.
7278
7851eb98
EZ
72792001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7280
7281 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
7282 original-point for extra CR characters that are added/removed when
7283 the buffer is written/read whose EOL type is -dos.
7284
b76dfd21
MB
72852001-08-16 Miles Bader <miles@gnu.org>
7286
7287 * simple.el (line-move): Undo previous change.
1f8437c4
RV
7288
7289 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
7290 property to input-terminating `boundary' overlays to avoid
7291 line-move wierdness.
7292
e67d1843
GM
72932001-08-16 Gerd Moellmann <gerd@gnu.org>
7294
7295 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
7296 buffer in a save-restriction. Under one test case with Ediff,
7297 window-scroll-functions are run with a window start that's
7298 temporarily outside of the restriction.
7299
21324fae
GM
73002001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
7301
dde6824c 7302 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
7303 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
7304 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
7305 (texinfo-update-menu-region-beginning)
7306 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
7307 command, @ifnottex, to regexps, so it is found.
7308
0645d241
AI
73092001-08-16 Andrew Innes <andrewi@gnu.org>
7310
7311 * makefile.nt (DONTCOMPILE): Omit bindings.el.
7312 (DONTCOMPILE): Omit sc.el.
7313
7314 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
7315 (DONTCOMPILE): Omit sc.el.
7316
ae13fc3c
GM
73172001-08-16 Gerd Moellmann <gerd@gnu.org>
7318
7319 * replace.el (occur): Bind inhibit-read-only to t.
7320
1369261b
MB
73212001-08-16 Miles Bader <miles@gnu.org>
7322
dde6824c
SM
7323 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
7324 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 7325
8464af45
GM
73262001-08-15 Gerd Moellmann <gerd@gnu.org>
7327
ec69d5ec 7328 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 7329 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 7330
1f8437c4 7331 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
7332 of a while-loop.
7333
93aba6fc 7334 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 7335
8464af45
GM
7336 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
7337 Don't include term/.
7338
ae13fc3c
GM
7339 * mail/sc.el: Moved to obsolete/.
7340
8b313639
GM
73412001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7342
7343 * ps-print.el: Change error function arguments to follow Emacs
7344 message convention. Doc fix.
7345 (ps-print-version): New version number (6.5.4).
7346 (coding-system-for-write): Change declaration position to avoid
7347 XEmacs compilation gripes.
dde6824c
SM
7348 (coding-system-for-read, buffer-file-coding-system):
7349 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
7350
7351 * ps-mule.el: Doc fix.
7352 (ps-mule-encode-header-string): If STRING is not a string, replace
7353 STRING by empty string.
7354
5fb125b4
EZ
73552001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
7356
7357 * frame.el (show-trailing-whitespace): Doc fix.
7358
49e49b77
EZ
73592001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
7360
7361 * desktop.el (desktop-save): Insert the coding: tag before
7362 desktop-header.
7363
3e6385a4
GM
73642001-08-13 Gerd Moellmann <gerd@gnu.org>
7365
0de73d5a
GM
7366 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
7367 its path from $els.
7368
3e6385a4
GM
7369 * image.el (image-jpeg-p): Fix call of substring.
7370
4a9bf8a4
GM
73712001-08-10 Gerd Moellmann <gerd@gnu.org>
7372
242e5463
GM
7373 * play/animate.el (animate-string): Doc fix. Use a buffer
7374 name with stars in it.
7375 (animate-sequence): New function.
7376 From Richard Stallman <rms@gnu.org>.
7377
030f4537
GM
7378 * frame.el (select-frame-set-input-focus): New function
7379 extracted from other-frame.
7380 (other-frame): Use it.
7381 (next-multiframe-window, previous-multiframe-window): Use it.
7382
346f18dc
GM
7383 * isearch.el (isearch-other-meta-char): Don't switch to the
7384 buffer of a window clicked on, when the current buffer is
7385 in Isearch mode.
7386
4a9bf8a4
GM
7387 * image.el (image-jpeg-p): Test for APPn markers in the range
7388 #xe0..#xef.
7389
eaa2319f
GM
73902001-08-09 Gerd Moellmann <gerd@gnu.org>
7391
3638868e
GM
7392 * desktop.el (desktop-save): Don't use concat to form a file
7393 name, use expand-file-name.
7394
6b48d742
GM
7395 * mouse.el (mouse-delete-window): Do nothing if frame has just
7396 one window.
7397
ed771c89
GM
7398 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
7399 for the minor mode name.
7400
7401 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
7402 minor mode name.
7403
dde6824c
SM
7404 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
7405 instead of make-mode-line-mouse2-map.
ed771c89
GM
7406
7407 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
7408 the minor mode name.
7409
dde6824c
SM
7410 * emacs-lisp/easy-mmode.el (define-minor-mode):
7411 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 7412
dde6824c
SM
7413 * calendar/calendar.el (calendar-mode-line-format):
7414 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 7415
a4afe04e
GM
7416 * bindings.el (make-mode-line-mouse-map): Renamed from
7417 make-mode-line-mouse2-map. Take additional arg MOUSE.
7418 (mode-line-modified): Use mouse-3 instead of mouse-2.
7419 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 7420 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 7421
8e3189f0
GM
7422 * bindings.el (mode-line-format): Specify help-echo for line
7423 number, column number and buffer-percent part of the mode-line.
7424
eaa2319f
GM
7425 * image.el (image-type-regexps): Allow whitespace at the start
7426 of the image data for XPM, XBM and Postscript, which are
7427 text files.
7428 (image-jpeg-p): Correct calculation of next field offset.
7429
cd9c1e8f 74302001-08-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e3601cf6
PJ
7431
7432 * battery.el: Fix typo.
7433
057b57f6
GM
74342001-08-08 Gerd Moellmann <gerd@gnu.org>
7435
8a8ef149
GM
7436 * image.el (image-type-regexps): Allow predicates. Change the way
7437 JPEG images are recognized.
7438 (image-jpeg-p): New function.
7439 (image-type-from-data): Handle predicates in image-type-regexps.
7440
057b57f6
GM
7441 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
7442 #:, #x, #o, and similar constructs.
7443
69ebef1d
GM
74442001-08-07 Gerd Moellmann <gerd@gnu.org>
7445
22d01aed
GM
7446 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
7447
23f46f6f
GM
7448 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
7449 instead of `progn'.
7450
e8421604
GM
7451 * tar-mode.el (tar-extract): Avoid generating a new buffer
7452 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
7453
ea2c6478
GM
7454 * textmodes/paragraphs.el (forward-sentence): Avoid building
7455 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
7456
dde6824c
SM
7457 * progmodes/executable.el (executable-set-magic):
7458 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
7459 inserting it.
7460
1155d483 7461 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 7462 derived from the JFIF spec.
1f8437c4 7463
69ebef1d
GM
7464 * image.el (image-type-regexps): Use `\`' instead of `^' in
7465 most regular expressions.
7466
cd9c1e8f 74672001-08-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d1d850d6 7468
dde6824c 7469 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 7470
98a8938c
GM
74712001-08-06 Gerd Moellmann <gerd@gnu.org>
7472
dde6824c
SM
7473 * help.el (describe-function-1): Use find-function-search-for-symbol
7474 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 7475
5a397d28
GM
7476 * play/animate.el (animate-birthday-present): Re-insert.
7477
dde6824c
SM
7478 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
7479 Handle old-style menu definitions.
98a8938c 7480
cd9c1e8f 74812001-08-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7b3220c0 7482
6228c05b 7483 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 7484 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 7485
070c251e 7486 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
7487 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
7488 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 7489
cd9c1e8f 74902001-08-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
dffb6224
PJ
7491
7492 * textmodes/tildify.el: Milan Zamazal has new address.
7493
698665d1
GM
74942001-08-03 Gerd Moellmann <gerd@gnu.org>
7495
be48584d
GM
7496 * custom.el (custom-set-variables): Don't test `custom-requests'
7497 properties, check the third element of the options passed to
7498 custom-set-variables instead.
7499
5e1f85e0 7500 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 7501 instead of file-exists-p.
5e1f85e0 7502
b0fa1513
GM
7503 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
7504 the mode-line face is restored. Fix several bugs.
7505
698665d1
GM
7506 * replace.el (perform-replace): Doc fix.
7507
4a7641d9
FP
75082001-08-02 Francesco Potorti` <pot@gnu.org>
7509
7510 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
7511 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
7512 (uniquify-fix-item-base, uniquify-fix-item-filename)
7513 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
7514 Callers changed.
7515 (uniquify-set-proposed): Changed to work with a vector item.
7516 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
7517 the fix list, and a list of strings for the non-file buffer
7518 names. Both changes reduce consing.
7519 (uniquify-rationalize-a-list): Local variable renaming.
7520 (uniquify-rationalize-conflicting-sublist): Use member instead of
7521 assoc.
7522 (uniquify-rename-buffer): Use unless instead of if not.
7523
77389930
GM
75242001-08-02 Gerd Moellmann <gerd@gnu.org>
7525
dde6824c 7526 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 7527
cb3f945f
GM
7528 * custom.el (custom-set-variables): Set options with :require
7529 clauses last.
4a7641d9 7530
fbc7f2a6
GM
7531 * custom.el (defcustom): Doc fix.
7532
77389930
GM
7533 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
7534
9761cd3a
EZ
75352001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7536
7e03f4c8
EZ
7537 * man.el (man): Mention Man-switches in the doc string.
7538 (Man-switches): Mention -a in the doc string.
7539
dde6824c
SM
7540 * textmodes/ispell.el (ispell-alternate-dictionary):
7541 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 7542
9761cd3a
EZ
7543 * bindings.el: Bind shifted and control-shifted kp-* keys to the
7544 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 7545 <gildea@stop.mail-abuse.org>.
9761cd3a 7546
cc46bfe7
FP
75472001-08-01 Francesco Potorti` <pot@gnu.org>
7548
fc10ed8c
FP
7549 * uniquify.el: These changes correct a corner case that the old
7550 code managed correctly.
7551 (uniquify-fix-item-proposed): Renamed from
7552 uniquify-fix-item-min-proposed.
7553 (uniquify-set-proposed): New function.
7554 (uniquify-rationalize-file-buffer-names): Code reshuffled for
7555 clarity and speed.
dde6824c
SM
7556 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
7557 This is equivalent to what the old code did.
fc10ed8c
FP
7558 (uniquify-rationalize-a-list): Never recompute the proposed
7559 name. Sort the conflicting sublist before rationalising it: this
7560 is equivalent to what the old code did, but one directory element
7561 at a time, and only when necessary.
7562 (uniquify-rationalize-conflicting-sublist): Recompute here the
7563 proposed name.
cc46bfe7 7564
dd388130
GM
75652001-08-01 Gerd Moellmann <gerd@gnu.org>
7566
81b1a79d
GM
7567 * play/animate.el: Add Keywords and Maintainer. Remove a
7568 reference to a removed function.
cc46bfe7 7569
dd388130
GM
7570 * play/animate.el (animate-string): Handle case that the string is
7571 longer than the window is wide.
7572
6b053e39
GM
75732001-07-31 Gerd Moellmann <gerd@gnu.org>
7574
ed86208c
GM
7575 * desktop.el (desktop-save): Bind coding-system-for-write to
7576 `emacs-mule' for write-region.
7577
10e922bd
GM
7578 * delsel.el (delete-selection-pre-hook): Don't set this-command
7579 to `ignore' if the region is empty.
7580
dde6824c
SM
7581 * international/mule.el (set-keyboard-coding-system):
7582 Set keyboard-coding-system.
b23bad0b 7583
6b053e39
GM
7584 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
7585 before accessing it.
7586
d004e96a
AS
75872001-07-30 Andreas Schwab <schwab@suse.de>
7588
dde6824c
SM
7589 * menu-bar.el (toggle-highlight-paren-mode):
7590 Use `(show-paren-mode)' as body.
d004e96a 7591
892c8dea
AS
75922001-07-30 Andre Spiegel <spiegel@gnu.org>
7593
7594 * vc.el (vc-checkout-hook): New hook.
7595 (vc-checkout): Run it.
7596
21f79512
EZ
75972001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7598
dde6824c
SM
7599 * progmodes/make-mode.el (makefile-macroassign-regex):
7600 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 7601
291e3b68
GM
76022001-07-30 Gerd Moellmann <gerd@gnu.org>
7603
6594ac22
GM
7604 * vc.el (vc-switch-backend): Fix autoload cookie.
7605
291e3b68
GM
7606 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7607 the desktop file.
7608
87449711
GM
76092001-07-30 Simon Josefsson <jas@extundo.com>
7610
7611 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7612 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7613
bf85004b
GM
76142001-07-27 Gerd Moellmann <gerd@gnu.org>
7615
75c5350a
GM
7616 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7617 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
7618 (last-sexp-toggle-display, eval-last-sexp-1):
7619 Use last-sexp-setup-props.
75c5350a 7620
cc46bfe7 7621 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
7622 New user-options.
7623 (mouse-wheel-change-button): New function.
7624 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7625 (mwheel-scroll): Ditto.
7626
16098288
GM
76272001-07-26 Gerd Moellmann <gerd@gnu.org>
7628
ac49effe
GM
7629 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7630 `...', compare with unabbreviated printed representation instead.
7631 (last-sexp-print): Bind print-length and print-level to nil.
7632
be4a68f9
GM
7633 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7634 before assigning text properties. Make properties rear-nonsticky.
ac49effe 7635
f6e6cdf2
GM
7636 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7637 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7638 <mouse-2> and <RET> in that map to a function printing the
7639 unabbreviated value.
7640
16098288
GM
7641 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7642 is a buffer, put a text property `printed-value' on the printed
7643 representation, with the Lisp object printed as value.
7644
343462ed
EZ
76452001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7648 Mention the effect of eval-expression-print-length and
7649 eval-expression-print-level in the doc strings. Suggested by
7650 Kevin Gallagher <kevingal@onramp.net>.
7651
e043664a
GM
76522001-07-25 Gerd Moellmann <gerd@gnu.org>
7653
4b09e331
GM
7654 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7655 for buttons > 3.
7656 (xterm-mouse-translate): Handle the case that we don't get a
7657 down-event.
cc46bfe7 7658
dde6824c
SM
7659 * emacs-lisp/find-func.el (find-function-regexp):
7660 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
7661 in front of the function name.
7662
17635d50 7663 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 7664
3fb01f36
GM
7665 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7666 similar events for which fake prefix keys are generated. It's no
7667 longer necessary since read_key_sequence doesn't modify these
7668 events for internal purposes anymore.
7669
e043664a
GM
7670 * files.el (auto-mode-alist): Use nroff-mode for files ending
7671 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7672
a9f73104
EZ
76732001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7674
7675 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7676 tool-bar-lines parameter, behave as if its value were zero.
7677 (mouse-avoidance-set-pointer-shape): Don't do anything if
7678 x-pointer-shape is not boundp.
7679
c02a76cc
FP
76802001-07-23 Francesco Potorti` <pot@gnu.org>
7681
f0188953 7682 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
7683 (uniquify-fix-item-base, uniquify-fix-item-filename)
7684 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 7685 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 7686 place in the item, but was never used.
c02a76cc 7687 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 7688 in the item is now used as cache for the proposed name.
c02a76cc 7689 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
7690 newbuffile out of the loop, in the newbuffile-nd local var.
7691 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 7692 common case and cache it in the fourth place in the item.
f0188953 7693 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 7694 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
7695 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7696 the cached proposed name, does much less consing and is quicker.
7697 (uniquify-filename-lessp): Deleted.
dde6824c
SM
7698 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7699 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
7700 cached proposed name is possible.
7701 (uniquify-get-proposed-name): Arguments changed, callers changed.
7702 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7703 uniquify-possibly-resolvable flag, which is no more bound locally.
7704 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 7705 flag, which does not exist any more.
c02a76cc 7706
31fac3b8
EZ
77072001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7708
be8cf99e
EZ
7709 * term/internal.el (IT-unicode-translations): Fix the appearance of
7710 "6`".
7711
31fac3b8
EZ
7712 * progmodes/compile.el (compile-internal): If EMACS is already
7713 defined in the environment, don't override its value.
7714
73496807
GM
77152001-07-23 Gerd Moellmann <gerd@gnu.org>
7716
9e5a7f2a
GM
7717 * play/fortune.el: Undo change of 2001-07-13.
7718 Fix autoload cookies. Add types to defcustoms.
7719 (fortune) <defgroup>: Add :link.
7720 (fortune-from-region): Use eq, not eql.
7721 From Dave Love <fx@gnu.org>.
c02a76cc 7722
5247262a 7723 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 7724
73496807
GM
7725 * play/animate.el: New file.
7726
722a451d
EZ
77272001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7728
dde6824c
SM
7729 * startup.el (normal-top-level-add-subdirs-to-load-path):
7730 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
7731 canonicalized names of the directories instead of inode numbers.
7732
4960e757 77332001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 7734
4960e757
MK
7735 * ediff-util.el: Copyright years.
7736 (ediff-choose-syntax-table): New function.
7737 (ediff-setup): Use ediff-choose-syntax-table.
73496807 7738 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 7739 vc-state is available.
73496807 7740 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 7741
4960e757
MK
7742 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7743 with-syntax-table.
73496807
GM
7744 (ediff-coding-system-for-read): From ediff-diff.el
7745 (ediff-coding-system-for-write): New variable.
7746 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 7747 overlays.
73496807
GM
7748 (ediff-file-remote-p): Use file-remote-p, if available.
7749 (ediff-listable-file): New function.
7750 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 7751
dde6824c
SM
7752 * ediff-mult.el (ediff-meta-insert-file-info1):
7753 Use ediff-listable-file.
c02a76cc 7754
dde6824c
SM
7755 * ediff-ptch.el (ediff-prompt-for-patch-file):
7756 Use ediff-coding-system-for-read.
73496807 7757 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 7758
73496807
GM
7759 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7760 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 7761
4960e757 7762 * ediff.el: Date of last update, copyright years.
c02a76cc 7763
4960e757 7764 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 7765
4960e757
MK
7766 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7767 of Scott Bronson.
7768 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7769 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7770 Deleted functions.
7771 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7772 ex-token-list.
73496807 7773 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 7774
dde6824c 7775 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
7776 (viper-memq-char): Use viper-int-to-char.
7777 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 7778 vc-locking-state.
73496807 7779 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 7780
dde6824c
SM
7781 * viper.el (viper-major-mode-modifier-list):
7782 Added inferior-emacs-lisp-mode.
73496807 7783 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 7784 heuristics to decide if vi state is appropriate.
73496807
GM
7785 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7786 (viper-non-hook-settings): Don't advise read-key-sequence.
7787 (viper-read-key-sequence): New function that replaces the
4960e757 7788 previously used advice to read-key-sequence.
c02a76cc 7789
73496807
GM
7790 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7791 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7792 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7793 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7794 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7795 Got rid of the negative character hack.
4960e757 7796 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
7797 Use viper-read-key-sequence.
7798 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 7799 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 7800 Don't override existing minibuffer-setup-hook.
4960e757 7801 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 7802 Convert registers to char data type.
73496807 7803 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
7804
7805 * viper-keym.el: Use viper-exec-key-in-emacs.
7806
05824718
SM
78072001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7808
7809 * server.el (server-visit-files): Fix variable name typo.
7810
6e07c0a5
GM
78112001-07-20 Gerd Moellmann <gerd@gnu.org>
7812
05824718 7813 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
7814 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7815
5b6858da
SM
78162001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7817
7818 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7819 return a this-error using the alternative format (a pair of markers).
7820
794d58ba
GM
78212001-07-19 Gerd Moellmann <gerd@gnu.org>
7822
4e2a256b
GM
7823 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7824
794d58ba
GM
7825 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7826 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 7827
cd9c1e8f 78282001-07-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
381194d0
PJ
7829
7830 * international/iso-transl.el: Fix typo in the header of the file.
7831
7832 * textmodes/picture.el (picture): Doc fix.
7833
7834 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7835 follow coding conventions in generated files.
7836
27009a49
EZ
78372001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7838
5b6858da 7839 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
7840 (tool-bar-add-item): Don't call image-related primitives if the
7841 display doesn't support images.
7842
7843 * frame.el (display-images-p): New function.
7844
467f1209
GM
78452001-07-17 Gerd Moellmann <gerd@gnu.org>
7846
7847 * server.el (server-visit-files): Handle the case the specified
7848 column number is <= 0.
7849
78502001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7851
7852 * startup.el (command-line-1): Add support for +LINE:COLUMN
7853 command line argument.
7854
78552000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7856
5b6858da
SM
7857 * server.el (server-process-filter, server-visit-files):
7858 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 7859
cd9c1e8f 78602001-07-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9781053a
PJ
7861
7862 * emacs-lisp/easy-mmode.el: Add Keywords header.
7863
7864 * play/pong.el: Author has new address.
7865
7866 * play/landmark.el: Author is no more reachable.
7867
7868 * play/handwrite.el: Author is no more reachable.
7869
5b6858da
SM
78702001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7871
7872 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7873 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7874 Complete bindings for F<1..12> keys.
7875 (global-map): Remove `undo' binding (already in the default).
7876 Replace `t<n>' bindings with `f<n>' bindings.
7877
a38b71b0
SM
78782001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7879
7880 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7881 (tcl-mode): Use tcl-add-log-defun.
7882 (tcl-indent-line): Use tcl-calculate-indent.
7883 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7884 (tcl-indent-exp): Renamed from indent-tcl-exp.
7885 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7886 (tcl-indent-for-comment): Call comment-indent-function properly
7887 and handle the case where it returns nil.
7888
c1d61a7d
GM
78892001-07-16 Gerd Moellmann <gerd@gnu.org>
7890
a38b71b0
SM
7891 * calendar/cal-islam.el (calendar-goto-islamic-date):
7892 Remove autoload cookie.
7893
7894 * calendar/calendar.el (calendar-goto-islamic-date):
7895 Add call to autoload.
c1d61a7d 7896
c59fb719
SM
78972001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7898
7899 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7900 Don't change compile-auto-highlight globally.
7901 Don't bother with `font-lock-defaults' property since XEmacs
7902 also understands the `font-lock-defaults' variable.
7903 Use make-local-variable rather than make-variable-buffer-local.
7904 Don't `defconst' comment-indent-function: keep the default.
7905 Call easy-menu-add unconditionally.
7906 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7907 (ada-create-menu): Use :included for Emacs as well.
7908
7909 * vc.el (vc-do-command): Autoload.
7910
7911 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7912
cd9c1e8f 79132001-07-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
652a9be9
PJ
7914
7915 * ps-print.el: Fix Author: header.
7916
c3d6be34
GM
79172001-07-16 Gerd Moellmann <gerd@gnu.org>
7918
4391d40d
GM
7919 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7920 mouse-1 etc., bind them to `ignore'.
7921
c3d6be34
GM
7922 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7923 send-invisible, which is already defined in Comint.
7924 (eshell-watch-for-password-prompt): Use it.
7925
cd9c1e8f 79262001-07-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e8af40ee 7927
3c3e43ef
PJ
7928 * which-func.el (which-func-mode): Doc fix.
7929
e8af40ee 7930 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
7931 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7932 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7933 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7934 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7935 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7936 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7937 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7938 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7939 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7940 * emulation/edt-mapper.el, emulation/edt-pc.el,
7941 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7942 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7943 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7944 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7945 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7946 * international/isearch-x.el, international/iso-cvt.el,
7947 * international/ogonek.el, international/quail.el,
7948 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7949 * language/devanagari.el, language/ethio-util.el,
7950 * language/ethiopic.el, language/european.el, language/indian.el,
7951 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7952 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7953 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7954 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7955 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7956 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7957 * progmodes/autoconf.el, progmodes/cmacexp.el,
7958 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7959 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7960 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7961 * progmodes/ebnf2ps.el, progmodes/executable.el,
7962 * progmodes/fortran.el, progmodes/idlw-shell.el,
7963 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7964 * progmodes/m4-mode.el, progmodes/mantemp.el,
7965 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7966 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7967 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7968 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7969 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7970 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7971 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7972 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7973 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7974 * textmodes/two-column.el, time-stamp.el, timezone.el,
7975 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7976 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7977 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
7978 conventions.
7979
bb24c64f
GM
79802001-07-16 Gerd Moellmann <gerd@gnu.org>
7981
7982 * simple.el (set-variable): Require 'cus-edit' instead of
7983 `wid-edit', so that the Custom widgets get defined.
7984
cd9c1e8f 79852001-07-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6a05d05f
PJ
7986
7987 * allout.el: A fix to follow coding conventions.
7988
7989 * find-lisp.el: A fix to follow coding conventions.
7990
7991 * term/w32-win.el: A fix to follow coding conventions.
7992
7993 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7994
7995 * term/xterm.el: A fix to follow coding conventions.
7996
7997 * term/news.el: A fix to follow coding conventions.
7998
7999 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
8000 header line fixed.
8001
8002 * sun-curs.el: Fix Maintainer: header line.
8003
8004 * emacs-lisp/easymenu.el: Address of the author added.
8005
1b85bd12
GM
80062001-07-16 Gerd Moellmann <gerd@gnu.org>
8007
8008 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
8009 property.
8010
cd9c1e8f 80112001-07-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6e44da43
PJ
8012
8013 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 8014 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
8015 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
8016 Some fixes to follow coding conventions.
6e44da43 8017
6033fc96
GM
80182001-07-16 Gerd Moellmann <gerd@gnu.org>
8019
8020 * which-func.el (which-func-mode): Doc fix.
8021
5d3d1e32
SM
80222001-07-15 Stefan Monnier <monnier@cs.yale.edu>
8023
8024 * net/rcompile.el (remote-compile): Use make-local-variable.
8025
8026 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
8027
8028 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
8029
8030 * mail/reporter.el (reporter-submit-bug-report):
8031 Don't abuse make-variable-buffer-local. Fix call to add-hook.
8032
cd9c1e8f 80332001-07-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
55535639 8034
3afbc435 8035 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
8036 * calendar/cal-dst.el, calendar/cal-french.el,
8037 * calendar/cal-hebrew.el, calendar/cal-islam.el,
8038 * calendar/cal-iso.el, calendar/cal-julian.el,
8039 * calendar/cal-mayan.el, calendar/cal-persia.el,
8040 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
8041 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
8042 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
8043 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
8044 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
8045 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
8046 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
8047 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
8048 * progmodes/ada-xref.el, progmodes/cc-align.el,
8049 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
8050 * progmodes/cc-defs.el, progmodes/cc-engine.el,
8051 * progmodes/cc-langs.el, progmodes/cc-menus.el,
8052 * progmodes/cc-styles.el, progmodes/cc-vars.el,
8053 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
8054 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
8055 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
8056 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
8057 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
8058 * textmodes/reftex.el: Some fixes to follow coding
ff41c6f6 8059 conventions in Elisp files with known maintainers.
3afbc435
PJ
8060
8061 * emulation/viper.el: A fix to follow coding conventions.
8062
60370d40 8063 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
8064 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
8065 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
8066 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
8067 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
8068 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
8069 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
8070 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
8071 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
8072 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
ff41c6f6 8073 conventions in Elisp files.
60370d40
PJ
8074
8075 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
8076 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
8077 * emulation/pc-mode.el, emulation/viper-cmd.el,
8078 * emulation/viper-ex.el, emulation/viper-init.el,
8079 * emulation/viper-keym.el, emulation/viper-macs.el,
8080 * emulation/viper-mous.el, emulation/viper-util.el,
8081 * emulation/viper.el, forms-pass.el, international/ccl.el,
8082 * international/characters.el, international/encoded-kb.el,
8083 * international/fontset.el, international/ja-dic-cnv.el,
8084 * international/ja-dic-utl.el, international/kinsoku.el,
8085 * international/kkc.el, international/mule-cmds.el,
8086 * international/mule-diag.el, international/mule-util.el,
8087 * international/mule.el, international/titdic-cnv.el,
8088 * language/china-util.el, language/chinese.el,
8089 * language/cyril-util.el, language/cyrillic.el, language/english.el,
8090 * language/greek.el, language/hebrew.el, language/japan-util.el,
8091 * language/japanese.el, language/korea-util.el, language/korean.el,
8092 * language/lao-util.el, language/lao.el, language/misc-lang.el,
8093 * language/slovak.el, language/thai-util.el, language/thai.el,
8094 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
8095 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
8096 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
8097 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
8098 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
8099 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
8100 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
8101 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
8102 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
8103 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
8104 to follow coding conventions in files without maintainer or in files
8105 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
8106
8107 * emacs-lisp/elp.el: A fix to follow coding conventions.
8108
715a2ca2 8109 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
8110 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
8111 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
8112 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
8113 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
8114 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
8115 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
8116 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
8117 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
8118 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
8119 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
8120 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
8121 conventions in files from Gnus.
8122
55535639 8123 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
8124 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
8125 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
8126 * echistory.el, electric.el, emacs-lisp/authors.el,
8127 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
8128 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
8129 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
8130 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
8131 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
8132 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
8133 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
8134 * international/codepage.el, international/iso-ascii.el,
8135 * international/iso-insert.el, international/iso-transl.el,
8136 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
8137 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
8138 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
8139 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
8140 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
8141 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
8142 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
8143 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
8144 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
8145 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
8146 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
8147 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
8148 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
8149 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
8150 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
8151 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
8152 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
8153 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
8154 * textmodes/tex-mode.el, textmodes/text-mode.el,
8155 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
8156 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
8157 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
8158 files maintained by FSF.
8159
cd9c1e8f 81602001-07-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1cd7adc6
PJ
8161
8162 * arc-mode.el: A fix to follow coding conventions.
8163
8164 * bindings.el: Ditto.
8165
8166 * cdl.el: Ditto.
8167
8168 * comint.el: Ditto.
8169
8170 * cus-start.el: Ditto.
8171
8172 * shell.el: Ditto.
8173
8174 * skeleton.el: Ditto.
8175
07b1b912
SM
81762001-07-13 Stefan Monnier <monnier@cs.yale.edu>
8177
8178 * info.el (Info-build-node-completions):
8179 Make Info-current-file-completions buffer local.
8180
09938b67
GM
81812001-07-13 Gerd Moellmann <gerd@gnu.org>
8182
e0f82ad8 8183 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 8184 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 8185
07b1b912 8186 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 8187 Add autoload cookie.
aa11456f 8188
09938b67
GM
8189 * play/fortune.el: Add types to defcustoms.
8190
cd9c1e8f 81912001-07-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
ebea5735 8192
09938b67 8193 * language/czech.el: A fix to follow coding conventions.
ebea5735 8194
ec7dc7e1
EZ
81952001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8196
8197 * speedbar.el (speedbar-supported-extension-expressions): Add .g
8198 to the extension list, for antlr-mode. From Christoph Wedler
8199 <Christoph.Wedler@sap.com>.
8200
ec402ad4
SM
82012001-07-11 Stefan Monnier <monnier@cs.yale.edu>
8202
8203 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
8204 (vc-dired-mode-map): Fix the madness.
8205
8206 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
8207 (vc-prefix-map): Moved back from vc.el.
8208
a777242c
GM
82092001-07-11 Gerd Moellmann <gerd@gnu.org>
8210
07b1b912
SM
8211 * mail/mail-extr.el (mail-extr-all-top-level-domains):
8212 Increase the size of the obarray.
a777242c
GM
8213 (mail-extr-all-top-level-domains): Add more toplevel domains,
8214 add more long names.
8215 From: Per Starback <starback@ling.uu.se>.
8216
874d7995
EZ
82172001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8218
8219 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
cd9c1e8f 8220 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
874d7995
EZ
8221
8222 * progmodes/ada-mode.el: Ditto.
8223
8224 * progmodes/ada-xref.el: Ditto.
8225
ff524b84
MB
82262001-07-11 Miles Bader <miles@gnu.org>
8227
8228 * finder.el (finder-insert-at-column): Also move to the next line
8229 if exactly at COLUMN.
8230
6b05fae3
GM
82312001-07-10 Gerd Moellmann <gerd@gnu.org>
8232
6ce5615d
GM
8233 * help.el (describe-function-1): When printing FUNCTION's
8234 documentation, don't assume FUNCTION is a symbol.
8235
6b05fae3
GM
8236 * startup.el (normal-top-level): Don't operate on the initial
8237 frame if we failed to create one.
8238
19da29f9
GM
82392001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
8240
8241 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
8242 itself, i.e. only indent the contents in it.
8243
6f19114e
GM
82442001-07-10 Markus Rost <rost@math.ohio-state.edu>
8245
8246 * mail/rmail.el (rmail-show-message): Show beginning of message in
8247 all windows containing it.
8248
8184a578
EZ
82492001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
8250
8251 * term/tty-colors.el: Fix the header line and copyright years.
8252
524ac5b2
GM
82532001-07-09 Gerd Moellmann <gerd@gnu.org>
8254
4033ae9d
GM
8255 * emacs-lisp/advice.el (ad-make-advised-definition): If the
8256 original definition has an interactive form, but is Elp
8257 instrumented, use the interactive form of the function called by
8258 elp-wrapper.
8259
59c2dcf4
GM
8260 * winner.el (winner-equal): Make it a defun. Don't compare Winner
8261 configurations with compare-window-configuration; they aren't
8262 window configurations.
8263
524ac5b2
GM
8264 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
8265 from the server for the format we expect. Don't use it if it
c59fb719 8266 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 8267
06c66e1c 8268 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
8269 From Luis Fernandes <elf@ee.ryerson.ca>.
8270
524ac5b2 82712001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
8272
8273 * cc-cmds.el: Extended the kludge to interoperate with the
8274 delsel and pending-del packages wrt to the new function
8275 `c-electric-delete-forward'.
8276
851040a5
SM
82772001-07-08 Stefan Monnier <monnier@cs.yale.edu>
8278
8279 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
8280 to delay the call to <mode> for global minor modes.
8281 (easy-mmode-define-navigation): Only recenter if interactive.
8282
6573d87f
GM
82832001-07-06 Gerd Moellmann <gerd@gnu.org>
8284
a25e82a8
GM
8285 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
8286 to lisp-indent-line.
8287
6573d87f
GM
8288 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
8289 from the server. Call encode-time only when we are sure that we
8290 got a 213 response.
8291
c1a1fd60
GM
82922001-07-06 Simon Josefsson <jas@extundo.com>
8293
8294 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
8295 (mail-envelope-from): New user option.
8296 (sendmail-send-it): Use it.
8297
4b81a999
GM
82982001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8299
851040a5
SM
8300 * ps-print.el: Use locale dependant date to print date in header.
8301 Doc fix.
4b81a999
GM
8302 (ps-print-version): New version number (6.5.3).
8303 (ps-right-header, ps-right-footer): Initialization and doc fix.
8304 (ps-time-stamp-locale-default): New fun.
8305
a2cc5c4f
GM
83062001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8307
8308 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
8309 field problem with MIME-mode.
8310
8311 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
8312
83132001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8314
8315 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
8316 MIME-mode.
8317
a9b511e0
EZ
83182001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
8319
8320 * bindings.el (mode-line-mule-info): Don't show the tip with
8321 buffer-file-coding-system if that is nil.
8322
0f60e5ff
GM
83232001-07-05 Gerd Moellmann <gerd@gnu.org>
8324
f25cfe53
GM
8325 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
8326 instead of kill-line.
8327
cd9c1e8f 8328 * play/pong.el: Fix first line. From Pavel Jan\e,Am\e(Bk
5f72adc0
GM
8329 <Pavel@Janik.cz>.
8330
cd9c1e8f 8331 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Am\e(Bk
5f72adc0 8332 <Pavel@Janik.cz>.
0f60e5ff 8333
b5e2c7a7
GM
83342001-07-04 Gerd Moellmann <gerd@gnu.org>
8335
8336 * font-lock.el (c-font-lock-keywords-3): When matching something
8337 like `struct X Y', finish with point after Y.
8338
e5836af8 83392001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 8340
e5836af8 8341 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 8342 in caller buffer.
e5836af8 8343
f1c53471
EZ
83442001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
8345
bf4041b6 8346 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
8347 instead of string-match to find the basename of the file.
8348 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 8349
851040a5
SM
8350 * net/browse-url.el (browse-url-default-windows-browser):
8351 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
8352 (browse-url-browser-function) [ms-dos]: Default to
8353 browse-url-default-windows-browser.
8354
f1c53471
EZ
8355 * help.el (locate-library): Enable code that looks for compressed
8356 libraries if auto-compression-mode is on.
8357
4ce5c223
SM
83582001-07-02 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
8361
dd441b46
GM
83622001-07-02 Gerd Moellmann <gerd@gnu.org>
8363
4ce5c223 8364 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 8365
7a3ee510
EZ
83662001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
8367
33e432b1 8368 * allout.el: Fix the header line, so that finder.el recognizes it.
cd9c1e8f 8369 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
33e432b1 8370
4ce5c223 8371 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
cd9c1e8f 8372 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
7a3ee510 8373
3024d920
EZ
83742001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
8375
4ce5c223 8376 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 8377
3024d920
EZ
8378 * ps-bdf.el (bdf-directory-list): Use the value relative to
8379 installation-directory for MS-Windows as well.
8380
0c1baae8
RS
83812001-06-29 Richard M. Stallman <rms@gnu.org>
8382
8383 * wid-edit.el (widget-color-sample-face-get):
8384 Return ((foreground-color . COLOR)) instead of constructing a face.
8385
442ebe98
EZ
83862001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
8387
8388 * faces.el (region): Change the background color for the
8389 light-background color display to lightgoldenrod2, to make it
8390 visible on some laptops.
8391
6519817e
RS
83922001-06-28 Richard M. Stallman <rms@gnu.org>
8393
8394 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
8395 (rmail-msg-restore-non-pruned-header): Likewise.
8396 If point was in the old pruned header, put it at the top.
8397 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 8398
6519817e
RS
8399 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
8400 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
8401
15533ae2
SM
84022001-06-28 Stefan Monnier <monnier@cs.yale.edu>
8403
8404 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
8405
19a448e3
KF
84062001-06-28 Karl Fogel <kfogel@red-bean.com>
8407
8408 * saveplace.el: Update maintainer email address.
8409
a17555fd
FP
84102001-06-27 Francesco Potorti` <pot@gnu.org>
8411
15533ae2
SM
8412 * uniquify.el: (uniquify-rationalize-file-buffer-names):
8413 Undo previous change.
a17555fd
FP
8414
84152001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
8416
8417 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
8418 preliminary quick reordering. Can speed things up dramatically.
8419
555cc9ca
RS
84202001-06-26 Richard M. Stallman <rms@gnu.org>
8421
4d68abe0
RS
8422 * dired.el (dired-get-filename): A file name starting with ~
8423 is not absolute in this context.
8424
555cc9ca
RS
8425 * which-func.el (which-func-maxout): Increase default to 500000.
8426 (which-function-mode): This is now the "real" name of the function.
8427 (which-func-mode): Now an alias.
8428 (which-func-mode-global): Name deleted.
8429
8430 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
8431 button-2, when binding hs-mouse-toggle-hiding.
8432
d9bad487
GM
84332001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8434
15533ae2 8435 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
8436 (rmail-msg-prune-header): Likewise.
8437 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
8438 and `rmail-msg-prune-header'.
8439
da197e75
SM
84402001-06-25 Stefan Monnier <monnier@cs.yale.edu>
8441
8442 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
8443 back than LINEBEG.
8444
9501b986
EZ
84452001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8446
8447 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
8448 window where they clicked the mouse has a header line, adjust
8449 vertical movement by one.
8450
7aee34d3
GM
84512001-06-25 Milan Zamazal <pdm@zamazal.org>
8452
da197e75
SM
8453 * progmodes/glasses.el (glasses-make-readable): Consider underscores
8454 too when separating a parenthesis.
7aee34d3 8455
b9cc92a4
EZ
84562001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
8457
8458 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8459 (bookmark-bmenu-hide-filenames): Add help-echo to
8460 mouse-highlighted text.
8461 (bookmark-bmenu-show-filenames): Remove help-echo property from
8462 the whitespace.
8463
e55c4863
EZ
84642001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
8465
da197e75
SM
8466 * files.el (auto-mode-alist): Add configure.ac (autoconf).
8467 From Karl Eichwalder <ke@suse.de>.
e55c4863 8468
4bd41f5a
RS
84692001-06-23 Richard M. Stallman <rms@gnu.org>
8470
8471 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
8472
8473 * progmodes/cc-styles.el (c-set-style): Don't specify initial
8474 contents for completing-read.
8475
fdae95d4
RS
84762001-06-22 Richard M. Stallman <rms@gnu.org>
8477
8478 * menu-bar.el (menu-bar-make-toggle): Construct the
8479 function's doc string from HELP, not DOC, and make it accurate by
8480 adding "Toggle whether to " at the front and downcasing the initial.
8481 Change the HELP arg in some calls to make it fit this usage.
8482
8483 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
8484 Undo previous change.
8485
5f0e1d42
EZ
84862001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
8487
1fd63d9b
EZ
8488 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
8489
da197e75 8490 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 8491
2ebf8f54
EZ
84922001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
8493
7a03d9cd
EZ
8494 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
8495
2ebf8f54
EZ
8496 * dabbrev.el (dabbrev--select-buffers): Fix last change.
8497
4de68712
RS
84982001-06-20 Richard M. Stallman <rms@gnu.org>
8499
8500 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
8501 broken out from dabbrev--find-expansion. Handle minibuffer
8502 specially here.
8503 (dabbrev--find-expansion): Simplify code in various ways.
8504 Don't treat minibuffers specially.
8505 Call dabbrev--make-friend-buffer-list.
da197e75 8506 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
8507 (dabbrev--scanning-message): Do nothing when minibuffer is current.
8508
f84e9763 85092001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 8510
f84e9763
JW
8511 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
8512 Also, added a comment describing how to greatly speedup Eshell
8513 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 8514
f5f3efaa 85152001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 8516
da197e75
SM
8517 * eshell/esh-mode.el: Disabled a test that often yields false failures.
8518
f84e9763
JW
85192001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
8520
8521 * woman.el (WoMan-highlight-references): Add help-echo to
8522 mouse-highlighted text.
b868ed49 8523
f7ac3e28
SM
85242001-06-18 Stefan Monnier <monnier@cs.yale.edu>
8525
8526 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
8527
f6f1beba
GM
85282001-06-18 Gerd Moellmann <gerd@gnu.org>
8529
f7ac3e28
SM
8530 * international/quail.el (quail-start-conversion):
8531 Reset quail-translating to nil.
db8f7303 8532
f6f1beba
GM
8533 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
8534 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
8535
1a0b9ae6
EZ
85362001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
8537
855eca56
EZ
8538 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
8539 mouse-highlighted text.
8540
1a0b9ae6
EZ
8541 * dired.el (dired-mark-pop-up): Fix last change.
8542
e75e894b
EZ
85432001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
8544
218abc51
EZ
8545 * calendar/calendar.el (generate-calendar-month): Add help-echo to
8546 mouse-highlighted text.
8547
d36ca65d
EZ
8548 * net/quickurl.el (quickurl-url-file): Run through
8549 convert-standard-filename.
8550 (quickurl-list-populate-buffer): Add help-echo to
8551 mouse-highlighted text.
8552 (top-level): Update Dave's URL.
8553
092924fd
EZ
8554 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
8555 mouse-highlighted text.
8556
f7ac3e28
SM
8557 * textmodes/page-ext.el (pages-copy-header-and-position):
8558 Add help-echo to mouse-highlighted text.
092924fd
EZ
8559
8560 * tar-mode.el (tar-header-block-summarize): Add help-echo to
8561 mouse-highlighted text.
8562
8563 * replace.el (occur): Add help-echo to mouse-highlighted text.
8564
8565 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
8566 mouse-highlighted text.
8567
8568 * progmodes/cpp.el (cpp-make-button): Add help-echo to
8569 mouse-highlighted text.
8570
f7ac3e28
SM
8571 * progmodes/compile.el (compile-reinitialize-errors):
8572 Add help-echo to mouse-highlighted messages.
092924fd
EZ
8573 (compilation-forget-errors): Remove help-echo property as well.
8574
f7ac3e28
SM
8575 * play/landmark.el (lm-plot-square, lm-init-display):
8576 Add help-echo to mouse-highlighted text.
092924fd 8577
f7ac3e28
SM
8578 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
8579 Add help-echo to mouse-highlighted text.
092924fd
EZ
8580
8581 * dired.el (dired-insert-set-properties): Add help-echo to
8582 mouse-highlighted text.
f7ac3e28 8583 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
8584
8585 * comint.el (comint-send-input): Add help-echo to
8586 mouse-highlighted text.
8587
8588 * buff-menu.el (list-buffers-noselect): Add help-echo to
8589 mouse-highlighted text.
8590
8591 * arc-mode.el (archive-summarize-files): Add help-echo to
8592 mouse-highlighted text.
8593
e75e894b
EZ
8594 * ffap.el (ffap-machine-p): Always return nil if
8595 open-network-stream is not fboundp.
8596
f621ed9d
SM
85972001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8598
8599 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8600 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8601 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8602 incorrectly binding chars between 128 and 256 to it.
8603 (sgml-maybe-name-self): Handle latin-1 chars properly.
8604 (sgml-tags-invisible): Bind buffer-file-name to nil.
8605 Use unwind-protect and restore-buffer-modified-p.
8606 (sgml-point-entered): Use buffer-substring-no-properties.
8607 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8608 (html-mode): Don't force `imenu-sort-function'.
8609
884e8578
EZ
86102001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8611
d5b49f47
EZ
8612 * tar-mode.el: Fix the copyright notice.
8613
ce6b1982
EZ
8614 * font-lock.el (font-lock-comment-face): For tty's with dark
8615 background, use "red1", since "lightred" is not one of the colors
8616 recognized by tty-colors.el.
8617
884e8578
EZ
8618 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8619 create a buffer for extracted file, in case there's more than one
8620 file by that name in an archive, possibly in different
8621 directories. From Kevin Rodgers <kevinr@ihs.com>.
8622
8623 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8624 <alex@gnu.org>.
8625
72190a54
MB
86262001-06-15 Miles Bader <miles@gnu.org>
8627
f621ed9d
SM
8628 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8629 Revert previous change.
72190a54 8630
e4cdc335
RS
86312001-06-14 Richard M. Stallman <rms@gnu.org>
8632
8633 * replace.el (keep-lines-read-args): Return just a regexp.
8634 Provide nil for the region args.
f621ed9d 8635 (keep-lines, flush-lines, how-many):
e4cdc335
RS
8636 Calculate the defaults for the region here, when args are nil.
8637
c8c6b45a
EZ
86382001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8639
8640 * rot13.el (rot13-other-window): Some more doc fix.
8641
f54701d1
EZ
86422001-06-14 Per Starback <starback@ling.uu.se>
8643
8644 * replace.el (case-replace, query-replace-from-history-variable)
8645 (query-replace-to-history-variable, keep-lines-read-args)
8646 (occur-revert-function, query-replace-help): Dox fix.
8647
1604ce98
EZ
86482001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8649
8650 * rot13.el (rot13-other-window): Doc fix.
8651
22058843
MB
86522001-06-14 Miles Bader <miles@gnu.org>
8653
8654 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8655 of " and \ to "." (punctuation).
8656 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8657
e4cdc335
RS
86582001-06-13 Richard M. Stallman <rms@gnu.org>
8659
8660 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8661
8662 * simple.el (shell-command-on-region): Never kill the
8663 *Shell Command Output* buffer.
8664
a62d56ab
SM
86652001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8666
8667 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8668
4a0aa1d9
SM
86692001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8672 New var, to recognize ${ $' and PODs.
8673 (perl-font-lock-syntactic-face-function): New function.
8674 (perl-mode): Use them.
8675 (perl-continuation-line-p): New function, from perl-calculate-indent.
8676 (perl-calculate-indent): Use it, to properly handle continuation
8677 lines of continuation lines.
8678
b5a9911c
EZ
86792001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8680
8681 * server.el (server-process, server-buffer-clients): Doc fix.
cd9c1e8f 8682 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
b5a9911c 8683
0f056ec1
JW
86842001-06-09 John Wiegley <johnw@gnu.org>
8685
8686 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8687 test if the last command was Lisp or not.
8688 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8689 B x C".
8690
e5e316b0
EZ
86912001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8692
8693 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8694 general one on compile.el supports drive letters.
7f4350a7
CD
8695
86962001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8697
5a905a7e 8698 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 8699 key description.
7f4350a7
CD
8700
8701 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8702
5a905a7e 8703 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
8704 (reftex-toc-jump): New command.
8705
8706 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 8707 to parse international characters as well.
7f4350a7 8708
5a905a7e 8709 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 8710 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 8711
5a905a7e
SM
8712 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8713
8714 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 8715 TAB to the key separators.
7f4350a7 8716
73419021
EZ
87172001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8718
8719 * international/mule.el (auto-coding-alist): Remove redundant
8720 up-cased versions of the extensions (auto-coding-alist-lookup is
8721 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8722 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8723
cada28bb
EZ
87242001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8725
8726 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8727
4f7666dc
RS
87282001-06-01 Richard M. Stallman <rms@gnu.org>
8729
8730 * help.el (describe-variable): Put value on same line
8731 with preceding text, if it is short enough to look good that way.
8732
70079787
EZ
87332001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * term/internal.el (IT-unicode-translations): New variable.
8736 (IT-setup-unicode-display): New function.
8737
c86f4619
GM
87382001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8739
8740 * ps-print.el: Handle before-string and after-string overlay properties
8741 in ps-print-*-with-faces commands. Doc fix.
8742 (ps-print-version): New version number (6.5.2).
8743 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8744 for XEmacs.
8745 (ps-prefix-quote): Doc fix.
c6d452ad 8746 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
8747 (ps-basic-plot-str, ps-plot-string): New funs.
8748
1ea98518
SM
87492001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8750
8751 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8752 and :type spec.
8753
2b1ec973
GM
87542001-05-31 Gerd Moellmann <gerd@gnu.org>
8755
1ea98518
SM
8756 * international/mule-cmds.el (inactivate-input-method):
8757 Set input-method-function to nil.
2b1ec973 8758
94843cc1
GM
8759 * xml.el (xml-parse-tag): The document may contain invalid characters.
8760 From ShengHuo ZHU <zsh@cs.rochester.edu>
8761
9652931f
GM
87622001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8763
8764 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
8765 `rmail-summary-line-decoder' if the message does not have
8766 a Subject: field.
9652931f 8767
1ea98518 8768 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 8769
1ea98518
SM
8770 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8771 New variable.
9652931f
GM
8772 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8773 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8774 is non-nil.
8775
f7ac3e28
SM
87762001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8777
8778 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8779
b781e739
SS
87802001-05-29 Sam Steingold <sds@gnu.org>
8781
00f51890
SS
8782 * faces.el (face-valid-attribute-values): Bind `valid' directly
8783 instead of using `setq'.
8784
b781e739
SS
8785 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8786 Use `tex-shell-buf'.
8787 (tex-shell-proc): Use `tex-shell-running'.
8788 (tex-shell-buf-no-error): New function.
8789 (tex-send-tex-command): Use it.
8790 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8791 (tex-kill-job): Check the process before calling `quit-process'.
8792
3d0e328b
GM
87932001-05-29 Gerd Moellmann <gerd@gnu.org>
8794
1ea98518
SM
8795 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8796 UTF-8 sequences.
3d0e328b 8797
8bd6307f
GM
87982001-05-28 Miles Bader <miles@gnu.org>
8799
8800 * comint.el (comint-carriage-motion): Renamed from
8801 `comint-cr-magic'. Operate on the buffer instead of the string
8802 (for use as a comint post-output filter, instead of as a
8803 pre-output filter). Handle backspaces too. Add to the
8804 `comint-output-filter-functions' hook instead of
8805 `comint-preoutput-filter-functions'.
8806
89c8dc6c
GM
88072001-05-28 Gerd Moellmann <gerd@gnu.org>
8808
8809 * language/japan-util.el (japanese-hankaku): Prefer the charset
8810 `jisx0201' when the optional argument `ascii-only' is not specified.
8811 (japanese-hankaku-region): Ditto.
8812 From Katsumi Yamaoka <yamaoka@jpl.org>
8813
f25c1b9b
SM
88142001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8815
8816 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8817 (outline-invisible-p): New function.
8818 (hide-leaves): Save excursion.
8819 (hide-other): Stop looping when reaching bobp.
8820
719bb352
EZ
88212001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8822
8823 * cus-edit.el (custom-file): Fix last change.
8824
d686d354
SM
88252001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8826
8827 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8828 same definition in byte-compile-function-environment as `autoload'
8829 would put in `symbol-function'.
8830
8831 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8832 patch to correct the error message as well.
8833
49b1a638
EZ
88342001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8835
71261a01
EZ
8836 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8837 unless ~/.emacs exists.
8838
49b1a638
EZ
8839 * novice.el (enable-command): If user-init-file is nil or does not
8840 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8841
a434b175
SM
88422001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8843
15ca8de7
SM
8844 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8845 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8846 Allow spaces around macro arguments.
8847 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8848 indent-for-tab-command.
8849 (latex-mode-map, plain-tex-mode-map): New keymaps.
8850 Inherit from tex-mode-map.
8851 (tex-common-initialization): Don't setup the keymap any more
8852 since it's now done right by define-derived-mode.
8853 (latex-mode): Set skeleton-end-hook to nil.
8854 (latex-skeleton-end-hook): Remove.
8855 (tex-latex-block, latex-insert-item): Simplify.
8856 (latex-syntax-after): Use following-char rather than char-after.
8857 (tex-discount-args-cmds, tex-count-words): New functions.
8858
8859 * textmodes/tildify.el (tildify-ignored-environments-alist):
8860 Recognize \verb* as well.
8861
8862 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8863 (perl-comment-indent): Simplify to let newcomment.el do its job.
8864 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8865 (perl-mark-function): Cleanup the namespace.
8866 (perl-calculate-indent): Don't be fooled by nested functions.
8867
8868 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8869
a434b175
SM
8870 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8871 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8872
4e7e1f03
AC
88732001-05-25 Andrew Choi <akochoi@i-cable.com>
8874
8875 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8876 actually be `\\'.
8877 (ctlau-b5-converter): Likewise.
8878
2bef0948
AC
88792001-05-24 Andrew Choi <akochoi@i-cable.com>
8880
8881 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
8882 Change CTLauB.el to CTLau-b5.el.
8883
d2d1851b
SM
88842001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8885
8886 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8887 rather than beginning-of-line to avoid problems with fields.
8888 (gud-perldb-massage-args): Use unless and push.
8889 (gud-chdir-before-run): New var.
8890 (gud-common-init): Use it.
8891
5e3d4fbc
AC
88922001-05-24 Andrew Choi <akochoi@i-cable.com>
8893
8894 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8895 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 8896 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 8897 chinese-ctlaub.
d2d1851b
SM
8898 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8899 New functions.
5e3d4fbc 8900
0216c3df
GM
89012001-05-22 Gerd Moellmann <gerd@gnu.org>
8902
f1f65349
GM
8903 * cus-edit.el (custom-comment-show): Remove debug code.
8904
0216c3df
GM
8905 * language/japan-util.el (japanese-symbol-table): Fix handling of
8906 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8907
e8a1ed31
SM
89082001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8909
8910 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8911 Renamed by removing the silly `-flag' suffix.
8912 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8913
7246200c
SM
89142001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8915
8916 * replace.el (keep-lines-read-args): Use `copy-marker'.
8917 (how-many): Save excursion properly.
8918 (occur-mode): Use define-derived-mode.
8919 (perform-replace): Use with-current-buffer.
8920
7e971261
RS
89212001-05-20 Richard M. Stallman <rms@gnu.org>
8922
65569e52
RS
8923 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8924
cc9684e8
RS
8925 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8926
9ca00e71
RS
8927 * info.el (Info-read-subfile): Widen before finding the
8928 desired node in the subfile.
8929
7e971261
RS
8930 * startup.el (command-line-1): When >2 files visited,
8931 leave the last one visible, and make that the selected window.
8932
7c5312b2
GM
89332001-05-20 Gerd Moellmann <gerd@gnu.org>
8934
8935 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8936
310e9a21
EZ
89372001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8938
7246200c 8939 * international/ccl.el (define-ccl-program): Fix a typo.
cd9c1e8f 8940 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
8941
8942 * international/mule.el (decode-char): Fix a typo. From Pavel
cd9c1e8f 8943 Jan\e,Am\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
8944
8945 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
cd9c1e8f 8946 Jan\e,Am\e(Bk <Pavel@Janik.cz>.
8dacfbde 8947
310e9a21 8948 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
cd9c1e8f 8949 Jan\e,Am\e(Bk <Pavel@Janik.cz>.
310e9a21 8950
ef55aa6c
SS
89512001-05-18 Sam Steingold <sds@gnu.org>
8952
7246200c 8953 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
8954 and [RET] to `cvs-mode-find-file'.
8955
c9f3bebe
JW
89562001-05-18 John Wiegley <johnw@gnu.org>
8957
8958 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8959 configuration variable, which determines the initial character
8960 that forces use of an external version of a command. The default
8961 is *, but may be set to \, for example.
8962
8963 * eshell/esh-ext.el (eshell-explicit-command):
8964 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8965
c9f3bebe
JW
8966 * eshell/esh-cmd.el (eshell/which):
8967 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8968
7c5312b2
GM
8969 * eshell/em-cmpl.el (eshell-completion-command-name)
8970 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
8971 instead of ?*.
8972
1c66d9fb
GM
89732001-05-18 Gerd Moellmann <gerd@gnu.org>
8974
a724ed38
GM
8975 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8976 subst-char-in-string.
8977 (ange-ftp-after-parse-ls-hook): New variable.
8978 (ange-ftp-ls): Run that hook.
8979 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8980
0595722b
GM
8981 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8982 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8983 text into *Completions*.
8984
1c66d9fb
GM
8985 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8986 part of which look like email addresses.
8987
c5bdb93d
AI
89882001-05-18 Andrew Innes <andrewi@gnu.org>
8989
7246200c
SM
8990 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8991 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
8992 cmd.exe's handling of FOR loops.
8993 (autoloads): Set find-file-suppress-same-file-warnings to t to
8994 avoid slew of spurious messages.
8995
9a1211f2
GM
89962001-05-18 Simon Josefsson <simon@josefsson.org>
8997
8998 * mail/smtpmail.el (maybe-append-domain): Renamed to
8999 `smtpmail-maybe-append-domain'.
9000 (smtpmail-via-smtp): Use the new name.
9001
29148a3f
GM
9002 * net/browse-url.el (browse-url-browser-function): Add kde.
9003 (browse-url-kde-program, browse-url-kde-args): New variables.
9004 (browse-url-kde): New function.
9005
9ab59a1a
MB
90062001-05-18 Miles Bader <miles@gnu.org>
9007
7246200c
SM
9008 * simple.el (delete-horizontal-space, just-one-space):
9009 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
9010 because it's more efficient for large files.
9011
cebf1b97
GM
90122001-05-17 Gerd Moellmann <gerd@gnu.org>
9013
f90c23ca
GM
9014 * mail/rmail.el (rmail-require-mime-maybe): New function.
9015 (rmail): Use it.
9016 (rmail-mode): Handle the case of finding Rmail files.
9017
cebf1b97
GM
9018 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
9019 functions.
9020
df22166e
SM
90212001-05-17 Stefan Monnier <monnier@cs.yale.edu>
9022
9023 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
9024 text-property after moving to the beginning of line and regardless
9025 of the value of font-lock-multiline.
9026
2ca0d5f1
GM
90272001-05-17 Gerd Moellmann <gerd@gnu.org>
9028
e85e809a
GM
9029 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
9030
2ca0d5f1
GM
9031 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
9032 last coding system used before calling set-buffer-modified-p
9033 because that function changes last-coding-system.
9034
4c6a4739
EZ
90352001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9036
9037 * files.el (switch-to-buffer-other-window)
9038 (switch-to-buffer-other-frame): Add an xref to display-buffer in
9039 the doc string.
9040
f08cf35b
GM
90412001-05-17 Gerd Moellmann <gerd@gnu.org>
9042
9043 * language/slovak.el, language/czech.el: New maintainer.
9044
2180ea97
SS
90452001-05-16 Sam Steingold <sds@gnu.org>
9046
f08cf35b 9047 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
9048 sub-form of `defgeneric' correctly.
9049
9bae8781
GM
90502001-05-16 Gerd Moellmann <gerd@gnu.org>
9051
a90b3d3c
GM
9052 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
9053 of `c'.
9054
1b7818b4 9055 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
9056 condition-case, test what outline-level returns instead, to
9057 ease debugging.
1b7818b4 9058
9bae8781
GM
9059 * international/mule.el (auto-coding-regexp-alist): New user-option.
9060 (auto-coding-from-file-contents): New function.
9061 (set-auto-coding): Use it to determine a coding system.
9062
7644c605
GM
90632001-05-15 Gerd Moellmann <gerd@gnu.org>
9064
18a0a39e
GM
9065 * mouse.el (mouse-delete-other-windows): Doc fix.
9066
df22166e
SM
9067 * emacs-lisp/lisp-mode.el (lisp-mode):
9068 Make font-lock-keywords-case-fold-search a buffer-local variable with
9069 make-local-variable before setting it.
7644c605 9070
940cf42e
EZ
90712001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
9072
9073 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
9074 prefixes.
9075
557f7c34
GM
90762001-05-14 Gerd Moellmann <gerd@gnu.org>
9077
9078 * hexl.el (hexl-current-address): Print a message when called
9079 interactively.
9080
14d9b141
SM
90812001-05-11 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
9084
9085 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
9086
9087 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
9088
7bd2d083
GM
90892001-05-11 Gerd Moellmann <gerd@gnu.org>
9090
47e72862
GM
9091 * startup.el (command-line): If parameters have been changed in
9092 the init files which influence font selection, clear the face
9093 cache so that faces get realized with the new parameters.
9094
14d9b141 9095 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 9096
0f49941f
SM
90972001-05-10 Stefan Monnier <monnier@cs.yale.edu>
9098
9099 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
9100
cbeed4a8
EZ
91012001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9102
9103 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
9104 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
9105
ff9aa2ca
GM
91062001-05-10 Gerd Moellmann <gerd@gnu.org>
9107
9108 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 9109 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 9110
b2c99950
JW
91112001-05-09 John Wiegley <johnw@gnu.org>
9112
0f49941f
SM
9113 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9114 Annotated the documentation string to tell users about
3cb27fd7
JW
9115 `eshell-no-numeric-conversions'.
9116
c26f6b27
JW
9117 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
9118 conversions if a Lisp function has the property
9119 `eshell-no-numeric-conversions' set to a non-nil value.
9120
9121 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
9122 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
9123 property `eshell-no-numeric-conversions' on the following
9124 functions (which all deal with filesystem entities, and never Lisp
9125 numerical values): eshell/cd, eshell/pushd, eshell/popd,
9126 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
9127 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
9128 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
9129 eshell/which, eshell/addpath.
9130
91312001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 9132
d089e299
JW
9133 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
9134 encountered as an argument, don't convert it right away, but tag
9135 the first character of the string with the text properties
9136 `number', which signifies to `eshell-lisp-command' that the
9137 argument should be passed through `string-to-number' if it is
9138 actually used in the call to a Lisp function.
9139
9140 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
9141 function, convert any string arguments that have been tagged as
9142 "numbers", by calling string-to-number.
9143
9144 * eshell/esh-util.el (eshell-number-regexp): Now that number
9145 conversions only happen for Lisp function calls, the number regexp
9146 should now match all integer and floating point forms.
9147
9148 * eshell/esh-proc.el: Disable `eshell-stop-process' and
9149 `eshell-continue-process', since they are both nonfunctional at
9150 the moment.
9151 (eshell-proc-initialize): Don't bind keys for
9152 `eshell-stop-process' or `eshell-continue-process'.
9153
0f49941f
SM
9154 * eshell/em-unix.el (eshell-shuffle-files):
9155 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
9156
9157 * eshell/em-hist.el (eshell-add-to-history): Reference to
9158 `eshell-history-ring' needed to be `eshell-history-index'.
9159
0f49941f
SM
9160 * calendar/timeclock.el (timeclock-find-discrep):
9161 Initialize `elapsed' to 0.
cb89da0f
JW
9162 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
9163 it's still nil.
b2c99950 9164
ff39b9a1
SM
91652001-05-09 Stefan Monnier <monnier@cs.yale.edu>
9166
9167 * arc-mode.el (archive-int-to-mode): Construct the string directly.
9168 (archive-mode): Use capitalize.
9169 (archive-unique-fname): Use make-temp-file.
9170
9e53a675
GM
91712001-05-09 Gerd Moellmann <gerd@gnu.org>
9172
9173 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
9174
c8224de6
EZ
91752001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9176
c533a7e2
EZ
9177 * tar-mode.el (tar-extract): Pay attention to the value of
9178 coding-system-for-read, if it is non-nil.
9179
ff39b9a1 9180 * calendar/holidays.el (holidays): Add an autoload cookie.
cd9c1e8f 9181 From Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>.
c8224de6 9182
1c8c9fb8
JW
91832001-05-08 John Wiegley <johnw@gnu.org>
9184
ff39b9a1
SM
9185 * calendar/timeclock.el (timeclock-workday-remaining):
9186 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
9187 (timeclock-workday-elapsed): Don't accept a "relative" argument
9188 for the current day's elapsed time. What could that have meant?
ff39b9a1 9189 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
9190 (timeclock-when-to-leave): Changed logic, similarly to what was
9191 done for `timeclock-workday-remaining'.
9192 (timeclock-find-discrep): Removed "today-only" argument, which had
9193 no meaning. Fixed some more math problems. The function now
9194 returns a three member list: (TOTAL-TIME-DISCREPANCY
9195 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
9196
5f47fb28
EZ
91972001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9198
9199 * w32-fns.el (convert-standard-filename): Start replacing slashes
9200 from the beginning of the file name, not from where the last
9201 invalid character was. From "Andrew Maguire (SWW)"
9202 <Andrew.Maguire@Smallworld.co.uk>
9203
6da5c7da
GM
92042001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
9205
9206 The following changes are to provide infrastructure for handling
9207 MIME messages to rmail. They don't affect the original behaviour
9208 if rmail-enable-mime is nil.
9209
9210 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
9211 (rmail-search-mime-message-function)
9212 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
9213 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
9214 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
9215 `rmail-view-buffer' is hidden.
6da5c7da
GM
9216 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
9217 call rmai-show-mime-function.
9218 (rmail-display-labels): If rmail-enable-mime is non-nil, update
9219 mode-line-process of rmail-view-buffer.
9220 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
9221 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
9222 buffer.
ff39b9a1
SM
9223 (rmail-next-message, rmail-next-undeleted-message): Be sure to
9224 set-buffer to the Rmail buffer.
6da5c7da
GM
9225 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
9226 rmail-search-mime-header-function.
9227 (rmail-search-message): New function.
9228 (rmail-search): Call rmail-search-message to check if a message
9229 matches REGEXP, lastly update point after calling
9230 rmail-show-message.
ff39b9a1
SM
9231 (rmail-undelete-previous-message, rmail-expunge-confirmed)
9232 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
9233 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
9234 header region, refer to rmail-msgref-vector while setting the
9235 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
9236 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
9237 If rmail-enable-mime is non-nil, call
6da5c7da
GM
9238 rmail-insert-mime-forwarded-message-function instead of inserting
9239 forwarded message by itself.
9240
9241 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
9242 Rmail buffer.
9243 (rmail-set-label, rmail-next-labeled-message): Likewise.
9244
9245 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
9246 set-buffer to the Rmail buffer.
9247 (rmail-output-to-rmail-file): Likewise.
9248 (rmail-output): Likewise.
9249
9250 * mail/rmailsum.el (rmail-message-subject-p): Process the result
9251 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
9252 (rmail-new-summary): Be sure to go to the Rmail buffer.
9253 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
9254 rmail-view-buffer to nil.
9255 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
9256 rmail-view-buffer.
9257 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
9258 rmail-buffer.
9259 (rmail-summary-scroll-msg-down): Likewise.
9260 (rmail-summary-beginning-of-message): Likewise.
9261 (rmail-summary-wipe): Likewise.
9262 (rmail-summary-toggle-header): Use save-window-excursion, not
9263 save-excursion. Update point in rmail-view-buffer, not in
9264 rmail-buffer.
9265 (rmail-summary-reply): Before calling rmail-reply, set buffer to
9266 rmail-view-buffer, not rmail-buffer.
9267
5092477a
GM
92682001-05-07 Gerd Moellmann <gerd@gnu.org>
9269
1e9fc92e
GM
9270 * cus-edit.el (custom-file): Signal an error if user-init-file is
9271 nil (running -q).
9272
1d053370
GM
9273 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
9274
ff39b9a1
SM
9275 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
9276 Add :version.
9277
9278 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
9279 New option.
1b62b062
GM
9280 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
9281 only if smtpmail-warn-about-unknown-extensions is set.
9282
f851a71c
GM
9283 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
9284 instead of rmail-sort-by-keywords.
9285
ff39b9a1 9286 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
9287 rmail-sort-by-keywords.
9288
ff39b9a1
SM
9289 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
9290 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
9291 (rmail-summary-mode): Doc fix.
9292
5092477a
GM
9293 * mail/rmail.el (rmail-edit): New Custom group.
9294
9295 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
9296 (rmail-edit-mode-hook): New user-option.
9297
05be3833
RS
92982001-05-05 Richard M. Stallman <rms@gnu.org>
9299
9300 * help.el (help-xref-symbol-regexp): Recognize "source of"
9301 and friends, meaning make a link to the source file.
9302 (help-make-xrefs): Handle "source of" and friends
9303 by constructing a link that visits the source file.
9304
9305 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
9306
7dfb000f
SM
93072001-05-04 Stefan Monnier <monnier@cs.yale.edu>
9308
5efe6a56
SM
9309 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
9310 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
9311 Renamed from perl-font-lock-keywords to avoid clashes.
9312 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
9313 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
9314 Updated correspondingly.
9315
7dfb000f
SM
9316 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
9317 Typo `nonexistant' -> `nonexistent'.
9318
88bbb8cb
EZ
93192001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
9320
7dfb000f
SM
9321 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
9322 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
9323 `c-electric-delete-forward' always deletes forward and
9324 `c-electric-delete' only contains the code necessary for XEmacs to
9325 choose between backward and forward deletion.
7dfb000f 9326
88bbb8cb
EZ
9327 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
9328 get the electric behavior on that key too.
9329 (c-fill-paragraph): Fixed bogus direct use of
9330 c-comment-prefix-regexp, which caused an error when it's a list.
9331
a1af8dcf
EZ
93322001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
9333
9334 * dired-aux.el (dired-diff): Doc fix.
9335
9336 * dired.el (dired-diff): Likewise.
9337
ddfb4005
EZ
93382001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
9339
9340 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
9341
b36581fb
SM
93422001-05-02 Stefan Monnier <monnier@cs.yale.edu>
9343
80a00b6a
SM
9344 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
9345 if both the buffer and the file are read-only.
9346
b36581fb
SM
9347 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
9348 rather than font-lock-string-face.
9349 (sh-get-indent-info): Treat heredocs like strings.
9350
470bbe9b
GM
93512001-05-02 Gerd Moellmann <gerd@gnu.org>
9352
b36581fb
SM
9353 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
9354 a newline following `}'.
3356df63
GM
9355 (texinfo-format-email): New function.
9356 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
9357 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
9358 Add `display'.
3356df63
GM
9359 (texinfo-sort-region): Goto point-min before sorting.
9360 (texinfo-set): Remove leading white space from value.
9361 From yagi@is.titech.ac.jp.
9362
470bbe9b
GM
9363 * replace.el (query-replace-regexp-eval): Doc fix.
9364
a9d2fd1d
SM
93652001-05-01 Stefan Monnier <monnier@cs.yale.edu>
9366
9367 * diff-mode.el (diff-nonexistant-face): New face.
9368 (diff-font-lock-keywords): Use it.
9369
2b3e941a
EZ
93702001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9371
22cd6fd3
EZ
9372 * font-lock.el (font-lock-mode): Doc fix.
9373
2b3e941a
EZ
9374 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
9375 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9376
50df7214
GM
93772001-04-30 Gerd Moellmann <gerd@gnu.org>
9378
a9d2fd1d
SM
9379 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
9380 backslash at the start of the here-document delimiter.
a9793e45
GM
9381 (sh-font-lock-syntactic-keywords): Likewise.
9382
50df7214
GM
9383 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
9384
e2f599e9
EZ
93852001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
9386
9387 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
9388 (tty-color-translate, tty-color-by-index, tty-color-values)
9389 (tty-color-desc): Doc fix.
9390
dcaf31d3
EZ
93912001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
9392
9393 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
9394 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
9395 Mention dired-dwim-target in the doc string.
dcaf31d3 9396
a6a06429
MB
93972001-04-28 Miles Bader <miles@gnu.org>
9398
9399 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
9400 (dabbrev--find-expansion): Use it.
9401 (dabbrev--select-buffers): Don't select ignored buffers.
9402
5a5d9185
GM
94032001-04-27 Gerd Moellmann <gerd@gnu.org>
9404
a9d2fd1d 9405 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 9406
c5b82005
RS
94072001-04-26 Richard M. Stallman <rms@gnu.org>
9408
9409 * dabbrev.el: Add doc strings for some functions.
9410 (dabbrev--eliminate-newlines): New variable.
9411 (dabbrev--substitute-expansion): Convert newlines to spaces
9412 if dabbrev--eliminate-newlines is set.
9413 If abbrev and expansion are both all-lower-case,
9414 leave dabbrev--last-case-pattern nil.
9415
7cff9c6f
GM
94162001-04-26 Gerd Moellmann <gerd@gnu.org>
9417
9418 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
9419 if necessary, like in rmail-show-message.
9420
efa89c1f
GM
94212001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9422
9423 * ps-print.el: Color specified by number is forced to be float number.
9424 (ps-print-version): New version number (6.5.1.1).
9425 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
9426 initialization.
9427 (ps-prefix-quote): New internal var.
9428 (ps-print-quote): New fun.
9429 (ps-setup, ps-output-frame-properties, ps-float-format)
9430 (ps-format-color): Code fix.
a9d2fd1d
SM
9431 (ps-plot-region): Eliminate redundant foreground color text setting.
9432
d3111e5a
EZ
94332001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
9434
9435 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
9436
a728644c
GM
94372001-04-25 Gerd Moellmann <gerd@gnu.org>
9438
9439 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
9440
4ecdf04d
EZ
94412001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
9442
4645bb68
EZ
9443 * info.el (Info-additional-directory-list): Doc fix.
9444
4ecdf04d 9445 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
9446 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
9447 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 9448
7cd512f2
SM
94492001-04-25 Stefan Monnier <monnier@cs.yale.edu>
9450
1dc64fca
SM
9451 * progmodes/make-mode.el (makefile-font-lock-keywords):
9452 Rationalize the rules for includes and conditionals and use the
9453 keyword face for them.
9454
7cd512f2
SM
9455 * faces.el (modify-face): Add compatibility for non-interactive use.
9456
ffeb5c1c
JW
94572001-04-24 John Wiegley <johnw@gnu.org>
9458
9459 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
9460 fix from last night, since it wasn't finding eshell/cd.
9461
35f901fa
GM
94622001-04-24 Gerd Moellmann <gerd@gnu.org>
9463
9464 * rect.el (string-rectangle): Revert to 20.x behaviour.
9465 (replace-rectangle): Make it an alias for string-rectangle.
9466 (string-insert-rectangle): New function.
9467
c7b1b508
JW
94682001-04-23 John Wiegley <johnw@gnu.org>
9469
9470 * eshell/em-unix.el (eshell/diff): Fixed problems that were
9471 occurring with Emacs 21's diff.el/compile.el interaction layer.
9472
94732001-04-23 Colin Walters <walters@cis.ohio-state.edu>
9474
9475 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
9476 case where the function was defined in a file, but not part of an
9477 eshell module.
9478
157975e3
JW
94792001-04-23 John Wiegley <johnw@gnu.org>
9480
9481 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
9482 code to work around a redisplay problem I've been having.
9483
3dc630b9
JW
94842001-04-23 John Wiegley <johnw@gnu.org>
9485
9486 * calendar/timeclock.el (timeclock-day-required): If the time
9487 required for a particular day is not set, use `timeclock-workday'.
9488 (timeclock-find-discrep): Added some sample code in a comment.
9489
9490 * eshell/eshell.el (eshell-command): Made a few changes so that
9491 `eshell-command' could be called programmatically.
9492
7cd512f2 9493 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 9494
7cd512f2 9495 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 9496
3ae14dd9 94972001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
9498
9499 * calendar/timeclock.el: Updated copyright.
9500 (timeclock-generate-report): Don't report the daily or two-week
9501 total, if no time has been worked in that period.
9502 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
9503 final computational form, which was unnecessary; corrected a
9504 parsing problem when timeclock-relative was nil.
9505
3ae14dd9 95062001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
9507
9508 * calendar/timeclock.el (timeclock-modeline-display): Check if
9509 `list-entry' is null.
9510 (timeclock-use-display-time): The first argument to `set-variable'
9511 must be a symbol.
9512
53e1a74c
EZ
95132001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9514
9515 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
9516 (calendar-today-marker, calendar-holiday-marker):
9517 Use display-color-p instead of window-system.
53e1a74c
EZ
9518 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
9519 instead of window-system.
9520 (calendar-hide-window): Use display-multi-frame-p instead of
9521 window-system.
9522
9523 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
9524 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9525 Use display-multi-frame-p instead of window-system.
53e1a74c 9526
23b809c2
GM
95272001-04-23 Gerd Moellmann <gerd@gnu.org>
9528
1d14e80c
GM
9529 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
9530
23b809c2
GM
9531 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
9532 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
9533
b5eeaa1d
GM
95342001-04-23 Alex Schroeder <alex@gnu.org>
9535
9536 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
9537 line-end-position a defalias is used for point-at-bol and point-at-eol.
9538
b5eeaa1d
GM
95392001-04-23 Alex Schroeder <alex@gnu.org>
9540
9541 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 9542 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 9543
ac1470eb
EZ
95442001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
9545
9546 * textmodes/paragraphs.el (sentence-end): Doc fix.
9547
624ef9b3
GM
95482001-04-20 Alex Schroeder <alex@gnu.org>
9549
9550 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 9551 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
9552
95532001-04-20 Alex Schroeder <alex@gnu.org>
9554
9555 * sql.el (sql-db2-program): New option.
9556 (sql-db2-options): New option.
9557 (sql-db2): New function.
9558
95592001-04-20 Alex Schroeder <alex@gnu.org>
9560
9561 * sql.el (sql-mode-menu): Added highlighting entries.
9562 (sql-highlight-oracle-keywords): New function.
9563 (sql-highlight-postgres-keywords): New function.
9564 (sql-highlight-ansi-keywords): New function.
9565
95662001-04-20 Alex Schroeder <alex@gnu.org>
9567
9568 * sql.el (sql-help): Doc change.
9569
9f3703ab
KF
95702001-04-19 Karl Fogel <kfogel@collab.net>
9571
9572 * saveplace.el (save-place-alist-to-file): Removed no-effect code
9573 that inserted file content only to delete it immediately.
9574 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
9575 <lektu@uol.com.br> for the patch.
9576
2a83a11d
SM
95772001-04-19 Stefan Monnier <monnier@cs.yale.edu>
9578
9579 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
9580
6f4dd4dc
GM
95812001-04-18 Gerd Moellmann <gerd@gnu.org>
9582
0f8d6dc7
GM
9583 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
9584 for defmethod.
9585
6f4dd4dc
GM
9586 * comint.el (comint-cr-magic): New function.
9587 (toplevel): Add it to comint-preoutput-filter-functions.
9588
90200fcc
AI
95892001-04-18 Andrew Innes <andrewi@gnu.org>
9590
9591 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 9592 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
9593 (recompile): Remove stuff to set EMACSLOADPATH.
9594
daa66f34
GM
95952001-04-18 Gerd Moellmann <gerd@gnu.org>
9596
edc5c81d
GM
9597 * language/slovak.el ("Slovak"): Add tutorial entry.
9598
daa66f34
GM
9599 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9600 browse-url-new-window-p.
9601
5d5845dc
EZ
96022001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9603
9604 * info.el (Info-menu-update): When there are no menus and/or no
9605 cross references in the node, make the respective items of the
9606 Info menu-bar menu inactive.
9607
1c8addd0
GM
96082001-04-17 Gerd Moellmann <gerd@gnu.org>
9609
f4f480bd
GM
9610 * indent.el (indent-for-tab-command): Call indent-line-function
9611 with no argument if PREFIX-ARG is non-nil.
9612
1c8addd0
GM
9613 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9614
8f9ab403
EZ
96152001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9616
9617 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9618 an async subprocess if start-process is unavailable. Suggested by
9619 Tim Van Holder <tim.van.holder@pandora.be>.
9620
60322163
EZ
96212001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9622
9623 * info.el (Info-additional-directory-list): Doc fix. Suggested by
c499f00a 9624 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
60322163 9625
e372bc67
EZ
96262001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9627
9628 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9629 manual.
9630
28037ecf
SM
96312001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9632
9633 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9634 (cvs-menu): Add a few entries.
9635
9636 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9637 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9638 lock file appears to be reachable from Emacs.
9639 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9640 (cvs-mode-find-file): Look for cvs-header-face rather than
9641 cvs-dirname-face (which doesn't exist).
9642 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9643
9644 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9645
5d5e7f53
EZ
96462001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9647
9648 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9649 normal-erase-is-backspace on a tty. Instead, bind some keys such
9650 as [delete] directly, like pc-select.el did before
9651 normal-erase-is-backspace was invented.
9652
118562e1 96532001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
9654
9655 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9656
6c9e58c4
JW
96572001-04-11 John Wiegley <johnw@gnu.org>
9658
28037ecf
SM
9659 * eshell/em-ls.el (eshell-ls-insert-directory):
9660 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
9661 buffers, if Eshell's ls is being used.
9662
118562e1 96632001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 9664
28037ecf
SM
9665 * calendar/timeclock.el (timeclock-completing-read): New function.
9666 (timeclock-ask-for-project, timeclock-ask-for-reason):
9667 Call `timeclock-completing-read'.
978bd3ea
JW
9668
9669 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9670 required where `member' was being used.
9671
118562e1 96722001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 9673
28037ecf 9674 * eshell/em-hist.el (eshell-previous-matching-input):
f30fe18b 9675 Don't display "History item" if the minibuffer is active.
978bd3ea 9676
30cb0001
GM
96772001-04-11 Gerd Moellmann <gerd@gnu.org>
9678
9679 * startup.el (command-line): Output a newline after printing
9680 an error from loading the window system's init file.
9681
e38af9bd
EZ
96822001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9683
28037ecf
SM
9684 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9685 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
9686 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9687 keywords whose arguments routinely include @@.
9688
bbf63a7b
GM
96892001-04-10 Gerd Moellmann <gerd@gnu.org>
9690
28037ecf
SM
9691 * emacs-lisp/advice.el (ad-make-advised-definition):
9692 Construct advice for subrs differently.
afffeb57 9693
3fe35f35 9694 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 9695 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 9696
c8d6d636 9697 * simple.el (completion-list-mode-finish): New function.
28037ecf 9698 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 9699
2a52f40e 9700 * language/european.el ("Polish"): Change sample text.
e1ff49ba 9701 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 9702
cf8b1bef
GM
9703 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9704 parameter.
9705
bbf63a7b
GM
9706 * faces.el (menu): Doc fix.
9707
719d83ad 97082001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
9709
9710 * ps-print.el: Footer implementation. Doc fix.
9711 (ps-print-version): New version number (6.5.1).
9712 (ps-header-frame-alist): New customization var for header frame
9713 properties.
9714 (ps-line-number-color): New customization var for line number color.
9715 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9716 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9717 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9718 (ps-right-footer): New customization vars for footers.
9719 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9720 footers.
9721 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
9722 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9723 Code fix.
319acba0
GM
9724 (ps-prologue-file): Indentation fix.
9725 (ps-print-quote): Fun eliminated.
9726 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9727 (ps-output-frame-properties): New fun.
9728 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9729 (ps-skip-newline): Replace defun by defsubst.
28037ecf 9730
e372bc67 97312001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
9732
9733 * eshell/eshell.el (eshell-command): Needed a "%s" format
9734 specifier, in case the buffer contains percent characters.
9735
e372bc67 97362001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
9737
9738 * calendar/timeclock.el (timeclock-generate-report): Added a
9739 missing insert of the project name.
9740
9f9a5e7a
GM
97412001-04-09 Gerd Moellmann <gerd@gnu.org>
9742
9170e5d4 9743 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 9744
865e97c1 9745 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 9746 (finder-data): Use it instead of `setwins'.
865e97c1
GM
9747 From: Dave Love <fx@gnu.org>.
9748
cf3885ac 9749 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
9750 (server-visit-files): Run server-visit-hook after going to
9751 line 1 so that the hook can set point as it sees fit.
9752
9f9a5e7a
GM
9753 * bindings.el (mode-line-modified): Unify help messages.
9754
51f32106
EZ
97552001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9756
9757 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9758 All callers changed.
9759
e02160a3
EZ
97602001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9761
8e6bb0d0
EZ
9762 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9763 long file names aren't supported, truncate the file names in
9764 quail-misc-package-ext-info to 8+3 before matching them against
9765 FILENAME.
9766
9767 * dos-fns.el (dos-truncate-to-8+3): New function.
9768
ec321d77
EZ
9769 * progmodes/compile.el (grep-compute-defaults): Use null-device
9770 instead of literal /dev/null. Reported by Jens Schmidt
9771 <schmidt@mathematik.uni-kl.de>.
9772
e02160a3
EZ
9773 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9774
cf3885ac
SM
97752001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9776
9777 * textmodes/sgml-mode.el: Add unknown maintainer.
9778 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9779 (html-mode-map): Use set-keymap-parent.
9780
3ffb33bb
DL
97812001-04-06 Dave Love <fx@gnu.org>
9782
9783 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9784 Remove redundant string-to-list.
9785
8f625692
SM
97862001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9787
9788 * composite.el (reference-point-alist): Doc fix.
9789
1087f198
SS
97902001-04-05 Sam Steingold <sds@gnu.org>
9791
8f625692
SM
9792 * font-lock.el (font-lock-keywords-case-fold-search):
9793 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
9794 file made font-lock case-insensitive.
9795
a55e4e68
GM
97962001-04-05 Gerd Moellmann <gerd@gnu.org>
9797
0e4892e2
GM
9798 * faces.el (defface menu): Doc fix.
9799
4d664b04
GM
9800 * wid-edit.el (widget-color-sample-face-get): Don't make
9801 faces for undefined colors.
9802
a55e4e68
GM
9803 * version.el (emacs-version): Include LessTif/Motif version info.
9804
f383cd0d
GM
98052001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9806
9807 * ps-mule.el: Eliminate cl package dependence.
9808 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9809 if they aren't defined yet.
9810 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9811 Eliminate cl package dependence.
9812
de28797f
SM
98132001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9814
9815 * progmodes/cc-cmds.el (c-outline-level):
9816 Bind buffer-invisibility-spec. Originally from Dave Love, but
9817 got lost when incorporating version 5.26.
9818
32df8b47
EZ
98192001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9820
de28797f
SM
9821 * emulation/pc-select.el (pc-selection-mode):
9822 Call normal-erase-is-backspace-mode instead of binding
9823 keys individually.
58e4f61d 9824
7f62656b
EZ
9825 * cus-load.el (normal-erase-is-backspace): Use it instead of
9826 delete-key-deletes-forward.
9827
9828 * startup.el (command-line): Use normal-erase-is-backspace and
9829 normal-erase-is-backspace-mode.
9830
9831 * simple.el (normal-erase-is-backspace): Rename from
9832 delete-key-deletes-forward. Doc fix.
9833 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
9834 delete-key-deletes-forward-mode. Doc fix.
9835 Run normal-erase-is-backspace-hook.
7f62656b 9836
32df8b47 9837 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
9838 ``human-readable'' format produced by GNU `ls'.
9839 (dired-move-to-filename-regexp): Recognize ISO format dates.
9840 From Paul Eggert <eggert@twinsun.com>.
32df8b47 9841
5efa6032
GM
98422001-04-04 Gerd Moellmann <gerd@gnu.org>
9843
9844 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9845 New functions.
de28797f
SM
9846 (lm-verify): Check keywords.
9847 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 9848
d757aac1
EL
98492001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9850
9851 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9852 `xemacs' feature instead of for the function `set-extent-property'.
9853
9832760a
SM
98542001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9855
9856 * mail/mh-utils.el (mh-folder-hist): New var.
9857 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9858
d565f6aa
EZ
98592001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9860
9861 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9862 region, position point on the first or last 16-byte group.
9863 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9864 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9865 hexl-beginning-of-line.
9866
24c0fd39
GM
98672001-04-03 Gerd Moellmann <gerd@gnu.org>
9868
5efa6032
GM
9869 * icomplete.el (icomplete-mode): Treat an argument like other
9870 modes do.
9871
b3f6107b
GM
9872 * startup.el (fancy-splash-head): Use splash8.xpm for color
9873 depth 8.
9874
24d451c5
SM
9875 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9876 Add an antry for ``converts''.
476bf681 9877
24d451c5 9878 * language/slovak.el ("Slovak"): Add documentation string.
cd9c1e8f 9879 From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
20b5dc4a 9880
450f6970 9881 * language/czech.el ("Czech"): Add documentation string.
cd9c1e8f 9882 From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
450f6970 9883
24d451c5
SM
9884 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9885 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9886
98872001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9888
9889 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9890 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9891 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9892 Use `defsubst' rather than a macro to ease debugging.
9893 (mail-extr-last): Remove (use `last' instead).
9894 (mail-extract-address-components): Properly reset the syntax-table
9895 after parsing an address. Use `last' rather than mail-extr-last.
9896 Make sure the end marker stays at the very end.
24c0fd39 9897
2b908342
EZ
98982001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9899
9900 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9901 last change.
9902
acfb077d
GM
99032001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9904
9905 * ps-print.el: Line and paragraph spacing feature. Region to cut
9906 out when printing. Doc fix.
9907 (ps-print-version): New version number (6.5).
24d451c5
SM
9908 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9909 New vars. Line and paragraph spacing feature.
acfb077d
GM
9910 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9911 out when printing.
9912 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9913 (ps-get-font-size, ps-begin-job, ps-continue-line)
9914 (ps-plot-region): Code fix.
9915 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
9916 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9917 New internal vars.
acfb077d
GM
9918 (ps-get-size): New fun.
9919 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9920 (ps-next-line): Replace defun by defsubst.
9921 (ps-mule-plot-string): Autoload doc fix.
9922
9923 * ps-bdf.el: XEmacs compatibility. Doc fix.
9924 (installation-directory, coding-system-for-read): Declare vars if
9925 it's not declared yet.
9926 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9927
9928 * ps-mule.el: XEmacs compatibility. Doc fix.
9929 (leading-code-private-22): Declare var if it's not declared yet.
9930 (charset-bytes, charset-dimension, charset-id, charset-width)
9931 (find-charset-region, split-char, char-width, chars-in-region)
9932 (forward-point, decompose-composite-char, encode-coding-string)
9933 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9934 Define funs if not defined yet.
9935 (encode-composition-rule, find-composition): Define funs if not
9936 loaded yet.
9937 (ps-mule-prologue): PostScript code fix.
9938
99392001-04-02 Kenichi Handa <handa@etl.go.jp>
9940
9941 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9942 non-nil, generate font for the header strings.
9943 (ps-mule-prepare-font): Likewise.
9944 (ps-mule-generate-glyphs): Likewise.
9945 (ps-mule-string-encoding): Likewise.
9946 (ps-mule-header-charsets): New variable.
9947 (ps-mule-encode-header-string): New function.
9948 (ps-mule-header-string-charsets): New function.
9949 (ps-mule-begin-job): Check charsets in the header strings. If there
9950 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9951
9952 * ps-print.el (ps-generate-header-line): Encode the header string by
9953 ps-mule-encode-header-string.
9954 (ps-mule-encode-header-string): Declare autoload.
9955
c0eb3c10
GM
99562001-04-02 Gerd Moellmann <gerd@gnu.org>
9957
24d451c5
SM
9958 * frame.el (cursor-in-non-selected-windows):
9959 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 9960
a3d0b0e0
KH
99612001-03-31 Kenichi Handa <handa@etl.go.jp>
9962
9963 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9964 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 9965 (quail-misc-package-ext-info): New variable.
a3d0b0e0 9966 (tsang-quick-converter): New function.
24d451c5
SM
9967 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9968 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
9969 (miscdic-convert, batch-miscdic-convert): New functions.
9970
55f7832c
KH
99712001-03-30 Kenichi Handa <handa@etl.go.jp>
9972
a2217cd8
KH
9973 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9974 eight-bit-control chars.
9975
55f7832c 9976 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 9977 Reduce making temporary vector (suggested by Dave Love).
55f7832c 9978
911a2406
EZ
99792001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9980
9981 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9982 string as well.
9983
1a518f2c
AS
99842001-03-30 Andreas Schwab <schwab@suse.de>
9985
9986 * files.el (backup-directory-alist): Fix typo.
9987
ef080b16
EZ
99882001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9989
9990 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9991 <eggert@twinsun.com>.
9992
e4174a55
DL
99932001-03-30 Dave Love <fx@gnu.org>
9994
9995 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9996
9d5d1075
EZ
99972001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9998
9999 * simple.el (transient-mark-mode): Mention C-g in the doc string.
10000
a27b451e
MB
100012001-03-30 Miles Bader <miles@gnu.org>
10002
10003 * subr.el (interactive-form): Fix paren typo.
10004
aea51abe
EZ
100052001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
10006
10007 * emacs-lisp/profile.el: Say that it's obsolete in the header
10008 line, so that finder.el puts that into its data-base.
10009 Suggested by Alex Schroeder <alex@gnu.org>.
10010
249dd409
EZ
100112001-03-29 Paul Eggert <eggert@twinsun.com>
10012
10013 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
10014 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
10015
1ac1fa96
SM
100162001-03-29 Stefan Monnier <monnier@cs.yale.edu>
10017
10018 * generic.el (generic-mode-set-comments): Use "" rather than nil
10019 for comment-end.
10020
e2b8a830
GM
100212001-03-29 Gerd Moellmann <gerd@gnu.org>
10022
1ac1fa96
SM
10023 * emacs-lisp/advice.el (ad-make-advised-definition):
10024 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
10025
10026 * subr.el (interactive-form): New function.
10027
8b2375e7
AS
100282001-03-29 Andre Spiegel <spiegel@gnu.org>
10029
10030 * vc-sccs.el (vc-sccs-register): Use relative file names.
10031
f827b862
GM
100322001-03-28 Gerd Moellmann <gerd@gnu.org>
10033
e59d0e9d
GM
10034 * bookmark.el (bookmark-get-bookmark): Handle case that
10035 BOOKMARK is not a string.
10036
deb2613a
GM
10037 * image.el (image-type-regexps): Change type for PS files
10038 to `postscript'.
10039
f827b862 10040 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
10041 character entered. From: Stephen Gildea
10042 <gildea@stop.mail-abuse.org>.
f827b862 10043
3c9449d0
KH
100442001-03-27 Kenichi Handa <handa@etl.go.jp>
10045
10046 * international/kkc.el (kkc-save-init-file): Locally bind
10047 print-length to nil.
10048
e6b13c74
GM
100492001-03-26 Gerd Moellmann <gerd@gnu.org>
10050
e120bebf
GM
10051 * textmodes/flyspell.el: Some doc fixes.
10052 (flyspell-maybe-correct-transposition)
10053 (flyspell-maybe-correct-doubling): Use a temporary buffer
10054
10055 * textmodes/ispell.el (ispell-parse-output): Doc fix.
10056
5f6c5771 10057 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
10058 (byte-optimize-form-code-walker): Diagnose too few arguments
10059 for `if' and `while'.
10060
2b984c45
KH
100612001-03-26 Kenichi Handa <handa@etl.go.jp>
10062
10063 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10064 Prepend `\' to "\<quail-translation-docstring>".
10065
bf2150fa
GM
100662001-03-26 Gerd Moellmann <gerd@gnu.org>
10067
5f6c5771
SM
10068 * autorevert.el (global-auto-revert-non-file-buffers):
10069 Remove duplicate defcustom.
bf2150fa 10070
a0d59316
MB
100712001-03-26 Miles Bader <miles@gnu.org>
10072
5f6c5771
SM
10073 * international/latin1-disp.el (latin1-char-displayable-p):
10074 Add leading "-" for X font pattern.
a0d59316 10075
9edbff6c
KH
100762001-03-26 Kenichi Handa <handa@etl.go.jp>
10077
5f6c5771
SM
10078 * international/mule-diag.el (describe-coding-system):
10079 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
10080 charsets they can encode.
10081
50b57199
EZ
100822001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
10083
10084 * help.el (view-lossage): Mention open-dribble-file in the doc
10085 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
10086
5b83f9c0
SM
100872001-03-23 Stefan Monnier <monnier@cs.yale.edu>
10088
10089 * skeleton.el (skeleton-internal-list): Fix bogus logic.
10090 (skeleton-pair-insert-maybe): Don't pair after a backslash.
10091
e0ecbf5c
KH
100922001-03-23 Kenichi Handa <handa@etl.go.jp>
10093
5b83f9c0
SM
10094 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
10095 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
10096 multibyte sequence can work correctly.
10097 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
10098 property of the coding system.
10099
1cc218de
SM
101002001-03-23 Stefan Monnier <monnier@cs.yale.edu>
10101
10102 * textmodes/fill.el (fill-individual-paragraphs-prefix):
10103 Fix transcription typo.
10104
a3db02ad
RV
101052001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
10106
10107 * whitespace.el: Add buffer local variables to toggle testing of
10108 whitespaces in buffers without affecting the default values.
a3db02ad 10109 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
10110 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
10111 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
10112 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 10113
83c9cb8e
SM
101142001-03-21 Stefan Monnier <monnier@cs.yale.edu>
10115
10116 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
10117
180d5509
GM
101182001-03-21 Gerd Moellmann <gerd@gnu.org>
10119
eeb5b5c1
GM
10120 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
10121 bs-cycle-configuration-name. From Juanma Barranquero
10122 <lektu@uol.com.br>.
10123
170a9e70
GM
10124 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
10125 and cc-vars.el.
10126
180d5509
GM
10127 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
10128 headers. Always invoke sendmail with option -t.
10129
130c507e
GM
101302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10131
10132 * Release of cc-mode 5.28.
10133
101342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10135
10136 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
10137 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 10138 It's instead taken care of by the default value for c-default-style.
130c507e 10139
130c507e
GM
101402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10141
10142 * cc-align.el (c-lineup-math): Fix bug where lineup was
10143 triggered by equal signs in string literals.
10144
101452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10146
10147 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
10148 limit detection when at the ends of the buffer.
10149
10150 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
10151 "for" statement clause in case 7F; a better one is done
10152 earlier in case 7D anyway.
10153
101542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
10157 somewhat more and did a small optimization.
10158
101592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10160
10161 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
10162 Use the limit argument only to limit the syntactic context
10163 search, not to limit the actual movement.
10164
10165 * cc-cmds.el (c-beginning-of-statement): Move by sentence
10166 inside multiline strings, just like in comments. Also various
10167 fixes to the paragraph and comment prefix recognition, block
10168 comment ender handling etc.
10169
101702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10171
10172 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
10173 the relative position of the point.
10174
10175 * cc-cmds.el (c-electric-continued-statement): New function to
10176 use as abbrev hook to reindent for keywords such as "else"
10177 that continues an earlier statement.
10178
10179 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
10180 like classes.
10181
10182 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
10183 (pike-mode): Populate the default abbrev tables to reindent for
10184 keywords such as "else" that can continue earlier statements.
10185 Abbrev mode is therefore turned on by default now. (Note that
10186 this doesn't apply to idl-mode, since IDL afaik doesn't have
10187 statements at all.)
10188
101892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10190
10191 * cc-engine.el (c-inside-bracelist-p): Fix for handling
10192 bracelists where the declaration contains template arguments.
10193
101942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10195
83c9cb8e
SM
10196 * cc-cmds.el (c-comment-indent):
10197 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
10198 syntactic indentation. Fixes bug with lineup functions that
10199 return vectors.
10200
10201 * cc-engine.el (c-get-syntactic-indentation): Split the
10202 indentation sum calculation from `c-indent-line' to a separate
10203 function.
10204
102052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10206
10207 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
10208 Fixed places where it was assumed that preprocessor directives
10209 have to start in column zero.
10210
10211 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
10212 template arguments after a class identifier properly.
10213
10214 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
10215 lists for `new Foo[]' constructs in Java as expressions and
10216 not top level definition brace lists on the top level, so that
10217 they'll get indented consistently with the same type of
10218 expression in a normal block.
10219
102202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10221
10222 * cc-cmds.el (c-fill-paragraph): The kludge that checks
10223 whether the adaptive filling package fails to keep the comment
10224 prefix is now kludged further to check for filladapt-mode
10225 which doesn't have that problem. This is really icky, but it's
10226 the only way that works with the current misfeatures/bugs in
10227 both adaptive-fill-mode and filladapt-mode.
10228
10229 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
10230 around point is recognized more robust.
10231
102322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10233
10234 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
10235 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
10236 (c-lit-type): Fixed all internal variables used dynamically so
10237 that they are always bound.
10238
10239 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
10240 errors:
10241
10242 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
10243 the region is fully reindented even when an error occurs.
10244 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
10245 whole lot of code that tried to optimize indentation of whole
10246 sexps but in reality accomplishes nothing.
10247
10248 (c-indent-sexp): Use c-indent-region.
10249
10250 (c-parsing-error): Changed this variable to hold the message
10251 for any syntactic error that is discovered.
10252
10253 (c-parse-state): Search backward from point instead of the bod
10254 position when the latter is invalid. This makes CC Mode
10255 recover faster when there are unbalanced close braces.
10256
10257 (c-backward-to-start-of-if): Use c-parsing-error to report
10258 dangling "else" clauses instead of throwing an error, and fall
10259 back to a reasonable position.
10260
83c9cb8e 10261 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 10262
83c9cb8e 10263 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
10264
102652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10266
10267 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
10268 paragraph recognition when moving by sentence in literals.
10269
83c9cb8e
SM
10270 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
10271 start regexp for javadoc to recognize javadoc markup in general instead
10272 of a specific set of keywords, to be more future-safe.
130c507e
GM
10273
10274 (c-Pike-pikedoc-paragraph-start)
10275 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
10276 pikedoc markup.
10277
83c9cb8e 10278 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 10279
83c9cb8e 10280 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
10281
10282 * cc-vars.el (c-default-style): Made a nicer Customize widget.
10283
10284 (c-comment-prefix-regexp): Made it possible to use an
10285 association list on this to specify mode specific regexps.
10286 The default value now use a special regexp in Pike mode to
10287 recognize pikedoc markup.
10288
10289 (c-current-comment-prefix): New variable containing the actual
10290 regexp from c-comment-prefix-regexp for the current buffer.
10291
102922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10293
10294 * cc-cmds.el (c-electric-brace): Fixed check for special brace
10295 lists: We can't look at the syntax, since a brace list can get
10296 recognized as a plain statement-cont.
10297
10298 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
10299 special brace list opener broken over two lines got recognized
10300 as a statement on the second line. Case 9A changed.
10301
103022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10303
10304 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
10305 adjustment after line is reindented.
10306
103072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10308
10309 * cc-defs.el (c-point): Added optional argument for position
10310 to use instead of the current point.
10311
10312 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
10313 the in-expression block symbols when the construct starts at
10314 boi, to avoid the extra level of indentation in that case.
10315 Cases 4, 16A and 17E affected.
10316
103172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10318
10319 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 10320 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
10321
10322 * cc-engine.el (c-indent-line): Use the syntax already bound
10323 to `c-syntactic-context', if there is any.
10324
103252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10326
10327 * cc-engine.el (c-get-offset): Fixed bug where the indentation
10328 wasn't added up correctly when a lineup function returned nil.
10329
103302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10331
10332 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 10333 empty lines were ignored when collecting line comments backwards.
130c507e
GM
10334
103352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10336
10337 * cc-align.el (c-lineup-dont-change): Return an absolute
10338 indentation column to work correctly in the case when several
10339 syntactic elements are processed for the same line.
10340
10341 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
10342 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
10343 (c-set-offset): Added absolute indentation column settings by
10344 using the vector type.
10345
130c507e
GM
103462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10347
10348 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
10349 Implemented two new cleanups `space-before-funcall' and
10350 `compact-empty-funcall'.
10351
130c507e
GM
103522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10353
10354 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
10355 helping building regexps.
10356
10357 * cc-engine.el (c-on-identifier): New function for detecting
10358 identifiers. It takes keywords into account.
10359
10360 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
10361 lists. `c-keywords' is set to a regexp matching all keywords
10362 in the current language.
10363
103642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10365
10366 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
10367 list of characters to skip backwards over at the beginning of
10368 a statement, since it can precede string literals in Pike.
10369
103702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10371
10372 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
10373 recognition when standing on the last line in a C++ comment
10374 with nothing but whitespace after the prefix.
10375
10376 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
10377 given no limit argument.
10378
103792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10380
10381 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
10382 recognition for the `[]= operator symbol in Pike.
10383
103842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10385
10386 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
10387 around a bug in `eval-when-compile' in the byte compiler.
10388
10389 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 10390 value when count is zero and there's no token start within the limit.
130c507e
GM
10391
10392 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
10393 "prefix comments", i.e. comments which are followed by code on
10394 the same line.
10395
10396 * cc-mode-19.el: Fixes so that checks that must be done at
10397 compile time also are done then.
10398
103992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10400
10401 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
10402 time and at runtime, and only when it's needed.
10403
104042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10405
10406 Major cleanup for less error prone and more warning free
10407 compilation, including some fixes for bugs due to different
10408 compilation orders. Thanks to Martin Buchholz for providing
10409 the basis for all this.
10410
10411 * cc-bytecomp.el: New file that provides some byte compilation
10412 features: It ensures that files always are loaded from the
10413 current source directory during compilation, and it provides a
10414 set of macros to turn off specific compiler warnings for
10415 specific symbols. (It's not CC Mode specific in any way.)
10416
10417 Fixed a nearly acyclic dependency tree (both runtime and
10418 compile-time) between all files.
10419
10420 * cc-defs.el: Separated all macros before the inline functions,
10421 to ensure correct compilation.
10422
10423 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
10424 cc-defs.el to cc-engine.el and made it a function instead.
10425
10426 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
10427 about char-after.
10428
10429 * cc-vars.el: Cope even when there isn't a custom package
10430 containing defcustom available.
10431
10432 * cc-make.el: Removed since it's no longer necessary.
10433
10434 README: Updated installation instructions.
10435
104362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10437
10438 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
10439 improve the modularity: Moved all mode init stuff from
10440 cc-langs.el to cc-mode.el, including the keymap
10441 initialization; cc-langs now only contains the various
10442 variables for configuring the language syntax.
10443
83c9cb8e
SM
10444 * cc-engine.el, cc-styles.el (c-evaluate-offset)
10445 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 10446 dependency analysis suggests they belong there (which also
83c9cb8e 10447 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
10448
104492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10450
10451 * cc-cmds.el (c-fn-region-is-active-p): New function that
10452 wraps the corresponding macro, for use in places that aren't
10453 compiled. Thanks to Martin Buchholz for pointing out this.
10454
83c9cb8e 10455 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
10456
10457 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
10458 add things to the bug report.
10459
104602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10461
10462 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
10463 returned prefix could contain a newline when the search for a
10464 good prefix line failed.
10465
104662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10467
10468 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
10469 (c-toggle-auto-hungry-state): Made the argument optional, as
10470 the documentation says it is.
10471
104722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
10473
10474 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
10475 multiline string syntax, #"...", as a cpp macro.
10476
7008ccac
GM
104772001-03-21 Paul Eggert <eggert@twinsun.com>
10478
83c9cb8e
SM
10479 * international/mule-cmds.el (set-locale-environment):
10480 Set system-messages-locale and system-time-locale, but only if the
7008ccac 10481 caller specifies a non-nil locale name.
3c9449d0 10482
c2478129 104832001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
10484
10485 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 10486 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 10487
117e4b0c
GM
104882001-03-20 Gerd Moellmann <gerd@gnu.org>
10489
7194219d
GM
10490 * follow.el (follow-avoid-tail-recenter): Doc fix.
10491
5721ae13
GM
10492 * custom.el (custom-set-variables): Avoid reversing the list
10493 of args needlessly.
10494
7b8bbf72
GM
10495 * startup.el (fancy-splash-head): Don't change the colors of the
10496 XPM image on a dark background.
10497
a91ad7c9
GM
10498 * comint.el (comint-exec-1): Set columns of the terminal to
10499 window-width instead of frame-width.
10500
fa88947e
GM
10501 * info.el (Info-scroll-down): Add missing WINDOW arg for
10502 pos-visible-in-window-p.
10503
1741905c
GM
10504 * ehelp.el (electric-help-mode-hook): Add defcustom.
10505
117e4b0c
GM
10506 * mail/sendmail.el (mail-mode): Activate case-folding in
10507 font-lock-defaults.
10508
e84c695d
SM
105092001-03-19 Stefan Monnier <monnier@cs.yale.edu>
10510
10511 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
10512 (completion-ignored-extensions): Remove duplicate ".class".
10513
fc774041
AS
105142001-03-19 Andreas Schwab <schwab@suse.de>
10515
83c9cb8e
SM
10516 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
10517 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 10518
c2c097cc
GM
105192001-03-19 Gerd Moellmann <gerd@gnu.org>
10520
10521 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
10522 methods since there are not prefix input methods.
10523
fbe2e958
KH
105242001-03-19 Kenichi Handa <handa@etl.go.jp>
10525
83c9cb8e
SM
10526 * international/mule-cmds.el (read-input-method-name):
10527 Locally bind enable-recursive-minibuffers to t.
fbe2e958 10528
da47e491
SM
105292001-03-18 Stefan Monnier <monnier@cs.yale.edu>
10530
10531 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
10532
4986c2c6 105332001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 10534
4986c2c6
MK
10535 * ediff-util.el: Copyright years.
10536 (ediff-choose-syntax-table): New function.
10537 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 10538
4986c2c6
MK
10539 * ediff-init.el (ediff-with-syntax-table): New macro, uses
10540 with-syntax-table.
83c9cb8e 10541
4986c2c6 10542 * ediff.el: Date of last update, copyright years.
83c9cb8e 10543
4986c2c6 10544 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 10545
4986c2c6
MK
10546 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
10547 of Scott Bronson.
10548 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
10549 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
10550 Deleted functions.
10551 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
10552 ex-token-list.
83c9cb8e 10553
4986c2c6 10554 * viper-util.el: Spaces, indentation.
83c9cb8e 10555
4986c2c6 10556 * viper.el: Changed version, modification time.
83c9cb8e 10557
3c799aec 105582001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
10559
10560 * calendar/timeclock.el (timeclock-workday-remaining):
10561 Check whether `discrep' is non-null before using it.
3c799aec 10562
ae3ce418
JW
105632001-03-16 John Wiegley <johnw@gnu.org>
10564
10565 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
10566 first-time checkins.
10567 (timeclock-log-data): Fixed problem with reading timelog log file.
10568 Resulting data in the "day list" was incorrect.
10569 (timeclock-find-discrep): Check if `timeclock-file' is readable
10570 before opening it.
10571 (timeclock-time-less-p): New function.
10572 (timeclock-day-base): New function.
10573 (timeclock-geometric-mean): New function.
10574 (timeclock-generate-report): Generate a summary report based on
10575 the contents of the log file. This uses `timeclock-log-data', and
10576 is an example of writing a timelog manipulation function.
10577 (timeclock-visit-timelog): A quick command for opening the timelog
10578 file.
10579 (timeclock-log-data): Bound the variable event.
10580
c8d4a9bb
KH
105812001-03-16 Kenichi Handa <handa@etl.go.jp>
10582
83c9cb8e
SM
10583 * international/mule-cmds.el (select-safe-coding-system):
10584 Fix typo: symbol-name -> symbol-value.
11d56c64 10585
c8d4a9bb
KH
10586 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
10587 before substitute-in-file-name to handle double slashes in FILE
10588 correctly.
10589
c899e7e6
GM
105902001-03-15 Gerd Moellmann <gerd@gnu.org>
10591
10592 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
cd9c1e8f 10593 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Am\e(Bk ml.).
c899e7e6 10594
819dce0f
GM
105952001-03-14 Gerd Moellmann <gerd@gnu.org>
10596
697617d9
GM
10597 * bindings.el (features): Add `md5' and `overlay' to the list.
10598
819dce0f
GM
10599 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10600 bound before using it. It's not bound when configured without X,
10601 for instance.
10602
e0067a9d
TTN
106032001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10604
10605 * progmodes/hideshow.el: Update copyright.
10606 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 10607 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 10608
afcdc0a1
GM
106092001-03-13 Gerd Moellmann <gerd@gnu.org>
10610
e0067a9d 10611 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
10612 a non-list.
10613
30564c48
EZ
106142001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10615
10616 * startup.el (fancy-splash-tail, command-line-1): Fix the
10617 copyright year.
10618
2b8e24b3
KH
106192001-03-13 Kenichi Handa <handa@etl.go.jp>
10620
10621 * term.el: These changes are based on a patch sent from Yong Lu
10622 <lyongu@yahoo.com>.
10623 (term-set-escape-char): Bind M-x to execute-extended-command in
10624 term-raw-escape-map.
10625 (term-move-columns): Don't try to move to negagive column.
10626 (term-emulate-terminal): Insert a string before deleting a text to
10627 overwrite.
10628
789b6186
GM
106292001-03-12 Gerd Moellmann <gerd@gnu.org>
10630
b0778a31
GM
10631 * play/life.el (life): Rearrange code so that all calls to
10632 life-display-generation are in a catch-form.
10633
04528cda
GM
10634 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10635 file that isn't interesting. In an interesting file, push the old
10636 value of point on the mark ring.
10637
760cefb5
GM
10638 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10639 New function.
10640 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10641 Use it.
10642
83c9cb8e
SM
10643 * emacs-lisp/autoload.el (generate-file-autoloads):
10644 Remove warning about line lengths.
789b6186 10645
a2ffbafe
FP
106462001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10647
10648 * progmodes/etags.el (tags-compression-info-list): New variable.
10649 (find-tag-in-order): Use it to deal with compressed source files.
10650 (tag-file-name-match-p): New function.
10651 (etags-recognize-tags-table): Use it for better match of file names.
10652
5c9d9d92
KH
106532001-03-12 Kenichi Handa <handa@etl.go.jp>
10654
ba3e9b9b
KH
10655 * international/mule-cmds.el (register-input-method): Doc fix.
10656
5c9d9d92
KH
10657 * international/quail.el (quail-translate-key): Fix condition to
10658 check if there's another breaking point in the current key.
10659
40beecee
EZ
106602001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10661
10662 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10663 Babyl header to the newly-created output file, bind
10664 coding-system-for-write to either rmail-file-coding-system or
10665 emacs-mule-unix.
10666
75c6cb7f
SM
106672001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10668
10669 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10670 Fix the name and regexp used for subsubsections.
10671
5ec17636
DL
106722001-03-10 Dave Love <fx@gnu.org>
10673
10674 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10675 and save-buffer if buffer-file-name non-nil. From rms.
10676
6d2e2c02
AS
106772001-03-10 Andre Spiegel <spiegel@gnu.org>
10678
10679 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 10680 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
10681 to reflect that.
10682 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 10683 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
10684 variable bindings that might affect the diff command.
10685 (vc-print-log): Don't switch to the *vc* buffer before the
10686 command, so that local variable bindings are preserved.
10687
789b6186 10688 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
10689 not the current buffer.
10690 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10691
789b6186 10692 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 10693 make output go to buffer *vc*, not the current buffer.
a2ffbafe 10694
b18f5523
SM
106952001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10696
10697 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10698 so ^, $, *, ? and + are interpreted correctly.
10699
3cfd8357
GM
107002001-03-09 Gerd Moellmann <gerd@gnu.org>
10701
c085b77c 10702 * help.el (string-key-binding): Renamed from
f9db8f19
SM
10703 mode-line-key-binding. Handle any event on a string.
10704 Check for `keymap' properties as well as `local-map' properties.
c085b77c 10705
3cfd8357
GM
10706 * comint.el (comint-insert-clicked-input): Use the last key
10707 from this-command-keys to lookup the global key definition.
10708
348f797a
KH
107092001-03-09 Kenichi Handa <handa@etl.go.jp>
10710
3ebf3717
KH
10711 * international/characters.el: Add category `j' for
10712 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10713
348f797a
KH
10714 * international/mule-conf.el (no-conversion): Fix docstring.
10715 (raw-text): Fix docstring.
10716
e1fbabaf
GM
107172001-03-08 Gerd Moellmann <gerd@gnu.org>
10718
96e8e603
GM
10719 * simple.el (choose-completion-string): When not leaving the
10720 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10721 is set.
10722
e1fbabaf
GM
10723 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10724 parameter `(minibuffer . t)'.
10725
f9db8f19
SM
107262001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10727
10728 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10729 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10730 (sh-mode): Remove `make-local-variable' for unused var
10731 `font-lock-unfontify-region-function'.
10732
02756877
RS
107332001-03-07 Richard M. Stallman <rms@gnu.org>
10734
132bf46d
RS
10735 * info.el (Info-scroll-down): Fix previous change.
10736
02756877
RS
10737 * mail/rmail.el (rmail-toggle-header): Use a window which
10738 is showing the Rmail buffer, rather than the selected window.
10739
eeb24429
DL
107402001-03-07 Dave Love <fx@gnu.org>
10741
10742 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10743 now, to avoid problems with binding imenu directly to a mouse event.
10744
3bdf2660
GM
107452001-03-07 Gerd Moellmann <gerd@gnu.org>
10746
10747 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10748 second arg t.
10749
107502001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
10751
10752 * log-edit.el (log-edit-common-indent): New var.
10753 (log-edit-set-common-indentation): Renamed from
10754 log-edit-delete-common-indentation. Use the new var.
10755 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10756
10757 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10758 (cvs-mode-add-change-log-entry-other-window):
10759 Don't presume change-log-default-name is defined.
10760
10761 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10762
10763 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10764 the "tree" operation as well.
10765
10766 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10767
10768 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10769 to match paragraph-start.
10770
10771 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10772 comment-start-skip and set comment-end-skip as well.
10773 (sgml-comment-indent): Fix for new value of comment-start-skip.
10774 (html-autoview-mode): Don't bother using make-local-hook.
10775
2ad02767
GM
107762001-03-07 Gerd Moellmann <gerd@gnu.org>
10777
189638d5 10778 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 10779 variables, otherwise long Custom entries would make them ineffective.
189638d5 10780
2ad02767
GM
10781 * uniquify.el: Set maintainer to FSF.
10782
656f8cae
EZ
107832001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10784
10785 * dired-aux.el (dired-do-shell-command): Doc fix.
10786
c83965c4
SM
107872001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10788
04af43bc
SM
10789 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10790
10791 * which-func.el (which-func-modes): Add cperl-mode.
10792 (which-func-mode-global): Use define-minor-mode.
10793
10794 * info-look.el: Docstring fixes and dead code eliminated.
10795 (cperl-mode): Add support.
10796 (emacs-lisp-mode): List all entries from elisp manual, whether
10797 or not they are currently (f)bound or not. Update regexp.
10798
10799 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10800
c83965c4
SM
10801 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10802 so that C-h m shows the correct information.
10803 Use make-local-variable rather than make-variable-buffer-local.
10804 (cperl-info-buffer, cperl-setup-tmp-buf):
10805 Use make-local-variable rather than make-variable-buffer-local.
10806 (cperl-msb-fix, cperl-get-help-defer):
10807 Check major-mode for `cperl-mode' as well.
10808
10809 * progmodes/cperl-mode.el: Updated to author version 4.23.
10810 (cperl-electric-pod): SYNOPSIS was misspelled.
10811 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10812 (cperl-after-expr-p): Make true after __END__.
10813
f16a7aa5
GM
108142001-03-06 Gerd Moellmann <gerd@gnu.org>
10815
157ae273 10816 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 10817 bookmark-completion-ignore-case is t.
157ae273 10818
f16a7aa5
GM
10819 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10820 switch, like xterm, and concat resource strings, with a newline
10821 between them.
10822
abaddb98
EZ
108232001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10824
a2ffbafe 10825 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
10826 (cp773-decode-table, cp774-decode-table): New variables.
10827
abaddb98
EZ
10828 * man.el (Man-hyphenated-reference-regexp): New variable.
10829 (Man-build-references-alist): Use it to search for referenced
10830 manpages. If hyphenated is non-nil, record a concatenated word in
10831 Man-refpages-alist only if it matches Man-reference-regexp.
10832 Update word's length when it is concatenated. Reverse the list,
10833 to get the first manpage at the head.
10834 (Man-possibly-hyphenated-word): New function.
10835 (Man-follow-manual-reference): Use it instead of current-word to
10836 find a manpage at point, in a way that accounts for hyphenated
10837 references.
10838
eb3f61dd
GM
108392001-03-06 Alex Schroeder <alex@gnu.org>
10840
10841 * sql.el (sql-interbase): New function.
10842 (sql-interbase-program): New option.
10843 (sql-interbase-options): New option.
10844 And some typos fixed: "customise" to "customize".
10845
fa84f42a
DL
108462001-03-06 Dave Love <fx@gnu.org>
10847
83c9cb8e
SM
10848 * textmodes/flyspell.el (flyspell-region):
10849 Set up flyspell-local-mouse-map.
fa84f42a 10850
fda3411d
RS
108512001-03-05 Richard M. Stallman <rms@gnu.org>
10852
a2ffbafe 10853 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
10854 Don't call rmail-beginning-of-message.
10855 Don't discard From: field. Do discard Received: field.
10856 Use unwind-protect to re-prune.
10857 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 10858
e972ab1f
KH
108592001-03-06 Kenichi Handa <handa@etl.go.jp>
10860
10861 * international/quail.el (quail-title): Add autoload cookie.
10862
335db3c1
DL
108632001-03-05 Dave Love <fx@gnu.org>
10864
10865 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10866 new defs.
10867
278dd6ac
KH
108682001-03-05 Kenichi Handa <handa@etl.go.jp>
10869
83c9cb8e
SM
10870 * language/ethio-util.el (ethio-toggle-space):
10871 Update current-input-method-title if necessary.
36d5e61d
KH
10872 (ethio-toggle-punctuation): Likewise.
10873
341cd4f0
KH
10874 * international/quail.el (quail-title): Fix for the case that a
10875 title of an input method is specified by a list of the same form
10876 as used in mode-line-format.
10877
83c9cb8e
SM
10878 * international/mule-cmds.el (activate-input-method):
10879 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
10880 respect that value.
10881
10ebaeb6
GM
108822001-03-05 Gerd Moellmann <gerd@gnu.org>
10883
10884 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10885
7a65c85c
GM
108862001-03-05 Alex Schroeder <alex@gnu.org>
10887
10888 * sql.el (sql-sybase): Fix typo (was: query user about server two
10889 times instead of server and database).
10890
10891 * sql.el (sql-sybase): Doc change.
10892 (sql-mysql): Doc change.
10893 (sql-postgres): Doc change.
10894
b86644f2
KH
108952001-03-05 Kenichi Handa <handa@etl.go.jp>
10896
83c9cb8e
SM
10897 * international/mule-conf.el (emacs-mule, raw-text):
10898 Docstring modified.
b86644f2 10899
e30bd7b7
EZ
109002001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10901
10902 * term/internal.el: Update copyright notice.
10903
10904 * term/pc-win.el: Update copyright notice.
10905
7e365285
DL
109062001-03-02 Dave Love <fx@gnu.org>
10907
83c9cb8e
SM
10908 * files.el (insert-file-contents-literally):
10909 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10910 not jka-compr-compression-info-list.
7e365285 10911
75ed43a6
SM
109122001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10913
10914 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10915 spaces in default comment-start-skip settings rather than \s-.
10916
53c4b1e6
EZ
109172001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10918
10919 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10920 default-frame-alist as well.
10921
028d739a
DL
109222001-03-01 Dave Love <fx@gnu.org>
10923
10924 * textmodes/reftex.el (defvar): Wrap some defvars in
10925 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10926
10927 * subr.el (event-basic-type): Doc fix.
10928
10929 * international/quail.el: Doc fixes.
10930
10931 * international/utf-8.el: Doc fixes.
10932
10933 * international/mule-cmds.el: Doc fixes.
10934 (leim-list-header): Fix header text.
10935
10936 * international/mule.el (coding-system-category): Doc fix.
10937
10938 * international/ccl.el (ccl-compile): Doc fix.
10939
15d1caef
SM
109402001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10941
10942 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10943 rather than (before|after)-change-functions.
10944
f84ff02c
GM
109452001-03-01 Gerd Moellmann <gerd@gnu.org>
10946
10947 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10948 scroll-left and scroll-right being called interactively so that
10949 they set the window's min_hscroll.
10950
e0c1e774
EZ
109512001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10952
10953 * info.el (info-insert-file-contents-1): Accept an additional
10954 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
10955 `suffix'; otherwise use the complicated MS-DOS code.
10956 All callers changed.
e0c1e774
EZ
10957 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10958 can access long file names, try the long file-name version of
10959 `info-insert-file-contents-1', then the short file-name version.
10960
b8b2ea31 109612001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 10962
af122766
KH
10963 * language/ethio-util.el (setup-ethiopic-environment-internal):
10964 Change bindings of functions keys to conform to "Emacs Lisp Coding
10965 Convention".
10966
10967 * language/ethiopic.el ("Ethiopic"): Add documentation.
10968
b8b2ea31
KH
109692001-02-28 Kenichi Handa <handa@etl.go.jp>
10970
1d64e2ad
KH
10971 * international/utf-8.el (mule-utf-8): Set coding-category
10972 property to coding-category-utf-8.
10973
91cb6e51
RS
109742001-02-27 Richard M. Stallman <rms@gnu.org>
10975
10976 * lpr.el (lpr-page-header-switches, print-region-1):
10977 Undo 2000-07-06 change.
7298f3f7
RS
10978 (lpr-add-switches): Default to t on gnu/linux.
10979
c0cb1027
GM
109802001-02-27 Gerd Moellmann <gerd@gnu.org>
10981
10982 * bs.el (bs-attributes-list): Doc fix.
10983
01459648
GM
109842001-02-26 Gerd Moellmann <gerd@gnu.org>
10985
baebd8a5 10986 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 10987
01459648
GM
10988 * help.el (view-order-manuals): Use goto-address.
10989
10990 * startup.el (command-line-1): Add info about ordering manuals
10991 to the not so fancy splash screens.
10992
f93e614e
AS
109932001-02-26 Andre Spiegel <spiegel@gnu.org>
10994
01459648
GM
10995 * vc.el (vc-default-workfile-unchanged-p)
10996 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 10997
12435002
GM
109982001-02-26 Gerd Moellmann <gerd@gnu.org>
10999
a2ffbafe 11000 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
11001 fontify in the right buffer.
11002
12435002
GM
11003 * allout.el (outline-flag-region): Move macro in front of first
11004 use to avoid a run-time error.
11005
425de386
AI
110062001-02-24 Andrew Innes <andrewi@gnu.org>
11007
11008 * makefile.w32-in: Fix copyright notice.
11009
66c56ed1
KH
110102001-02-24 Kenichi Handa <handa@etl.go.jp>
11011
4c1593ce
KH
11012 * international/utf-8.el (mule-utf-8): Set correct value for
11013 valid-codes property.
11014
66c56ed1
KH
11015 * international/fontset.el (x-complement-fontset-spec): In the
11016 case that we use ASCII font for the other charsets, use only
15d1caef 11017 family and registry part of it.
66c56ed1 11018
119171dd
EZ
110192001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
11020
11021 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
11022 (shrink-window-if-larger-than-buffer): Doc fix.
11023
932c309e
SM
110242001-02-23 Stefan Monnier <monnier@cs.yale.edu>
11025
11026 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
11027 predicate passed to completing-read.
11028
9b760e36
EZ
110292001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
11030
11031 * startup.el (command-line): Fix last change.
11032
5c39a60f
JR
110332001-02-23 Jason Rumney <jasonr@gnu.org>
11034
11035 * startup.el (tool-bar-originally-present): New variable.
11036 (command-line): Set it if the tool-bar is switched on at startup.
11037
11038 * frame.el (frame-notice-user-settings): Only adjust frame height
11039 for no tool-bar case if tool-bar was originally switched on.
796ead7e 11040 From E. Jay Berkenbilt.
5c39a60f 11041
cb91b2c7
SM
110422001-02-22 Stefan Monnier <monnier@cs.yale.edu>
11043
39b557e8
SM
11044 * server.el (server-switch-buffer): Only switch window if the
11045 current one is dedicated.
11046
cb91b2c7
SM
11047 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
11048 rather than using (match-beginning 0) when searching for break point.
11049
9238a8df
EZ
110502001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
11051
11052 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
11053 @ follows an accent command such as @'. Support optional braces
11054 in commands that insert accents, like makeinfo does.
11055
3473f362
GM
110562001-02-22 Gerd Moellmann <gerd@gnu.org>
11057
11058 * startup.el (fancy-splash-text): Add a line for ordering
11059 manuals. Reverse order of splash screens shown.
11060 (use-fancy-splash-screens-p): Adapt to the text line added.
11061
11062 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
11063 manuals from the FSF.
11064
11065 * help.el (view-order-manuals): New function.
11066 (toplevel): Bind C-h C-m to this function.
11067
76a4de07
SM
110682001-02-21 Stefan Monnier <monnier@cs.yale.edu>
11069
11070 * newcomment.el (comment-forward): Skip the comment-start before
11071 searching for the comment-end.
11072
75b71d85
DL
110732001-02-21 Dave Love <fx@gnu.org>
11074
2f4c9a87
DL
11075 * custom.el (custom-initialize-changed, defcustom): Doc fix.
11076
75b71d85
DL
11077 * international/mule-cmds.el, international/mule.el: Doc fixes.
11078
ffc9ff0c
GM
110792001-02-21 Gerd Moellmann <gerd@gnu.org>
11080
11081 * startup.el (fancy-splash-screens): Use display-hourglass
11082 instead of display-busy-cursor.
11083
11084 * frame.el (display-hourglass): Renamed from busy-cursor.
11085 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
11086 (show-cursor-in-non-selected-windows): Doc fix.
11087
f34eb373
DL
110882001-02-20 Dave Love <fx@gnu.org>
11089
11090 * international/utf-8.el: Doc and commentary fixes.
11091
f55e4a7e
EZ
110922001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11093
11094 * ehelp.el (with-electric-help): Doc fix.
11095
fa97adf6
GM
110962001-02-20 Gerd Moellmann <gerd@gnu.org>
11097
11098 * msb.el (msb-mode): Call the update-buffers function explicitly
11099 with a FORCE argument.
11100
11101 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
11102 FORCE. If set, update the menu even if frame-or-buffer-changed-p
11103 returns nil.
11104
54ed3bd2
GM
111052001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11106
11107 * ps-print.el: Timestamp package replacement. Some enhancements.
11108 Some XEmacs compatibility. Doc fix.
11109 (ps-print-version): New version number (6.4).
11110 (ps-printer-name): Initialization fix.
11111 (ps-zebra-stripe-follow): Funcionality enhancement.
11112 (ps-prologue-file): Code enhancement.
11113 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
11114 (ps-setup, ps-face-bold-p, ps-face-italic-p)
11115 (ps-get-page-dimensions)
54ed3bd2
GM
11116 (ps-generate-header, ps-begin-file, ps-begin-job)
11117 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
11118 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
11119 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
11120 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 11121
e8ebf97d
MB
111222001-02-20 Miles Bader <miles@gnu.org>
11123
11124 * image-file.el (image-file-name-extensions): Add "tif".
11125
136b27c5
GM
111262001-02-19 Gerd Moellmann <gerd@gnu.org>
11127
11128 * wid-edit.el (widget-button-click): Save the selected window
11129 around the code handling clicks on buttons.
11130
6ebbcf59
DL
111312001-02-18 Dave Love <fx@gnu.org>
11132
11133 * imenu.el (imenu--generic-function): Use mapc to iterate over
11134 syntax characters.
11135
595ded73
RS
111362001-02-17 Richard M. Stallman <rms@gnu.org>
11137
b9fe3dc8
RS
11138 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
11139
595ded73
RS
11140 * uniquify.el (uniquify-buffer-name-style): Doc fix.
11141
f3f053f3
GM
111422001-02-16 Gerd Moellmann <gerd@gnu.org>
11143
11144 * mouse.el (mouse-save-then-kill): If the distance from the new
11145 point to the mark is equal to the distance of point from the new
11146 point, move point instead of the mark.
11147
11570a8f
DL
111482001-02-16 Dave Love <fx@gnu.org>
11149
11150 * textmodes/flyspell.el (flyspell-get-word): Return string without
11151 properties.
11152
fb339cd5
EZ
111532001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11154
11155 * generic.el (generic-find-file-regexp): Doc fix.
11156 (generic-ignore-files-regexp): New defcustom.
11157 (generic-mode-find-file-hook): If the file's name matches the
11158 regexp in `generic-ignore-files-regexp', don't enter
11159 default-generic-mode. Doc fix.
11160
c56b1c1b
GM
111612001-02-16 Gerd Moellmann <gerd@gnu.org>
11162
a2ffbafe 11163 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
11164 Add autoload cookies.
11165
a2ffbafe 11166 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
11167 of cal-tex-24.
11168
0d140e65
EZ
111692001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11170
81558867
EZ
11171 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
11172
0d140e65
EZ
11173 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
11174 the character class after the (optional) drive, to support file
11175 names with embedded blanks.
11176
713f7b15
SS
111772001-02-15 Sam Steingold <sds@gnu.org>
11178
11179 * textmodes/tex-mode.el (tex-shell-running):
11180 Check the process buffer too.
11181
9a2a6f73
DL
111822001-02-15 Dave Love <fx@gnu.org>
11183
11184 * battery.el (battery-status-function): Fix doc, :type.
11185
15d1caef 11186 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 11187
fe10cef0
GM
111882001-02-15 Gerd Moellmann <gerd@gnu.org>
11189
11190 * subr.el (read-passwd): Clear Lisp memory holding password.
11191
126f5d4d
MB
111922001-02-15 Miles Bader <miles@gnu.org>
11193
11194 * info.el (Info-copy-current-node-name): New function.
11195 (Info-mode-menu): Add it to the menu.
11196
92e98d63
RS
111972001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
11198
11199 * international/mule-cmds.el (toggle-input-method): Doc fix.
11200
dd4e0e55
SM
112012001-02-13 Stefan Monnier <monnier@cs.yale.edu>
11202
11203 * replace.el (occur): Stop at end of buffer.
11204
402dbbd1
EZ
112052001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
11206
11207 * international/mule-cmds.el (set-input-method): Another doc fix.
11208
e9fcba3d
GM
112092001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
11210
11211 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
11212
78ad1cd5
MB
112132001-02-13 Miles Bader <miles@gnu.org>
11214
713f7b15 11215 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
11216 (set-face-stipple): Treat a value of nil as being `unspecified'.
11217
fce9d9dc
DL
112182001-02-12 Dave Love <d.love@dl.ac.uk>
11219
11220 * international/latin1-disp.el: Doc fixes.
11221 (latin1-display) <defgroup>: Add :link.
11222 (latin1-display) <function>: Set variable latin1-display.
11223
bc406911
EZ
112242001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
11225
11226 * international/mule-cmds.el (set-input-method): Doc fix.
11227
68514d48
EL
112282001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
11229
11230 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
11231 (speedbar-line-file): Return nil if not a file.
11232 (speedbar-buffers-line-path): Return file for tags, and dir for files.
11233
513bea45 112342001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 11235
513bea45
MK
11236 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
11237 for remote files.
bc406911 11238 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 11239 with raw-text.
713f7b15 11240
513bea45 11241 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 11242
83c9cb8e
SM
11243 * ediff-util.el (ediff-compute-custom-diffs-maybe):
11244 Better handling of the diff mode.
713f7b15 11245
513bea45 11246 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 11247
bc406911 11248 * viper.texi: Fix typos.
713f7b15 11249
521d4010
DL
112502001-02-11 Dave Love <fx@gnu.org>
11251
36fd8e17
DL
11252 * shadowfile.el: Doc fixes.
11253 (shadow) <defgroup>: Add :link.
11254 (shadowfile-unload-hook): New function.
11255 (shadow-initialize): Use defalias, not fset.
11256 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 11257 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 11258
521d4010
DL
11259 * international/mule.el: Doc and message fixes.
11260
36fd8e17
DL
11261 * international/ccl.el (define-ccl-program): Doc fix.
11262
92395bbe
KH
112632001-02-11 Kenichi Handa <handa@etl.go.jp>
11264
11265 * faces.el (mode-line): Set :line-width property to -1.
11266
103db06c
RS
112672001-02-10 Richard M. Stallman <rms@gnu.org>
11268
08b78974
RS
11269 * complete.el (partial-completion-mode): Doc fix.
11270
103db06c
RS
11271 * simple.el (delete-key-deletes-forward-mode):
11272 Change `let' to `let*' to fix gross bug in last change.
11273
11274 * repeat.el (repeat): Don't let execute-kbd-macro alter
11275 real-last-command.
11276
a6a1ee53
EZ
112772001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
11278
11279 * simple.el (eval-expression): Doc fix.
11280
d2f288c6
DL
112812001-02-09 Dave Love <fx@gnu.org>
11282
038f4ae3
DL
11283 * imenu.el (imenu-generic-expression): Doc fix.
11284
83c9cb8e
SM
11285 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
11286 From Juanma Barranquero.
038f4ae3 11287
15d1caef 11288 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 11289
9804b846
KH
112902001-02-09 Kenichi Handa <handa@etl.go.jp>
11291
11292 * faces.el (set-face-attribute): Describe the case of a negative
11293 value specified for :line-width.
11294
532f5197
SM
112952001-02-08 Stefan Monnier <monnier@cs.yale.edu>
11296
11297 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 11298 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 11299
1d279666
DL
113002001-02-08 Dave Love <fx@gnu.org>
11301
4681ca3a
DL
11302 * wid-edit.el (widget-plist-convert-widget): Replace binding of
11303 widget-plist-value-type.
11304 (widget-alist-convert-widget): Replace binding of
11305 widget-alist-value-type.
11306
1d279666
DL
11307 * textmodes/paragraphs.el (sentence-end): Doc fix.
11308
83c9cb8e
SM
11309 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
11310 Remove `backward-line'.
1d279666 11311
532f5197
SM
11312 * play/pong.el (pong-blank-color, pong-bat-color)
11313 (pong-ball-color, pong-border-color, pong-left-key)
11314 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
11315 (pong-pause-key, pong-resume-key, pong-timer-delay):
11316 * mail/mh-comp.el (mh-compose-letter-function):
11317 * eshell/esh-mode.el (eshell-skip-prompt-function):
11318 * emulation/viper-ex.el (ex-unix-type-shell-options):
11319 * recentf.el (recentf-menu-filter):
11320 * ps-print.el (ps-print-region-function):
11321 * lpr.el (print-region-function):
11322 * forms.el (forms-mode-hooks):
11323 * dirtrack.el (dirtrack-directory-change-hook):
11324 * cus-start.el (temp-buffer-show-function, display-buffer-function):
11325 * textmodes/spell.el (spell-filter):
11326 * textmodes/fill.el (adaptive-fill-function):
11327 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
11328 * progmodes/etags.el (find-tag-default-function):
11329 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
11330 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11331
6f676109
EZ
113322001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
11333
751d3bc4
EZ
11334 * emulation/viper-init.el (viper-fast-keyseq-timeout)
11335 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
11336 Meyering <jim@meyering.net>.
11337
6f676109
EZ
11338 * loadup.el: Revert last change.
11339
d3c26cdf
KH
113402001-02-07 Kenichi Handa <handa@etl.go.jp>
11341
83c9cb8e
SM
11342 * international/mule.el (transform-make-coding-system-args):
11343 Make it work also for coding systems not using CCL.
d3c26cdf 11344
44806980
EZ
113452001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11346
9889af08
EZ
11347 * simple.el (previous-matching-history-element)
11348 (next-matching-history-element): Doc fix.
11349
44806980
EZ
11350 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
11351 specific part.
11352
1e36ff68
DL
113532001-02-06 Dave Love <fx@gnu.org>
11354
713f7b15 11355 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
11356 (add-log-buffer-file-name-function, add-log-file-name-function):
11357 Fix :type.
11358 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
11359
c7ca58df
EZ
113602001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11361
fecd556a
EZ
11362 * info.el (info-initialize): Remove the test for system-type when
11363 invocation-directory is non-nil.
11364
c7ca58df
EZ
11365 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
11366 of `font-lock-defaults' to `backward-paragraph' rather than nil.
11367
587b5737
AI
113682001-02-06 Andrew Innes <andrewi@gnu.org>
11369
11370 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
11371 absolute.
11372
baf7eee4
GM
113732001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
11374
11375 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
11376 buffers. When hi-lock turned on rather than only checking current
11377 buffer for regexps, all buffers are checked. Moved activation of
11378 font-lock to hi-lock-refontify. When font-lock turned off rather
11379 than removing added highlighting just in current buffer, remove it
11380 in all buffers. Changed edit menu text from "Automatic
11381 Highlighting" to "Regexp Highlighting" Documentation for
11382 highlighting phrases, minor documentation changes.
11383 (hi-lock-set-file-patterns): Execute only if there are new or
11384 existing file patterns.
11385 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
11386 unfontify and, if a support mode is active, will not refontify the
11387 whole buffer. If necessary, turn on font lock. (Removed
11388 font-lock-unfontify and font-lock support-mode-specific calls,
11389 such as lazy-lock-fontify-window.)
11390 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
11391 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 11392 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
11393 (hi-lock-face-phrase-buffer): New function. Also added related
11394 menu item and keybinding.
11395 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
11396 (hi-lock-process-phrase): New function.
11397 (hi-lock-line-face-buffer): Doc fixes.
11398 (hi-lock-face-buffer): Doc fixes.
11399 (hi-lock-unface-buffer): Doc fixes.
713f7b15 11400
36710aa6
GM
114012001-02-06 Gerd Moellmann <gerd@gnu.org>
11402
11403 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
11404 dabbrev-ignored-regexps.
11405
d3f22784
EZ
114062001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11407
11408 * simple.el (kill-line): Doc fix.
11409
5cb3c8d4
DL
114102001-02-05 Dave Love <fx@gnu.org>
11411
11412 * loadup.el: Revert last two changes -- bootstrapping works with
11413 regenerated loaddefs.
11414
e6297e7d
EZ
114152001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
11416
1e14b095
EZ
11417 * isearch.el (isearch-forward): Doc fix.
11418
e6297e7d
EZ
11419 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
11420 of font-lock-defaults to backward-paragraph.
11421
e16f52ce
GM
114222001-02-05 Gerd Moellmann <gerd@gnu.org>
11423
11424 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
11425 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
11426
01d19dd7
GM
114272001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11428
11429 * ebnf2ps.el: Eliminate time-stamp functions.
11430 (ebnf-version): New version (3.5).
11431 (ebnf-eps-finish-and-write): Replace time-stamp functions by
11432 format-time-string.
11433
24886813
GM
114342001-02-05 Gerd Moellmann <gerd@gnu.org>
11435
11436 * simple.el (next-line): Goto end-of-line before inserting a newline.
11437
65e70fc4
MB
114382001-02-05 Miles Bader <miles@gnu.org>
11439
11440 * image-file.el (insert-image-file): When visiting an image, also
11441 set `truncate-lines' to t so that any fringe arrow looks correct.
11442
482f06c9
KH
114432001-02-05 Kenichi Handa <handa@etl.go.jp>
11444
11445 * isearch.el (isearch-forward): Add description about input method
11446 in the docsting.
11447
02399da7
SM
114482001-02-04 Stefan Monnier <monnier@cs.yale.edu>
11449
11450 * skeleton.el (skeleton-internal-1): Always push the mark for @.
11451
2c366083
EZ
114522001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11453
11454 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 11455 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 11456
bdadfce3
GM
114572001-02-02 Gerd Moellmann <gerd@gnu.org>
11458
79fb38c0
GM
11459 * wid-edit.el (widget-button-click): Fix last change.
11460
bdadfce3
GM
11461 * frame.el (frame-notice-user-settings): When resizing the initial
11462 frame because the tool bar is off, also change the frame's top
11463 position if a negative top position was specified.
11464
33155ffb
MB
114652001-02-02 Miles Bader <miles@gnu.org>
11466
11467 * image-file.el (insert-image-file): When visiting an image,
11468 suppress the cursor in the image buffer.
11469
1355ba0c
DL
114702001-02-01 Dave Love <fx@gnu.org>
11471
11472 * progmodes/f90.el (f90-mode): Remove startup message.
11473
fb758d2d 11474 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 11475
01acdb05
GM
114762001-02-01 Gerd Moellmann <gerd@gnu.org>
11477
11478 * startup.el (command-line): Fix code determining whether or not
11479 to use delete-key-deletes-forward-mode.
11480
5b1ee316
AS
114812001-02-01 Andre Spiegel <spiegel@gnu.org>
11482
11483 * vc.el (vc-diff-switches): New user option.
11484 (vc-version-diff): Use it.
11485 (vc-diff-switches-list): New macro.
11486
83c9cb8e
SM
11487 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
11488 New customization options.
5b1ee316
AS
11489 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
11490
11491 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
11492
00b1e7a1
GM
114932001-02-01 Gerd Moellmann <gerd@gnu.org>
11494
11495 * msb.el (toplevel): Quote hook symbols.
11496
85827036
KH
114972001-02-01 Kenichi Handa <handa@etl.go.jp>
11498
8e028499 11499 * international/mule.el (make-coding-system): Add description
3c948dde 11500 about recognized properties in the docstring.
8e028499 11501
85827036
KH
11502 * international/mule-conf.el: Remove unused charsets
11503 mac-roman-lower and mac-roman-upper.
11504
7ccf7ab9
GM
115052001-01-31 Gerd Moellmann <gerd@gnu.org>
11506
2441692d
GM
11507 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
11508 is in front of the left-margin, if any.
11509
ee5cece0
GM
11510 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
11511 like `delete'.
11512
83c9cb8e 11513 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 11514
7ccf7ab9
GM
11515 * term/w32-win.el (mouse-set-font): Doc fix.
11516
b4f30ec5 115172001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 11518
b4f30ec5
GM
11519 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
11520 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
11521 on already.
11522
03e0fe6e
GM
115232001-01-31 Markus Rost <rost@math.ohio-state.edu>
11524
11525 * files.el (save-buffer): Don't give message if (buffer-file-name)
11526 returns nil.
713f7b15 11527
8f289acc
EZ
115282001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
11529
cb4aae04
EZ
11530 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
11531
dbd98b19
EZ
11532 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
11533 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
11534
8f289acc
EZ
11535 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
11536 display problems.
11537
c12553c1
KH
115382001-01-31 Kenichi Handa <handa@etl.go.jp>
11539
c7bf5db9
KH
11540 * international/mule.el (charset-info): Fix docstring.
11541
11542 * international/mule-diag.el (describe-character-set): Check final
11543 char valid before printing it.
c12553c1 11544
14f16b9c
GM
115452001-01-30 Gerd Moellmann <gerd@gnu.org>
11546
efaa080b
GM
11547 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
11548
eef93f99
GM
11549 * frame.el (frame-notice-user-settings): Do the tool-bar
11550 stuff only for graphical displays. Fix a braino.
713f7b15 11551
14f16b9c
GM
11552 * frame.el (frame-initialize): Create initial frame visible.
11553 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 11554 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
11555
11556 * startup.el (command-line): Remove manipulation of frame
11557 height for tool bars.
11558
4ad25e43
EZ
115592001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11560
11561 * lpr.el: Compatibility with XEmacs and doc fixes.
11562 (lpr-windows-system, lpr-lp-system): New vars.
11563 (lpr-printer-switch): New defcustom.
11564 (printer-name, lpr-command): Customization fix.
11565 (print-region-1): Code fix.
11566 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
11567 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
11568 New functions.
4ad25e43 11569
e8f044a0
GM
115702001-01-29 Gerd Moellmann <gerd@gnu.org>
11571
11572 * msb.el (toplevel): Fix the eval-after-load.
11573
850d5045
GM
115742001-01-29 Dave Love <fx@gnu.org>
11575
762fe76e
DL
11576 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
11577
11578 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
11579
83c9cb8e 11580 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
11581 (tcl-using-emacs-19-23): Consider Emacs 21+.
11582 (tcl-help-directory-list, tcl-command-switches): Fix :type.
11583 (tcl-add-emacs-menu): Supply menu name.
11584 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
11585
3a768251
GM
115862001-01-29 Gerd Moellmann <gerd@gnu.org>
11587
11588 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
11589
274d02f7
SM
115902001-01-29 Stefan Monnier <monnier@cs.yale.edu>
11591
11592 * pcvs.el (cvs-mark-fis-dead): New function.
11593 (cvs-mode-add): Use it.
11594 (cvs-mode-add-change-log-entry-other-window):
11595 Rebind change-log-default-name to itself rather than to nil.
11596
ed5d446e
SS
115972001-01-29 Sam Steingold <sds@gnu.org>
11598
efaa080b 11599 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
11600 `autoload' statements.
11601
e2a80284
EZ
116022001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11603
8e1db7b3
EZ
11604 * files.el (confirm-kill-emacs): Doc fix.
11605
ff2a1c79
EZ
11606 * frame.el (frame-initialize): Doc fix.
11607
e7b0deaf
EZ
11608 * time-stamp.el (time-stamp-string): Doc fix.
11609
83c9cb8e
SM
11610 * woman.el (WoMan-log-1): Make the log buffer writable.
11611 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 11612
005913e4
GM
116132001-01-29 Gerd Moellmann <gerd@gnu.org>
11614
11615 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11616 the `make-variable-buffer-local'.
11617
58622cc5
GM
116182001-01-29 Dave Love <fx@gnu.org>
11619
11620 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
11621 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11622 Add autoload cookie.
58622cc5
GM
11623 (ansi-color-apply-sequence): Fix typo.
11624
0404d031
GM
116252001-01-29 Gerd Moellmann <gerd@gnu.org>
11626
ed5d446e 11627 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
11628 Postscript printing in black and white.
11629
0404d031
GM
11630 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11631 X-Mailman-Version, Precedence, List-Help, List-Post,
11632 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11633 Content-Type, Content-Length.
11634
3b6ed359
DL
116352001-01-29 Dave Love <fx@gnu.org>
11636
ddd16e7a
DL
11637 * elide-head.el (elide-head): Make overlay evaporate.
11638
83c9cb8e 11639 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 11640
8005142f
EZ
116412001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11642
11643 * isearch.el (isearch-highlight): Don't punt if the display
11644 doesn't support colors, since isearch faces are defined for
11645 monochrome displays as well.
11646
84728570
SS
116472001-01-27 Sam Steingold <sds@gnu.org>
11648
11649 * shell.el (shell-write-history-on-exit): Make sure that we are in
11650 the shell buffer (M-x tex-file RET inserted the error message into
11651 the TeX buffer).
11652
e26f9ced
EZ
116532001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11654
11655 * simple.el (transient-mark-mode): Doc fix.
11656
dc0274bd
GM
116572001-01-27 Gerd Moellmann <gerd@gnu.org>
11658
83c9cb8e 11659 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 11660
c1acacc4
EZ
116612001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11662
f5058b96
EZ
11663 * shell.el (shell-unquote-argument): If the shell is one of the
11664 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11665 quote character.
11666 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 11667 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 11668
c1acacc4 11669 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 11670 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 11671
103db06c 116722001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 11673
84728570 11674 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
11675 Treat a one-capital-letter abbrev as "not all upper case",
11676 so as to force preservation of the expansion's pattern
11677 if the expansion starts with a capital letter.
11678
cfa70244
EZ
116792001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11680
cfee9de7
EZ
11681 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11682 Doc fix.
11683
cfa70244
EZ
11684 * simple.el (transient-mark-mode): Document the fact that many
11685 commands act on the region when mark is active.
11686
17d90d6b
KH
116872001-01-27 Kenichi Handa <handa@etl.go.jp>
11688
11689 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 11690 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
11691 (quail-show-guidance-buf): Make the multibyteness of current
11692 buffer inherited to Quail guidance buffer.
11693 (quail-help): Make the multibyteness of current buffer inherited
11694 to Quail help buffer.
11695
61076b20
DL
116962001-01-26 Dave Love <fx@gnu.org>
11697
c47e2c68
DL
11698 * time-stamp.el: Doc fixes.
11699
84728570 11700 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
11701 (delphi-keyword-face, delphi-other-face): Fix :type.
11702
940f14b4
DL
11703 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11704
11705 * mail/feedmail.el (feedmail): Add :link.
11706 (feedmail-send-it): Doc fix.
11707
11708 * mail/sendmail.el: Doc fixes.
11709 (sendmail-send-it): Fix the non-ASCII regexp and use
11710 rfc2047-encode-string.
11711
61076b20
DL
11712 * dired.el, dired-aux.el: Revert last change.
11713
6c317bd2
GM
117142001-01-26 Gerd Moellmann <gerd@gnu.org>
11715
11716 * makefile.w32-in (DONTCOMPILE): Add various term files.
11717
117182001-01-26 Dave Love <fx@gnu.org>
11719
11720 * Makefile.in (DONTCOMPILE): Add various term files.
11721
1c636b5f
GM
117222001-01-26 Gerd Moellmann <gerd@gnu.org>
11723
af900b23
GM
11724 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11725
15fa6db0 11726 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 11727 the echo area is resized to fit the size of the startup message.
15fa6db0 11728
1c636b5f
GM
11729 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11730 part of which is a constant.
11731
9b1adbd5
EZ
117322001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11733
83c9cb8e 11734 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 11735
103db06c 117362001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
11737
11738 * simple.el (next-line): Don't let `newline' expand abbrevs.
11739 Simplify slightly.
11740 (open-line): Don't let `newline' expand abbrevs.
11741
219227ea
JW
117422001-01-25 John Wiegley <johnw@gnu.org>
11743
11744 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11745 to `repeat' in the :type field.
11746
11747 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11748 allow a choice of regexp or nil.
d2906bf8 11749 (pcomplete-dir-ignore): Same.
219227ea
JW
11750
11751 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11752 a command) to always fail.
11753
ceba0dac
GM
117542001-01-25 Gerd Moellmann <gerd@gnu.org>
11755
11756 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11757 discard the result.
11758 (iswitchb-to-end): Likewise.
11759
9b0630e5
SS
117602001-01-25 Sam Steingold <sds@gnu.org>
11761
11762 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 11763 Require vc.
9b0630e5 11764
a2ed9670
SM
117652001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11766
f0c1adab
SM
11767 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11768
a2ed9670
SM
11769 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11770
34ac3367
DL
117712001-01-25 Dave Love <fx@gnu.org>
11772
61076b20
DL
11773 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11774 (describe-coding-system): Tweak the English text.
11775
34ac3367
DL
11776 * loadup.el: Preload international/ccl for utf-8.
11777
4685e6b7
EZ
117782001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11779
11780 * mail/rmail.el (rmail-redecode-body): Doc fix.
11781
0fdb4475
KH
117822001-01-25 Kenichi Handa <handa@etl.go.jp>
11783
83c9cb8e
SM
11784 * international/mule-cmds.el (reset-language-environment):
11785 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 11786
83c9cb8e
SM
11787 * international/mule-conf.el (coding-category-utf-8):
11788 Initialize to mule-utf-8.
0fdb4475 11789
9b0630e5 11790 * loadup.el: Preload international/utf-8.
0fdb4475
KH
11791
11792 * international/utf-8.el: New file.
11793
245ed2b1
SM
117942001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11795
11796 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11797
e95b0c08
SS
117982001-01-24 Sam Steingold <sds@gnu.org>
11799
11800 * dired.el (dired-replace-in-string): Removed.
11801 (dired-sort-toggle): Use `replace-regexps-in-string'
11802 instead of `dired-replace-in-string'.
9b0630e5 11803
ceba0dac
GM
11804 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11805 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 11806
e95b0c08
SS
11807 * gs.el (gs-replace-in-string): Removed.
11808 (gs-options): Use `replace-regexps-in-string'
11809 instead of `gs-replace-in-string'.
11810
c3902c3e
EZ
118112001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11812
11813 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11814 bug report is mailed to an email list and posted to a news group.
11815
b66b6aeb
GM
118162001-01-24 Gerd Moellmann <gerd@gnu.org>
11817
83c9cb8e
SM
11818 * comint.el (comint-replace-by-expanded-history-before-point):
11819 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 11820
b66b6aeb
GM
11821 * startup.el (tool-bar-images-pixel-height): New variable.
11822 (command-line): After loading the user's init file, when
11823 tool-bar-mode is on, increase the frame's size by some lines for
11824 the tool-bar.
11825
11826 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 11827
ff890e66
SZ
118282001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11829
11830 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11831 (chinese-big5): MIME:Big5.
11832
04363179
GM
118332001-01-24 Gerd Moellmann <gerd@gnu.org>
11834
e95b0c08 11835 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
11836 Handle commands with prefix args.
11837
d56aaa64
GM
118382001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11839
11840 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11841 being a list of numbers.
11842 (diary-mail-entries): Rewritten.
11843
99858627
DL
118442001-01-23 Dave Love <fx@gnu.org>
11845
7aeb1fa9
DL
11846 * international/mule.el (make-coding-system): Fix typo.
11847
83c9cb8e
SM
11848 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11849 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 11850
5a43decf
EZ
118512001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11852
11853 * font-lock.el (font-lock-mode): Doc fix.
11854
b0e98867
KH
118552001-01-23 Kenichi Handa <handa@etl.go.jp>
11856
11857 * international/mule.el (make-translation-table): Fix docstring.
11858
9c8acefd
EZ
118592001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11860
fd4976b8
EZ
11861 * mail/rmail.el (rmail-redecode-body): New function.
11862
9c8acefd
EZ
11863 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11864
871e0439
GM
118652001-01-22 Gerd Moellmann <gerd@gnu.org>
11866
21c2bbe0
GM
11867 * isearch.el (isearch-lazy-highlight-case-fold-search)
11868 (isearch-lazy-highlight-regexp): New variables.
11869 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11870 case-fold search or regexp search has been toggled.
11871
5710730c
GM
11872 * wid-edit.el (widget-button-click): Avoid a save-excursion
11873 around running a global binding.
11874
871e0439
GM
11875 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11876 to 0.25.
11877
d0554957
MB
118782001-01-20 Miles Bader <miles@gnu.org>
11879
11880 * cus-edit.el (custom-face-save): Do post-processing on the face's
11881 new value like `custom-face-set' does.
11882
1519f618
EZ
118832001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11884
ccd87890
EZ
11885 * mail/emacsbug.el (report-emacs-bug): Report the value of
11886 LC_CTYPE, not LC_TYPE.
11887
1519f618
EZ
11888 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11889 isearch-toggle-regexp and isearch-edit-string to doc string.
11890
9724173b
GM
118912001-01-19 Gerd Moellmann <gerd@gnu.org>
11892
48bb9196
GM
11893 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11894 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11895
e95b0c08 11896 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
11897 font-lock-beginning-of-syntax-function to nil.
11898
dc81f8a2
EZ
118992001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11900
11901 * mail/emacsbug.el (report-emacs-bug): Report values of
11902 locale-coding-system, default-enable-multibyte-characters, and the
11903 environment variables LC_ALL, LC_TYPE, and LANG.
11904
99327974
GM
119052001-01-19 Gerd Moellmann <gerd@gnu.org>
11906
83c9cb8e 11907 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 11908
2be6ecc6
GM
11909 * font-lock.el (font-lock-multiline): Default to nil.
11910 (font-lock-default-fontify-region): If font-lock-multiline is
11911 nil, don't check the property `font-lock-multiline'.
11912
99327974
GM
11913 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11914 is nil, don't check the `font-lock-multiline' text property.
11915
2550055a
MK
119162001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11917
0a949811 11918 * viper.el: Call initial-major-mode on startup.
e95b0c08 11919
0a949811 11920 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 11921
8501998a 11922 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 11923
2550055a 119242001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 11925
0a949811 11926 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 11927 diff mode, if available.
e95b0c08 11928
0a949811 119292001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 11930
8501998a 11931 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 11932
2550055a
MK
11933 * ediff-init.el (subst-char-in-string): Define and use it, unless
11934 it's already defined.
e95b0c08 11935
8962e303
GM
119362001-01-18 Gerd Moellmann <gerd@gnu.org>
11937
11938 * tooltip.el (tooltip-hide-delay): New user-option.
11939 (tooltip-show): Use tooltip-hide-delay instead of the default.
11940
6b453381
KH
119412001-01-18 Kenichi Handa <handa@etl.go.jp>
11942
11943 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11944 kill-local-variable doesn't work for enable-multibyte-characters.
11945
9eaf396b
DL
119462001-01-17 Dave Love <fx@gnu.org>
11947
cebd37ce
DL
11948 * ediff-init.el (ediff-before-setup-hook)
11949 (ediff-merge-filename-prefix): Add :version.
11950
9eaf396b
DL
11951 * international/latin1-disp.el: Require disp-table.
11952 (latin1-display): Fix :set.
11953
11954 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11955
f864120f
GM
119562001-01-17 Gerd Moellmann <gerd@gnu.org>
11957
11958 * isearch.el (isearch-lazy-highlight-initial-delay)
11959 (isearch-lazy-highlight-interval): Default to 0.
11960
119612001-01-17 Bob Glickstein <bobg@zanshin.com>
11962
11963 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11964 1 here rather than each time through
11965 isearch-lazy-highlight-new-loop.
11966 (isearch-lazy-highlight-max): Variable deleted.
11967 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11968 isearch-lazy-highlight-max but controls a single invocation of
11969 isearch-lazy-highlight-update.
11970 (isearch-lazy-highlight-wrapped): Variable recreated.
11971 (isearch-lazy-highlight-window-start): New variable.
11972 (isearch-lazy-highlight-cleanup): Restored to behavior of
11973 before 2-Jan.
11974 (isearch-lazy-highlight-remove-overlays): Function deleted;
11975 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11976 behavior removed.
11977 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11978 isearch-lazy-highlight-update in a loop rather than just once.
11979 Test isearch-invalid-regexp here and decide not to start a new
11980 loop, rather than testing it each time through
11981 isearch-lazy-highlight-update.
11982 (isearch-lazy-highlight-search): Function restored.
11983 (isearch-lazy-highlight-update): Get called in a timer loop again,
11984 but this time highlight more than one match each time through.
83c9cb8e
SM
11985 Only highlight matches in the visible part of the window.
11986 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
11987 the edge of the window. Use sit-for to force redisplay and ensure
11988 window-start is credible. "Face suppressing" behavior removed;
11989 overlay priorities should make it unnecessary, right?
11990 (isearch-highlight): Face suppressing behavior removed.
11991 (isearch-dehighlight): Face suppressing behavior removed.
11992 (isearch-set-lazy-highlight-faces-at): Removed.
11993
076ec540
KH
119942001-01-17 Kenichi Handa <handa@etl.go.jp>
11995
11996 * language/european.el ("Latin-1"): Make the format of description
11997 about additional language environments same as that of Latin-2.
11998
92328ec5
DL
119992001-01-16 Dave Love <fx@gnu.org>
12000
39f2174e
DL
12001 * isearch.el (isearch-lazy-highlight): Add :version.
12002
92328ec5
DL
12003 * simple.el (backward-delete-char-untabify-method)
12004 (next-line-add-newlines): Add :version.
12005
f251459d
GM
120062001-01-16 Gerd Moellmann <gerd@gnu.org>
12007
9d4850e5
GM
12008 * bindings.el: Bind <backspace> and <delete> via function-key-map.
12009 Don't bind <delete> otherwise.
12010
12011 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
12012 and <delete> via function-key-map.
12013
f251459d
GM
12014 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
12015 Subject line only if point is after the `Subject:'.
12016
771ffcf7
KH
120172001-01-16 Kenichi Handa <handa@etl.go.jp>
12018
bda6b481
KH
12019 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
12020 japanese-jisx0213-2 in `charset' property of this lang. env.
12021
35793af7
KH
12022 * language/european.el ("Latin-1"): Add description for Dutch and
12023 Spanish lang. env.
12024
771ffcf7
KH
12025 * international/mule.el (decode-char): Fix conditions.
12026 (encode-char): Handle eight-bit-control too.
1c8102ff 12027 (transform-make-coding-system-args): New function.
50c29104
KH
12028 (make-coding-system): Accept XEmacs style arguments for CCL base
12029 coding system.
771ffcf7 12030
e1cf67b6
GM
120312001-01-15 Gerd Moellmann <gerd@gnu.org>
12032
12033 * progmodes/etags.el (find-tag-noselect): Save the value of
12034 tags-file-name before switching buffers, for the case it has a
12035 buffer-local value.
12036
b3287acf
GM
120372001-01-15 Alex Schroeder <alex@gnu.org>
12038
9eaf396b
DL
12039 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
12040 From Dave Love <fx@gnu.org>.
b3287acf
GM
12041 (ansi-color-for-comint-mode): Fix :version.
12042
120432001-01-15 Alex Schroeder <alex@gnu.org>
12044
12045 * ansi-color.el (ansi-color-unfontify-region): Doc change.
12046
8d7ff9c8
EZ
120472001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * dired.el (dired-insert-directory): If file-system-info fails,
12050 remove the " free " part, but don't signal an error.
12051
dbe99ae9
SS
120522001-01-12 Sam Steingold <sds@gnu.org>
12053
12054 * bookmark.el (bookmark-maybe-historicize-string):
12055 Use new backquote syntax.
12056
103db06c 120572001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
12058
12059 * subr.el (last): Handle a list that doesn't end in nil.
12060
ca2ddd8e
SS
120612001-01-12 Sam Steingold <sds@gnu.org>
12062
12063 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
12064 to `backward-delete-char-untabify'.
12065
1751c874
DL
120662001-01-12 Dave Love <fx@gnu.org>
12067
12068 * cus-edit.el (customize-menu-create): Fix the :filter following
12069 easymenu change.
12070
12071 * wid-edit.el (function): Add :match-alternatives.
12072 (widget-color-action): Doc fix.
12073
3cccce8d
GM
120742001-01-12 Gerd Moellmann <gerd@gnu.org>
12075
12076 * calendar/calendar.el (calendar-basic-setup): Doc fix.
12077
18bfd6b5
KH
120782001-01-12 Kenichi Handa <handa@etl.go.jp>
12079
83c9cb8e 12080 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 12081
18bfd6b5
KH
12082 * international/ccl.el (define-ccl-program): Fix docstring.
12083
562e00da
DL
120842001-01-11 Dave Love <fx@gnu.org>
12085
14fd0da3
DL
12086 * international/mule-cmds.el (standard-display-european-internal):
12087 Set display table for 2208 as for 160.
12088
12089 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
12090
562e00da
DL
12091 * progmodes/fortran.el (fortran-mode-map): Modify Customization
12092 entry for custom-menu-create change.
12093 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
12094 don't cons it in the search loop.
12095
12096 * imenu.el (imenu--truncate-items): Revert last change.
12097
6e961dcd
EZ
120982001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
12099
12100 * info.el (Info-setup-header-line): If the node header includes
12101 either Next: or Prev: links, don't show the File: and Node: parts
12102 in the header line.
12103
2c2ff7f2
GM
121042001-01-11 Gerd Moellmann <gerd@gnu.org>
12105
a7ee2d2e
GM
12106 * comint.el (comint-goto-process-mark): Don't print a message
12107 when running in batch mode.
12108
c5348233
GM
12109 * isearch.el (isearch-search): In the condition-case handler for
12110 `error', set isearch-invalid-regexp to the whole error message.
12111
422717d1
GM
12112 * subr.el (eval-after-load): Call load-symbol-file-load-history to
12113 ensure that eval-after-load works for files dumped with Emacs.
12114
12115 * help.el (load-symbol-file-load-history): New function extracted
12116 from function symbol-file.
12117 (symbol-file): Use it.
12118
83c9cb8e 12119 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 12120
926861fb
EZ
121212001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
12122
12123 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
12124 behave as if there were no prefix argument.
12125 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
12126 argument were nil.
12127
afa1f52c
RS
121282001-01-11 Richard M. Stallman <rms@gnu.org>
12129
ca2ddd8e 12130 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
12131 Don't look for more potential matches once maximum is exceeded.
12132 Use overlays-in to check correctly for overlap with current match.
12133 Ignore empty matches.
12134
47a9f362
MB
121352001-01-11 Miles Bader <miles@gnu.org>
12136
12137 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
12138 (ispell-overlay-window, ispell-help, ispell-show-choices)
12139 (ispell-command-loop): Use it instead of `window-height'.
12140
d196f58d
GM
121412001-01-10 Gerd Moellmann <gerd@gnu.org>
12142
cf523f0e
GM
12143 * files.el (confirm-kill-emacs): New user-option.
12144 (save-buffers-kill-emacs): Ask for final confirmation before
12145 killing Emacs.
12146
d196f58d
GM
12147 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
12148 to nil.
12149
7c6c3d8e
GM
121502001-01-10 Dave Love <fx@gnu.org>
12151
1f8be15d
DL
12152 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
12153
83c9cb8e 12154 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
12155
12156 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
12157
12158 * calculator.el (calculator-number-digits): Fix :type.
12159
0d5184de
DL
12160 * vc-cvs.el (vc-cvs-header): Fix :type.
12161 * vc-rcs.el (vc-rcs-header): Fix :type.
12162 * vc-sccs.el (vc-sccs-header): Fix :type.
12163
12164 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
12165
7c6c3d8e
GM
12166 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
12167
8c9f73a2
GM
12168 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
12169
457b792c
GM
121702001-01-10 Gerd Moellmann <gerd@gnu.org>
12171
12172 * simple.el (set-variable): Force a thorough redisplay for the
12173 case that the variable has an effect on the display, like
12174 `tab-width' has.
12175
d2622d08
AS
121762001-01-10 Andre Spiegel <spiegel@gnu.org>
12177
12178 * vc.el: Add documentation for backend interface.
12179
ae4b5f4f
KH
121802001-01-10 Kenichi Handa <handa@etl.go.jp>
12181
e0844717
KH
12182 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
12183
ae4b5f4f
KH
12184 * international/mule-conf.el (latin-extra-code-table): Set to t
12185 for \223 and \224.
12186
3184082b
KH
121872001-01-09 Kenichi Handa <handa@etl.go.jp>
12188
12189 * international/mule-cmds.el (locale-language-names): Map "es" to
12190 "Spanish" and "nl" to "Dutch".
12191
732b9cdd
GM
121922001-01-09 Gerd Moellmann <gerd@gnu.org>
12193
1dfca644
GM
12194 * bindings.el (global-map): Bind <home> to beginning-of-line,
12195 <end> to end-of-line, C-<home> to beginning-of-buffer, and
12196 C-<end> to end-of-buffer.
12197
732b9cdd
GM
12198 * language/european.el: Add Dutch and Spanish language info
12199 to be able to use the appropriate tutorials.
12200
122012001-01-09 Alex Schroeder <alex@gnu.org>
12202
12203 * ansi-color.el (ansi-color-process-output): Use markers instead
12204 of positions for start and end of region.
12205 (ansi-color-apply-on-region): Rewrote code to make it more robust.
12206 Previously, occasional mistakes happend when fontifying many
12207 chunks of output (eg. ls --color=yes /dev). This happened
12208 whenever an overlay was created up to the end of the region, which
12209 coincided with the process-mark. New text would then be added
12210 within that overlay instead of after it.
12211 (ansi-color-make-extent): Overlays are created with the property
12212 `modification-hooks' set to '(ansi-color-freeze-overlay).
12213 (ansi-color-freeze-overlay): New function. When inserting text at
12214 the end of the overlay, the overlay will resize.
12215
122162000-01-09 Alex Schroeder <alex@gnu.org>
12217
12218 * ansi-color.el (ansi-color-process-output): Doc change.
12219 (ansi-color-unfontify-region): Doc change. No longer installed
12220 automatically in font-lock-unfontify-region-function.
12221 (ansi-color-apply): Doc change.
12222 (ansi-color-apply-on-region): Use extents or overlays instead of
12223 text-properties.
12224 (ansi-color-make-extent): New function.
12225 (ansi-color-set-extent-face): New function.
12226
122272000-01-09 Alex Schroeder <alex@gnu.org>
12228
12229 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
12230 both use ansi-color-process-output, now.
12231 (ansi-color-process-output): Doesn't return string anymore. It is
12232 installed in comint-output-filter-functions for both Emacs and
12233 XEmacs, now.
12234 (ansi-color-unfontify-region): Simplified code removing variables
12235 pos and start-ansi.
12236 (ansi-color-apply): Put text-property ansi-color before putting
12237 text-property face because ansi-color-unfontify-region is called
12238 immediately after the call to put-text-property.
12239 (ansi-color-context-region): Doc change.
12240 (ansi-color-filter-region): Simplified code.
12241 (ansi-color-apply-on-region): Changed start to start-marker, using
12242 a marker explicitly. Put text-property ansi-color before putting
12243 text-property face because ansi-color-unfontify-region is called
12244 immediately after the call to put-text-property.
12245
122462000-01-09 Alex Schroeder <alex@gnu.org>
12247
12248 * ansi-color.el (ansi-color-faces-vector): Doc change.
12249 (ansi-color-for-comint-mode): Changed :type property to choice.
12250 (ansi-color-last-context): Removed.
12251 (ansi-color-process-output): Don't use ansi-color-last-context, as
12252 the main functions will store their context now.
12253 (ansi-color-context): Doc change.
12254 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
12255 Uses ansi-color-context such that repeated calls will strip
12256 partial escape sequences, too.
12257 (ansi-color-apply): Simplified code. Colorize end of string if
12258 face is not null. Store context in new (FACE STRING) format, such
12259 that repeated calls will strip partial escape sequences, too.
12260 Append faces to face property using ansi-color-apply-sequence such
12261 that cumulative mode actually works.
12262 (ansi-color-context-region): New variable.
12263 (ansi-color-filter-region): Rewrote it based on
12264 ansi-color-apply-on-region. Uses ansi-color-context-region such
12265 that repeated calls will strip partial escape sequences, too.
12266 (ansi-color-apply-on-region): Simplified code. Colorize end of
12267 region if face is not null. Store context in new (FACE POS)
12268 format, such that repeated calls will strip partial escape
12269 sequences, too. Append faces to face property using
83c9cb8e 12270 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
12271 (ansi-color-apply-sequence): New function.
12272 (ansi-color-get-face): When the default face is added to the list
12273 of faces, all previous settings are discarded and the list of
12274 faces is set to '(default).
12275
122762000-01-09 Alex Schroeder <alex@gnu.org>
12277
12278 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
12279 face, such that ansi-color-apply and ansi-color-apply-on-region
12280 will do the right thing.
12281 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
12282 returns nil, set the list of faces back to nil instead of
83c9cb8e 12283 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
12284
122852000-01-09 Alex Schroeder <alex@gnu.org>
12286
12287 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
12288 (ansi-color-process): Doc change.
12289 (ansi-color-last-context): New buffer-local variable.
12290 (ansi-color-process-output): New function. It is automatically
12291 added to comint-output-filter-functions if this is XEmacs.
12292 (ansi-color-unfontify-region): New optional parameter for XEmacs
12293 compatibility. Check wether font-lock-syntactic-keywords is
12294 boundp before removing the syntax table text property, as XEmacs
12295 doesn't have it.
12296 (ansi-color-filter-region): Doc change.
12297 (ansi-color-apply-on-region): Doc change.
12298 (ansi-color-make-face): New function. Compatibility layer for
12299 XEmacs. Return temporary faces instead of cons cells for XEmacs.
12300 (ansi-color-make-color-map): Use ansi-color-make-face.
12301 (ansi-color-get-face): Avoid face text property '(nil) as results
12302 in an errow for XEmacs.
12303
123042000-01-09 Alex Schroeder <alex@gnu.org>
12305
83c9cb8e
SM
12306 * ansi-color.el (ansi-color-unfontify-region): New function.
12307 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
12308 ansi-color. When the package is loaded, a lambda expression is
12309 put onto font-lock-mode-hook. This lambda expression will check
12310 font-lock-unfontify-region-function and replace
83c9cb8e 12311 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
12312 (ansi-color-apply): Add text-property ansi-color in addition to
12313 text-property face.
12314 (ansi-color-apply-on-region): Add text-property ansi-color in
12315 addition to text-property face.
12316 (save-buffer-state): Copy of the macro that is also used by
12317 lazy-lock and font-lock.
12318
12319 (ansi-color-for-comint-mode): New option.
12320 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
12321 (ansi-color-for-comint-mode-off): Ditto.
12322 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
12323 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
12324 decide what to do. This function is added to
12325 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
12326
12327 (ansi-color-for-shell-mode-set): Removed.
12328 (ansi-color-for-shell-mode): Removed.
12329
123302000-01-09 Alex Schroeder <alex@gnu.org>
12331
12332 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
12333 the lambda expression from the ansi-color-for-shell-mode :set
12334 property. Additionally, modify shell-mode-hook to enable or
12335 disable font-lock-mode for future shell buffers.
12336 (ansi-color-for-shell-mode): The :set property calls
12337 ansi-color-for-shell-mode-set instead of a lambda expression.
12338
123392000-01-09 Alex Schroeder <alex@gnu.org>
12340
12341 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
12342 (ansi-color-context): New variable.
12343 (ansi-color-apply): Save context between calls.
12344
fb55ff10
EZ
123452001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
12346
83c9cb8e
SM
12347 * isearch.el (isearch, isearch-lazy-highlight-face):
12348 New definitions for face colors and attributes.
29910493 12349
fb55ff10
EZ
12350 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
12351 of display-mouse-p.
12352
134d6265
KH
123532001-01-09 Kenichi Handa <handa@etl.go.jp>
12354
12355 * international/mule.el (make-coding-system): If the coding system
12356 accepts extra latin codes, register such codes as safe for the
12357 coding system.
12358
103db06c 123592001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 12360
984c9f75
RS
12361 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
12362 don't mention the file name or the date here, because they are
12363 logged at the start of the file.
12364
123652001-01-08 Richard M. Stallman <rms@gnu.org>
12366
78b8eee8
RS
12367 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12368 Change screen-width to frame-width.
12369
1460e5d4
EZ
123702001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
12371
12372 * info.el (Info-search): Print the default as part of the prompt.
12373
56f24bc1
AS
123742001-01-08 Andre Spiegel <spiegel@gnu.org>
12375
ca2ddd8e 12376 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
12377 constant implementations in backends.
12378
12379 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
12380 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
12381
12382 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
12383 WRITABLE to EDITABLE.
12384
12385 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
12386 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
12387 to EDITABLE.
12388
b7812d30
EZ
123892001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
12390
12391 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 12392 (copyright, copyright-update): Compute the current year at run time.
b7812d30 12393
7e56ea04
GM
123942001-01-08 Gerd Moellmann <gerd@gnu.org>
12395
12396 * isearch.el (isearch-old-signal-hook): Removed.
12397 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
12398 instead of setting signal-hook-function.
12399 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
12400
a758f97d
GM
124012001-01-08 Kevin Gallagher <kevingal@onramp.net>
12402
12403 * emulation/edt.el: Update to version 4.0. Provide support for
12404 EDT scroll margins at top and bottom of the window. Provide an
12405 emulation of the EDT SUBS command (bound to GOLD-Enter, by
12406 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
12407 user when file-related buffer modifications exist.
12408 Provide support for running EDT Emulation in XEmacs.
12409 Provide customize access to some user updatable variables.
12410 Add Commentary section to file header.
12411 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
12412
12413 * emulation/edt-mapper.el: Update to version 4.0. Provide support
12414 for detecting a keypress that generates an ASCII key sequence.
12415 (Previously, only a keypress that generates a vector was
12416 recognized.) Embed Window Manager name into name of the generated
12417 EDT Emulation initialization file since the initialization file is
12418 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 12419
30db89f9
EZ
124202001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
12421
4deb3ba9
EZ
12422 * mail/sendmail.el (mail-mode): Doc fix.
12423
30db89f9
EZ
12424 * info.el (Info-goto-emacs-command-node): Doc fix.
12425 (Info-goto-emacs-key-command-node): Doc fix.
12426
c3f2772b
EZ
124272001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12428
8726e79b 12429 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
12430 systems without long file-name support.
12431
0dac6924
AI
124322001-01-06 Andrew Innes <andrewi@gnu.org>
12433
12434 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
12435
4e6ef391
EZ
124362001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
12437
380866a2
EZ
12438 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
12439 (isearch-lazy-highlight-update): Doc fix.
12440
148b5960
EZ
12441 * ffap.el (ffap-bindings): Doc fix.
12442
4e6ef391
EZ
12443 * dired-x.el (dired-virtual-guess-dir): Doc fix.
12444
4cb1bcc2
DL
124452001-01-05 Dave Love <fx@gnu.org>
12446
12447 * emacs-lisp/cl-seq.el (remove, remq): Remove.
12448
3828218c
GM
124492001-01-05 Gerd Moellmann <gerd@gnu.org>
12450
83c9cb8e
SM
12451 * mouse-drag.el (mouse-drag-safe-scroll):
12452 Bind scroll-preserve-screen-position to nil.
f1ade7d3 12453
1f4139d5
GM
12454 * isearch.el (isearch-old-signal-hook): New variable.
12455 (isearch-mode): Set signal-hook-function to isearch-done.
12456 (isearch-done): Restore old signal-hook-function.
12457
3828218c
GM
12458 * info.el (Info-fontify-node): Mark one more char as intangible.
12459
3970013f
KH
124602000-01-05 Kenichi Handa <handa@etl.go.jp>
12461
83c9cb8e
SM
12462 * composite.el (compose-last-chars): New argument COMPONENTS.
12463 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
12464 COMPONENTS.
12465
12466 * international/quail.el (quail-input-string-to-events): New function.
12467 (quail-input-method): Convert input string to events here.
12468 (quail-start-translation): Return input string, not event list.
12469 (quail-start-conversion): Likewise.
12470
f3b05e99
GM
124712001-01-04 Gerd Moellmann <gerd@gnu.org>
12472
ca2ddd8e 12473 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
12474 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
12475 and tooltip-add-timeout.
12476 (tooltip-show): Set border color from faces's foreground.
12477 (tooltip-show-help-function): If called with the same help string
12478 as last time, do nothing.
12479 (tooltip-help-tips): Don't set tooltip-help-message to nil.
12480
0f2ac578
GM
12481 * startup.el (fancy-splash-screens): Don't bind show-help-function
12482 to nil.
12483
f3b05e99
GM
12484 * tooltip.el (tooltip-frame-parameters): Remove colors.
12485 (tooltip): New face
12486 (tooltip-set-param): New function.
12487 (tooltip-show): Set up color frame parameters from face `tooltip'.
12488 Display the tooltip text in face `tooltip'.
12489
8416e94a
DL
124902001-01-04 Dave Love <fx@gnu.org>
12491
12492 * whitespace.el (whitespace-global-mode): Fix typo.
12493
12494 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
12495
30db89f9
EZ
124962001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
12497
83c9cb8e
SM
12498 * help.el (help-for-help): Fix a typo in a doc string.
12499 From kwzh@gnu.org (Karl Heuer).
30db89f9 12500
b847eb8c
DL
125012001-01-03 Dave Love <fx@gnu.org>
12502
12503 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 12504 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
12505 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
12506 (dired-guess-shell-alist-user): Customize.
12507 (dired-x-help-address): Set to bug-gnu-emacs.
12508 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
12509 (dired-default-directory): Renamed from default-directory.
12510
12511 * hl-line.el (hl-line): Doc fix.
12512
43c4b570
KF
125132001-01-03 Karl Fogel <kfogel@red-bean.com>
12514
1bf6b1bf 12515 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 12516
984c9f75 125172001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
12518
12519 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
12520 to remove all the current alternative-match highlighting.
12521 If nil, remove only what's outside the current window.
12522 (isearch-lazy-highlight-remove-overlays): Take optional
12523 region within which NOT to remove them.
12524 (isearch-lazy-highlight-new-loop): Greatly simplified.
12525 (isearch-lazy-highlight-update): Find all the other occurrences
12526 visible in the window, in just one call.
12527 (isearch-lazy-highlight-start): Now holds start of region to scan.
12528 (isearch-lazy-highlight-end): Now holds end of region to scan.
12529 (isearch-lazy-highlight-wrapped): Variable deleted.
12530 (isearch-lazy-highlight-search): Function deleted.
12531
13d6a61c
AI
125322000-01-02 Andrew Innes <andrewi@gnu.org>
12533
12534 * w32-fns.el (convert-standard-filename): Do length check on name
12535 before aref.
12536
064866e7
DL
125372001-01-02 Dave Love <fx@gnu.org>
12538
b33e041b
DL
12539 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
12540 value.
12541 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
12542
12543 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
12544
8166ffd5
DL
12545 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
12546 read syntax.
12547
064866e7
DL
12548 * calendar/todo-mode.el (todo): Add :link, :version.
12549 (todo-save-top-priorities): Remove autoload cookie.
12550 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 12551 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 12552
6dde6abc
GM
125532001-01-02 Gerd Moellmann <gerd@gnu.org>
12554
12555 * comint.el (comint-input-history-ignore): New variable.
12556 (comint-read-input-ring): Ignore entries matching
12557 comint-input-history-ignore.
12558
1a8a9daf
GM
125592001-01-02 Eric M. Ludlam <zappo@gnu.org>
12560
12561 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
12562 (lm-copyright-mark): New function.
12563 (lm-crack-copyright): New function.
12564 (lm-verify): Check that the file has a copyright.
12565 Check that the file is copyright Free Software Foundation.
12566
9c92eb53
KH
125672000-12-30 Kenichi Handa <handa@etl.go.jp>
12568
12569 * international/mule-diag.el (print-fontset): Indent font name by
12570 24 columns, not 25.
12571
49172314
GM
125722000-12-29 Gerd Moellmann <gerd@gnu.org>
12573
762a68ec
GM
12574 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
12575 in Subject line.
12576
49172314 12577 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
12578 Use mail-mode-hook instead of mail-setup-hook.
12579 Otherwise continuing an interrupted message with C-u C-x m for
12580 instance, winds up in Mail mode without abbrevs.
49172314 12581
bd7a2e26
GM
125822000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12583
12584 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
12585 non-nil. Adding almost all customization variables on ps-setup.
12586 Doc fix.
bd7a2e26
GM
12587 (ps-print-version): New version number (6.3.3).
12588 (ps-end-with-control-d): Initialization fix.
12589 (ps-lines-printed): New var.
12590 (ps-skip-newline): New fun.
12591 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12592 (ps-next-line, ps-continue-line, ps-plot-region)
12593 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 12594
2b3f28a4
KH
125952000-12-29 Kenichi Handa <handa@etl.go.jp>
12596
83c9cb8e
SM
12597 * international/fontset.el (x-complement-fontset-spec):
12598 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
12599 registered in x-font-name-charset-alist.
12600 (create-fontset-from-fontset-spec): Adjusted for the above change.
12601 The name of fontset alias should be a unresolved ASCII font name.
12602
2ece9174
GM
126032000-12-28 Gerd Moellmann <gerd@gnu.org>
12604
12605 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12606 and delete in isearch-mode-map.
12607
cbe3ad7a
RS
126082000-12-28 Richard M. Stallman <rms@gnu.org>
12609
ca2ddd8e 12610 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
12611 Use xpdf instead of acroread.
12612
a816f1c5
KH
126132000-12-28 Kenichi Handa <handa@etl.go.jp>
12614
f086e73c
KH
12615 * textmodes/artist.el (artist-butlast): Deleted.
12616 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 12617 artist-butlast.
f086e73c 12618
a816f1c5
KH
12619 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12620
12621 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12622
b202115b
EZ
126232000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12624
12625 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12626
12627 * ls-lisp.el: Better support for the Mac and MS-Windows.
12628 (ls-lisp): New defgroup.
12629 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 12630 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
12631 (ls-lisp-support-shell-wildcards): New defcustoms.
12632 (ls-lisp-parse-symlink): New function.
12633 (insert-directory): Code to convert switches to a list and set up
12634 the wildcard argument copied from ls-lisp-insert-directory.
12635 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12636 for -C and -R switches.
12637 (ls-lisp-column-format): New function.
ca2ddd8e 12638 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
12639 (ls-lisp-format-time): Add doc strings.
12640 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12641 Support ls-lisp-dirs-first.
12642 (ls-lisp-classify, ls-lisp-extension): New functions.
12643 (ls-lisp-format): Optionally support emulation of symlinks.
12644 Support -i, -s, and -G switches.
12645
6061fbf0
GM
126462000-12-27 Gerd Moellmann <gerd@gnu.org>
12647
5e25feee
GM
12648 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12649
6061fbf0
GM
12650 * version.el (emacs-version): Print X scroll bar information.
12651
12652 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12653 instead of x-toolkit-scroll-bars-p.
12654
12655 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12656 of x-toolkit-scroll-bars-p.
12657
25050dab
EZ
126582000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12659
83c9cb8e 12660 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
12661 (ffap-bindings): Doc fix, to reflect the above change.
12662
c1786874
KH
126632000-12-27 Kenichi Handa <handa@etl.go.jp>
12664
12665 * term.el (term-char-mode): Define all non-ascii self-inserting
12666 characters to 'term-send-raw in term-raw-map.
12667
7261ece3 126682000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 12669
83c9cb8e 12670 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 12671
83c9cb8e
SM
12672 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12673 Changed initialization; use add-hook.
6061fbf0 12674 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 12675
6061fbf0 12676 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 12677
6061fbf0
GM
12678 * ediff.el (ediff-patch-buffer): Bug fix.
12679 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 12680
83f40583
SM
126812000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12682
12683 * subr.el (combine-run-hooks): Remove.
12684
12685 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12686 and remove the rogue second spec.
12687
bdd6d4e8
GM
126882000-12-23 Gerd Moellmann <gerd@gnu.org>
12689
12690 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12691
26736ce3
SM
126922000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12693
0e86b6b0
SM
12694 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12695 Use minibuffer menu prompt for the `=' prefix.
12696 (smerge-command-prefix): Change default to C-^.
6eabfb26 12697 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 12698
26736ce3
SM
12699 * skeleton.el (skeleton-internal-1): Make sure the first line of
12700 the region is also re-indented.
d21584d6
SM
12701 (skeleton-end-newline): New var.
12702 (skeleton-end-hook): Use it.
26736ce3 12703
95fa4fd7
MB
127042000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12705
12706 * comint.el (comint-password-prompt-regexp): Support CVS.
12707
f060b834
GM
127082000-12-22 Gerd Moellmann <gerd@gnu.org>
12709
83c9cb8e
SM
12710 * simple.el (delete-key-deletes-forward-mode): Simplify.
12711 Also backspace key combinations, depending on
856ff7a7
GM
12712 delete-key-deletes-forward.
12713
12714 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12715
f060b834
GM
12716 * simple.el (delete-key-deletes-forward): Doc fix.
12717
653558a1
GM
127182000-08-22 Emmanuel Briot <briot@gnat.com>
12719
12720 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 12721 white spaces are relevant in the XML file.
653558a1
GM
12722 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12723 to parse was already edited. This allows for on-the-fly analysis
26736ce3 12724 of XML files.
653558a1
GM
12725 (xml-parse-tag): Check that the casing is the same in the start
12726 tag and end tag, since XML is case-sensitive. Allows for spaces
12727 in the end tag, after the name of the tag.
12728 (xml-parse-attlist): Allow for the character '-' in the name of
12729 attributes, as in the standard http-equiv attribute Do not save
26736ce3 12730 the properties in the XML tree, since they are not relevant.
653558a1 12731
3ad93d8d
SM
127322000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12733
12734 * generic.el (generic-read-type): Undo last change, inline into
12735 `generic-mode' and then remove.
12736 (generic-mode): Inline generic-read-type.
12737 (define-generic-mode): Push the symbol name rather than the symbol
12738 onto generic-mode-list.
12739
177f4e88
GM
127402000-12-21 Gerd Moellmann <gerd@gnu.org>
12741
8e15274f
GM
12742 * generic.el (generic-read-type): Build an alist for
12743 completing-read as in 20.7.
12744
12745 * play/landmark.el (lm): Use interactive spec `P'.
12746 (toplevel): Don't set debug-on-error.
12747
83c9cb8e 12748 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 12749
6ba384dc
GM
127502000-12-21 Dave Pearson <davep@davep.org>
12751
12752 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 12753
647a066c
GM
127542000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12755
12756 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12757 ranges like \177-\237, but accepts the character sequence from \177 to
12758 \237. Doc fix.
12759 (ebnf-version): New version (3.4).
12760 (ebnf-setup): Code fix.
12761 (ebnf-range-regexp): New fun.
12762 (ebnf-8-bit-chars): Const fix.
12763
12764 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12765 entry. Doc fix.
12766 (ebnf-bnf-lex): Code fix.
12767 (ebnf-bnf-comment-chars): Const fix.
12768
12769 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12770 entry. Doc fix.
12771 (ebnf-iso-comment-chars): Const fix.
12772
12773 * ebnf-otz.el: Doc fix.
12774
12775 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12776 entry. Doc fix.
12777 (ebnf-yac-skip-code): Code fix.
12778 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 12779
bc22fd18
EZ
127802000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12781
12782 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
12783 (recover-file): Use it instead of insert-directory.
12784 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 12785
587fc3f9
KH
127862000-12-21 Kenichi Handa <handa@etl.go.jp>
12787
83c9cb8e
SM
12788 * international/mule-cmds.el (select-safe-coding-system):
12789 Check coding-category-list more rigidly. Improve help message.
eeefcfde 12790
587fc3f9
KH
12791 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12792
01860fb9
MB
127932000-12-21 Miles Bader <miles@gnu.org>
12794
83c9cb8e 12795 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 12796
3f9d67a6
KH
127972000-12-21 Kenichi Handa <handa@etl.go.jp>
12798
9fd1c1f7
KH
12799 * international/mule-diag.el (describe-char-after): Make *Help*
12800 buffer inherit multibyteness of the current buffer.
12801
3f9d67a6
KH
12802 * international/mule.el (make-char): Docstring adjusted for the
12803 change of make-char-internal.
12804
c9669fac
SM
128052000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12806
12807 * international/iso-cvt.el: Docstrings fix.
12808
19594307
DL
128092000-12-20 Dave Love <fx@gnu.org>
12810
12811 * subr.el (eval-after-load): Doc fix.
12812
b1a447b3
KH
128132000-12-20 Kenichi Handa <handa@etl.go.jp>
12814
12815 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12816 for numbers.
12817
09877d5d
MB
128182000-12-20 Miles Bader <miles@gnu.org>
12819
12820 * international/quail.el (quail-help): Resize the help window
12821 again after it has all its contents. Remove unneeded progn.
12822
71d4497a
GM
128232000-12-19 Gerd Moellmann <gerd@gnu.org>
12824
12825 * pcmpl-linux.el: Fix copy/paste error.
12826
741e56a0
AI
128272000-12-19 Andrew Innes <andrewi@gnu.org>
12828
83c9cb8e 12829 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 12830
cc24d91c
CD
128312000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12832
ba4c05aa
CD
12833 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12834
12835 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12836
12837 * progmodes/idlw-shell.el: Fixed copyright notice.
12838
12839 * progmodes/idlwave.el: Fixed copyright notice.
12840
71d4497a 12841 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
12842 TAB as key separators.
12843
524c8caf
GM
128442000-12-19 Alex Schroeder <alex@gnu.org>
12845
12846 * sql.el (sql-sybase-options): New option.
12847 (sql-sybase): Use it. Add sql-database to the list of parameters
12848 provided for login. The options -w 2048 -n are not used any more.
12849 (sql-postgres-options): Changed default from "--pset" to "-P".
12850 (sql-mysql-options): Doc change.
12851 (sql-stop): Doc change.
12852
b5fa513d
KH
128532000-12-19 Kenichi Handa <handa@etl.go.jp>
12854
12855 * international/quail.el (quail-input-method): Always hide
12856 the guidance buffer on exiting.
12857
91c9e6ce
GM
128582000-12-18 Gerd Moellmann <gerd@gnu.org>
12859
c6da4eb4
GM
12860 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12861 isn't fboundp.
12862
3d2a0e0b
GM
12863 * server.el (server-buffer-done): Bury the buffer before
12864 killing it.
12865
91c9e6ce
GM
12866 * faces.el (face-spec-set): Interpret a nil in specs for
12867 foreground and background colors as `unspecified', for
12868 compatibility with 20.x.
12869
40fa0008
DL
128702000-12-18 Dave Love <fx@gnu.org>
12871
22adbe54
DL
12872 * simple.el (mail-user-agent): Doc fix.
12873 (input-mode-8-bit): Removed.
12874
12875 * international/mule.el (set-keyboard-coding-system): Doc fix.
12876 (keyboard-coding-system): New option.
12877
40fa0008
DL
12878 * mail/sendmail.el (send-mail-function): Customize.
12879
6f4745e2
EZ
128802000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12881
12882 * international/codepage.el (cp866-decode-table): New table.
12883
82b90229
GM
128842000-12-18 Gerd Moellmann <gerd@gnu.org>
12885
12886 * version.el (emacs-version): Remove `%a' from the time format
12887 because the weekday doesn't fit well into each locale.
12888
5a047002
MB
128892000-12-18 Miles Bader <miles@gnu.org>
12890
7f49aa07
MB
12891 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12892
ca2ddd8e 12893 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
12894 Check that emacs-major-version is `=' to 20, not `>='.
12895 (artist-replace-chars): Use `make-string' instead of a loop.
12896
22ea2607
EZ
128972000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12898
12899 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12900 (cvs-execute-single-file): Don't change directory.
12901 Patch from Per Cederqvist.
12902
6c825f8e
EZ
129032000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12904
83c9cb8e
SM
12905 * textmodes/ispell.el (check-ispell-version):
12906 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
12907 of -vv.
12908
8ff06845
KH
129092000-12-16 Kenichi Handa <handa@etl.go.jp>
12910
af4bb4c8
KH
12911 * international/mule-diag.el (mule-diag): Insert information about
12912 configure options, multibyte awareness, language env.
12913
8ff06845
KH
12914 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12915 regexp to search for candidates.
12916
b24e84ab
EZ
129172000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12918
12919 * info.el (Info-forward-node): If the node has an
12920 Info-header-line, widen the buffer before searching for "next:"
12921 and "up:" pointers, and set the search limit to stay in the
12922 current node.
12923
7981d89f
MB
129242000-12-16 Miles Bader <miles@gnu.org>
12925
12926 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12927
88ee7917
MB
129282000-12-15 Miles Bader <miles@gnu.org>
12929
12930 * comint.el (comint-send-string, comint-send-region): Also accept
12931 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12932 process-send-string/region.
12933
0c28d842
GM
129342000-12-15 Gerd Moellmann <gerd@gnu.org>
12935
4ea7fdca
GM
12936 * isearch.el (isearch-lazy-highlight-max): New user-option.
12937 (isearch-lazy-highlight-update): Don't highlight more than
12938 isearch-lazy-highlight-max matches.
12939
0c28d842
GM
12940 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12941
984c9f75 129422000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 12943
8062e53a
GM
12944 * sort.el (sort-columns): Fix error message.
12945
3ffa545b
GM
12946 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12947 `upcase' or `downcase' or nil.
12948 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12949 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12950 (dabbrev--substitute-expansion): New arg record-case-pattern.
12951 If it is non-nil, set dabbrev--last-case-pattern.
12952 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12953
12954 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12955
c2d7f289
MB
129562000-12-15 Miles Bader <miles@gnu.org>
12957
b6348438
MB
12958 * paths.el (Info-default-directory-list): Don't delete
12959 configure-info-directory from the list of standard info
83c9cb8e 12960 directories when appending it to the end -- their order is important.
b6348438 12961
f9056dd9
MB
12962 * faces.el (read-face-attribute): If there's no entry for the
12963 user's input in VALID, just use it as-is (this will often result
12964 in an error, but it may be OK for e.g. colors using hexadecimal
12965 notation, and at least will yield a better error message).
12966
c2d7f289 12967 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 12968 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
12969 Variables removed.
12970 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12971 window is really the right size. Use vertical-motion
12972 rather than forward-line.
12973 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12974 (ispell-command-loop, ispell-show-choices): Use the variable
12975 ispell-choices-win-default-height, rather than the function.
12976 (ispell-choices-win-default-height): Function removed.
12977 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 12978
8f530b95
SM
129792000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12982
6d435deb
EZ
129832000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12984
83c9cb8e
SM
12985 * paths.el (Info-default-directory-list):
12986 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
12987 put it first in the list; otherwise put it last. Doc string
12988 changed accordingly.
12989
12990 * info.el (Info-directory-list): Change doc string to reflect the
12991 change in Info-default-directory-list.
12992
6d435deb
EZ
12993 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12994 windows-nt as windowed environments, even under -nw.
12995
12996 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12997 if not fboundp. Switch delete-forward mode for the <delete> key
12998 on all PC platforms, even under -nw.
12999
13000 * term/internal.el ([M-delete]): Remap to M-d.
13001
9d7d9263
GM
130022000-12-14 Gerd Moellmann <gerd@gnu.org>
13003
13004 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
13005
7cf0153a
EZ
130062000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
13007
13008 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13009
5e5b3d41
GM
130102000-12-14 Gerd Moellmann <gerd@gnu.org>
13011
5f368d29
GM
13012 * startup.el (command-line): Call delete-key-deletes-forward-mode,
13013 if appropriate.
13014
13015 * simple.el (delete-key-deletes-forward): New user-option.
13016 (delete-key-deletes-forward-mode): New function.
13017
9d7d9263 13018 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 13019
83c9cb8e
SM
13020 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
13021 Test if symbol is bound before getting its value.
5e5b3d41
GM
13022
13023 * tooltip.el (tooltip-show): If an error is signaled in
13024 x-show-tip, display that error, and display the help in the
13025 echo area.
ca2ddd8e 13026
191b83b6
KH
130272000-12-14 Kenichi Handa <handa@etl.go.jp>
13028
83c9cb8e
SM
13029 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
13030 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 13031
6192b604
KF
130322000-12-13 Karl Fogel <kfogel@red-bean.com>
13033
13034 * bookmark.el: Provide a generic exit hook, as suggested by
13035 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
13036 (bookmark-exit-hook): New var.
13037 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
13038 old raw lambda form in `kill-emacs-hook', and runs new
13039 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
13040 as logically that feature must have been provided if this function
13041 is running.
13042 Removed ;;;###autoload before the `add-hook' call.
13043
5edf6b55
SM
130442000-12-13 Stefan Monnier <monnier@cs.yale.edu>
13045
13046 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
13047 (easy-menu-current-active-maps): New function.
13048 (easy-menu-get-map): Use it.
13049 Make a proper menu entry when creating a new keymap.
13050
16b5e8e6
KH
130512000-12-13 Kenichi Handa <handa@etl.go.jp>
13052
d49fc4eb
KH
13053 * international/characters.el: Fix cases and syntaxes for
13054 mule-unicode-0100-24ff.
13055
3b53d876
KH
13056 * dired.el (dired-move-to-filename-regexp): Fixed for the case
13057 that a Japanese character is not appended after day and year.
13058
16b5e8e6
KH
13059 * info.el (Info-suffix-list): Change format for a command that
13060 requires arguments.
13061 (info-insert-file-contents): Adjusted for the above change.
13062
1df1c518
AS
130632000-12-12 Andreas Schwab <schwab@suse.de>
13064
13065 * tar-mode.el (tar-extract): Base the name of the subfile buffer
13066 on the name of the tar buffer. Verify that the existing buffer is
13067 visiting the same subfile.
13068
a7a07b98
DL
130692000-12-12 Dave Love <fx@gnu.org>
13070
13071 * subdirs.el: Add obsolete.
13072
4fdbd809
GM
130732000-12-12 Gerd Moellmann <gerd@gnu.org>
13074
bfdb75ee
GM
13075 * mail/rmailsum.el (rmail-summary-expunge)
13076 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
13077 instead of rmail-confirm-expunge.
13078
4fdbd809
GM
13079 * replace.el (perform-replace): Don't use an empty match adjacent
13080 to a non-empty match when computing the next match before the
13081 replacement is performed.
13082
e9a59cad
GM
130832000-12-12 Milan Zamazal <pdm@freesoft.cz>
13084
13085 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
13086 definition (patch by Stefan Monnier).
13087 (glasses-mode): Use jit-lock instead of `after-change-functions'
13088 (patch by Stefan Monnier).
13089
c2def7a0
MB
130902000-12-12 Miles Bader <miles@gnu.org>
13091
13092 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
13093 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
13094
591b63b4
AC
130952000-12-12 Andrew Choi <akochoi@i-cable.com>
13096
13097 * term/mac-win.el: Remove load for ls-lisp.
13098
a924cf63 13099 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 13100
5ff4ba3d
MB
131012000-12-12 Miles Bader <miles@gnu.org>
13102
13103 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
13104 Respect field end too.
13105 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
13106 (newline-and-indent, reindent-then-newline-and-indent):
13107 Use `delete-horizontal-space'.
5ff4ba3d 13108
d0c679bc
SM
131092000-12-11 Stefan Monnier <monnier@cs.yale.edu>
13110
adf9c994
SM
13111 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
13112 (so as to obey the field property in the minibuffer).
13113
4b0cd42d
SM
13114 * obsolete/c-mode.el: Moved from lisp/progmodes.
13115 * obsolete/auto-show.el: Moved from lisp.
13116 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 13117
89f85863
CD
131182000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
13119
13120 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 13121 changes to list them here.
89f85863 13122
83c9cb8e
SM
13123 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
13124 Too many changes to list them here.
89f85863 13125
83c9cb8e
SM
13126 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
13127 Too many changes to list them here.
89f85863
CD
13128
13129 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
13130
3e0d35ce
GM
131312000-12-11 Gerd Moellmann <gerd@gnu.org>
13132
83c9cb8e 13133 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 13134
ca2ddd8e 13135 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
13136 Comment fix.
13137
3e0d35ce
GM
13138 * hscroll.el: Moved to `obsolete' subdir.
13139
ff904dd6
MB
131402000-12-11 Miles Bader <miles@gnu.org>
13141
13142 * window.el (window-text-height): Function removed (now in C).
13143
fb97d87f
SM
131442000-12-10 Stefan Monnier <monnier@cs.yale.edu>
13145
13146 * log-edit.el (log-edit-parent-buffer): New var.
13147 (log-edit): Set it. Add BUFFER argument.
13148 (log-edit-done): Use char-before.
13149 Don't bother checking validity of vc-comment-ring.
13150 Only bury the buffer if log-edit popped it up.
13151
13152 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
13153 (cvs-mode-diff-help): Remove.
13154 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 13155 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
13156
13157 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
13158 Remove binding for ? now made unnecessary.
13159
7de77417
CD
131602000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
13161
83c9cb8e 13162 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
13163 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
13164
13165 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
13166 when master file is not open.
13167
4efa209f
SM
131682000-12-09 Stefan Monnier <monnier@cs.yale.edu>
13169
13170 * progmodes/ada-stmt.el: Update `maintainer'.
13171
b52758d1 131722000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
13173
13174 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
13175 choices to match documentation string.
13176
a12167c5
MB
131772000-12-09 Miles Bader <miles@gnu.org>
13178
2161605d
MB
13179 * minibuf-eldef.el: New file.
13180
a12167c5
MB
13181 * window.el (fit-window-to-buffer): Don't pass last argument to
13182 pos-visible-in-window-p, now that its meaning is inverted.
13183
9ea8de1b
EZ
131842000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
13185
13186 * image.el (create-image): Doc fix; spotted by Per Cederqvist
13187 <ceder@lysator.liu.se>.
13188
5002ddbb
SM
131892000-12-08 Stefan Monnier <monnier@cs.yale.edu>
13190
b6114d80
SM
13191 * autoinsert.el (auto-insert-alist): Add missing final \n.
13192
ee8d23ee
SM
13193 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
13194 (cvs-menu-map): Remove.
13195 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
13196 (cvs-mode-quit): Turn it back into a plain function.
13197
5002ddbb 13198 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 13199 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
13200
13201 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
13202 file where it's more visible.
13203 (texinfo-filter, texinfo-chapter-level-regexp): New variables
13204 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
13205 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
13206 (texinfo-inside-macro-p): Only catch `scan-error's.
13207 (texinfo-inside-env-p): Make better use of the match info.
13208 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
13209 (texinfo-insert-@end): Slight re-organization.
13210 Also remove useless `looking-at' call.
13211
30cd075d
AI
132122000-12-08 Andrew Innes <andrewi@gnu.org>
13213
13214 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
13215 accessible in -nw mode.
13216
13217 * term/w32-win.el: Remove stuff about selection timeout, which is
13218 irrelevant on Windows. Move clipboard support to w32-fns.el, so
13219 it is accessible in -nw mode.
13220
01b91009
DL
132212000-12-08 Dave Love <fx@gnu.org>
13222
83c9cb8e
SM
13223 * emacs-lisp/lisp-mode.el (lisp-mode):
13224 Set font-lock-keywords-case-fold-search.
01b91009 13225
842b2a94
GM
132262000-12-08 Gerd Moellmann <gerd@gnu.org>
13227
13228 * textmodes/ispell.el (ispell): Doc fix.
13229
f9d5f611
KH
132302000-12-08 Kenichi Handa <handa@etl.go.jp>
13231
13232 * international/quail.el (quail-insert-decode-map): Check the
13233 frame width of a window displaying the current buffer, not that of
13234 the selected frame.
13235 (quail-help): Make sure that the help buffer has window before
13236 inserting text in it.
13237
e04d21aa
SS
132382000-12-07 Sam Steingold <sds@gnu.org>
13239
13240 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
13241 Backquote is used in isearch.el, so autoloading saves nothing.
13242
fc3e23a4
EZ
132432000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
13244
83c9cb8e
SM
13245 * startup.el (normal-top-level-add-subdirs-to-load-path):
13246 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 13247
fc3e23a4
EZ
13248 * dired.el (dired-insert-directory): If file-system-info is
13249 fboundp, call it instead of invoking dired-free-space-program.
13250
796ecd10
GM
132512000-12-07 Gerd Moellmann <gerd@gnu.org>
13252
0f5f7c3e
GM
13253 * server.el (server-visit-files): Push files on file-name-history.
13254
3764ba49
GM
13255 * progmodes/cc-langs.el: Update copyright.
13256
8e7931da
GM
13257 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
13258
ae0d7485 13259 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 13260
796ecd10
GM
13261 * bindings.el (mode-line-mode-menu): Reverse the order
13262 of define-keys so that the menu appears in alphabetical order.
13263
ae0d7485
GM
132642000-12-07 Milan Zamazal <pdm@freesoft.cz>
13265
13266 * progmodes/glasses.el (glasses-mode): Update mode line at the end
13267 of the function.
13268
e2849090
DL
132692000-12-07 Dave Love <fx@gnu.org>
13270
13271 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
13272
13273 * facemenu.el (facemenu-unlisted-faces): Fix value.
13274
5c7f629c
SM
132752000-12-07 Stefan Monnier <monnier@cs.yale.edu>
13276
13277 * font-lock.el (font-lock-default-fontify-region):
13278 Include the terminating \n (off-by-one error).
13279 (font-lock-set-defaults): Use dolist.
13280
13281 * derived.el (define-derived-mode): Don't use combine-run-hooks.
13282
73481ae3
KH
132832000-12-07 Kenichi Handa <handa@etl.go.jp>
13284
83c9cb8e
SM
13285 * international/mule-cmds.el (describe-language-environment):
13286 Fix for the case that an input method title is not string but a list.
ffbaa122 13287
73481ae3
KH
13288 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
13289 of wrong SIZE record.
13290
e2896b22
DL
132912000-12-06 Dave Love <fx@gnu.org>
13292
67292061
DL
13293 * newcomment.el (comment-region, comment-dwim): Doc fix.
13294
13295 * textmodes/texinfo.el: Require tex-mode when compiling.
13296 (texinfo-update-node): Doc fix.
13297 (texinfo-imenu-generic-expression): Add @anchor.
13298 (texinfo-font-lock-keywords): Add @uref.
13299 (texinfo-inside-macro-p): Don't use ignore-errors.
13300 (texinfo-insert-quote): Match more contexts.
13301
e76938e7
DL
13302 * international/mule.el (decode-char, encode-char): Doc fix.
13303 (auto-coding-alist): Customize.
13304
13305 * files.el (load-file): Fix change of 2000-03-12.
13306
e2896b22
DL
13307 * wid-edit.el (widget-text-keymap): Doc fix.
13308
6610f4b2
AI
133092000-12-06 Andrew Innes <andrewi@gnu.org>
13310
13311 * makefile.w32-in (lisp): Set to an absolute directory, namely
13312 $(CURDIR).
13313
9e3366e4
EZ
133142000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
13315
13316 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
13317 read generated-autoload-file, and set buffer-file-coding-system to
13318 raw-text-unix after reading the file.
13319
83c9cb8e
SM
13320 * international/mule-conf.el (file-coding-system-alist):
13321 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 13322
d94d636f
GM
133232000-12-06 Gerd Moellmann <gerd@gnu.org>
13324
384333ee
GM
13325 * replace.el (occur): Make line-number-width 1 smaller for the
13326 colon following the line number.
13327
83c9cb8e
SM
13328 * startup.el (fancy-splash-text, command-line-1):
13329 Use `File' for the menu name instead of `Files'.
e04d21aa 13330
d4b72d58
GM
13331 * tmm.el: Update copyright.
13332
d94d636f
GM
13333 * cus-start.el: Add entry for even-window-heights.
13334
6e424019
MB
133352000-12-06 Miles Bader <miles@gnu.org>
13336
13337 * faces.el (frame-set-background-mode): Avoid stomping on
13338 locally modified faces.
13339
e6477b58
KH
133402000-12-06 Kenichi Handa <handa@etl.go.jp>
13341
13342 * international/fontset.el: Correct the font registries for
13343 japanese-jisx0213-1 and japanese-jisx0213-2.
13344
21999ab9
GM
133452000-12-05 Gerd Moellmann <gerd@gnu.org>
13346
57d6e381
GM
13347 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
13348
21999ab9
GM
13349 * iswitchb.el: Update customization commentary.
13350
7422819c
GM
133512000-12-05 Rob Riepel <riepel@Stanford.EDU>
13352
13353 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
13354 (tpu-search-highlight): Fixed comparison of overlay end positions.
13355 (tpu-trim-line-ends): Implemented trimming logic locally.
13356
13357 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 13358 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 13359
73daff18
KH
133602000-12-05 Kenichi Handa <handa@etl.go.jp>
13361
13362 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
13363 to cn-gb.
13364 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
13365
6a4cd002
DL
133662000-12-04 Dave Love <fx@gnu.org>
13367
13368 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
13369
6452929e
GM
133702000-12-04 Gerd Moellmann <gerd@gnu.org>
13371
e04d21aa 13372 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
13373 (rmail-summary-expunge-and-save): Ask for confirmation with
13374 rmail-expunge-confirmed.
13375
13376 * mail/rmail.el (rmail-expunge-confirmed): New function.
13377 (rmail-expunge): Use it.
13378
1790abf4
FP
133792000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
13380
0c68ce6f 13381 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
13382 (etags-recognize-tags-table, find-tag-in-order):
13383 New functionality: interpret file names as tags.
e04d21aa 13384
7a53d8c8
EZ
133852000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
13386
13387 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
13388 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
13389 the first subnode until the bottom of the current node is visible.
7a53d8c8 13390
caa15ef7
GM
133912000-12-04 Gerd Moellmann <gerd@gnu.org>
13392
13393 * format.el (format-decode): Don't change buffer's undo list.
13394
e225faa7
KH
133952000-12-04 Kenichi Handa <handa@etl.go.jp>
13396
13397 * faces.el (face-font-registry-alternatives): Add entries for CJK
13398 fonts. Doc-string adjusted for the actual usage of this data.
13399
13400 * international/fontset.el: Change the font registries for CJK
13401 fonts in the default fontset. Don't append '*' to registries.
13402
8b262a65
SM
134032000-12-03 Stefan Monnier <monnier@cs.yale.edu>
13404
e04d21aa 13405 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
13406 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
13407
13408 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
13409 (derived-mode-p): New function.
13410 (derived-mode-make-docstring): Add `docstring' argument.
13411 Use it if available and complete it if necessary.
13412
33c4460b
AS
134132000-12-03 Andreas Schwab <schwab@suse.de>
13414
13415 * type-break.el (type-break): Don't make parent of itself.
13416
5c9b3fac
MB
134172000-12-03 Miles Bader <miles@gnu.org>
13418
13419 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
13420
27ce741e
SM
134212000-12-02 Stefan Monnier <monnier@cs.yale.edu>
13422
07c16ec4
SM
13423 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
13424 (tex-main-file, tex-file): Simplify.
13425 (tex-generate-zap-file-name): Use subst-char-in-string.
13426 (tex-strip-dots): Remove.
13427
c19cc275
SM
13428 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
13429
27ce741e
SM
13430 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
13431 to check if the match succeeded.
13432
285991dc
GM
134332000-12-02 Gerd Moellmann <gerd@gnu.org>
13434
13435 * startup.el (use-fancy-splash-screens-p): New function.
13436 (command-line-1): Use it to determine whether or not to use
13437 a fancy splash screen.
13438
52dca1b2
AS
134392000-12-02 Andreas Schwab <schwab@suse.de>
13440
13441 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
13442
d3e7e7cf
EZ
134432000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13444
2dce2360
EZ
13445 * international/mule.el (make-char): Fix last change.
13446
9768eaa7
EZ
13447 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
13448 New defcustoms.
13449 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
13450 autoloading tex-mode; instead, do the same manually.
13451 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
13452 with numeric argument. Docstring fix.
13453 (toplevel): Require cl when compiling.
e04d21aa 13454
285991dc 13455 * international/mule.el (make-char): Doc fix.
d3e7e7cf 13456
0dd5e255
JR
134572000-12-02 Jason Rumney <jasonr@gnu.org>
13458
13459 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
13460 the Emacs Lisp manual)
13461
fbb87147
EZ
134622000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
13463
5cbb3e93
EZ
13464 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
13465
fbb87147
EZ
13466 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
13467 the Emacs Lisp manual).
13468
1636ca09
GM
134692000-12-02 Gerd Moellmann <gerd@gnu.org>
13470
13471 * simple.el (next-line-add-newlines): Change default to nil.
13472
68875f0e
EZ
134732000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
13474
83c9cb8e
SM
13475 * files.el (revert-buffer, recover-file):
13476 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 13477
fd9ac94c
GM
134782000-12-01 Gerd Moellmann <gerd@gnu.org>
13479
13480 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
13481
45450dd5
MB
134822000-12-01 Miles Bader <miles@gnu.org>
13483
13484 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
13485
09df8881
KH
134862000-12-01 Kenichi Handa <handa@etl.go.jp>
13487
13488 * international/mule-diag.el (describe-char-after): Fix typo.
13489 (describe-character-set, non-iso-charset-alist): Fix typo.
13490
dea0a87d
MB
134912000-12-01 Miles Bader <miles@gnu.org>
13492
b170205b
MB
13493 * image-file.el (image-file-name-regexp): Automatically add
13494 upper-case variants of each filename extension in
13495 `image-file-name-extensions', since they seem to be common.
13496
e04d21aa 13497 * simple.el (minibuffer-contents)
dea0a87d
MB
13498 (minibuffer-contents-no-properties, delete-minibuffer-contents):
13499 New functions.
13500 * filecache.el (file-cache-directory-name)
13501 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
13502
eb04d6cd 135032000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 13504
dea0a87d
MB
13505 * filecache.el (file-cache-minibuffer-complete): Don't try to
13506 delete the minibuffer prompt.
13507
a8a1b05d
DL
135082000-11-30 Dave Love <fx@gnu.org>
13509
13510 * cus-start.el: Fix read-buffer-function type.
13511
693c4692
GM
135122000-11-30 Gerd Moellmann <gerd@gnu.org>
13513
13514 * md5.el: Removed. There's a built-in function, now.
13515
2c0b1898
GM
135162000-11-30 Markus Rost <rost@math.ohio-state.edu>
13517
13518 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
13519 as dummy 0-th char of rmail-deleted-vector.
13520
63dfcf4b
EZ
135212000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
13522
13523 * ps-print.el (ps-end-job): Bind case-fold-search only after
13524 switching to ps-spool-buffer.
13525
135262000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13527
13528 * ps-print.el: Line number font customization. PostScript: Lines and
13529 PageCount are initialized on each page. Doc Fix.
13530 (ps-print-version): New version number (6.3.2).
13531 (ps-lpr-switches, ps-font-info-database, ps-font-size)
13532 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
13533 (ps-right-header): Customization fix.
13534 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
13535 Fix code.
13536 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
13537 New vars.
13538
df3aedcf
GM
135392000-11-30 Gerd Moellmann <gerd@gnu.org>
13540
edfb795e
GM
13541 * bs.el: Fix typos and spelling errors.
13542 (bs-appearance) <defgroup>: Renamed from bs-appearence.
13543 (bs-configuration): Doc fix.
e04d21aa 13544
df3aedcf
GM
13545 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
13546
8b8a7f01
GM
135472000-11-30 Rob Riepel <riepel@Stanford.EDU>
13548
13549 * emulation/tpu-edt.el (tpu-version): New version.
13550 (tpu-search-overlay, tpu-replace-overlay): New initial range.
13551 (tpu-original-mode-line): Variable deleted.
13552 (tpu-mark-flag): New initial value.
83c9cb8e
SM
13553 (tpu-set-mode-line): Don't redefine mode-line-format.
13554 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
13555 (tpu-update-mode-line): New mark flag logic.
13556 (tpu-get): Use find-file-wildcards.
13557 (tpu-search-highlight): Move overlay less, reset overlay properly.
13558 (tpu-unselect): Deactivate mark.
13559 (tpu-lm-replace): Reset overlay properly.
13560 (tpu-forward-line): Use forward-visible-line.
13561 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
13562
83c9cb8e 13563 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 13564
c069a9d3
GM
135652000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13566
13567 * cus-edit.el (custom-face-value-create): Always emphasize tag.
13568
b02cd40b
GM
135692000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13570
13571 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
13572 and skip whitespace and newlines.
e04d21aa 13573
b7a90344
SM
135742000-11-30 Stefan Monnier <monnier@cs.yale.edu>
13575
13576 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
13577
be6bbb55
GM
135782000-11-29 Gerd Moellmann <gerd@gnu.org>
13579
0383ed60
GM
13580 * help.el (describe-function-1): Regexp-quote function name
13581 when used as part of a regexp.
13582
83c9cb8e
SM
13583 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13584 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
13585 (tool-bar-add-item): Likewise, and handle unspecified colors.
13586
13587 * enriched.el (enriched-face-ans): Use face-attribute instead
13588 of face-foreground and face-background.
13589
13590 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 13591 Return nil if attribute is unspecified, for backward compatibility.
c7957947 13592
7423978d
GM
13593 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13594
ef128c78
GM
13595 * play/5x5.el: Remove version info.
13596
a81fc510
GM
13597 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13598
be6bbb55
GM
13599 * frame.el (blink-cursor-mode): Doc fix.
13600
f9396e03
GM
136012000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13602
13603 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13604 to create Makefile rules.
13605 (antlr-tool-command): New user option.
13606 (antlr-ask-about-save): New user option.
13607 (antlr-makefile-specification): New user option.
13608 (antlr-file-formats-alist): New variable.
13609 (antlr-special-file-formats): New variable.
13610 (antlr-unknown-file-formats): New user option.
13611 (antlr-help-unknown-file-text): New variable.
13612 (antlr-help-rules-intro): New variable.
13613 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13614 (antlr-mode-menu): Add entries.
13615 (antlr-file-dependencies): New function.
13616 (antlr-directory-dependencies): New function.
13617 (antlr-superclasses-glibs): New function.
13618 (antlr-run-tool): New command.
13619 (antlr-makefile-insert-variable): New function.
13620 (antlr-insert-makefile-rules): New function.
13621 (antlr-show-makefile-rules): New command.
13622
13623 * antlr-mode.el: More Emacs/XEmacs stuff.
13624 (antlr-no-action-keywords): New constant with value nil.
13625 (antlr-font-lock-keywords-alist): Use it. Old value would break
13626 syntax highlighting in Emacs-21.0.
13627 (antlr-default-directory): Emacs/XEmacs dependend function.
13628 (antlr-read-shell-command): Ditto.
13629 (antlr-with-displaying-help-buffer): Ditto.
13630
136312000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13632
13633 * antlr-mode.el: imenu, parsing and highlighting changes.
13634 (antlr-imenu-create-index-function): Don't create extra submenus
13635 for definitions in different grammar classes. It is not necessary
13636 for the menu and would make command `imenu' awkward to use.
13637 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13638 header actions and more than one.
13639 (antlr-font-lock-tokendef-face): Changed color.
13640 (antlr-font-lock-tokenref-face): Changed color.
13641 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13642 (antlr-mode-syntax-table): New variable.
13643 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13644 (antlr-with-syntax-table): Don't copy syntax table.
13645
136462000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13647
13648 * antlr-mode.el: Minor changes: language setting.
13649 (antlr-language-alist): The value for file option "language" can
13650 be both an identifier and a string.
13651 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13652 (antlr-language-limit-n-regexp): Change accordingly.
13653
136542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13655
13656 * antlr-mode.el: Minor changes: tabs, hiding.
13657 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13658 (antlr-action-visibility): Also allow value nil to also hide the
13659 braces. Renamed from `antlr-tiny-action-length'.
13660 Suggested by Jay@aol.com.
13661 (antlr-hide-actions): Change accordingly. Hide line if completely
13662 hidden action is on a line of its own.
e04d21aa 13663
6ad948eb
SM
136642000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13665
13666 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13667
13668 * sort.el (sort-columns): Don't concat strings with numbers.
13669
9c6a4107
DL
136702000-11-29 Dave Love <fx@gnu.org>
13671
13672 * cus-edit.el (face): Fix :format.
13673
13674 * mail/feedmail.el: Require smtpmail when compiling.
13675 (mail-do-fcc): Autoload.
13676 (feedmail) <defgroup>: Fix :link.
13677 (feedmail-nuke-body-in-fcc): Fix :type.
13678 (feedmail-send-it): Add autoload cookie.
13679
053b8d35
SM
136802000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13681
13682 * newcomment.el (comment-indent): Save excursion around call to
13683 comment-indent-function.
13684
242c13e8
MB
136852000-11-29 Miles Bader <miles@gnu.org>
13686
13687 * subr.el (member-ignore-case): Return the tail of the list who's
13688 car matches, like `member', not the matching element itself.
13689
8f4b5f28
KH
136902000-11-29 Kenichi Handa <handa@etl.go.jp>
13691
13692 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13693 should not contain `\n'.
13694
bebe4a2c
GM
136952000-11-28 Gerd Moellmann <gerd@gnu.org>
13696
fd9ac94c 13697 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 13698
ba7e40eb
GM
13699 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13700
75ab0c79
GM
13701 * dired-aux.el (dired-do-create-files): Construct default file
13702 name for dired-mark-read-file-name so that when the user enters
13703 just RET, the target file will end up in the target directory.
13704
bebe4a2c
GM
13705 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13706 local-abbrev-table before changing buffers because it might
13707 have a buffer-local binding.
13708
fa6d1ca8
MB
137092000-11-28 Miles Bader <miles@gnu.org>
13710
13711 * simple.el (delete-horizontal-space): Handle fields more generally.
13712
8d2c2642
GM
137132000-11-28 Gerd Moellmann <gerd@gnu.org>
13714
13715 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13716
8b31236d
DL
137172000-11-28 Dave Love <fx@gnu.org>
13718
3cbd02d2
DL
13719 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13720 comment-start-skip locally.
13721
8b31236d
DL
13722 * progmodes/fortran.el (fortran-mode): Don't set
13723 fortran-comment-line-start-skip. Set comment-start to
13724 fortran-comment-line-start.
13725 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13726 (fortran-comment-line-start-skip): Simplify slightly.
13727
ae4bf56d
GM
137282000-11-28 Gerd Moellmann <gerd@gnu.org>
13729
17ef7534
GM
13730 * play/5x5.el: Remove RCS keyword.
13731
fd9ac94c 13732 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 13733
665b27a6
GM
137342000-11-28 Milan Zamazal <pdm@freesoft.cz>
13735
83c9cb8e
SM
13736 * textmodes/tildify.el (tildify-string-alist):
13737 Add `plain-tex-mode' here.
665b27a6 13738
fe3c2ae3
GM
137392000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13740
13741 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13742 reference.
13743
d970106b
MB
137442000-11-28 Miles Bader <miles@gnu.org>
13745
36b80a0d
MB
13746 * cus-face.el (custom-face-attributes): Add post-filter function
13747 for :box. Make pre-filter function for :box handle all cases.
13748
d970106b
MB
13749 * wid-edit.el (widget-choose): Make sure pop-up window is large
13750 enough to display all the choices, as there's no way to scroll it.
13751
5a2bae6c
KH
137522000-11-28 Kenichi Handa <handa@etl.go.jp>
13753
13754 * international/mule-conf.el: Make the coding system no-conversion
13755 safe for all characters.
13756
9e836e23
DL
137572000-11-27 Dave Love <fx@gnu.org>
13758
8b31236d
DL
13759 * net/ldap.el (ldap) <defgroup>: Add :version.
13760
9e836e23
DL
13761 * tooltip.el (tooltip-use-echo-area): Doc fix.
13762
13763 * cus-start.el <minibuffer-prompt-properties>: Add version.
13764 <read-buffer-function>: Add.
13765
13766 * apropos.el (apropos-print): Add help-echo to active text.
13767
13768 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13769
4a74d071
GM
137702000-11-27 Gerd Moellmann <gerd@gnu.org>
13771
13772 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13773 type, group and version.
13774
76058c27
EZ
137752000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13776
4a74d071 13777 * select.el (x-get-selection): Docstring fix.
76058c27 13778
fd9ac94c 137792000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 13780
fd9ac94c 13781 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 13782
49060c51
AI
137832000-11-27 Andrew Innes <andrewi@gnu.org>
13784
13785 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13786
13787 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13788
b2a8e429
MB
137892000-11-27 Miles Bader <miles@gnu.org>
13790
13791 * dired.el (dired-get-filename): Return filename verbatim if
13792 LOCALP is `verbatim'.
13793 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13794 `verbatim' so that we don't inadvertently delete a non-existant
13795 directory name.
13796
5ac0366d
KH
137972000-11-27 Kenichi Handa <handa@etl.go.jp>
13798
13799 * international/characters.el: Specify cases and syntaxes for
13800 mule-unicode-0100-24ff.
13801
67f1cf4c
GM
138022000-11-27 Gerd Moellmann <gerd@gnu.org>
13803
13804 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13805 that foreground and/or background colors of the face `tool-bar'
13806 are unspecified.
13807
46c56972
MB
138082000-11-27 Miles Bader <miles@gnu.org>
13809
e04d21aa 13810 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
13811 (widget-field-end): Handle widget field `pseudo-overlays'.
13812 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13813 if it's there instead of in `widget-field-list'.
13814
46c56972 13815 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
13816 (help-make-xrefs): Delete extraneous newlines at the end of the
13817 docstring.
46c56972 13818
640a9cdd
JR
138192000-11-25 Jason Rumney <jasonr@gnu.org>
13820
13821 * startup.el (command-line): Call set-locale-environment after
13822 Window System init file is read, as it can result in a call to
13823 redraw-frame.
13824
0b3f96d4
EZ
138252000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13826
13827 * simple.el (shell-command): Mention the effect of the prefix
13828 argument in the doc string.
13829
8da6e2a1
MB
138302000-11-25 Miles Bader <miles@gnu.org>
13831
a658d039
MB
13832 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13833
8da6e2a1 13834 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 13835 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 13836
d3416cca
JR
138372000-11-24 Jason Rumney <jasonr@gnu.org>
13838
13839 * international/mule-cmds.el (locale-language-names): Add "jp" as
13840 a non-standard alternative for Japanese.
13841
17e37f53
AS
138422000-11-24 Andre Spiegel <spiegel@gnu.org>
13843
13844 * vc-hooks.el: Require 'cl during compilation.
13845
9aa5f148
GM
138462000-11-24 Gerd Moellmann <gerd@gnu.org>
13847
ba193890
GM
13848 * faces.el (face-set-after-frame-default): Let face attributes
13849 specified for new frames override frame parameters.
13850
9aa5f148
GM
13851 * startup.el (command-line): Fix computation of the source file
13852 for user-init-file when user-init-file is a compiled file.
13853
51a1edab
MB
138542000-11-24 Miles Bader <miles@gnu.org>
13855
e04d21aa 13856 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
13857 (custom-post-filter-face-spec): New functions.
13858 (custom-face-set, custom-face-value-create): Filter the face spec
13859 before and after customization.
13860 (custom-face-set): If VALUE specifies a null face, pass a
13861 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13862 * cus-face.el (custom-face-attributes): Remove SET and GET
13863 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13864 cases they're needed.
13865
f30fe18b 13866 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
1ed74431
MB
13867 that it's distinguishable from the :off-glyph on dark-background
13868 displays. Set its background color too.
13869
67ee1125
MB
13870 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13871 so that people can easily turn it off.
13872
7d027816 138732000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 13874
7d027816 13875 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 13876
9aa5f148 13877 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 13878
9aa5f148 13879 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 13880
9aa5f148 13881 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 13882 redundant skip-small-frames test.
e04d21aa 13883
9aa5f148 13884 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 13885 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 13886
9aa5f148
GM
13887 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13888 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
13889 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13890 New functions.
e04d21aa 13891
9aa5f148 13892 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 13893
9aa5f148 13894 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 13895
f07fa1b8
KH
138962000-11-24 Kenichi Handa <handa@etl.go.jp>
13897
83c9cb8e
SM
13898 * international/mule-diag.el (list-iso-charset-chars):
13899 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
13900 (list-non-iso-charset-chars): Fix the `while' condition.
13901
ba8299ff
SM
139022000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13903
79372165
SM
13904 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13905 if the variable is make-variable-buffer-local.
13906
83c9cb8e
SM
13907 * progmodes/ada-stmt.el (ada-template-map):
13908 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
13909 (ada-stmt-mode-hook): New function extracted from old code.
13910 Only change the buffer-local side of skeleton-*.
13911 (ada-mode-hook): Use it.
13912
68a887fa
EZ
139132000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13914
13915 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13916 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13917 we expect to be returned by minibuffer-depth once we prompt the
13918 user in the minibuffer.
13919 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13920 as recorded in iswitchb-minibuf-depth, return non-nil.
13921
3b345582
EZ
139222000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13923
13924 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13925 (hscroll-window-maybe): Docstring fix.
13926
595dead2
DL
139272000-11-23 Dave Love <fx@gnu.org>
13928
13929 * rect.el (string-rectangle): Don't test delete-selection-mode.
13930
1e66b27a
GM
139312000-11-23 Gerd Moellmann <gerd@gnu.org>
13932
02790ce2
GM
13933 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13934 is in the tool bar.
13935
1e66b27a 13936 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 13937 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 13938
a4caa65d
SM
139392000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13940
13941 * textmodes/outline.el (outline-flag-region):
13942 Don't bind inhibit-read-only since we don't modify the buffer.
13943 (outline-isearch-open-invisible): Don't jump to overlay-start
13944 since we're trying to unhide text around point.
13945 (outline-discard-overlays): Use dolist.
13946
13947 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13948
03e757c1
GM
139492000-11-22 Gerd Moellmann <gerd@gnu.org>
13950
83c9cb8e 13951 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 13952
1598a961
SM
139532000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13954
13955 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13956 Fix ARG regexp to skip quoted braces.
13957 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13958 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13959 are (correctly) handled separately).
13960 Remove `caption' and `footnote' from `citations': they contain text.
13961 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13962 (latex-skeleton-end-hook): New function.
13963 (latex-mode): Use it.
13964 (tex-start-tex-marker): Remove.
13965 (tex-send-tex-command): Don't set tex-start-tex-marker.
13966 (tex-error-parse-syntax-table): New var.
13967 (tex-compilation-parse-errors): Use it.
13968 Ignore tex-start-tex-marker. Don't bother with marker-position.
13969 (tex-validate-buffer): Don't bother with marker-position.
13970
13971 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 13972 (flyspell-generic-progmode-verify): Use it.
1598a961 13973
eaae8106
SS
139742000-11-22 Sam Steingold <sds@gnu.org>
13975
83c9cb8e 13976 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 13977
eaae8106 13978 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 13979 `ada-remove-trailing-spaces'.
eaae8106 13980 (ada-remove-trailing-spaces): Removed.
e04d21aa 13981
eaae8106 13982 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 13983
1598a961
SM
13984 * textmodes/picture.el (picture-clean): Removed.
13985 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 13986
a41d49e9
GM
139872000-11-22 Gerd Moellmann <gerd@gnu.org>
13988
e053c60f
GM
13989 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13990
a41d49e9
GM
13991 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13992 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 13993 do anything special when jit-lock is active.
a41d49e9
GM
13994 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13995
197615f3
DL
139962000-11-22 Dave Love <fx@gnu.org>
13997
ddbfaa9f
DL
13998 * calendar/todo-mode.el (todo-top-priorities): Use
13999 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
14000
ddc3c695
DL
14001 * language/chinese.el, language/cyrillic.el:
14002 * language/devanagari.el, language/ethiopic.el, language/greek.el:
14003 * language/hebrew.el, language/indian.el, language/japanese.el:
14004 * language/korean.el, language/lao.el, language/misc-lang.el:
14005 * language/thai.el, language/tibetan.el, language/vietnamese.el:
14006 Use provide.
14007
fb9fa98d
DL
14008 * cus-edit.el (custom-buffer-create-internal): Save some consing.
14009 (custom-variable-set): Improve validation error mesage.
14010
197615f3
DL
14011 * rect.el (string-rectangle): Revert last change.
14012 (string-rectangle-line): New arg DELETE.
14013 (string-rectangle): Check delete-selection-mode.
14014
14015 * emacs-lisp/edebug.el (edebug-version)
14016 (edebug-maintainer-address): Deleted.
14017 (edebug-submit-bug-report): Just alias to report-emacs-bug.
14018 (edebug-read-function): Account for other `'#' read forms.
14019 (edebug-mode-menus): Make some items toggles.
14020 (edebug-outside-unread-command-event, unread-command-event):
14021 Remove these to avoid warnings.
14022
f4117c4d
GM
140232000-11-22 David Ponce <david@dponce.com>
14024
14025 * recentf.el (recentf-menu-items-for-commands)
14026 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 14027 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 14028
f4117c4d
GM
14029 (recentf-build-dir-rules, recentf-dump-variable)
14030 (recentf-edit-list, recentf-open-files-item)
14031 (recentf-open-files): Replaced unnecessary `mapcar' with new
14032 built-in `mapc'.
eaae8106 14033
f8e2f3f2
MB
140342000-11-23 Miles Bader <miles@gnu.org>
14035
14036 * faces.el (menu): Make inverse-video on ttys too.
14037
4c4a541d
SM
140382000-11-22 Stefan Monnier <monnier@cs.yale.edu>
14039
14040 * simple.el (comment-line-break-function): Use the new name
14041 indent-new-comment-line -> comment-indent-new-line.
14042 (clone-indirect-buffer): Don't ignore NORECORD.
14043 (next-completion): Properly handle the case where items are adjacent.
14044
14045 * mouse.el (popup-menu): Stupid typo.
14046
980d836e
GM
140472000-11-22 Gerd Moellmann <gerd@gnu.org>
14048
60e8e0a5
GM
14049 * emacs-lisp/authors.el: Remove autoload cookies, add author,
14050 maintainer, keywords tags.
14051
980d836e
GM
14052 * rect.el (replace-rectangle): Don't call string-rectangle-line
14053 with too many arguments.
14054
e08b2069
AS
140552000-11-22 Andre Spiegel <spiegel@gnu.org>
14056
60e8e0a5 14057 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 14058 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
14059 vc-locking-user, which no longer exists.
14060
14061 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
14062
c6779d8d
DL
140632000-11-22 Dave Love <fx@gnu.org>
14064
14065 * md5.el (md5): Provide.
14066 (md5): Fix error call.
14067
e672fdce
MB
140682000-11-22 Miles Bader <miles@gnu.org>
14069
eaae8106 14070 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
14071 (refill-fill-paragraph-at): Remove debugging code.
14072
80e24c04
MB
14073 * calendar/calendar.el (generate-calendar-window): When we don't
14074 call `fit-window-to-buffer', make sure the top line is fully visible.
14075
3a17d6cc
MB
14076 * image-file.el (insert-image-file): Don't make `read-only'
14077 property rear-nonsticky.
14078
ae1a21c6
MB
14079 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
14080 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
14081 stashing away its original value.
14082 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
14083 in the recursive edit.
14084 Bind `isearch-original-minibuffer-message-timeout' to protect it.
14085 (isearch-done): Restore `minibuffer-message-timeout'.
14086
e672fdce
MB
14087 * cus-start.el: Remove entry for `mode-line-inverse-video'.
14088
3ea79df8
SM
140892000-11-21 Stefan Monnier <monnier@cs.yale.edu>
14090
14091 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
14092
14093 * find-lisp.el (find-lisp-find-files-internal):
14094 Use dolist, when and file-name-as-directory.
14095
980d836e 14096 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
14097 (define-derived-mode, define-minor-mode): Add specs.
14098
14099 * window.el: General comment and spacing fixes.
14100 (save-selected-window): Use backquotes.
14101 (window-safely-shrinkable-p): New function.
14102 (shrink-window-if-larger-than-buffer): Use it.
14103
14104 * subr.el (make-local-hook): Docstring fix.
14105
14106 * shell.el (shell-mode): Use define-derived-mode.
14107
14108 * newcomment.el (comment-indent): Insert comment before calling
14109 comment-indent-function. Don't insert in column 0.
14110 (comment-dwim): Indent before inserting comment.
14111
14112 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
14113 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
14114 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
14115 Use mapc rather than map.
14116
14117 * files.el (find-buffer-visiting): Compare all attributes before
14118 declaring two files identical (rather than just their inode-no).
14119 (auto-mode-alist): Use \' rather than $.
14120
14121 * which-func.el: Update maintainer line.
14122
14123 * pcvs.el (uniquify-buffer-file-name): Remove advice.
14124 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
14125 (uniquify-buffer-file-name): Use it.
14126
8f62f2b8
MB
141272000-11-22 Miles Bader <miles@gnu.org>
14128
14129 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
14130 * simple.el (minibuffer-avoid-prompt): New function.
14131
fb279a6d
GM
141322000-11-21 Gerd Moellmann <gerd@gnu.org>
14133
14134 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
14135
867092e9
MB
141362000-11-21 Miles Bader <miles@gnu.org>
14137
ef860850
MB
14138 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
14139 inclusion of `track-mouse'.
14140
867092e9
MB
14141 * textmodes/refill.el (refill-ignorable-overlay): New variable.
14142 (refill-adjust-ignorable-overlay): New function.
14143 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
14144 only the paragraph's tail if possible.
14145 Update `refill-ignorable-overlay'.
14146 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
14147
14148 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
14149 point inside the fill-prefix.
14150
14151 * textmodes/refill.el (refill-post-command-function): Don't reset
14152 refill-doit in the case where a self-insertion command doesn't
14153 case a refill. Use `refill-fill-paragraph-at', getting position
14154 from `refill-doit'.
14155 (refill-after-change-function): Set `refill-doit' to END.
14156 (refill-fill-paragraph-at): New function, mostly from old
14157 refill-fill-paragraph.
14158 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
14159 (refill-pre-command-function): New function.
14160 (refill-mode): Add it to `pre-command-hook'.
14161
ff9ab414
GM
141622000-11-20 Gerd Moellmann <gerd@gnu.org>
14163
29a01b72
GM
14164 * textmodes/artist.el (artist-mode): Fix autoload cookie.
14165
ff9ab414
GM
14166 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
14167 javadoc tags.
eaae8106 14168
885b211b
AS
141692000-11-20 Andre Spiegel <spiegel@gnu.org>
14170
14171 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
14172 vc.el).
14173
eaae8106 14174 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 14175 require vc.
eaae8106
SS
14176
14177 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 14178 checkouts.
eaae8106 14179
d1838556
DL
141802000-11-20 Dave Love <fx@gnu.org>
14181
14182 * Makefile.in (DONTCOMPILE): Omit bindings.el.
14183
2b69bc11 141842000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 14185
2b69bc11
GM
14186 * calculator.el (calculator-paste): Use `if' instead of `and'
14187 and `or'.
14188 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 14189
b95b34e5
GM
141902000-11-19 Gerd Moellmann <gerd@gnu.org>
14191
030de92f
GM
14192 * info.el (info-menu-5): Doc fix.
14193
b95b34e5
GM
14194 * textmodes/artist.el: New file.
14195
54970452
AS
141962000-11-19 Andre Spiegel <spiegel@gnu.org>
14197
eaae8106 14198 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
14199 and differentiate according to checkout model.
14200 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
14201 since this function is only concerned with master state.
14202
83c9cb8e
SM
14203 * vc-hooks.el (vc-workfile-unchanged-p)
14204 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 14205
83c9cb8e
SM
14206 * vc.el (vc-workfile-unchanged-p)
14207 (vc-default-workfile-unchanged-p): See above.
54970452 14208
e5a9dabf
MB
142092000-11-19 Miles Bader <miles@gnu.org>
14210
14211 * image-file.el (insert-image-file): Make `intangible' and
14212 `read-only' properties rear-nonsticky too.
14213
24127af0
GM
142142000-11-18 Gerd Moellmann <gerd@gnu.org>
14215
d392e9c5 14216 * ps-print.el: Update copyright notice.
eaae8106 14217
d392e9c5
GM
14218 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
14219 (tooltip-show): Use the offsets.
14220
24127af0 14221 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 14222 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
14223 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
14224
2b69bc11 142252000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 14226
2b69bc11
GM
14227 * ps-print.el (toplevel): Test for find-coding-system being
14228 fboundp before calling ps-x-find-coding-system.
08ea6f17 14229
66321b2f
SM
142302000-11-16 Stefan Monnier <monnier@cs.yale.edu>
14231
14232 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
14233 (vc-version-backup-file): Docstring fix.
14234
046110c6
GM
142352000-11-16 Gerd Moellmann <gerd@gnu.org>
14236
4104194e
GM
14237 * files.el (basic-save-buffer): Don't add a newline if
14238 find-file-literally is non-nil.
14239 (find-file-literally): Extend doc string.
14240
046110c6
GM
14241 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
14242 sort(1) with the `-f' argument.
14243
6505c16e
AS
142442000-11-16 Andre Spiegel <spiegel@gnu.org>
14245
fd063975
AS
14246 * vc.el: Updated backend documentation.
14247 (vc-default-check-headers): New function.
14248
3d02dd81 14249 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
14250
14251 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 14252 up-to-date.
eaae8106 14253 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 14254 the minibuffer is not active.
fd063975 14255
eaae8106 14256 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 14257 `vc-cvs-use-edit' is on.
eaae8106
SS
14258 (vc-cvs-checkout): When this is used for reverting the workfile,
14259 make a backup of the original contents and revert to that in case
8791d617 14260 of error.
eaae8106 14261 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 14262 remote repositories.
eaae8106 14263
6505c16e
AS
14264 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
14265 for both version and ratio in the minibuffer.
fd063975 14266
eaae8106 14267 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 14268 Use vc-do-command to perform the annotation, not call-process.
6505c16e 14269
a13f0660
KH
142702000-11-16 Kenichi Handa <handa@etl.go.jp>
14271
14272 * international/quail.el (quail-start-translation): Don't call
14273 `message' before reading key sequence.
14274
1389a414
MB
142752000-11-16 Miles Bader <miles@lsi.nec.co.jp>
14276
14277 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
14278
9256a532
KH
142792000-11-16 Kenichi Handa <handa@etl.go.jp>
14280
14281 * window.el (fit-window-to-buffer): Be sure to acquire at least
14282 one text line even if the buffer is empty.
14283
0e14fe9f
GM
142842000-11-16 Gerd Moellmann <gerd@gnu.org>
14285
eaae8106 14286 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
14287 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
14288 Bind ange-ftp-process-verbose to nil.
0e14fe9f 14289
da645c53
DL
142902000-11-15 Dave Love <fx@gnu.org>
14291
83c9cb8e
SM
14292 * wid-edit.el (widget-specify-field, widget-specify-button):
14293 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
14294 widget-mouse-help.
14295 (widget-mouse-help): New function.
14296 (widget-echo-help): Rewritten for :help-echo functions only taking
14297 a widget arg.
14298
83c9cb8e
SM
14299 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
14300 Use display-graphic-p.
b12057b9
DL
14301 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
14302 and that JPEG is available.
14303 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
14304
da645c53
DL
14305 * international/mule-cmds.el (locale-charset-language-names):
14306 Match @euro.
14307
6d133d1f
GM
143082000-11-15 Gerd Moellmann <gerd@gnu.org>
14309
83c9cb8e
SM
14310 * faces.el (face-set-after-frame-default):
14311 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
14312 default face from X resources.
14313
49ac2ac5
EZ
143142000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
14315
14316 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
14317 Don't set EMACSLOADPATH.
14318
4fb0a34c
EZ
143192000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
14320
14321 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
14322 texinfo-insert-@url.
14323 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
14324 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
14325
bb304a7a
SM
143262000-11-14 Stefan Monnier <monnier@cs.yale.edu>
14327
82bc80bf
SM
14328 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
14329 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
14330 (checkdoc-minor-keymap): Backward compatibility.
14331 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
14332 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
14333 (checkdoc-this-string-valid-engine): Be a bit more strict
14334 to avoid matching substrings of `...' quoted vars/funs.
14335 (checkdoc-defun-info): Only look for `interactive' if alone.
14336 (debug-ignored-errors): Add "arg doesn't appear in docstring".
14337
e8c87124
SM
14338 * progmodes/compile.el (grep): `tag-default' can be nil.
14339
bb304a7a
SM
14340 * newcomment.el (comment-indent): Paren typo.
14341
8628686a
DL
143422000-11-14 Dave Love <fx@gnu.org>
14343
25c269ef
DL
14344 * calculator.el: New maintainer version.
14345
66321b2f 14346 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 14347
8628686a
DL
14348 * cmuscheme.el: Doc fixes.
14349 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 14350 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
14351
14352 * xscheme.el (scheme-program-name): Don't define here.
14353
14354 * progmodes/scheme.el (scheme-program-name): New variable
14355 (originally in cmuscheme).
14356
88f0a1eb
MB
143572000-11-14 Miles Bader <miles@gnu.org>
14358
14359 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
14360 Handle header-lines. Don't loop forever if we can't enlarge the
14361 window anymore. Simplify a bit.
14362
cd9a000c
KH
143632000-11-14 Kenichi Handa <handa@etl.go.jp>
14364
14365 * window.el (fit-window-to-buffer): Don't check
14366 window-text-height. Assure that the last line is fully visible.
14367
83c9cb8e
SM
14368 * international/quail.el (quail-show-guidance-buf):
14369 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
14370 buffer.
14371 (quail-update-guidance): Avoid making the guidance buffer shorter.
14372
d3fcda22
SM
143732000-11-14 Stefan Monnier <monnier@cs.yale.edu>
14374
bdbd9606
SM
14375 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
14376 rather than `prepend' and add an interesting comment.
14377 (tex-math-face, tex-font-lock-syntactic-face-function):
14378 New face and function to use it.
14379 (tex-define-common-keys, tex-mode-map): Use menu-item rather
14380 than `menu-enable' symbol property.
14381 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
14382 (tex-mode): Add some latex-mode commands for auto-selection.
14383 Use tex-font-lock-syntactic-face-function.
14384 (tex-insert-quote): Simplify.
14385 (tex-shell): New mode.
14386 (tex-start-shell): Use it.
14387 (tex-shell-proc, tex-shell-buf): New functions.
14388 (tex-send-command): Use it.
14389 (tex-main-file): Fix the meaning of the new arg REALFILE.
14390 (tex-send-tex-command): New function split from `tex-start-tex'.
14391 Set compilation-last-buffer and compilation-parsing-end.
14392
d3fcda22
SM
14393 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
14394 when it follows non-comment text on the line.
14395
14396 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14397 Set font-lock-defaults.
14398 (lisp-mode-shared-map): Init inside the defvar.
14399 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
14400 Use define-derived-mode.
14401
bdab1d43
MB
144022000-11-14 Miles Bader <miles@lsi.nec.co.jp>
14403
14404 * faces.el (header-line): Use `:box nil' for color/gs displays too.
14405
936ae731
GM
144062000-11-14 Gerd Moellmann <gerd@gnu.org>
14407
83c9cb8e
SM
14408 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
14409 Don't recursively optimize body because that can lead to infinite
936ae731
GM
14410 recursion; see comment there.
14411
1695ca2b
EZ
144122000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
14413
14414 * faces.el (face-spec-set-match-display): Revert the change from
14415 2000-10-24. Add a FIXME for after v21.1.
14416
9d348294
MB
144172000-11-13 Miles Bader <miles@gnu.org>
14418
14419 * textmodes/fill.el (skip-line-prefix): New function.
14420 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
14421 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
14422 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
14423 point inside the fill-prefix.
9d348294 14424
b85fa13c
MB
144252000-11-13 Miles Bader <miles@lsi.nec.co.jp>
14426
83c9cb8e
SM
14427 * calendar/calendar.el (generate-calendar-window):
14428 Use `fit-window-to-buffer'.
b85fa13c 14429
a0b47716
SM
144302000-11-12 Stefan Monnier <monnier@cs.yale.edu>
14431
14432 * gud.el (gud-minor-mode): New var.
14433 (gud-symbol, gud-val): New functions.
14434 (gud-find-file): Copy gud-minor-mode to the new buffer.
14435 (gud-menu-map): Include entries for commands that are not always
14436 available, using :enable to (de)activate them.
14437 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
14438 (gud-mode-map): New map.
eaae8106 14439 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
14440 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
14441 Don't set up gud's menu (it's done by the minor-mode).
14442 (gud-minibuffer-local-map): New.
14443 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
14444 (gud-query-cmdline): New function.
14445 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
14446 (gud-mode): Use define-derived-mode.
14447 Don't set up gud's menu (it's done by the minor-mode).
14448 (gud-chop-words): Remove.
14449 (gud-common-init): Use split-string instead.
14450 (gud-new-keymap, gud-make-debug-menu): Eradicate.
14451
14452 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
14453 Add keyword arg :name.
14454
14455 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
14456 (diff-count-matches, diff-split-hunk): New functions.
14457 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
14458
14459 * pcvs-info.el (cvs-fi-conflict-face): New var.
14460
14461 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
14462 Make it into a simple syntax-table, shared among all submodes.
14463 (sh-heredoc-face): Re-introduce.
14464 (sh-font-lock-syntactic-face-function): New function.
14465 (sh-mode): Use it. Also use define-derived-mode.
14466 Remove old bogus setting of indent-region-function.
14467 (sh-set-shell): Don't set the syntax-table any more.
14468 (sh-mode-syntax-table) <defun>: Remove.
14469
f5ed37df
MB
144702000-11-12 Miles Bader <miles@gnu.org>
14471
14472 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
14473 message if interactive.
14474
0b074c2f
DL
144752000-11-12 Dave Love <fx@gnu.org>
14476
14477 * mail/feedmail.el: Fix header,
14478 (feedmail) <defgroup>: Add :link.
14479
14480 * view.el: Use local-map property, not keymap on mode-line string.
14481
83c9cb8e
SM
14482 * scroll-all.el (scroll-all-mode): Customize variable.
14483 Add autoload cookie to function.
0b074c2f
DL
14484
14485 * lazy-lock.el: Remove compatibility code.
14486
14487 * finder.el (finder-known-keywords): Add `files', remove `vms'.
14488 (finder-help-echo): New variable.
14489 (finder-mouse-face-on-line): Add help-echo stuff.
14490 (finder-list-keywords, finder-list-matches): Use mapc.
14491
14492 * faces.el (face-font-registry-alternatives): Add :version.
14493
14494 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
14495 tags-table-list.
14496
a0b47716 14497 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 14498
a0b47716 14499 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
14500 (mail-mode): Use [:alnum:] in some regexps.
14501
6d502396
DL
145022000-11-10 Dave Love <fx@gnu.org>
14503
14504 * ediff.el (ediff-regions-internal, ediff-documentation):
14505 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
14506 fundamental mode.
14507
14508 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
14509 buffer into fundamental mode.
14510 (ediff-set-difference): Use copy-sequence if available.
14511
83c9cb8e
SM
14512 * ediff-ptch.el (ediff-dispatch-file-patching-job):
14513 Check ediff-patch-map non-nil.
6d502396
DL
14514 (ediff-fixup-patch-map, ediff-fixup-patch-map)
14515 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
14516 buffer into fundamental mode.
14517
14518 * ediff-merg.el (state-or-merge): Defvar when compiling.
14519
a82fe213
JR
145202000-11-10 Jason Rumney <jasonr@gnu.org>
14521
14522 * w32-fns.el (w32-add-charset-info): New function.
14523 (w32-charset-info-alist): Use it.
14524
52d89894
GM
145252000-11-10 Gerd Moellmann <gerd@gnu.org>
14526
14527 * faces.el (face-font-registry-alternatives): New user-option.
14528
178932de
SM
145292000-11-10 Stefan Monnier <monnier@cs.yale.edu>
14530
d7fa3319
SM
14531 * textmodes/texinfo.el (texinfo-block-default): New var.
14532 (texinfo-insert-block): Use it. Insert a newline if needed.
14533
178932de
SM
14534 * textmodes/fill.el (fill-indent-according-to-mode): New var.
14535 (fill-region-as-paragraph): Use it.
14536
14537 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
14538 (latex-mode): Tweak tex-*-(head|trail)er regexps.
14539 Tweak paragraph regexps to allow a leading [ \t]*.
14540 (tex-latex-block): Insert a newline if necessary.
14541 (latex-insert-item): Only insert a newline if necessary.
14542 (tex-guess-main-file): New function.
14543 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
14544 Set tex-main-file if TeX-master is provided.
14545 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
14546
bd02b8e0
GM
145472000-11-10 Gerd Moellmann <gerd@gnu.org>
14548
14549 * startup.el (command-line): Set the default tooltip-mode
14550 to t for graphical displays which implement x-show-tip.
14551
14552 * tooltip.el (tooltip-mode): Add a comment about startup.el
14553 setting the default value of this user-option.
14554
b29b03eb
SM
145552000-11-09 Stefan Monnier <monnier@cs.yale.edu>
14556
14557 * font-lock.el (font-lock-*-face) <defvar>: Move.
14558 (font-lock-defaults-alist): Mark obsolete.
14559 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14560 (font-lock-mode): Use define-minor-mode.
14561 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
14562 (font-lock-turn-off-thing-lock): Be more explicit.
14563 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
14564 (font-lock-syntactic-face-function): New var.
14565 (font-lock-fontify-syntactically-region): Use it.
14566 (font-lock-doc-face): New.
14567
14568 * pcvs.el (cvs-enabledp): Ignore errors.
14569 (cvs-commit-filelist): Never query.
14570 (cvs-mode-insert): Always add a terminating / in the initial prompt.
14571 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
14572 (cvs-do-removal): Use cvs-partition rather than delete-if.
14573 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
14574 cvs-bury-buffer.
14575
14576 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14577 Allow `next' to jump to after the end of the last match.
14578
778fbc46
GM
145792000-11-09 Gerd Moellmann <gerd@gnu.org>
14580
730c746c
GM
14581 * simple.el (byte-compiling-files-p): New function.
14582
14583 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
14584 if it is there.
14585
14586 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
14587 nil again.
14588
778fbc46
GM
14589 * textmodes/ispell.el (ispell-library-path): Don't call
14590 check-ispell-version when byte-compiling because that starts
14591 an ispell process, and ispell might not be installed.
14592 (toplevel): Don't set up a menu when byte-compiling.
14593
14594 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14595 it, so that a boundp test can be used to determine if we're
14596 currently byte-compiling.
14597
5912c5bb
DL
145982000-11-09 Dave Love <fx@gnu.org>
14599
83c9cb8e 14600 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 14601
7bb054a5
GM
146022000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14603
83c9cb8e
SM
14604 * ps-print.el: Patch for variable initialization when spooling.
14605 Doc fix.
7bb054a5
GM
14606 (ps-output-list): Fun eliminated.
14607 (ps-begin-file, ps-begin-job): Code fix.
14608
9db2706e
DL
146092000-11-08 Dave Love <fx@gnu.org>
14610
83c9cb8e 14611 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 14612
f7eb32aa
GM
146132000-11-08 Gerd Moellmann <gerd@gnu.org>
14614
14615 * simple.el (shell-command, display-message-or-buffer)
14616 (shell-command-on-region): Mention resize-mini-windows in the doc
14617 string.
14618 (display-message-or-buffer): Take the value of resize-mini-windows
14619 into account.
14620
7b01b08c
GM
146212000-11-07 Gerd Moellmann <gerd@gnu.org>
14622
acad3c0b
GM
14623 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14624
7b01b08c
GM
14625 * dired.el (dired-between-files): Add `^. find' as an alternative
14626 to the regular expression, for find-dired.
14627
6f602bd0
SM
146282000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14629
14630 * textmodes/texnfo-upd.el: Require texinfo.
14631 (defmacro, defgroup): Remove.
14632 (texinfo-section-to-generic-alist): Remove.
14633 Use texinfo-section-list instead (i.e. level is changed string->int).
14634 (texinfo-filter): New function.
14635 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14636 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14637 Use it. And use regexp-opt.
14638 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14639 (texinfo-update-menu-region-beginning)
14640 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14641 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14642 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 14643 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
14644 (texinfo-sequential-node-update): Remove autoload cookie.
14645
14646 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14647 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14648 (texinfo-chapter-level-regexp): Remove.
14649 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14650
bb216218
DL
146512000-11-06 Dave Love <fx@gnu.org>
14652
6f602bd0 14653 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 14654
6f602bd0
SM
14655 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14656 Match defun*.
bb216218 14657
ff8dd5d5
KH
146582000-11-06 Kenichi Handa <handa@etl.go.jp>
14659
14660 * composite.el (composition-function-table): Variable declaration
14661 moved to src/composite.c.
14662 (compose-chars-after): New optional arg object.
14663
e9da51a1
GM
146642000-11-06 Gerd Moellmann <gerd@gnu.org>
14665
e0c12c68
GM
14666 * bindings.el (mode-line-toggle-read-only)
14667 (mode-line-toggle-modified, mode-line-widen)
14668 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14669 (make-mode-line-mouse2-map): Rewritten.
14670 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14671 functions so that C-h k can show something with a doc string.
eaae8106 14672
e9da51a1
GM
14673 * startup.el (fancy-splash-delay): Set to 10 seconds.
14674 (fancy-splash-max-time): New user-option.
14675 (fancy-splash-stop-time): New variable.
14676 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14677 (fancy-splash-screens-1): Throw `stop-splashing' when current
14678 time is greater than fancy-splash-stop-time.
14679
611dbdf0
SM
146802000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14681
4d2806e2
SM
14682 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14683
611dbdf0
SM
14684 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14685 Prompt user for a file rather than raising an error.
14686 (cvs-enabledp): Fix call to cvs-mode-marked.
14687 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14688 (cvs-mode-insert): Use it. Change the init prompt' value.
14689 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14690
14691 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14692 Don't pass default arg to ewoc-locate.
14693 (ewoc-collect): Return result in the right order.
14694
14695 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14696
14697 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14698 (cvs-status-get-tags): Fix regexp.
14699 (cvs-status-trees, cvs-status-cvstrees):
14700 Combine after change hooks and don't sit-for.
4d2806e2
SM
14701 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14702 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
14703 Use make-char rather than hard-coded cryptic data.
14704 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14705
14706 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14707
14708 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14709 (cvs-insert-strings): New function.
14710
937b2877
MB
147112000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14712
14713 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14714 `mwheel-scroll-amount'.
14715 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14716 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14717 string-matching against the version string.
14718
c6c97763
KH
147192000-11-06 Kenichi Handa <handa@etl.go.jp>
14720
6eaec747
KH
14721 * language/thai.el ("Thai"): Set a lisp form that produces
14722 composed string in `sample-text' language info.
14723
14724 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14725 composed string in `sample-text' language info.
14726
83c9cb8e
SM
14727 * international/mule-cmds.el (describe-language-environment):
14728 Eval `sample-text' data and insert the result.
6eaec747 14729
c6c97763
KH
14730 * international/mule-conf.el (compound-text): Define this coding
14731 system here. Make x-ctext and ctext aliases of it.
14732
14733 * language/european.el (compound-text, ctext): Moved to
14734 international/mule-conf.el.
14735
d1145f85
AI
147362000-11-05 Andrew Innes <andrewi@gnu.org>
14737
14738 * w32-fns.el (w32-version): New function.
14739
178a6a45
SM
147402000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14741
14742 * progmodes/awk-mode.el: Update copyright.
14743 (awk-mode-abbrev-table): Remove.
14744 (awk-font-lock-keywords): Use regexp-opt.
14745 (awk-mode): Use define-derived-mode.
14746
14747 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14748 when extracting a suffix.
14749
1ba90166
AS
147502000-11-04 Andre Spiegel <spiegel@gnu.org>
14751
14752 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14753 auto-save-mode.
14754
546790cb
JR
147552000-11-04 Jason Rumney <jasonr@gnu.org>
14756
14757 * language/european.el (decode-mac-roman): Test against r1 not r0.
14758
d247e32d
SM
147592000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14760
fbf44f44
SM
14761 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14762 (icon-mode): Define indent-line-function.
14763 (icon-comment-indent): Simplify.
14764 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14765
14766 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14767
14768 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14769 Bind change-log-default-mode to defeat the caching done on it.
14770 Don't bother saving excursion any more.
14771
14772 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14773
14774 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14775 (set-frame-font): Use the new name (and the old for compatibility).
14776
eaae8106
SS
14777 * toolbar/tool-bar.el (tool-bar-mode):
14778 * time.el (display-time-mode):
14779 * recentf.el (recentf-mode):
14780 * paren.el (show-paren-mode):
14781 * mwheel.el (mouse-wheel-mode):
14782 * msb.el (msb-mode):
14783 * jka-compr.el (auto-compression-mode):
14784 * image-file.el (auto-image-file-mode):
14785 * hl-line.el (hl-line-mode):
14786 * delsel.el (delete-selection-mode):
14787 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
14788 * complete.el (partial-completion-mode): Drop unneeded positional args.
14789
eaae8106 14790 * info.el (Info-mode):
79372165 14791 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 14792
d247e32d
SM
14793 * log-edit.el (log-edit-menu): New menu.
14794
4921558e
MB
147952000-11-03 Miles Bader <miles@gnu.org>
14796
14797 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14798 definition, so that trailing spaces are handled properly.
14799 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14800
1fc02b3c
GM
148012000-11-03 Gerd Moellmann <gerd@gnu.org>
14802
14803 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14804 tab character.
14805 (fancy-splash-screens): Set tab-width to 20.
14806
51d001f7
DL
148072000-11-03 Dave Love <fx@gnu.org>
14808
14809 * comint.el (comint-completion-addsuffix): Fix custom type.
14810
ba22aeff
SM
148112000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14812
14813 * font-lock.el (font-lock-buffers): Remove.
14814 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14815 (font-lock-change-major-mode): Remove.
14816 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14817 (font-lock-default-fontify-region): Extend the multiline
14818 fontification to whole lines.
14819 (font-lock-fontify-anchored-keywords)
14820 (font-lock-fontify-keywords-region): If matching just one
14821 line (with \n) only mark the \n as multiline.
14822
14823 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14824 Correctly handle the case where several :group args are supplied.
14825 Allow :extra-args.
14826 (easy-mmode-define-global-mode): Allow :extra-args.
14827 Correctly handle the case where several :group args are supplied.
14828
9c887ada
MB
148292000-11-02 Miles Bader <miles@gnu.org>
14830
eaae8106 14831 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
14832 (holiday-face): Remove dependency on `window-system'.
14833
7f25090d
KR
148342000-11-02 Ken Raeburn <raeburn@gnu.org>
14835
14836 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 14837 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 14838 (compile-files): Bomb out if compilation of a file fails.
7f25090d 14839
7dd6009c
DL
148402000-11-02 Dave Love <fx@gnu.org>
14841
14842 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14843
94821e4f
EZ
148442000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14845
14846 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14847 punctuation in the warning inserted into the *mail* buffer.
14848
1ac3fc42
GM
148492000-11-02 Gerd Moellmann <gerd@gnu.org>
14850
57731876
GM
14851 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14852 (authors-public-domain-p): New function.
14853 (authors-print): Use it.
14854
975f82c9
GM
14855 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14856
1ac3fc42
GM
14857 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14858
4b3eb10f
GM
148592000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14860
975f82c9 14861 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
14862 (ps-print-version): New version number (6.3.1).
14863 (ps-even-or-odd-pages): Customization fix.
14864 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14865 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14866 (ps-page-count): Var replaced by `ps-page-column'.
14867 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14868 (ps-print-sheet-p): New fun.
14869
7da794df
MB
148702000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14871
14872 * tooltip.el (tooltip-gud-tips-setup): New function.
14873 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14874 (tooltip-mode): Call tooltip-gud-tips-setup.
14875 (tooltip-gud-tips): Use `gud-basic-call' instead of
14876 process-send-string, so the prompt gets frobbed appropriately.
14877 Handle nil return value from `tooltip-gud-print-command'.
14878
0e40b809
EL
148792000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14880
14881 * comint.el (comint-add-to-input-history): New function.
14882 (comint-send-input): Use `comint-add-to-input-history'.
14883
50ada0db
MB
148842000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14885
973a3104
MB
14886 * info.el (info-menu-header): New face.
14887 (Info-fontify-menu-headers): New function.
14888 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14889
50ada0db
MB
14890 * info.el (Info-insert-dir): Don't include blank lines at
14891 beginning of additional dir files (one is added automatically).
14892
bff53411
SM
148932000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14894
14895 * emacs-lisp/easy-mmode.el (define-minor-mode):
14896 Revert the latest changes.
14897 Allow the three positional arguments to be skipped and replaced
14898 by keyword arguments.
14899 Add a :toggle argument to determine whether a nil arg means toggle
14900 or means turn-on. The default is unchanged.
14901 Add a call to force-mode-line-update.
14902
6b8a0b2d
DL
149032000-11-01 Dave Love <fx@gnu.org>
14904
83c9cb8e 14905 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 14906
5bf99100
MB
149072000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14908
83c9cb8e
SM
14909 * calendar/calendar.el (diary-face, holiday-face):
14910 Add dark-background variants.
5bf99100 14911
a4032611
SS
149122000-10-31 Sam Steingold <sds@gnu.org>
14913
14914 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14915 `tex-main-file' does not have directory in it.
14916
c286608e
SM
149172000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14918
14919 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14920
4836835a
TTN
149212000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14922
14923 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14924 functional change.
14925
26dcb81b
GM
149262000-10-31 Gerd Moellmann <gerd@gnu.org>
14927
14928 * files.el (find-file-noselect): When we expand a wildcard, return
14929 a list of buffers, as we should do according to the doc string.
14930
49fc4500
KR
149312000-10-31 Ken Raeburn <raeburn@gnu.org>
14932
14933 * loadup.el (top level): Adjust load path if program name is
14934 "../src/bootstrap-emacs", in case it's not dumped and thus the
14935 load path adjustment hasn't already been done.
14936
ea0c615d
GM
149372000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14938
83c9cb8e
SM
14939 * ps-print.el: Fix bug on selected pages for printing.
14940 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
14941 is on. Try to avoid warning messages when compiling. Doc Fix.
14942 (ps-print-version): New version number (6.3).
14943 (ps-color-device): Use `color-values' to determine if device
14944 supports color.
14945 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14946 (ps-print-page-p): Changed from defsubst to defun.
14947 (ps-page-number): Changed from defmacro to defun.
14948 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14949 printing.
c286608e 14950 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
14951 (ps-end-file, ps-dummy-page): Funs eliminated.
14952 (ps-print-color-scale): Changed default value.
14953 (ps-page-n-up, ps-print-page-p): New internal vars.
14954 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14955 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14956
9e20722f
GM
14957 * delim-col.el: Little programming improvement.
14958 (delimit-columns-str): New macro.
14959 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14960
d7a0fd00
KH
149612000-10-31 Kenichi Handa <handa@etl.go.jp>
14962
c286608e
SM
14963 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14964 Moved to european.el.
d7a0fd00
KH
14965 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14966 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
14967 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14968 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 14969
234be340
DL
149702000-10-30 Dave Love <fx@gnu.org>
14971
14972 * progmodes/cc-menus.el (imenu-generic-expression)
14973 (imenu-progress-message): Only defvar when compiling.
14974
4edc4a39
DL
14975 * emacs-lisp/elp.el (elp-unload-hook): New function.
14976
14977 * loadhist.el (unload-feature): Call elp-restore-function,
14978 checking for symbols; don't use elp-restore-all.
14979 (loadhist-hook-functions): Doc fix.
14980
70c825df
SM
149812000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14982
14983 * log-edit.el (log-edit-confirm): Fix the default.
14984
1d3baf74
GM
149852000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14986
14987 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14988 delimit-columns-format.
14989 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 14990
1ec321a7
MB
149912000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14992
14993 * comint.el (comint-replace-by-expanded-history): Don't use
14994 comint-get-old-input (we're not looking at *old* input).
14995 (comint-get-old-input-default): If using fields, signal an error
14996 when the point is not in an input field.
14997
70737ea9
KH
149982000-10-30 Kenichi Handa <handa@etl.go.jp>
14999
15000 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
15001 and mule-unicode-e000-ffff.
15002
fa0cb51d 15003 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
15004 (make-coding-system): Accept a symbol of translation table as a
15005 value of property `safe-chars'.
15006
15007 * international/mule-cmds.el (encode-coding-char): Check property
15008 safe-chars instead of safe-charsets.
15009
15010 * international/fontset.el (fontset-default): Modified for
15011 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
15012 (x-font-name-charset-alist): Likewise.
15013 (ccl-encode-unicode-font): New CCL program. Record it in
15014 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
15015
70c825df
SM
15016 * language/european.el (mac-roman-decoder, mac-roman-encoder):
15017 New translation tables.
70737ea9
KH
15018 (decode-mac-roman, encode-mac-roman): Definition of these CCL
15019 programs are modified and moved from mac-win.el.
15020 (mac-roman): Definition of this coding system is modified and
15021 moved from mac-win.el.
4836835a 15022
fda2ce24 150232000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 15024
1d3baf74 15025 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 15026 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 15027
dd4d3cb6
MB
150282000-10-29 Miles Bader <miles@gnu.org>
15029
15030 * custom.el (custom-add-to-group): Allow multiple entries for a
15031 given value OPTION, as long as their widget types are different.
15032 * cus-edit.el (custom-face-value-create): If face name doesn't end
15033 with "face", add such here (similar to custom group widgets).
15034
15035 * comint.el (comint-highlight-prompt): Add :type.
15036
dace60cf
JW
150372000-10-28 John Wiegley <johnw@gnu.org>
15038
dace60cf
JW
15039 * calendar/timeclock.el (timeclock-log): Doc fix.
15040 (timeclock-last-event): Doc fix.
83c9cb8e 15041 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
15042 (timeclock-find-discrep): Use a temp buffer to read in the
15043 timelog, instead of visiting the file.
15044 (timeclock-log-data): A new function, along with a host of helper
15045 functions, for the purpose of making timelog data accessible to
15046 programmers.
15047
15048 * eshell/esh-mode.el (window-height test): Make certain that
15049 `eshell-stringify-t' is non-nil.
15050 (eshell-password-prompt-regexp): Changed to a much simpler
15051 password regexp.
15052 (eshell-send-input): If `eshell-invoke-directly' returns t,
15053 directly invoke the parsed command using `eval'. This improves
15054 turn-around time on simple commands by a factor of three or
15055 greater, such as cd, ls, pwd, etc. -- which get used very often.
15056 It also conserves thousands of cons cells per call (since
15057 `eshell-do-eval' consumes memory like a Cookie Monster set loose
15058 in the Pacific Cookie Company).
15059
15060 * eshell/esh-test.el (eshell-test): Whitespace fix.
15061
83c9cb8e
SM
15062 * eshell/em-ls.el (eshell-ls-insert-directory):
15063 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
15064
15065 * eshell/em-script.el (eshell-script-initialize): Add names to
15066 `eshell-complex-commands, since `source' and `.' are complex.
15067
0467b076
EZ
15068 * eshell/esh-cmd.el (eshell-rewrite-for-command)
15069 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
15070 `eshell-copy-handles'.
15071 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
15072 bodies.
15073 (eshell-separate-commands): Whitespace fix.
15074 (eshell-complex-commands): Added a new list of names, for
15075 determining whether a given command is as simple as it looks.
15076 (eshell-invoke-directly): New function. Returns t if a command
15077 should be invoked directly (using `eval'), rather than indirectly
15078 using `eshell-do-eval'.
15079 (eshell-do-eval): Whitespace fix.
15080
15081 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
15082 which provides an emulation of the DOS shell behavior of assuming
15083 that cp/mv/ln should copy/move/link to the current directory.
15084 (eshell-remove-entries): Added a doc string.
15085 (eshell-shuffle-files): Removed the check for `target' being null.
15086 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
15087 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
15088 it to do a smarter check of whether a destination was provided.
15089 (eshell/mv, eshell/cp): Enable `:preserve-args'.
15090 (eshell/ln): Enable `:preserve-args', and use
15091 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
15092 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
15093 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
15094 list after flattening it. This makes it possible to cat files
15095 with numerical names.
15096 (eshell-unix-initialize): Added several names to
15097 `eshell-complex-commands.
15098 (eshell-unix-command-complex-p): Return t if a given command name
15099 may result in external processes being invoked.
15100
15101 * eshell/em-glob.el (eshell-glob-show-progress): Make this
15102 variable nil by default, since it slows down glob processing by a
15103 factor of two or more, and increases memory consumption.
15104
15105 * eshell/em-smart.el: Added a note about how memory consumptive
15106 smart display mode can be (at least this is true in Emacs 21).
15107 (eshell-smart-initialize): Whitespace fix.
15108 (eshell-refresh-windows): Use `if' instead of `when'.
15109 (eshell-smart-scroll-window): Calling `save-current-buffer' was
15110 not necessary.
83c9cb8e 15111 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
15112
15113 * eshell/em-ls.el (eshell-do-ls): Code simplification.
15114 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
15115 Whitespace fix.
15116 (eshell-ls-exclude-hidden): Added this variable in addition to
15117 `eshell-ls-exclude-regexp'. This one prevents files beginning
15118 with . from even being read, which can improve memory consumption
15119 quite a bit.
15120 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
15121 read file entries beginning with a dot. In home directories with
15122 lots of hidden files, fully two-thirds of the time spent in ls is
15123 used to read directory entries that are immediately thrown away.
15124 (eshell-ls-initial-args): Added back this configuration variable,
15125 for specifying default initial arguments to every call to ls.
15126 Much faster than using an alias to do the same thing.
15127 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
15128 (eshell-ls-dir): Whitespace change.
15129
15130 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
15131
83c9cb8e 15132 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
15133 (eshell-stringify-t): Added a customization variable, to indicate
15134 whether `t' should be rendered as a string at all. If not, one
15135 can still determine if the result of an expression is true using
15136 "file-exists-p FILE && echo true".
15137 (eshell-stringify): If `eshell-stringify-t' is nil, don't
15138 stringify t!
15139
15140 * eshell/esh-module.el: Whitespace fix.
15141
83c9cb8e
SM
15142 * eshell/em-alias.el (eshell-alias-initialize):
15143 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
15144 (eshell-command-aliased-p): New function that returns t if a
15145 command name names an aliased.
15146
657f9cb8 151472000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 15148
0467b076 15149 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 15150 redrawing the screen when changing cursor color.
0467b076
EZ
15151 (viper-insert-state-pre-command-sentinel)
15152 (viper-replace-state-pre-command-sentinel)
70c825df
SM
15153 (viper-replace-state-post-command-sentinel):
15154 Use viper-preserve-cursor-color.
657f9cb8
MK
15155 Many functions changed to use viper= instead of = when comparing
15156 characters.
0467b076 15157 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 15158 working with characters.
0467b076 15159 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
15160 Many functions changed to use viper= instead of = when comparing
15161 characters.
0467b076 15162 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 15163
0467b076 15164 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 15165 Several typos fixed in various docstrings.
0467b076 15166 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 15167 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
15168 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
15169 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
15170 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
15171 (ediff-get-selected-buffers): New function.
15172 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
15173 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
15174 Use save-window-excursion.
0467b076 15175 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 15176 termination check in while loop.
0467b076 15177 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 15178 dired buffer.
0467b076
EZ
15179 (ediff-files,ediff-merge-files,ediff-files3)
15180 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 15181
4f490d99
DL
151822000-10-28 Dave Love <fx@gnu.org>
15183
15184 * info.el (Info-fontify-node): Add help-echo for menu items.
15185
45b84006
EZ
151862000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
15187
5ebc02b3
EZ
15188 * startup.el (normal-top-level): If the value of $TERM indicates
15189 we are running from xterm or one of its work-alikes, default to a
15190 light background mode.
15191
45b84006
EZ
15192 Support for -fg, -bg, and -rv command-line arguments for TTYs:
15193 * faces.el (tty-handle-reverse-video): New function.
15194 (tty-create-frame-with-faces): Call it.
15195
15196 * frame.el (frame-notice-user-settings): Don't apply
15197 default-frame-alist and initial-frame-alist to MS-DOS frames.
15198 Call tty-handle-reverse-video, frame-set-background-mode, and
15199 face-set-after-frame-default for non-MS-DOS frames.
15200
15201 * startup.el (tty-long-option-alist): New variable.
15202 (tty-handle-args): New function.
15203 (command-line): Call tty-handle-args.
15204
15205 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
15206 startup.el now does that for all character-terminal frames.
15207
eab6e8b9
MB
152082000-10-28 Miles Bader <miles@gnu.org>
15209
83c9cb8e
SM
15210 * emacs-lisp/easy-mmode.el (define-minor-mode):
15211 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
15212 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 15213 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
15214 version using `easy-mmode-define-global-mode'.
15215 Add :conditional-turn-on keyword argument.
eab6e8b9 15216
51a29efc
DL
152172000-10-28 Dave Love <fx@gnu.org>
15218
83c9cb8e
SM
15219 * international/latin1-disp.el (latin1-char-displayable-p):
15220 Don't use window-system.
51a29efc 15221
d71d7114
EZ
152222000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
15223
15224 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15225 Don't call find-buffer-file-type-coding-system. Instead, just
15226 set eol-type to -unix if inhibit-eol-conversion is in effect, or
15227 if the file is on an untranslated filesystem.
15228 (add-untranslated-filesystem): Use "D" instead of "f" inside
15229 interactive.
15230
1f9cab4b
DL
152312000-10-27 Dave Love <fx@gnu.org>
15232
70c825df 15233 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
15234 (refill-mode): Use it.
15235
70c825df
SM
152362000-10-27 Stefan Monnier <monnier@cs.yale.edu>
15237
15238 * international/quail.el (quail-activate): Don't make-local-hook.
15239
7432cf10
AS
152402000-10-27 Andre Spiegel <spiegel@gnu.org>
15241
4836835a 15242 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 15243 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
15244 (vc-make-version-backup): Don't do it on MS-DOS without long file
15245 names.
4836835a 15246
7432cf10
AS
15247 * vc.el (vc-version-other-window): If an automatic backup of the
15248 desired version exists, rename it instead of copying it.
15249
4836835a
TTN
15250 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
15251 after command. If there's an unexpected error, signal it instead
7432cf10 15252 of being silent.
e1483c38 15253 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 15254
05ea7ef2
MB
152552000-10-27 Miles Bader <miles@lsi.nec.co.jp>
15256
fd1035aa
MB
15257 * shell.el (shell): Add BUFFER argument.
15258 * comint.el (make-comint-in-buffer): New function.
15259 (make-comint): Use it.
15260
05ea7ef2
MB
15261 * faces.el (face-spec-choose): Change syntax so that the list of
15262 attribute-value pairs is now the cdr of each clause, not the cadr.
15263 Detect old-style entries, and handle them. Use pop.
15264
835a55fe
SM
152652000-10-26 Stefan Monnier <monnier@cs.yale.edu>
15266
f5ab1cdd
SM
15267 * cus-edit.el (custom-mode-map): Use a sparse map.
15268 (custom-mode): Don't bother with make-local-hook.
15269
15270 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
15271
835a55fe
SM
15272 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
15273
c13b0ec8
GM
152742000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15275
15276 * ps-print.el: Avoid compilation gripes.
15277 (ps-print-version): New version number (6.2.1).
4836835a 15278
e9f63196
DL
152792000-10-26 Dave Love <fx@gnu.org>
15280
0b95284b
DL
15281 * menu-bar.el: Modify some menu item help strings.
15282 (menu-bar-help-menu): Add link to MORE.STUFF.
15283
e9f63196
DL
15284 * cus-edit.el (custom-mode): Add `special' mode-class property.
15285
15286 * wid-browse.el (widget-browse-mode): Likewise.
15287
15288 * wid-edit.el (widget-specify-field): Revert to using local-map
15289 property, not keymap.
15290
e276a14a
MB
152912000-10-26 Miles Bader <miles@lsi.nec.co.jp>
15292
c1545d88
MB
15293 * wid-edit.el (widget-field-end): When checking for a `boundary'
15294 field, do so in the correct buffer.
15295
3c1b77ca
MB
15296 * simple.el (undo): Correctly distinguish between numeric and
15297 non-numeric prefix args in non-transient-mark-mode, as per the doc
15298 string. When in transient-mark-mode, treat all prefix-args as
15299 numeric.
15300
f5ab1cdd
SM
15301 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
15302 Position point on match. Handle N == 0 correctly.
22626d9d
MB
15303
15304 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
15305 (comint-mode-map): Reverse order of `comint-write-output' and
15306 `comint-append-output-to-file'.
15307 (comint-append-output-to-file): Reinstate this function, for the
15308 benefit of the menu.
15309
d97151cb
SM
153102000-10-25 Stefan Monnier <monnier@cs.yale.edu>
15311
15312 * vc.el (vc-version-other-window): Bind `file'.
15313
ea7d6f5b
GM
153142000-10-25 Gerd Moellmann <gerd@gnu.org>
15315
f5ab1cdd 15316 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
15317
15318 * emacs-lisp/authors.el (batch-update-authors): New function.
15319 (authors-fixed-entries): New defconst.
15320 (authors-add-fixed-entries): New function.
15321 (authors): Call it.: Don't process lispref/.
15322
17c25cea
JR
153232000-10-25 Jason Rumney <jasonr@gnu.org>
15324
15325 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15326 Merge x w32 and mac definitions.
15327
4ecda532
GM
153282000-10-25 Gerd Moellmann <gerd@gnu.org>
15329
15330 * menu-bar.el (menu-bar-options-menu): Add a help string for
15331 `uniquify'.
15332
b52758d1 153332000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 15334
f5ab1cdd
SM
15335 * time-stamp.el (time-stamp-string-preprocess):
15336 Fix a wrong type argument error.
b6735035 15337
f4cbc7a0
MB
153382000-10-25 Miles Bader <miles@gnu.org>
15339
15340 * recentf.el (recentf-mode): Variable removed.
15341 (recentf-mode): Use `define-minor-mode'.
15342
15343 * mwheel.el (mouse-wheel-mode): New global minor mode.
15344 (mwheel-install): Use `mouse-wheel-mode'.
15345
f4b020f6
DL
153462000-10-25 Dave Love <fx@gnu.org>
15347
f5ab1cdd
SM
15348 * progmodes/cperl-mode.el (cperl-mode):
15349 Set normal-auto-fill-function correctly.
072cb6f9 15350
83c9cb8e
SM
15351 * wid-edit.el (widget-field-keymap, widget-text-keymap):
15352 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 15353 bindings.
f4b020f6 15354
ebe2a441
MB
153552000-10-25 Miles Bader <miles@lsi.nec.co.jp>
15356
ff4dcd4b
MB
15357 * wid-edit.el (widget-field-at): New function.
15358 (widget-at, widget-field-activate): Use it.
15359 (widget-tabable-at): Use `widget-at'.
15360 (widget-specify-field): If the terminating character of the widget
15361 field (which is read-only) is a newline, put it into a special
15362 `boundary' field so that C-n/C-p act more naturally.
15363 (widget-field-end): Also don't subtract one if a special
15364 `boundary' field has been added after the widget field.
15365
83c9cb8e
SM
15366 * comint.el (comint-output-filter, comint-send-input):
15367 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 15368 code, since it should notice the overlay insertion-types now.
ff4dcd4b 15369
ebe2a441
MB
15370 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
15371 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
15372 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
15373
fe50b6ab
GM
153742000-10-24 Gerd Moellmann <gerd@gnu.org>
15375
53df4dda 15376 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
15377 (authors): Set file coding system to iso-2022-7bit.
15378 Add file-local variables to output buffer.
53df4dda 15379
4836835a 15380 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
15381 WARN is nil.
15382
53df4dda
GM
153832000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15384
15385 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
15386
15387 * delim-col.el: Now there is a column formatting mechanism.
15388 Modified to customization mechanisms convention. Doc fix.
15389 (columns): New group for delim-col.
15390 (delimit-columns-before, delimit-columns-after)
15391 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
15392 (delimit-columns-end): New vars.
15393 (delimit-columns-customize, delimit-columns-format): New funs.
15394 (delimit-columns-region, delimit-columns-rectangle)
15395 (delimit-columns-rectangle-line): Modified to support column
15396 formatting.
4836835a 15397
a9839779
DL
153982000-10-24 Dave Love <fx@gnu.org>
15399
15400 * log-edit.el (log-edit): Add :version and a :group for vc.
15401
df0267b8
GM
154022000-10-24 Gerd Moellmann <gerd@gnu.org>
15403
9acc3873
GM
15404 * files.el (after-find-file): Don't print a message ``New file''
15405 if WARN is nil.
15406
83c9cb8e
SM
15407 * wid-edit.el (widget-field-keymap, widget-text-keymap):
15408 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
15409 get duplicate tool-bar entries because we'll see the global ones
15410 on more than one path through keymaps.
15411
1946f901
GM
15412 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
15413
df0267b8
GM
15414 * progmodes/cmacexp.el: Change Francesco's email address.
15415
ae3b264b
KH
154162000-10-24 Kenichi Handa <handa@etl.go.jp>
15417
15418 * window.el (fit-window-to-buffer): Adjust point of the window
15419 buffer, not that of the current buffer.
15420
23afac01
EZ
154212000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
15422
15423 * progmodes/cmacexp.el: Update the euthor's email address.
15424
22d1a4ed
MB
154252000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15426
15427 * faces.el (face-spec-set-match-display): Add `graphic' display
15428 type (the inverse of `tty'). Use `display-graphic-p' instead of
15429 the window-system variable.
15430
f408aa48
KH
154312000-10-24 Kenichi Handa <handa@etl.go.jp>
15432
83c9cb8e
SM
15433 * international/isearch-x.el (isearch-with-input-method):
15434 Call input-method-function with the first event in
f408aa48
KH
15435 unread-command-events.
15436
94fe8a31
MB
154372000-10-24 Miles Bader <miles@lsi.nec.co.jp>
15438
83c9cb8e 15439 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 15440
8f47302e
AC
154412000-10-24 Andrew Choi <akochoi@i-cable.com>
15442
15443 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
15444 New charsets.
15445
15446 * term/mac-win.el: Remove definitions of mac-roman-lower and
15447 mac-roman-upper, require dired, and define instead of set
15448 mac-ready-for-drag-n-drop to avoid compilation error.
15449
446c097e
AI
154502000-10-23 Andrew Innes <andrewi@gnu.org>
15451
83c9cb8e
SM
15452 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
15453 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
15454 expand-file-name after convert-standard-filename to ensure
15455 expected directory separators are used.
15456
379b70e7
EZ
154572000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
15458
15459 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
15460
85c766e9
DL
154612000-10-23 Dave Love <fx@gnu.org>
15462
b7e03a67
DL
15463 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
15464 (tool-bar-add-item): Set foreground and background for XBM icons.
15465
83c9cb8e
SM
15466 * international/latin1-disp.el (latin1-char-displayable-p):
15467 New function (from Handa).
b7e03a67
DL
15468 (latin1-display-check-font): Use it.
15469
0dcf8835 15470 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
15471 using :key-sequence, making it much more usable.
15472 Use nconc, not append.
0dcf8835
DL
15473 (imenu--create-keymap-1): Avoid append.
15474
85c766e9 15475 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 15476
cb3069bb
MB
154772000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15478
15479 [the following changes fix a bug where `define-minor-mode' didn't
15480 correctly generate :require clauses for defcustoms in compiled files]
15481 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
15482 (byte-compile-log-file, byte-compile-log-1): Don't set
15483 `byte-compile-current-file' to nil. Instead set
15484 `byte-compile-last-logged-file' to it. Test whether
15485 byte-compile-current-file equals byte-compile-last-logged-file
15486 instead of whether its nil.
3b6542ba 15487 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 15488
6db6243b
SM
154892000-10-23 Stefan Monnier <monnier@cs.yale.edu>
15490
15491 * textmodes/refill.el: Fix var names in doc.
15492 (refill-mode): Don't bother with make-local-hook anymore.
15493
98490598
MB
154942000-10-23 Miles Bader <miles@lsi.nec.co.jp>
15495
e01cd227
MB
15496 * faces.el (face-user-default-spec, face-default-spec): New functions.
15497 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 15498 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
15499 Use `face-user-default-spec'. Simplify code slightly.
15500
4836835a 15501 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
15502 (woman-unknown-face): Add dark-background variants.
15503 (woman-default-faces): Renamed from `woman-colour-faces'.
15504 Set using the stored defaults, rather than using hard-wired colors.
15505 (woman-monochrome-faces): Renamed from `woman-black-faces'.
15506 Just make the foreground `unspecified' rather than "black".
15507 (woman-menu): Rename menu entries accordingly.
15508
98490598
MB
15509 * faces.el (header-line): Make more reasonable on mono/grayscale
15510 displays.
15511
1a578e9b
AC
155122000-10-23 Andrew Choi <akochoi@i-cable.com>
15513
15514 * cus-edit.el (custom-button-face): Use 3D look for mac.
15515 (custom-button-pressed-face): Likewise.
15516
15517 * faces.el (set-face-attributes-from-resources): Handle mac frames
15518 in the same way as x and w32 frames.
15519 (face-valid-attribute-values): Likewise.
15520 (read-face-attribute): Likewise.
15521 (defined-colors): Likewise.
15522 (color-defined-p): Likewise.
15523 (color-values): Likewise.
15524 (display-grayscale-p): Likewise.
15525 (face-set-after-frame-default): Likewise.
15526 (mode-line): Same default face as for x and w32.
15527 (tool-bar): Likewise.
15528
15529 * frame.el: Remove call to frame-notice-user-settings at end of
15530 the file.
15531
83c9cb8e 15532 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
15533 as for x, pc, and w32 frame types.
15534
15535 * term/mac-win.el: New file.
15536
aaaf7be7
DL
155372000-10-22 Dave Love <fx@gnu.org>
15538
15539 * textmodes/refill.el: New file.
15540
5392d654
AS
155412000-10-22 Andre Spiegel <spiegel@gnu.org>
15542
4836835a 15543 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 15544 MANUAL and REGEXP.
4836835a 15545 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
15546 New functions.
15547 (vc-before-save): Use the latter.
15548 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
15549 confusion.
15550
4836835a 15551 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
15552 expected by vc[-hooks].el.
15553
15554 * vc.el (vc-checkout): Added `-p' suffix in call to
15555 vc-make-version-backups-p; use vc-make-version-backup to actually
15556 make the backup.
15557 (vc-version-other-window, vc-version-backup-file): Handle both
15558 automatic and manual backups.
15559 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
15560 of all of them.
15561
1e221c16
MB
155622000-10-22 Miles Bader <miles@gnu.org>
15563
7ff4fda5
MB
15564 * comint.el (comint-highlight-input, comint-highlight-prompt):
15565 Renamed, `-face' at end removed.
15566 (comint-send-input, comint-output-filter): Use renamed faces.
15567
3511cde8
MB
15568 * window.el (fit-window-to-buffer): Change defaulting of
15569 MAX-HEIGHT slightly.
15570
1e221c16
MB
15571 * faces.el (color-values, color-defined-p): Use `member', not
15572 `memq', because it works correctly for strings.
15573 (frame-set-background-mode): Actually, "unspecified-fg" and
15574 "unspecified-bg" *are* strings. Use `member', not `memq', and
15575 `equal', not `eq', when a string value is possible.
15576
b6ef4898
EZ
155772000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15578
15579 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
15580
34939e2c
SM
155812000-10-21 Stefan Monnier <monnier@cs.yale.edu>
15582
15583 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
15584 sh-electric-rparen, sh-electric-less and sh-electric-hash.
15585 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
15586 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
15587 (sh-font-lock-syntactic-keywords): Use them.
15588 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
15589 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
15590 (sh-mode): Don't override font-lock-unfontify-region-function.
15591 Use a copy of sh-font-lock-syntactic-keywords.
15592 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15593 Don't call sh-scan-buffer since font-lock does it on the fly.
15594 (sh-get-indent-info): Use `face' rather than `syntax-table'
15595 text-property to detect here-documents.
15596 Replace sh-special-syntax with sh-st-punc.
15597 (sh-prev-line): Use `face' rather than `syntax-table'
15598 text-property to skip over here-documents.
15599 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15600 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15601 (sh-electric-less, sh-set-here-doc-region)
4836835a 15602 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
15603 (sh-scan-buffer, sh-rescan-buffer): Remove.
15604
f3d3c491
AI
156052000-10-21 Andrew Innes <andrewi@gnu.org>
15606
15607 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15608 remote (ange-ftp) file names.
15609
b86c791c
MB
156102000-10-21 Miles Bader <miles@gnu.org>
15611
d9c30bdf
MB
15612 * window.el (fit-window-to-buffer): New function.
15613 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
15614 (window-text-height): Don't expect minibuffers to have mode-lines.
15615
d9c30bdf 15616 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
15617 * international/quail.el (quail-update-guidance):
15618 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 15619
617fee5a
MB
15620 * international/quail.el (quail-show-guidance-buf): Make sure
15621 guidance window really has enough room.
15622 (quail-update-guidance): If quail-guidance-win is already shown,
15623 make sure its height is OK.
15624
b86c791c
MB
15625 * window.el (window-text-height, set-window-text-height):
15626 New functions.
15627 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15628 instead of `window-height' & `mode-line-window-height-fudge'.
15629 (mode-line-window-height-fudge): Add FACE parameter.
15630 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15631 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15632
e34850d1
MB
156332000-10-20 Miles Bader <miles@gnu.org>
15634
15635 * window.el (height-affecting-face-attributes): Use `defconst'.
15636
15637 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15638 New function, conditionally aliased to `mode-line-window-height-fudge'.
15639 (ispell-help): Use it.
15640 (ispell-choices-win-default-height): Don't include mode-line fudge.
15641 (ispell-choices-win-default-height): New function.
15642 (ispell-show-choices, ispell-command-loop): Use function
15643 `ispell-choices-win-default-height' instead of variable.
15644
a8b883c2
MB
156452000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15646
8c6e4a58
MB
15647 * window.el (mode-line-window-height-fudge): New variable.
15648 (height-affecting-face-attributes): New variable.
15649 (mode-line-window-height-fudge): New function.
15650 (shrink-window-if-larger-than-buffer): Use it.
15651 * help.el (resize-temp-buffer-window): Likewise.
15652
a8b883c2
MB
15653 * info.el (Info-fontify-node): Add support for @subsubsection
15654 titles, which use `Info-title-4-face'.
15655 (Info-title-4-face): New face.
15656 (Info-title-3-face): Inherit from Info-title-4-face instead of
15657 variable-pitch.
15658
e64c3a75
JR
156592000-10-19 Jason Rumney <jasonr@gnu.org>
15660
15661 * dired.el (dired-insert-directory): Do not let errors signalled by
15662 attempt to run dired-free-space-program prevent dired from working.
15663
c70fe852
SM
156642000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15665
15666 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15667
877cf6b4
GM
156682000-10-19 Gerd Moellmann <gerd@gnu.org>
15669
5de037e0
GM
15670 * dirtrack.el (dirtrack): Fix call to run-hooks.
15671
6deb9af9
GM
15672 * cmuscheme.el (cmuscheme-program-name): Renamed from
15673 scheme-program-name because xscheme.el contains a defcustom with
15674 the same name. As a consequence, customizing group `cmuscheme'
15675 loaded `xscheme' which redefined run-scheme.
15676 (run-scheme): Use cmuscheme-program-name.
15677
83c9cb8e 15678 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 15679
e597d8fb 15680 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 15681 anonymous address, and add a website for Befrienders International.
4836835a 15682
3e9cb08f
GM
156832000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15684
c70fe852
SM
15685 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15686 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
15687 (ps-print-version): New version number (6.2).
15688 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15689 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15690 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15691 (ps-x-extent-priority, ps-x-extent-start-position)
15692 (ps-x-face-font-instance, ps-x-find-coding-system)
15693 (ps-x-font-instance-properties, ps-x-make-color-instance)
15694 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15695 avoid compilation gripes without defining functions.
15696 (ps-e-find-composition): Alias for function find-composition, to have a
15697 suitable function depending on Emacs version.
15698 (ps-color-device, ps-color-values, ps-face-foreground-name)
15699 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15700 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15701 (ps-print-ensure-fontified): Function definitions surrounded by
15702 `eval-and-compile' to avoid compilation gripes.
15703 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15704 by symbol-value to avoid compilation gripes.
15705 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15706 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15707
d8abcd91
MB
157082000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15709
13ab33c4
MB
15710 * startup.el (normal-top-level): Call `frame-set-background-mode'
15711 after `frame-notice-user-settings' because the latter doesn't call
15712 the former on a tty.
15713
d8abcd91
MB
15714 * faces.el (frame-set-background-mode): `unspecified' &c are
15715 symbols, not strings.
15716
e8bce0a9
EZ
157172000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15718
c70fe852
SM
15719 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15720 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 15721
c70fe852
SM
15722 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15723 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 15724
773272d8
KH
157252000-10-19 Kenichi Handa <handa@etl.go.jp>
15726
c70fe852 15727 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
15728 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15729 for ISO10646-1 fonts.
15730 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15731
772139c0
EZ
157322000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15733
15734 * faces.el (frame-set-background-mode): If a tty frame defines a
15735 background color, use that to compute the background mode, instead
15736 of always defaulting to "dark".
15737
d134a19f
MB
157382000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15739
8bb84cb2
MB
15740 * comint.el (comint-write-output): New function.
15741 (comint-mode-map): Add it to the menu.
e40a778f 15742 Bind `C-c C-s' to comint-write-output.
d134a19f 15743
dada41e1
GM
157442000-10-18 Gerd Moellmann <gerd@gnu.org>
15745
15746 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15747 Use fancy-splash-delay.
15748
9b5360aa
GM
157492000-10-18 Alex Schroeder <alex@gnu.org>
15750
15751 * progmodes/sql.el (sql-sybase-options): New option.
15752 (sql-sybase): Use it. Add sql-database to the list of parameters
15753 provided for login. The options -w 2048 -n are not used any more.
15754
9035a35a
GM
15755 * comint.el (comint-read-input-ring): Bugfix such that the first
15756 and the last entry of the input ring file are not lost.
15757
3556c6dd
GM
157582000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15759
15760 * ps-print.el: Internal variable changes to defcustom,
15761 make-local-hook changes to defvar. Doc fix.
15762 (ps-print-version): New version number (6.1).
15763 (ps-setup, ps-do-despool): Code fix.
15764 (ps-printer-name): Customization fix.
15765 (ps-printer-name-option): Now is a defcustom instead of an
15766 internal variable.
15767 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15768 (ps-print-begin-column-hook): Now are defvar instead of
15769 make-local-hook.
4836835a 15770
4e217e50
MB
157712000-10-18 Miles Bader <miles@gnu.org>
15772
15773 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15774 (comint-kill-output): Changed into an alias for `comint-delete-output',
15775 and made obsolete.
15776 (comint-mode-map): Rename references to comint-kill-output.
15777
34460354
EZ
157782000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15779
15780 * diff-mode.el (diff-header-face, diff-file-header-face)
15781 (diff-changed-face): Add bold and italic attributes to tty faces.
15782 (diff-function-face): New face.
15783 (diff-font-lock-keywords): Use it.
15784
17ea3cdb
MB
157852000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15786
15787 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15788 Remove commented-out call to force-mode-line-update.
15789 (comint-kill-output): Use `forward-line 0' instead of
15790 beginning-of-line to make sure we get past the prompt.
15791
9244f2c7
SM
157922000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15793
15794 * diff-mode.el (diff-header-face, diff-file-header-face):
15795 Add specific setting for dark background.
15796 (diff-context-face): Renamed from diff-comment-face.
15797 Set explicitly rather than inheriting from font-lock-comment-face.
15798
1592c1ef
EZ
157992000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15800
15801 * startup.el (command-line): Move the code which sets the default
15802 TTY colors to before before-init-hook.
15803
f86292a9
GM
158042000-10-17 Gerd Moellmann <gerd@gnu.org>
15805
15806 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15807
f7f2e883
EZ
158082000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15809
e854cc22
EZ
15810 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15811 extensions, for MS-DOS.
15812
f7f2e883
EZ
15813 * diff-mode.el (diff-header-face, diff-file-header-face)
15814 (diff-changed-face): Define tty-specific colors.
15815
c7b4f0f9
GM
158162000-10-17 Gerd Moellmann <gerd@gnu.org>
15817
15818 * startup.el (fancy-splash-text): Realign the text.
15819
12a72271
EZ
158202000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15821
15822 * font-lock.el (font-lock-comment-face): Define a separate default
15823 for dark-background tty's.
15824
61dfccfd
MB
158252000-10-17 Miles Bader <miles@gnu.org>
15826
15827 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15828 being obscured by whizzy mode-lines on graphics displays.
15829
333cd59e
EZ
158302000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15831
15832 * info.el (Info-title-1-face, Info-title-2-face)
15833 (Info-title-3-face): Define colors for tty's.
dada41e1 15834 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 15835
dbf1fcc1
EZ
158362000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15837
15838 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15839 reverse from the frame parameters, and don't invert foreground and
15840 background colors.
15841
ac629823
MB
158422000-10-16 Miles Bader <miles@gnu.org>
15843
15844 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15845 string "*Info*". Call propertized-buffer-identification to spruce
15846 up the result.
15847
76eebffc
GM
158482000-10-16 Gerd Moellmann <gerd@gnu.org>
15849
3a6b59d9
GM
15850 * help.el: Provide `help' for the sake of define-minor-mode
15851 which generates defcustoms with requires.
15852
6569c3d3
GM
15853 * jit-lock.el (jit-lock-after-change): If we're in text that
15854 matches a multi-line font-lock pattern, make sure the whole text
15855 will be redisplayed.
15856
c2e0a611
GM
15857 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15858 author's name is unknown.
15859
76eebffc
GM
15860 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15861 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15862 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15863 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15864 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15865 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15866 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15867 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15868 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15869 Add author information.
15870
cf1e7b12
MB
158712000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15872
15873 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15874 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15875 full-color version (using the Gimp) to eliminate dithering artifacts.
15876
5586f3eb
SM
158772000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15878
15879 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15880
15881 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15882
ad64a888
DL
158832000-10-15 Dave Love <fx@gnu.org>
15884
83c9cb8e 15885 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
15886
15887 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15888
15889 * whitespace.el: Doc fixes.
15890 (top-level): Don't add hooks here.
15891 (whitespace-running-emacs): Deleted.
15892 (timer): Don't require.
15893 (whitespace): Add back :version conditional on xemacs test.
15894 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15895 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15896 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15897 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15898 Avoid specific xemacs test.
15899 (whitespace-global-mode): New option.
15900 (whitespace-global-mode): New command.
15901 (whitespace-unload-hook): New function.
15902
15903 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 15904 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
15905 (Info-fontify-node): `Goto' goes to `Go to'.
15906 (Info-fontify-node): Add help-echo to xref links.
15907
1ef49fc6
EZ
159082000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15909
15910 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15911
8b7707e1
SM
159122000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15913
b3b7f42f
SM
15914 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15915 Use plist-get and allow :inherit.
15916
15917 * emacs-lisp/cl-macs.el (cl-do-arglist):
15918 Use plist-get and plist-member instead of memq.
15919
3c7fafc7
SM
15920 * emacs-lisp/ewoc.el (ewoc-location): New function.
15921 (ewoc-enter-after, ewoc-enter-before): Document return value.
15922 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15923 Don't need make-local-hook any more.
15924 (cvs-addto-collection): Return the new tin.
15925 (cvs-mode-insert): Jump to the new line.
15926
8b7707e1
SM
15927 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15928
15929 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15930
15931 * font-lock.el (font-lock-syntactically-fontified): New var.
15932 (font-lock-fontify-syntactic-keywords-region): Use it.
15933 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15934
15935 * diff-mode.el (diff-find-file-name): Fix regexp.
15936
15937 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15938 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15939
15940 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15941 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15942 (sh-mode): Don't make all vars local here.
15943 (sh-kw): Reformat.
15944 (sh-set-shell): Use dolist. Don't set indent-region-function.
15945 (sh-mode-syntax-table): Use pop.
15946 (sh-remember-variable): Use push.
15947 (sh-help-string-for-variable): Use memq.
15948 (sh-safe-backward-sexp): Remove.
15949 (sh-safe-forward-sexp): Add ARG.
15950 (sh-get-indent-info, sh-prev-stmt): Use it.
15951 (sh-prev-line): Simplify by using forward-comment.
15952 (sh-this-is-a-continuation): Simplify.
15953 (sh-learn-buffer-indent): Use dolist.
15954 (sh-do-nothing): Remove.
15955 (sh-set-char-syntax, sh-set-here-doc-region):
15956 Use inhibit-modification-hooks.
15957 (sh-name-style): Use mapcar and push.
15958 (sh-load-style): Use dolist.
15959 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15960 (sh-case, sh-while-getopts): Use propertize directly rather
15961 than sh-electric-rparen.
15962
159632000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15964
15965 * textmodes/tex-mode.el: Require CL when compiling.
15966 (tex-mode-syntax-table): Init immediately.
15967 (tex-mode-map): Bind M-RET to latex-insert-item.
15968 (latex-mode): Set indent-line-function to latex-indent.
15969 (tex-common-initialization): Don't setup the syntax-table any more.
15970 (latex-insert-item): New skeleton.
15971 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 15972 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 15973 (latex-indent, latex-find-indent): New functions.
4836835a 15974 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
15975 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15976 (tex-compilation-parse-errors): Use with-syntax-table.
15977
86b7fcbb
MB
159782000-10-15 Miles Bader <miles@gnu.org>
15979
15980 * font-lock.el (font-lock-comment-face): Change dark-background,
15981 color, non-tty, default to `chocolate1'.
15982
57a24508
JW
159832000-10-13 John Wiegley <johnw@gnu.org>
15984
15985 * eshell/esh-util.el (require): Added a missing `require' form,
15986 needed when compiling (for an ange-ftp macro definition).
15987
40ad3db4
DL
159882000-10-13 Dave Love <fx@gnu.org>
15989
15990 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15991
db460189
GM
159922000-10-13 Gerd Moellmann <gerd@gnu.org>
15993
83c9cb8e 15994 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 15995
4836835a 15996 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
15997 transparent -colors 8).
15998
b52758d1 159992000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
16000
16001 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
16002 that breaks with old list format timestamps.
16003 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 16004 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 16005
16908a3f
JW
160062000-10-13 John Wiegley <johnw@gnu.org>
16007
d7103dda
JW
16008 * align.el, pcomplete.el, calendar/timeclock.el,
16009 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
16010
dace60cf 16011 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
16012 faulty math, where holiday hours were being computing as seconds.
16013
b6b70cda
JW
160142000-10-13 John Wiegley <johnw@gnu.org>
16015
16016 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
16017 specifying what "other" kinds of buffers should be saved.
16018 This used to be hard-coded.
b6b70cda
JW
16019 (desktop-buffer-misc-functions): A global for specifying how
16020 auxiliary data should be determined for special buffer types.
16021 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
16022 instead of hard-coding the special buffer types.
16023 (desktop-save): Run `desktop-buffer-misc-functions' to gather
16024 auxiliary data, instead of hard-coding for Info buffers and dired.
16025 (desktop-buffer-info-misc-data): Aux function for determining Info
16026 buffer auxiliary info.
16027 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
16028 (desktop-buffer-info): Changed this function to use the info
16029 gathered above.
16030 (desktop-create-buffer): Be a little more careful about what
16031 `minor-mode' means before calling it. This is important for some
16032 buffer types.
16033
8c6b1d83
JW
160342000-10-13 John Wiegley <johnw@gnu.org>
16035
16036 * eshell/esh-util.el: Added a global form which declares an
16037 autoload for `parse-time-string', if that function is not already
16038 defined, and if parse-time.el is available on the user's system.
16039
16040 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
16041 to be aware of ange-ftp user info.
83c9cb8e 16042 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
16043 (eshell-ls-annotate): Use `eshell-file-attributes'.
16044 (eshell-ls-file): Made the user-id printing code a bit smarter.
16045
16046 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
16047 allow identification of alias user ids in remote directories.
83c9cb8e
SM
16048 It's manual, but there's no other way to know when the current user
16049 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
16050 (fboundp): Bind `ange-cache'.
16051 (eshell-directory-files-and-attributes): Re-organized the logic a
16052 bit to use `eshell-file-attributes' instead of `file-attributes'.
16053 The former is more sensitive to directories that are read via FTP,
16054 and knows how to use ange-ftp to determine full attribute
16055 information, instead of just the name and last modtime.
16056 (eshell-current-ange-uids): Return the current user id when in a
16057 remote directory.
16058 (eshell-parse-ange-ls): Parse a full directory listing that has
16059 been returned by ange-ftp.
16060 (eshell-file-attributes): This beefed up version of
16061 `file-attributes' is only special if the user is currently in a
16062 remote directory, in which case it does a lot of work to find out
16063 what the real attributes of a file are, as they appear on the
16064 remote machine. This makes usage of remote directories (i.e.,
16065 ange-ftp pathnames) much more useful. You can now use Eshell as a
16066 full-fledged FTP client, with much more manipulation ability than
16067 most other clients.
16068
16069 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
16070 variable, which means that Eshell's du should always be preferred
16071 in remote directories.
16072 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
16073 just `file-attributes'.
16074 (eshell-mvcp-template): Bind `ange-cache', to improve performance
16075 when reading remote directories. This is an Eshell-specific
16076 variable (not part of ange-ftp).
16077 (eshell/ln): Bind `ange-cache'.
16078 (eshell/du): Added some extra logic for determining when to use
16079 Eshell's du (which is slow), and when to use the external version
16080 (which may or may not exist).
16081
83c9cb8e
SM
16082 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
16083 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
16084 `get-buffer-process', since backgrounded processes don't count in
16085 the context of this function's logic.
16086
16087 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
16088 `forward-char', so that null strings are parsed correctly.
16089
87730e84 160902000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 16091
83c9cb8e
SM
16092 * eshell/em-pred.el (eshell-pred-file-type)
16093 (eshell-pred-file-links, eshell-pred-file-size):
16094 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
16095
16096 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
16097 that remote file globbing is more efficient.
16098
16099 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
16100 gathering the files and attributes within a directory.
16101
16102 * eshell/em-unix.el (eshell/cat): If any of the files passed on
16103 the command line is a special file (not a regular file, directory
16104 or symlink), always attempt to call the external version of cat.
16105
87730e84 161062000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
16107
16108 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
16109 Eshell-friendly version of find-tag.
16110
1c7e37a9
MB
161112000-10-13 Miles Bader <miles@lsi.nec.co.jp>
16112
4836835a 16113 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
16114 (image-file-name-regexps): Add autoload cookies.
16115
11a7f341
KH
161162000-10-13 Kenichi Handa <handa@etl.go.jp>
16117
16118 * international/mule-cmds.el (select-safe-coding-system): If FROM
16119 is string, show it in *Warning* buffer.
16120
8ddddcb0
EZ
161212000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
16122
16123 * startup.el (normal-top-level): Use display-popup-menus-p instead
16124 of window-system.
16125 (command-line): Use display-graphic-p instead of window-system.
16126 (command-line-1): Use display-popup-menus-p and display-mouse-p
16127 instead of window-system.
16128
72200f89
SS
161292000-10-12 Sam Steingold <sds@gnu.org>
16130
16131 * tooltip.el (tooltip-use-echo-area): New user variable.
16132 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
16133
8661c643
DL
161342000-10-12 Dave Love <fx@gnu.org>
16135
d0b40dc1
DL
16136 * recentf.el: Maintainer's checkdoc fixes.
16137
83c9cb8e
SM
16138 * startup.el (normal-top-level-add-subdirs-to-load-path):
16139 Use character class, not ASCII when matching file names.
a622451f
DL
16140 (fancy-splash-head): Add trailing slash to URL.
16141 (command-line): Don't require XPM support for toolbar.
16142
8661c643
DL
16143 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
16144 (cperl-invalid-face): Revert last change.
16145 (cperl-init-faces): Quote cperl-invalid-face.
16146
ef2ed8ab
KH
161472000-10-12 Kenichi Handa <handa@etl.go.jp>
16148
16149 * startup.el (fancy-splash-text): Remove superfluous quote.
16150
b0da379e
GM
161512000-10-12 Gerd Moellmann <gerd@gnu.org>
16152
dbeb499b
GM
16153 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
16154 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
16155 (command-line-1): Don't use fancy-splash-pending-command.
16156 (fancy-splash-screens-1): Goto point-min after inserting text.
16157
d861718a
GM
16158 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
16159
b0da379e
GM
16160 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
16161 instead of shared-lisp-mode-map.
16162
4fb2ad98
MB
161632000-10-12 Miles Bader <miles@lsi.nec.co.jp>
16164
1cb4393e
MB
16165 * faces.el (header-line): Change tty-variant to use underlining.
16166
4fb2ad98
MB
16167 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
16168 (isearch-highlight): Restore lazy-isearch face properties at old
16169 position, and suppress them at new position.
16170 (isearch-dehighlight): Restore lazy-isearch face properties.
16171 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
16172 over the real isearch overlay, but in that case, don't give it a
16173 face property. Use `push'.
16174
eb991b25
KH
161752000-10-12 Kenichi Handa <handa@etl.go.jp>
16176
16177 * man.el (Man-getpage-in-background): Fix previous change.
16178 Decode the process output only when we are in multibyte mode.
16179
a818c1c0
DL
161802000-10-11 Dave Love <fx@gnu.org>
16181
c990f53a
DL
16182 * info.el (Info-mode-menu): Fix some help.
16183 (info-tool-bar-map): Add entry for Info-last.
16184
a818c1c0
DL
16185 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
16186 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
16187 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
16188 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
16189 * toolbar/search-replace.xpm, toolbar/exit.xpm:
16190 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
16191 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
16192 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
16193 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
16194 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
16195 Reduce colour requirements to 25 overall. (Probably wants
16196 revisiting from the originals to reduce further.)
16197
c1b096cb
EZ
161982000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
16199
16200 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
16201 buffer-file-coding-system, instead of raw-text.
16202 (dehexlify-buffer): Bind coding-system-for-read to
16203 buffer-file-coding-system, instead of raw-text.
16204
5c8b7eaf
SS
162052000-10-11 Sam Steingold <sds@gnu.org>
16206
83c9cb8e 16207 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
16208 `underline' - fixes the bug introduced on 2000-09-21.
16209
2cfbdb7a
DL
162102000-10-11 Dave Love <fx@gnu.org>
16211
83c9cb8e
SM
16212 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
16213 Avoid compiler warnings.
2cfbdb7a
DL
16214 (scheme-mode): Doc fix.
16215 (scheme-font-lock-keywords-1): Match `define-syntax'.
16216
162172000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
16218
16219 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
16220 face specs as well as default ones. Only do anything if the
16221 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 16222 (region): Make dark-background `region' face less in-your-face.
4b33f290 16223
690ec649
SS
162242000-10-10 Sam Steingold <sds@gnu.org>
16225
16226 * chistory.el, ielm.el, ledit.el:
16227 * progmodes/inf-lisp.el, progmodes/scheme.el:
16228 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
16229
3b95d6bb
SM
162302000-10-10 Stefan Monnier <monnier@cs.yale.edu>
16231
16232 * textmodes/texinfo.el: Update copyright and fix typo.
16233
16234 * desktop.el (desktop-modes-not-to-save): New var.
16235 (desktop-save-buffer-p): Use it.
a30eb617
DL
16236 Also, obey desktop-buffers-not-to-save even for non-file buffers.
16237 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
16238
162392000-10-10 Dave Love <fx@gnu.org>
16240
16241 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 16242 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
16243
16244 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
16245 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
16246 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
16247 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
16248 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
16249 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
16250 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
16251 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
16252 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
16253 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
16254 the .xpms; probably need retouching.
16255
162562000-10-10 Miles Bader <miles@lsi.nec.co.jp>
16257
16258 * subr.el (add-to-list): Add optional argument APPEND.
16259 * battery.el (display-battery): Use `add-to-list'.
16260
162612000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
16262
83c9cb8e
SM
16263 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
16264 properties.
a30eb617
DL
16265 (zone, zone-when-idle, zone-leave-me-alone)
16266 (zone-pgm-whack-chars): Use new symbol properties.
16267
16268 * battery.el (display-battery): Doc spelling fix.
16269
16270 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
16271 property.
16272
162732000-10-09 Dave Love <fx@gnu.org>
16274
16275 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
16276 has been initialized before calling tool-bar-setup.
16277 (tool-bar-add-item-from-menu): Add autoload cookie.
16278
162792000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
16280
16281 * menu-bar.el (send-mail-item-name): New function.
16282 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
16283 of mail-user-agent in the menu. Don't display the "Send Mail"
16284 item if mail-user-agent is nil or its value is ignore.
16285 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
16286 if read-mail-command is nil or its value is ignore.
16287
16288 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
16289
162902000-10-09 Miles Bader <miles@gnu.org>
16291
16292 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
16293 Correct image size.
16294 * toolbar/left_arrow.xpm: Correct image size.
16295
16296 * jka-compr.el: Don't call `jka-compr-install' when loading (it
16297 will be done by the definition of `auto-compression-mode' if
16298 necessary. Move code to uninstall existing file-name handler
16299 before definition of `auto-compression-mode'.
16300
16301 * image-file.el (auto-image-file-mode): Move to the end of the
16302 file, because `define-minor-mode' actually calls the mode-function
16303 if the associated variable is non-nil, which requires that all
16304 needed functions be already defined.
16305
16306 * mouse.el (popup-menu): Balance parens.
16307
163082000-10-08 Stefan Monnier <monnier@cs.yale.edu>
16309
16310 * mouse.el (popup-menu): Move the command call outside the loop
16311 so that popup-menu returns whatever the command returns.
16312
16313 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
16314 (initialize-new-tags-table): Use run-hook-with-args-until-success.
16315 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
16316 (tags-table-format-functions): Renamed from tags-table-format-hooks.
16317
16318 * vc.el (vc-version-diff): diff-switches can be a list.
16319 Use relative filenames for prettier output.
16320
16321 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
16322 (vc-post-command-functions): Remove old-VC compatibility code.
16323
16324 * newcomment.el (comment-indent-default): Autoload.
16325
16326 * font-lock.el (font-lock-defaults): Make buffer-local.
16327 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
16328 (font-lock-choose-keywords):
16329 Ignore LEVEL unless KEYWORDS is a list of syms.
16330 (c-keywords, c++-keywords, objc-keywords, java-keywords):
16331 Don't wrap regexp-opt things in \(...\) unnecessarily.
16332
16333 * jit-lock.el: Don't require font-lock any more.
16334 (jit-lock-functions): Make buffer-local.
16335 (jit-lock-saved-fontify-buffer-function): Remove.
16336 (jit-lock-mode): Remove autoload cookie.
16337 Remove font-lock specific code.
16338 (jit-lock-unregister): Don't bother handling complex hooks any more.
16339 (jit-lock-refontify): New function.
16340 (jit-lock-fontify-buffer): Use it.
16341 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
16342 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
16343 Add optional args START and END.
16344 Never call font-lock-fontify-region directly.
16345 (jit-lock-function, jit-lock-stealth-fontify): Use it.
16346
16347 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
16348
163492000-10-08 Dave Love <fx@gnu.org>
16350
16351 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
16352
16353 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
16354
16355 * play/studly.el (studlify-region, studlify-word): Add autoload
16356 cookie.
16357
16358 * play/morse.el (morse-region, unmorse-region): Add autoload
16359 cookie.
16360
16361 * play/spook.el (spook-phrases-file): Use expand-file-name, not
16362 concat.
16363
16364 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
16365 insist on symbols starting with word syntax.
16366 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
16367 (eval-defun-1): Doc fix.
16368 (indent-sexp): Use nconc to build up indent-stack.
16369
16370 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
16371 Gnus with little use.
16372 (mail-setup-hook): Add mail-abbrevs-setup to options.
16373
16374 * recentf.el: Doc fixes.
16375
16376 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
16377 Clean up remainder.
16378
16379 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
16380 without timezone and (8) with timezone to enforce some whitespace.
16381 Simplify code somewhat.
16382
16383 * options.el (list-options): Doc that you should use customize.
16384
16385 * iswitchb.el (iswitchb-mode): Add :require.
16386
16387 * info.el (Info-goto-node, Info-menu): Doc fix.
16388 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
16389 (info-tool-bar-map): New variable.
16390 (Info-mode): Use it.
16391 (Info-edit-map): Define all in defvar.
16392 (speedbar-attached-frame): Avoid compiler warning.
16393
16394 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
16395 (global-map): Bind [tool-bar] to a filtered map.
16396 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
16397 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
16398 Allow PBM icons.
16399 (tool-bar-setup): Adjust calls of tool-bar-add-item.
16400
16401 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
16402 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
16403 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
16404 icons, except up_arrow, which is left-arrow rotated.
16405
16406 * imenu.el (imenu-add-to-menubar): Fix last change.
16407
164082000-10-08 Peter Breton <pbreton@ne.mediaone.net>
16409
16410 * generic-x.el (rul-generic-mode): Remove eval-when-compile
16411 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
16412
164132000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
16414
16415 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
16416 typos in doc strings.
16417
16418 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
16419 the doc strings how to customize Font Lock faces.
16420
16421 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
16422 computing growth when dragging the header line.
16423
164242000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
16425
16426 * simple.el (kill-line): Doc fix.
16427
164282000-10-08 Miles Bader <miles@gnu.org>
16429
16430 * faces.el (secondary-selection): Make foreground visible on tty.
16431
16432 * jka-compr.el (auto-compression-mode): Move to the end of the
16433 file, because `define-minor-mode' actually calls the mode-function
16434 if the associated variable is non-nil, which requires that all
16435 needed functions be already defined.
16436 (with-auto-compression-mode): Add autoload cookie.
16437
164382000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
16439
16440 * files.el (find-backup-file-name) [ms-dos]: If support for long
16441 file names is not available, behave as if version-control were set
16442 to never.
16443
164442000-10-07 Dave Love <fx@gnu.org>
16445
16446 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
16447 (browse-url-gnome-moz): New function.
16448 (browse-url-browser-function): Use it.
16449 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
16450
164512000-10-07 Stefan Monnier <monnier@cs.yale.edu>
16452
16453 * indent.el (tab-always-indent): New var.
16454 (indent-for-tab-command): Use it.
16455
16456 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
16457 raise an error. This way it can still default to a sane value.
16458
164592000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16460
16461 * startup.el (fancy-splash-screens): Use local rather than global map.
16462 Don't use `update-menu-bindings' any more.
16463 Get rid of assumptions about keymap representation.
16464
164652000-10-06 Dave Love <fx@gnu.org>
16466
16467 * textmodes/fill.el (sentence-end-double-space)
16468 (sentence-end-without-period): Doc fix.
16469 (adaptive-fill-regexp): Purecopy.
16470 (unjustify-current-line): Use line-end-position.
16471 (fill-individual-paragraphs-prefix): Use line-beginning-position.
16472
16473 * net/eudc-vars.el (eudc): Add :version, :link.
16474
16475 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
16476
16477 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
16478 Fix for define-minor-mode.
16479 (function-at-point): Alias to function-called-at-point.
16480
16481 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
16482
16483 * simple.el (backward-word): Doc fix.
16484
16485 * image-file.el (image-file-name-regexp): image-file-regexps ->
16486 image-file-name-regexps.
16487 (image-file-name-extensions): Add pbm.
16488
164892000-10-06 Stefan Monnier <monnier@cs.yale.edu>
16490
16491 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
16492 and add filename to the names so that diff-mode can jump to source.
16493
16494 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
16495 (tex-font-lock-keywords, tex-font-lock-keywords-2)
16496 (tex-font-lock-keywords-1): Remove.
16497 (font-lock-turn-on-thing-lock): Use jit-lock-register.
16498 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
16499 (font-lock-default-fontify-region):
16500 Expand beg..end correctly when just following a multiline region.
16501 (font-lock-fontify-anchored-keywords):
16502 Include the anchor text as part of the multiline.
16503
165042000-10-06 Gerd Moellmann <gerd@gnu.org>
16505
16506 * loadup.el (toplevel): Load `loaddefs' before `help' because the
16507 latter needs the autoloaded define-minor-mode macro during the
16508 bootstrap.
16509
16510 * startup.el (command-line): For now, activate tool-bar-mode only
16511 if XPM images are supported.
16512
16513 * mouse.el (mouse-drag-header-line): Don't allow resizing a
16514 window by dragging a header-line at the top of the frame; that's
16515 confusing because the header-line doesn't move.
16516 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
16517 of treating the event as a list. Some cleanup.
16518
165192000-10-06 Miles Bader <miles@gnu.org>
16520
16521 * simple.el (display-message-or-buffer): New function.
16522 (shell-command-on-region): Use `display-message-or-buffer'.
16523
16524 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
16525 docstring parts.
16526
16527 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16528 (smbclient-prompt-regexp): Add usage note to doc string.
16529 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
16530 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
16531 Use add-hook for adding the comint filter function, and only do so
16532 if it's not already in the global hook list.
16533 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
16534 to `make-local-variable'.
16535 (nslookup-font-lock-keywords): Remove prompt entry.
16536 (nslookup): Don't set the process-filter.
16537 (finger): Exit the loop correctly when the regexps list runs out.
16538 (ftp, smbclient, smbclient-list-shares):
16539 Set the real major mode immediately, not after execing.
16540 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
16541
16542 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
16543
165442000-10-05 Stefan Monnier <monnier@cs.yale.edu>
16545
16546 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
16547
16548 * which-func.el (which-func-format): Remove spurious space.
16549 (which-func-mode): Don't make it permanent-local.
16550 (which-func-ff-hook): Allow which-func-maxout to be nil.
16551 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
16552 (which-func-mode): Simplify.
16553 Use post-command-idle-hook rather than post-command-hook.
16554 Go through all buffers and update their state.
16555 (which-function): Also try add-log-current-defun-function.
16556
16557 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
16558 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
16559 Update call to with-vc-properties accordingly.
16560 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
16561 (vc-revert-buffer): More careful about window selection and deletion.
16562 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
16563
16564 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
16565 (cvs-retrieve-revision): Reuse a pre-existing buffer.
16566 (cvs-dired-action): Change the default to quickdir.
16567
16568 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
16569 if comment-indent-function returns nil.
16570 (comment-indent-default): New function.
16571 (comment-indent-function): Use it and document the new semantics.
16572
16573 * image-file.el: Docstring fixes.
16574
16575 * help.el (help-xref-on-pp): Use match-string.
16576 (describe-variable): New arg BUFFER.
16577 Store the current buffer in the help-xref-stack.
16578 (temp-buffer-resize-mode): Use define-minor-mode.
16579
16580 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
16581 consistently with its docstring.
16582 Set jit-lock-first-unfontify-pos in an idempotent way.
16583 (jit-lock-register): Autoload and add arg CONTEXTUAL.
16584
165852000-10-05 Alex Schroeder <alex@gnu.org>
16586
16587 * sql.el (sql-mysql-options): New variable.
16588 (sql-mysql): Use it.
16589
165902000-10-05 Miles Bader <miles@lsi.nec.co.jp>
16591
16592 * image.el (image): New group.
16593
16594 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16595 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16596
165972000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16598
16599 * net/net-utils.el (nslookup-font-lock-keywords)
16600 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16601 Ignore the value of wqindow-system; always define keywords
16602
166032000-10-05 Kenichi Handa <handa@etl.go.jp>
16604
16605 * startup.el (fancy-splash-screens): Remove the code for
16606 debugging; `(trace-to-stderr "EXITTT\n")'.
16607
166082000-10-05 Miles Bader <miles@gnu.org>
16609
16610 * diff-mode.el (diff-goto-source): Update call to
16611 `diff-hunk-status-msg' to reflect new REV variable.
16612
166132000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16614
16615 * progmodes/icon.el (icon-mode):
16616 Don't gratuitously override the default for comment-column.
16617
16618 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16619
16620 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16621 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16622 (jit-lock-functions): New var.
16623 (jit-lock-function-1): Use it if non-nil.
16624 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16625 Set the `fontified' property before doing the fontification to avoid
16626 repeatedly going through the same error.
16627 Don't turn errors into messages.
16628 (jit-lock-register, jit-lock-unregister): New functions.
16629
16630 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16631 Use with-current-buffer.
16632
16633 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16634 Turn comment into docstring.
16635
16636 * apropos.el (apropos-mode): Use define-derived-mode.
16637
166382000-10-04 Gerd Moellmann <gerd@gnu.org>
16639
16640 * startup.el (fancy-splash-pending-command): New variable.
16641 (fancy-splash-pre-command): New function.
16642 (fancy-splash-screens): Rewritten.
16643 (command-line-1): If fancy-splash-pending-command is set, call it
16644 interactively.
16645
166462000-10-04 Dave Love <fx@gnu.org>
16647
16648 * toolbar/tool-bar.el (tool-bar-setup): New function.
16649 (tool-bar-mode): Use it.
16650
16651 * subr.el (substitute-key-definition): Doc fix.
16652 (play-sound-file): New command.
16653
166542000-10-04 Andre Spiegel <spiegel@gnu.org>
16655
16656 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16657 vc-version-backup-file-name): New functions.
16658
16659 * files.el (basic-save-buffer): Call vc-before-save before saving.
16660
16661 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16662 vc-cvs-stay-local-p.
16663
16664 * vc.el (vc-revert-buffer): Handle empty diff properly.
16665 (vc-version-backup-file): New function.
16666 (vc-checkout): Create a version backup if necessary.
16667 (vc-checkin): If a version backup file exists, delete it.
16668 (vc-version-diff): Diff locally using version backups, if available.
16669 (vc-revert-file): If there's a version backup, revert locally.
16670 (vc-transfer-file): Use version backup for base version, if
16671 available. If not, ask for confirmation whether to get it from the
16672 server. Update mode line before check-in.
16673
166742000-10-04 Dave Love <fx@gnu.org>
16675
16676 * toolbar/tool-bar.el (tool-bar-setup): New function.
16677 (tool-bar-mode): Use it.
16678
166792000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16680
16681 * net/net-utils.el (nslookup-font-lock-keywords)
16682 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16683 Only set if window-system is non-nil
16684 (net-utils-run-program): Returns buffer.
16685 (network-connection-reconnect): Added this function.
16686
16687 * generic.el:
16688 Incorporates extensive cleanup and docfixes by
16689 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16690 Uses cl compile-time macros.
16691 (generic-mode-name, generic-comment-list)
16692 (generic-keywords-list, generic-font-lock-expressions)
16693 (generic-mode-function-list, generic-mode-syntax-table):
16694 Removed variables.
16695 (generic-mode-alist): Renamed to generic-mode-list.
16696 (generic-find-file-regexp): Default changed to "^#".
16697 (generic-read-type): Uses completing read on generic-mode-list.
16698 (generic-mode-sanity-check): removed this function.
16699 (generic-add-to-auto-mode): Removed this function
16700 (generic-mode-internal): Bind mode-specific definitions
16701 into function instead of putting them in alist.
16702 (generic-mode-set-comments): Reworked extensively.
16703 (generic-mode-find-file-hook): Simplified regexp searching
16704 (generic-make-keywords-list): Omit extra pair of parens
16705
16706 * find-lisp.el (find-lisp-find-files-internal):
16707 Make sure directory name ends with "/".
16708
16709 * generic-x.el (apache-conf-generic-mode):
16710 Regexp now allows leading whitespace.
16711 (rc-generic-mode): Added eval-when-compile
16712 around generic-make-keywords-list.
16713 Deleted duplicate regexp
16714 (rul-generic-mode): Added eval-when-compile
16715 around generic-make-keywords-list.
16716 (etc-fstab-generic-mode): New generic mode.
16717 (rul-generic-mode): Removed one eval-when-compile
16718 which caused a max-specpdl-size exceeded error.
16719
167202000-10-04 Miles Bader <miles@gnu.org>
16721
16722 * simple.el (minibuffer-temporary-goal-position): New variable.
16723 (next-history-element): Try to keep the position of point in the
16724 input string constant.
16725
16726 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16727 (dired-do-create-files): If there's only one file, pass it in as
16728 the DEFAULT arg to dired-mark-read-file-name.
16729
167302000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16731
16732 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16733 (diff-goto-source): Be smarter when choosing REVERSE or not.
16734
16735 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16736 (texinfo-mode-menu): Add an explicit shortcut for update all.
16737
167382000-10-03 Andre Spiegel <spiegel@gnu.org>
16739
16740 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16741 factorize backend-specific code cleanly (this was essentially
16742 conceived by Stefan Monnier).
16743 (vc-unregister): Function removed.
16744 (vc-revert-file): New function.
16745 (vc-revert-buffer): Delegate some of the work to it.
16746
16747 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16748 default branch unconditionally.
16749 (vc-rcs-set-default-branch): New function.
16750 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16751 (vc-rcs-checkin): If an appropriate default branch has been set,
16752 force creation of that branch.
16753 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16754 code (as suggested by Stefan Monnier).
16755
167562000-10-02 Gerd Moellmann <gerd@gnu.org>
16757
16758 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16759 highlighting overlay with a different face over the overlay
16760 isearch uses to highlight the current match because that can lead
16761 to bad face combinations.
16762
16763 * loadup.el (toplevel): Load faces before isearch.
16764
16765 * isearch.el (isearch-faces): New custom group.
16766 (isearch): New defface; was already tested for in the code.
16767 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16768 (isearch-highlight): Always use face `isearch'.
16769
167702000-10-02 Dave Love <fx@gnu.org>
16771
16772 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16773 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16774 comparison of opcode with operand.
16775
167762000-10-03 Miles Bader <miles@gnu.org>
16777
16778 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16779 buffer, since the echo area will now grow to accommodate them.
16780
167812000-10-02 Andre Spiegel <spiegel@gnu.org>
16782
16783 * vc-hooks.el (vc-registered): If FILE used to be registered under
16784 a certain backend, try that one first.
16785
16786 * vc.el (vc-responsible-backend): Undo the previous change in the
16787 argument list. Handle multiple backends correctly.
16788 (vc-find-new-backend): Function removed.
16789 (vc-register): Use vc-responsible-backend, as before.
16790 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16791
167922000-10-02 Gerd Moellmann <gerd@gnu.org>
16793
16794 * startup.el (fancy-splash-head): Change message below the
16795 logo.
16796
167972000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16798
16799 * diff-mode.el (diff-goto-source): Emit a status message.
16800 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16801 (diff-test-hunk): Fix doc string.
16802 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16803 (diff-advance-after-apply-hunk): New variable.
16804 (diff-apply-hunk): Don't return a value.
16805
168062000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16807
16808 * vc.el (vc-editable-p): Minor optimization.
16809 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16810 (vc-find-new-backend): New function split from vc-responsible-backend.
16811 (vc-register): Use it.
16812 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16813 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16814 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16815 (vc-clear-headers): Don't use find-file.
16816 (vc-revert-buffer): Use `and' again (must have been a braino).
16817 (vc-switch-backend): Only prompt if requested.
16818 Short circuit if nothing is to be done.
16819 Don't use vc-resynch-buffer which could lose unsaved editing.
16820 (vc-default-receive-file): Update call to vc-unregister.
16821 (with-vc-file, vc-next-action-on-file):
16822 Use vc-backend rather than vc-registered.
16823 (vc-next-action-on-file): Use intern-soft.
16824 Deal with read-only *vc-diff* buffer.
16825 (vc-transfer-file): Docstring fix.
16826
16827 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16828 (vc-rcs-receive-file): Avoid with-vc-properties.
16829 Update call to vc-unregister.
16830 Use constant `RCS' rather than (dynamically bound) var `backend'.
16831
168322000-10-01 Andre Spiegel <spiegel@gnu.org>
16833
16834 * vc.el (vc-next-action-on-file): Update mode line only if file
16835 is visited.
16836 (vc-start-entry): New argument initial-contents. Don't visit the file
16837 if it isn't already visited. Brought documentation up-to-date.
16838 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16839 (vc-checkin): New optional arg initial-contents, which is passed to
16840 vc-start-entry.
16841 (vc-finish-logentry): Make sure to bury log buffer only if there
16842 really is one. Call `vc-resynch-buffer' on log-file, not
16843 buffer-file-name.
16844 (vc-default-comment-history, vc-default-wash-log): New functions.
16845 (vc-index-of): Removed.
16846 (vc-transfer-file): Make do without the above.
16847 (vc-default-receive-file): Call comment-history unconditionally. Pass
16848 the resulting string to vc-checkin, instead of inserting it into the
16849 comment ring.
16850
16851 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16852 unconditionally. Use the comments as initial contents of the log
16853 entry buffer. Document the trick to force branch creation with no
16854 changes.
16855
168562000-10-01 Miles Bader <miles@gnu.org>
16857
16858 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16859 `recenter' with an arg to prevent redrawing the display.
16860
168612000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16862
16863 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16864
16865 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16866
16867 * progmodes/c-mode.el (c-mode):
16868 Don't gratuitously override the default for comment-column.
16869
16870 * textmodes/tex-mode.el (latex-metasection-list): New var.
16871 (latex-imenu-create-index): Use it.
16872 Move the regexp construction outside loops (and use push).
16873 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16874 (tex-font-lock-keywords): Moved from font-lock.el.
16875 (tex-comment-indent): Remove.
16876 (tex-common-initialization): Don't set comment-indent-function.
16877 (latex-block-default): New var.
16878 (tex-latex-block): Use it to provide a default choice.
16879 Add any unknown choice to latex-block-names.
16880 Insert [...] after {...}.
16881 (tex-last-unended-begin): Simplify regexp.
16882 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16883 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16884 (latex-mode): Set forward-sexp-function.
16885
16886 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16887 Add regexp for @ignore ... @end ignore.
16888 (texinfo-heading-face): New face.
16889 (texinfo-font-lock-keywords): Use it.
16890 (texinfo-mode-menu): New menu.
16891 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16892 New functions.
16893 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16894 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16895 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16896 Remove declaration.
16897 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16898
16899 * delsel.el (delete-selection-mode): Use define-minor-mode.
16900
16901 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16902
169032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16904
16905 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16906
169072000-09-30 Gerd Moellmann <gerd@gnu.org>
16908
16909 * replace.el (keep-lines-read-args): New function.
16910 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16911 read arguments interactively. Add parameters RSTART and REND.
16912 Operate on the active region in Transient Mark mode.
16913
16914 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16915
16916 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16917 (authors-obsolete-files-regexps): New variable.
16918 (authors-add): Don't record changes in obsolete files.
16919
169202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16921
16922 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16923
16924 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16925 (comment-indent): Make sure there's a space between code and comment.
16926 Shift comments left to avoid going past fill-column.
16927
169282000-09-29 Gerd Moellmann <gerd@gnu.org>
16929
16930 * startup.el (startup-echo-area-message): New function.
16931 (display-startup-echo-area-message): Use it.
16932 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16933 (fancy-splash-default-action): New function.
16934 (fancy-splash-screens-1): New function.
16935 (fancy-splash-head): Put a help-echo and a keymap under the image.
16936
169372000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16938
16939 * diff-mode.el (diff-add-log-file-name): Remove.
16940 (diff-mode): Use add-log-buffer-file-name-function.
16941
16942 * add-log.el (find-change-log): New arg BUFFER-FILE.
16943 (add-log-file-name): Obey add-log-file-name-function.
16944 (add-log-buffer-file-name-function): New var.
16945 (add-change-log-entry): Use it.
16946
169472000-09-29 Miles Bader <miles@gnu.org>
16948
16949 * image-file.el (image-file-name-extensions): New variable.
16950 (image-file-name-regexps): Renamed from `image-file-regexps'.
16951 New default value is nil. Call `auto-image-file-mode'.
16952 (image-file-name-regexp): New function.
16953 (auto-image-file-mode): New minor mode.
16954 (insert-image-file): Don't make conditional on the image-file
16955 handler being enabled.
16956 (image-file-handler): Make the call here conditional instead.
16957 (set-image-file-handler-enabled, enable-image-file-handler)
16958 (disable-image-file-handler): Functions removed.
16959
16960 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16961 string.
16962
169632000-09-29 Gerd Moellmann <gerd@gnu.org>
16964
16965 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16966 it's a function from CL.
16967 (latex-imenu-create-index): Replace eval-when-compile with progn
16968 because latex-section-alist is not bound while compiling.
16969
169702000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16971
16972 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16973 (outline-mode): Use define-derived-mode.
16974
16975 * progmodes/perl-mode.el (perl-mode):
16976 * progmodes/awk-mode.el (awk-mode):
16977 * progmodes/asm-mode.el (asm-mode):
16978 Don't gratuitously override the default for comment-column.
16979
16980 * emacs-lisp/lisp.el (lisp-complete-symbol):
16981 Distinguish the let-binding case from the funcall case.
16982 (forward-sexp-function): New variable.
16983 (forward-sexp): Use it.
16984
16985 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16986 (easy-mmode-defmap): Remove the now useless autoload.
16987
16988 * time.el (display-time-mode): Use define-minor-mode.
16989
16990 * subr.el (add-minor-mode): Don't eval NAME.
16991 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16992 Use if rather than cond.
16993
16994 * simple.el (read-expression-map): Define more properly.
16995 (comment-indent-hook): Remove.
16996 (string-to-syntax): Bug fix.
16997
16998 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16999 (cvs-ediff-diff): Fix typo.
17000 (cvs-revert-if-needed): Don't bother preserving read-only.
17001
17002 * paren.el (show-paren-mode): Use define-minor-mode.
17003
17004 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
17005 (toggle-auto-compression): Remove.
17006 (jka-compr-build-file-regexp): Remove useless grouping.
17007
17008 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
17009 Avoid user-reserved bindings.
17010 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
17011 (diff-header-face): Revert to grey85.
17012
17013 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
17014
17015 * complete.el (partial-completion-mode) <defcustom>: Remove.
17016 (partial-completion-mode): Use define-minor-mode.
17017 (PC-do-completion): Understand `completion-auto-help = delay'
17018 to mean to popup the completion buffer only the second time.
17019 (PC-include-file-all-completions, PC-include-file-all-completions)
17020 (PC-include-file-all-completions): Don't quote lambda.
17021
17022 * comint.el (comint-mode-hook): Docstring fix.
17023 (comint-mode): Use define-derived-mode.
17024 (comint-mode-map): Remove obsolete comment.
17025 (make-comint): Minor stylistic change.
17026 (comint-insert-clicked-input): Be more careful to find the overlay.
17027 Use this-command-keys rather than hardcoding mouse-2.
17028
17029 * font-lock.el: Replace confusing (,@ with ,
17030 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
17031 Don't use regexp-opt-depth. Spice up the regexp for args.
17032 Don't distinguish between cmds that can take an opt arg or not.
17033 Use `append' and `prepend' rather than `keep'.
17034
17035 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
17036 (latex-outline-regexp): New var.
17037 (latex-outline-level): New fun.
17038 (latex-section-alist): New var.
17039 (latex-imenu-create-index): Use it. Use `push' as well.
17040 (tex-shell-map): Initialize it properly.
17041 (tex-mode): Minor stylistic change.
17042 (plain-tex-mode): Use define-derived-mode.
17043 (latex-mode): Use define-derived-mode.
17044 Construct the paragraph regexps in a more readable way.
17045 Set the buffer-local outline-{level,regexp} vars.
17046 (slitex-mode): Derive from latex-mode.
17047 (tex-common-initialization): Don't kill-all-vars anymore.
17048 Add setting for comment-add and font-lock-defaults.
17049 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
17050 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
17051 (tex-start-tex): New arg DIR (and send a chdir command for it).
17052 Also display the shell buffer and save it in tex-last-buffer-texed.
17053 (tex-region): Use expand-file-name rather than concat.
17054 Remove code made useless by changes in tex-start-tex.
17055 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
17056
17057 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
17058
170592000-09-28 Dave Love <fx@gnu.org>
17060
17061 * eshell/eshell.el (eshell) <defgroup>: Add :version.
17062
170632000-09-28 Gerd Moellmann <gerd@gnu.org>
17064
17065 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
17066 `append'.
17067
170682000-09-28 Stefan Monnier <monnier@cs.yale.edu>
17069
17070 * info.el (Info-extract-pointer): Undo last change.
17071 Instead, fix the position of the `bound' arg to re-search-backward.
17072
170732000-09-27 Stefan Monnier <monnier@cs.yale.edu>
17074
17075 * info.el (Info-extract-pointer):
17076 Widen more carefully, to avoid finding pointers in other nodes.
17077 (Info-index): Use push.
17078
170792000-09-27 Gerd Moellmann <gerd@gnu.org>
17080
17081 * frame.el (set-frame-font): Remove call to obsolete function
17082 frame-update-faces.
17083 (set-foreground-color, set-background-color): Likewise for
17084 frame-update-face-colors.
17085
170862000-09-27 Miles Bader <miles@gnu.org>
17087
17088 * image-file.el: New file.
17089
170902000-09-27 Gerd Moellmann <gerd@gnu.org>
17091
17092 * frame.el (frame-notice-user-settings): Don't call
17093 frame-update-faces, which is a no-op now.
17094
17095 * ediff-wind.el (ediff-control-frame-parameters): Add zero
17096 tool-bar-lines.
17097
170982000-09-27 Dave Love <fx@gnu.org>
17099
17100 * mouse.el: Fix last change.
17101
171022000-09-27 Miles Bader <miles@lsi.nec.co.jp>
17103
17104 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
17105
171062000-09-22 Kenichi Handa <handa@etl.go.jp>
17107
17108 * international/quail.el (quail-help): The output message is
17109 improved.
17110
171112000-09-26 Dave Love <fx@gnu.org>
17112
17113 * mouse.el (popup-menu): If POSITION is nil, set it using
17114 mouse-position.
17115
171162000-09-25 Sam Steingold <sds@gnu.org>
17117
17118 * net/browse-url.el (browse-url-file-url): Check for null maps.
17119
171202000-09-26 Gerd Moellmann <gerd@gnu.org>
17121
17122 * frame.el (frame-notice-user-settings): Don't add a
17123 tool-bar-lines frame parameter to default-frame-alist in batch mode.
17124
17125 * frame.el (frame-notice-user-settings):
17126 Make tool-bar-mode and default-frame-alist consistent.
17127
17128 * toolbar/tool-bar.el (tool-bar-help): New function.
17129
171302000-09-25 Gerd Moellmann <gerd@gnu.org>
17131
17132 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
17133 current-load-list in top-level forms. Else this leaks a cons cell
17134 every time a defun is called.
17135
17136 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
17137
171382000-09-25 Dave Love <fx@gnu.org>
17139
17140 * startup.el (fancy-splash-head): Check XPM is available.
17141
17142 * autoinsert.el (auto-insert): Doc fix.
17143 (auto-insert-alist): Following GNU notices, don't say `copyright
17144 _by_'. Use line-beginning-position.
17145 (auto-insert): Check buffer-file-name is non-nil before use.
17146
171472000-09-25 Gerd Moellmann <gerd@gnu.org>
17148
17149 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
17150 starting with `@def' or `@multitable', in addition to ones
17151 specified by the user in auto-fill-inhibit-regexp.
17152
171532000-09-25 Markus Rost <rost@math.ohio-state.edu>
17154
17155 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
17156 rmail-dont-reply-to-names matches the empty string.
17157
171582000-09-25 Gerd Moellmann <gerd@gnu.org>
17159
17160 * startup.el (command-line-1, fancy-splash-text): Change the
17161 text to sound more friendly.
17162
171632000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
17164
17165 * progmodes/hideshow.el: Update author email address.
17166 Generally, sync w/ maintainer version 5.22.
17167 (hs-hide-all-non-comment-function): New var.
17168 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
17169 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
17170 (hs-show-region): Delete this command.
17171 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
17172
171732000-09-22 Dave Love <fx@gnu.org>
17174
17175 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
17176 (hl-line-highlight): Specify buffer when moving overlay.
17177
17178 * progmodes/fortran.el (fortran-mode): Locally set
17179 normal-auto-fill-function.
17180 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
17181 (fortran-mode-map): Adjust auto-fill menu entry.
17182
171832000-09-22 Gerd Moellmann <gerd@gnu.org>
17184
17185 * vc-rcs.el (toplevel): Require `vc' when compiling.
17186
17187 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
17188
171892000-09-22 Andre Spiegel <spiegel@gnu.org>
17190
17191 * vc.el (vc-switch-backend): Signal an error if the file is not
17192 registered under the new backend.
17193
17194 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
17195 without explicit revision number.
17196
171972000-09-21 Stefan Monnier <monnier@cs.yale.edu>
17198
17199 * diff-mode.el (diff-file-header-face): Reset to its previous value.
17200 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
17201 (diff-xor): New function.
17202 (diff-find-source-location): Use it. Fix a stupid name clash.
17203 (diff-hunk-status-msg): New function.
17204 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
17205 (diff-test-hunk): Use diff-find-source-location.
17206 (diff-goto-source): Favor the `reverse'.
17207 (diff-hunk-text): Properly handle one-sided context diffs.
17208 (diff-apply-hunk): When done, advance to the next hunk.
17209
172102000-09-21 Gerd Moellmann <gerd@gnu.org>
17211
17212 * startup.el (command-line): If frame was created with a non-zero
17213 tool-bar-lines parameter, switch tool-bar-mode on.
17214
17215 * add-log.el (change-log-date-face, change-log-name-face)
17216 (change-log-email-face, change-log-file-face)
17217 (change-log-list-face, change-log-conditionals-face)
17218 (change-log-function-face, change-log-acknowledgement-face):
17219 New faces, inheriting from font-lock faces.
17220 (change-log-font-lock-keywords): Use them.
17221
172222000-09-21 Dave Love <fx@gnu.org>
17223
17224 * progmodes/cperl-mode.el (top-level): Clean up
17225 `eval-when-compile's and assorted defvars.
17226 (cperl-invalid-face): Don't double-quote value. Change custom
17227 type.
17228 (cperl-mode): Set normal-auto-fill-function and don't zap
17229 auto-fill-function.
17230 (cperl-imenu--function-name-regexp-perl): Renamed from
17231 imenu-example--function-name-regexp-perl.
17232 (cperl-imenu--create-perl-index): Renamed from
17233 imenu-example--create-perl-index.
17234 (cperl-xsub-scan): Don't require cl.
17235
17236 * msb.el (msb-mode-map): Use substitute-key-definition.
17237 (msb-mode): Use msb-mode-map.
17238
172392000-09-21 Andre Spiegel <spiegel@gnu.org>
17240
17241 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
17242 New functions.
17243 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
17244 (vc-switch-backend): New function.
17245 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
17246 (vc-register): Fix prompt.
17247 (vc-unregister, vc-default-unregister): New functions.
17248 (vc-version-diff): Handle empty buffer in sentinel.
17249
17250 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
17251 (vc-rcs-state-heuristic): Use it to guess the state of files with
17252 non-strict locking.
17253 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
17254 been set with -b, but not created yet.
17255 (vc-rcs-fetch-master-state): With non-strict locking, compare file
17256 contents in order to find the state.
17257 (vc-rcs-checkin): Allow creation of branches with no changes.
17258 (vc-rcs-unregister, vc-rcs-receive-file)
17259 (vc-rcs-set-non-strict-locking): New functions.
17260
17261 * vc-hooks.el (vc-name): Force correct computation of the value
17262 in case it is missing.
17263
172642000-09-21 Gerd Moellmann <gerd@gnu.org>
17265
17266 * startup.el (fancy-splash-tail): Use a different foreground
17267 color on a dark frame background.
17268
172692000-09-21 Miles Bader <miles@lsi.nec.co.jp>
17270
17271 * info.el: Use the correct capitalization when making Info-mode
17272 and Info-edit-mode `special' modes.
17273
172742000-09-20 Stefan Monnier <monnier@cs.yale.edu>
17275
17276 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
17277 (diff-mode): Add support for add-log.el.
17278 (diff-hunk-text): Use char offsets rather than line offsets.
17279 (diff-find-source-location): Replace LINE with line-offset (nil
17280 if not found) and always set POS to a meaningful position.
17281 Adapt to the new char-offsets.
17282 (diff-apply-hunk): Drop support for the unused `select' POPUP.
17283 Adapt to the new diff-find-source-location.
17284 (diff-goto-source): Adapt to the new diff-find-source-location.
17285
17286 * add-log.el (add-log-file-name): New function (split out of
17287 add-change-log-entry).
17288 (add-change-log-entry): Use it.
17289 Call add-log-file-name-function with the changelog file name if
17290 the current buffer is not associated with any file.
17291 Avoid find-file if the selected window is dedicated.
17292
17293 * diff-mode.el (diff-find-source-location):
17294 Move code from diff-apply-hunk. Return buffer rather than file.
17295 (diff-apply-hunk): Use the new result from diff-find-source-location.
17296 (diff-goto-source): Use the new diff-find-source-location.
17297
172982000-09-20 Dave Love <fx@gnu.org>
17299
17300 * iswitchb.el: Some doc fixes.
17301 (iswitchb-mode-map): Define completely initially. Inherit
17302 minibuffer-local-map.
17303 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
17304 fundamental-mode.
17305 (iswitchb-global-map): New variable.
17306 (iswitchb-summaries-to-end): Amalgamate regexps.
17307 (iswitchb-mode): New.
17308 (iswitchb-mode-hook): New variable.
17309 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
17310 `extensions'.
17311
173122000-09-20 Gerd Moellmann <gerd@gnu.org>
17313
17314 * ehelp.el (electric-help): New defgroup.
17315 (electric-help-shrink-window): New user-option.
17316 (with-electric-help): Use it.
17317
17318 * window.el (shrink-window-if-larger-than-buffer): If face
17319 `mode-line' has a :box, and we're on a graphical frame, add 1
17320 to the needed window height.
17321
17322 * frame.el (frame-notice-user-settings): Add a last parameter nil
17323 to a call to `append', because the last list passed to `append' is
17324 not copied, and so subsequent calls to assq-delete-all will modify
17325 default-frame-alist.
17326
17327 * startup.el (fancy-splash-image): Change :type.
17328 (fancy-splash-head): Use an XBM image if appropriate.
17329 (command-line-1): Show splash screens in more cases.
17330
17331 * startup.el (fancy-splash-text): Don't quote faces.
17332
17333 * dired.el (dired-font-lock-keywords): Undo last change.
17334 (dired-readin): Bind indent-tabs-mode to nil.
17335
17336 * startup.el (fancy-splash-head): If frame's background mode
17337 is `dark', change the black background of the image to gray.
17338 (fancy-splash-screens): Display startup echo area message.
17339 (display-startup-echo-area-message): New function.
17340
173412000-09-20 Miles Bader <miles@lsi.nec.co.jp>
17342
17343 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
17344
17345 * info.el (info-header-node): Tweak for color ttys.
17346
17347 * faces.el (face-valid-attribute-values): Make sure directories we
17348 search for stipples both exist and are readable before trying to
17349 search them.
17350
17351 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
17352 in the dry-run case.
17353
17354 * jka-compr.el (with-auto-compression-mode): New macro.
17355
17356 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
17357 (custom-group-tag-face, custom-variable-tag-face): Use relative
17358 :height and inherit from `variable-pitch' face instead of
17359 hardwiring :family.
17360 * hi-lock.el (hi-black-hb): Likewise.
17361
17362 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
17363 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
17364 toolbar-add-item, if image doesn't have a mask add a `:mask
17365 heuristic'.
17366
173672000-09-19 Stefan Monnier <monnier@cs.yale.edu>
17368
17369 * diff-mode.el: Docstring fixes.
17370 (diff-header-face, diff-comment-face): New faces.
17371 (diff-font-lock-keywords): Highlight a bit differently.
17372 (diff-find-source-location): Don't return SPAN any more.
17373 (diff-hunk-text): Don't bother erasing the temp buffer.
17374 (diff-find-text): Drop argument LINE.
17375 (diff-apply-hunk): Update calls to diff-find-text.
17376 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
17377
17378 * calendar/calendar.el: Docstring fixes.
17379 (calendar-make-alist): Don't quote lambda.
17380 (calendar-star-date): Use make-local-variable.
17381
173822000-09-19 Dave Love <fx@gnu.org>
17383
17384 * toolbar/tool-bar.el: Renamed from toolbar.el.
17385 Change `toolbar' to `tool-bar' generally in symbols.
17386 Make some items invisible in `special' major modes.
17387 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
17388 Add arg PROPS.
17389
17390 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
17391 Add :version here.
17392 (fancy-splash-delay, fancy-splash-image): Remove :version here.
17393
173942000-09-19 Gerd Moellmann <gerd@gnu.org>
17395
17396 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
17397
17398 * files.el (find-file-suppress-same-file-warnings): New user-option.
17399 (find-file-noselect): Use it.
17400
17401 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
17402 (fancy-splash-screen): Defgroup.
17403
17404 * add-log.el (change-log-font-lock-keywords): Match names
17405 more exactly for the case that font-lock-constant-face is
17406 underlined.
17407
174082000-09-19 Richard M. Stallman <rms@gnu.org>
17409
17410 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
17411
174122000-09-19 Andre Spiegel <spiegel@gnu.org>
17413
17414 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
17415
174162000-09-19 Gerd Moellmann <gerd@gnu.org>
17417
17418 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
17419 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
17420 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
17421 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
17422 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
17423 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
17424 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
17425 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
17426 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
17427 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
17428 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
17429 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
17430
17431 * startup.el (fancy-splash-text): New variable.
17432 (fancy-splash-delay, fancy-splash-image): New user-options.
17433 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
17434 (fancy-splash-screens): New functions.
17435 (command-line-1): If display has a `display' frame parameter, has
17436 colors, and we have XPM support, show more fancy splash screens.
17437
174382000-09-19 Dave Love <fx@gnu.org>
17439
17440 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
17441 with null `help'. Use modern backquote syntax.
17442
174432000-09-19 Gerd Moellmann <gerd@gnu.org>
17444
17445 * font-lock.el (font-lock-mode): Change message telling the user
17446 that ``the buffer is too big''.
17447
17448 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
17449 for instance for the case that tab-width is 2.
17450
174512000-09-18 Gerd Moellmann <gerd@gnu.org>
17452
17453 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
17454 toolbar-add-item, if image doesn't have a mask add a `:mask
17455 heuristic'.
17456
174572000-09-18 Miles Bader <miles@lsi.nec.co.jp>
17458
17459 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
17460 and return a cons if it's non-nil.
17461 (diff-apply-hunk): Try to jump to the line in the source text
17462 corresponding to the position of point in the in the hunk.
17463
17464 * info.el (Info-title-3-face, Info-title-2-face)
17465 (Info-title-1-face): Use face inheritance and relative sizes
17466 instead of hard-wiring things.
17467
17468 * faces.el (secondary-selection): Make dark-background variant sane.
17469
174702000-09-16 Andrew Innes <andrewi@gnu.org>
17471
17472 * makefile.w32-in (compile-files-CMD): No need to make .elc files
17473 read-only, since they aren't under VC now.
17474
174752000-09-17 Dave Love <fx@gnu.org>
17476
17477 * tmm.el: Replace mapcar with mapc in several places.
17478
17479 * loadhist.el (unload-feature): Maybe call elp-restore-list and
17480 ad-unadvise.
17481
17482 * international/latin1-disp.el: New file.
17483
17484 * calendar/cal-move.el (scroll-calendar-left)
17485 (scroll-calendar-right): Make arg optional (for active mode line).
17486
17487 * calendar/calendar.el (calendar-mode-line-format): Make fields
17488 mouse-sensitive.
17489 (calendar-read-date, calendar-read-date, calendar-window-list):
17490 Unquote lambda.
17491 (calendar-month-name): Use aref, not sref.
17492
17493 * view.el (minor-mode-alist): Propertize the string.
17494
17495 * international/characters.el (standard-case-table): Add entries
17496 for Greek.
17497
174982000-09-18 Miles Bader <miles@gnu.org>
17499
17500 * info.el (info-node, info-xref): Add dark-background variants.
17501
17502 * faces.el (header-line): Change defaults to be less confusing
17503 when mixed with mode-lines.
17504
17505 * info.el (Info-fontify-node): Make a few cleanups.
17506 Add extra `help-echo' and `local-map' props to node xrefs.
17507 Use header-specific faces for node-names & xrefs.
17508 (Info-use-header-line): New variable.
17509 (info-header-xref, info-header-node): New faces.
17510 (Info-setup-header-line): New function.
17511 (Info-select-node): Call Info-setup-header-line when enabled.
17512 (Info-extract-pointer): Work even if the header line is hidden.
17513 (Info-header-line): New variable.
17514
175152000-09-16 Stefan Monnier <monnier@cs.yale.edu>
17516
17517 * vms-patch.el (print-region-function): Don't quote lambda.
17518
17519 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
17520
17521 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
17522 (lm-get-header-re): Allow spaces between the header and the colon.
17523 (lm-header): Allow $ in non-RCS headers.
17524 (lm-header-multiline): Put the strings back into order.
17525 Stop at an empty line. Don't require two space chars if the
17526 line is clearly not another header line.
17527
17528 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
17529 (popup-menu-popup): Remove.
17530
175312000-09-15 Gerd Moellmann <gerd@gnu.org>
17532
17533 * toolbar/toolbar.el (toolbar-add-item): Use the same image
17534 specification if or if not tool-bar item contains an `:enabled'
17535 property.
17536
17537 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
17538 current buffer has no file name.
17539
175402000-09-15 Dave Love <fx@gnu.org>
17541
17542 * strokes.el: Sync with maintainer's current version with changes
17543 for Emacs, but avoid runtime cl and levents.
17544 (toplevel): Change autoloads and compilation requires.
17545 (strokes-version, strokes-bug-address, strokes-lift): Values
17546 changed.
17547 (strokes-xpm-header, strokes-insinuated): New variable.
17548 (strokes): Add :link.
17549 (strokes-mode): Customized.
17550 (strokes-while-inhibiting-garbage-collector): New macro.
17551 (strokes-remassoc): Avoid remove-if.
17552 (strokes-fix-button2-command): Don't use ad-do-it.
17553 (strokes-insinuate): New function.
17554 (strokes-button-press-event-p, strokes-button-release-event-p):
17555 New functions, used instead of non-`strokes-' versions..
17556 (strokes-mouse-event-p): Rewritten.
17557 (strokes-event-closest-point): Avoid event-point.
17558 (strokes-get-grid-position): Avoid cdadr, caadr
17559 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
17560 functions.
17561 (strokes-help): Use with-output-to-temp-buffer.
17562 (strokes-window-configuration-changed-p): New function.
17563 (strokes-update-window-configuration): Use buffer-live-p,
17564 strokes-window-configuration-changed-p.
17565 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
17566 (strokes-char-face): New face.
17567 (strokes-char-table, strokes-base64-chars): New variable.
17568 (strokes-xpm-for-stroke, strokes-list-strokes)
17569 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
17570 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
17571 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
17572 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
17573 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
17574 functions.
17575
175762000-09-15 Gerd Moellmann <gerd@gnu.org>
17577
17578 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
17579
17580 * image.el (create-image): Doc fix.
17581
17582 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
17583 instead of `:heuristic-mask t'.
17584
175852000-09-14 Andrew Innes <andrewi@gnu.org>
17586
17587 * makefile.w32-in: Revert to Unix line endings.
17588
175892000-09-14 Andrew Innes <andrewi@gnu.org>
17590
17591 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17592 when installing.
17593
17594 * makefile.nt (DONTCOMPILE): Fix typo.
17595
17596 * shell.el (shell-write-history-on-exit): New function.
17597 (shell-dumb-shell-regexp): New custom variable.
17598 (shell-mode): Make shell-write-history-on-exit the process
17599 sentinel if shell name matches shell-dumb-shell-regexp.
17600
17601 * w32-fns.el: Comment out before-init-hook function which resets
17602 source-directory based; this breaks bootstrap.
17603
176042000-09-14 Dave Love <fx@gnu.org>
17605
17606 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17607 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17608 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17609 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17610 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17611 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17612 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17613 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17614 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17615
17616 * toolbar/toolbar.el: New.
17617
17618 * subdirs.el: Add toolbar.
17619
176202000-09-14 Gerd Moellmann <gerd@gnu.org>
17621
17622 * indent.el (indent-for-tab-command): Doc fix.
17623
176242000-09-14 Alex Schroeder <alex@gnu.org>
17625
17626 * ansi-color.el (ansi-colors): Doc change.
17627 (ansi-color-get-face): Simplified regexp.
17628 (ansi-color-faces-vector): Added more faces, doc change.
17629 (ansi-color-names-vector): Doc change.
17630 (ansi-color-regexp): Simplified regexp.
17631 (ansi-color-parameter-regexp): New regexp.
17632 (ansi-color-filter-apply): Doc change.
17633 (ansi-color-filter-region): Doc change.
17634 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17635 deal with zero length parameters.
17636 (ansi-color-apply-on-region): Doc change.
17637 (ansi-color-map): Doc change.
17638 (ansi-color-map-update): Removed debugging message.
17639 (ansi-color-get-face-1): Added condition-case to trap
17640 args-out-of-range errors.
17641 (ansi-color-get-face): Doc change.
17642 (ansi-color-make-face): Removed.
17643 (ansi-color-for-shell-mode): New option.
17644
176452000-09-13 Kenichi Handa <handa@etl.go.jp>
17646
17647 * international/quail.el (quail-start-translation): Translate KEY
17648 if necessary even if it doesn't have any mapping in the current
17649 input method.
17650 (quail-start-conversion): Likewise.
17651 (quail-help): The output message is improved.
17652
176532000-09-13 Miles Bader <miles@gnu.org>
17654
17655 * comint.el (comint-output-filter): Revert to using
17656 `insert-before-markers'. Add bletcherous hack to undo damage
17657 caused by `insert-before-markers'. Put `front-sticky' property on
17658 overlays created here so that the field code understands how the
17659 overlay works. Use a let when making comint-last-prompt-overlay,
17660 so that the code is easier to read.
17661
176622000-09-13 Dave Love <fx@gnu.org>
17663
17664 * wid-edit.el (widget-default-format-handler): DTRT when
17665 doc-property is a function.
17666
176672000-09-12 Francesco Potorti` <pot@gnu.org>
17668
17669 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17670 filed name if it's not there.
17671
176722000-09-12 Dave Love <fx@gnu.org>
17673
17674 * simple.el (read-mail-command): Doc fix.
17675 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17676
17677 * vc.el (vc-dired-listing-switches): Fix :version.
17678
17679 * vc-hooks.el: Doc fixes.
17680
17681 * subr.el (add-minor-mode): Use toggle-fun arg.
17682
17683 * speedbar.el: Add :version to several defcustoms.
17684
17685 * imenu.el (imenu--truncate-items, imenu--cleanup)
17686 (imenu--generic-function): Avoid mapcar.
17687 (imenu--replace-spaces): Function removed.
17688 (imenu--completion-buffer): Use subst-char-in-string.
17689 (imenu-add-to-menubar): Use keymap inheritance.
17690
176912000-09-12 Miles Bader <miles@gnu.org>
17692
17693 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17694 (diff-mode-map): Bind `diff-test-hunk'.
17695 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17696
176972000-09-11 Gerd Moellmann <gerd@gnu.org>
17698
17699 * bytecomp.el (byte-compile-defvar): Undo last change
17700 because it breaks '(make-variable-buffer-local (defvar ...)'
17701 which is used at least in dired.
17702
177032000-09-12 Kenichi Handa <handa@etl.go.jp>
17704
17705 * international/quail.el (quail-define-package): Docstring
17706 modified.
17707
177082000-09-12 Kenichi Handa <handa@etl.go.jp>
17709
17710 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17711 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17712 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17713 docstring of "chinese-py".
17714
17715 * international/quail.el (quail-translation-docstring): New
17716 variable.
17717 (quail-show-keyboard-layout): Docstring modified.
17718 (quail-select-current): Likewise.
17719 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17720 infinite recursive call.
17721 (quail-help): Check quail-translation-docstring. Format of the
17722 output changed.
17723 (quail-help-insert-keymap-description): Adjusted for the above
17724 change.
17725
177262000-09-11 Gerd Moellmann <gerd@gnu.org>
17727
17728 * bytecomp.el (byte-compile-defvar): Only cons onto
17729 current-load-list in top-level forms. Else this leaks a cons cell
17730 every time a defun is called.
17731
177322000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17733
17734 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17735 Now understands non-unified diffs. Some functionality moved into
17736 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17737 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17738 modify anything. Only reposition point in the patched file if the
17739 patch succeeds. Only pop up another window if POPUP is true.
17740 Emit a message describing what happened if successful, and at what
17741 line-offset. Automatically detect reversed hunks and do something
17742 appropriate.
17743 (diff-hunk-text, diff-find-text): New functions.
17744 (diff-filter-lines): Function removed.
17745 (diff-test-hunk): New function.
17746 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17747
177482000-09-10 Dave Love <fx@gnu.org>
17749
17750 * textmodes/tildify.el: Minor doc/commentary fixes.
17751 (tildify) <defgroup>: Add :version.
17752
17753 * faces.el (face-x-resources): Make custom type more specific.
17754 (frame-background-mode): Use mapc.
17755 (region) <defcustom>: Add :version.
17756
177572000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17758
17759 * vc-sccs.el (vc-sccs-register):
17760 * vc-rcs.el (vc-rcs-register):
17761 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17762 * vc.el (vc-register): Clear file's properties.
17763
177642000-09-08 Gerd Moellmann <gerd@gnu.org>
17765
17766 * faces.el (face-spec-set): Only face-spec-reset-face when
17767 ATTRS is non-nil.
17768
177692000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17770
17771 * help.el (help-insert-xref-button): Fix a typo in doc string.
17772
177732000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17774
17775 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17776 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17777 methods.
17778
17779 * menu-bar.el (read-mail-item-name): New function.
17780 (menu-bar-tools-menu): Use it to compute and display the package
17781 used to read email.
17782 (menu-bar-tools-menu): Fix typo in GUD's help string.
17783
177842000-09-07 Dave Love <fx@gnu.org>
17785
17786 * diff-mode.el (diff-mouse-goto-source): New function.
17787
17788 * vc-sccs.el: Doc fixes.
17789 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17790
17791 * vc-rcs.el: Doc fixes.
17792 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17793 (vc-rcs-checkout-switches, vc-rcs-header)
17794 (vc-rcs-master-templates): Add or change :version.
17795
17796 * vc-cvs.el: Doc fixes.
17797 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17798 (vc-cvs-stay-local): Add :version.
17799
17800 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17801
178022000-09-07 Kenichi Handa <handa@etl.go.jp>
17803
17804 * international/quail.el (quail-help): Fix previous change.
17805
178062000-09-07 Gerd Moellmann <gerd@gnu.org>
17807
17808 * faces.el (color-values): Doc fix.
17809
17810 * faces.el (frame-set-background-mode): Use frame-parameter
17811 instead of frame-parameters.
17812
17813 * frame.el (filtered-frame-list): Reduce consing.
17814 (frames-on-display-list): Call frame-parameter instead of
17815 frame-parameters.
17816
178172000-09-07 Kenichi Handa <handa@etl.go.jp>
17818
17819 * language/devan-util.el (devanagari-to-indian-region): In the
17820 loop, change the following char, not preceding char.
17821
178222000-09-07 Gerd Moellmann <gerd@gnu.org>
17823
17824 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17825 instead of frame-parameters.
17826
17827 * faces.el (set-face-attribute): Simplify by calling
17828 internal-set-lisp-face-attribute with FRAME being 0.
17829
17830 * vc.el: Remove `Id' version control keyword.
17831
178322000-09-07 Kenichi Handa <handa@etl.go.jp>
17833
17834 * help.el (help-make-xrefs): Adjusted for the change of
17835 help-xref-mule-regexp.
17836 (help-insert-xref-button): New function.
17837
17838 * international/mule-cmds.el (help-xref-mule-regexp-template):
17839 Include the pattern for character set.
17840 (leim): New group.
17841
17842 * international/quail.el: Don't require face.
17843 (quail): New group.
17844 (quail-other-command): Dummy command to make quail-help work better.
17845 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17846 (quail-keyboard-layout-substitution): New variable.
17847 (quail-update-keyboard-layout): New function.
17848 (quail-keyboard-layout-type): New customizable variable.
17849 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17850 (quail-keyboard-translate): Pay attention to
17851 quail-keyboard-layout-substitution.
17852 (quail-insert-kbd-layout): New function.
17853 (quail-show-keyboard-layout): New function.
17854 (quail-get-translation): If the definition is a vector of length
17855 1, and the element is a string of length 1, return the character
17856 in that string.
17857 (quail-update-current-translations): Fix the case of
17858 relative-index out of range.
17859 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17860 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17861 Show key sequences for all available characters.
17862 (quail-help-insert-keymap-description): Don't show such verbose
17863 key bindings as quail-self-insert-command.
17864
17865 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17866 Format changed, and each element now have extra documentations.
17867 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17868 Adjusted for the change of quail-cxterm-package-ext-info.
17869
178702000-09-06 Gerd Moellmann <gerd@gnu.org>
17871
17872 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17873 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17874 during bootstrap.
17875
178762000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17877
17878 * vc.el: (toplevel): Don't require `dired' at run-time.
17879 (vc-dired-resynch-file): Remove autoload cookie.
17880
178812000-09-05 Andre Spiegel <spiegel@gnu.org>
17882
17883 * vc.el: Made several backend functions optional.
17884 (vc-default-responsible-p): New function.
17885 (vc-merge): Use RET for first version to trigger merge-news, not
17886 prefix arg.
17887 (vc-annotate): Handle backends that do not support annotation.
17888 (vc-default-merge-news): Removed. The existence of a merge-news
17889 implementation is now checked on caller sites.
17890
17891 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17892 case.
17893
17894 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17895 special case that has been removed from the default in vc-hooks.el.
17896
178972000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17898
17899 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17900
179012000-09-05 Andre Spiegel <spiegel@gnu.org>
17902
17903 * vc-hooks.el: Require vc during compilation.
17904 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17905 macro `with-vc-properties' in vc.el.
17906 (vc-file-getprop): Doc fix.
17907 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17908
17909 * vc.el: Require dired-aux during compilation.
17910 (vc-name-assoc-file): Moved to vc-sccs.el.
17911 (with-vc-properties): New macro.
17912 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17913 vc-finish-steal): Use it.
17914 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17915 to the backend-specific function is now supposed to do the checkout,
17916 too.
17917 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17918
17919 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17920 set file properties; that gets done in the generic code now.
17921
17922 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17923 Changed parameter list, added code from vc.el that does the
17924 checkout, possibly with a double-take.
17925
17926 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17927 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17928 the above under the new name.
17929 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17930 parameter list, added checkout command.
17931 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17932 properties; that gets done in the generic code now.
17933
179342000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17935
17936 * vc.el: Docstring fixes (courtesy of checkdoc).
17937
179382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17939
17940 * vc.el (vc-checkout-writable-buffer-hook)
17941 (vc-checkout-writable-buffer): Remove.
17942 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17943 (vc-log-mode): Make it into a clean derived major mode.
17944 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17945 vc-log-mode if log-edit is not available.
17946 (vc-dired-mode-map): Don't set-keymap-parent yet.
17947 (vc-dired-mode): Do set-keymap-parent here.
17948 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17949
179502000-09-05 Gerd Moellmann <gerd@gnu.org>
17951
17952 * faces.el (set-face-attribute, face-spec-reset-face)
17953 (face-spec-set): Avoid consing by removing calls to `apply'.
17954
17955 * frame.el (frame-parameter): Move to C code.
17956
179572000-09-05 Dave Love <fx@gnu.org>
17958
17959 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17960 insert-before-markers-and-inherit. Now checked systematically!
17961
179622000-09-05 Alex Schroeder <alex@gnu.org>
17963
17964 * sql.el (sql-postgres): Use sql-postgres-options.
17965 (sql-postgres-options): New variable.
17966
179672000-09-05 Alex Schroeder <alex@gnu.org>
17968
17969 * sql.el (sql-mode-menu): Work around missing variable mark-active
17970 in XEmacs.
17971 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17972 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17973 compatibility.
17974
179752000-09-04 Gerd Moellmann <gerd@gnu.org>
17976
17977 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17978
17979 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17980
17981 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17982
179832000-09-04 Andre Spiegel <spiegel@gnu.org>
17984
17985 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17986 don't support anything else under SCCS yet.
17987
17988 * vc-hooks.el: Minor doc fixes.
17989
179902000-09-04 Andre Spiegel <spiegel@gnu.org>
17991
17992 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17993 not necessary. If verbose in state `needs-patch', do the same as
17994 under `up-to-date'. When NOT verbose and `needs-patch', check out
17995 latest version instead of `merge-news'.
17996 (vc-next-action-dired): Don't mess with default-directory here; it
17997 breaks other parts of dired. It is the job of the
17998 backend-specific functions to adjust it temporarily if they need it.
17999 (vc-next-action): Remove a special CVS case.
18000 (vc-clear-headers): New optional arg FILE.
18001 (vc-checkin, vc-checkout): Set properties vc-state and
18002 vc-checkout-time properly.
18003 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
18004 (vc-print-log): Use new backend function `show-log-entry'.
18005 (vc-cancel-version): Do the checks in a different order. Added a
18006 FIXME concerning RCS-only code.
18007
18008 * vc-rcs.el (vc-rcs-show-log-entry): New function.
18009 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
18010
18011 * vc-cvs.el (vc-cvs-show-log-entry): New function.
18012
18013 * vc-hooks.el (vc-default-mode-line-string): Show state
18014 `needs-patch' as a `-' too.
18015
180162000-09-04 Andre Spiegel <spiegel@gnu.org>
18017
18018 * vc.el (vc-responsible-backend): New optional arg REGISTER.
18019 (vc-default-could-register): New function.
18020 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
18021 (vc-resynch-buffer): Call vc-dired-resynch-file.
18022 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
18023 vc-resynch-buffer instead of vc-resynch-window.
18024 (vc-next-action-dired): Don't redisplay here, that gets done as a
18025 result of the individual file operations.
18026 (vc-retrieve-snapshot): Corrected prompt order.
18027
18028 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
18029
18030 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
18031 as well.
18032 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
18033 hostname regexps. Updated all callers.
18034 (vc-cvs-responsible-p): Handle directories as well.
18035 (vc-cvs-could-register): New function.
18036 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
18037 properties up-to-date.
18038
18039 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
18040 user whether to create one.
18041
180422000-09-04 Andre Spiegel <spiegel@gnu.org>
18043
18044 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
18045 check out a non-existing file.
18046
18047 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
18048 workfile does not exist.
18049
18050 * vc.el (vc-version-diff): Use `require' to check for existence of
18051 diff-mode.
18052
180532000-09-04 Andre Spiegel <spiegel@gnu.org>
18054
18055 * vc-cvs.el (vc-cvs-registered): Use new function
18056 vc-cvs-parse-entry to do the actual work.
18057
180582000-09-04 Andre Spiegel <spiegel@gnu.org>
18059
18060 * vc-hooks.el (vc-find-backend-function): If function doesn't
18061 exist, return nil instead of error.
18062 (vc-call-backend): Doc fix.
18063
18064 * vc.el (vc-do-command): Doc fix.
18065 (vc-finish-logentry): When checking in from vc-dired, choose the
18066 right backend for logentry check.
18067 (vc-dired-mode-map): Inherit from dired-mode-map.
18068 (vc-dired-mode): Local value of dired-move-to-filename-regexp
18069 simplified.
18070 (vc-dired-state-info): Removed, updated caller.
18071 (vc-default-dired-state-info): Use parentheses instead of hyphens.
18072 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
18073 (vc-dired-listing-switches): New variable.
18074 (vc-directory): Use it, instead of dired-listing-switches.
18075
18076 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
18077 (vc-cvs-dir-state): New function.
18078 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
18079 (vc-cvs-parse-entry): New function, also to be used in
18080 vc-cvs-registered.
18081
180822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18083
18084 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
18085 *or* single-window-frames.
18086
180872000-09-04 Andre Spiegel <spiegel@gnu.org>
18088
18089 * vc.el (vc-update-changelog): Split into generic part and default
18090 implementation. Doc string adapted.
18091 (vc-default-update-changelog): New function. Call the `rcs2log'
18092 script in exec-directory, to fix a long-standing nuisance.
18093
18094 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
18095 simply signals an error.
18096
180972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18098
18099 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
18100 control-flow more clear and to avoid running `cvs' twice.
18101
18102 * vc.el (vc-next-action-on-file): Doc fix.
18103 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
18104 (vc-print-log): Eval `file' before constructing the continuation.
18105
181062000-09-04 Andre Spiegel <spiegel@gnu.org>
18107
18108 * vc.el (vc-next-action-on-file): Corrected several messages.
18109 (vc-merge): Add prefix arg `merge-news'; handle it.
18110
18111 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
18112 is not reached. It is.
18113 (vc-cvs-merge): Set state to 'edited after merge.
18114 (vc-cvs-merge-news): Set workfile version to nil if not known.
18115 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
18116
18117 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
18118 via stdout. (Merge from main line.)
18119
181202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18121
18122 * vc.el (vc-finish-logentry): Thinko in the "same comment"
18123 detection.
18124
181252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18126
18127 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
18128 against kill-all-local-variables.
18129 (vc-log-edit): Don't save vc-parent-buffer any more.
18130 (vc-last-comment-match): Initialize to an empty string.
18131 (vc-post-command-functions): New hook.
18132 (vc-do-command): Run it.
18133 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
18134 (vc-finish-logentry): Only add the comment to the ring if it's
18135 different from the last comment entered.
18136 (vc-new-comment-index): New function.
18137 (vc-previous-comment): Use it. Make the minibuffer message
18138 slightly less terse.
18139 (vc-comment-search-reverse): Make it work forward as well. Don't
18140 set vc-comment-ring-index if no match is found. Use
18141 vc-new-comment-index.
18142 (vc-comment-search-forward): Use vc-comment-search-reverse.
18143 (vc-dired-mode-map): Don't inherit from dired-mode-map since
18144 define-derived-mode will do it for us. Bind `v' to a keymap that
18145 inherits from vc-prefix-map so that we can bind `vt' without
18146 binding C-x v t.
18147 (vc-retrieve-snapshot): Parenthesis typo.
18148
18149 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
18150 to 1. Make sure to switch to *vc* before looking for an error
18151 message. Use vc-parse-buffer.
18152
181532000-09-04 Andre Spiegel <spiegel@gnu.org>
18154
18155 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
18156 and NAME.
18157 (vc-retrieve-snapshot): Split into two parts.
18158 (vc-default-retrieve-snapshot): New function.
18159
18160 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
18161 (vc-cvs-retrieve-snapshot): New function (untested).
18162 (vc-cvs-stay-local): Default to t.
18163 (vc-cvs-remote-p): New function and property.
18164 (vc-cvs-state): Stay local only if the above is t.
18165 (vc-handle-cvs): Removed.
18166 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
18167 done via vc-handled-backends now.
18168 (vc-cvs-header): Escape Id.
18169
181702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18171
18172 * vc.el (vc-do-command): Remove unused commands.
18173 (vc-version-diff): Make sure default-directory ends with a slash.
18174 Move the window commands into a vc-exec-after.
18175 (vc-print-log): Move more of the code into the `vc-exec-after'.
18176
181772000-09-04 Andre Spiegel <spiegel@gnu.org>
18178
18179 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
18180 (vc-print-log): Search current revision from beginning of buffer.
18181 (vc-revert-buffer): Clear echo area after the diff is finished.
18182 (vc-prefix-map): Removed definition of "t" for terse display in vc
18183 dired.
18184 (vc-dired-mode-map): Inherit from dired-mode-map. Added
18185 definition of "vt" for terse display.
18186 (vc-dired-mode): Fix dired-move-to-filename-regexp.
18187
181882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18189
18190 * vc.el (vc-exec-after): Avoid caddr.
18191
181922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18193
18194 * vc.el (vc-exec-after): New function.
18195 (vc-do-command): Use it to add a termination message for async
18196 procs.
18197 (vc-checkout): Try to handle a missing-backend situation.
18198 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
18199 of a directory with a backend using async diffs.
18200 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
18201 present.
18202
18203 * vc-sccs.el (vc-sccs-state-heuristic): Use
18204 file-ownership-preserved-p.
18205
18206 * vc-rcs.el (vc-rcs-state-heuristic): Use
18207 file-ownership-preserved-p.
18208 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
18209
182102000-09-04 Andre Spiegel <spiegel@gnu.org>
18211
18212 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
18213 vc-do-command.
18214
18215 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
18216 when there are no changes.
18217
182182000-09-04 Andre Spiegel <spiegel@gnu.org>
18219
18220 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
18221
18222 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
18223
182242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18225
18226 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
18227
18228 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
18229 the `fset' outside of the defvar so that it works even if
18230 vc-prefix-map was already defined.
18231 (vc-setup-buffer): New function, split out of vc-do-command.
18232 (vc-do-command): Allow BUFFER to be t to mean `just use the
18233 current buffer without any fuss'.
18234 (vc-version-diff): Change the `diff' backend operation to just put
18235 the diff in the current buffer without erasing it. Always use
18236 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
18237 shrink-window-if-larger-than-buffer.
18238 (vc-print-log): Change the `print-log' backend operation to just
18239 put the log in the current buffer without erasing it. Protect
18240 shrink-window-if-larger-than-buffer.
18241 (vc-update-change-log): Fix setd typo.
18242
18243 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
18244 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
18245
18246 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
18247 (vc-rcs-diff): Insert in the current buffer and remove unused arg
18248 CMP.
18249
18250 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
18251 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
18252 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
18253
182542000-09-04 Andre Spiegel <spiegel@gnu.org>
18255
18256 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
18257 not possible, use vc-BACKEND-workfile-unchanged-p.
18258 (vc-default-workfile-unchanged-p): New function. Delegates to a
18259 full vc-BACKEND-diff.
18260
18261 * vc-hooks.el (vc-simple-command): Removed.
18262
18263 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
18264 instead of vc-simple-command.
18265 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
18266 avoid doing a diff when opening a file.
18267 (vc-rcs-state): Added check for unlocked-changes.
18268 (vc-rcs-header): Escape Id.
18269 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
18270 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
18271 version.
18272
18273 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
18274 (vc-sccs-diff): Remove optional arg CMP.
18275 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
18276 SCCS-specific function.
18277
18278 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
18279 vc-simple-command.
18280
182812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18282
18283 * vc.el (vc-editable-p): Renamed from vc-writable-p.
18284 (with-vc-file, vc-merge): Use vc-editable-p.
18285 (vc-do-command): Remove unused var vc-file and fix the
18286 doubly-defined `status' var. Add a user message when starting an
18287 async command.
18288 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
18289 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
18290 Use with-current-buffer.
18291 (vc-buffer-sync): Use unless.
18292 (vc-next-action-on-file): If the file is 'edited by read-only,
18293 make it read-write instead of trying to commit.
18294 (vc-version-diff, vc-update-change-log): Use `setq
18295 default-directory' rather than `cd'.
18296 (vc-log-edit): Don't forget to set default-directory in the
18297 buffer.
18298
18299 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
18300 (vc-sccs-state-heuristic): Use file-writable-p instead of
18301 comparing userids.
18302 (vc-sccs-checkout): Use `unless'.
18303
18304 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
18305 of comparing userids.
18306 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
18307 Simplify the logic by eliminating unreachable code.
18308 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
18309 just do a recursive call if we need to retry.
18310 (vc-rcs-checkout): Handle the case where rcs is missing by making
18311 the buffer read-write if requested and re-signalling the error.
18312
18313 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
18314
183152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18316
18317 * vc-hooks.el (vc-handled-backends): Docstring change.
18318 (vc-ignore-vc-files): Mark obsolete.
18319 (vc-registered): Check vc-ignore-vc-files.
18320 (vc-find-file-hook, vc-file-not-found-hook): Don't check
18321 vc-ignore-vc-files.
18322
18323 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
18324
183252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18326
18327 * vc.el (vc-checkout): Don't do anything special for ange-ftp
18328 files since ange-ftp already has vc-registered return nil.
18329
18330 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
18331 (vc-sccs-workfile-version): Use with-temp-buffer and new
18332 vc-parse-buffer and don't bother setting the property.
18333 (vc-sccs-add-triple): Use with-current-buffer and
18334 find-file-noselect.
18335 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
18336
18337 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
18338 derives from the old vc-parse-buffer but uses the revision number
18339 rather than the date (much easier to compare robustly).
18340 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
18341 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
18342 locking-user more directly. Check strict locking and set
18343 checkout-model appropriately.
18344 (vc-rcs-parse-locks): Remove.
18345 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
18346 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
18347 (vc-rcs-system-release): Use with-current-buffer and
18348 vc-parse-buffer.
18349 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
18350
18351 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
18352 (vc-simple-command): Docstring fix.
18353 (vc-registered): Align the way the file-handler is called with the
18354 way the function itself works.
18355 (vc-file-owner): Remove.
18356
18357 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
18358 extraction of fields and call to file-attributes because of a
18359 temporary bug in rcp.el.
18360 (vc-cvs-fetch-status): Use with-current-buffer.
18361
183622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18363
18364 * vc.el (vc-do-command): Use file-relative-name.
18365 (vc-responsible-backend): Use vc-backend if possible.
18366 (vc-create-snapshot): Improve the `interactive' spec. Add support
18367 for branches and dispatch to backend-specific `create-snapshot'.
18368 (vc-default-create-snapshot): New function, containing the bulk of
18369 the old vc-create-snapshot.
18370 (vc-retrieve-snapshot): Improve the interactive spec.
18371
18372 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
18373 (vc-backend-hook-functions): Remove.
18374 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
18375 (vc-backend): Reintroduce the test for `file = nil' now that I
18376 know why it was there (and added a comment to better remember).
18377
18378 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
18379 code from vc-sccs-hooks.el.
18380 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
18381 'vc anymore.
18382 (vc-sccs-responsible-p): Use expand-file-name instead of concat
18383 and file-directory-p instead of file-exists-p.
18384 (vc-sccs-check-headers): Simplify the regexp.
18385
18386 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
18387 from vc-rcs-hooks.el. Don't require 'vc anymore.
18388 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
18389 file-directory-p instead of file-exists-p.
18390
18391 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
18392 from vc-cvs-hooks.el.
18393 (proto vc-cvs-registered): Require 'vc-cvs instead of
18394 'vc-cvs-hooks. Don't require 'vc anymore.
18395 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
18396 file-directory-p instead of file-exists-p.
18397 (vc-cvs-create-snapshot): New function, replacing
18398 vc-cvs-assign-name.
18399 (vc-cvs-assign-name): Remove.
18400
184012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18402
18403 * vc-cvs.el (vc-cvs-header): New var.
18404
18405 * vc-rcs.el (vc-rcs-exists): Remove.
18406 (vc-rcs-header): New var.
18407
18408 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
18409 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
18410 (vc-sccs-header): New var.
18411
18412 * vc.el (vc-do-command): Get rid of the `last' argument.
18413 (vc-header-alist): Remove, replaced by vc-X-header.
18414 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
18415 (vc-dired-hook): Use expand-file-name instead of concat.
18416 (vc-directory): Use file-name-as-directory.
18417 (vc-snapshot-precondition, vc-create-snapshot)
18418 (vc-retrieve-snapshot): Allow the command to operate on any
18419 directory.
18420
18421 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
18422 just removing the 'WORKFILE argument or by removing the 'MASTER
18423 argument and replacing `file' with (vc-name file).
18424
184252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18426
18427 * vc.el: Update Copyright and add a crude list of backend funs.
18428 (vc-writable-p): New function.
18429 (with-vc-file): Use vc-writable-p.
18430 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
18431 (vc-register): Avoid vc-name.
18432 (vc-locking-user): Remove.
18433 (vc-steal-lock): Make the `owner' arg non-optional.
18434 (vc-merge): Use vc-writable-p instead of vc-locking-user and
18435 vc-checkout-model.
18436 (vc-default-dired-state-info): Use vc-state instead of
18437 vc-locking-user and return special strings for special states.
18438 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
18439 and get rid of one of the special CVS cases.
18440 (vc-cancel-version): prettify error message with \\[...].
18441 (vc-rename-master): New function.
18442 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
18443 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
18444 the CVS special case generic.
18445 (vc-default-record-rename): Remove.
18446 (vc-file-tree-walk-internal): Only call FUNC for files that are
18447 under control of some VC backend and replace `concat' with
18448 expand-file-name.
18449 (vc-file-tree-walk): Update docstring.
18450 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
18451 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
18452
18453 * vc-sccs.el (vc-sccs-rename-file): Renamed from
18454 vc-sccs-record-rename. Use `find-file-noselect' rather than
18455 `find-file' and call `vc-rename-master' to do the actual move.
18456 (vc-sccs-diff): Remove unused `backend' variable.
18457
18458 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
18459 to delay loading of vc-sccs until it is really used.
18460 (vc-sccs-master-templates): Preload.
18461 (vc-sccs-state): Update call to vc-sccs-parse-locks.
18462 (vc-sccs-project-dir): Remove (merged into
18463 vc-sccs-search-project-dir).
18464 (vc-sccs-search-project-dir): Rewrite using file name handling ops
18465 rather than `concat', make sure it is preloaded and don't bother
18466 to check that the file actually exists.
18467 (vc-sccs-parse-locks): Remove unused `file' argument, remove
18468 `locks' argument (use buffer's content instead) and eliminate n^2
18469 behavior.
18470
18471 * vc-rcs.el: Update Copyright.
18472 (vc-rcs-rename-file): New function.
18473 (vc-rcs-diff): Remove unused `backend' variable.
18474
18475 * vc-hooks.el: Update Copyright.
18476 (vc-backend): Don't accept a nil argument any more.
18477 (vc-up-to-date-p): Turn into a defsubst.
18478 (vc-possible-master): New function.
18479 (vc-check-master-templates): Use `vc-possible-master' and allow
18480 funs in vc-X-master-templates to return a non-existent file.
18481
18482 * vc-cvs.el: Update Copyright.
18483 (vc-cvs-diff): Remove unused `backend' variable.
18484 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
18485
18486 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
18487
184882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18489
18490 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
18491 since it can be called from vc-rcs.el.
18492 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
18493
184942000-09-04 Andre Spiegel <spiegel@gnu.org>
18495
18496 * vc.el (vc-version-diff): Expand file name read from the
18497 minibuffer. Handle the case when a previous version number can't
18498 be guessed. Give suitable messages when there were no differences
18499 found.
18500 (vc-clear-headers): Call backend-specific implementation, if one
18501 exists.
18502 (vc-cancel-version): Made error checks generic. When done, clear
18503 headers generically, too.
18504
18505 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
18506 from vc-clear-headers in vc.el.
18507
18508 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
18509 correctly.
18510 (vc-rcs-latest-on-branch-p): Made second argument VERSION
18511 optional. Handle the case when it's not there.
18512
185132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18514
18515 * vc.el (vc-locking-user): Moved from vc-hooks.el.
18516
185172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18518
18519 * vc-hooks.el (vc-loadup): Remove.
18520 (vc-find-backend-function): Use `require'. Also, handle the case
18521 where vc-BACKEND-hooks.el doesn't exist.
18522 (vc-call-backend): Cleanup.
18523
185242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18525
18526 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
18527 vc-rcs-grab-templates)
18528 (vc-rcs-registered): Remove. The default function works as well.
18529 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
18530 vc-sccs-grab-templates)
18531 (vc-sccs-registered): Remove. The default function works as well.
18532
18533 * vc.el (vc-version-diff): Left out a vc- in call to
18534 vc-call-backend.
18535 (vc-default-dired-state-info, vc-default-record-rename)
18536 (vc-default-merge-news): Update for the new backend argument.
18537
18538 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
18539 using the default function.
18540 (vc-call-backend): If calling the default function, pass it the
18541 backend as first argument. Update the docstring accordingly.
18542 (vc-default-state-heuristic, vc-default-mode-line-string): Update
18543 for the new backend argument.
18544 (vc-make-backend-sym): Renamed from vc-make-backend-function.
18545 (vc-find-backend-function): Use the new name.
18546 (vc-default-registered): New function.
18547
185482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18549
18550 * vc.el (vc-merge): Use vc-find-backend-function.
18551
18552 * vc-hooks.el (vc-backend-functions): Remove.
18553 (vc-loadup): Don't setup 'vc-functions.
18554 (vc-find-backend-function): New function.
18555 (vc-call-backend): Use above fun and populate 'vc-functions
18556 lazily.
18557 (vc-backend-defines): Remove.
18558
185592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18560
18561 * vc.el (vc-register): Put a FIXME note for a newly found bug.
18562 Call vc-call-backend without the leading vc-.
18563 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
18564 (vc-check-headers): Call vc-call-backend without the leading vc-.
18565 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
18566 (vc-annotate-display): Replace confusing use of `cond' with `or'.
18567 Call vc-call-backend without the leading vc-.
18568
18569 * vc-cvs.el (tail): Provide vc-cvs.
18570 * vc-sccs.el (tail): Provide vc-sccs.
18571 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
18572
18573 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
18574 (vc-make-backend-function, vc-call): Pass names without leading
18575 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
18576 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
18577 (vc-call-backend): Always try to load vc-X-hooks.
18578 (vc-registered): Remove vc- in call to vc-call-backend.
18579
185802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18581
18582 * vc.el (vc-process-filter): New function.
18583 (vc-do-command): Setup `vc-process-filter' for the async process.
18584 (vc-maybe-resolve-conflicts): New function to reduce
18585 code-duplication. Additionally, it puts the buffer in
18586 `smerge-mode' if applicable.
18587 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
18588 calling `merge-news'.
18589 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
18590 (vc-log-edit): New function. Replacement for `vc-log-mode' by
18591 interfacing to log-edit.el.
18592 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18593 log-edit is available.
18594 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18595
185962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18597
18598 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18599 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18600 defvar and the initialization.
18601 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18602
18603 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18604 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18605
18606 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18607
186082000-09-04 Andre Spiegel <spiegel@gnu.org>
18609
18610 * vc.el (vc-file-clear-masterprops): Removed.
18611 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18612 (vc-version-diff): Use buffer-size without argument.
18613 (vc-register): Heed vc-initial-comment.
18614
18615 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18616 default branch.
18617
18618 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18619 file name and workfile version.
18620 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18621
18622 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18623 vc-file-clear-masterprops.
18624
18625 * vc-sccs.el (vc-sccs-checkout): Removed call to
18626 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18627 rather than user login name.
18628
18629
186302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18631
18632 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18633 `want-differences-if-changed' and simplify.
18634 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18635 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18636 output (which is invalid for async vc-diff) to decide whether to
18637 do the revert silently or not.
18638
186392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18640
18641 * vc-hooks.el (vc-loadup): Load files quietly.
18642 (vc-call-backend): Oops, brain fart.
18643
186442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18645
18646 * vc-cvs.el (vc-cvs-state): Typo.
18647 (vc-cvs-merge-news): Return the status code rather than the error msg.
18648
186492000-09-04 Andre Spiegel <spiegel@gnu.org>
18650
18651 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18652 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18653 vc-state or vc-up-to-date-p.
18654 (vc-merge): Use vc-backend-defines to check whether merging is
18655 possible. Set state to 'edited after successful merge.
18656
18657 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18658 return that name. Redocumented.
18659
186602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18661
18662 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18663 new `vc-state' semantics.
18664 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18665 'vc-locking-user to the current user.
18666 (vc-merge): Inline vc-backend-merge. Comment out code that I
18667 don't understand and hence can't adapt to the new `vc-state' and
18668 `vc-locking-user' semantics.
18669 (vc-backend-merge): Remove.
18670
18671 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18672 rather than 'vc-locking-user.
18673
18674 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18675
18676 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18677 (vc-state): Don't use 'reserved any more. Just use the same
18678 convention as the one used for vc-<backend>-state where the
18679 locking user (as a string) is returned.
18680 (vc-locking-user): Update, based on the above convention. The
18681 'vc-locking-user property has disappeared.
18682 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18683
18684 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18685 with a heuristic one.
18686 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18687 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18688 error. That allows us to get to 'needs-merge even in the
18689 stay-local case. There's still no way to detect 'needs-patch in
18690 such a setup (or to force an update for that matter).
18691 (vc-cvs-logentry-check): Remove, the default works as well.
18692
186932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18694
18695 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18696
18697 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18698 major-mode in which the buffer might have been put earlier. Use
18699 `remove' and `when'. Allow `okstatus' to be `async' and use
18700 `start-process' in this case.
18701 (vc-version-diff): Handle the case where the diff looks empty
18702 because of the use of an async process.
18703
187042000-09-04 Andre Spiegel <spiegel@gnu.org>
18705
18706 * vc.el (vc-next-action-on-file): Removed optional parameter
18707 `simple'. Recompute state unconditionally.
18708 (vc-default-toggle-read-only): Removed.
18709
18710 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18711 (vc-toggle-read-only): Undid prev change.
18712
18713 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18714 vc-cvs-simple-toggle. Redocumented.
18715 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18716 (vc-cvs-toggle-read-only): Removed.
18717
187182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18719
18720 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18721 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18722 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18723 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18724 still is. So maybe it should be removed.
18725 (vc-head-version, vc-find-binary): Remove.
18726 (vc-recompute-state): Move from vc-hooks.el.
18727 (vc-next-action-on-file): Add a `simple' argument to allow
18728 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18729 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18730 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18731 (vc-dired-mode-map): Properly defvar it.
18732 (vc-print-log): Call log-view-mode if available.
18733 (small-temporary-file-directory): defvar instead of use boundp.
18734 (vc-merge-news): Moved to vc-cvs.el.
18735 (vc-default-merge-news): New function.
18736
18737 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18738 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18739 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18740 unknown `vc-latest-version' function. It should probably refer to
18741 vc-workfile-version or somesuch, but it's very unclear to me and I
18742 don't have SCCS to test things.
18743
18744 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18745 (vc-sccs-state-heuristic): Fix typo.
18746 (vc-sccs-workfile-unchanged-p): Add missing argument.
18747
18748 * vc-rcs.el: Require vc and vc-rcs-hooks.
18749 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18750 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18751 (vc-release-greater-or-equal-p): Move from vc.
18752 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18753 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18754 (vc-rcs-checkout): Add a missing `new-version' argument in the
18755 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18756
18757 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18758 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18759 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18760 than the apparently unbound `workfile-version'.
18761
18762 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18763 (vc-file-prop-obarray): Use `make-vector'.
18764 (vc-backend-functions): Add new hookable functions
18765 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18766 (vc-loadup): If neither backend nor default functions exist, use
18767 the backend function rather than nil.
18768 (vc-call-backend): If the function if not bound yet, try to load
18769 the non-hook file to see if it provides it.
18770 (vc-call): New macro plus use it wherever possible.
18771 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18772 nor `vc-find-binary' since it's only called from
18773 vc-mistrust-permission which is only used once the backend is known.
18774 (vc-checkout-model): Fix parenthesis.
18775 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18776
18777 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18778 (vc-cvs-release, vc-cvs-system-release): Remove.
18779 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18780 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18781 status symbols.
18782 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18783 (vc-cvs-toggle-read-only): First cut at a function to allow a
18784 cvs-status-free vc-toggle-read-only.
18785 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18786 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18787 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18788 (vc-cvs-checkout): Modify access rights directly if the user
18789 requested not to use `cvs edit'. And refresh the mode line.
18790
18791 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18792 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18793
187942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18795
18796 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18797 workfile' that got lost when the code was extracted from vc.el.
18798 And merged the tail with the rest of the code (not possible in the
18799 old vc.el where the tail was shared among all backends). And
18800 explicitly set the state to 'edited if `writable' is set.
18801
18802 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18803 (vc-cvs-state): Be careful to return the value from
18804 vc-cvs-parse-state.
18805 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18806 property but return it instead. Also be careful to handle a nil
18807 or "" `rev' when workfile is non-nil (it was handled properly when
18808 workfile was nil).
18809
18810 * vc.el: Removed those pesky unnecessary `(function' quotes.
18811 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18812 directly in the defvar.
18813 (vc-do-command): Bind inhibit-read-only so as to properly handle
18814 the case where the destination buffer has been made read-only.
18815 (vc-diff): Delegate to vc-version-diff in all cases.
18816 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18817 (vc-annotate-mode-variables): Removed (code moved partly to
18818 defvars and partly to vc-annotate-add-menu).
18819 (vc-annotate-mode): Turned into a derived-mode.
18820 (vc-annotate-add-menu): Moved in code in
18821 vc-annotate-mode-variables.
18822 (vc-update-change-log): Use make-temp-file if available.
18823
188242000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18825
18826 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18827 `vc-checkout-model' updated to `vc-cvs-update-model'.
18828
188292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18830
18831 * vc.el (vc-next-action-on-file): Added handling of state
18832 `unlocked-changes'.
18833 (vc-checkout-carefully): Is now practically obsolete, unless the
18834 above is too slow to be enabled unconditionally.
18835 (vc-update-change-log): Fixed typo.
18836
18837 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18838
18839 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18840 Now handles state `unlocked-changes'.
18841 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18842
18843 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18844
18845 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18846 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18847 `unlocked-changes'.
18848 (vc-rcs-workfile-unchanged-p): Renamed from
18849 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18850 function yet, but supposed to become one soon.
18851
18852 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18853 `vc-steal-lock'.
18854 (vc-call-backend): Changed error message.
18855 (vc-state): Added description of state `unlocked-changes'.
18856
188572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18858
18859 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18860 always return t in CVS-controlled directories.
18861
18862 * vc.el (vc-responsible-backend): New function.
18863 (vc-register): Largely rewritten.
18864 (vc-admin): Removed (implementation moved into vc-register).
18865 (vc-checkin): Redocumented.
18866 (vc-finish-logentry): If no backend defined yet (because we are in
18867 the process of registering), use the responsible backend.
18868
18869 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18870 Updated function lists.
18871 (vc-call-backend): Fixed typo.
18872
18873 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18874 New functions.
18875 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18876 Removed query option. Redocumented.
18877
188782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18879
18880 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18881
18882 * vc.el: Updated callers of `vc-checkout-required' to use
18883 `vc-checkout-model'.
18884
188852000-09-04 Martin Lorentzson <martinl@gnu.org>
18886
18887 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18888 stuff updated to reference this function instead of the old
18889 `vc-backend-release-p'.
18890
188912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18892
18893 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18894 vc-checkout-model. Return appropriate values. Updated callers.
18895
188962000-09-04 Martin Lorentzson <martinl@gnu.org>
18897
18898 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18899 (vc-backend-revert): Function moved into `vc-revert';
18900 `vc-next-action' must be updated to accomodate this change.
18901 (vc-backend-steal): Function moved into `vc-finish-steal'.
18902 (vc-backend-logentry-check): Function moved into
18903 `vc-finish-logentry'.
18904 (vc-backend-printlog): Function moved into `vc-print-log'.
18905 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18906 (vc-backend-assign-name): Function moved into
18907 `vc-create-snapshot'.
18908
189092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18910
18911 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18912 Rename to vc-checkout-model. Return appropriate values.
18913 Update callers.
18914
18915 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18916 to vc-checkout-model.
18917 (vc-checkout-required): Rename to vc-checkout-model.
18918 Re-implement and re-comment.
18919 (vc-after-save): Use vc-checkout-model.
18920
189212000-09-04 Martin Lorentzson <martinl@gnu.org>
18922
18923 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18924 Update to use the vc-BACKEND-diff functions instead.
18925 `vc-diff' is now working.
18926
18927 * vc-rcs.el (vc-rcs-logentry-check): New function.
18928
18929 * vc-cvs.el (vc-cvs-logentry-check): New function.
18930
18931 * vc-sccs.el (vc-sccs-diff): Function changed name from
18932 `vc-backend-diff'. This makes `vc-diff' work.
18933
18934 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18935 of functions possibly implemented in a vc-BACKEND library.
18936 (vc-checkout-required): Fix bug that caused an error to be
18937 signaled during `vc-after-save'.
18938
18939 * vc.el: Fix typo.
18940 This checkin is made with our new VC code base for the very first time.
18941 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18942
18943 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18944 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18945
18946 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18947 updated to `vc-uses-locking'.
18948 (vc-checkout-required): Call to backend function.
18949 `vc-checkout-required' updated to `vc-uses-locking' instead.
18950
18951 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18952 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18953
18954 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18955 to match the split into various backends.
18956 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18957 (vc-retrieve-snapshot): Bug fix.
18958
189592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18960
18961 * vc-sccs.el (vc-sccs-release): Doc fix.
18962
189632000-09-04 Martin Lorentzson <martinl@gnu.org>
18964
18965 * vc.el (vc-next-action-on-file): Bug found and fixed.
18966 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18967 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18968
18969 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18970 (vc-rcs-checkout): Name space cleaned up. No more revision number
18971 crunching function names that are not prefixed with vc-rcs.
18972 (vc-rcs-checkout-model): Function added. References to
18973 `vc-checkout-model' replaced.
18974
189752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18976
18977 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18978 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18979 still need to be split, and implemented for RCS).
18980
189812000-09-04 Martin Lorentzson <martinl@gnu.org>
18982
18983 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18984
18985 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18986 required by the vc.el file.
18987
18988 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18989 required by the vc.el file.
18990 (vc-rcs-exists): Function added.
18991
18992 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18993 required by the vc.el file.
18994
18995 * vc.el (vc-admin): Updated to handle selection of appropriate
18996 backend. Current implementation is crufty and need re-thinking.
18997
18998 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18999
190002000-09-04 Martin Lorentzson <martinl@gnu.org>
19001
19002 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
19003 beginning of annotate buffers correctly.
19004
19005 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
19006 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
19007 functionality updated quite a lot to support multiple backends.
19008 Variables `vc-annotate-mode', `vc-annotate-buffers',
19009 `vc-annotate-backend' added.
19010
19011 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
19012 `vc-annotate-difference' added to supported backend functions.
19013
190142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19015
19016 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
19017 Use with-temp-file instead of /bin/sh. Merged from mainline
19018
190192000-09-04 Martin Lorentzson <martinl@gnu.org>
19020
19021 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
19022
19023 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
19024
19025 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
19026
190272000-09-04 Martin Lorentzson <martinl@gnu.org>
19028
19029 * vc-hooks.el: vc-state-heuristic added to
19030 vc-backend-hook-functions.
19031
19032 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
19033
19034 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
19035
19036 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
19037 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
19038 state to `reserved'.
19039
19040 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
19041 `vc-checkout-required'. Rename the `locked' state to `reserved'.
19042
190432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19044
19045 * vc-rcs-hooks.el: Implement new state model. Hardly anything
19046 untouched.
19047
19048 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
19049
19050 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
19051 if defined. (Merged from main line, slightly adapted.)
19052
19053 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
19054 millenium problem (merged from mainline).
19055
190562000-09-04 Martin Lorentzson <martinl@gnu.org>
19057
19058 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
19059 part and moved the non-BACKEND stuff to vc.el.
19060
19061 * vc.el: Split the annotate feature into a BACKEND specific part
19062 and moved it from the vc-cvs.el file to this one.
19063
190642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19065
19066 * vc-hooks.el: Implement new state model.
19067 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
19068 (vc-locking-user): Simplify. Now only needed if the file is
19069 locked by somebody else.
19070 (vc-lock-from-permissions): Remove. Functionality is in
19071 vc-sccs-hooks.el and vc-rcs-hooks.el now.
19072 (vc-mode-line-string): New name for former vc-status. Adapted.
19073 (vc-mode-line): Adapt to use the above. Remove optional parameter.
19074
19075 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
19076 Various simplifications and adaptations all over the place.
19077
19078 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
19079 Simplify and adapt the rest.
19080
19081 * vc.el (vc-resynch-window): Add TODO comment: check for
19082 interaction with view mode according to recent RCS change.
19083 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
19084
190852000-09-04 Martin Lorentzson <martinl@gnu.org>
19086
19087 * vc.el: Convert the remaining function comments to docstrings.
19088
190892000-09-04 Martin Lorentzson <martinl@gnu.org>
19090
19091 * vc.el (vc-backend-release, vc-release-greater-or-equal)
19092 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
19093 (vc-minor-part, vc-previous-version): Functions that operate and
19094 compare revision numbers got proper documentation. Comments added
19095 about their possible removal.
19096
190972000-09-04 Martin Lorentzson <martinl@gnu.org>
19098
19099 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
19100 the vc-backend.el files.
19101
19102 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
19103
19104 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
19105 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
19106 (vc-rcs-previous-version): Functions added.
19107
19108 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
19109
19110 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
19111
191122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19113
19114 * vc-hooks.el (vc-master-templates): Is really obsolete.
19115 Comment out the definition for now. What is the right procedure
19116 to get rid of it?
19117 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
19118 rewritten.
19119 (vc-default-registered): Remove.
19120 (vc-check-master-templates): New function; does mostly what the
19121 above did before.
19122 (vc-locking-user): Don't rely on the backend to set the property.
19123
19124 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
19125 Rewrite documentation.
19126 (vc-rcs-templates-grabbed): New variable.
19127 (vc-rcs-grab-templates): New function.
19128 (vc-rcs-registered): Rewrite to use above mechanism.
19129
19130 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
19131 Rewrite documentation.
19132 (vc-sccs-templates-grabbed): New variable.
19133 (vc-sccs-grab-templates): New function.
19134 (vc-sccs-registered): Rewrite to use above mechanism.
19135 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
19136 Don't throw the result, simply return it.
19137
19138 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
19139 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
19140 (vc-cvs-registered): Does the check itself now. Simplify.
19141
19142 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
19143 from main line.
19144
191452000-09-04 Martin Lorentzson <martinl@gnu.org>
19146
19147 * vc-cvs.el (vc-cvs-diff): New function.
19148
19149 * vc-sccs.el (vc-sccs-diff): New function.
19150
19151 * vc-rcs.el (vc-rcs-diff): New function.
19152 (vc-rcs-checkout): Bug (typo) found and fixed.
19153 (vc-rcs-register-switches): New variable.
19154
19155 * vc.el (vc-backend-diff): Function removed and placed in the
19156 backend files.
19157
191582000-09-04 Martin Lorentzson <martinl@gnu.org>
19159
19160 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
19161
19162 * vc.el (vc-backend-checkout): Function removed and replaced in
19163 the vc-backend.el files.
19164
19165 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
19166
19167 * vc.el (vc-backend-admin): Removed and replaced in the
19168 vc-backend.el files.
19169
19170 * vc.el (Martin): Removed all the annotate functionality since it
19171 is CVS backend specific.
19172
191732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19174
19175 * spec.txt: Added specification of vc-state.
19176
19177 * vc-sccs-hooks.el (vc-sccs-master-properties):
19178 Remove handling of vc-latest-version and
19179 vc-your-latest-version. What used to be vc-latest-version, is now
19180 returned as vc-workfile-version.
19181 (vc-sccs-workfile-version): Adapt.
19182
191832000-09-04 Dave Love <fx@gnu.org>
19184
19185 * vc.el: [Merged from mainline.]
19186 (vc-dired-mode): Make the dired-move-to-filename-regexp
19187 regexp match the date, to avoid treating date as file size.
19188 Add YYYY S option to WESTERN/
19189
191902000-09-04 Dave Love <fx@gnu.org>
19191
19192 * vc.el: Require `compile' when compiling.
19193 (vc-logentry-check-hook): New option.
19194 (vc-steal-lock): Use compose-mail.
19195 (vc-dired-mode-map): Defvar when compiling.
19196 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
19197 vc-sccs.el and renamed. Callers changed.
19198 (vc-backend-checkout, vc-backend-logentry-check)
19199 (vc-backend-merge-news): Doc fix.
19200 (vc-default-logentry-check): New function.
19201 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
19202 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
19203 (vc-backend-merge): Doc fix. Use backend functions.
19204 (vc-check-headers): Use backend functions.
19205
19206 * vc-cvs.el: Require vc when compiling.
19207 (vc-cvs-register-switches): Doc fix.
19208 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
19209 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
19210 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
19211 New functions (code from vc.el).
19212 (vc-annotate-display-default): Fix interactive spec.
19213 (vc-annotate-time-span): Doc fix.
19214
19215 * vc-rcs.el: Require vc when compiling.
19216 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
19217 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
19218 (vc-rcs-checkin): New functions (code from vc.el).
19219 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
19220 Doc fix.
19221 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
19222
19223 * vc-sccs.el: Require vc when compiling.
19224 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
19225 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
19226 (vc-sccs-revert)
19227 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
19228 from vc.el).
19229 (vc-sccs-add-triple, vc-sccs-record-rename)
19230 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
19231 (vc-sccs-admin): Doc fix.
19232
192332000-09-04 Martin Lorentzson <martinl@gnu.org>
19234
19235 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
19236 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
19237 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
19238 from vc.el.
19239
19240 * vc-sccs.el (vc-admin-sccs): Added from vc.el
19241
19242 * vc-cvs.el: Moved the annotate functionality from vc.el.
19243 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
19244
192452000-09-04 Dave Love <fx@gnu.org>
19246
19247 * vc.el (vc-backend-release): Call vc-system-release.
19248
19249 * vc-sccs.el (vc-sccs-system-release):
19250 Renamed from vc-sccs-backend-release.
19251
19252 * vc-rcs.el (vc-rcs-system-release):
19253 Renamed from vc-rcs-backend-release.
19254
19255 * vc-cvs.el (vc-cvs-system-release):
19256 Renamed from vc-cvs-backend-release.
19257
192582000-09-04 Dave Love <fx@gnu.org>
19259
19260 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
19261 backend files.
19262 (vc-backend-release): Dispatch to backend functions.
19263 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
19264 probably needs attention.]
19265
19266 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
19267 (vc-sccs-backend-release): New function.
19268
19269 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
19270 (vc-cvs-backend-release): New function.
19271
19272 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
19273 Doc fix.
19274 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
19275 (vc-default-dired-state-info): New function.
19276 (vc-dired-state-info): Dispatch to backends.
19277 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
19278
19279 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
19280 from vc.el and renamed.
19281
192822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19283
19284 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
19285 (vc-version-other-window, vc-backend-assign-name): Removed
19286 references to vc-latest-version; sometimes changed into
19287 vc-workfile-version.
19288
19289 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
19290 vc-rcs-master-workfile-version.
19291 (vc-rcs-workfile-version): Use the above. Don't call
19292 vc-latest-version (that was unreachable code, anyway).
19293 (vc-rcs-fetch-master-properties): Doc fix.
19294
19295 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
19296 (vc-backend-hook-functions): Removed them from this list, too.
19297 (vc-fetch-properties): Removed.
19298 (vc-workfile-version): Doc fix.
19299
19300 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
19301 (vc-rcs-workfile-version, vc-rcs-locking-user)
19302 (vc-rcs-uses-locking): Use it.
19303
19304 * vc-hooks.el (vc-consult-rcs-headers):
19305 Moved into vc-rcs-hooks.el, under the name
19306 vc-rcs-consult-headers.
19307
19308 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
19309 headers.
19310 (vc-cvs-find-master): Use this name only; correct different
19311 versions of the name.
19312
19313 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
19314 New functions.
19315 (vc-sccs-locking-user): Use the latter.
19316
19317 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
19318 New functions.
19319
19320 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
19321 Moved into both
19322 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
19323 functions are implementation details of those two backends.
19324
193252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19326
19327 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
19328 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
19329
19330 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
19331 (vc-sccs-parse-locks): SCCS-specific code moved here from
19332 vc-hooks.
19333
19334 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
19335 code moved here from vc-hooks.
19336
19337 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
19338 into back-end specific parts and removed. Callers not updated
19339 yet; because I guess these callers will disappear into back-end
19340 specific files anyway.
19341
193422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19343
19344 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
19345 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
19346 `vc-uses-locking'.
19347
19348 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
19349 Store yes/no in the property, and return t/nil. Updated all
19350 callers.
19351
19352 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
19353 vc-sccs-uses-locking. Don't set property.
19354 (vc-sccs-locking-user): Don't set property.
19355
19356 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
19357 vc-cvs-uses-locking. Don't set property here; leave that to
19358 vc-hooks.
19359 (vc-cvs-locking-user): Reflect above change. Streamlined.
19360
19361 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
19362 vc-rcs-uses-locking.
19363 (vc-rcs-locking-user): Reflect above change.
19364
193652000-09-04 Dave Love <fx@gnu.org>
19366
19367 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
19368
19369 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
19370
19371 * vc-hooks.el (vc-checkout-model): Punt to backends.
19372
19373 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
19374
19375 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
19376
19377 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
19378 New functions.
19379
19380 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
19381 New functions.
19382
19383 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
19384 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
19385
19386 * vc-hooks.el (vc-default-locking-user): New function.
19387 (vc-locking-user, vc-workfile-version): Punt to backends.
19388
193892000-09-04 Dave Love <fx@gnu.org>
19390
19391 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
19392 (vc-master-workfile-version): Moved from vc-hooks.
19393
19394 * vc-rcs-hooks.el: Fix duplicate code in last change.
19395
19396 * vc-rcs-hooks.el: Require vc-hooks when compiling.
19397 (vc-rcs-master-templates): Improve :type.
19398 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
19399 vc-master-workfile-version): Moved from vc-hooks.
19400
19401 * vc-sccs-hooks.el: Require vc-hooks when compiling.
19402 (vc-sccs-master-templates): Improve :type.
19403 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
19404
19405 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
19406
19407 * vc-cvs-hooks.el: Require vc-hooks when compiling.
19408 (vc-cvs-master-templates): Improve :type. Use
19409 vc-cvs-find-cvs-master.
19410 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
19411 from vc-hooks.
19412 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
19413
19414 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
19415 Moved to vc-cvs-hooks.
19416
19417 * vc-hooks.el: Add doc strings in various places. Simplify the
19418 minor mode setup.
19419 (vc-handled-backends): New user variable.
19420 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
19421 simplification.
19422
194232000-09-04 Dave Love <fx@gnu.org>
19424
19425 * vc.el: Some doc fixes for autoloaded and interactive functions.
19426 Fix compilation warnings from ediff stuff.
19427 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
19428
19429 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
19430
19431 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
19432
19433 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
19434
194352000-09-04 Dave Love <fx@gnu.org>
19436
19437 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
19438 New variable.
19439 (vc-make-backend-function, vc-loadup, vc-call-backend)
19440 (vc-backend-defines): New functions.
19441
19442 * vc-hooks.el: Various doc fixes.
19443 (vc-default-back-end, vc-follow-symlinks): Custom fix.
19444 (vc-match-substring): Function removed. Callers changed to use
19445 match-string.
19446 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
19447 Simplify.
19448
194492000-09-04 Dave Love <fx@gnu.org>
19450
19451 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
19452 type.
19453 (vc-sccs-project-dir, vc-search-sccs-project-dir)
19454 (vc-sccs-registered): Doc fix.
19455
19456 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
19457 (vc-cvs-registered): Doc fix.
19458
19459 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
19460 (vc-rcs-registered): Doc fix.
19461
194622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19463
19464 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
19465
19466 * vc-hooks.el: vc-registered has been renamed
19467 vc-default-registered. Some functions have been moved to the
19468 backend specific files. they all support the
19469 vc-BACKEND-registered functions.
19470
194712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
19472
19473 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
19474
19475 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
19476
194772000-09-04 Dave Love <fx@gnu.org>
19478
19479 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
19480 menu-bar-update-hook.
19481
19482 * help.el (help-manyarg-func-alist): Add
19483 find-operation-coding-system.
19484
19485 * wid-edit.el (widget-sexp-validate): Fix garbled code.
19486
19487 * custom.el (custom-set-variables): Print message about errors in
19488 setting.
19489
194902000-09-03 Andrew Innes <andrewi@gnu.org>
19491
19492 * makefile.w32-in: Change to DOS line endings.
19493
194942000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19495
19496 * mouse.el (mouse-popup-menubar): Supply the prompt string for
19497 minor-mode keymaps, if they don't have one.
19498
194992000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19500
19501 * eshell/esh-module.el (eval-when-compile): Don't lose if
19502 esh-module.el's file name is truncated to DOS 8+3 limits.
19503
195042000-09-01 John Wiegley <johnw@gnu.org>
19505
19506 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
19507 predicate, which caused entries in the completion list to be
19508 doubled.
19509
195102000-08-30 John Wiegley <johnw@gnu.org>
19511
19512 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
19513 sending to subprocesses. Also, hook pre-command-hook if
19514 `eshell-send-direct-to-subprocesses' is non-nil.
19515 (eshell-send-direct-to-subprocesses): New config variable. If t,
19516 subprocess input is send immediately.
19517 (eshell-toggle-direct-send): New function.
19518 (eshell-self-insert-command): New function.
19519 (eshell-intercept-commands): New function.
19520 (eshell-send-input): If direct subprocess sending is enabled,
19521 don't echo any input to the Eshell buffer. Let the subprocess
19522 handle that. This requires "stty echo" in bash, for example.
19523
195242000-08-28 John Wiegley <johnw@gnu.org>
19525
19526 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
19527 completion function for Eshell's implementation of `unset'.
19528
195292000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
19530
19531 * info.el (Info-directory-list): Doc fix.
19532
195332000-08-31 Peter Breton <pbreton@ne.mediaone.net>
19534
19535 * filecache.el (file-cache-add-directory-using-find): Don't quote
19536 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
19537
195382000-08-31 Kenichi Handa <handa@etl.go.jp>
19539
19540 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
19541 coding systems.
19542
195432000-08-30 Andrew Innes <andrewi@gnu.org>
19544
19545 * timer.el (run-with-idle-timer): Undo last change, so that timer
19546 is not activated immediately if Emacs is already idle. Some
19547 existing code relies on this behaviour.
19548
195492000-08-30 Miles Bader <miles@gnu.org>
19550
19551 * frame.el (set-frame-font): Do completion of font-name for
19552 interactive use.
19553
195542000-08-30 Kenichi Handa <handa@etl.go.jp>
19555
19556 * international/quail.el (quail-start-translation): Bind locally
19557 last-command-event, last-command, and this-command.
19558 (quail-start-conversion): Likewise.
19559 (quail-self-insert-command): Fix docstring.
19560
195612000-08-29 Gerd Moellmann <gerd@gnu.org>
19562
19563 * progmodes/executable.el
19564 (executable-make-buffer-file-executable-if-script-p): Check that
19565 buffer contains at least 2 characters.
19566
195672000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
19568
19569 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
19570
195712000-08-29 Dave Love <fx@gnu.org>
19572
19573 * diff-mode.el (diff-mode) <defgroup>: Add :version.
19574 (diff-mode-shared-map): Bind mouse-2.
19575 (diff-imenu-generic-expression): New variable.
19576 (diff-mode): Use it.
19577
19578 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
19579 (mouse-popup-menubar): Add minor mode menus.
19580 (popup-menu): Check for lookup-key returning number.
19581
195822000-08-29 Miles Bader <miles@gnu.org>
19583
19584 * comint.el (comint-send-input): Create overlays using the proper
19585 front/read-advance arguments.
19586
195872000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19588
19589 * ps-print.el: Even/odd pages printing. Doc fix.
19590 (ps-print-version): New version number (6.0).
19591 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19592 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19593 (ps-print-duplex-feature): Variable eliminated.
19594 (ps-even-or-odd-pages): New variable.
19595
19596 * progmodes/ebnf2ps.el: Doc fix.
19597 (ebnf-version): New version (3.3).
19598 (ebnf-user-arrow): Change variable customization to sexp.
19599 (ebnf-user-arrow): Function eliminated.
19600 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19601
196022000-08-29 Kenichi Handa <handa@etl.go.jp>
19603
19604 * help.el (help-xref-mule-regexp): New variable.
19605 (help-make-xrefs): Handle help-xref-mule-regexp.
19606
19607 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19608 variable.
19609 (describe-input-method): Temporarily activate the specfied input
19610 method to display the information.
19611 (describe-language-environment): Hyperlinks to mule related items.
19612
19613 * international/mule-diag.el (charset-multibyte-form-string): New
19614 function.
19615 (list-character-sets-1): Use charset-multibyte-form-string.
19616 (describe-character-set): New function.
19617 (describe-coding-system): Hyperlinks to safe character sets.
19618
19619 * international/quail.el (quail-help): New arg PACKAGE.
19620 Hyperlinks to mule related items.
19621 (quail-help-insert-keymap-description): Use
19622 substitute-command-keys instead of describe-bindings.
19623 (quail-translation-help): Hyperlinks to mule related items.
19624
196252000-08-28 John Wiegley <johnw@gnu.org>
19626
19627 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19628 have a defsubst call itself. Made `eshell-flatten-list' back into
19629 a function again.
19630
19631 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19632 catch, in case re-centering point at bottom messes up the display.
19633 This happens frequently in Emacs 21, due I believe to variable
19634 line heights.
19635
19636 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19637 to call `find-tag-interactive'.
19638
19639 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19640 the list of remember directories.
19641
196422000-08-28 John Wiegley <johnw@gnu.org>
19643
19644 * align.el: Test align-region-separate to see if it's a symbol.
19645
196462000-08-28 John Wiegley <johnw@gnu.org>
19647
19648 * eshell/esh-util.el (eshell-flatten-list): Made this function
19649 into a defsubst form. It gets used very frequently, although
19650 calls don't occur all that often.
19651
19652 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19653 examining it.
19654
19655 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19656 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19657 `eshell-protect'.
19658 (eshell-copy-handles): Created a new macro for duplicating the
19659 current set of open handles. This is needed by the looping
19660 functions.
19661 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19662 is not incorrectly stomped on.
19663
19664 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19665 declaration for pcomplete-use-paring.
19666 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19667 value of eshell-cmpl-use-paring.
19668 * pcomplete.el (pcomplete-use-paring): New config variable, to
19669 indicate whether paring should be used.
19670 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19671 completion alternatives that have already been used.
19672
19673 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19674 bound to C-c C-y, which will repeat the previous N arguments
19675 (based on prefix argument).
19676 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19677
19678 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19679 if there is no *Help* buffer. This is for XEmacs, which renames
19680 its help buffers uniquely. TODO: Find out what the current buffer
19681 name to delete is.
19682
19683 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19684 first entry that correlates to a passwd/group number. Later
19685 entries (used for group/user name aliasing to multiple IDs) are
19686 ignored.
19687
19688 * eshell/em-xtra.el (eshell/expr):
19689 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19690 (eshell-grep, eshell/diff, eshell/locate):
19691 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19692 argument list, before passing it to the system command.
19693
19694 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19695 `find-tag' for use at final position in Eshell buffers (which
19696 otherwise triggers an error on Emacs 21).
19697 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19698 buffer, if it is currently bound to `find-tag'.
19699
19700 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19701 in the list of matched Makefile names.
19702 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19703 directory, prefer its contents to Makefile.
19704
19705 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19706 directory parts (like "cd old new", or "cd =regexp"), are now case
19707 sensitive on non-Windows/DOS platforms.
19708
19709 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19710 types RET after an open delimiter (like "), display a message
19711 indicating that Eshell is waiting for the closing delimiter.
19712
19713 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19714 environment variables.
19715
19716 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19717 gracefully if the user enters incorrect arguments.
19718
19719 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19720 Eshell buffers.
19721
19722 * eshell/esh-var.el (eshell-interpolate-variable):
19723 * eshell/esh-mode.el (eshell-move-argument):
19724 * eshell/em-unix.el (eshell-du-sum-directory):
19725 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19726 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19727 (not (= ...)).
19728
19729 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19730 to ensure the `preserve' flag gets propagated when doing recursive
19731 directory copies.
19732
197332000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19734
19735 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19736 Don't convert \n into \0177 in memory.
19737 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19738 and back again, when reading and writing.
19739
197402000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19741
19742 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19743 testing of `fboundp' on `processp'.
19744
19745 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19746 (eshell/jobs): Don't call process-list if it is not bound.
19747 (eshell-gather-process-output): Support systems where async
19748 subprocesses aren't supported.
19749 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19750 variables.
19751
19752 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19753 eshell-do-eval returns t.
19754 (eshell-do-pipelines-synchronously): New defmacro.
19755 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19756 when async subprocesses aren't supported.
19757 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19758 if async subprocesses aren't supported.
19759 (eshell-resume-command): Don't assume STATUS is a string.
19760
19761 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19762
19763 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19764 (eshell-close-target, eshell-get-target): Use eshell-processp.
19765 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19766 fix.
19767 (eshell-get-target, eshell-create-handles): Doc fix.
19768
197692000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19770
19771 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19772 criterion to include commands that output something, as long as it
19773 leaves both the command and the end-of-buffer visible when the
19774 command has exited.
19775 (eshell-review-quick-commands): Adjust the help doc string
19776 accordingly.
19777
197782000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19779
19780 * locate.el (locate): Cleaned up locate command's interactive prompting
c499f00a 19781 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
a30eb617
DL
19782
19783 * filecache.el (file-cache-case-fold-search): New variable
19784 (file-cache-assoc-function): New variable
19785 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19786 Use file-cache-case-fold-search variable
19787 (file-cache-add-file): Use file-cache-assoc-function
19788 (file-cache-delete-file): likewise
19789 (file-cache-directory-name): likewise
19790 (file-cache-debug-read-from-minibuffer): likewise
19791
197922000-08-28 Gerd Moellmann <gerd@gnu.org>
19793
19794 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19795 (abbrev-table-name): New function.
19796 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19797 If non-nil list local abbrev, only.
19798
197992000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19800
19801 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19802 from Gnus support code, and use special article copy buffer
19803 `(gnus-original-article-buffer)' instead. This allows to get rid
19804 of article-hide-headers usage (which breaks in the latest Gnus
19805 version). Thanks to Detlev Zundel.
19806
198072000-08-28 Kenichi Handa <handa@etl.go.jp>
19808
19809 * international/quail.el (quail-use-package): Hide "... loaded"
19810 message.
19811 (quail-start-translation, quail-start-conversion): Likewise.
19812
19813 * international/kkc.el (kkc-region): Hide "... loaded" message.
19814
198152000-08-27 Dave Love <fx@gnu.org>
19816
19817 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19818
198192000-08-27 Miles Bader <miles@gnu.org>
19820
19821 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19822
198232000-08-27 Kenichi Handa <handa@etl.go.jp>
19824
19825 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19826 'ja-dic-cnv), not (require 'skkdic-cnv).
19827
198282000-08-26 Miles Bader <miles@gnu.org>
19829
19830 * faces.el (face-x-resources): Add entry for :inherit.
19831 * cus-face.el (custom-face-attributes): Add support for :inherit
19832 attribute. Add support for relative face heights.
19833 (custom-face-attributes-get): Treat `nil' as being a default value
19834 for :inherit (as well as `unspecified').
19835
19836 * faces.el (set-face-attribute): Update doc string.
19837 (face-attribute-name-alist): Add :inherit.
19838 (face-valid-attribute-values): Handle :inherit.
19839 (face-read-string): Rephrase prompt to be less confusing.
19840 Assume that DEFAULT is a string, since we must return a string.
19841 (face-read-integer): Use `format' to turn DEFAULT into an
19842 acceptable default for face-read-string. Match NEW-VALUE against
19843 the string "unspecified", not the symbol `unspecified', since
19844 that's what face-read-string returns.
19845 (read-face-attribute): Lookup a name for old-value in valid, and
19846 use it as a default if we find one. Treat all values from
19847 face-read-string as strings. If the default is used, don't do any
19848 more processing on the value, just use the old value directly.
19849 (read-face-and-attribute, modify-face): Tweak prompt.
19850 (read-face-name): Don't assume prompt ends with a space.
19851
19852 * faces.el (describe-face): Add support for :inherit attribute.
19853
198542000-08-25 Kenichi Handa <handa@etl.go.jp>
19855
19856 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19857 concat doesn't accept interger.
19858
19859 * international/kkc.el: Remove SKK from Keywords. Require
19860 ja-dic-utl instead of skkdic-utl.
19861
19862 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19863 Provide ja-dic-cnv instead of skkdic-cnv.
19864 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19865 (iso-2022-7bit-short): Add safe-charsets property.
19866 (skkdic-convert-postfix): Search Japanese chou-on character in
19867 addition to Hiragana character.
19868 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19869 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19870 (batch-skkdic-convert): Likewise.
19871
19872 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19873 Provide ja-dic-utl instead of skkdic-utl.
19874 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19875
198762000-08-24 Dave Love <fx@gnu.org>
19877
19878 * disp-table.el (standard-display-default): Make the test of `l'
19879 useful.
19880
19881 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19882 mod sample text.
19883
19884 * international/iso-ascii.el: Make pilcrow convenient string
19885 consistent with section.
19886 (iso-ascii-display): Set up multibyte characters as well as
19887 unibyte.
19888
198892000-08-24 Kenichi Handa <handa@etl.go.jp>
19890
19891 * international/mule-cmds.el (reset-language-environment): Set
19892 default-process-coding-system to '(undecided . iso-latin-1), which
19893 makes process I/O almost consistent with file I/O. Call this
19894 function when mule-cmds.el[c] is loaded.
19895
198962000-08-22 Andrew Innes <andrewi@gnu.org>
19897
19898 * makefile.w32-in: New file.
19899
199002000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19901
19902 * comint.el (comint-output-filter): Compare end of
19903 comint-last-output-overlay with the start of the newly inserted
19904 text, not the end, when deciding whether to extend it.
19905 Set saved-point's insertion type to advance after insertion.
19906
19907 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19908 since this is now done independently of font-lock mode.
19909
199102000-08-21 Gerd Moellmann <gerd@gnu.org>
19911
19912 * server.el (server-kill-new-buffers): New user option.
19913 (server-existing-buffer): New buffer-local variable.
19914 (server-visit-files): When using an existing buffer, set
19915 server-existing-buffer to t.
19916 (server-buffer-done): If server-kill-new-buffers is t, kill the
19917 buffer, unless it was already present before visiting it with
19918 Emacs server.
19919
199202000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19921
19922 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19923 even if the display doesn't support colors: some displays will
19924 support bold/underline faces.
19925
199262000-08-21 Gerd Moellmann <gerd@gnu.org>
19927
19928 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19929
19930 * startup.el (command-line): If user's init file had an error,
19931 add explanatory text to *Messages*.
19932
199332000-08-21 Kenichi Handa <handa@etl.go.jp>
19934
19935 * man.el (Man-getpage-in-background): Decode the process output by
19936 the system locale coding system.
19937
199382000-08-20 Dave Love <fx@gnu.org>
19939
19940 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19941 Don't test x-popup-menu.
19942 (function) <complete-function>: Complete only fbound symbols.
19943 <validate, value>: New.
19944 (variable) <complete-function>: Complete only bound symbols.
19945 (coding-system): Add :base-only, :complete-function, :validate,
19946 :value, :prompt-match.
19947 (widget-coding-system-prompt-value): Use read-coding-system and
19948 act on :base-only.
19949 (editable-field): Add :help-echo.
19950 (widget-push-button-gui, widget-push-button-cache)
19951 (widget-gui-action, widget-editable-list-gui): COmment out, along
19952 with uses.
19953 (widget-at): Make arg optional.
19954 (widget-echo-help): Adjust for current help-echo calling sequence.
19955 (widget-specify-field, widget-specify-button)
19956 (widget-specify-insert, widget-get-sibling, widget-image-find)
19957 (widget-convert, widget-insert, widget-leave-text)
19958 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19959 (widget-setup, widget-field-find, widget-before-change)
19960 (widget-after-change, widget-default-complete)
19961 (widget-default-create, widget-default-delete)
19962 (widget-push-button-value-create, editable-field)
19963 (widget-field-prompt-value, widget-field-validate)
19964 (widget-choice-value-create, widget-choice-action)
19965 (widget-choice-validate, widget-checklist-add-item)
19966 (widget-radio-add-item, widget-radio-chosen)
19967 (widget-radio-value-inline, widget-editable-list-value-create)
19968 (widget-editable-list-entry-create)
19969 (widget-documentation-link-add)
19970 (widget-documentation-string-value-create)
19971 (widget-regexp-validate, widget-file-complete)
19972 (widget-sexp-validate, widget-plist-convert-widget)
19973 (widget-plist-convert-widget, widget-alist-convert-widget)
19974 (widget-alist-convert-widget, widget-color-complete): Simplify,
19975 particularly to avoid bindings which aren't optimized out.
19976
19977 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19978 Doc fix.
19979 (down-list, backward-up-list, up-list, kill-sexp)
19980 (backward-kill-sexp, mark-sexp): Make arg optional.
19981 (lisp-complete-symbol): Add optional arg PREDICATE.
19982
19983 * cus-start.el: Add display-buffer-reuse-frames,
19984 file-coding-system-alist.
19985
199862000-08-20 Gerd Moellmann <gerd@gnu.org>
19987
19988 * startup.el (command-line): Clear realized faces after
19989 modifying TTY color mappings.
19990
199912000-08-20 Miles Bader <miles@gnu.org>
19992
19993 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19994 merely a subset of FACE's attributes.
19995
199962000-08-19 Miles Bader <miles@gnu.org>
19997
19998 * comint.el (comint-output-filter): Save the point with a marker,
19999 not just a buffer position.
20000
20001 * international/mule.el (set-buffer-process-coding-system): Make
20002 interactive prompt less confusing.
20003
200042000-08-19 Gerd Moellmann <gerd@gnu.org>
20005
20006 * hilit-chg.el: General cleanup of doc strings, comments and
20007 code formatting.
20008
200092000-08-19 Miles Bader <miles@gnu.org>
20010
20011 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
20012 Compiler macro removed; beginning-of-line is no longer always
20013 equivalent to forward-line, in the presence of fields.
20014
20015 * comint.el (comint-output-filter): Remove ad-hoc saving of
20016 restriction, and just use save-restriction, now that it works
20017 correctly. Don't adjust comint-last-input-start to account for
20018 our insertion; it shouldn't have moved because we don't use
20019 insert-before-markers anymore. Comment out call to
20020 `force-mode-line-update'; why is it here?
20021
20022 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
20023 while checking for prompt to delete. Use `forward-line 0'
20024 instead of beginning-of-line.
20025 (gud-filter): Temporarily widen gud comint buffer while
20026 examining output.
20027
200282000-08-18 Stefan Monnier <monnier@cs.yale.edu>
20029
20030 * progmodes/sh-script.el: Big bag of typos.
20031
20032 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
20033 check since ispell-process is not bound when ispell is not yet loaded.
20034
200352000-08-18 Dave Love <fx@gnu.org>
20036
20037 * image.el (find-image): Copy `spec' before using plist-put.
20038
200392000-08-18 Gerd Moellmann <gerd@gnu.org>
20040
20041 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
20042 `portugues'.
20043
20044 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
20045 backward-kill-sexp, analogous to kill-sexp.
20046
20047 * progmodes/icon.el (icon-indent-line)
20048 (icon-is-continuation-line): Handle comments specially.
20049
200502000-08-17 Ken Stevens <k.stevens@ieee.org>
20051
20052 * ispell.el: Set to standard author/maintainer/keyword fields.
20053 Fine tuning to menu map appearance and operation, and added help.
20054 Remove `start' and `end' error messages when compiling.
20055 (ispell-choices-win-default-height): Fixed comment string.
20056 (ispell-dictionary-alist-1): Fixed regexp in castellano and
20057 castellano8 dictionaries.
20058 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
20059 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
20060 dictionary, added italiano dictionary.
20061 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
20062 word character
20063 (ispell-tex-skip-alists): Added psfig support.
20064 (ispell-skip-html): Renamed from ispell-skip-sgml.
20065 (ispell-begin-skip-region-regexp, ispell-skip-region)
20066 (ispell-minor-check): Improved html skipping support to skip across
20067 code, and recognize `&' commands without propper `;' syntax;
20068 (ispell-process-line): Fix alignment error when manually
20069 correcting spelling.
20070 (ispell): Fix comment string.
20071 (ispell-add-per-file-word-list): Always put word list on new line.
20072
200732000-08-17 Gerd Moellmann <gerd@gnu.org>
20074
20075 * format.el (format-encode-run-method): Fix error message to say
20076 `encode' instead of `decode'. Use save-window-excursion around
20077 shell-command-on-region as in format-decode-run-method because
20078 shell-command-on-region can display a buffer with error output.
20079 (format-decode): Don't record undo information for the decoding.
20080 (format-annotate-function): Add parameter FORMAT-COUNT. Make
20081 that number part of the temporary buffer name so that more than
20082 one decoding using a temporary buffer can happen safely.
20083
20084 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
20085 of `A-z' in the regexp.
20086
20087 * hilit-chg.el: Fix typos in commentary.
20088
20089 * help.el (view-emacs-news): Rewritten for new naming scheme
20090 for old NEWS files.
20091
20092 * startup.el (command-line): Pop to *Messages* in case an error
20093 is signaled while loading user-init-file.
20094
200952000-08-17 Andreas Schwab <schwab@suse.de>
20096
20097 * files.el (insert-directory): Don't lose original file name,
20098 undoing an undocumented change.
20099
201002000-08-17 Alex Schroeder <alex@gnu.org>
20101
20102 * sql.el (sql-magic-go): Use comint-bol.
20103 (sql-copy-column): Use comint-line-beginning-position.
20104 (comint-line-beginning-position): Define a replacement for
20105 comint-line-beginning-position if it is not fboundp.
20106
201072000-08-17 Alex Schroeder <alex@gnu.org>
20108
20109 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
20110 it didn't have any effect anyway.
20111
201122000-08-17 Alex Schroeder <alex@gnu.org>
20113
20114 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
20115 --pset and pager=off instead of sending \\o|cat at the beginning
20116 of the session.
20117
201182000-08-17 Miles Bader <miles@gnu.org>
20119
20120 * progmodes/octave-inf.el: Add compatibility definition of
20121 comint-line-beginning-position.
20122
201232000-08-17 Kenichi Handa <handa@etl.go.jp>
20124
20125 * startup.el (normal-top-level): Look in each dir in load-path for
20126 a leim-list.el file too. This assures of loading leim-list.el
20127 that is created at Emacs installation time even if a user have his
20128 own leim-list.el.
20129
201302000-08-17 Miles Bader <miles@gnu.org>
20131
20132 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
20133 foreground color to black if the background is dark.
20134
201352000-08-16 Stefan Monnier <monnier@cs.yale.edu>
20136
20137 * loadhist.el (unload-feature): Typo.
20138
20139 * finder.el (finder-compile-keywords):
20140 * cus-dep.el (custom-make-dependencies): Add local-variable settings
20141 to the generated file.
20142
20143 * mail/mh-e.el (mh-make-local-vars):
20144 Replace make-variable-buffer-local with make-local-variable.
20145
20146 * play/landmark.el:
20147 * options.el (Edit-options-{set,toggle,t,nil}):
20148 * mail/mailabbrev.el (mail-abbrevs-mode):
20149 * textmodes/tex-mode.el (tex-expand-files):
20150 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
20151
20152 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
20153
20154 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
20155 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
20156 Allow going past the last element.
20157 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
20158 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
20159 (cvs-mouse-toggle-mark): Don't move point.
20160 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
20161
20162 * progmodes/compile.el (grep): Provide a default set of files.
20163 (next-error): Docstring fix.
20164 (compilation-find-file): Avoid find-file (fails in a dedicated window).
20165
20166 * emacs-lisp/easy-mmode.el (define-minor-mode):
20167 Use `symbol-value' to keep the byte-compiler quiet.
20168
20169 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
20170 (diff-find-source-location): New fun, extracted from diff-goto-source.
20171 (diff-goto-source): Use it.
20172 (diff-next-complex-hunk, diff-filter-lines): New function.
20173 (diff-apply-hunk): New command.
20174
20175 * smerge-mode.el (smerge-mode-menu): Doc fix.
20176
20177 * msb.el (msb-mode): Define it in terms of define-minor-mode.
20178
201792000-08-16 Dave Love <fx@gnu.org>
20180
20181 * windmove.el (windmove) <defgroup>: Add :version.
20182
20183 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
20184 (goto-address-fontify-p, goto-address-highlight-p)
20185 (goto-address-url-face, goto-address-url-mouse-face)
20186 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
20187 (goto-address-url-regexp): Use thing-at-point-url-regexp.
20188 (goto-address-fontify, goto-address-at-mouse): Simplify,
20189 (goto-address-at-point): browse-url-url-at-point,
20190 goto-address-find-address-at-point can return nil.
20191 (goto-address-find-address-at-point): Return nil on failure.
20192
20193 * align.el (align) <defgroup>: Add :version.
20194
20195 * calculator.el (calculator): Add :version.
20196 (calculator): Use two lines for calculator window if `modeline'
20197 face is boxed.
20198
20199 * play/5x5.el: Doc fixes.
20200 (5x5) <defgroup>: Add :version.
20201
20202 * play/fortune.el (fortune) <defgroup>: Add :version.
20203 (fortune-append): Fix error message.
20204 (fortune-from-region): Doc fix.
20205
20206 * play/pong.el (pong): Doc fix.
20207
20208 * play/morse.el: Keywords, commentary, autoloads.
20209
202102000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
20211
20212 * desktop.el (desktop-save): Don't look at symbol-value of a
20213 member of minor-mode-alist, unless it is boundp.
20214
202152000-08-16 Sam Steingold <sds@gnu.org>
20216
20217 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
20218 `while'; use `with-current-buffer' instead of `save-excursion'.
20219 Removed unnecessary kludges now that "*Buffer List*" is excluded.
20220
202212000-08-16 Kenichi Handa <handa@etl.go.jp>
20222
20223 * international/ccl.el (declare-ccl-program): Docstring modified.
20224 (ccl-execute-with-args): Likewise.
20225
202262000-08-16 Miles Bader <miles@gnu.org>
20227
20228 * progmodes/sql.el: Add compatibility definition of
20229 comint-line-beginning-position.
20230
202312000-08-15 Gerd Moellmann <gerd@gnu.org>
20232
20233 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
20234 'buffer-menu' property.
20235 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
20236 fails.
20237 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
20238 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
20239 wasn't killed.
20240
20241 * buff-menu.el (list-buffers-noselect): Don't display the
20242 *Buffer List* buffer.
20243
20244 * font-lock.el: Require jit-lock to prevent a very late
20245 `Loading jit-lock' message.
20246
20247 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
20248 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
20249 mail address.
20250
202512000-08-15 Miles Bader <miles@gnu.org>
20252
20253 * textmodes/ispell.el (ispell-graphic-p): New constant.
20254 (ispell-choices-win-default-height, ispell-help): Use
20255 `ispell-graphic-p' instead of `xemacsp'.
20256
202572000-08-15 Dave Love <fx@gnu.org>
20258
20259 * simple.el: Autoload widget-convert when compiling.
20260 (mail-user-agent): Doc fix.
20261
20262 * help.el (function-called-at-point, variable-at-point): Use
20263 with-syntax-table.
20264 (help-manyarg-func-alist): Add insert-and-inherit.
20265
20266 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
20267
20268 * delsel.el (delsel-unload-hook): New function.
20269
20270 * find-file.el: Doc fixes. Move provide to end.
20271 (ff) <defgroup>: Add :link.
20272 (ff-goto-click): Deleted.
20273 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
20274 Use mouse-set-point.
20275
20276 * textmodes/tildify.el: Doc fixes.
20277 (tildify) <defgroup>: Add:version.
20278
20279 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
20280 (glasses-custom-set): Use set-default, not set.
20281 (minor-mode-alist): Propertize the lighter.
20282 (glasses-mode): Provide optional arg.
20283
20284 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
20285 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
20286 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
20287 option. Provide :type.
20288 (cwarn-configuration): Provide :type.
20289 (cwarn-mode): Doc fix.
20290
20291 * add-log.el (change-log-merge): Doc fix.
20292 (change-log-redate): New command.
20293
20294 * net/browse-url.el (browse-url-filename-alist): Add a clause for
20295 Doze and Dog.
20296 (browse-url): Use dolist, not mapcar.
20297 (browse-url-at-point): Check for null url.
20298 (browse-url-event-buffer, browse-url-event-point): Functions
20299 deleted.
20300 (browse-url-at-mouse, browse-url-netscape): Simplify.
20301
20302 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
20303 modes.
20304 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
20305 Fix previous change to mapcan.
20306 (msb--init-file-alist, msb--add-separators)
20307 (msb--make-keymap-menu): Simplify.
20308 (msb--choose-file-menu): Use copy-sequence.
20309 (msb-mode-map): Add title to keymap.
20310 (msb-unload-hook): New function.
20311
20312 * bs.el: Fix indentation.
20313 (bs) <defgroup>: Add :links.
20314 (bs-show): Doc fix.
20315 (bs-apply-sort-faces): Don't use window-system.
20316 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
20317
203182000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
20319
20320 * calendar/timeclock.el (timeclock-file): Run .timelog through
20321 convert-standard-filename.
20322
203232000-08-14 Gerd Moellmann <gerd@gnu.org>
20324
20325 * emacs-lisp/authors.el: New file.
20326
20327 * paren.el (show-paren-priority): New user option.
20328 (show-paren-function): Set overlay priorities to
20329 show-paren-priority.
20330
203312000-08-14 Miles Bader <miles@gnu.org>
20332
20333 * comint.el (comint-bol): Use `forward-line 0' instead of calling
20334 beginning-of-line with inhibit-field-text-motion bound.
20335
203362000-08-14 Gerd Moellmann <gerd@gnu.org>
20337
20338 * calendar/timeclock.el: New file.
20339
203402000-08-14 David Ponce <david@dponce.com>
20341
20342 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
20343 `widget-button-click'. so that one can use left mouse button to
20344 click on dialog buttons.
20345
203462000-08-14 Emmanuel Briot <briot@gnat.com>
20347
20348 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
20349 identifiers, since XML is case sensitive
20350
203512000-08-12 Miles Bader <miles@gnu.org>
20352
20353 * comint.el (comint-output-filter): Don't bother frobbing
20354 window-start, it doesn't seem to be necessary.
20355
20356 * comint.el (comint-send-string, comint-send-region): Make into
20357 real functions. Snapshot the prompt before sending.
20358
203592000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
20360
20361 * info.el (Info-find-emacs-command-nodes): Rewrite to use
20362 technique similar to Info-index, instead of relying on specific
20363 names of relevant Index nodes.
20364 (Info-goto-emacs-command-node): Bind Info-history to nil when
20365 going to the first node found by Info-find-emacs-command-nodes.
20366
203672000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
20368
20369 * menu-bar.el (menu-bar-help-menu): Add a :help string.
20370
203712000-08-10 Miles Bader <miles@gnu.org>
20372
20373 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
20374
203752000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
20376
20377 * info.el (Info-file-list-for-emacs): More elements for the
20378 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
20379 and woman manuals.
20380
203812000-08-10 Miles Bader <miles@lsi.nec.co.jp>
20382
20383 * comint.el (comint-send-input): Make the newline boundary overlay
20384 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
20385 (comint-output-filter): Use `insert' instead of
20386 `insert-before-markers'. Extend comint-last-output-overlay when
20387 necessary since we can't rely on insert-before-markers to do it.
20388 * gud.el (gud-filter): Use `with-current-buffer' instead of
20389 save-excursion when inserting the output, so that point gets
20390 updated correctly; the old method relied on a rather dodgy
20391 side-effect of comint-output-filter to avoid the effect of
20392 save-excursion.
20393
203942000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
20395
20396 * files.el (recover-file): Call insert-directory instead of
20397 invoking `ls' directly.
20398
203992000-08-10 Miles Bader <miles@gnu.org>
20400
20401 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
20402 (comint-last-prompt-overlay): New variables.
20403 (comint-output-filter): Implement prompt highlighting.
20404 (comint-snapshot-last-prompt): New function.
20405 (comint-send-input): Snapshot the last prompt.
20406 Use comint-highlight-input-face.
20407 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
20408 Use defface instead of defcustom.
20409 (send-invisible, comint-send-eof): Snapshot the last prompt.
20410 (comint-delchar-or-maybe-eof): Use comint-send-eof.
20411 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
20412
204132000-08-09 Stefan Monnier <monnier@cs.yale.edu>
20414
20415 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
20416 (regexp-opt-group): Use a list of chars for `letters'.
20417 (regexp-opt-charset): `chars' is now a list of chars.
20418 Use a char-table rather than a vector so it works for multibyte chars.
20419
20420 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
20421 Set cvs-minor-current-files to the selected fileinfo.
20422 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
20423 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
20424
204252000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
20426
20427 * files.el (insert-directory): Don't call access-file on
20428 directories on DOS and Windows.
20429
204302000-08-09 Kenichi Handa <handa@etl.go.jp>
20431
20432 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
20433 longer if necessary.
20434 (ccl-embed-code): Call ccl-embed-data to store CODE in
20435 ccl-program-vector.
20436
204372000-08-09 Miles Bader <miles@gnu.org>
20438
20439 * comint.el (comint-output-filter): Properly handle the case where
20440 the text surrounded by comint-last-output-overlay was deleted.
20441
204422000-08-08 Gerd Moellmann <gerd@gnu.org>
20443
20444 * info.el (Info-insert-dir): Use Info-additional-directory-list if
20445 non-nil.
20446 (Info-file-list-for-emacs): Remove "info" from the list because
20447 that leads to trying to use the documentation from file `info'
20448 in various situations where it isn't appropriate, for instance
20449 C-h C-k C-h i.
20450
20451 * ffap.el (ffap-read-file-or-url-internal): Handle case that
20452 DIR and/or STRING are nil.
20453
20454 * progmodes/compile.el (compilation-setup): Make variable
20455 compilation-error-screen-columns buffer-local, as some comment
20456 in the code suggests it should be.
20457
20458 * files.el (auto-mode-interpreter-regexp): New variable.
20459 (set-auto-mode): Use it.
20460
20461 * indent.el (indent-for-tab-command): Doc fix.
20462
20463 * mouse-sel.el (mouse-sel-mode): Doc fix.
20464
20465 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
20466 labels.
20467
20468 * help.el (print-help-return-message): When
20469 display-buffer-reuse-frames is set, let the help window been quit,
20470 instead of deleting it, which might delete a reused frame.
20471
204722000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
20473
20474 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
20475 rename a directory to a name that differs only by its letter case.
20476
204772000-08-08 Kenichi Handa <handa@etl.go.jp>
20478
20479 * international/quail.el (quail-define-rules): Handle Quail decode
20480 map correctly. Add code for supporting annotations.
20481 (quail-install-decode-map): New function.
20482 (quail-defrule-internal): New optional arguments decode-map and
20483 props.
20484 (quail-advice): New function.
20485
204862000-08-07 Sam Steingold <sds@gnu.org>
20487
20488 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
20489 `defconst', `define-condition', `with-slots'.
20490 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
20491
204922000-08-03 Miles Bader <miles@gnu.org>
20493
20494 * comint.el (comint-use-prompt-regexp-instead-of-fields):
20495 New variable.
20496 (comint-prompt-regexp, comint-get-old-input): Document dependence on
20497 comint-use-prompt-regexp-instead-of-fields.
20498 (comint-send-input): Add `input' field property to stuff we send to
20499 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
20500 (comint-output-filter): Add `output' field property to process
20501 output, if comint-use-prompt-regexp-instead-of-fields is nil.
20502 (comint-replace-by-expanded-history)
20503 (comint-get-old-input-default, comint-show-output)
20504 (comint-backward-matching-input, comint-forward-matching-input)
20505 (comint-next-prompt, comint-previous-prompt): Use field
20506 properties if comint-use-prompt-regexp-instead-of-fields is nil.
20507 (comint-line-beginning-position): New function.
20508 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
20509 (comint-replace-by-expanded-history-before-point): Use
20510 comint-line-beginning-position and line-end-position.
20511 (comint-last-output-overlay): New variable.
20512 (comint-mode): Make `comint-last-output-overlay' buffer-local.
20513
20514 * shell.el (shell-prompt-pattern): Doc change.
20515 (shell-backward-command): Use line-beginning-position.
20516
20517 * gud.el (gud-gdb-complete-command): Use
20518 comint-line-beginning-position.
20519
20520 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
20521 comint-bol doesn't actually go to the beginning of the line.
20522
20523 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
20524 if comint-use-prompt-regexp-instead-of-fields is non-nil.
20525 (try-expand-line-all-buffers): Likewise.
20526
20527 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
20528 explicitly matching comint-prompt-regexp.
20529 (sql-copy-column): Use comint-line-beginning-position instead of
20530 explicitly matching comint-prompt-regexp.
20531
20532 * progmodes/octave-inf.el (inferior-octave-complete): Use
20533 comint-line-beginning-position.
20534
20535 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
20536
20537 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
20538 looking for a prompt, use `forward-line 0' instead of
20539 `beginning-of-line', to avoid getting caught by an input field.
20540
205412000-08-07 Gerd Moellmann <gerd@gnu.org>
20542
20543 * files.el (shell-quote-wildcard-pattern): Make sure to return
20544 PATTERN, in the Unix case.
20545
205462000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
20547
20548 * play/zone.el (zone): Discard any pending input before running
20549 the randomly-chosen pgm.
20550
205512000-08-07 Kenichi Handa <handa@etl.go.jp>
20552
20553 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
20554 checking the existence of any multibyte characters.
20555
205562000-08-06 Gerd Moellmann <gerd@gnu.org>
20557
20558 * help.el (describe-mode): Test minor-mode symbol for being
20559 bound before testing its value for being nil.
20560
20561 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
20562 `first', `second', and `third'.
20563
20564 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
20565 (second): Make it an alias for `cadr'.
20566
205672000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
20568
20569 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
20570 types of display support faces now.
20571
205722000-08-05 Gerd Moellmann <gerd@gnu.org>
20573
20574 * pcvs.el (require): Require `cl' during compilation, only.
20575
20576 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
20577 (toplevel): Remove `remq' and `remove' from autoloads.
20578 (cl-fake-autoloads): New variable. If set, arrange for an error
20579 when CL functions etc. are autoloaded.
20580
205812000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
20582
20583 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
20584
20585 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
20586 popped up, but the user clicks outside the menu, return an empty
20587 regexp (that causes unhighlight-regexp to have no effect).
20588
20589 * menu-bar.el (menu-bar-games-menu): Add Zone.
20590
20591 * hi-lock.el (toplevel): Require font-lock.
20592
205932000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20594
20595 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20596 (ebnf-8-bit-chars): New var for bug fix.
20597 (ebnf-string): Bug fix.
20598
205992000-08-03 Sam Steingold <sds@gnu.org>
20600
20601 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20602 instead of `buffer-string'.
20603 (require 'cl): Always, not just when compiling.
20604 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20605 necessary.
20606
206072000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20608
20609 * international/mule-cmds.el (select-safe-coding-system): Make
20610 the message text about selecting a safe coding system more clear.
20611
206122000-08-02 Gerd Moellmann <gerd@gnu.org>
20613
20614 * hi-lock.el: New file.
20615
20616 * play/zone.el: New file.
20617
20618 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20619 value of tab-width in the original buffer. Choose a line number
20620 format that's a multiple of the original buffer's tab width, so
20621 that lines appear right.
20622
20623 * textmodes/ispell.el (ispell): New function, replacing an alias.
20624 Spell-check active region if in transient-mark-mode and mark
20625 is active; otherwise spell-check buffer.
20626
206272000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20628
20629 * ps-mule.el: Fix a customization problem on
20630 ps-mule-font-info-database-default.
20631
206322000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20633
20634 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20635 display-mouse-p instead of window-system.
20636 (ebrowse-member-mode-map): Ditto.
20637
206382000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20639
20640 * progmodes/ebnf2ps.el: Update ps-print functions call.
20641 Indentation fix. Doc fix.
20642 (ebnf-version): New version number (3.2).
20643 (ebnf-format-color, ebnf-begin-job): Code fix.
20644
206452000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20646
20647 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20648 font lock support on window-system.
20649 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20650
20651 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20652 display-color-p, if fboundp, instead of window-system.
20653
206542000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20655
20656 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20657 instead of window-system.
20658
20659 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20660 window-system.
20661 (widget-choice-mouse-down-action): Use display-popup-menus-p
20662 instead of window-system.
20663
20664 * strokes.el (strokes-file): Run the file name through
20665 convert-standard-filename.
20666 (strokes-mode): Call display-mouse-p instead of looking at
20667 window-system. Change the error message accordingly.
20668
20669 * progmodes/cpp.el (toplevel): Support faces on tty's.
20670
20671 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20672 (lm-plot-square, lm-init-display): Don't use window-system.
20673
20674 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20675 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20676
20677 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20678 instead of looking at window-system.
20679
206802000-07-30 Gerd Moellmann <gerd@gnu.org>
20681
20682 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20683 of testing if iswitchb-prepost-hooks is bound, because the
20684 latter will always be true when invoking a recursive minibuffer
20685 from an active Iswitchb buffer.
20686
206872000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20688
20689 * files.el (shell-quote-wildcard-pattern): New function.
20690 (insert-directory): Call it. Only prepend "\" to command on Unix
20691 and GNU/Linux systems.
20692
206932000-07-30 Gerd Moellmann <gerd@gnu.org>
20694
20695 * eshell/esh-groups.el: Change custom :link file names
20696 from `eshell.info' to `eshell'.
20697
206982000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20699
20700 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20701 correctly in recursive ange-ftp listings.
20702
207032000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20704
20705 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20706 ps-header-font-size-internal and
20707 ps-header-title-font-size-internal variables are not set,
20708 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20709 face text property is (foreground-color . COLOR) or
20710 `(background-color . COLOR)', ps-print crashes. Doc fix.
20711 (ps-print-version): New version number (5.2.4).
20712 (ps-plot-region): Code fix.
20713 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20714 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20715 Bug fix 2.
20716
207172000-07-30 Milan Zamazal <pdm@freesoft.cz>
20718
20719 * glasses.el (glasses-make-readable): Fix uncapitalization of
20720 identifiers like `myXMLDocument'.
20721
207222000-07-28 Karl Fogel <kfogel@red-bean.com>
20723
20724 * mail/mail-hist.el (mail-hist-previous-input)
20725 (mail-hist-next-input): Do the obvious code factorization.
20726 (mail-hist-retrieve-and-insert): New func, contains common
20727 code of above two.
20728 If inserting a message body, leave point at top.
20729
207302000-07-28 Sam Steingold <sds@gnu.org>
20731
20732 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20733 Use `<=', not `<' to compare times!
20734 (ange-ftp-ls): Remove.
20735
207362000-07-27 Gerd Moellmann <gerd@gnu.org>
20737
20738 * play/cookie1.el: Add explanation of how to make cookie.el
20739 compatible with strfile(1) to comment.
20740
20741 * subr.el (remove, remq): New functions.
20742
20743 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20744 escape `*' in regexps.
20745 (midnight-find): Reverse order of arguments in the funcall of
20746 TEST.
20747
20748 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20749 and `.class'.
20750
20751 * play/meese.el: Add Commentary section.
20752
207532000-07-27 Alex Schroeder <alex@gnu.org>
20754
20755 * sql.el (sql-ms): Added autoload cookie.
20756 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20757 (sql-oracle): Ditto.
20758 (sql-help): Doc change.
20759
20760 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20761 types and exceptions.
20762
207632000-07-27 Alex Schroeder <alex@gnu.org>
20764
20765 * sql.el (sql-placeholder-history): New variable.
20766 (sql-query-placeholders-and-send): New function that will query
20767 the user and replace placeholders with user input.
20768 (sql-oracle): If running on NT, set comint-input-sender to
20769 sql-query-placeholders-and-send.
20770
20771 (sql-stop): If in the SQLi buffer, insert stop notification, else
20772 present it as a message.
20773
207742000-07-27 Alex Schroeder <alex@gnu.org>
20775
20776 * sql.el (sql-input-ring-separator): Doc change.
20777 (sql-input-ring-file-name): Doc change.
20778 (sql-interactive-mode): Use `sql-input-ring-separator' and
20779 `sql-input-ring-file-name' to set the comint-mode equivalents
20780 without making them local variables.
20781 (sql-stop): Don't bind `sql-input-ring-separator' and
20782 `sql-input-ring-file-name' dynamically to their comint-mode
20783 equivalents.
20784
207852000-07-27 Kenichi Handa <handa@etl.go.jp>
20786
20787 * international/mule.el (register-char-codings): New function.
20788 (make-coding-system): Handle `safe-chars' specification in the arg
20789 PROPERTY.
20790
20791 * international/mule-cmds.el
20792 (find-coding-systems-region-subset-p): This function deleted.
20793 (sort-coding-systems-predicate): New variable.
20794 (sort-coding-systems): New function.
20795 (find-coding-systems-region): Use
20796 find-coding-systems-region-internal.
20797 (find-coding-systems-string): Use find-coding-systems-region.
20798 (find-coding-systems-for-charsets): Check
20799 char-coding-system-table.
20800 (select-safe-coding-system-accept-default-p): New variable.
20801 (select-safe-coding-system): Mostly rewritten. New argument
20802 ACCEPT-DEFAULT-P.
20803 (select-message-coding-system): Call select-safe-coding-system
20804 with ACCEPT-DEFAULT-P arg.
20805 (reset-language-environment): Reset default-sendmail-coding-system
20806 to the default value iso-latin-1.
20807 (set-language-environment): Don't set the obsolete variable
20808 charset-origin-alist.
20809
20810 * international/codepage.el (cp-coding-system-for-codepage-1):
20811 Give `safe-chars' property to make-coding-system.
20812
20813 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20814 calling select-message-coding-system twice.
20815
20816 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20817 instead of `safe-charsets'.
20818 (cyrillic-alternativnyj): Likewise.
20819 (ccl-encode-alternativnyj): Don't check the charset
20820 cyrillic-iso8859-5.
20821
208222000-07-27 Kenichi Handa <handa@etl.go.jp>
20823
20824 * composite.el (compose-chars-after): Preserve match data.
20825
208262000-07-26 Sam Steingold <sds@gnu.org>
20827
20828 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20829 (ange-ftp-real-file-newer-than-file-p): New function.
20830 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20831 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20832
20833 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20834 * midnight.el (midnight-float-time): Ditto.
20835
208362000-07-26 Andreas Schwab <schwab@suse.de>
20837
20838 * files.el (normal-backup-enable-predicate): Correct
20839 interpretation of the return value of compare-strings.
20840
208412000-07-26 Gerd Moellmann <gerd@gnu.org>
20842
20843 * isearch.el (isearch-resume): New function.
20844 (isearch-done): Add something to command-history to resume
20845 the search.
20846 (isearch-yank-line, isearch-yank-word): Use
20847 buffer-substring-no-properties instead of buffer-substring.
20848
20849 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20850 of flyspell-mouse-map.
20851
20852 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20853 duplicate definition.
20854 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20855
20856 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20857 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20858
208592000-07-25 Sam Steingold <sds@gnu.org>
20860
20861 * net/ange-ftp.el: Get modtime over the net.
20862 (ange-ftp-file-modtime): New function.
20863 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20864 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20865 Use it.
20866 (ange-ftp-dot-to-slash): New function.
20867 (ange-ftp-fix-name-for-vms): Use it.
20868
20869 * midnight.el (midnight-buffer-display-time): Use
20870 `with-current-buffer'.
20871
208722000-07-25 Gerd Moellmann <gerd@gnu.org>
20873
20874 * find-dired.el: Update copyright notice.
20875 (find-dired): Offer to kill a running `find'.
20876
20877 * enriched.el (enriched-face-ans): For a `foreground-color'
20878 property, return '(("x-color" COLOR))' so that COLOR will be
20879 output as a parameter of the x-color annotation. Likewise for the
20880 `background-color' property. In the case of normal face
20881 properties, don't return annotations for unspecified foreground
20882 and background face attributes.
20883
208842000-07-25 Kenichi Handa <handa@etl.go.jp>
20885
20886 * language/japan-util.el (japanese-katakana-region): Fix handling
20887 HANKAKU argument.
20888
208892000-07-25 Miles Bader <miles@gnu.org>
20890
20891 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20892 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20893 constrain-to-field.
20894
208952000-07-24 Andrew Innes <andrewi@gnu.org>
20896
20897 * timer.el (timer-activate-when-idle): Add optional parameter
20898 DONT-WAIT. Update docstring.
20899 (run-with-idle-timer): Specify extra parameter to
20900 timer-activate-when-idle, so that timer will be activated
20901 immediately if Emacs is already idle.
20902
20903 * w32-fns.el (w32-using-nt): Fix docstring.
20904
209052000-07-24 Dave Love <fx@gnu.org>
20906
20907 * mouse.el (popup-menu): Set last-command-event.
20908 (mouse-major-mode-menu-prefix): Declare.
20909
209102000-07-24 Gerd Moellmann <gerd@gnu.org>
20911
20912 * textmodes/flyspell.el: Update to author's version 1.5d.
20913
20914 * progmodes/hideshow.el: Update copyright notice.
20915
20916 * vcursor.el: Set maintainer to FSF, since author cannot
20917 be reached.
20918
209192000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20920
20921 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20922 the prompt.
20923
20924 * mouse.el (popup-menu): Run the keymap through indirect-function,
20925 in case it was defined with define-prefix-key. If the menu is a
20926 list of keymaps, look up the binding of user's choice in each one
20927 of the keymaps.
20928 (mouse-popup-menubar): If the global and local menu-bar keymaps
20929 don't have a prompt string, create one and insert it into the
20930 keymap. Don't barf if current-local-map returns nil.
20931
209322000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20933
20934 * dired.el (dired-sort-R-check): Added to allow recursive listing
20935 to be undone.
20936 (dired-sort-other): Use it.
20937
209382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20939
20940 * Release of cc-mode 5.27
20941
209422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20943
20944 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20945 c-beginning-of-statement-1 that caused a bad case of recursion
20946 which could consume a lot of CPU in large classes in languages
20947 that have in-expression classes (i.e. Java and Pike).
20948
20949 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20950 statements before top level constructs (i.e. case 6 is moved
20951 before case 5 and is now case 4) to catch in-expression
20952 classes in top level expressions correctly.
20953
209542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20955
20956 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20957 objc-method-intro. Case 4 removed and case 5I added.
20958
20959 * cc-langs.el (c-append-paragraph-start): New variable used by
20960 c-common-init to get paragraph-start correct.
20961 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20962 initialize paragraph-start to make it correct both with and
20963 without the javadoc special case.
20964
20965 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20966 initialize paragraph-start for javadoc markup.
20967
20968 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20969 change by defaulting this to t. It's motivated by the
20970 confusing behavior that otherwise arise from the style system
20971 when editing both java and non-java files at the same time
20972 (see the comments about style setting in c-common-init).
20973
209742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20975
20976 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20977 similar to the one in c-fill-paragraph to check the fill
20978 prefix from the adaptive fill function for sanity.
20979
209802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20981
20982 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20983 defun block.
20984
a30eb617
DL
209852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20986
20987 * cc-align.el (c-lineup-multi-inher): Handle lines with
20988 leading comma nicely. Extended to handle member initializers
20989 too.
20990
20991 * cc-engine.el: (c-beginning-of-inheritance-list,
20992 c-guess-basic-syntax): Fixed recognition of inheritance lists
20993 when the lines begins with a comma.
20994
a30eb617
DL
20995 * cc-vars.el (c-offsets-alist): Changed default for
20996 member-init-cont to c-lineup-multi-inher since it now handles
20997 member initializers and indents better for leading commas.
20998
209992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21000
21001 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
21002 handling that caused class open lines to be recognized as
21003 statement-conts in some cases.
21004
21005 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
21006 guessed by the adaptive fill function unless point is on the
21007 first line of a block comment.
21008
21009 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
21010 when the buffer ends with a macro continuation char.
21011
21012 * cc-engine.el (c-guess-basic-syntax): Added support for
21013 function definitions as statements in Pike. The first
21014 statement in a lambda block is now labeled defun-block-intro
21015 instead of statement-block-intro.
21016
21017 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
21018 so that the class surrounding point is selected, not the one
21019 innermost in the state.
21020
21021 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
21022 recognition of switch labels having hanging multiline
21023 statements.
21024
21025 * cc-engine.el (c-beginning-of-member-init-list): Broke out
21026 some code in c-guess-basic-syntax to a separate function.
21027 * cc-engine.el (c-just-after-func-arglist-p): Fixed
21028 recognition of member inits with multiple line arglists.
21029 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
21030 member-init-cont when the commas are in funny places.
21031
210322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21033
21034 * cc-defs.el (c-auto-newline): Removed this macro since it's
21035 not used anymore.
21036
21037 * cc-engine.el (c-looking-at-bos): New helper function.
21038 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
21039 inexpr and toplevel classes apart in Pike.
21040
21041 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
21042 of case 9A.
21043
21044 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
21045 constant, since "class" can introduce an in-expression class
21046 in Pike nowadays.
21047
210482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21049
21050 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
21051 indentation on cpp-macro lines.
21052
21053 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
21054 a syntax modifier like comment-intro, to make it possible to
21055 get syntactic indentation for preprocessor directives. It's
21056 incompatible wrt to lineup functions on cpp-macro, but it has
21057 no observable effect in the 99.9% common case where cpp-macro
21058 is set to -1000.
21059
210602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21061
21062 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
21063 member-init-cont when the preceding arglist is several lines.
21064
210652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21066
21067 * cc-styles.el (c-style-alist): The basic offset for the BSD
21068 style corrected to 8.
21069
210702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21071
21072 * cc-styles.el (c-style-alist): Adjusted the indentation of
21073 brace list openers in the gnu style.
21074
210752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21076
21077 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
21078
21079 * cc-cmds.el (c-electric-brace, c-electric-slash,
21080 c-electric-star, c-electric-semi&comma, c-electric-colon,
21081 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
21082 when c-syntactic-indentation is nil.
21083
21084 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
21085 we were left at comments preceding the first statement when
21086 reaching the beginning of the buffer.
21087
21088 * cc-vars.el (c-syntactic-indentation): New variable to turn
21089 off all syntactic indentation.
21090
210912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21092
21093 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
21094 between the text and the block comment ender when it hangs,
21095 depending on how many there are before the fill.
21096
210972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21098
21099 * cc-engine.el (c-beginning-of-closest-statement): New helper
21100 function to go back to the closest preceding statement start,
21101 which could be inside a conditional statement.
21102 * cc-engine.el (c-guess-basic-syntax): Use
21103 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
21104
21105 * cc-engine.el (c-guess-basic-syntax): Better handling of
21106 arglist-intro, arglist-cont-nonempty and arglist-close when
21107 the arglist is nested inside parens. Cases 7A, 7C and 7F
21108 changed.
21109
21110 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
21111 up-to-date with javadoc 1.2.
21112
211132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21114
21115 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
21116 multiline Pike type decls.
21117
211182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21119
21120 * cc-cmds.el (c-indent-new-comment-line): Always break
21121 multiline comments in multiline mode, regardless of
21122 comment-multi-line.
21123
211242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21125
21126 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
21127 fully::qualified::names in C++ member init lists. Preamble in
21128 case 5D changed.
21129
211302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21131
21132 * cc-langs.el (c-common-init): Handling of obsolete variables
21133 moved to c-initialize-cc-mode. More compatible style override
21134 when using global style variables.
21135 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
21136 variables moved here.
21137
a30eb617
DL
21138 * cc-styles.el (c-make-styles-buffer-local): Flag style
21139 variable localness in c-style-variables-are-local-p to make
21140 the compatibility measure in c-common-init work well.
21141
21142 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
21143 longer contain set-from-style.
21144 * cc-styles.el (c-initialize-builtin-style): Don't check for
21145 set-from-style on c-special-indent-hook.
21146 * cc-styles.el (c-copy-tree): Obsolete. The standard function
21147 copy-alist is sufficient now.
21148
21149 * cc-styles.el (c-set-style, c-set-style-1,
21150 c-get-style-variables): Fixes to variable initialization so
21151 that duplicate entries in styles have the same effect
21152 regardless of DONT-OVERRIDE.
21153
21154 * cc-styles.el (c-set-style-2): Fixed bug where the
21155 initialization of inheriting styles failed when the
21156 dont-override flag is set.
21157
21158 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
21159 on this.
21160
211612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
21162
21163 * cc-defs.el (c-forward-comment): Removed the workaround
21164 introduced in 5.38 since it had worse side-effects. If a line
21165 contains the string "//\"", it regarded the // as a comment
21166 start since the \ temporarily doesn't have escape syntax.
21167
eb04d6cd 211682000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
21169
21170 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
21171 ada-xref.el before ada-prj.el, so that the Project menu is created
21172 when ada-prj tries to add to it.
21173 (ada-activate-keys-for-case): Suppress the characters that are not
21174 part of the Ada syntax. Better compatibility with else-mode
21175 (ada-adjust-case-interactive): When auto-casing is not active,
21176 correctly insert newlines (used to insert only ^M). Prevent the
21177 syntax table from being changed in case of an error
21178 (or '_' becomes part of a word and some commands are confused).
21179 Do nothing if ada-auto-case is nil.
21180 (ada-after-keyword-p): Ignore keywords that are also attributes
21181 (ada-batch-reformat): Update usage comment
21182 (ada-call-from-contextual-menu): New function
21183 (ada-case-read-exceptions): Reinitialize the casing exception list
21184 first to nil first, so that the casing exception file can be
21185 shared.
21186 (ada-check-defun-name): Handles "configure" keyword for gnatdist
21187 files.
21188 (ada-compile-goto-error): Fix regexp used to detect a file:line
21189 anywhere in the error message
21190 (ada-contextual-menu-last-point): New variable
21191 (ada-create-keymap): If the variable delete-key-deletes-forward is
21192 t on XEmacs, it means that DEL should delete one character
21193 forward.
21194 (ada-create-menu): Use :included instead of :visible for XEmacs.
21195 New submenu "Options".
21196 (ada-end-stmt-re): Correctly indent "select ... then abort"
21197 statements.
21198 (ada-fill-comment-paragraph): Correctly delete all leading '--'
21199 even if they don't match ada-fill-comment-prefix Fix handling of
21200 paragraphs on the first or last line of a file.
21201 (ada-format-paramlist): Fix handling of default parameter values.
21202 (ada-get-body-name): New function.
21203 (ada-get-current-indent): Optimized by searchling directly for an
21204 existing generic part or a statement outside of it. Handle
21205 ada-indent-align-comments when indenting comments Replaced some
21206 regexps by testing directly the next character. This results in a
21207 huge speedup on some files. New indentation scheme for renames
21208 statements. Stop looking for the 'while' or 'for' associated with
21209 a 'loop' at the first semicolon encountered. A "return" can also
21210 match an anonymous access subprogram declaration.
21211 (ada-get-indent-noindent): Ignore strings and comments when
21212 looking for the keywords "record" and "private".
21213 (ada-goto-matching-decl-start): When matching "if", make sure we
21214 are not in fact seeing "end if". Ignore "when" statements except
21215 when initial keyword was "begin". Fix handling of nested
21216 procedures. Add a recursive call to this function to skip over
21217 other 'end' statmts. Fix indentation for "when .. => begin"
21218 (ada-in-open-paren-p): Fix indentation for complex boolean
21219 expressions, where 'and then', 'or else' and parenthesis
21220 statements are mixed up.
21221 (ada-in-paramlist-p): Skip comments while searching for the
21222 beginning Fix handling of operator declarations.
21223 (ada-indent-align-comments): New variable
21224 (ada-indent-current): Change the syntax table only in the
21225 protected section, so that we are sure it is restored correctly.
21226 (ada-indent-on-previous-lines): Use ada-use-indent and
21227 ada-with-indent Correctly indent "select ... then"
21228 (ada-indent-region): Slight speedup.
21229 (ada-indent-renames): New variable.
21230 (ada-last-which-function-subprog, ada-last-which-function-line):
21231 New variables
21232 (ada-looking-at-semi-private): Correctly indent the 'private'
21233 keyword when it is the first word in a package declaration.
21234 (ada-loose-case-word): Stop searching if at the end of the buffer.
21235 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
21236 even if point is not initially at the end of the word.
21237 (ada-matching-decl-start-re): Add "when".
21238 (ada-mode): Add support for abbrev-mode, outline-mode and
21239 which-func-mode Override the old find-file.el entry in
21240 ff-special-constructs since it is using the obsolete
21241 ada-spec-suffix variable
21242 (ada-no-auto-case): New function
21243 (ada-scan-paramlist): When parsing the argument type, accept
21244 spaces (as in "X 'Class", generated by Rational Rose).
21245 (ada-other-file-name): No longer loads the other file.
21246 (ada-popup-menu): Save and restore the current buffer and cursor
21247 position before and after displaying the menu.
21248 (ada-search-ignore-complex-boolean): New function.
21249 (ada-uncomment-region): Emacs21 already knows how to delete
21250 comments not starting in the first column.
21251 (ada-use-indent): New variable
21252 (ada-which-function): New function.
21253 (ada-with-indent): New variable
21254 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
21255 can be batch-compiled from the command line.
21256
21257 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
21258 Add to the menu when the file is loaded, not in ada-mode-hook.
21259 Add -toolbar to the default ddd command Switches moved from
21260 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
21261 ada-prj-default-comp-opt
21262 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
21263 Reference Manual to the menu
21264 (ada-check-current): rewritten as a call to ada-compile-current
21265 (ada-compile): Removed.
21266 (ada-compile-application, ada-compile-current, ada-check-current):
21267 Set the compilation-search-path so that compile.el automatically
21268 finds the sources in src_dir. Automatic scrollong of the
21269 compilation buffer. C-uC-cC-c asks for confirmation before
21270 compiling
21271 (ada-compile-current): New parameter, prj-field
21272 (ada-complete-identifier): Load the .ali file before doing
21273 processing
21274 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
21275 conform to gnatmake's behavior.
21276 (ada-find-file-in-dir): New function
21277 (ada-find-references): Set the environment variables for gnatfind
21278 (ada-find-src-file-in-dir): New function.
21279 (ada-first-non-nil): Removed
21280 (ada-gdb-application): Add support for jdb, the java debugger.
21281 (ada-get-ada-file-name): Load the original-file first if not done
21282 yet.
21283 (ada-get-all-references): Handles the new ali syntax (parent types
21284 are found between <>).
21285 (ada-initialize-runtime-library): New function
21286 (ada-mode-hook): Always load a project file when a file is opened,
21287 so that the casing exceptions are correctly read.
21288 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
21289 (ada-parse-prj-file): Use find-file-noselect instead of find-file
21290 to open the project file, since the latter does not work with
21291 speedbar Get default values before loading the prj file, or the
21292 default executable file name is wrong. Use the absolute value of
21293 src_dir to initialize ada-search-directories and
21294 compilation-search-path,... Add the standard runtime library to
21295 the search path for find-file.
21296 (ada-prj-default-debugger): Was missing an opening '{'
21297 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
21298 variables.
21299 (ada-prj-default-gnatmake-opt): New variable
21300 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
21301 buffers, the project file is the default one Save the windows
21302 configuration before displaying the menu.
21303 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
21304 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
21305 ...) regexp-quote identifiers names to support operators +,
21306 -,... in regexps.
21307 (ada-remote): New function.
21308 (ada-run-application): Erase the output buffer before starting the
21309 run Support remote execution of the application. Use
21310 call-process, or the arguments are incorrectly parsed
21311 (ada-set-default-project-file): Reread the content of the active
21312 project file, not the one from the current buffer When a project
21313 file is set as the default project, all directories are
21314 automatically associated with it.
21315 (ada-set-environment): New function
21316 (ada-treat-cmd-string): New special variable ${current}
21317 (ada-treat-cmd-string): Revised. The substitution is now done for
21318 any ${...} substring
21319 (ada-xref-current): If no body was found, compiles the spec
21320 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
21321 compiler to get rid of command line length limitations.
21322 (ada-xref-get-project-field): New function
21323 (ada-xref-project-files): New variable
21324 (ada-xref-runtime-library-specs-path)
21325 (ada-xref-runtime-library-ali-path): New variables
21326 (ada-xref-set-default-prj-values): Default run command now does a
21327 cd to the build directory. New field: main_unit Provide a default
21328 file name even if the current buffer has no prj file.
21329
21330 * ada-prj.el:
21331 Rewritten to show a tabbed-dialog.
21332 (ada-prj-add-ada-menu): Remove the map and name parameters.
21333 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
21334 New function
21335 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
21336 (ada-prj-load-from-file): New function
21337 (ada-prj-save): Always save fields that depend on the current buffer
21338 (ada-prj-show-value): New function
21339
21340 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
21341 Ada mode. This will allow us to display the Ada menu in any buffer
21342 we want (for project items).
21343 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
21344 number of spaces in the header.
21345
213462000-07-24 Dave Love <fx@gnu.org>
21347
21348 * ediff-init.el (ediff-region-help-echo): Bind face-help.
21349
213502000-07-23 Noah Friedman <friedman@splode.com>
21351
21352 * type-break.el (type-break): perform autosave.
b52758d1 21353 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
21354 (type-break-do-query): Cancel query schedule while performing
21355 actual query, to avoid possibility of a second query being made
21356 while first one is already in progress.
21357 (type-break-time-stamp-format): New variable.
21358 (type-break-time-stamp): New function.
21359 (type-break-time-warning): Use it.
21360 (type-break-keystroke-warning): Use it.
21361 (type-break-noninteractive-query): Use it.
21362
21363 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
21364 cookie.
21365 Use add-minor-mode to set minor-mode-alist, if available.
21366 (eldoc-echo-area-use-multiline-p): New user option.
21367 (eldoc-echo-area-multiline-supported-p): New variable.
21368 (eldoc-docstring-format-sym-doc): Use them.
21369 (eldoc-mode): If not using idle timers, append to local post and
21370 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
21371 (eldoc-display-message-no-interference-p): Don't interfere with
21372 edebug.
21373 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
21374 (eldoc-function-arglist): New function.
21375 (eldoc-function-argstring): Use it.
21376
21377 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
21378 auto save directory exists before calling directory-files.
21379
213802000-07-23 Dave Love <fx@gnu.org>
21381
21382 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
21383 ^o, ^u.
21384
213852000-07-21 Dave Love <fx@gnu.org>
21386
21387 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
21388 now passed to the function. It now works properly.
21389
21390 * smerge-mode.el (smerge-mode-menu): Fill it out.
21391
213922000-07-20 Gerd Moellmann <gerd@gnu.org>
21393
21394 * info-look.el (info-lookup): If *info* is shown in another frame
21395 on the same display, select that frame, instead of switching to
21396 the Info buffer in another window of the selected frame.
21397
21398 * simple.el (universal-argument-map): Bind numeric keypad keys
21399 kp-0 to kp-9 and kp-subtract.
21400 (digit-argument): Handle these keys.
21401
214022000-07-20 Dave Love <fx@gnu.org>
21403
21404 * net/goto-addr.el (goto-address-fontify): Don't bother with
21405 buffer-modified and read-only stuff -- irrelevant with overlays.
21406 Put an extra property on the overlays and use it to clean up in
21407 case goto-address is re-run.
21408
214092000-07-19 Richard M. Stallman <rms@gnu.org>
21410
21411 * timer.el (run-with-idle-timer): Doc fix.
21412
21413 * mail/mail-utils.el (mail-strip-quoted-names):
21414 Handle case where <...> appears inside "...".
21415 Use replace-match to edit the string more simply.
21416 (rmail-dont-reply-to): Cope with an unmatched ".
21417
214182000-07-19 Dave Love <fx@gnu.org>
21419
21420 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
21421 implementation.
21422
21423 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
21424 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
21425 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
21426
214272000-07-19 Gerd Moellmann <gerd@gnu.org>
21428
21429 * textmodes/refer.el: Correct maintainer's email address.
21430
21431 * progmodes/hideif.el: Correct author's email address.
21432 Fix typo in comment.
21433
21434 * xml.el: New file.
21435
21436 * mail/mailheader.el: Correct author's mail address.
21437
21438 * gnus/parse-time.el: Correct author's mail address.
21439
214402000-07-19 Colin Walters <walters@cis.ohio-state.edu>
21441
21442 * comint.el (comint-highlight-input, comint-highlight-face):
21443 New user options.
21444 (comint-input-ring-file-name): Change custom type.
21445 (comint-mode-map): Bind mouse-2.
21446 (comint-insert-clicked-input): New function.
21447 (comint-send-input): Handle input highlighting.
21448
214492000-07-18 Stefan Monnier <monnier@cs.yale.edu>
21450
21451 * mouse.el (popup-menu): New function.
21452 (mouse-major-mode-menu): Use it.
21453
214542000-07-18 Dave Love <fx@gnu.org>
21455
21456 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
21457 improvements.
21458
214592000-07-18 Gerd Moellmann <gerd@gnu.org>
21460
21461 * faces.el (face-font-selection-order)
21462 (face-font-family-alternatives): Add custom type.
21463
214642000-07-18 Dave Love <fx@gnu.org>
21465
21466 * cus-edit.el (custom-variable-reset-saved)
21467 (custom-variable-reset-standard): Remove unused bindings.
21468
21469 * rect.el (open-rectangle-line): Remove unused let.
21470
21471 * hl-line.el (hl-line-highlight): Check hl-line-mode.
21472
214732000-07-18 Gerd Moellmann <gerd@gnu.org>
21474
21475 * cdl.el: Fix `Maintainer' keyword.
21476
21477 * play/pong.el: Add author's email address.
21478
214792000-07-17 Sam Steingold <sds@gnu.org>
21480
21481 * files.el (insert-directory): Call `split-string' instead of
21482 re-implementing it.
21483
214842000-07-18 Gerd Moellmann <gerd@gnu.org>
21485
21486 * mail/vms-pmail.el: Change maintainer to FSF.
21487
21488 * net/goto-addr.el: Change maintainer to FSF.
21489
21490 * info.el (Info-title-face-alist): Removed.
21491
214922000-07-18 David Ponce <david@dponce.com>
21493
21494 * recentf.el (recentf-open-files): New command that works like
21495 `recentf-open-more-files', but shows the whole list of files (not just
21496 those omitted from the menu). Useful if you don't use a menu-bar!
21497 (recentf-open-more-files) Modified to use `recentf-open-files'.
21498
21499 (recentf-open-files, recentf-open-more-files)
21500 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
21501
21502 (recentf-dialog-mode): New mode for dialogs. You can now just type
21503 "q" to cancel the dialogs.
21504
215052000-07-18 David Ponce <david@dponce.com>
21506
21507 * recentf.el: This is a major update of recentf.el. It adds new
21508 features to better organize the recentf menu and "More..." buffer.
21509
21510 Using new provided menu filtering functions you can now organize the
21511 recent files list:
21512
21513 - by major modes
21514 - by directories
21515 - by user defined rules
21516
21517 Finally, with the new `recentf-filter-changer' customizable filter you
21518 can define a ring of filters and dynamically (via the menu) cycle on
21519 each menu organization in the ring (a la msb).
21520
215212000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
21522
21523 * eshell/eshell.el (eshell): Replace links to eshell.info with
21524 links to eshell, to avoid problems on systems where the manual is
21525 installed as `eshell'.
21526 * eshell/esh-cmd.el (eshell-cmd): Ditto.
21527 * eshell/em-smart.el (eshell-smart): Ditto.
21528 * eshell/em-banner.el (eshell-banner): Ditto.
21529 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
21530
21531 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
21532 same-file check in the MS-DOS version (it does support inodes).
21533
21534 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
21535
21536 * eshell/eshell.el (eshell-directory-name):
21537 Run default directory name through convert-standard-filename.
21538
215392000-07-18 Kenichi Handa <handa@etl.go.jp>
21540
21541 * international/mule-cmds.el (select-safe-coding-system):
21542 Fix typo in the comment.
21543
21544 * language/european.el (compound-text):
21545 Force katakana-jisx0201 to be designated to G1.
21546
21547 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
21548 Don't translate some national variant characters of latin-jisx0201.
21549 (x-ctext): Force katakana-jisx0201 to be designated to G1.
21550
21551 * international/kkc.el (kkc-after-update-conversion-functions):
21552 New variable.
21553 (kkc-update-conversion): Run functions in it at the tail.
21554
215552000-07-16 John Wiegley <johnw@gnu.org>
21556
21557 * lisp/align.el (align-newline-and-indent):
21558 Adding new function. for auto-aligning blocks of code on RET.
21559 (align-region): Fixed badly formatted minibuffer message.
21560
215612000-07-17 Kenichi Handa <handa@etl.go.jp>
21562
21563 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
21564 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
21565 the conversion list at first if appropriate.
21566 (kkc-next): Don't update kkc-next-count here.
21567 (kkc-prev): Don't update kkc-prev-count here.
21568 (kkc-show-conversion-list-update): Fix setting up of conversion
21569 list message.
21570
215712000-07-16 Stefan Monnier <monnier@cs.yale.edu>
21572
21573 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
21574
215752000-07-16 Dave Love <fx@gnu.org>
21576
21577 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
21578 function to be more specific.
21579
21580 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
21581 non-string help-echo.
21582 (widget-types-convert-widget): Defsubst it.
21583 (widget-echo-help): Try to cope with a help-echo function of two
21584 possible sorts.
21585
215862000-07-15 Jason Rumney <jasonr@gnu.org>
21587
21588 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
21589 Declare as obsolete.
21590
21591 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21592
215932000-07-14 Gerd Moellmann <gerd@gnu.org>
21594
21595 * hilit-chg.el: Fix typo.
21596
215972000-07-14 Dave Love <fx@gnu.org>
21598
21599 * info.el (Info-mode-menu): Fix use of :help, :enable.
21600
216012000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21602
21603 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21604
216052000-07-13 Dave Love <fx@gnu.org>
21606
21607 * emacs-lisp/easymenu.el: Doc fixes.
21608 (easy-menu-remove): Defalias to ignore.
21609
21610 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21611 Call throw correctly.
21612
216132000-07-13 Gerd Moellmann <gerd@gnu.org>
21614
21615 * faces.el (frame-background-mode): Doc fix.
21616
21617 * simple.el (eval-expression-print-length): Change custom type to
21618 allow entering nil as value.
21619
216202000-07-13 Dave Love <fx@gnu.org>
21621
21622 * progmodes/fortran.el (fortran-imenu-generic-expression):
21623 Change definition layout.
21624 (fortran-mode-menu): Reinstate customize entries.
21625
21626 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21627 Use :filter, per old XEmacs code.
21628
216292000-07-12 Gerd Moellmann <gerd@gnu.org>
21630
21631 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21632 event when deciding what to send to the terminal.
21633
216342000-07-12 Dave Love <fx@gnu.org>
21635
21636 * cus-start.el: Add optional version as 4th element of specs and
21637 use it for several things new in v21. Remove load-path. Fix type
21638 of line-number-display-limit.
21639
216402000-07-11 Dave Love <fx@gnu.org>
21641
21642 * progmodes/fortran.el: Don't require easymenu.
21643 Use repeat counts in various regexps.
21644 (fortran-mode-syntax-table): Defvar directly.
21645 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21646 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21647 Use defvar, not defconst.
21648 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21649 (fortran-mode): Set fortran-comment-line-start-skip,
21650 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21651 (fortran-comment-indent): Use defsubst.
21652 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21653 Use fortran-comment-indent, not fortran-comment-indent-function.
21654 (fortran-comment-region, fortran-electric-line-number): Simplify.
21655 (fortran-auto-fill): New function.
21656 (fortran-do-auto-fill): Deleted.
21657 (fortran-find-comment-start-skip):
21658 Check for non-null comment-start-skip.
21659 (fortran-auto-fill-mode, fortran-fill-statement):
21660 Use fortran-auto-fill.
21661 (fortran-fill): Use fortran-auto-fill. Check for null
21662 comment-start-skip. Simplify final clause and use end-of-line finally.
21663
21664 * widget.el (widget-plist-member): New alias.
21665
216662000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21667
21668 * eshell/esh-module.el (toplevel): Reference
21669 byte-compile-current-file only if it is bound.
21670
216712000-07-10 Gerd Moellmann <gerd@gnu.org>
21672
21673 * dired.el: Don't require `dired-aux'.
21674
216752000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21676
21677 * dired-aux.el (dired-show-file-type): New function.
21678 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21679 (dired-show-file-type): Add autoload.
21680
216812000-07-10 Kenichi Handa <handa@etl.go.jp>
21682
21683 * international/mule-diag.el (describe-font): Adjusted for the
21684 change of fontset-info.
21685 (print-fontset): Likewise.
21686
216872000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21688
21689 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21690
216912000-07-07 Gerd Moellmann <gerd@gnu.org>
21692
21693 * bindings.el: Bind `[delete]' to delete-char.
21694
21695 * dired.el (dired-find-alternate-file): New function.
21696 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21697 (toplevel): Require dired-aux when compiling.
21698 (dired-buffers): Move defvar within file to avoid compiler warning.
21699
21700 * info.el (Info-last-search): Variable removed.
21701 (Info-search-history): New variable.
21702 (Info-search): New Info-search-history.
21703
21704 * battery.el, info-look.el: Change author's mail address.
21705
217062000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21707
21708 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21709 if rmail-ignored-headers is nil.
21710 (rmail-retry-failure): Bind rmail-ignored-headers and
21711 rmail-displayed-headers to nil.
21712
217132000-07-06 Gerd Moellmann <gerd@gnu.org>
21714
21715 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21716 (print-region-1): Don't hard code `-h' here.
21717
21718 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21719
217202000-07-01 Francesco Potorti` <pot@gnu.org>
21721
21722 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21723 exim can use "your message" instead of "the message".
21724
217252000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21726
21727 * facemenu.el: Docstrings fixes.
21728 (facemenu-get-face): Don't use internal-find-face.
21729 (facemenu-iterate): Rename arg to match the docstring.
21730
21731 * newcomment.el (uncomment-region): Be more careful when skipping
21732 backwards over `=' not to bump into BOBP.
21733
217342000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21735
21736 * ediff-diff.el (ediff-wordify): Use syntax table.
21737 * ediff-init.el (ediff-has-face-support-p): Use
21738 ediff-color-display-p.
21739 (ediff-color-display-p): Use display-color-p, changed to defun
21740 from defsubst.
21741 Got rid of special cases for NeXT and OS/2.
21742 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21743 face.
21744
217452000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21746
21747 * emacs-lisp/lucid.el: Require CL.
21748 (copy-tree, remprop): Remove, it's provided by CL.
21749 (map-keymap): Define in terms of cl-map-keymap.
21750 (extent-property, set-extent-end-glyph): New functions.
21751
21752 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21753
217542000-07-05 Gerd Moellmann <gerd@gnu.org>
21755
21756 * Makefile.in (DONTCOMPILE): Add comment that the name may
21757 not be changed without changing the make-dist script.
21758
21759 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21760 (cl-mapc): Use mapc instead of cl-old-mapc.
21761
217622000-07-05 Andrew Innes <andrewi@gnu.org>
21763
21764 * makefile.nt: Add support for `bootstrap' and related targets.
21765
217662000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21767
21768 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21769 (easy-menu-do-define): Use `menu-item' format.
21770 Handle case where easy-menu-create-menu returns a symbol.
21771 Manually call the potential top-level filter in the function binding.
21772 (easy-menu-filter-return): New arg NAME.
21773 Convert to a keymap if MENU is an XEmacs menu.
21774 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21775 (easy-menu-converted-items-table, easy-menu-convert-item):
21776 New var and fun to memoize easy-menu-convert-item-1.
21777 (easy-menu-do-add-item): Use it.
21778 (easy-menu-create-menu): Use easy-menu-convert-item.
21779 Wrap easy-menu-filter-return around any :filter specification.
21780 Don't convert the menu if a filter was specified.
21781 Tell easy-menu-make-symbol not to check for MENU being an expression.
21782 (easy-menu-make-symbol): New arg NOEXP.
21783
217842000-07-05 Gerd Moellmann <gerd@gnu.org>
21785
21786 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21787 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21788 (eval-defun): If called with prefix arg, instrument code for
21789 Edebug.
21790
21791 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21792 similar to that of eval-defun.
21793
217942000-07-04 Dave Love <fx@gnu.org>
21795
21796 * hl-line.el (hl-line-overlay): Make it permanent-local.
21797
21798 * calendar/todo-mode.el: Replaced with a working version, based on
21799 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21800
218012000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21802
21803 * paths.el (prune-directory-list): New function.
21804 (Info-default-directory-list): Rewritten to more methodically
21805 enumerate a big list of possible info directories (based on the
21806 list used by the standalone info reader).
21807
21808 * info.el (info-initialize): Use prune-directory-list to remove
21809 non-existent directories from Info-directory-list.
21810
21811 * paths.el (Info-default-directory-list): Try a list of possible
21812 info-directories instead of a single one. Add the possible
21813 info directory "/usr/share/info".
21814
21815 * woman.el (woman-man.conf-path): Explicitly include the debian
21816 man-db config file "/etc/manpath.config".
21817 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21818 are present in `manpath.config'.
21819 (woman-manpath): Include "/usr/share/man".
21820
218212000-07-03 Gerd Moellmann <gerd@gnu.org>
21822
21823 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21824
21825 * startup.el (command-line): Initialize blink-cursor based
21826 on window-system.
21827
21828 * frame.el (blink-cursor): Default to nil if not running under
21829 a window-system.
21830
21831 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21832 (face-x-resources): Remove duplicate entry for :font.
21833
21834 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21835 instead of cycling through windows with next-window.
21836
21837 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21838 of cycling through windows with next-window.
21839
21840 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21841 of cycling through windows with next-window.
21842
21843 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21844 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21845 instead of cycling through windows with next-window.
21846
21847 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21848 instead of cycling through windows with next-window.
21849
21850 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21851 of cycling through windows with next-window.
21852
21853 * terminal.el (te-process-output): Use walk-windows instead of
21854 cycling through windows with next-window.
21855
21856 * server.el (server-switch-buffer): Use some-window instead of
21857 cycling through windows with next-window.
21858
21859 * window.el (some-window): New function.
21860 (walk-windows): Remove reference to walk-windows-start.
21861
21862 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21863
218642000-07-03 Richard Stallman <rms@gnu.org>
21865
21866 * window.el (walk-windows): Guarantee termination by keeping a list
21867 of all the windows already handled.
21868
218692000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21870
21871 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21872 window-system.
21873
21874 * man.el (Man-notify-when-ready): Don't use window-system. If
21875 Man-notify-method is newframe, and the display is not
21876 multi-frame, select the frame created for the man page.
21877 (Man-init-defvars): Doc fix.
21878
218792000-06-28 Gerd Moellmann <gerd@gnu.org>
21880
21881 * faces.el (region): Change background color for light background.
21882
21883 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21884 attribute from mode-line face of Ediff control frame.
21885
21886 * replace.el (query-replace-map): Bind `e' like `E'.
21887
218882000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21889
21890 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21891 Change name to "Select All".
21892
21893 * dos-fns.el (convert-standard-filename): Fix last change.
21894
218952000-06-27 Gerd Moellmann <gerd@gnu.org>
21896
21897 * help.el (describe-variable): Don't insert a second `'s' in front
21898 of the string `value is shown below'. Since the syntax-table is
21899 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21900 an existing `'s', so that this won't be deleted.
21901
21902 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21903 * pcmpl-unix.el: New files.
21904
219052000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21906
21907 * wid-edit.el (widget-member): Use the new plist-member.
21908
219092000-06-26 Gerd Moellmann <gerd@gnu.org>
21910
21911 * replace.el (perform-replace): Undo change of 2000-04-04.
21912 Instead, move backward 1 character at the end of the loop when
21913 necessary.
21914
21915 * faces.el (fringe): Change face for different backgrounds.
21916
21917 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21918 patch from John.
21919
21920 * eshell/*.el: Change spelling of the Free Software Foundation.
21921
21922 * eshell/esh-toggle.el: Removed.
21923
21924 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21925
21926 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21927 interactively.
21928
219292000-06-26 Alex Schroeder <alex@gnu.org>
21930
21931 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21932 `define-key'; instead of checking `(emacs-version)' check for
21933 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21934 for `;' and `o' which might be electric.
21935
21936 (sql-electric-stuff): New user option.
21937 (sql-magic-go): New function which uses `sql-electric-stuff'.
21938 (sql-magic-semicolon): New function which uses
21939 `sql-electric-stuff'.
21940
21941 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21942 is not fboundp.
21943
21944 (sql-oracle-options): New variable.
21945 (sql-oracle): Use it.
21946
21947 (sql-imenu-generic-expression): Doc change.
21948 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21949 is used.
21950
21951 (sql-informix): Added command line parameter "-" to force
21952 sql-informix-program to use stdout.
21953
219542000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21955
21956 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21957 (cp864-decode-table): Doc fix.
21958 (cp720-decode-table): New variable, supports the Arabic OEM
21959 codepage used by Windows.
21960 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21961
219622000-06-23 Dave Love <fx@gnu.org>
21963
21964 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21965 (font-lock-fontify-anchored-keywords): Use
21966 line-beginning-position.
21967 (global-font-lock-mode): Use mapc.
21968
219692000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21970
21971 * eshell/esh-module.el: Require CL when compiling.
21972
219732000-06-23 Gerd Moellmann <gerd@gnu.org>
21974
21975 * comint.el (comint-substitute-in-file-name): Call replace-match
21976 with second and third arg t.
21977
21978 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21979 Specify foreground color.
21980
21981 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21982 color.
21983
21984 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21985
21986 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21987 cddr instead of cdddr.
21988
21989 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21990 instead of copy-list.
21991
21992 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21993 of copy-list.
21994
21995 * subdirs.el: Add eshell subdirectory.
21996
21997 * eshell: New subdirectory containing the Eshell package.
21998
21999 * pcomplete.el: New file.
22000
220012000-06-23 Paul Eggert <eggert@twinsun.com>
22002
22003 * mail/mailpost.el (post-mail-send-it): Make sure file has
22004 proper permissions from birth.
22005
22006 * files.el (basic-save-buffer-2): When temporarily setting
22007 file modes, set them to current modes plus 0200, not to 0777.
22008
22009 * emerge.el (emerge-make-temp-file): Make sure file has proper
22010 permissions from birth.
22011
220122000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
22013
22014 * files.el (make-backup-file-name-1): On DOS/Windows, run the
22015 backup file name through convert-standard-filename.
22016
22017 * dos-fns.el (convert-standard-filename): Convert leading
22018 directories as well. When long file names are supported, convert
22019 characters that are invalid in Windows file names.
22020
220212000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22022
22023 * ps-print.el: Fix bug: if ^L is the very first buffer character,
22024 ps-print crashes. New feature: page selection for printing. Create
22025 raw-text-unix coding system for XEmacs. Doc fix.
22026 (ps-print-version): New version number (5.2.3).
22027 (ps-plot-region): Bug fix.
22028 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
22029 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
22030 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
22031 funs.
22032 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
22033 (ps-last-page): New vars.
22034
220352000-06-21 Gerd Moellmann <gerd@gnu.org>
22036
22037 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
22038 empty option string.
22039
220402000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
22041
22042 * man.el (man): Doc fix.
22043
220442000-06-21 Kenichi Handa <handa@etl.go.jp>
22045
22046 * international/mule-cmds.el (set-language-info-alist): Docstring
22047 fixed.
22048
220492000-06-20 Gerd Moellmann <gerd@gnu.org>
22050
22051 * version.el (emacs-version): Use ISO date format.
22052
22053 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
22054 instead of `M-backspace'.
22055
22056 * simple.el (turn-off-auto-fill): New function.
22057
220582000-06-20 Stefan Monnier <monnier@cs.yale.edu>
22059
22060 * jit-lock.el (with-buffer-prepared-for-jit-lock):
22061 Renamed from with-buffer-prepared-for-font-lock and use
22062 inhibit-modification-hooks rather than setting *-change-functions.
22063 Update all functions to use the new name.
22064 (jit-lock-first-unfontify-pos): New semantics (and doc).
22065 (jit-lock-mode): Make non-interactive.
22066 Don't automatically turn on font-lock.
22067 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
22068 Always use jit-lock-after-change.
22069 Remove and restore font-lock-after-change-function.
22070 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
22071 (jit-lock-after-unfontify-buffer): Remove.
22072 (jit-lock-stealth-fontify):
22073 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
22074 (jit-lock-after-change): Set the `fontified' text-prop to nil.
22075
220762000-06-20 Sam Steingold <sds@gnu.org>
22077
22078 * emacs-lisp/cl-indent.el (toplevel): Indent
22079 `print-unreadable-object' properly. Untabify.
22080
220812000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
22082
22083 * textmodes/reftex.el (reftex-find-citation-regexp-format):
22084 Support for bibentry.
22085 (reftex-compile-variables): Fixed problem with end of section-re.
22086
22087 * texmodes/reftex-dcr.el (reftex-view-crossref,
22088 reftex-view-crossref-from-bibtex):
22089 Deal with changed `reftex-find-citation-regexp-format'.
22090 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
22091 Replaced `remprop' with `put'.
22092 (reftex-view-crossref, reftex-view-crossref-when-idle):
22093 Support for bibentry.
22094
22095 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22096 New entry for bibentry package.
22097
22098 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
22099 Regexp also matches "\nobibliography".
22100
22101 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
22102 Call `reftex-ensure-write-access' before doing anything.
22103 (reftex-ensure-write-access): New function.
22104
221052000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
22106
22107 * progmodes/idlwave.el: File re-installed (update to version 4.2)
22108
22109 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
22110
22111 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
22112
22113 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
22114
22115
221162000-06-20 Dave Love <fx@gnu.org>
22117
22118 * faces.el (frame-background-mode): Use set-default, not set, in
22119 setter.
22120 (frame-update-faces, frame-update-face-colors): Define with
22121 defalias.
22122
22123 * enriched.el (enriched-decode-foreground)
22124 (enriched-decode-background): Don't use internal-find-face.
22125
22126 * apropos.el: Doc fixes.
22127
22128 * cus-edit.el (customize-changed-options): Check arg.
22129 (customize-version-lessp): Don't require decimal point.
22130
22131 * custom.el (defcustom, defgroup): Doc fix.
22132
22133 * newcomment.el (comment) <defgroup>: Add :version.
22134 (comment-multi-line): Doc fix.
22135
22136 * emulation/mlsupport.el (define-hooked-local-abbrev,
22137 define-hooked-global-abbrev): Fix, using define-abbrev.
22138
221392000-06-19 Gerd Moellmann <gerd@gnu.org>
22140
22141 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
22142 the whole buffer.
22143
221442000-06-19 Dave Love <fx@gnu.org>
22145
22146 * menu-bar.el (menu-bar-options-save): New function.
22147 (menu-bar-options-menu): Use it.
22148 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
22149 Simplify.
22150
221512000-06-19 Andreas Schwab <schwab@suse.de>
22152
22153 * progmodes/etags.el (tags-query-replace): Put new parameters
22154 START and END at the end, for backward compatibility.
22155
221562000-06-19 Kenichi Handa <handa@etl.go.jp>
22157
22158 * international/codepage.el:
22159 (cp-coding-system-for-codepage-1): Delete special codes for
22160 generating xxx-dos coding system because now a CCL based coding
22161 system can handle EOL conversion by default.
22162
22163 * international/mule.el (make-coding-system): Generate subsidiary
22164 coding systems for EOL handling variants even for a CCL based
22165 coding system.
22166
221672000-06-19 Kenichi Handa <handa@etl.go.jp>
22168
22169 * international/isearch-x.el (isearch-minibuffer-input-method)
22170 (isearch-minibuffer-input-method-function): These variables
22171 deleted.
22172 (isearch-with-input-method): Don't use the above variables.
22173 (isearch-process-search-multibyte-characters): Likewise. Call
22174 read-string with the arg INHERIT-INPUT-METHOD t.
22175
221762000-06-17 Stefan Monnier <monnier@cs.yale.edu>
22177
22178 * font-lock.el (font-lock-after-fontify-buffer)
22179 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
22180
22181 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
22182 Use consistent make-local-variable style for font-lock-fontified.
22183 (jit-lock-fontify-buffer):
22184 Don't bother checking for font-lock-mode and jit-lock-mode.
22185
22186 * time.el: Remove trailing ^M that prevent CVS-merging.
22187
221882000-06-16 Gerd Moellmann <gerd@gnu.org>
22189
22190 * Makefile.in (distclean): New target.
22191
221922000-06-16 Stefan Monnier <monnier@cs.yale.edu>
22193
22194 * Makefile.in (srcdir): Define for update-subdirs.
22195
221962000-06-16 Gerd Moellmann <gerd@gnu.org>
22197
22198 * find-lisp.el: New file.
22199
222002000-06-16 Andrew Innes <andrewi@gnu.org>
22201
22202 * time.el (display-time-mail-function): New variable, to allow
22203 external packages to indicate when new mail is available.
22204 (display-time-update): Use it.
22205
222062000-06-16 Kenichi Handa <handa@etl.go.jp>
22207
22208 * international/mule.el (mule-version): Change version name to
22209 SAKAKI. AOI has already been used by Meadow.
22210
22211 * international/quail.el (quail-show-guidance-buf): To find the
22212 bottom window (but minibuffer), pay attention to the height of
22213 minibuffer.
22214
222152000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
22216
22217 * arc-mode.el (archive-mode-map): Use the new menu-item format for
22218 menu-bar menus. Add help strings. Don't remove the Edit menu
22219 from the menu bar, as the menu bar has enough space now.
22220
22221 * Makefile.in (SHELL): Make sure /bin/sh is used.
22222
22223 * woman.el (woman-man-buffer): Fix bold and underlined CJK
22224 characters, which use series of two ^H characters instead of one.
22225
222262000-06-15 Gerd Moellmann <gerd@gnu.org>
22227
22228 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
22229 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
22230 functions.
22231 (Info-find-node-2): Try a case-sensitive search first, then
22232 do a case-insensitive search.
22233
22234 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
22235 tutorials.
22236
22237 * complete.el (PC-env-vars-alist): New variable.
22238 (PC-complete-as-file-name): New function.
22239 (partial-completion-mode): Initialize PC-env-vars-alist from
22240 process-environment.
22241 (PC-do-completion): Handle completion of env vars.
22242
22243 * info.el (Info-set-mode-line): Show file name in mode line,
22244 use `*Info*' instead of `Info:'.
22245
22246 * startup.el (command-line-1): Change copyright messages to year
22247 2000.
22248
222492000-06-15 Dave Love <fx@gnu.org>
22250
22251 * net/goto-addr.el (goto-address-fontify): Use keymap property,
22252 not local-map.
22253
222542000-06-15 Kenichi Handa <handa@etl.go.jp>
22255
22256 * international/mule.el (set-buffer-file-coding-system): Almost
22257 rewritten to handle `undecided' as no-op.
22258
222592000-06-14 Gerd Moellmann <gerd@gnu.org>
22260
22261 * Makefile.in: New file.
22262
22263 * Makefile: Removed.
22264
22265 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
22266 (goto-address-highlight-keymap): Bind C-c RET.
22267
222682000-06-14 Kenichi Handa <handa@etl.go.jp>
22269
22270 * mail/sendmail.el (sendmail-send-it): The temporary buffer
22271 inherits buffer-file-coding-system of the current buffer.
22272
22273 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
22274 0. Give correct argument to set-auto-coding-function.
22275 (tar-expunge): For goto-char, use (point-min), not 0.
22276 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
22277 (tar-subfile-save-buffer): Likewize.
22278
22279 * international/mule.el
22280 (after-insert-file-set-buffer-file-coding-system): Call
22281 set-buffer-file-coding-system with the arg FORCE t.
22282
222832000-06-13 Gerd Moellmann <gerd@gnu.org>
22284
22285 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
22286 nil. Contemporary sendmails issue an X-Authentication-Warning if
22287 the sender is set with `-f'.
22288
222892000-06-13 Dave Love <fx@gnu.org>
22290
22291 * help.el (describe-function-1): Kluge around cases of functions
22292 fset to subrs whose doc doesn't match their symbol-name.
22293
22294 * image.el (insert-image): Default STRING to a space.
22295
22296 * info.el Doc fixes.
22297 (Info-build-node-completions): Match Ref tags.
22298
222992000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
22300
22301 * frame.el (display-multi-frame-p, display-multi-font-p): New
22302 defaliases for display-graphic-p.
22303
22304 * hl-line.el: Fixed a typo in commentary.
22305
223062000-06-13 Kenichi Handa <handa@etl.go.jp>
22307
22308 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
22309 fixed.
22310
223112000-06-12 Dave Love <fx@gnu.org>
22312
22313 * image.el (insert-image): Save a little consing.
22314
223152000-06-12 Kenichi Handa <handa@etl.go.jp>
22316
22317 * language/tibet-util.el: Convert all tibetan-1-column characters
22318 to the corresponding tibetan characters.
22319 (tibetan-add-components): Delete code for the special treatment of
22320 'a chung.
22321
22322 * language/tibetan.el (tibetan-composable-pattern): Fix previous
22323 change.
22324 (tibetan-vowel-transcription-alist): More rules added.
22325 (tibetan-composite-vowel-alist): New variable.
22326 (tibetan-precomposition-rule-alist): More rules added.
22327
223282000-06-12 Stefan Monnier <monnier@cs.yale.edu>
22329
22330 * startup.el (command-line): Only call menu-bar-mode if interactive.
22331
22332 * thingatpt.el (toplevel symbol-properties):
22333 * textmodes/makeinfo.el (makeinfo-compile):
22334 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
22335 * progmodes/hideif.el (hif-compress-define-list)
22336 (hide-ifdef-use-define-alist):
22337 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
22338 (ange-ftp-vms-add-file-entry):
22339 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
22340 * man.el (Man-build-man-command):
22341 * mail/rnewspost.el (news-reply-header-hook):
22342 * info.el (Info-insert-dir):
22343 * emulation/mlconvert.el (backward-word, forward-word, setq):
22344 * emacs-lisp/gulp.el (gulp-send-requests):
22345 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
22346 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
22347 (byte-optimize-apply, end of file):
22348 * emacs-lisp/advice.el (ad-advice-class-completion-table)
22349 (ad-make-freeze-definition):
22350 * startup.el (command-line, command-line-1): Don't quote lambdas.
22351
22352 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
22353 (cvs-cleanup-removed): New function.
22354 (cvs-cleanup-functions): New var.
22355 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
22356 some flexibility in specifying additional entries to auto-cleanup.
22357 (cvs-quickdir): New function.
22358 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
22359 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
22360 (cvs-mode-find-file): Check that we are on a filename or dirname
22361 when invoked through a mouse-click.
22362 (cvs-full-path): Remove.
22363 (cvs-dired-action): Re-introduced.
22364 (cvs-dired-noselect): Use it.
22365 (vc-post-command-functions): use this new hook if available.
22366
22367 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
22368 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
22369 (cvs-filename-map, cvs-dirname-map): Remove.
22370 (cvs-default-action): Remove.
22371 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
22372 if the arg is really a keymap.
22373 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
22374 Don't hardcode the mapping from state (aka type) to face, but check
22375 the var cvs-fi-<type>-face instead.
22376 (cvs-fileinfo-from-entries): New function.
22377
22378 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
22379 Docstring fix.
22380 (cvs-find-file-and-jump): Change default to be safer.
22381 (cvs-mode-diff-map): Define it as a function as well.
22382 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
22383 Bind mouse-2 in this global map rather than with text-properties.
22384
22385 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
22386 file to resolve the ambiguity between C(conflict) and C(need-merge).
22387
223882000-06-12 Kenichi Handa <handa@etl.go.jp>
22389
22390 * international/mule.el (set-buffer-file-coding-system): If
22391 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
22392 unconditionally.
22393
223942000-06-12 Dave Love <fx@gnu.org>
22395
22396 * wid-edit.el (widget-specify-button): Really suppress the face if
22397 required.
22398
223992000-06-11 Gerd Moellmann <gerd@gnu.org>
22400
22401 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
22402
224032000-06-11 Stefan Monnier <monnier@cs.yale.edu>
22404
22405 * imenu.el (imenu-generic-expression): Docstring fix.
22406
22407 * composite.el (composition-function-table): Move the `put'
22408 below the autoload cookie so we can load the file before loaddefs.
22409
22410 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
22411
22412 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
22413 Handle easy-mmode-define-global-mode.
22414 For complex macros like define-minor-mode that can generate
22415 several autoload entries, try to autoload entries in the
22416 macroexpanded code.
22417
22418 * emacs-lisp/easy-mmode.el (define-minor-mode):
22419 If KEYMAP is a symbol, just use it.
22420 Use byte-compile-current-file and load-file-name to infer the
22421 proper :require to pass to defcustom.
22422 Wrap the hook var into `progn' so as not to autoload it.
22423 Add a :autoload-end cookie.
22424 Be more careful about the evaluation of KEYMAP.
22425 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
22426 (define-derived-mode): Move define-abbrev-table outside of defvar.
22427
224282000-06-10 Stefan Monnier <monnier@cs.yale.edu>
22429
22430 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
22431 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
22432 (backup-compiled-files): Ignore errors during `tar'.
22433 (bootstrap): Make autoloads before elc files.
22434
224352000-06-10 Kenichi Handa <handa@etl.go.jp>
22436
22437 * international/mule.el (set-buffer-file-coding-system): If one of
22438 undecided-XXX is specified, change only EOL conversion.
22439
22440 * international/mule-conf.el (unix): New alias for the coding
22441 system undecided-unix.
22442
224432000-06-09 Dave Love <fx@gnu.org>
22444
22445 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
22446
22447 * progmodes/executable.el: Byte compile dynamic.
22448 (executable-insert): Change custom type.
22449 (executable-find): Add autoload cookie.
22450 (executable-make-buffer-file-executable-if-script-p): New
22451 function. After Noah Friedman.
22452
22453 * files.el (after-save-hook): Customize, with
22454 executable-make-buffer-file-executable-if-script-p as an option.
22455
224562000-06-09 Kenichi Handa <handa@etl.go.jp>
22457
22458 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
22459 "tib24p-mule.bdf" for Tibetan.
22460
22461 * composite.el (decompose-composite-char): Declare it as obsolete.
22462
22463 * man.el (Man-fontify-manpage): Pay attention to underline and
22464 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
22465
224662000-06-08 Gerd Moellmann <gerd@gnu.org>
22467
22468 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
22469 Set maintainer to FSF since author isn't reachable.
22470
224712000-06-08 Dave Love <fx@gnu.org>
22472
22473 * international/mule-cmds.el (select-safe-coding-system): If
22474 DEFAULT-CODING-SYSTEM is not specified, also check the most
22475 preferred coding-system if buffer-file-coding-system is
22476 `undecided'. From Handa.
22477
224782000-06-08 Kenichi Handa <handa@etl.go.jp>
22479
22480 * international/mule.el
22481 (after-insert-file-set-buffer-file-coding-system): If the buffer
22482 size is greater than INSERTED, judget that we are not visiting.
22483
224842000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
22485
22486 * whitespace.el (defgroup whitespace): Comment out `:version'.
22487 XEmacs 20.4 has problems defining the group with this present.
22488 We'll have this commented out till get resolve the problem.
22489
224902000-06-07 John Wiegley <johnw@gnu.org>
22491
22492 * align.el (align-dq-string-modes, align-sq-string-modes)
22493 (align-open-comment-modes): Add pyhton-mode.
22494 (align-rules-list): Use get-text-property instead of
22495 text-properties-at.
22496 (align-rules-list): Add python-assignment.
22497 (align-rules-list): Change perl-comma-delimiter to
22498 basic-comma-delimiter. Use if for Perl modes and python-mode.
22499 (align-rules-list): Add python-chain-logic and
22500 basic-line-continuation.
22501
225022000-06-07 Jari Aalto <jari.aalto@poboxes.com>
22503
22504 * apropos.el (apropos-mode-hook): New user variable.
22505 (apropos-mode): Run apropos-mode-hook.
22506
225072000-06-07 David Ponce <david@dponce.com>
22508
22509 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
22510 commands. Require `wid-edit' at run-time.
22511
225122000-06-07 David Ponce <david@dponce.com>
22513
22514 * recentf.el: Added some "Commentary".
22515 (recentf-open-more-files, recentf-edit-list): Minor changes to
22516 move the point at the top of the file list. This behaviour is
22517 consistent with the menu one when the list contains a lot of
22518 files.
22519 (recentf-cleanup): Now displays the number of items removed from
22520 the list.
22521 (recentf-relative-filter) New menu filter to show filenames
22522 relative to `default-directory'.
22523
225242000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22525
22526 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
22527 with/without giving an error if PostScript printer doesn't have this
22528 kind of page size. Zebra Stripe continues or restarts on next page.
22529 Manual/automatic paper feeding. Switch or not the header.
22530 (ps-print-version): New version number (5.2.2).
22531 (ps-windows-system): Include emx as a Windows system.
22532 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
22533 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
22534 (ps-background-text): Code fix.
22535 (ps-error-handler-message, ps-user-defined-prologue)
22536 (ps-print-prologue-header, ps-printer-name)
22537 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
22538 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
22539 (ps-use-face-background): Customization fix.
22540 (ps-n-up-database): Data fix.
22541 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
22542 (ps-switch-header): New vars.
22543 (ps-xemacs-color-name, ps-face-foreground-name)
22544 (ps-face-background-name, ps-boolean-constant): New funs.
22545
225462000-06-07 Dave Love <fx@gnu.org>
22547
22548 * allout.el: New version from Manheimer.
22549
225502000-06-07 Kenichi Handa <handa@etl.go.jp>
22551
22552 * textmodes/fill.el (fill-find-break-point): Check the validity of
22553 charset.
22554
225552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22556
22557 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22558 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
22559 Call display-color-p and display-mouse-p instead of looking at
22560 window-system.
22561
225622000-06-06 Dave Love <fx@gnu.org>
22563
22564 * image.el (find-image): Doc fix. Return nil if image not found.
22565 (put-image, insert-image): Make STRING arg optional.
22566
225672000-06-06 Kenichi Handa <handa@etl.go.jp>
22568
22569 * language/vietnamese.el: Remove eval-when-compile.
22570 (viet-viscii-nonascii-translation-table): Define it as a
22571 translation table made from viet-viscii-decode-table.
22572 (viet-viscii-encode-table): Define it as a translation table made
22573 from the reverse map of above.
22574 (viet-vscii-nonascii-translation-table): Define it as a
22575 translation table made from viet-vscii-decode-table.
22576 (viet-vscii-encode-table): Define it as a translation table made
22577 from the reverse map of above.
22578 (ccl-decode-viscii): Use translate-character.
22579 (ccl-encode-viscii, ccl-encode-viscii-font)
22580 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
22581 Likewize.
22582
22583 * language/cyrillic.el: Remove eval-when-compile.
22584 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
22585 translation table made from cyrillic-koi8-r-decode-table.
22586 (cyrillic-koi8-r-encode-table): Define it as a translation table
22587 made from the reverse map of above.
22588 (ccl-decode-koi8): Use translate-character.
22589 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
22590 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
22591 a translation table made from cyrillic-alternativnyj-decode-table.
22592 (cyrillic-alternativnyj-encode-table): Define it as a translation
22593 table made from the reverse map of above.
22594 (ccl-decode-alternativnyj): Use translate-character.
22595 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22596 Likewize
22597
22598 * international/mule-diag.el (non-iso-charset-alist): Specify
22599 translation table symbol instead of translation table itself.
22600 (list-block-of-chars): CHARSET may be a translation table symbol.
22601
22602 * international/mule.el (make-coding-system): If CODING-SYSTEM
22603 already exists, override it.
22604
22605 * international/fontset.el: Use family `proportional' for Tibetan
22606 fonts.
22607
22608 * international/ccl.el (ccl-compile-translate-character): Don't
22609 check if Rrr has property translation-table.
22610 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22611
226122000-06-05 Gerd Moellmann <gerd@gnu.org>
22613
22614 * info.el: Bind case-fold-search to t when searching in case
22615 a user sets it to nil in a hook.
22616
226172000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22618
22619 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22620 * hl-line.el (hl-line-mode): Use the new :global key argument.
22621
22622 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22623 (tar-clip-time-string): Prepend a space.
22624 (tar-grind-file-mode): Construct a string rather than modifying one.
22625 (tar-header-block-summarize): Fix docstring.
22626 Use `format' rather than an error-prone set of copy-loops.
22627
22628 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22629 (diff-goto-source, diff-unified->context, diff-context->unified)
22630 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22631 understand the format output by the `-p' argument to diff.
22632
22633 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22634 (sh-re-done): Use defconst.
22635 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22636 (sh-help-string-for-variable, sh-guess-basic-offset):
22637 Don't quote lambdas.
22638 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22639 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22640
22641 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22642 (mh-letter-mode): Derive from text-mode.
22643 This implicitly means that it now calls kill-all-local-variables.
22644 Also remove the Emacs-18 compatibility code.
22645
22646 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22647 Make use of symbol-property doc-string-elt.
22648 Use memq rather than a sequence of eq.
22649 (doc-string-elt): Fix the wrong or missing previously unused values.
22650 (autoload-print-form): New function extracted from
22651 generate-file-autoloads to allow recursion when handling progn
22652 so that defvar's and defun's docstrings are properly printed.
22653 (generate-file-autoloads): Use it.
22654
22655 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22656 Use find-file-hooks in the minor-mode function.
22657 Be careful not to loop indefinitely in the post-command-hook function.
22658
226592000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22660
22661 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22662 tty's.
22663 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22664 differences whenever appropriate.
22665 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22666 * viper.el (find-file, find-file-other-window): Get viper to do
22667 wildcards.
22668
226692000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22670
22671 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22672 (jit-lock-fontify-buffer): New function for JIT refontification.
22673 (jit-lock-mode): Fix docstring.
22674 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22675 Remove jit-lock-after-change from the _local_ hook.
22676 (jit-lock-function-1): Fix docstring.
22677
22678 * info.el (Info-on-current-buffer): Initialize info.
22679
22680 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22681
22682 * progmodes/tcl.el (tcl-indent-for-comment):
22683 Ignore comment-indent-hook.
22684
22685 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22686 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22687 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22688 and improve to use the lighter to guess the capitalization.
22689 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22690 Add keyword arguments to specify global-ness or the custom group.
22691 Add local-map and help-echo properties to the lighter.
22692 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22693 (easy-mmode-define-global-mode): New macro.
22694
226952000-06-02 Dave Love <fx@gnu.org>
22696
22697 * wid-edit.el: byte-compile-dynamic since we typically don't use
22698 all the widgets. Don't require cl or widget. Remove
22699 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22700 (widget-read-event): Removed. Callers changed to use read-event.
22701 (widget-button-release-event-p): Renamed from
22702 button-release-event-p.
22703 (widget-field-add-space, widget-field-use-before-change):
22704 Uncustomize.
22705 (widget-specify-field): Use keymap property, not local-map.
22706 (widget-specify-button): Obey :suppress-face.
22707 (widget-specify-insert): Use modern backquote syntax.
22708 (widget-image-directory): Renamed from widget-glyph-directory.
22709 (widget-image-enable): Renamed from widget-glyph-enable.
22710 (widget-image-find): Replaces widget-glyph-find.
22711 (widget-button-pressed-face): Move defvar.
22712 (widget-image-insert): Replaces widget-glyph-insert.
22713 (widget-convert): Use keywordp.
22714 (widget-leave-text, widget-children-value-delete): Use mapc.
22715 (widget-keymap): Remove XEmacs stuff.
22716 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22717 (widget-button-click): Don't set point at the click, but re-centre
22718 if we scroll out of window. Rewritten for images v. glyphs &c.
22719 (widget-tabable-at): Use POS arg, not point.
22720 (widget-beginning-of-line, widget-end-of-line)
22721 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22722 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22723 (widget-default-create): Use widget-image-insert; some rewriting.
22724 (widget-visibility-value-create)
22725 (widget-push-button-value-create, widget-toggle-value-create): Use
22726 widget-image-insert.
22727 (checkbox): Create on and off images dynamically.
22728 (documentation-link): Change :help-echo.
22729 (widget-documentation-link-echo-help): Remove.
22730
227312000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22732
22733 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22734
22735 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22736 (easy-mmode-define-toggle, define-minor-mode): Use it.
22737 (easy-mmode-define-keymap): Docstring fix.
22738 (define-derived-mode): Default PARENT to fundamental-mode.
22739 Add the derived-mode-parent symbol-property.
22740 (easy-mmode-derived-mode-p): New function.
22741
227422000-06-02 Dave Love <fx@gnu.org>
22743
22744 * files.el (convert-standard-filename): Doc fix.
22745 (normal-backup-enable-predicate): New function.
22746 (backup-enable-predicate): Use it to replace the lambda form.
22747
22748 * calendar/todo-mode.el: [This needs more work on the outline
22749 stuff.] Doc fixes.
22750 (todo) <defgroup>: Add :version.
22751 (todo-add-category): Don't use pushnew.
22752 (todo-cmd-raise): Fix typo.
22753 (todo-top-priorities): Change temp buffer name.
22754 (todo-category-alist): Avoid redundant lambda.
22755 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22756 Use outline-next-heading.
22757
22758 * autoarg.el: Rewritten to use define-minor-mode.
22759 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22760 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22761
227622000-06-02 Kenichi Handa <handa@etl.go.jp>
22763
22764 * isearch.el (isearch-other-meta-char): Fix previous change.
22765
227662000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22767
22768 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22769 (log-edit-done): Only add the comment to the ring if it's different
22770 from the last comment entered.
22771
22772 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22773
227742000-06-01 Dave Love <fx@gnu.org>
22775
22776 * hl-line.el: Rewritten using define-minor-mode.
22777
22778 * help.el (describe-function-1): Distinguish special form from
22779 builtin function. Sanity-check presence of arglist for builtins.
22780
227812000-06-01 Kenichi Handa <handa@etl.go.jp>
22782
22783 * international/characters.el: Fix syntax/category setting of
22784 Tibetan characters.
22785
22786 * language/tibet-util.el (tibetan-add-components): Fixes for new
22787 encoding of Tibetan characters.
22788 (tibetan-decompose-precomposition-alist): New variable.
22789 (tibetan-decompose-region): Convert precomposed characters to
22790 non-precomposed characters.
22791 (tibetan-decompose-string): Likewise.
22792 (tibetan-composition-function): Fix args to
22793 thibetan-compose-string.
22794
22795 * language/tibetan.el (tibetan-composable-pattern): More
22796 characters included.
22797 (tibetan-consonant-transcription-alist): Rule for "R" added.
22798 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22799 "+R" added.
22800 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22801
22802 * language/lao-util.el (lao-composition-function): Fix args to
22803 compose-string.
22804
22805 * language/thai-util.el (thai-composition-function): Fix args to
22806 compose-string.
22807
22808 * isearch.el (isearch-update): Set disable-point-adjustment to t
22809 to prevent the point moving to the end of a composition when a
22810 part of a composition is searched.
22811 (isearch-other-meta-char): If the key invoking this command can be
22812 mapped by function-key-map to a printing char, call
22813 isearch-process-search-char directly.
22814
228152000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22816
22817 * emacs-lisp/bytecomp.el:
22818 * frame.el:
22819 * international/mule-cmds.el:
22820 * international/mule-util.el:
22821 * international/mule.el:
22822 * mouse.el:
22823 * subr.el:
22824 * faces.el: Update calls to make-obsolete with a WHEN argument.
22825
22826 * byte-run.el (make-obsolete, make-obsolete-variable):
22827 Add an optional WHEN argument and change the format of the
22828 symbol-property information.
22829 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22830 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22831 new obsolete-symbol-property format and print WHEN if it is provided.
22832
228332000-05-31 Dave Love <fx@gnu.org>
22834
22835 * loadhist.el (loadhist-hook-functions): Remove
22836 before-change-function, after-change-function.
22837 (unload-feature): Deal with symbols which are both bound and
22838 fbound.
22839
22840 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22841 before-change-function, after-change-function.
22842
22843 * simple.el (newline): Don't bind before-change-function,
22844 after-change-function.
22845
228462000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22847
22848 * whitespace.el (whitespace-rescan-timer-time): Update interval
22849 set to 600 seconds (10 minutes) instead of 60 seconds since
22850 a large number of whitespace buffers causes emacs to `freeze'
22851 for a considerable amount of time.
22852
22853 * whitespace.el: Updated email address
22854
228552000-05-31 Dave Love <fx@gnu.org>
22856
22857 * add-log.el (change-log-font-lock-keywords) <function>: Add
22858 pattern for function of change.
22859 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22860 acknowledgements patterns.
22861
228622000-05-31 Kenichi Handa <handa@etl.go.jp>
22863
22864 * isearch.el (isearch-printing-char): If keyboard coding system is
22865 being used, call isearch-process-search-multibyte-characters.
22866
22867 * international/isearch-x.el: Mostly rewritten.
22868
22869 * international/quail.el (quail-start-conversion): Don't include
22870 unhandled events in the returned events, but set them in
22871 unread-command-events. Exit if all inputs are deleted.
22872
228732000-05-30 Jason Rumney <jasonr@gnu.org>
22874
22875 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22876
22877 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22878 Reenable code to create initial fontsets.
22879 Use set-fontset-font in place of put-charset-property.
22880
228812000-05-30 Gerd Moellmann <gerd@gnu.org>
22882
22883 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22884 label, ensure that the first colon isn't followed by another.
22885
22886 * paths.el (Info-default-directory-list): Doc fix.
22887
22888 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22889 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22890 send a query containing USER only, not USER@HOST.
22891
22892 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22893 and rmail-msgend to compute the restriction at the end, instead of
22894 computing it.
22895
228962000-05-29 Gerd Moellmann <gerd@gnu.org>
22897
22898 * dabbrev.el (dabbrev-expand): Don't display messages in the
22899 echo area if the minibuffer window is active.
22900
22901 * jit-lock.el (jit-lock-mode): Add after change function to
22902 local hook.
22903
229042000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22905
22906 * antlr-mode.el: New commands: hide/unhide actions,
22907 upcase/downcase literals.
22908 (antlr-tiny-action-length): New user option.
22909 (antlr-hide-actions): New command. Suggested by
22910 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22911 (antlr-mode-map): New binding [C-c C-v].
22912 (antlr-mode-menu): New entries.
22913 (antlr-downcase-literals): New command.
22914 (antlr-upcase-literals): Ditto.
22915
22916 * antlr-mode.el: Minor changes: indendation, mode-name.
22917 (antlr-indent-line): Indent cpp directive at column 0.
22918 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22919
22920 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22921 (antlr-font-lock-additional-keywords): Workaround for intentional
22922 bug in XEmacs version of font-lock.
22923 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22924 be used by a smarter version of `buffers-menu-grouping-function'.
22925
229262000-05-29 Gerd Moellmann <gerd@gnu.org>
22927
22928 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22929 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22930
229312000-05-29 Kenichi Handa <handa@etl.go.jp>
22932
22933 * international/encoded-kb.el
22934 (encoded-kbd-iso2022-designation-map): Pay attention to that
22935 charset-iso-final-char return -1 for eight-bit-control and
22936 eight-bit-graphic.
22937
229382000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22939
22940 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22941 (speedbar-easymenu-definition-base): Use display-graphic-p where
22942 available, instead of window-system.
22943
229442000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22945
22946 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22947 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22948 coding systems.
22949
229502000-05-26 Dave Love <fx@gnu.org>
22951
22952 * disp-table.el (standard-display-underline): Don't use
22953 internal-find-face.
22954
22955 * mail/reporter.el: Maintainer change. Doc fixes.
22956 (reporter-version): Deleted.
22957
22958 * emacs-lisp/elp.el: Maintainer change.
22959 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22960
229612000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22962
22963 * add-log.el (add-change-log-entry): Merge the current entry with the
22964 previous one if the previous one is empty.
22965
229662000-05-26 Dave Love <fx@gnu.org>
22967
22968 * loadhist.el (unload-feature): Fix interactive spec [from
22969 lijnzaad@ebi.ac.uk].
22970
22971 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22972 subr-arity to check primitives.
22973 (byte-compile-flush-pending, byte-compile-file-form-progn)
22974 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22975 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22976 mapcar.
22977
229782000-05-26 Kenichi Handa <handa@etl.go.jp>
22979
22980 * international/fontset.el: Set family names of non-latin charsets
22981 in default fontset to "*".
22982
22983 * international/mule-diag.el (print-fontset): Combine family part
22984 and registry part of the fontname by "-*-" instead of "-".
22985
22986 * international/mule-cmds.el (encode-coding-char): Make strings
22987 multibyte before calling encode-coding-string.
22988
229892000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22990
22991 * derived.el: Fix keywords.
22992 (define-derived-mode): Only define if needed.
22993
22994 * simple.el (fill-comment, comment-column, comment-start)
22995 (comment-start-skip, comment-end, comment-indent-function)
22996 (block-comment-start, block-comment-end, indent-for-comment)
22997 (set-comment-column, kill-comment, comment-padding, comment-region)
22998 (comment-multi-line, indent-new-comment-line): Remove.
22999
23000 * bindings.el (esc-map): Change ; to comment-dwim and use the new
23001 function names for comment operations.
23002
23003 * newcomment.el: Add abundant autoload cookies.
23004 (comment-style): Don't depend on runtime data at compile-time.
23005 (comment-indent-hook): Remove.
23006 (comment-indent): Check if comment-indent-hook is bound.
23007 (comment-region): Docstring fix.
23008
230092000-05-25 Dave Love <fx@gnu.org>
23010
23011 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
23012 byte-code-function-p.
23013
23014 * mail/rmailsum.el: Add provide.
23015
23016 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
23017
23018 * smerge-mode.el (smerge-diff-switches): Don't use list* in
23019 defcustom.
23020
230212000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
23022
23023 * ediff-diff.el (ediff-exec-process): delete --binary option from
23024 non-buffer ediff jobs.
23025
230262000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23027
23028 * hilit-chg.el (highlight-changes-mode): Ask about color or
23029 grayscale support, not about window-system.
23030
23031 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
23032 window-system.
23033 (ffap-highlight): Always default to t.
23034
23035 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
23036 display-popup-menus-p instead of looking at window-system.
23037
23038 * disp-table.el (standard-display-g1, standard-display-graphic):
23039 Only refuse to use string glyphs on X and MS-Windows.
23040
23041 * avoid.el: Remove window-system from commentary, suggest to use
23042 display-*-p instead.
23043
23044 * apropos.el (apropos-print): Use display-mouse-p instead of
23045 window-system.
23046
230472000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23048
23049 * international/codepage.el (cp-decoding-vector-for-codepage):
23050 Fill up unsupported characters with their own codes. From Kenichi
23051 Handa.
23052
230532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23054
23055 * international/mule-diag.el (describe-char-after): Use
23056 display-graphic-p instead of window-system, so that this function
23057 works on MS-DOS.
23058
230592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
23060
23061 * international/codepage.el (cp-make-coding-systems-for-codepage):
23062 Remove the eight-bit-graphic and eight-bit-control charsets from
23063 the list of charsets which we convert into `?'.
23064
230652000-05-25 Kenichi Handa <handa@etl.go.jp>
23066
23067 * international/mule-conf.el: Specify CHARSET-ID explicitely for
23068 private charsets.
23069 (mule-unicode-0100-24ff, japanese-jisx0213-1,
23070 japanese-jisx0213-2): New charsets.
23071
23072 * international/fontset.el: Setup default fontset for new charsets.
23073
230742000-05-24 Dave Love <fx@gnu.org>
23075
23076 * info.el (Info-find-node-2): Restructure [following "Vadim
23077 S. Solomin" <sovs@uic.nnov.ru>].
23078
23079 * icomplete.el: Fix header for Finder.
23080
230812000-05-24 Eric M. Ludlam <zappo@ultranet.com>
23082
23083 * rmailout.el (rmail-output-to-rmail-file): Added optional param
23084 STAY.
23085
23086 * rmail.el (rmail-automatic-folder-directives): New user variable.
23087 (rmail-show-message): Add call to `rmail-auto-file' during
23088 display.
23089 (rmail-auto-file): New function.
23090
230912000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
23092
23093 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
23094 account.
23095 (ediff-test-utility,ediff-diff-mandatory-option)
23096 (ediff-reset-diff-options): Utilities for proper initialization of
23097 ediff-diff-options and ediff-diff3-options on Windows.
23098
23099 * ediff-init.el (ediff-merge-filename-prefix): New customizable
23100 variable.
23101
23102 * ediff-mult.el (ediff-filegroup-action): Use
23103 ediff-merge-filename-prefix.
23104
231052000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
23106
23107 * viper-ex.el (ex-write): Set selective display to nil.
23108
231092000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
23110
23111 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
23112 aliases for hebrew-iso-8bit.
23113
231142000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
23115
23116 * woman.el: New version from Francis J. Wright
23117 <F.J.Wright@Maths.QMW.ac.uk>.
23118 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
23119 names in environment variables regardless of the path separator.
23120 (woman-topic-all-completions-1): Don't call file-name-directory-p
23121 on all files, since woman-file-regexp already filters out any
23122 directories.
23123
231242000-05-24 Kenichi Handa <handa@etl.go.jp>
23125
23126 * international/quail.el (quail-start-translation): Don't change
23127 modified-p of the current buffer.
23128 (quail-start-conversion): Likewise.
23129
23130 * international/kkc.el (kkc-region): Don't change modified-p of
23131 the current buffer.
23132
23133 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
23134 conform to RFC1468.
23135 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
23136
231372000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
23138
23139 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
23140 (speedbar-insert-button): Invisible text property fix.
23141 (speedbar-directory-plus): Renamed from speedbar-directory-+
23142 (speedbar-directory-minus): Renamed from speedbar-directory--
23143 (speedbar-page-plus): Renamed from speedbar-file-+
23144 (speedbar-page-minus): Renamed from speedbar-file--
23145 (speedbar-page): Renamed from speedbar-file-
23146 (speedbar-tag): Renamed from speedbar-tag-
23147 (speedbar-tag-plus): Renamed from speedbar-tag-+
23148 (speedbar-tag-minus): Renamed from speedbar-tag--
23149 (speedbar-expand-image-button-alist): Use above renames.
23150
23151 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
23152 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
23153 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
23154 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
23155 * sb-pg.xpm: Renamed from sb-file.xpm
23156 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
23157 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
23158
231592000-05-24 Kenichi Handa <handa@etl.go.jp>
23160
23161 * international/quail.el (quail-show-guidance-buf): Set
23162 current-input-method of the guidance buffer to the name of the
23163 curren input method.
23164
231652000-05-23 Stefan Monnier <monnier@cs.yale.edu>
23166
23167 * progmodes/compile.el (compile-internal): Style typo.
23168
23169 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
23170 quote vars and functions in the docstring.
23171
23172 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
23173
23174 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
23175 Don't quote lambdas.
23176
23177 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
23178
231792000-05-23 Gerd Moellmann <gerd@gnu.org>
23180
23181 * startup.el (command-line): Determine source file of compiled
23182 user init file differently. Warn if compiled user init file
23183 is older than its source file.
23184
23185 * ffap.el (ffap-url-regexp): Add `https'.
23186
231872000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
23188
23189 * files.el (make-backup-file-name-1): Replace slashes with `!'
23190 rather than `|' (which is not allowed on Windows). Replace the
23191 drive letters with a string "drive_X".
23192
231932000-05-23 Gerd Moellmann <gerd@gnu.org>
23194
23195 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
23196
23197 * files.el (interpreter-mode-alist): Add `bash2'.
23198
231992000-05-22 Dave Love <fx@gnu.org>
23200
23201 * loadhist.el (feature-symbols, file-provides, file-requires): Use
23202 mapc.
23203 (feature-file): Avoid calling symbol-name. Doc fix.
23204 (file-set-intersect, file-dependents): Use dolist, not mapcar.
23205 (loadhist-hook-functions): Add mouse-position-function.
23206 (unload-feature): Change uses of mapcar.
23207
23208 * files.el (parse-colon-path): Doc fix.
23209 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
23210 (set-auto-mode): Use mapc.
23211
23212 * complete.el (PC-look-for-include-file): Use :alnum: character
23213 class.
23214 (partial-completion-mode): Add autoload cookie.
23215
232162000-05-22 Sam Steingold <sds@gnu.org>
23217
23218 * info.el (Info-fontify-node): Fixed the call to
23219 `add-text-properties' (bug introduced on 2000-05-18).
23220
232212000-05-22 Dave Love <fx@gnu.org>
23222
23223 * bindings.el: Remove debug-ignored-errors set in other files.
23224
23225 * progmodes/etags.el: Add to debug-ignored-errors.
23226 (visit-tags-table-buffer): Clear out buffers holding old tables
23227 when making a new list.
23228 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
23229 mapc.
23230
23231 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
23232 quote keywords.
23233 (cmpl-string-case-type): Use character classes.
23234
23235 * comint.el:
23236 * textmodes/ispell.el:
23237 * imenu.el:
23238 * mail/mh-e.el:
23239 * progmodes/compile.el: Add to debug-ignored-errors.
23240
23241 * dabbrev.el: Add to debug-ignored-errors.
23242 (dabbrev-completion): Use mapc.
23243
232442000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
23245
23246 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
23247 (woman-mapcan, woman-parse-man.conf)
23248 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
23249 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
23250 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
23251 path syntax better.
23252 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
23253 (woman-manpath): Call woman-parse-man.conf.
23254 (woman-emulation): New defcustom, defaults to nroff.
23255 (woman-font-support): New defconst.
23256 (woman-use-symbol-font): New defcustom.
23257 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
23258 "Emulation".
23259 Many functions: Doc fix.
23260
232612000-05-22 Kenichi Handa <handa@etl.go.jp>
23262
23263 * international/quail.el (quail-simple-translation-keymap): Map
23264 128..255 to quail-self-insert-command.
23265 (quail-keyboard-layout-alist): Add definition for "pc102-de".
23266
232672000-05-22 Stefan Monnier <monnier@cs.yale.edu>
23268
23269 * help.el (help-manyarg-func-alist): Typo.
23270
23271 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
23272 intervals which makes it heaps simpler.
23273
23274 * newcomment.el (comment-region-internal): Go back to BEG after quoting
23275 the nested comment markers.
23276
23277 * subr.el (remove-hook): Don't turn the hook's value into a list.
23278
232792000-05-21 Dave Love <fx@gnu.org>
23280
23281 * edmacro.el (edmacro-parse-keys): Return vector if any elements
23282 are invalid characters.
23283
23284 * international/mule-util.el (detect-coding-with-priority): Use
23285 mapc. Remove redundant lambda.
23286
23287 * international/mule-diag.el (list-non-iso-charset-chars)
23288 (describe-fontset): Remove redundant lambda.
23289
23290 * emulation/crisp.el (brief-mode): New alias.
23291
23292 * emacs-lisp/ring.el (ring-elements): New function.
23293
23294 * emacs-lisp/easymenu.el (easy-menu-create-menu)
23295 (easy-menu-do-add-item): Use keywordp.
23296
23297 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
23298
23299 * replace.el: Doc and error message fixes.
23300 (replace-highlight): Use facep, not internal-find-face.
23301
233022000-05-20 Stefan Monnier <monnier@cs.yale.edu>
23303
23304 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
23305
23306 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
23307 (log-edit-insert-changelog): Drop `:' as well.
23308
23309 * log-view.el: Fix file description.
23310 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
23311 available.
23312 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
23313 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
23314
23315 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
23316 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
23317 Print a status message if the toggle is called interactively.
23318 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
23319 for global minor modes and use `defcustom' for them.
23320 Use add-minor-mode.
23321 (easy-mmode-define-derived-mode): Remove.
23322 (define-derived-mode): Fancier default docstring.
23323 (easy-mmode-define-navigation): Signal an error rather than (ding).
23324
23325 * newcomment.el (comment-styles): New `box-multi'.
23326 (comment-normalize-vars): Better default for comment-continue to
23327 avoid whitespace-only continuations.
23328 (comment-search-forward): Always move even in the no-syntax case.
23329 (comment-padright): Only obey N if it's only obeyed for padleft.
23330 (comment-make-extra-lines): Better handling of empty continuations.
23331 Use `=' for the filler if comment-start has only one character.
23332 (uncomment-region): Try handling the special `=' filler.
23333 (comment-region): Allow LINES even if MULTI is nil.
23334 (comment-box): Choose box style based on comment-style.
23335
233362000-05-20 Kenichi Handa <handa@etl.go.jp>
23337
23338 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
23339 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
23340
233412000-05-20 Kenichi HANDA <handa@etl.go.jp>
23342
23343 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
23344 and insert, not subst-char-in-region.
23345
23346 * international/mule-diag.el (list-character-sets-1): Handle
23347 charsets eight-bit-control and eight-bit-graphic.
23348 (list-iso-charset-chars): Likewise.
23349 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
23350 charactes as is. Use indent-to to align characters.
23351
23352 * international/mule-cmds.el (find-multibyte-characters): Never
23353 exclude charsets eight-bit-control and eight-bit-graphic.
23354
233552000-05-19 Stefan Monnier <monnier@cs.yale.edu>
23356
23357 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
23358 Don't quote lambdas.
23359
23360 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
23361
233622000-05-19 Gerd Moellmann <gerd@gnu.org>
23363
23364 * gud.el (gud-jdb-directories): Doc fix.
23365
233662000-05-19 Stefan Monnier <monnier@cs.yale.edu>
23367
23368 * newcomment.el: New file.
23369
233702000-05-19 Gerd Moellmann <gerd@gnu.org>
23371
23372 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
23373
233742000-05-18 Andreas Schwab <schwab@suse.de>
23375
23376 * dired.el (dired-between-files): Also skip lines beginning with
23377 `used'.
23378
233792000-05-18 Gerd Moellmann <gerd@gnu.org>
23380
23381 * msb.el (msb-menu-cond): Add choice `user'.
23382
233832000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23384
23385 * ps-print.el: Compatibility, customization and doc fix.
23386 (ps-printer-name-option): Replace defconst by defvar.
23387 (ps-postscript-code-directory): XEmacs compatibility.
23388 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
23389 fix.
23390 (ps-user-defined-prologue, ps-print-prologue-header)
23391 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
23392 compatibility and code fix.
23393 (ps-print-background-image, ps-print-background-text):
23394 Customization fix.
23395 (ps-line-number-start, ps-n-up-on): New vars.
23396
233972000-05-18 Espen Skoglund <esk@ira.uka.de>
23398
23399 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
23400 the indent-comment function to just return the appropriate indent.
23401
234022000-05-18 Eric M. Ludlam <zappo@ultranet.com>
23403
23404 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
23405 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
23406 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
23407
234082000-05-18 Dave Love <fx@gnu.org>
23409
23410 * info.el (Info-fontify-node): Add intangible property as well as
23411 invisible.
23412
23413 * calendar/appt.el (appt-make-list): Match all lines of entry.
23414 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
23415
234162000-05-18 Kenichi Handa <handa@etl.go.jp>
23417
23418 * international/mule-diag.el (describe-char-after): Call
23419 internal-char-font, not char-font. If internal-char-font returns
23420 nil, display "-- none --".
23421
234222000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
23423
23424 * image.el (image-type-available-p): Don't reference image-types
23425 if it isn't bound.
23426
234272000-05-17 Stefan Monnier <monnier@cs.yale.edu>
23428
23429 * autoarg.el (autoarg-mode): Typo in the :set argument.
23430
234312000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
23432
23433 * startup.el (command-line-1): Don't signal an error if the
23434 directory for auto-save-list files does not yet exist.
23435
234362000-05-17 Kenichi Handa <handa@etl.go.jp>
23437
23438 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
23439
234402000-05-16 Stefan Monnier <monnier@cs.yale.edu>
23441
23442 * subr.el (remove-hook): `setq' hook-value, not `set'.
23443
234442000-05-16 Sam Steingold <sds@gnu.org>
23445
23446 * info.el (debug-ignored-errors): More errors to ignore.
23447
234482000-05-16 Dave Love <fx@gnu.org>
23449
23450 * cus-edit.el: Don't require cl or easymenu.
23451 (custom-variable-prompt): Test standard-value property, not
23452 user-variable-p.
23453
234542000-05-16 Sam Steingold <sds@gnu.org>
23455
23456 * subr.el (add-hook): `setq' hook-value, not `set'.
23457
234582000-05-16 Gerd Moellmann <gerd@gnu.org>
23459
23460 * startup.el (command-line-1): Mention the FAQ in the startup
23461 message.
23462
23463 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
23464
23465 * progmodes/compile.el (compilation-parse-errors): Collect
23466 `nomessage' regexps last.
23467
23468 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
23469
23470 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
23471 to the function name.
23472
234732000-05-15 Dave Love <fx@gnu.org>
23474
23475 * speedbar.el (speedbar-recenter): Typo.
23476 (speedbar-expand-line): Make arg optional.
23477 (speedbar-mode): Avoid a compiler warning.
23478
234792000-05-15 Gerd Moellmann <gerd@gnu.org>
23480
23481 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
23482 user-specified option string is empty.
23483
23484 * mouse.el (mouse-yank-at-click): Doc fix.
23485
234862000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
23487
23488 * term/internal.el (IT-character-translations): More updates of
23489 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
23490 documents.
23491
234922000-05-15 Gerd Moellmann <gerd@gnu.org>
23493
23494 * env.el (getenv): New function, interactively callable.
23495 (setenv, getenv): Remove autoload cookies.
23496
23497 * loadup.el: Load `env'.
23498
23499 * progmodes/f90.el: Change author's mail address.
23500
235012000-05-14 Dave Love <fx@gnu.org>
23502
23503 * mail/rmail.el (rmail-show-message-hook): Customize and offer
23504 goto-addr as an option.
23505
23506 * help.el (help-xref-stack): Doc fix.
23507 (help-xref-following): New variable.
23508 (help-make-xrefs): Use it.
23509 (help-xref-go-back): Use position information from stack element.
23510 (help-follow): Make position in stack element a pair. Use
23511 help-xref-following.
23512
23513 * autoarg.el: New file.
23514
23515 * faces.el: Declare more functions obsolete.
23516
23517 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
23518 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
23519 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
23520 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
23521 Remove all the setup-...-environment functions.
23522
235232000-05-13 Eric M. Ludlam <zappo@ultranet.com>
23524
23525 * speedbar.el: Updated the commentary section. xemacs20p now uses
23526 >= when detecting. Require `defimage' safely.
23527 (speedbar-easymenu-definition-base): Add toggle for images.
23528 (speedbar-easymenu-definition-special): Add flush cache & expand.
23529 (speedbar-visiting-tag-hook): Set new defaults. Added options.
23530 (speedbar-reconfigure-keymaps-hook): New variable.
23531 (speedbar-frame-parameters): Updated documentation.
23532 (speedbar-use-imenu-flag): Updated custom tag
23533 (speedbar-dynamic-tags-function-list): New variable.
23534 (speedbar-tag-hierarchy-method): Updated doc & custom.
23535 (speedbar-indentation-width, speedbar-indentation-width) New
23536 variables.
23537 (speedbar-hide-button-brackets-flag): Customizable.
23538 (speedbar-vc-indicator): Doc update.
23539 (speedbar-ignored-path-expressions): Updated default value.
23540 (speedbar-supported-extension-expressions): Updated default value.
23541 (speedbar-syntax-table): Remove {} paren status.
23542 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
23543 as "+". Added overlay aliases.
23544 (speedbar-mode): Use `speedbar-mode-line-update' instead of
23545 `force-mode-line-update'.
23546 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
23547 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
23548 `mouse-set-point'
23549 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
23550 (speedbar-item-info-tag-helper): Revamped to handle a wider range
23551 of arbitrary text, and new helper functions.
23552 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
23553 filename finder.
23554 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
23555 (speedbar-directory-buttons): Update path search/expansion.
23556 (speedbar-make-tag-line): Pay attention to
23557 `speedbar-indentation-width'. Use more care w/ invisible
23558 properties.
23559 (speedbar-change-expand-button-char): Call
23560 `speedbar-insert-image-button-maybe'.
23561 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
23562 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
23563 (speedbar-trim-words-tag-hierarchy)
23564 (speedbar-simple-group-tag-hierarchy): New functions
23565 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
23566 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
23567 functions.
23568 (speedbar-mouse-set-point): New function
23569 (speedbar-power-click): Updated documentation.
23570 (speedbar-line-token, speedbar-goto-this-file): Handle more types
23571 of tag prefix text.
23572 (speedbar-expand-line, speedbar-contract-line): Make more robust
23573 to strange text.
23574 (speedbar-expand-line): Takes universal argument to flush the
23575 cache.
23576 (speedbar-flush-expand-line): New function.
23577 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
23578 Use new generator insertion method.
23579 (speedbar-fetch-dynamic-tags): New function.
23580 (speedbar-fetch-dynamic-imenu): Removed code now handled in
23581 `speedbar-fetch-dynamic-imenu'.
23582 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
23583 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
23584 "Revert Buffer" menu items.
23585 (speedbar-buffer-buttons-engine): Be smarter when creating a
23586 filename tag (for expansion purposes.).
23587 (speedbar-highlight-one-tag-line,
23588 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
23589 (speedbar-recenter): New functions.
23590 (defimage-speedbar): Image loading abstraction.
23591 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23592 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23593 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23594 (speedbar-tag-type, speedbar-tag-mail): New images.
23595 (speedbar-expand-image-button-alist): New variable.
23596 (speedbar-insert-image-button-maybe): Insert an image over some
23597 buttons.
23598
235992000-05-13 Kenichi Handa <handa@etl.go.jp>
23600
23601 * international/mule-cmds.el (encode-coding-char): An ASCII
23602 character is always encodable.
23603
23604 * international/mule-conf.el: Add more information in descriptions
23605 of character sets.
23606
23607 * international/mule-diag.el (describe-char-after): New function.
23608 (describe-font-internal): Adjusted for the change of font-info.
23609 (describe-font): Likewise.
23610 (print-fontset): Rewritten for the new fontset implementation.
23611 (describe-fontset): Include fontset alias names in completion.
23612 (list-fontsets): Adjusted for the change of print-fontset.
23613
23614 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23615 describe-char-after instead of displaying the detail in the echo
23616 area.
23617 (syntax-code-table): Format changed.
23618 (string-to-syntax): Adjusted for the above change.
23619
236202000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23621
23622 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23623
236242000-05-12 Dave Love <fx@gnu.org>
23625
23626 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23627 dependence. Use line-{beginning,end}-position, not
23628 point-at{b,e}ol. Some doc fixes.
23629 (todo-position): New function. Fix callers of position to use it.
23630 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23631
236322000-05-12 Gerd Moellmann <gerd@gnu.org>
23633
23634 * time.el (display-time-mail-icon): Use `:ascent center'.
23635
23636 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23637 handling FTP security extensions.
23638
236392000-05-11 Dave Love <fx@gnu.org>
23640
23641 * calendar/todo-mode.el: New file.
23642
236432000-05-11 Gerd Moellmann <gerd@gnu.org>
23644
23645 * comint.el (comint-read-input-ring): Move reference to
23646 comint-input-ring-size outside of the save-excursion. It was
23647 causing the default value to be the only one ever seen.
23648
23649 * font-lock.el: Update copyright. Remove Simon Marshall's email
23650 address on request from him.
23651
23652 * subr.el (substitute-key-definition): Add comment describing
23653 the meaning of PREFIX.
23654
236552000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23656
23657 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23658
23659 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23660 (add-minor-mode): Don't make the variable buffer-local and add a
23661 reference to define-minor-mode in the docstring.
23662
23663 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23664 HEADER/FOOTER and fix bug with trailing empty directory.
23665 (cvs-append-to-ignore): Use vc-editable-p if available.
23666 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23667 (vc-do-command): Tweak advice to handle the new VC.
23668
23669 * log-view.el (log-view-goto-rev): New function for the new VC.
23670 (log-view-minor-wrap): Use mark-active.
23671
23672 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23673 (log-edit-changelog-full-paragraphs): New var.
23674 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23675 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23676 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23677 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23678 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23679 Replace the `cvs' prefix with `log-edit'.
23680
23681 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23682
23683 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23684 (diff-font-lock-defaults): Explicitly turn off multiline.
23685 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23686 (diff-ediff-patch): Fix call to ediff-patch-file.
23687 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23688 Handle comments.
23689
23690 * frame.el (automatic-hscrolling): Typo.
23691
23692 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23693
236942000-05-09 Sam Steingold <sds@goems.com>
23695
23696 * apropos.el (apropos-print): use `describe-face' instead of
23697 `customize-face-other-window'.
23698
236992000-05-09 Dave Love <fx@gnu.org>
23700
23701 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23702
23703 * help.el (describe-variable): Have customize button pop the
23704 help-xref stack when invoked.
23705 (help-xref-symbol-regexp): Add `face'.
23706 (help-make-xrefs): Check for quoted face names and adapt regexp
23707 submatch numbers to cope.
23708 (help-xref-interned): Maybe insert face doc too. Separate
23709 sections with a line of hyphens.
23710
23711 * faces.el: Some doc fixes. Declare some functions obsolete.
23712 (describe-face): Add customize button. Return the help
23713 text. Fix prompt.
23714
237152000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23716
23717 * term/internal.el (IT-character-translations): Fix last change.
23718
237192000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23720
23721 * woman.el: New file
23722 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23723
237242000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23725
23726 * term/internal.el (IT-character-translations): Update ASCII
23727 simulations for greek-iso8859-7, add latin-iso8859-14 and
23728 latin-iso8859-15.
23729
23730 * international/mule-cmds.el (set-language-info-alist): Call
23731 define-prefix-command with 3 arguments, to make the map suitable
23732 for a menu.
23733
237342000-05-07 Dave Love <fx@gnu.org>
23735
cd9c1e8f 23736 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
a30eb617
DL
23737
237382000-05-05 Dave Love <fx@gnu.org>
23739
23740 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23741 list in doc string. Don't quote keyword symbols.
23742 * emacs-lisp/cl.el: Likewise
23743 * emacs-lisp/cl-seq.el: Likewise
23744
237452000-05-05 Gerd Moellmann <gerd@gnu.org>
23746
23747 * abbrev.el (abbrev-mode): Make ARG optional.
23748
237492000-05-04 Gerd Moellmann <gerd@gnu.org>
23750
23751 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23752
23753 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23754
23755 * subr.el (substitute-key-definition): Clarify documentation.
23756
237572000-05-04 Milan Zamazal <pdm@freesoft.cz>
23758
23759 * glasses.el (glasses-convert-to-unreadable): Use
23760 `glasses-separator' instead of the hard-wired "_".
23761 (glasses-mode): Call `glasses-make-unreadable' only in a single
23762 place.
23763
237642000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23765
23766 * term/internal.el (cjk-codepages-alist): Add associations for
23767 Chinese and Korean codepages. Remove FIXME comment.
23768
237692000-05-03 Dave Love <fx@gnu.org>
23770
23771 * time.el (display-time-mail-face, display-time-use-mail-icon):
23772 New option.
23773 (display-time-mail-icon): New variable.
23774 (display-time-string-forms): Use the above. Fix the local-map.
23775
237762000-05-03 Gerd Moellmann <gerd@gnu.org>
23777
23778 * replace.el (query-replace-map): Add binding for `E'.
23779 (query-replace-help): Extend help text.
23780 (perform-replace): Allow editing the replacement string.
23781
23782 * make-mode.el (makefile-mode-abbrev-table): New variable.
23783 (makefile-mode): Set local abbrev table to
23784 makefile-mode-abbrev-table.
23785 (makefile-font-lock-keywords): Fontify includes and conditionals.
23786
23787 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23788 set TOGGLE's value.
23789
23790 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23791 mail-interactive-insert-alias.
23792 (mail-abbrev-complete-alias): New command.
23793 (mail-mode-map): Bind it to `M-TAB'.
23794
237952000-05-03 Kenichi Handa <handa@etl.go.jp>
23796
23797 * language/lao-util.el (lao-compose-region): New function.
23798
237992000-05-02 Gerd Moellmann <gerd@gnu.org>
23800
23801 * files.el (recover-session): Make directories as necessary
23802 if they don't exist yet.
23803
23804 * calendar/cal-french.el
23805 (french-calendar-multibyte-special-days-array)
23806 (french-calendar-special-days-array): Change French text.
23807 (calendar-french-date-string): Change output.
23808 (calendar-goto-french-date): Likewise.
23809
238102000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23811
23812 * wid-edit.el (widget-default-active): Obey `:always-active'.
23813 (widget-documentation-string-value-create): Set `:always-active'.
23814
238152000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23816
23817 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23818 default prefix to `~/_emacs.d/auto-save.list/_s'.
23819 (normal-top-level): Create the directory for auto-save files, if
23820 it doesn't already exist (in the ms-dos case only).
23821
238222000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23823
23824 * international/mule-cmds.el (set-language-environment): Don't
23825 concat an integer (dos-codepage), use format instead.
23826
238272000-05-02 Dave Love <fx@gnu.org>
23828
23829 * help.el (help-xref-on-pp): Check for constant symbols.
23830
238312000-04-29 Gerd Moellmann <gerd@gnu.org>
23832
23833 * startup.el (normal-top-level): Put a condition-case around
23834 the code loading subdirs.el.
23835
238362000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23837
23838 * ps-print.el: Upside-down and face background color printing,
23839 line number step, doc fix.
23840 (ps-print-version): New version number (5.2).
23841 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23842 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23843 (ps-spool-config): Var fix.
23844 (ps-printer-name-option): Const fix.
23845 (ps-print-upside-down, ps-use-face-background)
23846 (ps-line-number-step): New vars.
23847 (ps-window-system, ps-lp-system): New consts.
23848 (ps-face-background): New fun.
23849
238502000-04-28 Richard Stallman <rms@gnu.org>
23851
23852 * files.el (make-auto-save-file-name):
23853 Apply auto-save-file-name-transforms to visited file name
23854 before generating auto save file name.
23855 (auto-save-file-name-transforms): New variable.
23856
23857 * files.el (backup-enable-predicate):
23858 Correctly test for a file under a temporary directory.
23859
238602000-04-28 Gerd Moellmann <gerd@gnu.org>
23861
23862 * subr.el (add-minor-mode): Rewritten.
23863
238642000-04-28 Kenichi Handa <handa@etl.go.jp>
23865
23866 * mail/sendmail.el (sendmail-send-it): Set
23867 buffer-file-coding-system to the selected coding system for MIME
23868 header.
23869
238702000-04-27 Gerd Moellmann <gerd@gnu.org>
23871
23872 * dired.el (dired-move-to-filename-regexp): Allow format where
23873 YYYY is followed by two spaces.
23874
23875 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23876 in the second character class of the regexp.
23877
23878 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23879 mh-etc, too.
23880
23881 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23882 nil.
23883
23884 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23885
23886 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23887 argument.
23888
238892000-04-27 Sen Nagata <sen@eccosys.com>
23890
23891 * emacs-lisp/crm.el (crm-completion-table): New variable.
23892 (crm-collection-fn, crm-test-completion)
23893 (completing-read-multiple): Use it.
23894
238952000-04-27 Dave Love <fx@gnu.org>
23896
23897 * help.el (locate-library): Use mapc.
23898 (help-manyarg-func-alist): Add call-process-region.
23899
239002000-04-26 Gerd Moellmann <gerd@gnu.org>
23901
23902 * subr.el (add-minor-mode): Make argument MAP optional.
23903
23904 * desktop.el (desktop-save): Save list of minor modes.
23905 (desktop-create-buffer): Restore minor modes.
23906 (desktop-minor-mode-table): New user-option.
23907
23908 * subr.el (add-minor-mode): New function.
23909
23910 * image.el (find-image): New function.
23911 (defimage): Rewritten to find image at load time.
23912
23913 * startup.el (normal-top-level-add-to-load-path): Handle
23914 case that the default directory is not in load-path.
23915
23916 * help.el: Old patch from Stefan Monnier.
23917 (help-xref-on-pp): New function.
23918 (describe-variable): Use it to display xrefs in a symbol's value.
23919
239202000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23921
23922 * cus-edit.el (custom-face): Fix parenthesis.
23923
239242000-04-26 Kenichi Handa <handa@etl.go.jp>
23925
23926 * mail/rmail.el (rmail-expunge): When there are no deleted
23927 messages, do nothing.
23928
239292000-04-26 Dave Love <fx@gnu.org>
23930
23931 * international/mule-cmds.el (locale-translation-file-name):
23932 Defvar to nil.
23933 (set-locale-environment): Set it here (at runtime).
23934
239352000-04-25 Gerd Moellmann <gerd@gnu.org>
23936
23937 * replace.el (perform-replace): Add parameters START and END. Use
23938 them instead of the check for a region in Transient Mark mode.
23939 (query-replace-read-args): Return two more list elements for the
23940 start and end of the region in Transient Mark mode.
23941 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23942 (map-query-replace-regexp, replace-string, replace-regexp): Add
23943 optional last arguments START and END and pass them to
23944 perform-replace.
23945
23946 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23947 form with additional arguments for perform-replace.
23948
23949 * progmodes/etags.el (tags-query-replace): Add parameters START
23950 and END. Construct a form with additional arguments for
23951 perform-replace.
23952
23953 * simple.el (shell-command): Set default directory for "*Shell
23954 Command Output" buffer.
23955
23956 * language/european.el (iso-latin-4): Fix typo.
23957
23958 * emacs-lisp/crm.el: New file.
23959
239602000-04-24 Dave Love <fx@gnu.org>
23961
23962 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23963 (Custom-reset-saved, Custom-reset-standard)
23964 (custom-group-value-create, custom-group-set, custom-group-save)
23965 (custom-group-reset-current, custom-group-reset-saved)
23966 (custom-group-reset-standard): Use mapc.
23967 (custom-buffer-create-internal): Disable undo when creating items.
23968 Use mapc.
23969 (custom-face): Avoid redundant lambda.
23970
239712000-04-24 Gerd Moellmann <gerd@gnu.org>
23972
23973 * startup.el (auto-save-list-file-prefix): Set default to
23974 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23975
239762000-04-24 Sam Steingold <sds@gnu.org>
23977
23978 * time-stamp.el (time-stamp-string-preprocess): Always convert
23979 `field-result' to a string.
23980
239812000-04-24 Gerd Moellmann <gerd@gnu.org>
23982
23983 * frame.el (scrolling): New group.
23984 (automatic-hscrolling): New user-option.
23985
23986 * startup.el (command-line-x-option-alist): Add `-lsp' and
23987 `--line-spacing'.
23988
239892000-04-19 Dave Love <fx@gnu.org>
23990
23991 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23992 (cl-mapc): Rename from mapc. Fix the funcall.
23993
239942000-04-19 Gerd Moellmann <gerd@gnu.org>
23995
23996 * simple.el (clone-indirect-buffer-other-window): New command.
23997 (clone-indirect-buffer): Add optional arg NORECROD.
23998 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23999
24000 * help.el (resize-temp-buffer-window): Use count-screen-lines.
24001
24002 * window.el (count-screen-lines): New function.
24003 (shrink-window-if-larger-than-buffer): Use count-screen-lines
24004 instead of window-buffer-height.
24005
24006 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
24007 non-existing variable comint-input-sentinel.
24008 (inferior-lisp-args-to-list): Removed.
24009 (inferior-lisp): Use split-string instead of
24010 inferior-lisp-args-to-list.
24011
24012 * hexl.el (hexl-insert-hex-string): New command.
24013
24014 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
24015 instead of concat.
24016
240172000-04-18 Gerd Moellmann <gerd@gnu.org>
24018
24019 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
24020 at the start of an existing but empty folder.
24021
240222000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24023
24024 * ps-mule.el: Customization fix, doc fix.
24025 (ps-multibyte-buffer): Customization fix.
24026
240272000-04-17 Richard M. Stallman <rms@gnu.org>
24028
24029 * subr.el (read-passwd): Use read-char-exclusive.
24030
240312000-04-17 Gerd Moellmann <gerd@gnu.org>
24032
24033 * textmodes/texinfo.el (texinfo-insert-@email)
24034 (texinfo-insert-@emph, texinfo-insert-@quotation)
24035 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
24036 (texinfo-mode-map): Add key bindings for them.
24037
24038 * files.el (basic-save-buffer-2): Use a template with `$'
24039 instead of `#' for VMS.
24040
24041 * simple.el (clone-indirect-buffer): New function.
24042
240432000-04-16 Stephen Eglen <stephen@gnu.org>
24044
24045 * iswitchb.el (iswitchb-case): New function. If the user input
24046 contains any upper-case characters, the search is made
24047 case-sensitive.
24048
240492000-04-17 Stefan Monnier <monnier@cs.yale.edu>
24050
24051 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
24052 comment-end.
24053 (texinfo-font-lock-syntactic-keywords): New var.
24054 (texinfo-font-lock-keywords): Remove comment regexp.
24055 (texinfo-insert-block): New function.
24056 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
24057 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
24058 and font-lock-defaults. Use regexp-opt for outline-regexp.
24059 (texinfo-environments): New var.
24060 (texinfo-environment-regexp): Use regexp-opt and
24061 texinfo-environments.
24062
24063 * textmodes/ispell.el (ispell-menu-map-needed): Check that
24064 ispell-process is bound since this might be eval'd before ispell
24065 is loaded.
24066 (ispell-message): Use a tiny bit less magic and a bit more hard
24067 data to figure out what kind of sc-cite-regexp to use.
24068
24069 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
24070
24071 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
24072 (insert-cyclic-diary-entry): Unquote the lambda.
24073
24074 * gud.el (gud-jdb-build-source-files-list): Fix typo.
24075
24076 * files.el (backup-enable-predicate): Unquote the lambda.
24077
24078 * cus-edit.el (custom-face, face): Unquote the lambda.
24079
240802000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24081
24082 * ps-print.el: Check for line-beginning-position definition.
24083
24084 * ps-print.el: Fix counting lines in a region.
24085 (ps-print-version): New version number (5.1.5).
24086 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
24087 (ps-printing-region): Fun code fix.
24088
240892000-04-15 Gerd Moellmann <gerd@gnu.org>
24090
24091 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
24092 to file-directory-p.
24093
240942000-04-14 Gerd Moellmann <gerd@gnu.org>
24095
24096 * gud.el (gud-jdb-build-source-files-list): Check that directory
24097 exists before calling directory-files.
24098
240992000-04-13 Dave Love <fx@gnu.org>
24100
24101 * emacs-lisp/trace.el: Change maintainer. Use new backquote
24102 syntax.
24103
24104 * emacs-lisp/cl-specs.el: Remove when, unless.
24105
24106 * emacs-lisp/cl-extra.el: Don't quote keywords.
24107 (cl-old-mapc): New variable.
24108 (mapc): Use it.
24109 (cl-map-intervals): Use with-current-buffer. Don't check for
24110 next-property-change.
24111 (cl-map-overlays): Use with-current-buffer.
24112 (cl-expt): Remove.
24113 (copy-tree, remprop): Define unconditionally.
24114
24115 * emacs-lisp/cl-compat.el (keywordp): Remove.
24116
24117 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
24118 to use keywordp.
24119 (edebug-spec): Enable keywordp.
24120
24121 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
24122 string-lessp.
24123
24124 * cus-start.el: Use keywordp.
24125
241262000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24127
24128 * diary-lib.el (include-other-diary-files): Fix the fix of
24129 2000-02-18 by doing a save-excursion.
24130
241312000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24132
24133 * ps-print.el: Customization fix, doc fix.
24134 (ps-print-version): New version number (5.1.4).
24135 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
24136 (ps-print-preprint): Adjust code.
24137 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
24138 (ps-print-prologue-header, ps-print-control-characters)
24139 (ps-spool-config): Customization fix.
24140
241412000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
24142
24143 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
24144 converted to the new menu-item format, names silightly changed,
24145 help strings added.
24146
24147 Support for spelling without async subprocesses:
24148
24149 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
24150 (ispell-session-buffer): New variables.
24151 (ispell-start-process, ispell-process-status,
24152 ispell-accept-output, ispell-send-string): New functions, for
24153 Ispell invocation when async subprocesses aren't supported.
24154 (ispell-word, ispell-pdict-save, ispell-command-loop,
24155 ispell-process-line, ispell-buffer-local-parsing): Replace calls
24156 to process-send-string with calls to ispell-send-string, and
24157 accept-process-output with ispell-accept-output.
24158 (ispell-init-process): Call ispell-process-status instead of
24159 process-status with.
24160 (ispell-init-process): Call ispell-start-process. Call
24161 ispell-accept-output and ispell-send-string. Don't call
24162 process-kill-without-query and kill-process if they are unbound.
24163 (ispell-async-processp): New function.
24164
241652000-04-12 Dave Love <fx@gnu.org>
24166
24167 * info.el: Add debug-ignored-errors.
24168 (Info-mode-menu): Add some items.
24169 (Info-directory): Add autoload cookie.
24170
24171 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
24172 Modify `truncate-lines'. Make `describe-language-environment'
24173 always visible and add help. Modify `describe-key' help. Invoke
24174 Info-directory from `info'. New entry `emacs-manual'.
24175
241762000-04-10 Gerd Moellmann <gerd@gnu.org>
24177
b291c86c
SM
24178 * progmodes/ebrowse.el (ebrowse-tree-mode):
24179 Use propertized-buffer-identification.
a30eb617
DL
24180 (ebrowse-update-member-buffer-mode-line): Likewise.
24181 (ebrowse--mode-strings): Removed.
24182 (ebrowse--mode-line-props): Removed.
24183
24184 * files.el (auto-mode-alist): Add `EBROWSE'.
24185
24186 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
24187 space before testing for end of buffer.
24188 (ebrowse-load): Removed.
24189 (ebrowse-revert-tree-buffer-from-file): Rewritten.
24190 (ebrowse-create-tree-buffer): Rewritten.
24191 (ebrowse-tree-mode): Read tree from buffer.
24192
24193 * progmodes/ebrowse-ffh.el: Removed.
24194
241952000-04-10 Kenichi Handa <handa@etl.go.jp>
24196
24197 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
24198
241992000-04-10 Gerd Moellmann <gerd@gnu.org>
24200
24201 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
24202 at the wrong place.
24203
242042000-04-09 Dave Love <fx@gnu.org>
24205
b291c86c
SM
24206 * files.el (backup-enable-predicate):
24207 Use temporary-file-directory, small-temporary-file-directory.
24208 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
24209 (make-backup-file-name-1): New function.
24210 (make-backup-file-name): Use it.
b291c86c 24211 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
24212 (file-newest-backup): Use make-backup-file-name.
24213
242142000-04-09 Gerd Moellmann <gerd@gnu.org>
24215
24216 * progmodes/ebrowse-ffh.el: New file.
24217
86f6474c
SM
24218 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
24219 Moved to ebrowse-ffh.el.
a30eb617
DL
24220 (ebrowse-load): Add autoload.
24221
24222 * finder.el (finder-commentary): Add autoload cookie.
24223
24224 * mail/rfc2368.el: Correct author's email address.
24225
24226 * progmodes/ebrowse.el: New file.
24227
24228 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
24229 item help string.
24230 (easy-menu-do-add-item): Ditto.
24231 (easy-menu-define): Extend doc string.
24232
86f6474c 24233 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
24234 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
24235 (jit-lock-function, jit-lock-stealth-fontify): Don't use
24236 with-buffer-unmodified.
24237
242382000-04-08 Dave Love <fx@gnu.org>
24239
24240 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
24241 unless, when.
24242
242432000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
24244
24245 * viper-util.el (viper-put-on-search-overlay): New subroutine.
24246 (viper-flash-search-pattern): No operation when using Emacs
24247 doesn't support face.
24248 Use `viper-put-on-search-overlay'.
24249
242502000-04-04 Gerd Moellmann <gerd@gnu.org>
24251
24252 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
24253 like C-r.
24254
24255 * progmodes/make-mode.el: Some doc fixes.
24256 (makefile-mode-abbrev-table): New variable.
24257 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
24258 (makefile-font-lock-keywords): Fontify includes and conditionals.
24259 (toplevel): Require `dabbrev' and `add-log' when compiling.
24260
24261 * replace.el (perform-replace): Don't move forward one char
24262 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
24263 to do that because it leaves point 1 position after the last
24264 replacement, after everything has been replaced.
24265
24266 * jit-lock.el (with-buffer-unmodified): New macro.
24267 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
24268 modified state.
24269 (jit-lock-function-1): Extracted from jit-lock-function; not
24270 preserving buffer's modified state.
86f6474c
SM
24271 (jit-lock-function, jit-lock-stealth-fontify):
24272 Call jit-lock-function-1.
a30eb617
DL
24273
24274 * mail/rfc2368.el: Remove supernumerary copyright line.
24275
242762000-04-04 Milan Zamazal <pdm@freesoft.cz>
24277
24278 * glasses.el: Provide facilities for inserting space before left
24279 parentheses and uncapitalization of identifiers.
24280 (glasses-mode): Try to remove old overlays in all cases.
24281
242822000-04-03 Gerd Moellmann <gerd@gnu.org>
24283
24284 * progmodes/compile.el (compile-internal): Display the compilation
24285 buffer in a different frame, if it's already displayed there.
24286
24287 * mail/rfc2368.el: New file.
24288
24289 * simple.el (sendmail-user-agent-compose): Recognize a `body'
24290 header and insert its value as mail body.
24291
24292 * subr.el (member-ignore-case): New function.
24293
24294 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
24295 (dabbrev--find-expansion): Ignore buffers matching a regexp
24296 from dabbrev-ignored-regexps.
24297
24298 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
24299 to extensions handled by gzip.
24300
243012000-04-03 Richard M. Stallman <rms@gnu.org>
24302
24303 * files.el (insert-directory): List the total free space
24304 along with the used space.
24305
24306 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
24307 line is followed by one that matches CITATION-REGEXP, end the
24308 paragraph.
24309
243102000-04-03 Markus Rost <rost@delysid.gnu.org>
24311
24312 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
24313 (rmail-make-basic-summary-line): Use that option.
24314
243152000-04-03 Kenichi Handa <handa@etl.go.jp>
24316
24317 * international/mule-cmds.el (encoded-string-description):
24318 Rewritten. Try pretty description for ISO 2022 escape sequences
24319 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
24320 for hexadecimal format.
24321
243222000-04-01 Dave Love <fx@gnu.org>
24323
24324 * cpp.el: Change customization group to `c' from `C'.
24325
24326 * vcursor.el (vcursor-move): Use display-color-p.
24327
24328 * international/mule-util.el: Provide mule-utils.
24329 (string-to-sequence): Simplify and speed up.
24330
24331 * international/mule.el (make-coding-system): Purecopy doc-string.
24332
24333 * international/mule-cmds.el: Various menu changes.
24334 (describe-specified-language-support): Handle `Default'.
24335 (set-language-info): Purecopy `info'.
24336
243372000-03-31 Andrew Innes <andrewi@gnu.org>
24338
24339 * vc.el (vc-backend-diff): Return the correct status if we had to
24340 retry the rcsdiff command without the --brief option.
24341
243422000-03-31 Dave Love <fx@gnu.org>
24343
24344 * help.el (help-manyarg-func-alist): Correct several omissions.
24345
24346 * add-log.el: Don't require cl, fortran.
24347 (add-log-current-defun-function): Doc fix.
86f6474c 24348 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 24349 (change-log-version-rcs): Function deleted.
86f6474c
SM
24350 (change-log-version-number-search): Doc fix.
24351 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
24352 (add-change-log-entry): Just call add-log-current-defun to get
24353 defun. Simplify somewhat.
24354 (change-log-get-method-definition-1): Likewise.
24355 (add-log-current-defun): Return nil if calling
24356 add-log-current-defun-function does so. Move Fortran stuff to
24357 fortran.el. Return string without properties.
24358
24359 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
24360 and :alpha: char classes.
24361
24362 * mail/supercite.el: Defvar curline when compiling.
24363 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
24364 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
24365 rather than a-zA-Z0-9 to allow non-ASCII characters.
24366
243672000-03-31 Gerd Moellmann <gerd@gnu.org>
24368
24369 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
24370
24371 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
24372 Re-enable new code.
24373
24374 * lpr.el (print-region-1): Use -d to specify printer name for
24375 systems `usg-unix-v*, `dgux', `hpux', `irix'.
24376
243772000-03-31 Dave Love <fx@gnu.org>
24378
86f6474c
SM
24379 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
24380 Look for function definition in symbol's function value slot first
a30eb617
DL
24381 instead of first consulting byte-compile-function-environment.
24382
243832000-03-31 Kenichi Handa <handa@etl.go.jp>
24384
24385 * language/european.el ("Polish"): New language environment.
24386 (setup-polish-environment): New function.
24387
243882000-03-30 Gerd Moellmann <gerd@gnu.org>
24389
24390 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
24391 Disable new code.
24392
24393 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
24394 trying to `load' the symbol of an autoload instead of the file
24395 recorded in the autoload. Fix error messages.
24396
243972000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24398
24399 * ps-print.el: PostScript programming fix for ghostview, doc fix.
24400 (ps-print-version): New version number (5.1.3).
24401 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
24402 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
24403 (ps-generate-postscript-with-faces): Code fix.
24404 (ps-color-values): XEmacs compatibility.
24405 (ps-print-background-image, ps-print-background-text, ps-printer-name)
24406 (ps-default-fg, ps-default-bg): Adjust customization.
24407 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
24408 (ps-color-scale): Renaming old ps-color-value fun.
24409 (ps-print-headers): Replace ps-print-header group to avoid conflict
24410 with ps-print-header variable.
24411 (ps-print-miscellany): New group.
24412 (ps-format-color, ps-rgb-color): New funs.
24413 (ps-default-foreground): New var.
24414 (ps-printer-name-option): New const.
24415
244162000-03-30 Peter Breton <pbreton@ne.mediaone.net>
24417
24418 * net/net-utils.el:
24419 (network-connection-host, network-connection-service): New variables
24420 (network-connection-mode): New mode, derived from comint-mode
24421 (network-connection-mode-setup): New function, saves host and
24422 service information in local variables.
24423
24424 * lisp/locate.el:
24425 (locate-word-at-point): Added this function
24426 (locate): Default to using locate-word-at-point as input
24427 Run dired-mode-hook
24428
244292000-03-29 Dave Love <fx@gnu.org>
24430
24431 * calendar/appt.el: Doc fixes.
24432 (appt-check): Convert min-to-app to a string before passing to
24433 appt-disp-window-function or concat.
24434 (appt-delete-window): Remove test for frame-root-window.
24435 (appt-select-lowest-window, appt-convert-time): Simplify.
24436
24437 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
24438 (byte-compile-file-form-autoload):
24439 Update byte-compile-function-environment.
a30eb617
DL
24440
244412000-03-29 Andreas Schwab <schwab@suse.de>
24442
86f6474c 24443 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
24444
24445 * dired.el (dired-insert-directory): If dired-free-space-program
24446 failed just delete its output.
24447
244482000-03-29 Dave Love <fx@gnu.org>
24449
24450 * international/iso-cvt.el: Move provide to end. Doc fixes.
24451 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
24452 (iso-iso2sgml, iso-sgml2iso): New functions.
24453 (iso-cvt-define-menu): Fix some entries and use backquote for
24454 clarity.
24455
24456 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
24457
244582000-03-28 Gerd Moellmann <gerd@gnu.org>
24459
24460 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
24461 ISO-DATE. If non-nil, return date in ISO 8601 format.
24462
244632000-03-26 Stefan Monnier <monnier@cs.yale.edu>
24464
24465 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
24466 if it ever becomes used.
24467 (log-edit-mode-hook): Default to vc-log-mode-hook.
24468 (log-edit-mode): Fix the docstring.
24469
24470 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
24471 the code.
24472
244732000-03-26 Dave Love <fx@gnu.org>
24474
24475 * net/browse-url.el (browse-url): Re-fix case of
24476 browse-url-browser-function being an alist.
24477 (browse-url): Add :link to defgroup.
24478
24479 * files.el: Doc fixes.
24480 (file-truename): Include `[' in wildcard characters.
24481 (automount-dir-prefix): Customize.
24482 (find-file-wildcards): Add :version.
24483 (find-file-noselect): Simplify a mapcar call.
24484
24485 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
24486 compatible with inf-lisp version.
24487 (eval-defun-1): Fix custom-declare-variable case.
24488
244892000-03-25 Stefan Monnier <monnier@cs.yale.edu>
24490
24491 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
24492
244932000-03-24 Gerd Moellmann <gerd@gnu.org>
24494
24495 * Makefile (COMPILE_FIRST): New macro.
24496 (compile-files): Compile files from COMPILE_FIRST first.
24497
86f6474c 24498 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
24499
24500 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
24501 matching open parenthesis in column 0 to defun-prompt-regexp
24502 only if open-paren-in-column-0-is-defun-start is set.
24503
24504 * sun-curs.el: Require CL at compile-time only.
24505
24506 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
24507 instead of copy-list which is a function from CL.
24508 (msb--choose-menu, msb--mode-menu-cond)
24509 (msb--create-buffer-menu-2): Use dolist instead of mapc.
24510 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
24511 (msb--aggregate-alist): Use mapcar instead of mapcan.
24512 Fix `(' in column 0 in doc string.
a30eb617
DL
24513 (msb--add-separators): Use mapcar instead of mapcan.
24514
24515 * cus-dep.el: Require CL at compile-time only.
24516
245172000-03-24 Stefan Monnier <monnier@cs.yale.edu>
24518
24519 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
24520 (byte-compile-warnings): New warning `noruntime'.
24521 (byte-compile-constants, byte-compile-variables): Fix docstring.
24522 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
24523 execute `eval-whenc-compile's body.
24524 (byte-compile-unresolved-functions): Fix docstring.
24525 (byte-compile-eval): New function.
24526 (byte-compile-callargs-warn): Check if the function will be available
24527 at runtime (via property `byte-compile-noruntime').
24528 (byte-compile-print-syms): New function.
24529 (byte-compile-warn-about-unresolved-functions): Also warn about
24530 `noruntime' functions (and use `byte-compile-print-syms').
24531 (byte-compile-file): Capitalize the message.
24532
245332000-03-24 Gerd Moellmann <gerd@gnu.org>
24534
24535 * mail/rmail.el (rmail-confirm-expunge): New user-option.
24536 (rmail-expunge): Ask for confirmation depending on the setting
24537 of rmail-confirm-expunge.
24538
245392000-03-23 Gerd Moellmann <gerd@gnu.org>
24540
24541 * Makefile (bootstrap-clean): If $(emacs) exists, build
24542 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 24543 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
24544
245452000-03-23 Dave Love <fx@gnu.org>
24546
24547 * net/browse-url.el: Restore previous use of
24548 browse-url-maybe-new-window.
24549
245502000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24551
24552 * ps-print.el: Skip banner page fix.
24553 (ps-print-version): New version number (5.1.2).
24554 (ps-begin-file, ps-end-file, ps-generate): Code fix.
24555
245562000-03-23 Dave Pearson <davep@davep.org>
24557
24558 * net/quickurl.el Changed the type of parameter passed to the
24559 function defined by `quickurl-format-function'. Before only the
24560 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
24561 and the function is responsible for extracting the parts it requires.
24562 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
24563 (quickurl-insert): Changed the `funcall' of
24564 `quickurl-format-function' to match the above change.
24565 (quickurl-list-insert): Changed the `url' case so that it makes
24566 use of `quickurl-format-function', previous to this the format was
24567 hard wired.
24568
245692000-03-22 Gerd Moellmann <gerd@gnu.org>
24570
24571 * startup.el: Change some spellings for the X Window System.
24572
245732000-03-22 Stefan Monnier <monnier@cs.yale.edu>
24574
86f6474c
SM
24575 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
24576 Clean up the code and the regexp and make sure the cursor is
24577 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
24578
245792000-03-22 Jason Rumney <jasonr@gnu.org>
24580
24581 * w32-fns.el (w32-charset-info-alist): Initialize.
24582
245832000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24584
24585 * ps-print.el: N-up last page fix.
24586 (ps-print-version): New version number (5.1.1).
24587 (ps-end-file, ps-end-job, ps-generate): Code fix.
24588
245892000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24590
24591 * files.el (find-file-run-dired): Update docstring.
24592 (find-directory-functions): New hook.
24593 (find-file-noselect): Run find-directory-functions rather than
24594 calling dired directly.
24595
24596 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24597
24598 * pcvs.el: Add a minimal leading commentary.
24599 (cvs-make-cvs-buffer): Change the header part by removing the startup
24600 message and adding a `Module' entry. Also replace the FOOTER and
24601 HEADER special fileinfos with the new support in ewoc for updating
24602 its own footer and header.
24603 (cvs-update-header): Update to use the header/footer of the ewoc.
24604 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24605 (cvs-is-within-p): New function.
24606 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24607 to only examine some subset of the buffers.
24608
24609 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24610 `format' instead of our own ad-hoc functions.
24611 Remove HEADER and FOOTER cases, now handled in the EWOC.
24612 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24613
24614 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24615 output to avoid scaring the user.
24616 (cvs-parse-table): Catch message for non-up-to-date commits.
24617
24618 * pcvs-defs.el (cvs-startup-message): Remove.
24619 (cvs-global-menu): New autoloaded menu.
24620
24621 * pcvs-util.el (cvs-string-fill): Remove.
24622
24623 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24624 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24625 PP part of it and also make it work for footers and headers.
24626 (ewoc-create): Drop POS and BUFFER arguments.
24627 Use the DLL's dummy node to store the end-of-footer position.
24628 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24629 (ewoc-refresh): Remove unused `header' variable.
24630 (ewoc-(get|set)-hf): New functions.
24631
24632 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24633 log-view-*-(message|file) and use easy-mmode-define-navigation.
24634 (log-view-message-re): Match SCCS format as well.
24635 And match the revision line rather than the dashed separator line.
24636 (log-view-mode): Use the new define-derived-mode.
24637 (log-view-current-tag): Fill in with an actual implementation.
24638
24639 * cvs-status.el (cvs-status-(prev|next)): Rename from
24640 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24641 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24642 to let the output "breathe" a little more (more readable).
24643 (cvs-status-mode): Use the new define-derived-mode.
24644
24645 * smerge-mode.el (smerge-auto-leave): New function and variable.
24646 (smerge-basic-map): Rename from smerge-basic-keymap.
24647 Change the bindings for smerge-diff-*.
24648 (smerge-*-map): Use easy-mmode-defmap.
24649 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24650 (smerge-keep-*): Use smerge-auto-leave.
24651
246522000-03-21 Jason Rumney <jasonr@gnu.org>
24653
24654 * cus-edit.el (custom-button-face): Use 3D look for w32.
24655 (custom-button-pressed-face): Likewise.
24656
246572000-03-21 Gerd Moellmann <gerd@gnu.org>
24658
24659 * progmodes/etags.el (tags-case-fold-search): New user-option.
24660 (tags-loop-eval): New function. Bind case-fold-search around eval
24661 depending on the value of tags-case-fold-search.
24662 (tags-loop-continue): Use tags-loop-eval.
24663 (find-tag-in-order): Bind case-fold-search depending on the value
24664 of tags-case-fold-search.
24665
246662000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24667
86f6474c 24668 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
24669 (diff-end-of-hunk): Return the end position for use in
24670 `easy-mmode-define-navigation'.
24671 (diff-recenter): Remove.
24672 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24673 of `easy-mmode-define-navigation'.
24674 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24675 previous renaming) and fix to use new names.
24676 (diff-merge-strings): Use \n as separator: simpler, faster.
24677 (diff-mode): Use `define-derived-mode'.
24678
24679 * derived.el (define-derived-mode): Don't autoload anymore.
24680 Prefer the macro-only version provided by easy-mmode.el.
24681
24682 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 24683 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
24684 (easy-mmode-define-navigation): New macro.
24685
24686 * subr.el (combine-run-hooks): New function.
24687
246882000-03-21 Kenichi HANDA <handa@etl.go.jp>
24689
24690 * term/x-win.el: Fontsets related initialization is simplified.
24691
24692 * international/mule-diag.el (describe-font): Don't refer to
24693 global-fontset-alist, instead call font-list.
24694 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 24695 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 24696
86f6474c
SM
24697 * international/fontset.el (x-charset-registries): Variable removed,
24698 instead the corresponding data is stored in the default fontset.
a30eb617
DL
24699 (register-alternate-fontnames): Function removed.
24700 (resolved-ascii-font): Variable removed.
24701 (x-compose-font-name): Ignore the second argument REDOCE.
24702 (x-complement-fontset-spec): Complement only an ASCII font and
24703 element for those charsets than can use that ASCII font.
24704 (generate-fontset-menu): Don't refer to global-fontset-alist,
24705 instead call fontset-list.
24706 (uninstantiated-fontset-alist): Variable removed.
24707 (x-style-funcs-alist): Likewise.
24708 (fontset-default-styles): Likewise.
24709 (x-modify-font-name): Function removed.
86f6474c 24710 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
24711 (create-fontset-from-ascii-font): Docsting adjusted for the above
24712 change.
24713 (instantiate-fontset, resolve-fontset-name): Functions removed.
24714 (fontset-list): Now implemented by C code.
24715
24716 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24717 (describe-face): Include `font' attribute in the description.
24718
247192000-03-21 Kenichi Handa <handa@etl.go.jp>
24720
24721 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24722
247232000-03-20 Gerd Moellmann <gerd@gnu.org>
24724
24725 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24726 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24727 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24728
24729 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24730 about behavior of set-buffer-modified-p wrt redisplay.
24731
247322000-03-19 Richard M. Stallman <rms@gnu.org>
24733
24734 * view.el (view-mode-disable): Kill local binding of view-read-only.
24735
247362000-03-18 Gerd Moellmann <gerd@gnu.org>
24737
86f6474c 24738 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
24739 is a string, convert it to a syntax cell using string-to-syntax.
24740
24741 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24742 (string-to-syntax): New function.
24743
24744 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24745 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24746 try to use passive ftp mode.
24747
247482000-03-17 Gerd Moellmann <gerd@gnu.org>
24749
24750 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24751
24752 * simple.el (append-to-buffer): Update point of windows after
24753 insertion.
24754
24755 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24756 forward then moving backward. Reindent.
24757
24758 * frame.el (other-frame): Call x-focus-frame only if
24759 focus-follows-mouse is off.
24760
247612000-03-17 Dave Love <fx@gnu.org>
24762
86f6474c 24763 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
24764
247652000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24766
24767 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24768 regexp for labels cannot span several lines.
24769
24770 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24771 `(setq :<key> ':<key>)' to the macro expansion.
24772
247732000-03-16 Dave Love <fx@gnu.org>
24774
24775 * progmodes/f90.el (f90): Put custom group under `languages', not
24776 `fortran'.
24777 (f90-mode-hook): Customize.
24778 (f90-mode): Set add-log-current-defun-function.
24779 (f90-current-defun): New function.
24780
247812000-03-16 Gerd Moellmann <gerd@gnu.org>
24782
24783 * cus-edit.el (custom-variable-tag-face): Handle case that
24784 default face's height is not a number.
24785 (custom-face-tag-face, custom-group-tag-face-1)
24786 (custom-group-tag-face): Ditto.
24787 (custom-group-tag-face-1): Add :group.
24788
24789 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24790
247912000-03-15 Gerd Moellmann <gerd@gnu.org>
24792
24793 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24794 requiring easymenu.
24795
247962000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24797
24798 * ps-print.el: PostScript user-defined prologue, PostScript error
24799 handler, doc fix.
24800 (ps-print-version): New version number (5.1).
24801 (ps-user-defined-prologue, ps-error-handler-message)
24802 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24803 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24804 (ps-insert-string): New function.
24805
248062000-03-15 Kenichi Handa <handa@etl.go.jp>
24807
24808 * international/ccl.el (ccl-compile-expression): Don't generate
24809 invalid self-assignment code.
24810
248112000-03-14 Dave Love <fx@gnu.org>
24812
24813 * subr.el (replace-regexp-in-string): Renamed from
24814 replace-regexps-in-string. Doc fix.
24815
248162000-03-12 Dave Love <fx@gnu.org>
24817
24818 * cus-edit.el: Doc fixes.
86f6474c 24819 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
24820 (custom-variable-tag-face, custom-face-tag-face)
24821 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24822 style which user identify as hyperlink.
24823 (hook): Don't add undefined functions to the hook.
24824 (debug-ignored-errors): Transfer message from bindings.el.
24825
248262000-03-12 Gerd Moellmann <gerd@gnu.org>
24827
86f6474c
SM
24828 * recentf.el (recentf-keep-non-readable-files-p):
24829 Remove double/nested definition.
a30eb617
DL
24830
248312000-03-12 Dave Love <fx@gnu.org>
24832
24833 * facemenu.el (facemenu-get-face): Use display-color-p.
24834 * enriched.el (enriched-decode-foreground): Likewise.
24835 (enriched-decode-background): Likewise.
24836 * isearch.el (isearch-highlight): Likewise.
24837 * info-look.el (info-lookup): Likewise.
24838 * simple.el (completion-setup-function): Likewise.
24839
24840 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24841 :options.
24842
24843 * bindings.el (mode-line-format): Fix line-number and
24844 column-number items. Add help-echo for the background.
24845 (mode-line-mule-info): Modify help-echo.
24846
24847 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24848
24849 * files.el (load-file): Allow completion to .elc.
24850
24851 * man.el: Doc fixes.
24852 (Man-init-defvars): Use display-color-p to set fontification.
24853
24854 * play/hanoi.el (hanoi-internal): Don't use oddp.
24855
248562000-03-12 Gerd Moellmann <gerd@gnu.org>
24857
24858 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24859
24860 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24861
248622000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24863
24864 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24865 Fix comment.
24866
248672000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24868
24869 * font-lock.el (font-lock-keywords): Fix the doc now that
24870 regexp-opt-depth is unnecessary.
24871 (save-buffer-state): Set an edebug spec.
24872 (font-lock-fontify-anchored-keywords): Properly handle the case when
24873 the matcher goes past the limit.
24874
24875 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24876 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24877
24878 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24879 dll.el and cookie.el (from Elib) with heavy renaming and other
24880 massaging.
24881
24882 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24883 Autoload the functions used.
24884 (easy-mmode-define-syntax): Fix CL typo.
24885 (easy-mmode-define-derived-mode): Improve the docstring generation.
24886
248872000-03-10 Gerd Moellmann <gerd@gnu.org>
24888
24889 * textmodes/texinfo.el (texinfo-version): Variable and function
24890 removed.
24891
248922000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24893
24894 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24895 allow more flexibility.
ff39b9a1 24896 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
24897 (easy-mmode-defmap, easy-mmode-defsyntax)
24898 (easy-mmode-define-derived-mode): New macros.
24899
249002000-03-09 Didier Verna <didier@xemacs.org>
24901
24902 * rect.el (replace-rectangle): New function.
24903
249042000-03-09 Dave Love <fx@gnu.org>
24905
ff39b9a1 24906 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
24907 (fortran-comment-line-start-skip): Don't match cpp stuff.
24908 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24909 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24910 (fortran-mode): Don't set fortran-comment-line-start-skip,
24911 fortran-comment-line-start here. Set comment-start,
24912 add-log-current-defun.
24913 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24914 (fortran-current-defun): New function.
24915
249162000-03-09 Gerd Moellmann <gerd@gnu.org>
24917
24918 * emacs-lisp/re-builder.el: New file.
24919
24920 * mouse.el (mouse-drag-region): Don't run up-event handler
24921 if hscroll has changed.
24922
24923 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24924 builtin operators, use `font-lock-builtin-face' for Emacs and
24925 `font-lock-preprocessor-face' otherwise.
24926
24927 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24928 `(defun (setf foo)' differently.
24929
249302000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24931
24932 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24933 (regexp-opt): Update comment and adapt the code the new meaning of
24934 the `paren' argument of regex-opt-group for shy-groups.
24935 (regexp-opt-depth): Handle shy groups as well as backslashed
24936 backslashes.
24937 (regexp-opt-group): Turn the leading comment into a docstring.
24938 Allow `paren' to be a string (the string to use to open a group).
24939 Remove open-presuf and close-presuf. Instead of checking for `all
24940 one-char' and then later on check for `several one-char', handle
24941 both cases close together. Also apply a more generic algorithm
24942 for suffixes (the mirror image of the algorithm used for
24943 prefixes). Use shy-groups. Use nreverse rather than reverse.
24944 (regexp-opt-try-suffix): Removed.
24945
24946 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24947 from comint-mode-map, so we can just inherit from it. Also, move
24948 the initialization into the `defvar' since there's no docstring
24949 anyway and it's fairly short.
24950 (inferior-scheme-mode): Define it as derived-mode: the code is
24951 shorter and this way we inherit from comint-mode-map rather than
24952 copying it.
24953
24954 * subr.el (replace-regexps-in-string): Properly handle the case
24955 where we match an empty string.
24956
24957 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24958 when the command has a directory component (such as "./testml").
24959 Also fix a typo in the comment.
24960
249612000-03-08 Gerd Moellmann <gerd@gnu.org>
24962
24963 * Makefile (compile-files): Compile files one by one because
24964 that's the only way to ensure a clean compilation environment for
24965 each individual file.
24966
24967 * frame.el (other-frame): Call x-focus-frame.
24968
249692000-03-07 Dave Love <fx@gnu.org>
24970
24971 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24972 :require to defcustom.
24973
ff39b9a1 24974 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
24975
24976 * files.el (auto-mode-alist): Add configure.in.
24977
24978 * progmodes/autoconf.el: New file.
24979
249802000-03-07 Gerd Moellmann <gerd@gnu.org>
24981
24982 * mail/mh-e.el: Change maintainer to `none'.
24983
24984 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24985 to remove-hook and add-hook.
24986
249872000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24988
24989 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24990 it as the default.
24991 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24992 (sendmail-send-it): Conditionally add MIME headers specifying the
24993 used character set.
24994
249952000-03-07 Dave Love <fx@gnu.org>
24996
ff39b9a1
SM
24997 * winner.el: Fix keywords, autoload cookies.
24998 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
24999
250002000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
25001
25002 * international/mule.el: Modify comment about coding system
25003 property `coding-category'.
25004 (make-coding-system): New argument EOL-TYPE. Pay attention to
25005 coding-category property of PROPERTIES.
25006
ff39b9a1
SM
25007 * international/mule-conf.el (coding-category-utf-8)
25008 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
25009 categories. Include them in the argument for set-coding-priority.
25010
ff39b9a1
SM
25011 * international/mule-cmds.el (reset-language-environment):
25012 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
25013 coding-category-utf-16-le in the argument for set-coding-priority.
25014 (reset-language-environment): Initialize coding-category-utf-8,
25015 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
25016
250172000-03-06 Karl Fogel <kfogel@red-bean.com>
25018
25019 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
25020 code abstracted out of `bookmark-jump-noselect'. Now tries info
25021 extensions as well as compression extensions.
25022 (bookmark-jump-noselect): Use above new func.
25023
250242000-03-03 Gerd Moellmann <gerd@gnu.org>
25025
25026 * strokes.el: Change maintainer's mail address.
25027
250282000-03-03 Kenichi Handa <handa@etl.go.jp>
25029
25030 * international/mule-diag.el (list-character-sets): Make help-echo
25031 string by substitute-command-keys.
25032 (list-character-sets): Likewise.
25033 (sort-listed-character-sets): Call help-setup-xref.
25034
250352000-03-02 Gerd Moellmann <gerd@gnu.org>
25036
ff39b9a1 25037 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
25038
250392000-03-01 Dave Love <fx@gnu.org>
25040
25041 * help.el (help-xref-go-back): Don't try to set position.
25042
ff39b9a1
SM
25043 * international/mule-diag.el (list-character-sets):
25044 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
25045 (list-character-sets-1): Add help-echo to xrefs.
25046
250472000-03-02 Gerd Moellmann <gerd@gnu.org>
25048
25049 * frame.el (blink-cursor-mode): Switch cursor on when turning
25050 the mode off.
25051
25052 * add-log.el (add-log-current-defun): Add support for
25053 Autoconf mode.
25054
25055 * mail/rmail.el (rmail-quit-hook): New variable.
25056
250572000-03-01 Dave Love <fx@gnu.org>
25058
25059 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
25060
25061 * help.el (help-xref-button): Add help-echo arg.
25062 (describe-function-1, describe-variable, help-make-xrefs): Use it.
25063
ff39b9a1 25064 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 25065
ff39b9a1 25066 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
25067
250682000-03-01 Gerd Moellmann <gerd@gnu.org>
25069
25070 * image.el (defimage): Look for image files in load-path.
25071
ff39b9a1 25072 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
25073
250742000-03-01 David Ponce <david.ponce@wanadoo.fr>
25075
ff39b9a1 25076 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
25077
250782000-03-01 David Ponce <david.ponce@wanadoo.fr>
25079
ff39b9a1 25080 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
25081 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
25082 action to select/unselect a file.
25083 (recentf-edit-list): Code cleanup and improvement.
25084 (recentf-open-more-files-action): `recentf-open-more-files' button
25085 widget action to open a file.
ff39b9a1 25086 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
25087 (recentf-more-collection): Deleted.
25088 (recentf-more-history): Deleted.
25089 (recentf-setup-more-completion): Deleted.
25090
250912000-03-01 David Ponce <david.ponce@wanadoo.fr>
25092
25093 * recentf.el (recentf-mode): No more needs that Emacs is running
25094 under a window-system.
25095
ff39b9a1 250962000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
25097
25098 * recentf.el (recentf-edit-list): New command to edit the recent
25099 list which allow the user to remove files.
25100 (recentf-edit-selected-items): New global variable, used by
25101 `recentf-edit-list' to hold the list of files to be removed from
25102 the recent list.
25103 (recentf-make-menu-items): Updated to display a "Edit list..."
25104 menu item. Minor code cleanup.
25105
ff39b9a1 251062000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
25107
25108 * recentf.el (recentf-open-more-files): New command to open files
25109 that are not displayed in the menu.
25110 (recentf-more-collection): New global variable holding the set of
25111 permissible completions used by `recentf-open-more-files'.
25112 (recentf-more-history): New global variable holding the history list
25113 used by `recentf-open-more-files' completion.
25114 (recentf-setup-more-completion): New function to setup completion for
25115 `recentf-open-more-files'.
25116 (recentf-make-menu-items): Updated to display a "More..." menu item.
25117
ff39b9a1 251182000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
25119
25120 * recentf.el (recentf-menu-action): Doc fixed.
25121
ff39b9a1 251222000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
25123
25124 * recentf.el (recentf-menu-filter): Doc updated.
25125 (recentf-update-menu-hook): Allow menu filters to force menu update.
25126 (recentf-make-menu-items): New menu filter handling.
25127 (recentf-make-menu-item): New helper function.
25128 (recentf-menu-elements): New menu handling function.
25129 (recentf-sort-ascending): Updated to new menu filter handling.
25130 (recentf-sort-descending): Updated to new menu filter handling.
25131 (recentf-sort-basenames-ascending): New menu filter function.
25132 (recentf-sort-basenames-descending): New menu filter function.
25133 (recentf-show-basenames): New menu filter function.
25134 (recentf-show-basenames-ascending): New menu filter function.
25135 (recentf-show-basenames-descending): New menu filter function.
25136
251372000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
25138
25139 * diary-lib.el (list-diary-entries): Don't try to go forward at
25140 the end of the buffer.
25141
251422000-02-29 Kenichi Handa <handa@etl.go.jp>
25143
ff39b9a1
SM
25144 * international/mule-diag.el (list-character-sets):
25145 Completely rewritten.
a30eb617
DL
25146 (sort-listed-character-sets): New function.
25147 (list-character-sets-1): Completely rewritten.
25148 (list-character-sets-2): New function.
25149 (non-iso-charset-alist): New variable.
25150 (decode-codepage-char): New function.
25151 (charset-history): New variable.
25152 (read-charset) (list-block-of-chars)
25153 (list-iso-charset-chars)
25154 (list-non-iso-charset-chars)
25155 (list-charset-chars): New functions.
86f6474c 25156 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
25157 (dump-charsets): Likewise.
25158
251592000-02-29 Gerd Moellmann <gerd@gnu.org>
25160
25161 * dired-x.el (dired-filename-at-point): Add `@' to valid
25162 file name characters.
25163 (dired-filename-at-point): Handle ange-ftp file names.
25164
25165 * frame.el (frame-notice-user-settings): Use assq-delete-all
25166 instead of assoc-delete-all.
25167 (frame-notice-user-settings): Ditto.
25168
25169 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
25170 Don't copy alist.
25171
251722000-02-28 Eli Barzilay <eli@cs.cornell.edu>
25173
25174 * calculator.el (calculator-use-menu): New option.
86f6474c 25175 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
25176 (calculator-forced-input): Removed.
25177 (calculator-restart-other-mode): New variable.
25178 (calculator-mode-map): Set up menu.
25179
251802000-02-28 Jari Aalto <jari.aalto@poboxes.com>
25181
86f6474c 25182 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
25183
251842000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
25185
86f6474c 25186 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 25187 translate all ESC key sequences.
86f6474c 25188 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 25189 they were saved.
86f6474c
SM
25190 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
25191 * viper-util.el (viper-set-replace-overlay-glyphs)
25192 (viper-set-replace-overlay): Always check if the replacement
a30eb617 25193 overlay is live.
86f6474c
SM
25194 * viper.el (viper-vi-state-mode-list): Add major modes.
25195 * ediff-wind.el: Minor comment changes.
25196 * ediff.el: Copyright notice date fix.
a30eb617
DL
25197
251982000-02-27 Jason Rumney <jasonr@gnu.org>
25199
25200 * faces.el (face-font-family-alternatives): Add arial to helv.
25201 (mode-line, header-line, tool-bar): Same default as x for w32.
25202 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
25203 face-font-family-alternatives from working.
25204 * term/w32-win.el (mouse-set-font): Do not build fontset from
25205 chosen font.
25206
252072000-02-25 Sam Steingold <sds@goems.com>
25208
25209 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
25210 properly.
25211
252122000-02-25 Richard M. Stallman <rms@gnu.org>
25213
25214 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
25215
252162000-02-25 Gerd Moellmann <gerd@gnu.org>
25217
86f6474c 25218 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
25219
25220 * frame.el (busy-cursor-delay-seconds): New option.
25221
252222000-02-24 Gerd Moellmann <gerd@gnu.org>
25223
25224 * frame.el (show-cursor-in-non-selected-windows): New option.
25225
252262000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
25227
25228 * diary-lib.el (include-other-diary-files): Undo the selective
25229 display in any included file and don't kill it.
25230
252312000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
25232
86f6474c
SM
25233 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
25234 Menu items converted to (menu-item format, help strings added.
a30eb617 25235 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 25236 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
25237 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
25238
252392000-02-23 Dave Love <fx@gnu.org>
25240
25241 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
25242 (backward-kill-word): Revert addition of * to interactive spec --
25243 it's a feature.
25244
25245 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
25246 (backward-kill-sentence, kill-sentence): Likewise.
25247
25248 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
25249 scratch buffer name.
86f6474c 25250 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
25251
25252 * term/w32-win.el (internal-face-interactive): Update prompt for
25253 new read-face-name.
25254
25255 * mail/footnote.el (footnote): Add :version to defgroup.
25256 (footnote-section-tag-regexp): Customize.
25257 (footnote-start-tag, footnote-end-tag): New option.
25258 (footnote-latin-regexp): New variable.
25259 (Footnote-latin): New function.
25260 (footnote-style-alist): Add element for latin style.
25261 (footnote-style): Moved.
25262 (Footnote-goto-footnote): Use eq to test arg.
25263
25264 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
25265
25266 * emacs-lisp/byte-opt.el: Change old backquote syntax.
25267 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
25268 (byte-optimize-quote, byte-optimize-lapcode):
25269 Use byte-compile-const-symbol-p.
a30eb617
DL
25270 (byte-optimize-char-before): New optimization.
25271
25272 * emacs-lisp/bytecomp.el: Change old backquote syntax.
25273 (byte-compile-const-symbol-p): New function.
25274 (byte-compile-constp, byte-compile-out-toplevel)
25275 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
25276 Use it.
25277
25278 * subr.el (define-key-after): Default AFTER to t. Doc fix.
25279
252802000-02-23 Kenichi Handa <handa@etl.go.jp>
25281
25282 * international/encoded-kb.el: Be sure to update minor-mode-alist
25283 and minor-mode-map-alist.
25284 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
25285 codes SS2 and SS3 correctly.
25286 (encoded-kbd-self-insert-ccl): New function.
25287 (encoded-kbd-setup-keymap): New function.
25288 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
25289 by calling encoded-kbd-setup-keymap.
25290
86f6474c
SM
25291 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
25292 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
25293
252942000-02-22 Dave Love <fx@gnu.org>
25295
25296 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 25297 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
25298 (lisp-mode-syntax-table): Set up for #|...|# comments.
25299 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
25300 classes. Match `defface'.
25301 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
25302 (eval-defun-1): Fix for defcustom.
25303 (lisp-indent-region): Doc fix.
25304
25305 * subr.el (when, unless, split-string): Doc fix.
86f6474c 25306 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
25307 (replace-regexps-in-string): New function.
25308
253092000-02-22 Gerd Moellmann <gerd@gnu.org>
25310
25311 * help.el (describe-variable): Set syntax table to
25312 emacs-lisp-mode-syntax-table when moving forward over the
25313 symbol's name.
25314
253152000-02-22 Dave Love <fx@gnu.org>
25316
25317 * xt-mouse.el: Doc fixes.
25318 (xterm-mouse-position-function): New function, replacing advice of
25319 mouse-position.
25320 (xterm-mouse-mode): Use it. Don't turn on under a window system.
25321
25322 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
25323
253242000-02-21 Gerd Moellmann <gerd@gnu.org>
25325
86f6474c 25326 * format.el (format-annotate-single-property-change):
5e442abf 25327 Handle properties with dotted-list values.
a30eb617
DL
25328 (format-proper-list-p): New function.
25329
25330 * enriched.el (enriched-face-ans): Handle '(foreground-color
25331 . COLOR) and (background-color . COLOR).
25332
253332000-02-20 Dave Love <fx@gnu.org>
25334
25335 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
25336 and assignments to it.
25337 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
25338 current local map.
25339 (make-flyspell-overlay): Use it.
25340 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
25341
25342 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
25343 (lm-get-header-re): Defun, not defsubst.
25344 (lm-get-package-name): Defun, not defsubst. Simplify.
25345 (lm-version): Doc fix. Simplify.
25346 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
25347 (lm-crack-address, lm-last-modified-date, lm-commentary)
25348 (lm-verify, lm-synopsis): Simplify.
25349 (lm-report-bug): Require emacsbug. Use compose-mail.
25350
253512000-02-20 Gerd Moellmann <gerd@gnu.org>
25352
25353 * dired.el (dired-mode): Call propertized-buffer-identification
25354 to set mode-line-buffer-identification to something having
25355 the right text properties.
25356
25357 * bindings.el (propertized-buffer-identification): New function.
25358
253592000-02-20 Dave Love <fx@gnu.org>
25360
25361 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
25362 check for t-mouse too.
25363
25364 * cus-start.el: Make echo-keystrokes `number'.
25365
253662000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
25367
25368 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
25369 Don't call ring-empty-p unless tags-location-ring is bound.
25370 From Noah Friedman <friedman@splode.com>.
25371
253722000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
25373
25374 * progmodes/hideshow.el (hs-flag-region): No longer use
25375 `intangible' overlay property.
25376
25377 (hs-toggle-hiding): New command.
25378 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
25379
25380 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
25381 Fix omission bug: Run `hs-minor-mode-hook' for both activation
25382 and deactivation.
25383
253842000-02-18 Gerd Moellmann <gerd@gnu.org>
25385
25386 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
25387
253882000-02-17 Gerd Moellmann <gerd@gnu.org>
25389
25390 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
25391
25392 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
25393 of `*' to handle `(* ... *)' comments.
25394
253952000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
25396
25397 * faces.el (list-faces-display): Use display-mouse-p instead of
25398 window-system.
25399
25400 * menu-bar.el (global-map): Menu-bar items converted to the new
25401 format (menu-item..., rearranged for better CUA compliance, and
25402 their names changed for better clarity. Help strings added.
25403
25404 * international/mule-cmds.el (mule-menu-keymap)
25405 (describe-language-environment-map, set-coding-system-map)
25406 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
25407 form, add help strings. Change names of menu items for better clarity.
25408 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
25409
254102000-02-17 Gerd Moellmann <gerd@gnu.org>
25411
25412 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
25413 within the code.
25414
254152000-02-16 Dave Love <fx@gnu.org>
25416
25417 * faces.el: Don't require custom. Add more specific :groups to
25418 various deffaces.
25419 (set-face-attribute): Purecopy args.
25420 (read-face-name): Default to name at point and use it in prompt.
25421 Remove colon from arg in all callers.
25422 (list-faces-display): Hyperlink to face descriptions and customize
25423 buffers.
25424
254252000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
25426
86f6474c 25427 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
25428
254292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25430
25431 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
25432 at ':' characters by call to split-string.
25433
254342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25435
25436 * textmodes/bibtex.el: Added RCS version identification.
25437
254382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25439
25440 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 25441 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
25442 (bibtex-field-const): Allow capital letters.
25443 (bibtex-start-of-string): Deleted because unused.
25444
25445 * textmodes/bibtex.el: Unified some nomenclature. We no longer
25446 use the term 'reference' to describe a bibtex entry as a whole.
25447 Further, reference keys are no longer called 'labels'.
25448 (bibtex-keys): Renamed to bibtex-reference-keys.
25449 (bibtex-reformat-previous-labels): Renamed to
25450 bibtex-reformat-previous-reference-keys.
25451 (bibtex-reference-type): Renamed to bibtex-entry-type.
25452 (bibtex-reference-head): Renamed to bibtex-entry-head.
25453 (bibtex-reference-maybe-empty-head): Renamed to
25454 bibtex-entry-maybe-empty-head.
25455 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
25456 (bibtex-search-reference): Renamed to bibtex-search-entry.
25457 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
25458 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
25459 (bibtex-entry-field-alist, bibtex-entry-head)
25460 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
25461 (bibtex-map-entries, bibtex-search-entry)
25462 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
25463 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25464 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
25465 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
25466 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
25467 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
25468 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
25469
254702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25471
25472 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
25473 comment.
25474 (bibtex-format-field-delimiters): New function, functionality
25475 extracted from bibtex-format-entry.
25476 (bibtex-autokey-get-yearfield-digits): New function, functionality
25477 extracted from bibtex-autokey-get-yearfield.
25478
25479 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
25480 entries in order to avoid stack overflow in the regexp matcher if
25481 field contents become large.
86f6474c
SM
25482 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
25483 (bibtex-field-string-part-not-braced)
25484 (bibtex-field-string-part-no-inner-braces)
25485 (bibtex-field-string-part-1-inner-brace)
25486 (bibtex-field-string-part-2-inner-braces)
25487 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
25488 (bibtex-field-string-quoted, bibtex-field-string)
25489 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
25490 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
25491 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
25492 Deleted as parsing is now performed by the following functions.
25493 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
25494 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
25495 (bibtex-parse-field-string, bibtex-search-forward-field-string)
25496 (bibtex-parse-association, bibtex-field-name-for-parsing)
25497 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
25498 (bibtex-search-forward-field, bibtex-search-backward-field)
25499 (bibtex-start-of-field, bibtex-end-of-field)
25500 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
25501 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25502 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
25503 (bibtex-parse-string, bibtex-search-forward-string)
25504 (bibtex-search-backward-string, bibtex-start-of-string)
25505 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
25506 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
25507 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
25508 entries. Instead of reporting the results of the parsing by
25509 match-beginning or match-end, these functions return data structures
25510 that hold the corresponding positions.
25511 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
25512 return values rather than by match-beginning or match-end.
25513 The following functions have been adapted to use the new
25514 parsing functions.
25515 (bibtex-skip-to-valid-entry, bibtex-search-reference)
25516 (bibtex-enclosing-field, bibtex-format-entry)
25517 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
25518 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
25519 (bibtex-print-help-message, bibtex-end-of-entry)
25520 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
25521 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25522 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
25523 Use the new method for parsing.
25524 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
25525 (bibtex-map-entries, bibtex-flash-head)
25526 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
25527 (bibtex-autokey-change, bibtex-autokey-get-namefield)
25528 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
25529 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
25530 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
25531 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
25532 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
25533 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
25534
255352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25536
25537 * textmodes/bibtex.el: Copyright notice is up to date.
25538 Added constant 'bibtex-maintainer-salutation.
25539
86f6474c 25540 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
25541 than make-temp-name, use match-string-no-properties and eliminate
25542 a quadratic behavior when building bibtex-strings.
25543
25544 * bibtex.el (bibtex-reference-key): Accept string entries whose
25545 reference key contains upper case letters.
25546
255472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25548
25549 * bibtex.el (bibtex-reference-head): Allow entries to start with
25550 a new line.
25551
255522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25553
25554 * bibtex.el: Hiding of entry bodies is not longer provided by
25555 bibtex.el directly. Instead the hideshow package can be used.
25556 Added a special bibtex entry to hs-special-modes-alist.
25557 (bibtex-hs-forward-sexp): Added for hideshow.el.
25558
255592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
25560
25561 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
25562 proceedings entry type (for cross referencing). Thanks to Wagner
25563 Toledo Correa for the suggestion.
25564
25565 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
25566
255672000-02-14 Kenichi Handa <handa@etl.go.jp>
25568
25569 * international/characters.el: Setup case table for Vietnamese.
25570
255712000-02-12 Gerd Moellmann <gerd@gnu.org>
25572
25573 * uniquify.el (toplevel): Require CL at compile time.
25574 (uniquify-push): Removed.
25575
25576 * shadowfile.el (shadow-when): Removed.
25577
25578 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 25579 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
25580
25581 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
25582 regexp for paragraph-start.
25583
25584 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
25585 commas as well.
25586
255872000-02-10 Dave Love <fx@gnu.org>
25588
25589 * wid-edit.el: (widgets) [defgroup]: Remove url link.
25590 (widget-color-choice-list, widget-color-history, widget-mouse-help):
25591 Deleted.
25592 (widget-specify-field, widget-specify-button): Don't use
25593 widget-mouse-help as help-echo property.
25594 (default): Use #'ignore for :validate and :mouse-down-action.
25595 (checkbox): Add help-echo.
25596 (widget-sexp-validate): Rewritten to clarify error messages.
25597 (character): Use char-valid-p in :match function.
25598 (widget-color-complete): Use facemenu-color-alist.
25599 (widget-color-action): Use facemenu-read-color.
25600
25601 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25602 set up `caar' &c that we now have.
25603
256042000-02-09 Ray Blaak <blaak@gnu.org>
25605
25606 * delphi.el: Make resourcestring a declaration region, like const
25607 and var.
25608
256092000-02-09 Dave Love <fx@gnu.org>
25610
25611 * bindings.el (mode-line-input-method-map): New variable.
25612 (mode-line-mule-info): Use it; fix last change.
25613 (mode-line-mode-menu): Move definition.
25614 (mode-line-mouse-sensitive-p): Deleted.
25615 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 25616 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
25617
25618 * startup.el (command-line-1): Don't call
25619 make-mode-line-mouse-sensitive.
25620
256212000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25622
86f6474c
SM
25623 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25624 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
25625
256262000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25627
25628 * diff-mode.el (diff-kill-junk): New interactive function.
25629 (diff-reverse-direction): Use delete-and-extract-region.
25630 (diff-post-command-hook): Restrict the area so that the hook also works
25631 outside of any diff hunk. This is necessary for the minor-mode.
25632 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25633 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25634
25635 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25636 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25637 so that it can be used more easily in <foo>-mode-hook. Also make sure
25638 to avoid duplicate entries.
25639 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25640 (font-lock-remove-keywords): Just as was done for `add', allow it to
25641 work even if font-lock-mode is nil. Also make sure we don't modify
25642 any pre-existing list by forcing a copy-sequence. Finally rename
25643 `major-mode' to `mode'.
25644 (font-lock-fontify-syntactic-anchored-keywords)
25645 (font-lock-fontify-anchored-keywords)
25646 (font-lock-fontify-keywords-region): Use line-end-position.
25647 Don't make `font-lock-multiline' local (it's now done in
25648 font-lock-set-defaults).
86f6474c
SM
25649 (font-lock-set-defaults): Make `font-lock-multiline' local.
25650 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
25651
256522000-02-06 Andrew Innes <andrewi@gnu.org>
25653
25654 * term/w32-win.el (x-handle-args): Comment out call to message,
25655 which occurs before window system is initialized.
25656
25657 * makefile.nt: Add support for recompiling lisp code.
25658
256592000-02-04 Dave Love <fx@gnu.org>
25660
25661 * bindings.el (mode-line-mule-info): Fix/extend last change.
25662
25663 * completion.el: Replace completion-dolist with dolist.
25664
86f6474c 25665 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
25666
256672000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25668
86f6474c 25669 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
25670 environment names before they go into the section regexp.
25671
86f6474c 25672 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
25673 char class in regexp.
25674
86f6474c
SM
25675 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25676 Bind `case-fold-search' to nil.
a30eb617 25677
86f6474c
SM
25678 * progmodes/idlwave.el (idlwave-template):
25679 Respect `idlwave-abbrev-change-case'.
25680 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25681 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25682 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
25683 (idlwave-rw-case): New function.
25684 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 25685 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
25686 (idlwave-surround): New argument LENGTH to support padding of
25687 operators longer than 1 char.
25688
25689 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25690 idlwave-shell-expression-overlay. Implemented printing of
25691 expressions on higher levels of the calling stack.
86f6474c 25692 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
25693 (idlwave-retrieve-expression-from-level): New function.
25694 (idlwave-shell-last-calling-stack): Variable removed.
25695 (idlwave-shell-reset): Argument action reversed (`visible' to
25696 `hidden'). Also remove stop-line overlay.
25697 (idlwave-shell-calling-stack-routine): New variable.
25698 (idlwave-shell-parse-stack-and-display): Messages now display
25699 negative level numbers.
25700 (idlwave-shell-mode): Set `modeline-format'.
25701 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 25702 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
25703 (idlwave-shell-print-expression-function): New option.
25704
86f6474c
SM
25705 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25706 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
25707 `tool-bar' instead of `toolbar'.
25708
257092000-02-02 Dave Love <fx@gnu.org>
25710
25711 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25712 emacs-lisp-mode-hook. Don't check for defalias being defined.
25713
25714 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
25715 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25716 Use the new builtins directly.
a30eb617
DL
25717
25718 * whitespace.el (whitespace): Add :version to defgroup.
25719
25720 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25721 Doc fix.
25722
25723 * thingatpt.el (sexp-at-point, symbol-at-point)
25724 (number-at-point, list-at-point): Add autoload cookie.
25725
25726 * recentf.el (recentf): Add :version to defgroup.
25727
25728 * quickurl.el (quickurl): Add :version to defgroup.
25729
25730 * elide-head.el (elide-head): Use point-marker more.
25731
25732 * bs.el (bs): Add :version to defgroup.
25733
25734 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25735
25736 * progmodes/delphi.el (delphi): Add :version to defgroup.
25737
257382000-02-02 Gerd Moellmann <gerd@gnu.org>
25739
25740 * ange-ftp.el (ange-ftp-write-region): Handle case that
25741 succeeding process operation sets a different coding system.
25742
25743 * calculator.el: New file.
25744
257452000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25746
86f6474c 25747 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
25748 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25749 (display-selections-p, display-screens, display-pixel-width)
25750 (display-pixel-height, display-mm-width, display-mm-height)
25751 (display-backing-store, display-save-under, display-planes)
25752 (display-color-cells, display-visual-class): New functions.
25753
25754 * term/tty-colors.el (tty-color-gray-shades): New function.
25755
25756 * faces.el (display-color-p): Use framep-on-display.
25757 (display-grayscale-p): New function.
25758
257592000-01-31 Dave Love <fx@gnu.org>
25760
25761 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25762 (create-fontset-from-x-resource): Don't concat integers.
25763
257642000-01-31 Inge Frick <inge@nada.kth.se>
25765
25766 * view.el: Some changes in documentation. Removed some trailing
86f6474c 25767 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
25768 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25769 window is not deleted. Modifies change 1998-04-26.
25770
257712000-01-31 Gerd Moellmann <gerd@gnu.org>
25772
25773 * windmove.el: New file.
25774
25775 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25776 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25777 progmodes/ebnf-yac.el: Update copyright and license info.
25778
86f6474c
SM
25779 * jit-lock.el (jit-lock-function): Widen before calculating
25780 end position.
a30eb617
DL
25781 (jit-lock-stealth-chunk-start): Rewritten.
25782
25783 * info.el (Info-title-face-alist): Removed.
86f6474c 25784 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
25785 (Info-fontify-node): Use these faces.
25786
257872000-01-30 Gerd Moellmann <gerd@gnu.org>
25788
25789 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25790 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25791 `&allow-other-keywords'.
25792
25793 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25794 the list of directories scanned heuristically.
25795
86f6474c 25796 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
25797
257982000-01-30 Jason Rumney <jasonr@gnu.org>
25799
25800 * w32-fns.el: Define w32-tty-standard-colors.
25801
25802 * startup.el (command-line): Use w32-tty-standard-colors when in
25803 w32 console mode.
25804
258052000-01-30 Dave Love <fx@gnu.org>
25806
25807 * jka-compr.el (jka-compr-load): Fix up load-history.
25808
25809 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25810
25811 * emacs-lisp/cl-macs.el: Revert previous change.
25812
258132000-01-29 Dave Love <fx@gnu.org>
25814
25815 * facemenu.el: Purecopy various strings.
25816
25817 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25818 years. Deal with three-digit years.
25819
86f6474c
SM
25820 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25821 Use defconst, purecopy.
a30eb617
DL
25822 (help-back-label): Purecopy it.
25823
258242000-01-18 Gerd Moellmann <gerd@gnu.org>
25825
25826 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25827 variable. If non-nil, order the buffer list according to the
25828 currently selected frame.
25829 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25830 non-nil, pass the selected frame to function buffer-list.
25831
258322000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25833
25834 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25835
258362000-01-28 Dave Love <fx@gnu.org>
25837
25838 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25839
25840 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25841 Don't use lisp-indent-hook property.
25842 (cl-abs): Remove.
25843
25844 * subr.el: Move out indent and edebug specs for when and unless.
25845
25846 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25847 when, unless.
25848
25849 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25850 unless, when.
25851
258522000-01-28 Gerd Moellmann <gerd@gnu.org>
25853
25854 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25855 `collecting' as synonym for `collect'.
25856
25857 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25858 for the case it contains spaces.
25859
86f6474c 25860 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
25861
25862 * frame.el (delete-other-frames): New function.
25863 (toplevel): Bind it to C-x 5 1.
25864
25865 * sort.el (sort-numeric-base): New option.
25866 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25867 interpret it as octal or hexadecimal. Use sort-numeric-base
25868 as default base.
25869
25870 * progmodes/glasses.el: New file.
25871
258722000-01-27 Gerd Moellmann <gerd@gnu.org>
25873
25874 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25875 userids differently.
25876
25877 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25878 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25879 progmodes/ebnf-yac.el: New files.
25880
258812000-01-26 Dave Love <fx@gnu.org>
25882
25883 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25884 on a function with an empty body. [From Eric Ludlam.]
25885
258862000-01-25 Andre Spiegel <spiegel@gnu.org>
25887
25888 * vc.el (vc-version-diff): Make sure file name is expanded.
25889
258902000-01-25 Gerd Moellmann <gerd@gnu.org>
25891
25892 * scroll-bar.el (scroll-bar-timer): Variable removed.
25893 (scroll-bar-toolkit-scroll): Don't use a timer.
25894
258952000-01-25 Kenichi Handa <handa@etl.go.jp>
25896
86f6474c
SM
25897 * language/thai-util.el (thai-composition-function):
25898 Delete superfluous `a'.
a30eb617
DL
25899
259002000-01-24 Dave Love <fx@gnu.org>
25901
25902 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25903 end-of-defun-function.
25904
86f6474c 25905 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
25906
259072000-01-22 Jason Rumney <jasonr@gnu.org>
25908
25909 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25910 conflicts with new face support.
25911
259122000-01-22 Richard M. Stallman <rms@gnu.org>
25913
25914 * replace.el (query-replace): Rename last arg to DELIMITED.
25915 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25916 (query-replace-regexp): Likewise.
25917
259182000-01-20 Richard M. Stallman <rms@gnu.org>
25919
25920 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25921
25922 * emacs-lisp/lisp.el (beginning-of-defun-function):
25923 Variable renamed from beginning-of-defun.
25924 Do not call make-variable-buffer-local.
25925 (beginning-of-defun-raw): Use new variable name; doc fix.
25926 (beginning-of-defun): Doc fix.
25927 (end-of-defun-function): Variable renamed from end-of-defun.
25928 Do not call make-variable-buffer-local.
25929 (end-of-defun): Use new variable name; doc fix.
25930
25931 * subr.el (dolist, dotimes): Copied from cl-macs.el
25932 and made to work.
25933
25934 * mail/undigest.el (rmail-digest-end-regexps):
25935 Variable replaces rmail-digest-end-regexp.
25936 Allows multiple regexps for detecting the end line.
25937 (undigestify-rmail-message): Corresponding changes.
25938
259392000-01-19 Dave Love <fx@gnu.org>
25940
25941 * files.el (user-init-file): Don't declare here -- is primitive.
25942
25943 * startup.el (command-line): Check for compiled user-init-file and
25944 set to uncompiled version if necessary.
25945
259462000-01-18 Gerd Moellmann <gerd@gnu.org>
25947
25948 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25949 (undigestify-rmail-message): Use it.
25950
25951 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25952
259532000-01-17 Gerd Moellmann <gerd@gnu.org>
25954
25955 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25956 of mini-buffer.
25957
259582000-01-14 Gerd Moellmann <gerd@gnu.org>
25959
25960 * emacs-lisp/copyright.el (copyright-update): Removed the
25961 requirement for a trailing space from `copyright-regexp', to
25962 support copyrights with owner specified on a separate line..
25963
25964 * align.el: New file.
25965
25966 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25967
25968 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25969
259702000-01-13 Dave Love <fx@gnu.org>
25971
25972 * ph.el: Removed. (Obsoleted by EUDC.)
25973
259742000-01-13 Gerd Moellmann <gerd@gnu.org>
25975
25976 * net/eudc.el (toplevel): Remove autoloaded code installing
25977 menu with easymenu, because that causes build problems.
25978
25979 * frame.el (frame-notice-user-settings): New variable.
25980 (frame-notice-user-settings): Don't modify frame parameters
25981 if called a second time.
25982
259832000-01-13 Richard M. Stallman <rms@gnu.org>
25984
25985 * frame.el (frame-notice-user-settings):
25986 Notice default-frame-parameters even for non-window frames.
25987
259882000-01-13 Gerd Moellmann <gerd@gnu.org>
25989
25990 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25991 for Emacs.
25992 (eudc-bob-can-display-inline-images): Extend for Emacs.
25993 (eudc-bob-toggle-inline-display): Ditto.
25994 (eudc-bob-display-jpeg): Ditto.
25995
259962000-01-12 Gerd Moellmann <gerd@gnu.org>
25997
25998 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25999 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
26000 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
26001
86f6474c
SM
26002 * add-log.el (add-change-log-entry): Fix error trying an
26003 `(insert nil)'.
a30eb617
DL
26004
26005 * subdirs.el: Add `net' directory.
26006
26007 * net: New directory.
26008
26009 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
26010 eval-last-sexp. Don't bind debug-on-error here.
26011 (eval-last-sexp): New function. Bind debug-on-error if
26012 eval-expression-debug-on-error is non-nil.
26013 (eval-defun-2, eval-defun): Likewise.
26014
26015 * simple.el (eval-expression): Don't bind debug-on-error if
26016 eval-expression-debug-on-error is nil. Detect changed
26017 debug-on-error, and propagate new value to global binding, if
26018 eval-expression-debug-on-error is non-nil,
26019 (eval-expression-debug-on-error): Change doc string.
26020
260212000-01-11 Richard M. Stallman <rms@gnu.org>
26022
26023 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
26024
26025 * emacs-lisp/lisp-mode.el (with-syntax-table):
26026 Set up lisp-indent-function property.
26027
26028 * subr.el (with-syntax-table): Moved from simple.el.
26029
26030 * simple.el (with-syntax-table): Moved to subr.el.
26031
260322000-01-11 Gerd Moellmann <gerd@gnu.org>
26033
26034 * tmm.el (tmm-shortcut): Delete region after prompt instead
26035 of erasing buffer.
26036
26037 * textmodes/fill.el (fill-common-string-prefix): New function.
26038 (fill-context-prefix): Use the longest common prefix of first
26039 and second line fill prefix, if there is one.
26040
260412000-01-11 Richard M. Stallman <rms@gnu.org>
26042
26043 * array.el (array-mode): Don't use make-variable-buffer-local.
26044 Use make-local-variable for `truncate-lines'.
26045
260462000-01-11 Jari Aalto <jari.aalto@poboxes.com>
26047
26048 * add-log.el (add-log-current-defun): Handle user-defined
26049 add-log-current-function returning nil,
26050
26051 * add-log.el (add-change-log-entry): Insert version number
26052 if having found a current function
26053
86f6474c
SM
26054 * add-log.el (add-log-current-defun):
26055 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
26056 level 1. Strip whitespace from defun found.
26057
260582000-01-10 John Wiegley <johnw@gnu.org>
26059
26060 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 26061 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
26062
260632000-01-10 Dave Love <fx@gnu.org>
26064
26065 * elide-head.el (elide-head): Use point-marker, not point.
26066
260672000-01-10 Gerd Moellmann <gerd@gnu.org>
26068
26069 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
26070 before and after the year 2000.
26071
26072 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
26073 Add ispell- prefix.
26074
260752000-01-10 Ken Stevens <k.stevens@ieee.org>
26076
26077 * ispell.el: Only define dictionaries in menus when they exist.
26078 (version18p): New variable.
26079 (version20p): New variable.
26080 (xemacsp): New variable.
26081 (ispell-choices-win-default-height): Fix for XEmacs visibility.
26082 (ispell-dictionary-alist1): Added Brasileiro dictionary.
26083 (ispell-dictionary-alist6): Russian command lines no longer accept
26084 run-together words.
26085 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
26086 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
26087 (check-ispell-version): Added documentation string. Return library
26088 path when called non-interactively.
a30eb617
DL
26089 (ispell-menu-map-needed): Uses new variables.
26090 (ispell-library-path): New variable.
26091 (ispell-decode-string): XEmacs fix for bogus variable bindings.
26092 (ispell-word): Improved documentation string. Test for valid
26093 character mappings. Correctly check typed in word changes that can
86f6474c
SM
26094 result in single words split into multiple words.
26095 Return replacement word.
a30eb617
DL
26096 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
26097 replace in recursive query replace mode. Help message for
26098 recursive edit mode.
26099 (ispell-show-choices): Protect against bad framepop bindings.
26100 (ispell-help): Fix to work with XEmacs.
26101 (ispell-highlight-spelling-error): Use new variables.
26102 (ispell-overlay-window): Fix to work with XEmacs.
26103 (ispell-parse-output): Passed and returns location information
26104 tracking spelling corrections. Doesn't recheck same word on
26105 current line.
26106 (ispell-init-process): Protect against bogus XEmacs variable binding.
26107 Fix call to single argument in sleep-for. Use new variables.
26108 (ispell-region): Passed and returns location information tracking
26109 spelling corrections. Doesn't check same word on current line.
26110 Improved documentation string. Doesn't resend a line already
26111 checked to the ispell process - fixes bug in LaTeX parsing.
26112 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
26113 (ispell-skip-region): No longer skips <TT> in SGML.
26114 (ispell-process-line): Tracks location information with spelling
26115 corrections. Added documentation string. Accounts for words
26116 already accepted on this line. Don't allow query-replace on line
26117 starting with math characters. Doesn't resend a line already sent
26118 to ispell process. Fixes alignment error bug.
26119
261202000-01-10 Richard M. Stallman <rms@gnu.org>
26121
26122 * dired-x.el (dired-guess-shell-alist-default):
26123 Suggest xloadimage, which is free, not xv, which isn't.
26124
26125 * ange-ftp.el (ange-ftp-file-name-nondirectory):
26126 Don't ever include the host name or user name in the value.
26127
261282000-01-09 Gerd Moellmann <gerd@gnu.org>
26129
26130 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
26131 of a real newline.
26132
261332000-01-09 Stephen Eglen <stephen@gnu.org>
26134
26135 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
26136 for .png files.
26137
261382000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
26139
26140 * cus-edit.el (custom-hook-convert-widget): Fix comment.
26141
261422000-01-09 Gerd Moellmann <gerd@gnu.org>
26143
26144 * progmodes/cperl-mode.el: Replace ^F with ^L.
26145
86f6474c
SM
26146 * sendmail.el (toplevel): Provide `sendmail' when compiling before
26147 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
26148
261492000-01-08 Dave Love <fx@gnu.org>
26150
26151 * emacs-lisp/backquote.el: Remove inappropriate customization
26152 (allowing custom.el to use backquote).
26153
261542000-01-07 Dave Love <fx@gnu.org>
26155
26156 * add-log.el (add-log-debugging): Deleted.
26157 (add-change-log-entry): Treat a backup FILE-NAME as its parent
26158 file. Remove debugging code.
26159 (change-log-get-method-definition, change-log-name): Add doc.
26160 (change-log-sortable-date-at): New function.
26161 (change-log-merge): New command.
26162
26163 * time.el (display-time-string-forms): Make the Mail string active.
26164 (display-time-update): Provide help-echo for load average.
26165
26166 * bindings.el (make-mode-line-mouse2-map): New function.
26167 (mode-line-modified): Use it and simplify.
26168 (mode-line-mule-info): Provide help-echo info.
26169 (minor-mode-alist): Activate the strings.
26170 (make-mode-line-mouse-sensitive): Simplify for
26171 mode-line-buffer-identification.
26172
261732000-01-07 Gerd Moellmann <gerd@gnu.org>
26174
26175 * play/pong.el: New file.
26176
261772000-01-06 Dave Love <fx@gnu.org>
26178
26179 * array.el: Assorted cleanups for compiler warnings, doc strings,
26180 `array-' prefix for symbols.
26181
261822000-01-05 Dave Love <fx@gnu.org>
26183
86f6474c
SM
26184 * textmodes/outline.el (outline-mode-menu-bar-map):
26185 Add outline-headers-as-kill.
a30eb617
DL
26186 (outline-mode): Define imenu-generic-expression.
26187 (outline-headers-as-kill): New command.
26188
26189 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
26190 from paragraph-start.
26191 (paragraph-indent-minor-mode): New command.
26192
26193 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
26194 M-C-e, M-C-h, C-j, C-xnd, TAB.
26195 (fortran-mode): Set beginning-of-defun, end-of-defun.
26196 (fortran-column-ruler): Simplify.
26197 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
26198 (fortran-with-subprogram-narrowing): Likewise.
26199 (fortran-indent-subprogram): Call mark-defun.
26200 (fortran-check-for-matching-do): Change narrowing.
26201
26202 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
26203 (cl-lucid-hash-tag): Delete.
26204 (cl-hash-table-p): Correct test for native table.
26205 (cl-hash-table-count): Use hash-table-count.
26206
26207 * browse-url.el (browse-url): Fix case of
26208 browse-url-browser-function being an alist.
26209
262102000-01-05 Carsten Dominik <cd@gnu.org>
26211
26212 * textmodes/reftex-vars.el (reftex-parse-file-extension)
26213 (reftex-index-phrase-file-extension): New options.
26214
26215 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
26216 Use new option `reftex-index-phrase-file-extension'.
26217
26218 * textmodes/reftex.el (reftex-access-parse-file): Use new option
26219 `reftex-parse-file-extension'.
26220
262212000-01-05 Dave Love <fx@gnu.org>
26222
26223 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
26224 (beginning-of-defun-raw): Use it.
26225 (end-of-defun): New variable.
26226 (end-of-defun): Use it.
26227 (check-parens): New command.
26228
262292000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
26230
26231 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
26232 (hs-show-block): Don't use `mapcar' when not accumulating.
26233
26234 Fix buglet in local variables initialization.
26235
262362000-01-05 Andreas Schwab <schwab@suse.de>
26237
26238 * hscroll.el (hscroll): Doc fix.
26239
262402000-01-05 Carsten Dominik <cd@gnu.org>
26241
86f6474c
SM
26242 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
26243 Require idlw-toolbar.
a30eb617 26244
86f6474c 26245 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 26246 file idlw-rinfo.el.
86f6474c
SM
26247 (idlwave-customize): Load must read file idlw-shell.el.
26248 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
26249
262502000-01-05 Carsten Dominik <dominik@astro.uva.nl>
26251
26252 * progmodes/idlw-shell.el: Also provide idlwave-shell
26253 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
26254 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
26255
86f6474c 26256 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
26257 both reftex-dcr and reftex-vcr.
26258
26259 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
26260
262612000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
26262
26263 * ps-print.el: PostScript code now is in separate files, doc fix.
26264 (ps-print-version): New version number (5.0.3).
26265 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
26266 local.
26267 (ps-spool-config): Initialization fix.
26268 (ps-print-prologue-1, ps-print-prologue-2)
26269 (ps-print-duplex-feature): PostScript code moved to separated file.
26270 (ps-background-image): Little code reformating.
26271 (ps-begin-file, ps-begin-job): Fix code.
26272 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
26273 (ps-prologue-file): New fun.
26274
262752000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
26276
26277 * ps-vars.el: Eliminated.
26278
26279 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
26280 `;;;###autoload'.
26281
26282 * ps-print.el: ps-vars eliminated, doc fix.
26283 (ps-print-version): New version number (5.0.2).
26284 (ps-spool-config): Initialization fix.
26285 (ps-print-customize): New fun.
26286
262872000-01-04 Gerd Moellmann <gerd@gnu.org>
26288
86f6474c 26289 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
26290
262912000-01-04 Dave Love <fx@gnu.org>
26292
26293 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
26294 menu items.
26295
262962000-01-03 Dave Love <fx@gnu.org>
26297
26298 * elide-head.el (elide-head) [defgroup]: Add :version.
26299
26300 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
26301 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
26302 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
26303 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
26304
263052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26306
26307 * faces.el (face-read-integer, read-face-attribute)
86f6474c 26308 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
26309
263102000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
26311
26312 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
26313 at comment end, and re-insert them after filling.
26314
263152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26316
26317 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
26318 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
26319 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
26320
263212000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26322
26323 * term/x-win.el (xw-defined-colors): Call color-supported-p,
26324 the new name of face-color-supported-p.
26325
26326 * term/w32-win.el (xw-defined-colors): Likewise.
26327
263282000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
26329
26330 * simple.el (completion-setup-function): Count completion-size
26331 from minibuffer-prompt-end, not from point-min.
26332
263332000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
26334
26335 * faces.el (read-face-attribute, defined-colors, color-defined-p):
26336 Pass the frame to tty-color-* functions.
26337 (display-color-p, frame-set-background-mode): Pass the frame to
26338 tty-display-color-p.
26339
26340 * term/tty-colors.el (tty-defined-color-alist): Renamed from
26341 tty-color-alist.
26342 (tty-color-alist, tty-modify-color-alist): New functions.
26343 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
26344 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
26345 optional parameter FRAME.
a30eb617
DL
26346
263472000-01-01 Gerd Moellmann <gerd@gnu.org>
26348
86f6474c
SM
26349 * image.el (create-image, defimage): Don't assume image data is
26350 a string.
a30eb617
DL
26351
26352 * image.el (defimage): Handle specifications containing :data
26353 instead of :file.
26354 (image-type-from-data): New function.
26355 (image-type-from-file-header): Use it.
26356 (create-image): Add parameter DATA-P.
26357
26358See ChangeLog.8 for earlier changes.
26359
26360;; Local Variables:
26361;; coding: iso-2022-7bit
26362;; End:
2a34a036 26363
08a2119c 26364 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
26365 Copying and distribution of this file, with or without modification,
26366 are permitted provided the copyright notice and this notice are preserved.