*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
db86be5d
JW
12001-04-05 Colin Walters <walters@cis.ohio-state.edu>
2
3 * eshell/eshell.el (eshell-command): Needed a "%s" format
4 specifier, in case the buffer contains percent characters.
5
62001-04-04 John Wiegley <johnw@gnu.org>
7
8 * calendar/timeclock.el (timeclock-generate-report): Added a
9 missing insert of the project name.
10
9f9a5e7a
GM
112001-04-09 Gerd Moellmann <gerd@gnu.org>
12
9170e5d4
GM
13 * obsolete/profile.el: Moved from emacs-lisp/.
14
865e97c1
GM
15 * Makefile.in (nonobsolete_setwins): New macro.
16 (finder-data): Use it instead of `setwins'.
17 From: Dave Love <fx@gnu.org>.
18
92a6563f
GM
19 * server.el (server-visit-files): Set server-existing-buffer
20 correctly.
21 (server-visit-files): Run server-visit-hook after going to
22 line 1 so that the hook can set point as it sees fit.
23
9f9a5e7a
GM
24 * bindings.el (mode-line-modified): Unify help messages.
25
51f32106
EZ
262001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
27
28 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
29 All callers changed.
30
e02160a3
EZ
312001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
32
8e6bb0d0
EZ
33 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
34 long file names aren't supported, truncate the file names in
35 quail-misc-package-ext-info to 8+3 before matching them against
36 FILENAME.
37
38 * dos-fns.el (dos-truncate-to-8+3): New function.
39
ec321d77
EZ
40 * progmodes/compile.el (grep-compute-defaults): Use null-device
41 instead of literal /dev/null. Reported by Jens Schmidt
42 <schmidt@mathematik.uni-kl.de>.
43
e02160a3
EZ
44 * simple.el (normal-erase-is-backspace-mode): Doc fix.
45
3ffb33bb
DL
462001-04-06 Dave Love <fx@gnu.org>
47
48 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
49 Remove redundant string-to-list.
50
8f625692
SM
512001-04-05 Stefan Monnier <monnier@cs.yale.edu>
52
53 * composite.el (reference-point-alist): Doc fix.
54
1087f198
SS
552001-04-05 Sam Steingold <sds@gnu.org>
56
8f625692
SM
57 * font-lock.el (font-lock-keywords-case-fold-search):
58 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
59 file made font-lock case-insensitive.
60
a55e4e68
GM
612001-04-05 Gerd Moellmann <gerd@gnu.org>
62
0e4892e2
GM
63 * faces.el (defface menu): Doc fix.
64
4d664b04
GM
65 * wid-edit.el (widget-color-sample-face-get): Don't make
66 faces for undefined colors.
67
a55e4e68
GM
68 * version.el (emacs-version): Include LessTif/Motif version info.
69
f383cd0d
GM
702001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
71
72 * ps-mule.el: Eliminate cl package dependence.
73 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
74 if they aren't defined yet.
75 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
76 Eliminate cl package dependence.
77
de28797f
SM
782001-04-04 Stefan Monnier <monnier@cs.yale.edu>
79
80 * progmodes/cc-cmds.el (c-outline-level):
81 Bind buffer-invisibility-spec. Originally from Dave Love, but
82 got lost when incorporating version 5.26.
83
32df8b47
EZ
842001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
85
de28797f
SM
86 * emulation/pc-select.el (pc-selection-mode):
87 Call normal-erase-is-backspace-mode instead of binding
88 keys individually.
58e4f61d 89
7f62656b
EZ
90 * cus-load.el (normal-erase-is-backspace): Use it instead of
91 delete-key-deletes-forward.
92
93 * startup.el (command-line): Use normal-erase-is-backspace and
94 normal-erase-is-backspace-mode.
95
96 * simple.el (normal-erase-is-backspace): Rename from
97 delete-key-deletes-forward. Doc fix.
98 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
99 delete-key-deletes-forward-mode. Doc fix.
100 Run normal-erase-is-backspace-hook.
7f62656b 101
32df8b47 102 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
103 ``human-readable'' format produced by GNU `ls'.
104 (dired-move-to-filename-regexp): Recognize ISO format dates.
105 From Paul Eggert <eggert@twinsun.com>.
32df8b47 106
5efa6032
GM
1072001-04-04 Gerd Moellmann <gerd@gnu.org>
108
109 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
110 New functions.
de28797f
SM
111 (lm-verify): Check keywords.
112 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 113
d757aac1
EL
1142001-04-03 Eric M. Ludlam <eric@siege-engine.com>
115
116 * speedbar.el (speedbar-insert-image-button-maybe): Check for
117 `xemacs' feature instead of for the function `set-extent-property'.
118
9832760a
SM
1192001-04-03 Stefan Monnier <monnier@cs.yale.edu>
120
121 * mail/mh-utils.el (mh-folder-hist): New var.
122 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
123
d565f6aa
EZ
1242001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
125
126 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
127 region, position point on the first or last 16-byte group.
128 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
129 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
130 hexl-beginning-of-line.
131
24c0fd39
GM
1322001-04-03 Gerd Moellmann <gerd@gnu.org>
133
5efa6032
GM
134 * icomplete.el (icomplete-mode): Treat an argument like other
135 modes do.
136
b3f6107b
GM
137 * startup.el (fancy-splash-head): Use splash8.xpm for color
138 depth 8.
139
24d451c5
SM
140 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
141 Add an antry for ``converts''.
476bf681 142
24d451c5
SM
143 * language/slovak.el ("Slovak"): Add documentation string.
144 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 145
450f6970
GM
146 * language/czech.el ("Czech"): Add documentation string.
147 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
148
24d451c5
SM
149 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
150 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
151
1522001-04-02 Stefan Monnier <monnier@cs.yale.edu>
153
154 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
155 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
156 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
157 Use `defsubst' rather than a macro to ease debugging.
158 (mail-extr-last): Remove (use `last' instead).
159 (mail-extract-address-components): Properly reset the syntax-table
160 after parsing an address. Use `last' rather than mail-extr-last.
161 Make sure the end marker stays at the very end.
24c0fd39 162
2b908342
EZ
1632001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
164
165 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
166 last change.
167
acfb077d
GM
1682001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
169
170 * ps-print.el: Line and paragraph spacing feature. Region to cut
171 out when printing. Doc fix.
172 (ps-print-version): New version number (6.5).
24d451c5
SM
173 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
174 New vars. Line and paragraph spacing feature.
acfb077d
GM
175 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
176 out when printing.
177 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
178 (ps-get-font-size, ps-begin-job, ps-continue-line)
179 (ps-plot-region): Code fix.
180 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
181 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
182 New internal vars.
acfb077d
GM
183 (ps-get-size): New fun.
184 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
185 (ps-next-line): Replace defun by defsubst.
186 (ps-mule-plot-string): Autoload doc fix.
187
188 * ps-bdf.el: XEmacs compatibility. Doc fix.
189 (installation-directory, coding-system-for-read): Declare vars if
190 it's not declared yet.
191 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
192
193 * ps-mule.el: XEmacs compatibility. Doc fix.
194 (leading-code-private-22): Declare var if it's not declared yet.
195 (charset-bytes, charset-dimension, charset-id, charset-width)
196 (find-charset-region, split-char, char-width, chars-in-region)
197 (forward-point, decompose-composite-char, encode-coding-string)
198 (coding-system-p, ccl-execute-on-string, define-ccl-program):
199 Define funs if not defined yet.
200 (encode-composition-rule, find-composition): Define funs if not
201 loaded yet.
202 (ps-mule-prologue): PostScript code fix.
203
2042001-04-02 Kenichi Handa <handa@etl.go.jp>
205
206 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
207 non-nil, generate font for the header strings.
208 (ps-mule-prepare-font): Likewise.
209 (ps-mule-generate-glyphs): Likewise.
210 (ps-mule-string-encoding): Likewise.
211 (ps-mule-header-charsets): New variable.
212 (ps-mule-encode-header-string): New function.
213 (ps-mule-header-string-charsets): New function.
214 (ps-mule-begin-job): Check charsets in the header strings. If there
215 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
216
217 * ps-print.el (ps-generate-header-line): Encode the header string by
218 ps-mule-encode-header-string.
219 (ps-mule-encode-header-string): Declare autoload.
220
c0eb3c10
GM
2212001-04-02 Gerd Moellmann <gerd@gnu.org>
222
24d451c5
SM
223 * frame.el (cursor-in-non-selected-windows):
224 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 225
a3d0b0e0
KH
2262001-03-31 Kenichi Handa <handa@etl.go.jp>
227
228 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
229 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 230 (quail-misc-package-ext-info): New variable.
a3d0b0e0 231 (tsang-quick-converter): New function.
24d451c5
SM
232 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
233 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
234 (miscdic-convert, batch-miscdic-convert): New functions.
235
55f7832c
KH
2362001-03-30 Kenichi Handa <handa@etl.go.jp>
237
a2217cd8
KH
238 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
239 eight-bit-control chars.
240
55f7832c 241 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 242 Reduce making temporary vector (suggested by Dave Love).
55f7832c 243
911a2406
EZ
2442001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
245
246 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
247 string as well.
248
1a518f2c
AS
2492001-03-30 Andreas Schwab <schwab@suse.de>
250
251 * files.el (backup-directory-alist): Fix typo.
252
ef080b16
EZ
2532001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
254
255 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
256 <eggert@twinsun.com>.
257
e4174a55
DL
2582001-03-30 Dave Love <fx@gnu.org>
259
260 * progmodes/fortran.el (fortran-comment-region): Fix typo.
261
9d5d1075
EZ
2622001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
263
264 * simple.el (transient-mark-mode): Mention C-g in the doc string.
265
a27b451e
MB
2662001-03-30 Miles Bader <miles@gnu.org>
267
268 * subr.el (interactive-form): Fix paren typo.
269
aea51abe
EZ
2702001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
271
272 * emacs-lisp/profile.el: Say that it's obsolete in the header
273 line, so that finder.el puts that into its data-base.
274 Suggested by Alex Schroeder <alex@gnu.org>.
275
249dd409
EZ
2762001-03-29 Paul Eggert <eggert@twinsun.com>
277
278 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
279 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
280
1ac1fa96
SM
2812001-03-29 Stefan Monnier <monnier@cs.yale.edu>
282
283 * generic.el (generic-mode-set-comments): Use "" rather than nil
284 for comment-end.
285
e2b8a830
GM
2862001-03-29 Gerd Moellmann <gerd@gnu.org>
287
1ac1fa96
SM
288 * emacs-lisp/advice.el (ad-make-advised-definition):
289 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
290
291 * subr.el (interactive-form): New function.
292
8b2375e7
AS
2932001-03-29 Andre Spiegel <spiegel@gnu.org>
294
295 * vc-sccs.el (vc-sccs-register): Use relative file names.
296
f827b862
GM
2972001-03-28 Gerd Moellmann <gerd@gnu.org>
298
e59d0e9d
GM
299 * bookmark.el (bookmark-get-bookmark): Handle case that
300 BOOKMARK is not a string.
301
deb2613a
GM
302 * image.el (image-type-regexps): Change type for PS files
303 to `postscript'.
304
f827b862
GM
305 * subr.el (read-passwd): Clear command history after each
306 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
307
3c9449d0
KH
3082001-03-27 Kenichi Handa <handa@etl.go.jp>
309
310 * international/kkc.el (kkc-save-init-file): Locally bind
311 print-length to nil.
312
e6b13c74
GM
3132001-03-26 Gerd Moellmann <gerd@gnu.org>
314
e120bebf
GM
315 * textmodes/flyspell.el: Some doc fixes.
316 (flyspell-maybe-correct-transposition)
317 (flyspell-maybe-correct-doubling): Use a temporary buffer
318
319 * textmodes/ispell.el (ispell-parse-output): Doc fix.
320
5f6c5771 321 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
322 (byte-optimize-form-code-walker): Diagnose too few arguments
323 for `if' and `while'.
324
2b984c45
KH
3252001-03-26 Kenichi Handa <handa@etl.go.jp>
326
327 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
328 Prepend `\' to "\<quail-translation-docstring>".
329
bf2150fa
GM
3302001-03-26 Gerd Moellmann <gerd@gnu.org>
331
5f6c5771
SM
332 * autorevert.el (global-auto-revert-non-file-buffers):
333 Remove duplicate defcustom.
bf2150fa 334
a0d59316
MB
3352001-03-26 Miles Bader <miles@gnu.org>
336
5f6c5771
SM
337 * international/latin1-disp.el (latin1-char-displayable-p):
338 Add leading "-" for X font pattern.
a0d59316 339
9edbff6c
KH
3402001-03-26 Kenichi Handa <handa@etl.go.jp>
341
5f6c5771
SM
342 * international/mule-diag.el (describe-coding-system):
343 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
344 charsets they can encode.
345
50b57199
EZ
3462001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
347
348 * help.el (view-lossage): Mention open-dribble-file in the doc
349 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
350
5b83f9c0
SM
3512001-03-23 Stefan Monnier <monnier@cs.yale.edu>
352
353 * skeleton.el (skeleton-internal-list): Fix bogus logic.
354 (skeleton-pair-insert-maybe): Don't pair after a backslash.
355
e0ecbf5c
KH
3562001-03-23 Kenichi Handa <handa@etl.go.jp>
357
5b83f9c0
SM
358 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
359 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
360 multibyte sequence can work correctly.
361 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
362 property of the coding system.
363
1cc218de
SM
3642001-03-23 Stefan Monnier <monnier@cs.yale.edu>
365
366 * textmodes/fill.el (fill-individual-paragraphs-prefix):
367 Fix transcription typo.
368
a3db02ad
RV
3692001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
370
371 * whitespace.el: Add buffer local variables to toggle testing of
372 whitespaces in buffers without affecting the default values.
a3db02ad 373 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
374 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
375 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
376 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 377
83c9cb8e
SM
3782001-03-21 Stefan Monnier <monnier@cs.yale.edu>
379
380 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
381
180d5509
GM
3822001-03-21 Gerd Moellmann <gerd@gnu.org>
383
eeb5b5c1
GM
384 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
385 bs-cycle-configuration-name. From Juanma Barranquero
386 <lektu@uol.com.br>.
387
170a9e70
GM
388 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
389 and cc-vars.el.
390
180d5509
GM
391 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
392 headers. Always invoke sendmail with option -t.
393
130c507e
GM
3942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
395
396 * Release of cc-mode 5.28.
397
3982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
399
400 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
401 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 402 It's instead taken care of by the default value for c-default-style.
130c507e 403
130c507e
GM
4042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
405
406 * cc-align.el (c-lineup-math): Fix bug where lineup was
407 triggered by equal signs in string literals.
408
4092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
410
411 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
412 limit detection when at the ends of the buffer.
413
414 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
415 "for" statement clause in case 7F; a better one is done
416 earlier in case 7D anyway.
417
4182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
419
420 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
421 somewhat more and did a small optimization.
422
4232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
424
425 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
426 Use the limit argument only to limit the syntactic context
427 search, not to limit the actual movement.
428
429 * cc-cmds.el (c-beginning-of-statement): Move by sentence
430 inside multiline strings, just like in comments. Also various
431 fixes to the paragraph and comment prefix recognition, block
432 comment ender handling etc.
433
4342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
435
436 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
437 the relative position of the point.
438
439 * cc-cmds.el (c-electric-continued-statement): New function to
440 use as abbrev hook to reindent for keywords such as "else"
441 that continues an earlier statement.
442
443 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
444 like classes.
445
446 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
447 (pike-mode): Populate the default abbrev tables to reindent for
448 keywords such as "else" that can continue earlier statements.
449 Abbrev mode is therefore turned on by default now. (Note that
450 this doesn't apply to idl-mode, since IDL afaik doesn't have
451 statements at all.)
452
4532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
454
455 * cc-engine.el (c-inside-bracelist-p): Fix for handling
456 bracelists where the declaration contains template arguments.
457
4582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
459
83c9cb8e
SM
460 * cc-cmds.el (c-comment-indent):
461 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
462 syntactic indentation. Fixes bug with lineup functions that
463 return vectors.
464
465 * cc-engine.el (c-get-syntactic-indentation): Split the
466 indentation sum calculation from `c-indent-line' to a separate
467 function.
468
4692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
470
471 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
472 Fixed places where it was assumed that preprocessor directives
473 have to start in column zero.
474
475 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
476 template arguments after a class identifier properly.
477
478 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
479 lists for `new Foo[]' constructs in Java as expressions and
480 not top level definition brace lists on the top level, so that
481 they'll get indented consistently with the same type of
482 expression in a normal block.
483
4842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
485
486 * cc-cmds.el (c-fill-paragraph): The kludge that checks
487 whether the adaptive filling package fails to keep the comment
488 prefix is now kludged further to check for filladapt-mode
489 which doesn't have that problem. This is really icky, but it's
490 the only way that works with the current misfeatures/bugs in
491 both adaptive-fill-mode and filladapt-mode.
492
493 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
494 around point is recognized more robust.
495
4962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
497
498 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
499 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
500 (c-lit-type): Fixed all internal variables used dynamically so
501 that they are always bound.
502
503 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
504 errors:
505
506 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
507 the region is fully reindented even when an error occurs.
508 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
509 whole lot of code that tried to optimize indentation of whole
510 sexps but in reality accomplishes nothing.
511
512 (c-indent-sexp): Use c-indent-region.
513
514 (c-parsing-error): Changed this variable to hold the message
515 for any syntactic error that is discovered.
516
517 (c-parse-state): Search backward from point instead of the bod
518 position when the latter is invalid. This makes CC Mode
519 recover faster when there are unbalanced close braces.
520
521 (c-backward-to-start-of-if): Use c-parsing-error to report
522 dangling "else" clauses instead of throwing an error, and fall
523 back to a reasonable position.
524
83c9cb8e 525 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 526
83c9cb8e 527 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
528
5292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
530
531 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
532 paragraph recognition when moving by sentence in literals.
533
83c9cb8e
SM
534 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
535 start regexp for javadoc to recognize javadoc markup in general instead
536 of a specific set of keywords, to be more future-safe.
130c507e
GM
537
538 (c-Pike-pikedoc-paragraph-start)
539 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
540 pikedoc markup.
541
83c9cb8e 542 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 543
83c9cb8e 544 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
545
546 * cc-vars.el (c-default-style): Made a nicer Customize widget.
547
548 (c-comment-prefix-regexp): Made it possible to use an
549 association list on this to specify mode specific regexps.
550 The default value now use a special regexp in Pike mode to
551 recognize pikedoc markup.
552
553 (c-current-comment-prefix): New variable containing the actual
554 regexp from c-comment-prefix-regexp for the current buffer.
555
5562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
557
558 * cc-cmds.el (c-electric-brace): Fixed check for special brace
559 lists: We can't look at the syntax, since a brace list can get
560 recognized as a plain statement-cont.
561
562 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
563 special brace list opener broken over two lines got recognized
564 as a statement on the second line. Case 9A changed.
565
5662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
567
568 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
569 adjustment after line is reindented.
570
5712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
572
573 * cc-defs.el (c-point): Added optional argument for position
574 to use instead of the current point.
575
576 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
577 the in-expression block symbols when the construct starts at
578 boi, to avoid the extra level of indentation in that case.
579 Cases 4, 16A and 17E affected.
580
5812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
582
583 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 584 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
585
586 * cc-engine.el (c-indent-line): Use the syntax already bound
587 to `c-syntactic-context', if there is any.
588
5892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
590
591 * cc-engine.el (c-get-offset): Fixed bug where the indentation
592 wasn't added up correctly when a lineup function returned nil.
593
5942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
595
596 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 597 empty lines were ignored when collecting line comments backwards.
130c507e
GM
598
5992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
600
601 * cc-align.el (c-lineup-dont-change): Return an absolute
602 indentation column to work correctly in the case when several
603 syntactic elements are processed for the same line.
604
605 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
606 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
607 (c-set-offset): Added absolute indentation column settings by
608 using the vector type.
609
130c507e
GM
6102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
611
612 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
613 Implemented two new cleanups `space-before-funcall' and
614 `compact-empty-funcall'.
615
130c507e
GM
6162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
617
618 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
619 helping building regexps.
620
621 * cc-engine.el (c-on-identifier): New function for detecting
622 identifiers. It takes keywords into account.
623
624 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
625 lists. `c-keywords' is set to a regexp matching all keywords
626 in the current language.
627
6282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
629
630 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
631 list of characters to skip backwards over at the beginning of
632 a statement, since it can precede string literals in Pike.
633
6342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
635
636 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
637 recognition when standing on the last line in a C++ comment
638 with nothing but whitespace after the prefix.
639
640 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
641 given no limit argument.
642
6432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
644
645 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
646 recognition for the `[]= operator symbol in Pike.
647
6482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
649
650 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
651 around a bug in `eval-when-compile' in the byte compiler.
652
653 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 654 value when count is zero and there's no token start within the limit.
130c507e
GM
655
656 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
657 "prefix comments", i.e. comments which are followed by code on
658 the same line.
659
660 * cc-mode-19.el: Fixes so that checks that must be done at
661 compile time also are done then.
662
6632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
664
665 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
666 time and at runtime, and only when it's needed.
667
6682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
669
670 Major cleanup for less error prone and more warning free
671 compilation, including some fixes for bugs due to different
672 compilation orders. Thanks to Martin Buchholz for providing
673 the basis for all this.
674
675 * cc-bytecomp.el: New file that provides some byte compilation
676 features: It ensures that files always are loaded from the
677 current source directory during compilation, and it provides a
678 set of macros to turn off specific compiler warnings for
679 specific symbols. (It's not CC Mode specific in any way.)
680
681 Fixed a nearly acyclic dependency tree (both runtime and
682 compile-time) between all files.
683
684 * cc-defs.el: Separated all macros before the inline functions,
685 to ensure correct compilation.
686
687 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
688 cc-defs.el to cc-engine.el and made it a function instead.
689
690 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
691 about char-after.
692
693 * cc-vars.el: Cope even when there isn't a custom package
694 containing defcustom available.
695
696 * cc-make.el: Removed since it's no longer necessary.
697
698 README: Updated installation instructions.
699
7002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
701
702 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
703 improve the modularity: Moved all mode init stuff from
704 cc-langs.el to cc-mode.el, including the keymap
705 initialization; cc-langs now only contains the various
706 variables for configuring the language syntax.
707
83c9cb8e
SM
708 * cc-engine.el, cc-styles.el (c-evaluate-offset)
709 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 710 dependency analysis suggests they belong there (which also
83c9cb8e 711 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
712
7132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
714
715 * cc-cmds.el (c-fn-region-is-active-p): New function that
716 wraps the corresponding macro, for use in places that aren't
717 compiled. Thanks to Martin Buchholz for pointing out this.
718
83c9cb8e 719 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
720
721 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
722 add things to the bug report.
723
7242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
725
726 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
727 returned prefix could contain a newline when the search for a
728 good prefix line failed.
729
7302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
731
732 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
733 (c-toggle-auto-hungry-state): Made the argument optional, as
734 the documentation says it is.
735
7362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
737
738 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
739 multiline string syntax, #"...", as a cpp macro.
740
7008ccac
GM
7412001-03-21 Paul Eggert <eggert@twinsun.com>
742
83c9cb8e
SM
743 * international/mule-cmds.el (set-locale-environment):
744 Set system-messages-locale and system-time-locale, but only if the
7008ccac 745 caller specifies a non-nil locale name.
3c9449d0 746
c2478129 7472001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
748
749 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 750 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 751
117e4b0c
GM
7522001-03-20 Gerd Moellmann <gerd@gnu.org>
753
7194219d
GM
754 * follow.el (follow-avoid-tail-recenter): Doc fix.
755
5721ae13
GM
756 * custom.el (custom-set-variables): Avoid reversing the list
757 of args needlessly.
758
7b8bbf72
GM
759 * startup.el (fancy-splash-head): Don't change the colors of the
760 XPM image on a dark background.
761
a91ad7c9
GM
762 * comint.el (comint-exec-1): Set columns of the terminal to
763 window-width instead of frame-width.
764
fa88947e
GM
765 * info.el (Info-scroll-down): Add missing WINDOW arg for
766 pos-visible-in-window-p.
767
1741905c
GM
768 * ehelp.el (electric-help-mode-hook): Add defcustom.
769
117e4b0c
GM
770 * mail/sendmail.el (mail-mode): Activate case-folding in
771 font-lock-defaults.
772
e84c695d
SM
7732001-03-19 Stefan Monnier <monnier@cs.yale.edu>
774
775 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
776 (completion-ignored-extensions): Remove duplicate ".class".
777
fc774041
AS
7782001-03-19 Andreas Schwab <schwab@suse.de>
779
83c9cb8e
SM
780 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
781 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 782
c2c097cc
GM
7832001-03-19 Gerd Moellmann <gerd@gnu.org>
784
785 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
786 methods since there are not prefix input methods.
787
fbe2e958
KH
7882001-03-19 Kenichi Handa <handa@etl.go.jp>
789
83c9cb8e
SM
790 * international/mule-cmds.el (read-input-method-name):
791 Locally bind enable-recursive-minibuffers to t.
fbe2e958 792
da47e491
SM
7932001-03-18 Stefan Monnier <monnier@cs.yale.edu>
794
795 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
796
4986c2c6 7972001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 798
4986c2c6
MK
799 * ediff-util.el: Copyright years.
800 (ediff-choose-syntax-table): New function.
801 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 802
4986c2c6
MK
803 * ediff-init.el (ediff-with-syntax-table): New macro, uses
804 with-syntax-table.
83c9cb8e 805
4986c2c6 806 * ediff.el: Date of last update, copyright years.
83c9cb8e 807
4986c2c6 808 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 809
4986c2c6
MK
810 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
811 of Scott Bronson.
812 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
813 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
814 Deleted functions.
815 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
816 ex-token-list.
83c9cb8e 817
4986c2c6 818 * viper-util.el: Spaces, indentation.
83c9cb8e 819
4986c2c6 820 * viper.el: Changed version, modification time.
83c9cb8e 821
3c799aec 8222001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
823
824 * calendar/timeclock.el (timeclock-workday-remaining):
825 Check whether `discrep' is non-null before using it.
3c799aec 826
ae3ce418
JW
8272001-03-16 John Wiegley <johnw@gnu.org>
828
829 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
830 first-time checkins.
831 (timeclock-log-data): Fixed problem with reading timelog log file.
832 Resulting data in the "day list" was incorrect.
833 (timeclock-find-discrep): Check if `timeclock-file' is readable
834 before opening it.
835 (timeclock-time-less-p): New function.
836 (timeclock-day-base): New function.
837 (timeclock-geometric-mean): New function.
838 (timeclock-generate-report): Generate a summary report based on
839 the contents of the log file. This uses `timeclock-log-data', and
840 is an example of writing a timelog manipulation function.
841 (timeclock-visit-timelog): A quick command for opening the timelog
842 file.
843 (timeclock-log-data): Bound the variable event.
844
c8d4a9bb
KH
8452001-03-16 Kenichi Handa <handa@etl.go.jp>
846
83c9cb8e
SM
847 * international/mule-cmds.el (select-safe-coding-system):
848 Fix typo: symbol-name -> symbol-value.
11d56c64 849
c8d4a9bb
KH
850 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
851 before substitute-in-file-name to handle double slashes in FILE
852 correctly.
853
c899e7e6
GM
8542001-03-15 Gerd Moellmann <gerd@gnu.org>
855
856 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
857 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
858
819dce0f
GM
8592001-03-14 Gerd Moellmann <gerd@gnu.org>
860
697617d9
GM
861 * bindings.el (features): Add `md5' and `overlay' to the list.
862
819dce0f
GM
863 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
864 bound before using it. It's not bound when configured without X,
865 for instance.
866
e0067a9d
TTN
8672001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
868
869 * progmodes/hideshow.el: Update copyright.
870 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 871 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 872
afcdc0a1
GM
8732001-03-13 Gerd Moellmann <gerd@gnu.org>
874
e0067a9d 875 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
876 a non-list.
877
30564c48
EZ
8782001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
879
880 * startup.el (fancy-splash-tail, command-line-1): Fix the
881 copyright year.
882
2b8e24b3
KH
8832001-03-13 Kenichi Handa <handa@etl.go.jp>
884
885 * term.el: These changes are based on a patch sent from Yong Lu
886 <lyongu@yahoo.com>.
887 (term-set-escape-char): Bind M-x to execute-extended-command in
888 term-raw-escape-map.
889 (term-move-columns): Don't try to move to negagive column.
890 (term-emulate-terminal): Insert a string before deleting a text to
891 overwrite.
892
789b6186
GM
8932001-03-12 Gerd Moellmann <gerd@gnu.org>
894
b0778a31
GM
895 * play/life.el (life): Rearrange code so that all calls to
896 life-display-generation are in a catch-form.
897
04528cda
GM
898 * progmodes/etags.el (tags-loop-continue): Don't change point in a
899 file that isn't interesting. In an interesting file, push the old
900 value of point on the mark ring.
901
760cefb5
GM
902 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
903 New function.
904 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
905 Use it.
906
83c9cb8e
SM
907 * emacs-lisp/autoload.el (generate-file-autoloads):
908 Remove warning about line lengths.
789b6186 909
a2ffbafe
FP
9102001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
911
912 * progmodes/etags.el (tags-compression-info-list): New variable.
913 (find-tag-in-order): Use it to deal with compressed source files.
914 (tag-file-name-match-p): New function.
915 (etags-recognize-tags-table): Use it for better match of file names.
916
5c9d9d92
KH
9172001-03-12 Kenichi Handa <handa@etl.go.jp>
918
ba3e9b9b
KH
919 * international/mule-cmds.el (register-input-method): Doc fix.
920
5c9d9d92
KH
921 * international/quail.el (quail-translate-key): Fix condition to
922 check if there's another breaking point in the current key.
923
40beecee
EZ
9242001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
925
926 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
927 Babyl header to the newly-created output file, bind
928 coding-system-for-write to either rmail-file-coding-system or
929 emacs-mule-unix.
930
75c6cb7f
SM
9312001-03-11 Stefan Monnier <monnier@cs.yale.edu>
932
933 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
934 Fix the name and regexp used for subsubsections.
935
5ec17636
DL
9362001-03-10 Dave Love <fx@gnu.org>
937
938 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
939 and save-buffer if buffer-file-name non-nil. From rms.
940
6d2e2c02
AS
9412001-03-10 Andre Spiegel <spiegel@gnu.org>
942
943 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 944 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
945 to reflect that.
946 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 947 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
948 variable bindings that might affect the diff command.
949 (vc-print-log): Don't switch to the *vc* buffer before the
950 command, so that local variable bindings are preserved.
951
789b6186 952 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
953 not the current buffer.
954 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
955
789b6186 956 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 957 make output go to buffer *vc*, not the current buffer.
a2ffbafe 958
b18f5523
SM
9592001-03-09 Stefan Monnier <monnier@cs.yale.edu>
960
961 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
962 so ^, $, *, ? and + are interpreted correctly.
963
3cfd8357
GM
9642001-03-09 Gerd Moellmann <gerd@gnu.org>
965
c085b77c 966 * help.el (string-key-binding): Renamed from
f9db8f19
SM
967 mode-line-key-binding. Handle any event on a string.
968 Check for `keymap' properties as well as `local-map' properties.
c085b77c 969
3cfd8357
GM
970 * comint.el (comint-insert-clicked-input): Use the last key
971 from this-command-keys to lookup the global key definition.
972
348f797a
KH
9732001-03-09 Kenichi Handa <handa@etl.go.jp>
974
3ebf3717
KH
975 * international/characters.el: Add category `j' for
976 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
977
348f797a
KH
978 * international/mule-conf.el (no-conversion): Fix docstring.
979 (raw-text): Fix docstring.
980
e1fbabaf
GM
9812001-03-08 Gerd Moellmann <gerd@gnu.org>
982
96e8e603
GM
983 * simple.el (choose-completion-string): When not leaving the
984 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
985 is set.
986
e1fbabaf
GM
987 * window.el (shrink-window-if-larger-than-buffer): Handle frame
988 parameter `(minibuffer . t)'.
989
f9db8f19
SM
9902001-03-07 Stefan Monnier <monnier@cs.yale.edu>
991
992 * progmodes/sh-script.el (sh-st-symbol): New symbol.
993 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
994 (sh-mode): Remove `make-local-variable' for unused var
995 `font-lock-unfontify-region-function'.
996
02756877
RS
9972001-03-07 Richard M. Stallman <rms@gnu.org>
998
132bf46d
RS
999 * info.el (Info-scroll-down): Fix previous change.
1000
02756877
RS
1001 * mail/rmail.el (rmail-toggle-header): Use a window which
1002 is showing the Rmail buffer, rather than the selected window.
1003
eeb24429
DL
10042001-03-07 Dave Love <fx@gnu.org>
1005
1006 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1007 now, to avoid problems with binding imenu directly to a mouse event.
1008
3bdf2660
GM
10092001-03-07 Gerd Moellmann <gerd@gnu.org>
1010
1011 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1012 second arg t.
1013
10142001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
1015
1016 * log-edit.el (log-edit-common-indent): New var.
1017 (log-edit-set-common-indentation): Renamed from
1018 log-edit-delete-common-indentation. Use the new var.
1019 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1020
1021 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1022 (cvs-mode-add-change-log-entry-other-window):
1023 Don't presume change-log-default-name is defined.
1024
1025 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1026
1027 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1028 the "tree" operation as well.
1029
1030 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1031
1032 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1033 to match paragraph-start.
1034
1035 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1036 comment-start-skip and set comment-end-skip as well.
1037 (sgml-comment-indent): Fix for new value of comment-start-skip.
1038 (html-autoview-mode): Don't bother using make-local-hook.
1039
2ad02767
GM
10402001-03-07 Gerd Moellmann <gerd@gnu.org>
1041
189638d5 1042 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 1043 variables, otherwise long Custom entries would make them ineffective.
189638d5 1044
2ad02767
GM
1045 * uniquify.el: Set maintainer to FSF.
1046
656f8cae
EZ
10472001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1048
1049 * dired-aux.el (dired-do-shell-command): Doc fix.
1050
c83965c4
SM
10512001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1052
04af43bc
SM
1053 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1054
1055 * which-func.el (which-func-modes): Add cperl-mode.
1056 (which-func-mode-global): Use define-minor-mode.
1057
1058 * info-look.el: Docstring fixes and dead code eliminated.
1059 (cperl-mode): Add support.
1060 (emacs-lisp-mode): List all entries from elisp manual, whether
1061 or not they are currently (f)bound or not. Update regexp.
1062
1063 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1064
c83965c4
SM
1065 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1066 so that C-h m shows the correct information.
1067 Use make-local-variable rather than make-variable-buffer-local.
1068 (cperl-info-buffer, cperl-setup-tmp-buf):
1069 Use make-local-variable rather than make-variable-buffer-local.
1070 (cperl-msb-fix, cperl-get-help-defer):
1071 Check major-mode for `cperl-mode' as well.
1072
1073 * progmodes/cperl-mode.el: Updated to author version 4.23.
1074 (cperl-electric-pod): SYNOPSIS was misspelled.
1075 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1076 (cperl-after-expr-p): Make true after __END__.
1077
f16a7aa5
GM
10782001-03-06 Gerd Moellmann <gerd@gnu.org>
1079
157ae273 1080 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 1081 bookmark-completion-ignore-case is t.
157ae273 1082
f16a7aa5
GM
1083 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1084 switch, like xterm, and concat resource strings, with a newline
1085 between them.
1086
abaddb98
EZ
10872001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1088
a2ffbafe 1089 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
1090 (cp773-decode-table, cp774-decode-table): New variables.
1091
abaddb98
EZ
1092 * man.el (Man-hyphenated-reference-regexp): New variable.
1093 (Man-build-references-alist): Use it to search for referenced
1094 manpages. If hyphenated is non-nil, record a concatenated word in
1095 Man-refpages-alist only if it matches Man-reference-regexp.
1096 Update word's length when it is concatenated. Reverse the list,
1097 to get the first manpage at the head.
1098 (Man-possibly-hyphenated-word): New function.
1099 (Man-follow-manual-reference): Use it instead of current-word to
1100 find a manpage at point, in a way that accounts for hyphenated
1101 references.
1102
eb3f61dd
GM
11032001-03-06 Alex Schroeder <alex@gnu.org>
1104
1105 * sql.el (sql-interbase): New function.
1106 (sql-interbase-program): New option.
1107 (sql-interbase-options): New option.
1108 And some typos fixed: "customise" to "customize".
1109
fa84f42a
DL
11102001-03-06 Dave Love <fx@gnu.org>
1111
83c9cb8e
SM
1112 * textmodes/flyspell.el (flyspell-region):
1113 Set up flyspell-local-mouse-map.
fa84f42a 1114
fda3411d
RS
11152001-03-05 Richard M. Stallman <rms@gnu.org>
1116
a2ffbafe 1117 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
1118 Don't call rmail-beginning-of-message.
1119 Don't discard From: field. Do discard Received: field.
1120 Use unwind-protect to re-prune.
1121 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 1122
e972ab1f
KH
11232001-03-06 Kenichi Handa <handa@etl.go.jp>
1124
1125 * international/quail.el (quail-title): Add autoload cookie.
1126
335db3c1
DL
11272001-03-05 Dave Love <fx@gnu.org>
1128
1129 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1130 new defs.
1131
278dd6ac
KH
11322001-03-05 Kenichi Handa <handa@etl.go.jp>
1133
83c9cb8e
SM
1134 * language/ethio-util.el (ethio-toggle-space):
1135 Update current-input-method-title if necessary.
36d5e61d
KH
1136 (ethio-toggle-punctuation): Likewise.
1137
341cd4f0
KH
1138 * international/quail.el (quail-title): Fix for the case that a
1139 title of an input method is specified by a list of the same form
1140 as used in mode-line-format.
1141
83c9cb8e
SM
1142 * international/mule-cmds.el (activate-input-method):
1143 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
1144 respect that value.
1145
10ebaeb6
GM
11462001-03-05 Gerd Moellmann <gerd@gnu.org>
1147
1148 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1149
7a65c85c
GM
11502001-03-05 Alex Schroeder <alex@gnu.org>
1151
1152 * sql.el (sql-sybase): Fix typo (was: query user about server two
1153 times instead of server and database).
1154
1155 * sql.el (sql-sybase): Doc change.
1156 (sql-mysql): Doc change.
1157 (sql-postgres): Doc change.
1158
b86644f2
KH
11592001-03-05 Kenichi Handa <handa@etl.go.jp>
1160
83c9cb8e
SM
1161 * international/mule-conf.el (emacs-mule, raw-text):
1162 Docstring modified.
b86644f2 1163
e30bd7b7
EZ
11642001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1165
1166 * term/internal.el: Update copyright notice.
1167
1168 * term/pc-win.el: Update copyright notice.
1169
7e365285
DL
11702001-03-02 Dave Love <fx@gnu.org>
1171
83c9cb8e
SM
1172 * files.el (insert-file-contents-literally):
1173 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1174 not jka-compr-compression-info-list.
7e365285 1175
75ed43a6
SM
11762001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1177
1178 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1179 spaces in default comment-start-skip settings rather than \s-.
1180
53c4b1e6
EZ
11812001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1182
1183 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1184 default-frame-alist as well.
1185
028d739a
DL
11862001-03-01 Dave Love <fx@gnu.org>
1187
1188 * textmodes/reftex.el (defvar): Wrap some defvars in
1189 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1190
1191 * subr.el (event-basic-type): Doc fix.
1192
1193 * international/quail.el: Doc fixes.
1194
1195 * international/utf-8.el: Doc fixes.
1196
1197 * international/mule-cmds.el: Doc fixes.
1198 (leim-list-header): Fix header text.
1199
1200 * international/mule.el (coding-system-category): Doc fix.
1201
1202 * international/ccl.el (ccl-compile): Doc fix.
1203
15d1caef
SM
12042001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1205
1206 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1207 rather than (before|after)-change-functions.
1208
f84ff02c
GM
12092001-03-01 Gerd Moellmann <gerd@gnu.org>
1210
1211 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1212 scroll-left and scroll-right being called interactively so that
1213 they set the window's min_hscroll.
1214
e0c1e774
EZ
12152001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1216
1217 * info.el (info-insert-file-contents-1): Accept an additional
1218 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
1219 `suffix'; otherwise use the complicated MS-DOS code.
1220 All callers changed.
e0c1e774
EZ
1221 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1222 can access long file names, try the long file-name version of
1223 `info-insert-file-contents-1', then the short file-name version.
1224
b8b2ea31 12252001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 1226
af122766
KH
1227 * language/ethio-util.el (setup-ethiopic-environment-internal):
1228 Change bindings of functions keys to conform to "Emacs Lisp Coding
1229 Convention".
1230
1231 * language/ethiopic.el ("Ethiopic"): Add documentation.
1232
b8b2ea31
KH
12332001-02-28 Kenichi Handa <handa@etl.go.jp>
1234
1d64e2ad
KH
1235 * international/utf-8.el (mule-utf-8): Set coding-category
1236 property to coding-category-utf-8.
1237
91cb6e51
RS
12382001-02-27 Richard M. Stallman <rms@gnu.org>
1239
1240 * lpr.el (lpr-page-header-switches, print-region-1):
1241 Undo 2000-07-06 change.
7298f3f7
RS
1242 (lpr-add-switches): Default to t on gnu/linux.
1243
c0cb1027
GM
12442001-02-27 Gerd Moellmann <gerd@gnu.org>
1245
1246 * bs.el (bs-attributes-list): Doc fix.
1247
01459648
GM
12482001-02-26 Gerd Moellmann <gerd@gnu.org>
1249
baebd8a5 1250 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 1251
01459648
GM
1252 * help.el (view-order-manuals): Use goto-address.
1253
1254 * startup.el (command-line-1): Add info about ordering manuals
1255 to the not so fancy splash screens.
1256
f93e614e
AS
12572001-02-26 Andre Spiegel <spiegel@gnu.org>
1258
01459648
GM
1259 * vc.el (vc-default-workfile-unchanged-p)
1260 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 1261
12435002
GM
12622001-02-26 Gerd Moellmann <gerd@gnu.org>
1263
a2ffbafe 1264 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
1265 fontify in the right buffer.
1266
12435002
GM
1267 * allout.el (outline-flag-region): Move macro in front of first
1268 use to avoid a run-time error.
1269
425de386
AI
12702001-02-24 Andrew Innes <andrewi@gnu.org>
1271
1272 * makefile.w32-in: Fix copyright notice.
1273
66c56ed1
KH
12742001-02-24 Kenichi Handa <handa@etl.go.jp>
1275
4c1593ce
KH
1276 * international/utf-8.el (mule-utf-8): Set correct value for
1277 valid-codes property.
1278
66c56ed1
KH
1279 * international/fontset.el (x-complement-fontset-spec): In the
1280 case that we use ASCII font for the other charsets, use only
15d1caef 1281 family and registry part of it.
66c56ed1 1282
119171dd
EZ
12832001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1284
1285 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1286 (shrink-window-if-larger-than-buffer): Doc fix.
1287
932c309e
SM
12882001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1289
1290 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1291 predicate passed to completing-read.
1292
9b760e36
EZ
12932001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * startup.el (command-line): Fix last change.
1296
5c39a60f
JR
12972001-02-23 Jason Rumney <jasonr@gnu.org>
1298
1299 * startup.el (tool-bar-originally-present): New variable.
1300 (command-line): Set it if the tool-bar is switched on at startup.
1301
1302 * frame.el (frame-notice-user-settings): Only adjust frame height
1303 for no tool-bar case if tool-bar was originally switched on.
796ead7e 1304 From E. Jay Berkenbilt.
5c39a60f 1305
cb91b2c7
SM
13062001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1307
39b557e8
SM
1308 * server.el (server-switch-buffer): Only switch window if the
1309 current one is dedicated.
1310
cb91b2c7
SM
1311 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1312 rather than using (match-beginning 0) when searching for break point.
1313
9238a8df
EZ
13142001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1315
1316 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1317 @ follows an accent command such as @'. Support optional braces
1318 in commands that insert accents, like makeinfo does.
1319
3473f362
GM
13202001-02-22 Gerd Moellmann <gerd@gnu.org>
1321
1322 * startup.el (fancy-splash-text): Add a line for ordering
1323 manuals. Reverse order of splash screens shown.
1324 (use-fancy-splash-screens-p): Adapt to the text line added.
1325
1326 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1327 manuals from the FSF.
1328
1329 * help.el (view-order-manuals): New function.
1330 (toplevel): Bind C-h C-m to this function.
1331
76a4de07
SM
13322001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * newcomment.el (comment-forward): Skip the comment-start before
1335 searching for the comment-end.
1336
75b71d85
DL
13372001-02-21 Dave Love <fx@gnu.org>
1338
2f4c9a87
DL
1339 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1340
75b71d85
DL
1341 * international/mule-cmds.el, international/mule.el: Doc fixes.
1342
1343 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1344 (fortune) <defgroup>: Add :link.
1345 (fortune-from-region): Use eq, not eql.
1346
ffc9ff0c
GM
13472001-02-21 Gerd Moellmann <gerd@gnu.org>
1348
1349 * startup.el (fancy-splash-screens): Use display-hourglass
1350 instead of display-busy-cursor.
1351
1352 * frame.el (display-hourglass): Renamed from busy-cursor.
1353 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1354 (show-cursor-in-non-selected-windows): Doc fix.
1355
f34eb373
DL
13562001-02-20 Dave Love <fx@gnu.org>
1357
1358 * international/utf-8.el: Doc and commentary fixes.
1359
f55e4a7e
EZ
13602001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1361
1362 * ehelp.el (with-electric-help): Doc fix.
1363
fa97adf6
GM
13642001-02-20 Gerd Moellmann <gerd@gnu.org>
1365
1366 * msb.el (msb-mode): Call the update-buffers function explicitly
1367 with a FORCE argument.
1368
1369 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1370 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1371 returns nil.
1372
54ed3bd2
GM
13732001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1374
1375 * ps-print.el: Timestamp package replacement. Some enhancements.
1376 Some XEmacs compatibility. Doc fix.
1377 (ps-print-version): New version number (6.4).
1378 (ps-printer-name): Initialization fix.
1379 (ps-zebra-stripe-follow): Funcionality enhancement.
1380 (ps-prologue-file): Code enhancement.
1381 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
1382 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1383 (ps-get-page-dimensions)
54ed3bd2
GM
1384 (ps-generate-header, ps-begin-file, ps-begin-job)
1385 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1386 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1387 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1388 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 1389
e8ebf97d
MB
13902001-02-20 Miles Bader <miles@gnu.org>
1391
1392 * image-file.el (image-file-name-extensions): Add "tif".
1393
136b27c5
GM
13942001-02-19 Gerd Moellmann <gerd@gnu.org>
1395
1396 * wid-edit.el (widget-button-click): Save the selected window
1397 around the code handling clicks on buttons.
1398
6ebbcf59
DL
13992001-02-18 Dave Love <fx@gnu.org>
1400
1401 * imenu.el (imenu--generic-function): Use mapc to iterate over
1402 syntax characters.
1403
595ded73
RS
14042001-02-17 Richard M. Stallman <rms@gnu.org>
1405
b9fe3dc8
RS
1406 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1407
595ded73
RS
1408 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1409
f3f053f3
GM
14102001-02-16 Gerd Moellmann <gerd@gnu.org>
1411
1412 * mouse.el (mouse-save-then-kill): If the distance from the new
1413 point to the mark is equal to the distance of point from the new
1414 point, move point instead of the mark.
1415
11570a8f
DL
14162001-02-16 Dave Love <fx@gnu.org>
1417
1418 * textmodes/flyspell.el (flyspell-get-word): Return string without
1419 properties.
1420
fb339cd5
EZ
14212001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1422
1423 * generic.el (generic-find-file-regexp): Doc fix.
1424 (generic-ignore-files-regexp): New defcustom.
1425 (generic-mode-find-file-hook): If the file's name matches the
1426 regexp in `generic-ignore-files-regexp', don't enter
1427 default-generic-mode. Doc fix.
1428
c56b1c1b
GM
14292001-02-16 Gerd Moellmann <gerd@gnu.org>
1430
a2ffbafe 1431 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
1432 Add autoload cookies.
1433
a2ffbafe 1434 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
1435 of cal-tex-24.
1436
0d140e65
EZ
14372001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1438
81558867
EZ
1439 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1440
0d140e65
EZ
1441 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1442 the character class after the (optional) drive, to support file
1443 names with embedded blanks.
1444
713f7b15
SS
14452001-02-15 Sam Steingold <sds@gnu.org>
1446
1447 * textmodes/tex-mode.el (tex-shell-running):
1448 Check the process buffer too.
1449
9a2a6f73
DL
14502001-02-15 Dave Love <fx@gnu.org>
1451
1452 * battery.el (battery-status-function): Fix doc, :type.
1453
15d1caef 1454 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 1455
fe10cef0
GM
14562001-02-15 Gerd Moellmann <gerd@gnu.org>
1457
1458 * subr.el (read-passwd): Clear Lisp memory holding password.
1459
126f5d4d
MB
14602001-02-15 Miles Bader <miles@gnu.org>
1461
1462 * info.el (Info-copy-current-node-name): New function.
1463 (Info-mode-menu): Add it to the menu.
1464
92e98d63
RS
14652001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1466
1467 * international/mule-cmds.el (toggle-input-method): Doc fix.
1468
dd4e0e55
SM
14692001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1470
1471 * replace.el (occur): Stop at end of buffer.
1472
402dbbd1
EZ
14732001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1474
1475 * international/mule-cmds.el (set-input-method): Another doc fix.
1476
e9fcba3d
GM
14772001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1478
1479 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1480
78ad1cd5
MB
14812001-02-13 Miles Bader <miles@gnu.org>
1482
713f7b15 1483 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
1484 (set-face-stipple): Treat a value of nil as being `unspecified'.
1485
fce9d9dc
DL
14862001-02-12 Dave Love <d.love@dl.ac.uk>
1487
1488 * international/latin1-disp.el: Doc fixes.
1489 (latin1-display) <defgroup>: Add :link.
1490 (latin1-display) <function>: Set variable latin1-display.
1491
bc406911
EZ
14922001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1493
1494 * international/mule-cmds.el (set-input-method): Doc fix.
1495
68514d48
EL
14962001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1497
1498 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1499 (speedbar-line-file): Return nil if not a file.
1500 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1501
513bea45 15022001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 1503
513bea45
MK
1504 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1505 for remote files.
bc406911 1506 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 1507 with raw-text.
713f7b15 1508
513bea45 1509 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 1510
83c9cb8e
SM
1511 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1512 Better handling of the diff mode.
713f7b15 1513
513bea45 1514 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 1515
bc406911 1516 * viper.texi: Fix typos.
713f7b15 1517
521d4010
DL
15182001-02-11 Dave Love <fx@gnu.org>
1519
36fd8e17
DL
1520 * shadowfile.el: Doc fixes.
1521 (shadow) <defgroup>: Add :link.
1522 (shadowfile-unload-hook): New function.
1523 (shadow-initialize): Use defalias, not fset.
1524 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 1525 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 1526
521d4010
DL
1527 * international/mule.el: Doc and message fixes.
1528
36fd8e17
DL
1529 * international/ccl.el (define-ccl-program): Doc fix.
1530
92395bbe
KH
15312001-02-11 Kenichi Handa <handa@etl.go.jp>
1532
1533 * faces.el (mode-line): Set :line-width property to -1.
1534
103db06c
RS
15352001-02-10 Richard M. Stallman <rms@gnu.org>
1536
08b78974
RS
1537 * complete.el (partial-completion-mode): Doc fix.
1538
103db06c
RS
1539 * simple.el (delete-key-deletes-forward-mode):
1540 Change `let' to `let*' to fix gross bug in last change.
1541
1542 * repeat.el (repeat): Don't let execute-kbd-macro alter
1543 real-last-command.
1544
a6a1ee53
EZ
15452001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1546
1547 * simple.el (eval-expression): Doc fix.
1548
d2f288c6
DL
15492001-02-09 Dave Love <fx@gnu.org>
1550
038f4ae3
DL
1551 * imenu.el (imenu-generic-expression): Doc fix.
1552
83c9cb8e
SM
1553 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1554 From Juanma Barranquero.
038f4ae3 1555
15d1caef 1556 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 1557
9804b846
KH
15582001-02-09 Kenichi Handa <handa@etl.go.jp>
1559
1560 * faces.el (set-face-attribute): Describe the case of a negative
1561 value specified for :line-width.
1562
532f5197
SM
15632001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1564
1565 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 1566 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 1567
1d279666
DL
15682001-02-08 Dave Love <fx@gnu.org>
1569
4681ca3a
DL
1570 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1571 widget-plist-value-type.
1572 (widget-alist-convert-widget): Replace binding of
1573 widget-alist-value-type.
1574
1d279666
DL
1575 * textmodes/paragraphs.el (sentence-end): Doc fix.
1576
83c9cb8e
SM
1577 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1578 Remove `backward-line'.
1d279666 1579
532f5197
SM
1580 * play/pong.el (pong-blank-color, pong-bat-color)
1581 (pong-ball-color, pong-border-color, pong-left-key)
1582 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1583 (pong-pause-key, pong-resume-key, pong-timer-delay):
1584 * mail/mh-comp.el (mh-compose-letter-function):
1585 * eshell/esh-mode.el (eshell-skip-prompt-function):
1586 * emulation/viper-ex.el (ex-unix-type-shell-options):
1587 * recentf.el (recentf-menu-filter):
1588 * ps-print.el (ps-print-region-function):
1589 * lpr.el (print-region-function):
1590 * forms.el (forms-mode-hooks):
1591 * dirtrack.el (dirtrack-directory-change-hook):
1592 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1593 * textmodes/spell.el (spell-filter):
1594 * textmodes/fill.el (adaptive-fill-function):
1595 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1596 * progmodes/etags.el (find-tag-default-function):
1597 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
1598 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1599
6f676109
EZ
16002001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1601
751d3bc4
EZ
1602 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1603 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1604 Meyering <jim@meyering.net>.
1605
6f676109
EZ
1606 * loadup.el: Revert last change.
1607
d3c26cdf
KH
16082001-02-07 Kenichi Handa <handa@etl.go.jp>
1609
83c9cb8e
SM
1610 * international/mule.el (transform-make-coding-system-args):
1611 Make it work also for coding systems not using CCL.
d3c26cdf 1612
44806980
EZ
16132001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1614
9889af08
EZ
1615 * simple.el (previous-matching-history-element)
1616 (next-matching-history-element): Doc fix.
1617
44806980
EZ
1618 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1619 specific part.
1620
1e36ff68
DL
16212001-02-06 Dave Love <fx@gnu.org>
1622
713f7b15 1623 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
1624 (add-log-buffer-file-name-function, add-log-file-name-function):
1625 Fix :type.
1626 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1627
c7ca58df
EZ
16282001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1629
fecd556a
EZ
1630 * info.el (info-initialize): Remove the test for system-type when
1631 invocation-directory is non-nil.
1632
c7ca58df
EZ
1633 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1634 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1635
587b5737
AI
16362001-02-06 Andrew Innes <andrewi@gnu.org>
1637
1638 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1639 absolute.
1640
baf7eee4
GM
16412001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1642
1643 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1644 buffers. When hi-lock turned on rather than only checking current
1645 buffer for regexps, all buffers are checked. Moved activation of
1646 font-lock to hi-lock-refontify. When font-lock turned off rather
1647 than removing added highlighting just in current buffer, remove it
1648 in all buffers. Changed edit menu text from "Automatic
1649 Highlighting" to "Regexp Highlighting" Documentation for
1650 highlighting phrases, minor documentation changes.
1651 (hi-lock-set-file-patterns): Execute only if there are new or
1652 existing file patterns.
1653 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1654 unfontify and, if a support mode is active, will not refontify the
1655 whole buffer. If necessary, turn on font lock. (Removed
1656 font-lock-unfontify and font-lock support-mode-specific calls,
1657 such as lazy-lock-fontify-window.)
1658 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1659 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 1660 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
1661 (hi-lock-face-phrase-buffer): New function. Also added related
1662 menu item and keybinding.
1663 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1664 (hi-lock-process-phrase): New function.
1665 (hi-lock-line-face-buffer): Doc fixes.
1666 (hi-lock-face-buffer): Doc fixes.
1667 (hi-lock-unface-buffer): Doc fixes.
713f7b15 1668
36710aa6
GM
16692001-02-06 Gerd Moellmann <gerd@gnu.org>
1670
1671 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1672 dabbrev-ignored-regexps.
1673
d3f22784
EZ
16742001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * simple.el (kill-line): Doc fix.
1677
5cb3c8d4
DL
16782001-02-05 Dave Love <fx@gnu.org>
1679
1680 * loadup.el: Revert last two changes -- bootstrapping works with
1681 regenerated loaddefs.
1682
e6297e7d
EZ
16832001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1684
1e14b095
EZ
1685 * isearch.el (isearch-forward): Doc fix.
1686
e6297e7d
EZ
1687 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1688 of font-lock-defaults to backward-paragraph.
1689
e16f52ce
GM
16902001-02-05 Gerd Moellmann <gerd@gnu.org>
1691
1692 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1693 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1694
01d19dd7
GM
16952001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1696
1697 * ebnf2ps.el: Eliminate time-stamp functions.
1698 (ebnf-version): New version (3.5).
1699 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1700 format-time-string.
1701
24886813
GM
17022001-02-05 Gerd Moellmann <gerd@gnu.org>
1703
1704 * simple.el (next-line): Goto end-of-line before inserting a newline.
1705
65e70fc4
MB
17062001-02-05 Miles Bader <miles@gnu.org>
1707
1708 * image-file.el (insert-image-file): When visiting an image, also
1709 set `truncate-lines' to t so that any fringe arrow looks correct.
1710
482f06c9
KH
17112001-02-05 Kenichi Handa <handa@etl.go.jp>
1712
1713 * isearch.el (isearch-forward): Add description about input method
1714 in the docsting.
1715
02399da7
SM
17162001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1717
1718 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1719
2c366083
EZ
17202001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1721
1722 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 1723 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 1724
bdadfce3
GM
17252001-02-02 Gerd Moellmann <gerd@gnu.org>
1726
79fb38c0
GM
1727 * wid-edit.el (widget-button-click): Fix last change.
1728
bdadfce3
GM
1729 * frame.el (frame-notice-user-settings): When resizing the initial
1730 frame because the tool bar is off, also change the frame's top
1731 position if a negative top position was specified.
1732
33155ffb
MB
17332001-02-02 Miles Bader <miles@gnu.org>
1734
1735 * image-file.el (insert-image-file): When visiting an image,
1736 suppress the cursor in the image buffer.
1737
1355ba0c
DL
17382001-02-01 Dave Love <fx@gnu.org>
1739
1740 * progmodes/f90.el (f90-mode): Remove startup message.
1741
fb758d2d 1742 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 1743
01acdb05
GM
17442001-02-01 Gerd Moellmann <gerd@gnu.org>
1745
1746 * startup.el (command-line): Fix code determining whether or not
1747 to use delete-key-deletes-forward-mode.
1748
5b1ee316
AS
17492001-02-01 Andre Spiegel <spiegel@gnu.org>
1750
1751 * vc.el (vc-diff-switches): New user option.
1752 (vc-version-diff): Use it.
1753 (vc-diff-switches-list): New macro.
1754
83c9cb8e
SM
1755 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1756 New customization options.
5b1ee316
AS
1757 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1758
1759 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1760
00b1e7a1
GM
17612001-02-01 Gerd Moellmann <gerd@gnu.org>
1762
1763 * msb.el (toplevel): Quote hook symbols.
1764
85827036
KH
17652001-02-01 Kenichi Handa <handa@etl.go.jp>
1766
8e028499 1767 * international/mule.el (make-coding-system): Add description
3c948dde 1768 about recognized properties in the docstring.
8e028499 1769
85827036
KH
1770 * international/mule-conf.el: Remove unused charsets
1771 mac-roman-lower and mac-roman-upper.
1772
7ccf7ab9
GM
17732001-01-31 Gerd Moellmann <gerd@gnu.org>
1774
2441692d
GM
1775 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1776 is in front of the left-margin, if any.
1777
ee5cece0
GM
1778 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1779 like `delete'.
1780
83c9cb8e 1781 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 1782
7ccf7ab9
GM
1783 * term/w32-win.el (mouse-set-font): Doc fix.
1784
b4f30ec5 17852001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 1786
b4f30ec5
GM
1787 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1788 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1789 on already.
1790
03e0fe6e
GM
17912001-01-31 Markus Rost <rost@math.ohio-state.edu>
1792
1793 * files.el (save-buffer): Don't give message if (buffer-file-name)
1794 returns nil.
713f7b15 1795
8f289acc
EZ
17962001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1797
cb4aae04
EZ
1798 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1799
dbd98b19
EZ
1800 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1801 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1802
8f289acc
EZ
1803 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1804 display problems.
1805
c12553c1
KH
18062001-01-31 Kenichi Handa <handa@etl.go.jp>
1807
c7bf5db9
KH
1808 * international/mule.el (charset-info): Fix docstring.
1809
1810 * international/mule-diag.el (describe-character-set): Check final
1811 char valid before printing it.
c12553c1 1812
14f16b9c
GM
18132001-01-30 Gerd Moellmann <gerd@gnu.org>
1814
efaa080b
GM
1815 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1816
eef93f99
GM
1817 * frame.el (frame-notice-user-settings): Do the tool-bar
1818 stuff only for graphical displays. Fix a braino.
713f7b15 1819
14f16b9c
GM
1820 * frame.el (frame-initialize): Create initial frame visible.
1821 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 1822 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
1823
1824 * startup.el (command-line): Remove manipulation of frame
1825 height for tool bars.
1826
4ad25e43
EZ
18272001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1828
1829 * lpr.el: Compatibility with XEmacs and doc fixes.
1830 (lpr-windows-system, lpr-lp-system): New vars.
1831 (lpr-printer-switch): New defcustom.
1832 (printer-name, lpr-command): Customization fix.
1833 (print-region-1): Code fix.
1834 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
1835 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1836 New functions.
4ad25e43 1837
e8f044a0
GM
18382001-01-29 Gerd Moellmann <gerd@gnu.org>
1839
1840 * msb.el (toplevel): Fix the eval-after-load.
1841
850d5045
GM
18422001-01-29 Dave Love <fx@gnu.org>
1843
762fe76e
DL
1844 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1845
1846 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1847
83c9cb8e 1848 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
1849 (tcl-using-emacs-19-23): Consider Emacs 21+.
1850 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1851 (tcl-add-emacs-menu): Supply menu name.
1852 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1853
3a768251
GM
18542001-01-29 Gerd Moellmann <gerd@gnu.org>
1855
1856 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1857
274d02f7
SM
18582001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1859
1860 * pcvs.el (cvs-mark-fis-dead): New function.
1861 (cvs-mode-add): Use it.
1862 (cvs-mode-add-change-log-entry-other-window):
1863 Rebind change-log-default-name to itself rather than to nil.
1864
ed5d446e
SS
18652001-01-29 Sam Steingold <sds@gnu.org>
1866
efaa080b 1867 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
1868 `autoload' statements.
1869
e2a80284
EZ
18702001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1871
8e1db7b3
EZ
1872 * files.el (confirm-kill-emacs): Doc fix.
1873
ff2a1c79
EZ
1874 * frame.el (frame-initialize): Doc fix.
1875
e7b0deaf
EZ
1876 * time-stamp.el (time-stamp-string): Doc fix.
1877
83c9cb8e
SM
1878 * woman.el (WoMan-log-1): Make the log buffer writable.
1879 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 1880
005913e4
GM
18812001-01-29 Gerd Moellmann <gerd@gnu.org>
1882
1883 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1884 the `make-variable-buffer-local'.
1885
58622cc5
GM
18862001-01-29 Dave Love <fx@gnu.org>
1887
1888 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
1889 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1890 Add autoload cookie.
58622cc5
GM
1891 (ansi-color-apply-sequence): Fix typo.
1892
0404d031
GM
18932001-01-29 Gerd Moellmann <gerd@gnu.org>
1894
ed5d446e 1895 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
1896 Postscript printing in black and white.
1897
0404d031
GM
1898 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1899 X-Mailman-Version, Precedence, List-Help, List-Post,
1900 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1901 Content-Type, Content-Length.
1902
3b6ed359
DL
19032001-01-29 Dave Love <fx@gnu.org>
1904
ddd16e7a
DL
1905 * elide-head.el (elide-head): Make overlay evaporate.
1906
83c9cb8e 1907 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 1908
8005142f
EZ
19092001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1910
1911 * isearch.el (isearch-highlight): Don't punt if the display
1912 doesn't support colors, since isearch faces are defined for
1913 monochrome displays as well.
1914
84728570
SS
19152001-01-27 Sam Steingold <sds@gnu.org>
1916
1917 * shell.el (shell-write-history-on-exit): Make sure that we are in
1918 the shell buffer (M-x tex-file RET inserted the error message into
1919 the TeX buffer).
1920
e26f9ced
EZ
19212001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1922
1923 * simple.el (transient-mark-mode): Doc fix.
1924
dc0274bd
GM
19252001-01-27 Gerd Moellmann <gerd@gnu.org>
1926
83c9cb8e 1927 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 1928
c1acacc4
EZ
19292001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1930
f5058b96
EZ
1931 * shell.el (shell-unquote-argument): If the shell is one of the
1932 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1933 quote character.
1934 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 1935 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 1936
c1acacc4 1937 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 1938 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 1939
103db06c 19402001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 1941
84728570 1942 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
1943 Treat a one-capital-letter abbrev as "not all upper case",
1944 so as to force preservation of the expansion's pattern
1945 if the expansion starts with a capital letter.
1946
cfa70244
EZ
19472001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1948
cfee9de7
EZ
1949 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1950 Doc fix.
1951
cfa70244
EZ
1952 * simple.el (transient-mark-mode): Document the fact that many
1953 commands act on the region when mark is active.
1954
17d90d6b
KH
19552001-01-27 Kenichi Handa <handa@etl.go.jp>
1956
1957 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 1958 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
1959 (quail-show-guidance-buf): Make the multibyteness of current
1960 buffer inherited to Quail guidance buffer.
1961 (quail-help): Make the multibyteness of current buffer inherited
1962 to Quail help buffer.
1963
61076b20
DL
19642001-01-26 Dave Love <fx@gnu.org>
1965
c47e2c68
DL
1966 * time-stamp.el: Doc fixes.
1967
84728570 1968 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
1969 (delphi-keyword-face, delphi-other-face): Fix :type.
1970
940f14b4
DL
1971 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1972
1973 * mail/feedmail.el (feedmail): Add :link.
1974 (feedmail-send-it): Doc fix.
1975
1976 * mail/sendmail.el: Doc fixes.
1977 (sendmail-send-it): Fix the non-ASCII regexp and use
1978 rfc2047-encode-string.
1979
61076b20
DL
1980 * dired.el, dired-aux.el: Revert last change.
1981
6c317bd2
GM
19822001-01-26 Gerd Moellmann <gerd@gnu.org>
1983
1984 * makefile.w32-in (DONTCOMPILE): Add various term files.
1985
19862001-01-26 Dave Love <fx@gnu.org>
1987
1988 * Makefile.in (DONTCOMPILE): Add various term files.
1989
1c636b5f
GM
19902001-01-26 Gerd Moellmann <gerd@gnu.org>
1991
af900b23
GM
1992 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1993
15fa6db0 1994 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 1995 the echo area is resized to fit the size of the startup message.
15fa6db0 1996
1c636b5f
GM
1997 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1998 part of which is a constant.
1999
9b1adbd5
EZ
20002001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2001
83c9cb8e 2002 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 2003
103db06c 20042001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
2005
2006 * simple.el (next-line): Don't let `newline' expand abbrevs.
2007 Simplify slightly.
2008 (open-line): Don't let `newline' expand abbrevs.
2009
219227ea
JW
20102001-01-25 John Wiegley <johnw@gnu.org>
2011
2012 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2013 to `repeat' in the :type field.
2014
2015 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2016 allow a choice of regexp or nil.
d2906bf8 2017 (pcomplete-dir-ignore): Same.
219227ea
JW
2018
2019 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2020 a command) to always fail.
2021
ceba0dac
GM
20222001-01-25 Gerd Moellmann <gerd@gnu.org>
2023
2024 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2025 discard the result.
2026 (iswitchb-to-end): Likewise.
2027
9b0630e5
SS
20282001-01-25 Sam Steingold <sds@gnu.org>
2029
2030 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 2031 Require vc.
9b0630e5 2032
a2ed9670
SM
20332001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2034
f0c1adab
SM
2035 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2036
a2ed9670
SM
2037 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2038
34ac3367
DL
20392001-01-25 Dave Love <fx@gnu.org>
2040
61076b20
DL
2041 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2042 (describe-coding-system): Tweak the English text.
2043
34ac3367
DL
2044 * loadup.el: Preload international/ccl for utf-8.
2045
4685e6b7
EZ
20462001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2047
2048 * mail/rmail.el (rmail-redecode-body): Doc fix.
2049
0fdb4475
KH
20502001-01-25 Kenichi Handa <handa@etl.go.jp>
2051
83c9cb8e
SM
2052 * international/mule-cmds.el (reset-language-environment):
2053 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 2054
83c9cb8e
SM
2055 * international/mule-conf.el (coding-category-utf-8):
2056 Initialize to mule-utf-8.
0fdb4475 2057
9b0630e5 2058 * loadup.el: Preload international/utf-8.
0fdb4475
KH
2059
2060 * international/utf-8.el: New file.
2061
245ed2b1
SM
20622001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2063
2064 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2065
e95b0c08
SS
20662001-01-24 Sam Steingold <sds@gnu.org>
2067
2068 * dired.el (dired-replace-in-string): Removed.
2069 (dired-sort-toggle): Use `replace-regexps-in-string'
2070 instead of `dired-replace-in-string'.
9b0630e5 2071
ceba0dac
GM
2072 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2073 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 2074
e95b0c08
SS
2075 * gs.el (gs-replace-in-string): Removed.
2076 (gs-options): Use `replace-regexps-in-string'
2077 instead of `gs-replace-in-string'.
2078
c3902c3e
EZ
20792001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2080
2081 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2082 bug report is mailed to an email list and posted to a news group.
2083
b66b6aeb
GM
20842001-01-24 Gerd Moellmann <gerd@gnu.org>
2085
83c9cb8e
SM
2086 * comint.el (comint-replace-by-expanded-history-before-point):
2087 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 2088
b66b6aeb
GM
2089 * startup.el (tool-bar-images-pixel-height): New variable.
2090 (command-line): After loading the user's init file, when
2091 tool-bar-mode is on, increase the frame's size by some lines for
2092 the tool-bar.
2093
2094 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 2095
ff890e66
SZ
20962001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2097
2098 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2099 (chinese-big5): MIME:Big5.
2100
04363179
GM
21012001-01-24 Gerd Moellmann <gerd@gnu.org>
2102
e95b0c08 2103 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
2104 Handle commands with prefix args.
2105
d56aaa64
GM
21062001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2107
2108 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2109 being a list of numbers.
2110 (diary-mail-entries): Rewritten.
2111
99858627
DL
21122001-01-23 Dave Love <fx@gnu.org>
2113
7aeb1fa9
DL
2114 * international/mule.el (make-coding-system): Fix typo.
2115
83c9cb8e
SM
2116 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2117 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 2118
5a43decf
EZ
21192001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2120
2121 * font-lock.el (font-lock-mode): Doc fix.
2122
b0e98867
KH
21232001-01-23 Kenichi Handa <handa@etl.go.jp>
2124
2125 * international/mule.el (make-translation-table): Fix docstring.
2126
9c8acefd
EZ
21272001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2128
fd4976b8
EZ
2129 * mail/rmail.el (rmail-redecode-body): New function.
2130
9c8acefd
EZ
2131 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2132
871e0439
GM
21332001-01-22 Gerd Moellmann <gerd@gnu.org>
2134
21c2bbe0
GM
2135 * isearch.el (isearch-lazy-highlight-case-fold-search)
2136 (isearch-lazy-highlight-regexp): New variables.
2137 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2138 case-fold search or regexp search has been toggled.
2139
5710730c
GM
2140 * wid-edit.el (widget-button-click): Avoid a save-excursion
2141 around running a global binding.
2142
871e0439
GM
2143 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2144 to 0.25.
2145
d0554957
MB
21462001-01-20 Miles Bader <miles@gnu.org>
2147
2148 * cus-edit.el (custom-face-save): Do post-processing on the face's
2149 new value like `custom-face-set' does.
2150
1519f618
EZ
21512001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2152
ccd87890
EZ
2153 * mail/emacsbug.el (report-emacs-bug): Report the value of
2154 LC_CTYPE, not LC_TYPE.
2155
1519f618
EZ
2156 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2157 isearch-toggle-regexp and isearch-edit-string to doc string.
2158
9724173b
GM
21592001-01-19 Gerd Moellmann <gerd@gnu.org>
2160
48bb9196
GM
2161 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2162 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2163
e95b0c08 2164 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
2165 font-lock-beginning-of-syntax-function to nil.
2166
dc81f8a2
EZ
21672001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * mail/emacsbug.el (report-emacs-bug): Report values of
2170 locale-coding-system, default-enable-multibyte-characters, and the
2171 environment variables LC_ALL, LC_TYPE, and LANG.
2172
99327974
GM
21732001-01-19 Gerd Moellmann <gerd@gnu.org>
2174
83c9cb8e 2175 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 2176
2be6ecc6
GM
2177 * font-lock.el (font-lock-multiline): Default to nil.
2178 (font-lock-default-fontify-region): If font-lock-multiline is
2179 nil, don't check the property `font-lock-multiline'.
2180
99327974
GM
2181 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2182 is nil, don't check the `font-lock-multiline' text property.
2183
2550055a
MK
21842001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2185
0a949811 2186 * viper.el: Call initial-major-mode on startup.
e95b0c08 2187
0a949811 2188 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 2189
8501998a 2190 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 2191
2550055a 21922001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 2193
0a949811 2194 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 2195 diff mode, if available.
e95b0c08 2196
0a949811 21972001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 2198
8501998a 2199 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 2200
2550055a
MK
2201 * ediff-init.el (subst-char-in-string): Define and use it, unless
2202 it's already defined.
e95b0c08 2203
8962e303
GM
22042001-01-18 Gerd Moellmann <gerd@gnu.org>
2205
2206 * tooltip.el (tooltip-hide-delay): New user-option.
2207 (tooltip-show): Use tooltip-hide-delay instead of the default.
2208
6b453381
KH
22092001-01-18 Kenichi Handa <handa@etl.go.jp>
2210
2211 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2212 kill-local-variable doesn't work for enable-multibyte-characters.
2213
9eaf396b
DL
22142001-01-17 Dave Love <fx@gnu.org>
2215
cebd37ce
DL
2216 * ediff-init.el (ediff-before-setup-hook)
2217 (ediff-merge-filename-prefix): Add :version.
2218
9eaf396b
DL
2219 * international/latin1-disp.el: Require disp-table.
2220 (latin1-display): Fix :set.
2221
2222 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2223
f864120f
GM
22242001-01-17 Gerd Moellmann <gerd@gnu.org>
2225
2226 * isearch.el (isearch-lazy-highlight-initial-delay)
2227 (isearch-lazy-highlight-interval): Default to 0.
2228
22292001-01-17 Bob Glickstein <bobg@zanshin.com>
2230
2231 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2232 1 here rather than each time through
2233 isearch-lazy-highlight-new-loop.
2234 (isearch-lazy-highlight-max): Variable deleted.
2235 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2236 isearch-lazy-highlight-max but controls a single invocation of
2237 isearch-lazy-highlight-update.
2238 (isearch-lazy-highlight-wrapped): Variable recreated.
2239 (isearch-lazy-highlight-window-start): New variable.
2240 (isearch-lazy-highlight-cleanup): Restored to behavior of
2241 before 2-Jan.
2242 (isearch-lazy-highlight-remove-overlays): Function deleted;
2243 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2244 behavior removed.
2245 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2246 isearch-lazy-highlight-update in a loop rather than just once.
2247 Test isearch-invalid-regexp here and decide not to start a new
2248 loop, rather than testing it each time through
2249 isearch-lazy-highlight-update.
2250 (isearch-lazy-highlight-search): Function restored.
2251 (isearch-lazy-highlight-update): Get called in a timer loop again,
2252 but this time highlight more than one match each time through.
83c9cb8e
SM
2253 Only highlight matches in the visible part of the window.
2254 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
2255 the edge of the window. Use sit-for to force redisplay and ensure
2256 window-start is credible. "Face suppressing" behavior removed;
2257 overlay priorities should make it unnecessary, right?
2258 (isearch-highlight): Face suppressing behavior removed.
2259 (isearch-dehighlight): Face suppressing behavior removed.
2260 (isearch-set-lazy-highlight-faces-at): Removed.
2261
076ec540
KH
22622001-01-17 Kenichi Handa <handa@etl.go.jp>
2263
2264 * language/european.el ("Latin-1"): Make the format of description
2265 about additional language environments same as that of Latin-2.
2266
92328ec5
DL
22672001-01-16 Dave Love <fx@gnu.org>
2268
39f2174e
DL
2269 * isearch.el (isearch-lazy-highlight): Add :version.
2270
92328ec5
DL
2271 * simple.el (backward-delete-char-untabify-method)
2272 (next-line-add-newlines): Add :version.
2273
f251459d
GM
22742001-01-16 Gerd Moellmann <gerd@gnu.org>
2275
9d4850e5
GM
2276 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2277 Don't bind <delete> otherwise.
2278
2279 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2280 and <delete> via function-key-map.
2281
f251459d
GM
2282 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2283 Subject line only if point is after the `Subject:'.
2284
771ffcf7
KH
22852001-01-16 Kenichi Handa <handa@etl.go.jp>
2286
bda6b481
KH
2287 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2288 japanese-jisx0213-2 in `charset' property of this lang. env.
2289
35793af7
KH
2290 * language/european.el ("Latin-1"): Add description for Dutch and
2291 Spanish lang. env.
2292
771ffcf7
KH
2293 * international/mule.el (decode-char): Fix conditions.
2294 (encode-char): Handle eight-bit-control too.
1c8102ff 2295 (transform-make-coding-system-args): New function.
50c29104
KH
2296 (make-coding-system): Accept XEmacs style arguments for CCL base
2297 coding system.
771ffcf7 2298
e1cf67b6
GM
22992001-01-15 Gerd Moellmann <gerd@gnu.org>
2300
2301 * progmodes/etags.el (find-tag-noselect): Save the value of
2302 tags-file-name before switching buffers, for the case it has a
2303 buffer-local value.
2304
b3287acf
GM
23052001-01-15 Alex Schroeder <alex@gnu.org>
2306
9eaf396b
DL
2307 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2308 From Dave Love <fx@gnu.org>.
b3287acf
GM
2309 (ansi-color-for-comint-mode): Fix :version.
2310
23112001-01-15 Alex Schroeder <alex@gnu.org>
2312
2313 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2314
8d7ff9c8
EZ
23152001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2316
2317 * dired.el (dired-insert-directory): If file-system-info fails,
2318 remove the " free " part, but don't signal an error.
2319
dbe99ae9
SS
23202001-01-12 Sam Steingold <sds@gnu.org>
2321
2322 * bookmark.el (bookmark-maybe-historicize-string):
2323 Use new backquote syntax.
2324
103db06c 23252001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
2326
2327 * subr.el (last): Handle a list that doesn't end in nil.
2328
ca2ddd8e
SS
23292001-01-12 Sam Steingold <sds@gnu.org>
2330
2331 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2332 to `backward-delete-char-untabify'.
2333
1751c874
DL
23342001-01-12 Dave Love <fx@gnu.org>
2335
2336 * cus-edit.el (customize-menu-create): Fix the :filter following
2337 easymenu change.
2338
2339 * wid-edit.el (function): Add :match-alternatives.
2340 (widget-color-action): Doc fix.
2341
3cccce8d
GM
23422001-01-12 Gerd Moellmann <gerd@gnu.org>
2343
2344 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2345
18bfd6b5
KH
23462001-01-12 Kenichi Handa <handa@etl.go.jp>
2347
83c9cb8e 2348 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 2349
18bfd6b5
KH
2350 * international/ccl.el (define-ccl-program): Fix docstring.
2351
562e00da
DL
23522001-01-11 Dave Love <fx@gnu.org>
2353
14fd0da3
DL
2354 * international/mule-cmds.el (standard-display-european-internal):
2355 Set display table for 2208 as for 160.
2356
2357 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2358
562e00da
DL
2359 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2360 entry for custom-menu-create change.
2361 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2362 don't cons it in the search loop.
2363
2364 * imenu.el (imenu--truncate-items): Revert last change.
2365
6e961dcd
EZ
23662001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2367
2368 * info.el (Info-setup-header-line): If the node header includes
2369 either Next: or Prev: links, don't show the File: and Node: parts
2370 in the header line.
2371
2c2ff7f2
GM
23722001-01-11 Gerd Moellmann <gerd@gnu.org>
2373
a7ee2d2e
GM
2374 * comint.el (comint-goto-process-mark): Don't print a message
2375 when running in batch mode.
2376
c5348233
GM
2377 * isearch.el (isearch-search): In the condition-case handler for
2378 `error', set isearch-invalid-regexp to the whole error message.
2379
422717d1
GM
2380 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2381 ensure that eval-after-load works for files dumped with Emacs.
2382
2383 * help.el (load-symbol-file-load-history): New function extracted
2384 from function symbol-file.
2385 (symbol-file): Use it.
2386
83c9cb8e 2387 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 2388
926861fb
EZ
23892001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2390
2391 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2392 behave as if there were no prefix argument.
2393 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2394 argument were nil.
2395
afa1f52c
RS
23962001-01-11 Richard M. Stallman <rms@gnu.org>
2397
ca2ddd8e 2398 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
2399 Don't look for more potential matches once maximum is exceeded.
2400 Use overlays-in to check correctly for overlap with current match.
2401 Ignore empty matches.
2402
47a9f362
MB
24032001-01-11 Miles Bader <miles@gnu.org>
2404
2405 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2406 (ispell-overlay-window, ispell-help, ispell-show-choices)
2407 (ispell-command-loop): Use it instead of `window-height'.
2408
d196f58d
GM
24092001-01-10 Gerd Moellmann <gerd@gnu.org>
2410
cf523f0e
GM
2411 * files.el (confirm-kill-emacs): New user-option.
2412 (save-buffers-kill-emacs): Ask for final confirmation before
2413 killing Emacs.
2414
d196f58d
GM
2415 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2416 to nil.
2417
7c6c3d8e
GM
24182001-01-10 Dave Love <fx@gnu.org>
2419
1f8be15d
DL
2420 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2421
83c9cb8e 2422 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
2423
2424 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2425
2426 * calculator.el (calculator-number-digits): Fix :type.
2427
0d5184de
DL
2428 * vc-cvs.el (vc-cvs-header): Fix :type.
2429 * vc-rcs.el (vc-rcs-header): Fix :type.
2430 * vc-sccs.el (vc-sccs-header): Fix :type.
2431
2432 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2433
7c6c3d8e
GM
2434 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2435
8c9f73a2
GM
2436 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2437
457b792c
GM
24382001-01-10 Gerd Moellmann <gerd@gnu.org>
2439
2440 * simple.el (set-variable): Force a thorough redisplay for the
2441 case that the variable has an effect on the display, like
2442 `tab-width' has.
2443
d2622d08
AS
24442001-01-10 Andre Spiegel <spiegel@gnu.org>
2445
2446 * vc.el: Add documentation for backend interface.
2447
ae4b5f4f
KH
24482001-01-10 Kenichi Handa <handa@etl.go.jp>
2449
e0844717
KH
2450 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2451
ae4b5f4f
KH
2452 * international/mule-conf.el (latin-extra-code-table): Set to t
2453 for \223 and \224.
2454
3184082b
KH
24552001-01-09 Kenichi Handa <handa@etl.go.jp>
2456
2457 * international/mule-cmds.el (locale-language-names): Map "es" to
2458 "Spanish" and "nl" to "Dutch".
2459
732b9cdd
GM
24602001-01-09 Gerd Moellmann <gerd@gnu.org>
2461
1dfca644
GM
2462 * bindings.el (global-map): Bind <home> to beginning-of-line,
2463 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2464 C-<end> to end-of-buffer.
2465
732b9cdd
GM
2466 * language/european.el: Add Dutch and Spanish language info
2467 to be able to use the appropriate tutorials.
2468
24692001-01-09 Alex Schroeder <alex@gnu.org>
2470
2471 * ansi-color.el (ansi-color-process-output): Use markers instead
2472 of positions for start and end of region.
2473 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2474 Previously, occasional mistakes happend when fontifying many
2475 chunks of output (eg. ls --color=yes /dev). This happened
2476 whenever an overlay was created up to the end of the region, which
2477 coincided with the process-mark. New text would then be added
2478 within that overlay instead of after it.
2479 (ansi-color-make-extent): Overlays are created with the property
2480 `modification-hooks' set to '(ansi-color-freeze-overlay).
2481 (ansi-color-freeze-overlay): New function. When inserting text at
2482 the end of the overlay, the overlay will resize.
2483
24842000-01-09 Alex Schroeder <alex@gnu.org>
2485
2486 * ansi-color.el (ansi-color-process-output): Doc change.
2487 (ansi-color-unfontify-region): Doc change. No longer installed
2488 automatically in font-lock-unfontify-region-function.
2489 (ansi-color-apply): Doc change.
2490 (ansi-color-apply-on-region): Use extents or overlays instead of
2491 text-properties.
2492 (ansi-color-make-extent): New function.
2493 (ansi-color-set-extent-face): New function.
2494
24952000-01-09 Alex Schroeder <alex@gnu.org>
2496
2497 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2498 both use ansi-color-process-output, now.
2499 (ansi-color-process-output): Doesn't return string anymore. It is
2500 installed in comint-output-filter-functions for both Emacs and
2501 XEmacs, now.
2502 (ansi-color-unfontify-region): Simplified code removing variables
2503 pos and start-ansi.
2504 (ansi-color-apply): Put text-property ansi-color before putting
2505 text-property face because ansi-color-unfontify-region is called
2506 immediately after the call to put-text-property.
2507 (ansi-color-context-region): Doc change.
2508 (ansi-color-filter-region): Simplified code.
2509 (ansi-color-apply-on-region): Changed start to start-marker, using
2510 a marker explicitly. Put text-property ansi-color before putting
2511 text-property face because ansi-color-unfontify-region is called
2512 immediately after the call to put-text-property.
2513
25142000-01-09 Alex Schroeder <alex@gnu.org>
2515
2516 * ansi-color.el (ansi-color-faces-vector): Doc change.
2517 (ansi-color-for-comint-mode): Changed :type property to choice.
2518 (ansi-color-last-context): Removed.
2519 (ansi-color-process-output): Don't use ansi-color-last-context, as
2520 the main functions will store their context now.
2521 (ansi-color-context): Doc change.
2522 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2523 Uses ansi-color-context such that repeated calls will strip
2524 partial escape sequences, too.
2525 (ansi-color-apply): Simplified code. Colorize end of string if
2526 face is not null. Store context in new (FACE STRING) format, such
2527 that repeated calls will strip partial escape sequences, too.
2528 Append faces to face property using ansi-color-apply-sequence such
2529 that cumulative mode actually works.
2530 (ansi-color-context-region): New variable.
2531 (ansi-color-filter-region): Rewrote it based on
2532 ansi-color-apply-on-region. Uses ansi-color-context-region such
2533 that repeated calls will strip partial escape sequences, too.
2534 (ansi-color-apply-on-region): Simplified code. Colorize end of
2535 region if face is not null. Store context in new (FACE POS)
2536 format, such that repeated calls will strip partial escape
2537 sequences, too. Append faces to face property using
83c9cb8e 2538 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
2539 (ansi-color-apply-sequence): New function.
2540 (ansi-color-get-face): When the default face is added to the list
2541 of faces, all previous settings are discarded and the list of
2542 faces is set to '(default).
2543
25442000-01-09 Alex Schroeder <alex@gnu.org>
2545
2546 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2547 face, such that ansi-color-apply and ansi-color-apply-on-region
2548 will do the right thing.
2549 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2550 returns nil, set the list of faces back to nil instead of
83c9cb8e 2551 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
2552
25532000-01-09 Alex Schroeder <alex@gnu.org>
2554
2555 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2556 (ansi-color-process): Doc change.
2557 (ansi-color-last-context): New buffer-local variable.
2558 (ansi-color-process-output): New function. It is automatically
2559 added to comint-output-filter-functions if this is XEmacs.
2560 (ansi-color-unfontify-region): New optional parameter for XEmacs
2561 compatibility. Check wether font-lock-syntactic-keywords is
2562 boundp before removing the syntax table text property, as XEmacs
2563 doesn't have it.
2564 (ansi-color-filter-region): Doc change.
2565 (ansi-color-apply-on-region): Doc change.
2566 (ansi-color-make-face): New function. Compatibility layer for
2567 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2568 (ansi-color-make-color-map): Use ansi-color-make-face.
2569 (ansi-color-get-face): Avoid face text property '(nil) as results
2570 in an errow for XEmacs.
2571
25722000-01-09 Alex Schroeder <alex@gnu.org>
2573
83c9cb8e
SM
2574 * ansi-color.el (ansi-color-unfontify-region): New function.
2575 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
2576 ansi-color. When the package is loaded, a lambda expression is
2577 put onto font-lock-mode-hook. This lambda expression will check
2578 font-lock-unfontify-region-function and replace
83c9cb8e 2579 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
2580 (ansi-color-apply): Add text-property ansi-color in addition to
2581 text-property face.
2582 (ansi-color-apply-on-region): Add text-property ansi-color in
2583 addition to text-property face.
2584 (save-buffer-state): Copy of the macro that is also used by
2585 lazy-lock and font-lock.
2586
2587 (ansi-color-for-comint-mode): New option.
2588 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2589 (ansi-color-for-comint-mode-off): Ditto.
2590 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
2591 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2592 decide what to do. This function is added to
2593 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
2594
2595 (ansi-color-for-shell-mode-set): Removed.
2596 (ansi-color-for-shell-mode): Removed.
2597
25982000-01-09 Alex Schroeder <alex@gnu.org>
2599
2600 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2601 the lambda expression from the ansi-color-for-shell-mode :set
2602 property. Additionally, modify shell-mode-hook to enable or
2603 disable font-lock-mode for future shell buffers.
2604 (ansi-color-for-shell-mode): The :set property calls
2605 ansi-color-for-shell-mode-set instead of a lambda expression.
2606
26072000-01-09 Alex Schroeder <alex@gnu.org>
2608
2609 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2610 (ansi-color-context): New variable.
2611 (ansi-color-apply): Save context between calls.
2612
fb55ff10
EZ
26132001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2614
83c9cb8e
SM
2615 * isearch.el (isearch, isearch-lazy-highlight-face):
2616 New definitions for face colors and attributes.
29910493 2617
fb55ff10
EZ
2618 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2619 of display-mouse-p.
2620
134d6265
KH
26212001-01-09 Kenichi Handa <handa@etl.go.jp>
2622
2623 * international/mule.el (make-coding-system): If the coding system
2624 accepts extra latin codes, register such codes as safe for the
2625 coding system.
2626
103db06c 26272001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 2628
984c9f75
RS
2629 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2630 don't mention the file name or the date here, because they are
2631 logged at the start of the file.
2632
26332001-01-08 Richard M. Stallman <rms@gnu.org>
2634
78b8eee8
RS
2635 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2636 Change screen-width to frame-width.
2637
1460e5d4
EZ
26382001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2639
2640 * info.el (Info-search): Print the default as part of the prompt.
2641
56f24bc1
AS
26422001-01-08 Andre Spiegel <spiegel@gnu.org>
2643
ca2ddd8e 2644 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
2645 constant implementations in backends.
2646
2647 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2648 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2649
2650 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2651 WRITABLE to EDITABLE.
2652
2653 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2654 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2655 to EDITABLE.
2656
b7812d30
EZ
26572001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2658
2659 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 2660 (copyright, copyright-update): Compute the current year at run time.
b7812d30 2661
7e56ea04
GM
26622001-01-08 Gerd Moellmann <gerd@gnu.org>
2663
2664 * isearch.el (isearch-old-signal-hook): Removed.
2665 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2666 instead of setting signal-hook-function.
2667 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2668
a758f97d
GM
26692001-01-08 Kevin Gallagher <kevingal@onramp.net>
2670
2671 * emulation/edt.el: Update to version 4.0. Provide support for
2672 EDT scroll margins at top and bottom of the window. Provide an
2673 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2674 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
2675 user when file-related buffer modifications exist.
2676 Provide support for running EDT Emulation in XEmacs.
2677 Provide customize access to some user updatable variables.
2678 Add Commentary section to file header.
2679 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
2680
2681 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2682 for detecting a keypress that generates an ASCII key sequence.
2683 (Previously, only a keypress that generates a vector was
2684 recognized.) Embed Window Manager name into name of the generated
2685 EDT Emulation initialization file since the initialization file is
2686 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 2687
30db89f9
EZ
26882001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2689
4deb3ba9
EZ
2690 * mail/sendmail.el (mail-mode): Doc fix.
2691
30db89f9
EZ
2692 * info.el (Info-goto-emacs-command-node): Doc fix.
2693 (Info-goto-emacs-key-command-node): Doc fix.
2694
c3f2772b
EZ
26952001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2696
8726e79b 2697 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
2698 systems without long file-name support.
2699
0dac6924
AI
27002001-01-06 Andrew Innes <andrewi@gnu.org>
2701
2702 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2703
4e6ef391
EZ
27042001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2705
380866a2
EZ
2706 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2707 (isearch-lazy-highlight-update): Doc fix.
2708
148b5960
EZ
2709 * ffap.el (ffap-bindings): Doc fix.
2710
4e6ef391
EZ
2711 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2712
4cb1bcc2
DL
27132001-01-05 Dave Love <fx@gnu.org>
2714
2715 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2716
3828218c
GM
27172001-01-05 Gerd Moellmann <gerd@gnu.org>
2718
83c9cb8e
SM
2719 * mouse-drag.el (mouse-drag-safe-scroll):
2720 Bind scroll-preserve-screen-position to nil.
f1ade7d3 2721
1f4139d5
GM
2722 * isearch.el (isearch-old-signal-hook): New variable.
2723 (isearch-mode): Set signal-hook-function to isearch-done.
2724 (isearch-done): Restore old signal-hook-function.
2725
3828218c
GM
2726 * info.el (Info-fontify-node): Mark one more char as intangible.
2727
3970013f
KH
27282000-01-05 Kenichi Handa <handa@etl.go.jp>
2729
83c9cb8e
SM
2730 * composite.el (compose-last-chars): New argument COMPONENTS.
2731 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
2732 COMPONENTS.
2733
2734 * international/quail.el (quail-input-string-to-events): New function.
2735 (quail-input-method): Convert input string to events here.
2736 (quail-start-translation): Return input string, not event list.
2737 (quail-start-conversion): Likewise.
2738
f3b05e99
GM
27392001-01-04 Gerd Moellmann <gerd@gnu.org>
2740
ca2ddd8e 2741 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
2742 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2743 and tooltip-add-timeout.
2744 (tooltip-show): Set border color from faces's foreground.
2745 (tooltip-show-help-function): If called with the same help string
2746 as last time, do nothing.
2747 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2748
0f2ac578
GM
2749 * startup.el (fancy-splash-screens): Don't bind show-help-function
2750 to nil.
2751
f3b05e99
GM
2752 * tooltip.el (tooltip-frame-parameters): Remove colors.
2753 (tooltip): New face
2754 (tooltip-set-param): New function.
2755 (tooltip-show): Set up color frame parameters from face `tooltip'.
2756 Display the tooltip text in face `tooltip'.
2757
8416e94a
DL
27582001-01-04 Dave Love <fx@gnu.org>
2759
2760 * whitespace.el (whitespace-global-mode): Fix typo.
2761
2762 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2763
30db89f9
EZ
27642001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2765
83c9cb8e
SM
2766 * help.el (help-for-help): Fix a typo in a doc string.
2767 From kwzh@gnu.org (Karl Heuer).
30db89f9 2768
b847eb8c
DL
27692001-01-03 Dave Love <fx@gnu.org>
2770
2771 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 2772 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
2773 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2774 (dired-guess-shell-alist-user): Customize.
2775 (dired-x-help-address): Set to bug-gnu-emacs.
2776 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2777 (dired-default-directory): Renamed from default-directory.
2778
2779 * hl-line.el (hl-line): Doc fix.
2780
43c4b570
KF
27812001-01-03 Karl Fogel <kfogel@red-bean.com>
2782
1bf6b1bf 2783 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 2784
984c9f75 27852001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
2786
2787 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2788 to remove all the current alternative-match highlighting.
2789 If nil, remove only what's outside the current window.
2790 (isearch-lazy-highlight-remove-overlays): Take optional
2791 region within which NOT to remove them.
2792 (isearch-lazy-highlight-new-loop): Greatly simplified.
2793 (isearch-lazy-highlight-update): Find all the other occurrences
2794 visible in the window, in just one call.
2795 (isearch-lazy-highlight-start): Now holds start of region to scan.
2796 (isearch-lazy-highlight-end): Now holds end of region to scan.
2797 (isearch-lazy-highlight-wrapped): Variable deleted.
2798 (isearch-lazy-highlight-search): Function deleted.
2799
13d6a61c
AI
28002000-01-02 Andrew Innes <andrewi@gnu.org>
2801
2802 * w32-fns.el (convert-standard-filename): Do length check on name
2803 before aref.
2804
064866e7
DL
28052001-01-02 Dave Love <fx@gnu.org>
2806
b33e041b
DL
2807 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2808 value.
2809 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2810
2811 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2812
8166ffd5
DL
2813 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2814 read syntax.
2815
064866e7
DL
2816 * calendar/todo-mode.el (todo): Add :link, :version.
2817 (todo-save-top-priorities): Remove autoload cookie.
2818 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 2819 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 2820
6dde6abc
GM
28212001-01-02 Gerd Moellmann <gerd@gnu.org>
2822
2823 * comint.el (comint-input-history-ignore): New variable.
2824 (comint-read-input-ring): Ignore entries matching
2825 comint-input-history-ignore.
2826
1a8a9daf
GM
28272001-01-02 Eric M. Ludlam <zappo@gnu.org>
2828
2829 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2830 (lm-copyright-mark): New function.
2831 (lm-crack-copyright): New function.
2832 (lm-verify): Check that the file has a copyright.
2833 Check that the file is copyright Free Software Foundation.
2834
9c92eb53
KH
28352000-12-30 Kenichi Handa <handa@etl.go.jp>
2836
2837 * international/mule-diag.el (print-fontset): Indent font name by
2838 24 columns, not 25.
2839
49172314
GM
28402000-12-29 Gerd Moellmann <gerd@gnu.org>
2841
762a68ec
GM
2842 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2843 in Subject line.
2844
49172314 2845 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
2846 Use mail-mode-hook instead of mail-setup-hook.
2847 Otherwise continuing an interrupted message with C-u C-x m for
2848 instance, winds up in Mail mode without abbrevs.
49172314 2849
bd7a2e26
GM
28502000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2851
2852 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
2853 non-nil. Adding almost all customization variables on ps-setup.
2854 Doc fix.
bd7a2e26
GM
2855 (ps-print-version): New version number (6.3.3).
2856 (ps-end-with-control-d): Initialization fix.
2857 (ps-lines-printed): New var.
2858 (ps-skip-newline): New fun.
2859 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2860 (ps-next-line, ps-continue-line, ps-plot-region)
2861 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 2862
2b3f28a4
KH
28632000-12-29 Kenichi Handa <handa@etl.go.jp>
2864
83c9cb8e
SM
2865 * international/fontset.el (x-complement-fontset-spec):
2866 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
2867 registered in x-font-name-charset-alist.
2868 (create-fontset-from-fontset-spec): Adjusted for the above change.
2869 The name of fontset alias should be a unresolved ASCII font name.
2870
2ece9174
GM
28712000-12-28 Gerd Moellmann <gerd@gnu.org>
2872
2873 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2874 and delete in isearch-mode-map.
2875
cbe3ad7a
RS
28762000-12-28 Richard M. Stallman <rms@gnu.org>
2877
ca2ddd8e 2878 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
2879 Use xpdf instead of acroread.
2880
a816f1c5
KH
28812000-12-28 Kenichi Handa <handa@etl.go.jp>
2882
f086e73c
KH
2883 * textmodes/artist.el (artist-butlast): Deleted.
2884 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 2885 artist-butlast.
f086e73c 2886
a816f1c5
KH
2887 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2888
2889 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2890
b202115b
EZ
28912000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2892
2893 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2894
2895 * ls-lisp.el: Better support for the Mac and MS-Windows.
2896 (ls-lisp): New defgroup.
2897 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 2898 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
2899 (ls-lisp-support-shell-wildcards): New defcustoms.
2900 (ls-lisp-parse-symlink): New function.
2901 (insert-directory): Code to convert switches to a list and set up
2902 the wildcard argument copied from ls-lisp-insert-directory.
2903 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2904 for -C and -R switches.
2905 (ls-lisp-column-format): New function.
ca2ddd8e 2906 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
2907 (ls-lisp-format-time): Add doc strings.
2908 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2909 Support ls-lisp-dirs-first.
2910 (ls-lisp-classify, ls-lisp-extension): New functions.
2911 (ls-lisp-format): Optionally support emulation of symlinks.
2912 Support -i, -s, and -G switches.
2913
6061fbf0
GM
29142000-12-27 Gerd Moellmann <gerd@gnu.org>
2915
5e25feee
GM
2916 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2917
6061fbf0
GM
2918 * version.el (emacs-version): Print X scroll bar information.
2919
2920 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2921 instead of x-toolkit-scroll-bars-p.
2922
2923 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2924 of x-toolkit-scroll-bars-p.
2925
25050dab
EZ
29262000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2927
83c9cb8e 2928 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
2929 (ffap-bindings): Doc fix, to reflect the above change.
2930
c1786874
KH
29312000-12-27 Kenichi Handa <handa@etl.go.jp>
2932
2933 * term.el (term-char-mode): Define all non-ascii self-inserting
2934 characters to 'term-send-raw in term-raw-map.
2935
7261ece3 29362000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 2937
83c9cb8e 2938 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 2939
83c9cb8e
SM
2940 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2941 Changed initialization; use add-hook.
6061fbf0 2942 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 2943
6061fbf0 2944 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 2945
6061fbf0
GM
2946 * ediff.el (ediff-patch-buffer): Bug fix.
2947 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 2948
83f40583
SM
29492000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2950
2951 * subr.el (combine-run-hooks): Remove.
2952
2953 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2954 and remove the rogue second spec.
2955
bdd6d4e8
GM
29562000-12-23 Gerd Moellmann <gerd@gnu.org>
2957
2958 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2959
26736ce3
SM
29602000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2961
0e86b6b0
SM
2962 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2963 Use minibuffer menu prompt for the `=' prefix.
2964 (smerge-command-prefix): Change default to C-^.
6eabfb26 2965 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 2966
26736ce3
SM
2967 * skeleton.el (skeleton-internal-1): Make sure the first line of
2968 the region is also re-indented.
d21584d6
SM
2969 (skeleton-end-newline): New var.
2970 (skeleton-end-hook): Use it.
26736ce3 2971
95fa4fd7
MB
29722000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2973
2974 * comint.el (comint-password-prompt-regexp): Support CVS.
2975
f060b834
GM
29762000-12-22 Gerd Moellmann <gerd@gnu.org>
2977
83c9cb8e
SM
2978 * simple.el (delete-key-deletes-forward-mode): Simplify.
2979 Also backspace key combinations, depending on
856ff7a7
GM
2980 delete-key-deletes-forward.
2981
2982 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2983
f060b834
GM
2984 * simple.el (delete-key-deletes-forward): Doc fix.
2985
653558a1
GM
29862000-08-22 Emmanuel Briot <briot@gnat.com>
2987
2988 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 2989 white spaces are relevant in the XML file.
653558a1
GM
2990 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2991 to parse was already edited. This allows for on-the-fly analysis
26736ce3 2992 of XML files.
653558a1
GM
2993 (xml-parse-tag): Check that the casing is the same in the start
2994 tag and end tag, since XML is case-sensitive. Allows for spaces
2995 in the end tag, after the name of the tag.
2996 (xml-parse-attlist): Allow for the character '-' in the name of
2997 attributes, as in the standard http-equiv attribute Do not save
26736ce3 2998 the properties in the XML tree, since they are not relevant.
653558a1 2999
3ad93d8d
SM
30002000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3001
3002 * generic.el (generic-read-type): Undo last change, inline into
3003 `generic-mode' and then remove.
3004 (generic-mode): Inline generic-read-type.
3005 (define-generic-mode): Push the symbol name rather than the symbol
3006 onto generic-mode-list.
3007
177f4e88
GM
30082000-12-21 Gerd Moellmann <gerd@gnu.org>
3009
8e15274f
GM
3010 * generic.el (generic-read-type): Build an alist for
3011 completing-read as in 20.7.
3012
3013 * play/landmark.el (lm): Use interactive spec `P'.
3014 (toplevel): Don't set debug-on-error.
3015
83c9cb8e 3016 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 3017
6ba384dc
GM
30182000-12-21 Dave Pearson <davep@davep.org>
3019
3020 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 3021
647a066c
GM
30222000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3023
3024 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3025 ranges like \177-\237, but accepts the character sequence from \177 to
3026 \237. Doc fix.
3027 (ebnf-version): New version (3.4).
3028 (ebnf-setup): Code fix.
3029 (ebnf-range-regexp): New fun.
3030 (ebnf-8-bit-chars): Const fix.
3031
3032 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3033 entry. Doc fix.
3034 (ebnf-bnf-lex): Code fix.
3035 (ebnf-bnf-comment-chars): Const fix.
3036
3037 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3038 entry. Doc fix.
3039 (ebnf-iso-comment-chars): Const fix.
3040
3041 * ebnf-otz.el: Doc fix.
3042
3043 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3044 entry. Doc fix.
3045 (ebnf-yac-skip-code): Code fix.
3046 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 3047
bc22fd18
EZ
30482000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3049
3050 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
3051 (recover-file): Use it instead of insert-directory.
3052 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 3053
587fc3f9
KH
30542000-12-21 Kenichi Handa <handa@etl.go.jp>
3055
83c9cb8e
SM
3056 * international/mule-cmds.el (select-safe-coding-system):
3057 Check coding-category-list more rigidly. Improve help message.
eeefcfde 3058
587fc3f9
KH
3059 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3060
01860fb9
MB
30612000-12-21 Miles Bader <miles@gnu.org>
3062
83c9cb8e 3063 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 3064
3f9d67a6
KH
30652000-12-21 Kenichi Handa <handa@etl.go.jp>
3066
9fd1c1f7
KH
3067 * international/mule-diag.el (describe-char-after): Make *Help*
3068 buffer inherit multibyteness of the current buffer.
3069
3f9d67a6
KH
3070 * international/mule.el (make-char): Docstring adjusted for the
3071 change of make-char-internal.
3072
c9669fac
SM
30732000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3074
3075 * international/iso-cvt.el: Docstrings fix.
3076
19594307
DL
30772000-12-20 Dave Love <fx@gnu.org>
3078
3079 * subr.el (eval-after-load): Doc fix.
3080
b1a447b3
KH
30812000-12-20 Kenichi Handa <handa@etl.go.jp>
3082
3083 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3084 for numbers.
3085
09877d5d
MB
30862000-12-20 Miles Bader <miles@gnu.org>
3087
3088 * international/quail.el (quail-help): Resize the help window
3089 again after it has all its contents. Remove unneeded progn.
3090
71d4497a
GM
30912000-12-19 Gerd Moellmann <gerd@gnu.org>
3092
3093 * pcmpl-linux.el: Fix copy/paste error.
3094
741e56a0
AI
30952000-12-19 Andrew Innes <andrewi@gnu.org>
3096
83c9cb8e 3097 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 3098
cc24d91c
CD
30992000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3100
ba4c05aa
CD
3101 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3102
3103 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3104
3105 * progmodes/idlw-shell.el: Fixed copyright notice.
3106
3107 * progmodes/idlwave.el: Fixed copyright notice.
3108
71d4497a 3109 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
3110 TAB as key separators.
3111
524c8caf
GM
31122000-12-19 Alex Schroeder <alex@gnu.org>
3113
3114 * sql.el (sql-sybase-options): New option.
3115 (sql-sybase): Use it. Add sql-database to the list of parameters
3116 provided for login. The options -w 2048 -n are not used any more.
3117 (sql-postgres-options): Changed default from "--pset" to "-P".
3118 (sql-mysql-options): Doc change.
3119 (sql-stop): Doc change.
3120
b5fa513d
KH
31212000-12-19 Kenichi Handa <handa@etl.go.jp>
3122
3123 * international/quail.el (quail-input-method): Always hide
3124 the guidance buffer on exiting.
3125
91c9e6ce
GM
31262000-12-18 Gerd Moellmann <gerd@gnu.org>
3127
c6da4eb4
GM
3128 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3129 isn't fboundp.
3130
3d2a0e0b
GM
3131 * server.el (server-buffer-done): Bury the buffer before
3132 killing it.
3133
91c9e6ce
GM
3134 * faces.el (face-spec-set): Interpret a nil in specs for
3135 foreground and background colors as `unspecified', for
3136 compatibility with 20.x.
3137
40fa0008
DL
31382000-12-18 Dave Love <fx@gnu.org>
3139
22adbe54
DL
3140 * simple.el (mail-user-agent): Doc fix.
3141 (input-mode-8-bit): Removed.
3142
3143 * international/mule.el (set-keyboard-coding-system): Doc fix.
3144 (keyboard-coding-system): New option.
3145
40fa0008
DL
3146 * mail/sendmail.el (send-mail-function): Customize.
3147
6f4745e2
EZ
31482000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3149
3150 * international/codepage.el (cp866-decode-table): New table.
3151
82b90229
GM
31522000-12-18 Gerd Moellmann <gerd@gnu.org>
3153
3154 * version.el (emacs-version): Remove `%a' from the time format
3155 because the weekday doesn't fit well into each locale.
3156
5a047002
MB
31572000-12-18 Miles Bader <miles@gnu.org>
3158
7f49aa07
MB
3159 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3160
ca2ddd8e 3161 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
3162 Check that emacs-major-version is `=' to 20, not `>='.
3163 (artist-replace-chars): Use `make-string' instead of a loop.
3164
22ea2607
EZ
31652000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3168 (cvs-execute-single-file): Don't change directory.
3169 Patch from Per Cederqvist.
3170
6c825f8e
EZ
31712000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3172
83c9cb8e
SM
3173 * textmodes/ispell.el (check-ispell-version):
3174 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
3175 of -vv.
3176
8ff06845
KH
31772000-12-16 Kenichi Handa <handa@etl.go.jp>
3178
af4bb4c8
KH
3179 * international/mule-diag.el (mule-diag): Insert information about
3180 configure options, multibyte awareness, language env.
3181
8ff06845
KH
3182 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3183 regexp to search for candidates.
3184
b24e84ab
EZ
31852000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * info.el (Info-forward-node): If the node has an
3188 Info-header-line, widen the buffer before searching for "next:"
3189 and "up:" pointers, and set the search limit to stay in the
3190 current node.
3191
7981d89f
MB
31922000-12-16 Miles Bader <miles@gnu.org>
3193
3194 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3195
88ee7917
MB
31962000-12-15 Miles Bader <miles@gnu.org>
3197
3198 * comint.el (comint-send-string, comint-send-region): Also accept
3199 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3200 process-send-string/region.
3201
0c28d842
GM
32022000-12-15 Gerd Moellmann <gerd@gnu.org>
3203
4ea7fdca
GM
3204 * isearch.el (isearch-lazy-highlight-max): New user-option.
3205 (isearch-lazy-highlight-update): Don't highlight more than
3206 isearch-lazy-highlight-max matches.
3207
0c28d842
GM
3208 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3209
984c9f75 32102000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 3211
8062e53a
GM
3212 * sort.el (sort-columns): Fix error message.
3213
3ffa545b
GM
3214 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3215 `upcase' or `downcase' or nil.
3216 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3217 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3218 (dabbrev--substitute-expansion): New arg record-case-pattern.
3219 If it is non-nil, set dabbrev--last-case-pattern.
3220 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3221
3222 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3223
c2d7f289
MB
32242000-12-15 Miles Bader <miles@gnu.org>
3225
b6348438
MB
3226 * paths.el (Info-default-directory-list): Don't delete
3227 configure-info-directory from the list of standard info
83c9cb8e 3228 directories when appending it to the end -- their order is important.
b6348438 3229
f9056dd9
MB
3230 * faces.el (read-face-attribute): If there's no entry for the
3231 user's input in VALID, just use it as-is (this will often result
3232 in an error, but it may be OK for e.g. colors using hexadecimal
3233 notation, and at least will yield a better error message).
3234
c2d7f289 3235 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 3236 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
3237 Variables removed.
3238 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3239 window is really the right size. Use vertical-motion
3240 rather than forward-line.
3241 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3242 (ispell-command-loop, ispell-show-choices): Use the variable
3243 ispell-choices-win-default-height, rather than the function.
3244 (ispell-choices-win-default-height): Function removed.
3245 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 3246
8f530b95
SM
32472000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3248
3249 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3250
6d435deb
EZ
32512000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3252
83c9cb8e
SM
3253 * paths.el (Info-default-directory-list):
3254 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
3255 put it first in the list; otherwise put it last. Doc string
3256 changed accordingly.
3257
3258 * info.el (Info-directory-list): Change doc string to reflect the
3259 change in Info-default-directory-list.
3260
6d435deb
EZ
3261 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3262 windows-nt as windowed environments, even under -nw.
3263
3264 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3265 if not fboundp. Switch delete-forward mode for the <delete> key
3266 on all PC platforms, even under -nw.
3267
3268 * term/internal.el ([M-delete]): Remap to M-d.
3269
9d7d9263
GM
32702000-12-14 Gerd Moellmann <gerd@gnu.org>
3271
3272 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3273
7cf0153a
EZ
32742000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3275
3276 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3277
5e5b3d41
GM
32782000-12-14 Gerd Moellmann <gerd@gnu.org>
3279
5f368d29
GM
3280 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3281 if appropriate.
3282
3283 * simple.el (delete-key-deletes-forward): New user-option.
3284 (delete-key-deletes-forward-mode): New function.
3285
9d7d9263 3286 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 3287
83c9cb8e
SM
3288 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3289 Test if symbol is bound before getting its value.
5e5b3d41
GM
3290
3291 * tooltip.el (tooltip-show): If an error is signaled in
3292 x-show-tip, display that error, and display the help in the
3293 echo area.
ca2ddd8e 3294
191b83b6
KH
32952000-12-14 Kenichi Handa <handa@etl.go.jp>
3296
83c9cb8e
SM
3297 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3298 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 3299
6192b604
KF
33002000-12-13 Karl Fogel <kfogel@red-bean.com>
3301
3302 * bookmark.el: Provide a generic exit hook, as suggested by
3303 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
3304 (bookmark-exit-hook): New var.
3305 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
3306 old raw lambda form in `kill-emacs-hook', and runs new
3307 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3308 as logically that feature must have been provided if this function
3309 is running.
3310 Removed ;;;###autoload before the `add-hook' call.
3311
5edf6b55
SM
33122000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3313
3314 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3315 (easy-menu-current-active-maps): New function.
3316 (easy-menu-get-map): Use it.
3317 Make a proper menu entry when creating a new keymap.
3318
16b5e8e6
KH
33192000-12-13 Kenichi Handa <handa@etl.go.jp>
3320
d49fc4eb
KH
3321 * international/characters.el: Fix cases and syntaxes for
3322 mule-unicode-0100-24ff.
3323
3b53d876
KH
3324 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3325 that a Japanese character is not appended after day and year.
3326
16b5e8e6
KH
3327 * info.el (Info-suffix-list): Change format for a command that
3328 requires arguments.
3329 (info-insert-file-contents): Adjusted for the above change.
3330
1df1c518
AS
33312000-12-12 Andreas Schwab <schwab@suse.de>
3332
3333 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3334 on the name of the tar buffer. Verify that the existing buffer is
3335 visiting the same subfile.
3336
a7a07b98
DL
33372000-12-12 Dave Love <fx@gnu.org>
3338
3339 * subdirs.el: Add obsolete.
3340
4fdbd809
GM
33412000-12-12 Gerd Moellmann <gerd@gnu.org>
3342
bfdb75ee
GM
3343 * mail/rmailsum.el (rmail-summary-expunge)
3344 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3345 instead of rmail-confirm-expunge.
3346
4fdbd809
GM
3347 * replace.el (perform-replace): Don't use an empty match adjacent
3348 to a non-empty match when computing the next match before the
3349 replacement is performed.
3350
e9a59cad
GM
33512000-12-12 Milan Zamazal <pdm@freesoft.cz>
3352
3353 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3354 definition (patch by Stefan Monnier).
3355 (glasses-mode): Use jit-lock instead of `after-change-functions'
3356 (patch by Stefan Monnier).
3357
c2def7a0
MB
33582000-12-12 Miles Bader <miles@gnu.org>
3359
3360 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3361 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3362
591b63b4
AC
33632000-12-12 Andrew Choi <akochoi@i-cable.com>
3364
3365 * term/mac-win.el: Remove load for ls-lisp.
3366
a924cf63 3367 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 3368
5ff4ba3d
MB
33692000-12-12 Miles Bader <miles@gnu.org>
3370
3371 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3372 Respect field end too.
3373 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
3374 (newline-and-indent, reindent-then-newline-and-indent):
3375 Use `delete-horizontal-space'.
5ff4ba3d 3376
d0c679bc
SM
33772000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3378
adf9c994
SM
3379 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3380 (so as to obey the field property in the minibuffer).
3381
4b0cd42d
SM
3382 * obsolete/c-mode.el: Moved from lisp/progmodes.
3383 * obsolete/auto-show.el: Moved from lisp.
3384 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 3385
89f85863
CD
33862000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3387
3388 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 3389 changes to list them here.
89f85863 3390
83c9cb8e
SM
3391 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3392 Too many changes to list them here.
89f85863 3393
83c9cb8e
SM
3394 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3395 Too many changes to list them here.
89f85863
CD
3396
3397 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3398
3e0d35ce
GM
33992000-12-11 Gerd Moellmann <gerd@gnu.org>
3400
83c9cb8e 3401 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 3402
ca2ddd8e 3403 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
3404 Comment fix.
3405
3e0d35ce
GM
3406 * hscroll.el: Moved to `obsolete' subdir.
3407
ff904dd6
MB
34082000-12-11 Miles Bader <miles@gnu.org>
3409
3410 * window.el (window-text-height): Function removed (now in C).
3411
fb97d87f
SM
34122000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3413
3414 * log-edit.el (log-edit-parent-buffer): New var.
3415 (log-edit): Set it. Add BUFFER argument.
3416 (log-edit-done): Use char-before.
3417 Don't bother checking validity of vc-comment-ring.
3418 Only bury the buffer if log-edit popped it up.
3419
3420 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3421 (cvs-mode-diff-help): Remove.
3422 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 3423 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
3424
3425 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3426 Remove binding for ? now made unnecessary.
3427
7de77417
CD
34282000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3429
83c9cb8e 3430 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
3431 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3432
3433 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3434 when master file is not open.
3435
4efa209f
SM
34362000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3437
3438 * progmodes/ada-stmt.el: Update `maintainer'.
3439
0a8052bd
GM
34402000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3441
3442 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3443 choices to match documentation string.
3444
a12167c5
MB
34452000-12-09 Miles Bader <miles@gnu.org>
3446
2161605d
MB
3447 * minibuf-eldef.el: New file.
3448
a12167c5
MB
3449 * window.el (fit-window-to-buffer): Don't pass last argument to
3450 pos-visible-in-window-p, now that its meaning is inverted.
3451
9ea8de1b
EZ
34522000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3453
3454 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3455 <ceder@lysator.liu.se>.
3456
5002ddbb
SM
34572000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3458
b6114d80
SM
3459 * autoinsert.el (auto-insert-alist): Add missing final \n.
3460
ee8d23ee
SM
3461 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3462 (cvs-menu-map): Remove.
3463 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3464 (cvs-mode-quit): Turn it back into a plain function.
3465
5002ddbb 3466 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 3467 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
3468
3469 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3470 file where it's more visible.
3471 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3472 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3473 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3474 (texinfo-inside-macro-p): Only catch `scan-error's.
3475 (texinfo-inside-env-p): Make better use of the match info.
3476 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3477 (texinfo-insert-@end): Slight re-organization.
3478 Also remove useless `looking-at' call.
3479
30cd075d
AI
34802000-12-08 Andrew Innes <andrewi@gnu.org>
3481
3482 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3483 accessible in -nw mode.
3484
3485 * term/w32-win.el: Remove stuff about selection timeout, which is
3486 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3487 it is accessible in -nw mode.
3488
01b91009
DL
34892000-12-08 Dave Love <fx@gnu.org>
3490
83c9cb8e
SM
3491 * emacs-lisp/lisp-mode.el (lisp-mode):
3492 Set font-lock-keywords-case-fold-search.
01b91009 3493
842b2a94
GM
34942000-12-08 Gerd Moellmann <gerd@gnu.org>
3495
3496 * textmodes/ispell.el (ispell): Doc fix.
3497
f9d5f611
KH
34982000-12-08 Kenichi Handa <handa@etl.go.jp>
3499
3500 * international/quail.el (quail-insert-decode-map): Check the
3501 frame width of a window displaying the current buffer, not that of
3502 the selected frame.
3503 (quail-help): Make sure that the help buffer has window before
3504 inserting text in it.
3505
e04d21aa
SS
35062000-12-07 Sam Steingold <sds@gnu.org>
3507
3508 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3509 Backquote is used in isearch.el, so autoloading saves nothing.
3510
fc3e23a4
EZ
35112000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3512
83c9cb8e
SM
3513 * startup.el (normal-top-level-add-subdirs-to-load-path):
3514 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 3515
fc3e23a4
EZ
3516 * dired.el (dired-insert-directory): If file-system-info is
3517 fboundp, call it instead of invoking dired-free-space-program.
3518
796ecd10
GM
35192000-12-07 Gerd Moellmann <gerd@gnu.org>
3520
0f5f7c3e
GM
3521 * server.el (server-visit-files): Push files on file-name-history.
3522
3764ba49
GM
3523 * progmodes/cc-langs.el: Update copyright.
3524
8e7931da
GM
3525 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3526
ae0d7485 3527 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 3528
796ecd10
GM
3529 * bindings.el (mode-line-mode-menu): Reverse the order
3530 of define-keys so that the menu appears in alphabetical order.
3531
ae0d7485
GM
35322000-12-07 Milan Zamazal <pdm@freesoft.cz>
3533
3534 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3535 of the function.
3536
e2849090
DL
35372000-12-07 Dave Love <fx@gnu.org>
3538
3539 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3540
3541 * facemenu.el (facemenu-unlisted-faces): Fix value.
3542
5c7f629c
SM
35432000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3544
3545 * font-lock.el (font-lock-default-fontify-region):
3546 Include the terminating \n (off-by-one error).
3547 (font-lock-set-defaults): Use dolist.
3548
3549 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3550
73481ae3
KH
35512000-12-07 Kenichi Handa <handa@etl.go.jp>
3552
83c9cb8e
SM
3553 * international/mule-cmds.el (describe-language-environment):
3554 Fix for the case that an input method title is not string but a list.
ffbaa122 3555
73481ae3
KH
3556 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3557 of wrong SIZE record.
3558
e2896b22
DL
35592000-12-06 Dave Love <fx@gnu.org>
3560
67292061
DL
3561 * newcomment.el (comment-region, comment-dwim): Doc fix.
3562
3563 * textmodes/texinfo.el: Require tex-mode when compiling.
3564 (texinfo-update-node): Doc fix.
3565 (texinfo-imenu-generic-expression): Add @anchor.
3566 (texinfo-font-lock-keywords): Add @uref.
3567 (texinfo-inside-macro-p): Don't use ignore-errors.
3568 (texinfo-insert-quote): Match more contexts.
3569
e76938e7
DL
3570 * international/mule.el (decode-char, encode-char): Doc fix.
3571 (auto-coding-alist): Customize.
3572
3573 * files.el (load-file): Fix change of 2000-03-12.
3574
e2896b22
DL
3575 * wid-edit.el (widget-text-keymap): Doc fix.
3576
6610f4b2
AI
35772000-12-06 Andrew Innes <andrewi@gnu.org>
3578
3579 * makefile.w32-in (lisp): Set to an absolute directory, namely
3580 $(CURDIR).
3581
9e3366e4
EZ
35822000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3583
3584 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3585 read generated-autoload-file, and set buffer-file-coding-system to
3586 raw-text-unix after reading the file.
3587
83c9cb8e
SM
3588 * international/mule-conf.el (file-coding-system-alist):
3589 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 3590
d94d636f
GM
35912000-12-06 Gerd Moellmann <gerd@gnu.org>
3592
384333ee
GM
3593 * replace.el (occur): Make line-number-width 1 smaller for the
3594 colon following the line number.
3595
83c9cb8e
SM
3596 * startup.el (fancy-splash-text, command-line-1):
3597 Use `File' for the menu name instead of `Files'.
e04d21aa 3598
d4b72d58
GM
3599 * tmm.el: Update copyright.
3600
d94d636f
GM
3601 * cus-start.el: Add entry for even-window-heights.
3602
6e424019
MB
36032000-12-06 Miles Bader <miles@gnu.org>
3604
3605 * faces.el (frame-set-background-mode): Avoid stomping on
3606 locally modified faces.
3607
e6477b58
KH
36082000-12-06 Kenichi Handa <handa@etl.go.jp>
3609
3610 * international/fontset.el: Correct the font registries for
3611 japanese-jisx0213-1 and japanese-jisx0213-2.
3612
21999ab9
GM
36132000-12-05 Gerd Moellmann <gerd@gnu.org>
3614
57d6e381
GM
3615 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3616
21999ab9
GM
3617 * iswitchb.el: Update customization commentary.
3618
7422819c
GM
36192000-12-05 Rob Riepel <riepel@Stanford.EDU>
3620
3621 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3622 (tpu-search-highlight): Fixed comparison of overlay end positions.
3623 (tpu-trim-line-ends): Implemented trimming logic locally.
3624
3625 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 3626 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 3627
73daff18
KH
36282000-12-05 Kenichi Handa <handa@etl.go.jp>
3629
3630 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3631 to cn-gb.
3632 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3633
6a4cd002
DL
36342000-12-04 Dave Love <fx@gnu.org>
3635
3636 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3637
6452929e
GM
36382000-12-04 Gerd Moellmann <gerd@gnu.org>
3639
e04d21aa 3640 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
3641 (rmail-summary-expunge-and-save): Ask for confirmation with
3642 rmail-expunge-confirmed.
3643
3644 * mail/rmail.el (rmail-expunge-confirmed): New function.
3645 (rmail-expunge): Use it.
3646
1790abf4
FP
36472000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3648
0c68ce6f 3649 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
3650 (etags-recognize-tags-table, find-tag-in-order):
3651 New functionality: interpret file names as tags.
e04d21aa 3652
7a53d8c8
EZ
36532000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3654
3655 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
3656 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3657 the first subnode until the bottom of the current node is visible.
7a53d8c8 3658
caa15ef7
GM
36592000-12-04 Gerd Moellmann <gerd@gnu.org>
3660
3661 * format.el (format-decode): Don't change buffer's undo list.
3662
e225faa7
KH
36632000-12-04 Kenichi Handa <handa@etl.go.jp>
3664
3665 * faces.el (face-font-registry-alternatives): Add entries for CJK
3666 fonts. Doc-string adjusted for the actual usage of this data.
3667
3668 * international/fontset.el: Change the font registries for CJK
3669 fonts in the default fontset. Don't append '*' to registries.
3670
8b262a65
SM
36712000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3672
e04d21aa 3673 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
3674 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3675
3676 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3677 (derived-mode-p): New function.
3678 (derived-mode-make-docstring): Add `docstring' argument.
3679 Use it if available and complete it if necessary.
3680
33c4460b
AS
36812000-12-03 Andreas Schwab <schwab@suse.de>
3682
3683 * type-break.el (type-break): Don't make parent of itself.
3684
5c9b3fac
MB
36852000-12-03 Miles Bader <miles@gnu.org>
3686
3687 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3688
27ce741e
SM
36892000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3690
07c16ec4
SM
3691 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3692 (tex-main-file, tex-file): Simplify.
3693 (tex-generate-zap-file-name): Use subst-char-in-string.
3694 (tex-strip-dots): Remove.
3695
c19cc275
SM
3696 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3697
27ce741e
SM
3698 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3699 to check if the match succeeded.
3700
285991dc
GM
37012000-12-02 Gerd Moellmann <gerd@gnu.org>
3702
3703 * startup.el (use-fancy-splash-screens-p): New function.
3704 (command-line-1): Use it to determine whether or not to use
3705 a fancy splash screen.
3706
52dca1b2
AS
37072000-12-02 Andreas Schwab <schwab@suse.de>
3708
3709 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3710
d3e7e7cf
EZ
37112000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3712
2dce2360
EZ
3713 * international/mule.el (make-char): Fix last change.
3714
9768eaa7
EZ
3715 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3716 New defcustoms.
3717 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
3718 autoloading tex-mode; instead, do the same manually.
3719 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
3720 with numeric argument. Docstring fix.
3721 (toplevel): Require cl when compiling.
e04d21aa 3722
285991dc 3723 * international/mule.el (make-char): Doc fix.
d3e7e7cf 3724
0dd5e255
JR
37252000-12-02 Jason Rumney <jasonr@gnu.org>
3726
3727 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3728 the Emacs Lisp manual)
3729
fbb87147
EZ
37302000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3731
5cbb3e93
EZ
3732 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3733
fbb87147
EZ
3734 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3735 the Emacs Lisp manual).
3736
1636ca09
GM
37372000-12-02 Gerd Moellmann <gerd@gnu.org>
3738
3739 * simple.el (next-line-add-newlines): Change default to nil.
3740
68875f0e
EZ
37412000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3742
83c9cb8e
SM
3743 * files.el (revert-buffer, recover-file):
3744 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 3745
fd9ac94c
GM
37462000-12-01 Gerd Moellmann <gerd@gnu.org>
3747
3748 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3749
45450dd5
MB
37502000-12-01 Miles Bader <miles@gnu.org>
3751
3752 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3753
09df8881
KH
37542000-12-01 Kenichi Handa <handa@etl.go.jp>
3755
3756 * international/mule-diag.el (describe-char-after): Fix typo.
3757 (describe-character-set, non-iso-charset-alist): Fix typo.
3758
dea0a87d
MB
37592000-12-01 Miles Bader <miles@gnu.org>
3760
b170205b
MB
3761 * image-file.el (image-file-name-regexp): Automatically add
3762 upper-case variants of each filename extension in
3763 `image-file-name-extensions', since they seem to be common.
3764
e04d21aa 3765 * simple.el (minibuffer-contents)
dea0a87d
MB
3766 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3767 New functions.
3768 * filecache.el (file-cache-directory-name)
3769 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3770
2b69bc11 37712000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 3772
dea0a87d
MB
3773 * filecache.el (file-cache-minibuffer-complete): Don't try to
3774 delete the minibuffer prompt.
3775
a8a1b05d
DL
37762000-11-30 Dave Love <fx@gnu.org>
3777
3778 * cus-start.el: Fix read-buffer-function type.
3779
693c4692
GM
37802000-11-30 Gerd Moellmann <gerd@gnu.org>
3781
3782 * md5.el: Removed. There's a built-in function, now.
3783
2c0b1898
GM
37842000-11-30 Markus Rost <rost@math.ohio-state.edu>
3785
3786 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3787 as dummy 0-th char of rmail-deleted-vector.
3788
63dfcf4b
EZ
37892000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3790
3791 * ps-print.el (ps-end-job): Bind case-fold-search only after
3792 switching to ps-spool-buffer.
3793
37942000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3795
3796 * ps-print.el: Line number font customization. PostScript: Lines and
3797 PageCount are initialized on each page. Doc Fix.
3798 (ps-print-version): New version number (6.3.2).
3799 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3800 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3801 (ps-right-header): Customization fix.
3802 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3803 Fix code.
3804 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3805 New vars.
3806
df3aedcf
GM
38072000-11-30 Gerd Moellmann <gerd@gnu.org>
3808
edfb795e
GM
3809 * bs.el: Fix typos and spelling errors.
3810 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3811 (bs-configuration): Doc fix.
e04d21aa 3812
df3aedcf
GM
3813 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3814
8b8a7f01
GM
38152000-11-30 Rob Riepel <riepel@Stanford.EDU>
3816
3817 * emulation/tpu-edt.el (tpu-version): New version.
3818 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3819 (tpu-original-mode-line): Variable deleted.
3820 (tpu-mark-flag): New initial value.
83c9cb8e
SM
3821 (tpu-set-mode-line): Don't redefine mode-line-format.
3822 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
3823 (tpu-update-mode-line): New mark flag logic.
3824 (tpu-get): Use find-file-wildcards.
3825 (tpu-search-highlight): Move overlay less, reset overlay properly.
3826 (tpu-unselect): Deactivate mark.
3827 (tpu-lm-replace): Reset overlay properly.
3828 (tpu-forward-line): Use forward-visible-line.
3829 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3830
83c9cb8e 3831 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 3832
c069a9d3
GM
38332000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3834
3835 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3836
b02cd40b
GM
38372000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3838
3839 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3840 and skip whitespace and newlines.
e04d21aa 3841
b7a90344
SM
38422000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3843
3844 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3845
be6bbb55
GM
38462000-11-29 Gerd Moellmann <gerd@gnu.org>
3847
0383ed60
GM
3848 * help.el (describe-function-1): Regexp-quote function name
3849 when used as part of a regexp.
3850
83c9cb8e
SM
3851 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3852 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
3853 (tool-bar-add-item): Likewise, and handle unspecified colors.
3854
3855 * enriched.el (enriched-face-ans): Use face-attribute instead
3856 of face-foreground and face-background.
3857
3858 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 3859 Return nil if attribute is unspecified, for backward compatibility.
c7957947 3860
7423978d
GM
3861 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3862
ef128c78
GM
3863 * play/5x5.el: Remove version info.
3864
a81fc510
GM
3865 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3866
be6bbb55
GM
3867 * frame.el (blink-cursor-mode): Doc fix.
3868
f9396e03
GM
38692000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3870
3871 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3872 to create Makefile rules.
3873 (antlr-tool-command): New user option.
3874 (antlr-ask-about-save): New user option.
3875 (antlr-makefile-specification): New user option.
3876 (antlr-file-formats-alist): New variable.
3877 (antlr-special-file-formats): New variable.
3878 (antlr-unknown-file-formats): New user option.
3879 (antlr-help-unknown-file-text): New variable.
3880 (antlr-help-rules-intro): New variable.
3881 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3882 (antlr-mode-menu): Add entries.
3883 (antlr-file-dependencies): New function.
3884 (antlr-directory-dependencies): New function.
3885 (antlr-superclasses-glibs): New function.
3886 (antlr-run-tool): New command.
3887 (antlr-makefile-insert-variable): New function.
3888 (antlr-insert-makefile-rules): New function.
3889 (antlr-show-makefile-rules): New command.
3890
3891 * antlr-mode.el: More Emacs/XEmacs stuff.
3892 (antlr-no-action-keywords): New constant with value nil.
3893 (antlr-font-lock-keywords-alist): Use it. Old value would break
3894 syntax highlighting in Emacs-21.0.
3895 (antlr-default-directory): Emacs/XEmacs dependend function.
3896 (antlr-read-shell-command): Ditto.
3897 (antlr-with-displaying-help-buffer): Ditto.
3898
38992000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3900
3901 * antlr-mode.el: imenu, parsing and highlighting changes.
3902 (antlr-imenu-create-index-function): Don't create extra submenus
3903 for definitions in different grammar classes. It is not necessary
3904 for the menu and would make command `imenu' awkward to use.
3905 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3906 header actions and more than one.
3907 (antlr-font-lock-tokendef-face): Changed color.
3908 (antlr-font-lock-tokenref-face): Changed color.
3909 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3910 (antlr-mode-syntax-table): New variable.
3911 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3912 (antlr-with-syntax-table): Don't copy syntax table.
3913
39142000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3915
3916 * antlr-mode.el: Minor changes: language setting.
3917 (antlr-language-alist): The value for file option "language" can
3918 be both an identifier and a string.
3919 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3920 (antlr-language-limit-n-regexp): Change accordingly.
3921
39222000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3923
3924 * antlr-mode.el: Minor changes: tabs, hiding.
3925 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3926 (antlr-action-visibility): Also allow value nil to also hide the
3927 braces. Renamed from `antlr-tiny-action-length'.
3928 Suggested by Jay@aol.com.
3929 (antlr-hide-actions): Change accordingly. Hide line if completely
3930 hidden action is on a line of its own.
e04d21aa 3931
6ad948eb
SM
39322000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3933
3934 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3935
3936 * sort.el (sort-columns): Don't concat strings with numbers.
3937
9c6a4107
DL
39382000-11-29 Dave Love <fx@gnu.org>
3939
3940 * cus-edit.el (face): Fix :format.
3941
3942 * mail/feedmail.el: Require smtpmail when compiling.
3943 (mail-do-fcc): Autoload.
3944 (feedmail) <defgroup>: Fix :link.
3945 (feedmail-nuke-body-in-fcc): Fix :type.
3946 (feedmail-send-it): Add autoload cookie.
3947
053b8d35
SM
39482000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3949
3950 * newcomment.el (comment-indent): Save excursion around call to
3951 comment-indent-function.
3952
242c13e8
MB
39532000-11-29 Miles Bader <miles@gnu.org>
3954
3955 * subr.el (member-ignore-case): Return the tail of the list who's
3956 car matches, like `member', not the matching element itself.
3957
8f4b5f28
KH
39582000-11-29 Kenichi Handa <handa@etl.go.jp>
3959
3960 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3961 should not contain `\n'.
3962
bebe4a2c
GM
39632000-11-28 Gerd Moellmann <gerd@gnu.org>
3964
fd9ac94c 3965 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 3966
ba7e40eb
GM
3967 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3968
75ab0c79
GM
3969 * dired-aux.el (dired-do-create-files): Construct default file
3970 name for dired-mark-read-file-name so that when the user enters
3971 just RET, the target file will end up in the target directory.
3972
bebe4a2c
GM
3973 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3974 local-abbrev-table before changing buffers because it might
3975 have a buffer-local binding.
3976
fa6d1ca8
MB
39772000-11-28 Miles Bader <miles@gnu.org>
3978
3979 * simple.el (delete-horizontal-space): Handle fields more generally.
3980
8d2c2642
GM
39812000-11-28 Gerd Moellmann <gerd@gnu.org>
3982
3983 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3984
8b31236d
DL
39852000-11-28 Dave Love <fx@gnu.org>
3986
3cbd02d2
DL
3987 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3988 comment-start-skip locally.
3989
8b31236d
DL
3990 * progmodes/fortran.el (fortran-mode): Don't set
3991 fortran-comment-line-start-skip. Set comment-start to
3992 fortran-comment-line-start.
3993 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3994 (fortran-comment-line-start-skip): Simplify slightly.
3995
ae4bf56d
GM
39962000-11-28 Gerd Moellmann <gerd@gnu.org>
3997
17ef7534
GM
3998 * play/5x5.el: Remove RCS keyword.
3999
fd9ac94c 4000 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 4001
665b27a6
GM
40022000-11-28 Milan Zamazal <pdm@freesoft.cz>
4003
83c9cb8e
SM
4004 * textmodes/tildify.el (tildify-string-alist):
4005 Add `plain-tex-mode' here.
665b27a6 4006
fe3c2ae3
GM
40072000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4008
4009 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4010 reference.
4011
d970106b
MB
40122000-11-28 Miles Bader <miles@gnu.org>
4013
36b80a0d
MB
4014 * cus-face.el (custom-face-attributes): Add post-filter function
4015 for :box. Make pre-filter function for :box handle all cases.
4016
d970106b
MB
4017 * wid-edit.el (widget-choose): Make sure pop-up window is large
4018 enough to display all the choices, as there's no way to scroll it.
4019
5a2bae6c
KH
40202000-11-28 Kenichi Handa <handa@etl.go.jp>
4021
4022 * international/mule-conf.el: Make the coding system no-conversion
4023 safe for all characters.
4024
9e836e23
DL
40252000-11-27 Dave Love <fx@gnu.org>
4026
8b31236d
DL
4027 * net/ldap.el (ldap) <defgroup>: Add :version.
4028
9e836e23
DL
4029 * tooltip.el (tooltip-use-echo-area): Doc fix.
4030
4031 * cus-start.el <minibuffer-prompt-properties>: Add version.
4032 <read-buffer-function>: Add.
4033
4034 * apropos.el (apropos-print): Add help-echo to active text.
4035
4036 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4037
4a74d071
GM
40382000-11-27 Gerd Moellmann <gerd@gnu.org>
4039
4040 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4041 type, group and version.
4042
76058c27
EZ
40432000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4044
4a74d071 4045 * select.el (x-get-selection): Docstring fix.
76058c27 4046
fd9ac94c 40472000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 4048
fd9ac94c 4049 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 4050
49060c51
AI
40512000-11-27 Andrew Innes <andrewi@gnu.org>
4052
4053 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4054
4055 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4056
b2a8e429
MB
40572000-11-27 Miles Bader <miles@gnu.org>
4058
4059 * dired.el (dired-get-filename): Return filename verbatim if
4060 LOCALP is `verbatim'.
4061 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4062 `verbatim' so that we don't inadvertently delete a non-existant
4063 directory name.
4064
5ac0366d
KH
40652000-11-27 Kenichi Handa <handa@etl.go.jp>
4066
4067 * international/characters.el: Specify cases and syntaxes for
4068 mule-unicode-0100-24ff.
4069
67f1cf4c
GM
40702000-11-27 Gerd Moellmann <gerd@gnu.org>
4071
4072 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4073 that foreground and/or background colors of the face `tool-bar'
4074 are unspecified.
4075
46c56972
MB
40762000-11-27 Miles Bader <miles@gnu.org>
4077
e04d21aa 4078 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
4079 (widget-field-end): Handle widget field `pseudo-overlays'.
4080 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4081 if it's there instead of in `widget-field-list'.
4082
46c56972 4083 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
4084 (help-make-xrefs): Delete extraneous newlines at the end of the
4085 docstring.
46c56972 4086
640a9cdd
JR
40872000-11-25 Jason Rumney <jasonr@gnu.org>
4088
4089 * startup.el (command-line): Call set-locale-environment after
4090 Window System init file is read, as it can result in a call to
4091 redraw-frame.
4092
0b3f96d4
EZ
40932000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4094
4095 * simple.el (shell-command): Mention the effect of the prefix
4096 argument in the doc string.
4097
8da6e2a1
MB
40982000-11-25 Miles Bader <miles@gnu.org>
4099
a658d039
MB
4100 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4101
8da6e2a1 4102 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 4103 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 4104
d3416cca
JR
41052000-11-24 Jason Rumney <jasonr@gnu.org>
4106
4107 * international/mule-cmds.el (locale-language-names): Add "jp" as
4108 a non-standard alternative for Japanese.
4109
17e37f53
AS
41102000-11-24 Andre Spiegel <spiegel@gnu.org>
4111
4112 * vc-hooks.el: Require 'cl during compilation.
4113
9aa5f148
GM
41142000-11-24 Gerd Moellmann <gerd@gnu.org>
4115
ba193890
GM
4116 * faces.el (face-set-after-frame-default): Let face attributes
4117 specified for new frames override frame parameters.
4118
9aa5f148
GM
4119 * startup.el (command-line): Fix computation of the source file
4120 for user-init-file when user-init-file is a compiled file.
4121
51a1edab
MB
41222000-11-24 Miles Bader <miles@gnu.org>
4123
e04d21aa 4124 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
4125 (custom-post-filter-face-spec): New functions.
4126 (custom-face-set, custom-face-value-create): Filter the face spec
4127 before and after customization.
4128 (custom-face-set): If VALUE specifies a null face, pass a
4129 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4130 * cus-face.el (custom-face-attributes): Remove SET and GET
4131 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4132 cases they're needed.
4133
1ed74431
MB
4134 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4135 that it's distinguishable from the :off-glyph on dark-background
4136 displays. Set its background color too.
4137
67ee1125
MB
4138 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4139 so that people can easily turn it off.
4140
7d027816 41412000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 4142
7d027816 4143 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 4144
9aa5f148 4145 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 4146
9aa5f148 4147 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 4148
9aa5f148 4149 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 4150 redundant skip-small-frames test.
e04d21aa 4151
9aa5f148 4152 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 4153 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 4154
9aa5f148
GM
4155 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4156 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
4157 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4158 New functions.
e04d21aa 4159
9aa5f148 4160 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 4161
9aa5f148 4162 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 4163
f07fa1b8
KH
41642000-11-24 Kenichi Handa <handa@etl.go.jp>
4165
83c9cb8e
SM
4166 * international/mule-diag.el (list-iso-charset-chars):
4167 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
4168 (list-non-iso-charset-chars): Fix the `while' condition.
4169
ba8299ff
SM
41702000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4171
79372165
SM
4172 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4173 if the variable is make-variable-buffer-local.
4174
83c9cb8e
SM
4175 * progmodes/ada-stmt.el (ada-template-map):
4176 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
4177 (ada-stmt-mode-hook): New function extracted from old code.
4178 Only change the buffer-local side of skeleton-*.
4179 (ada-mode-hook): Use it.
4180
68a887fa
EZ
41812000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4182
4183 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4184 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4185 we expect to be returned by minibuffer-depth once we prompt the
4186 user in the minibuffer.
4187 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4188 as recorded in iswitchb-minibuf-depth, return non-nil.
4189
3b345582
EZ
41902000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4191
4192 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4193 (hscroll-window-maybe): Docstring fix.
4194
595dead2
DL
41952000-11-23 Dave Love <fx@gnu.org>
4196
4197 * rect.el (string-rectangle): Don't test delete-selection-mode.
4198
1e66b27a
GM
41992000-11-23 Gerd Moellmann <gerd@gnu.org>
4200
02790ce2
GM
4201 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4202 is in the tool bar.
4203
1e66b27a 4204 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 4205 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 4206
a4caa65d
SM
42072000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4208
4209 * textmodes/outline.el (outline-flag-region):
4210 Don't bind inhibit-read-only since we don't modify the buffer.
4211 (outline-isearch-open-invisible): Don't jump to overlay-start
4212 since we're trying to unhide text around point.
4213 (outline-discard-overlays): Use dolist.
4214
4215 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4216
03e757c1
GM
42172000-11-22 Gerd Moellmann <gerd@gnu.org>
4218
83c9cb8e 4219 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 4220
1598a961
SM
42212000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4222
4223 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4224 Fix ARG regexp to skip quoted braces.
4225 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4226 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4227 are (correctly) handled separately).
4228 Remove `caption' and `footnote' from `citations': they contain text.
4229 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4230 (latex-skeleton-end-hook): New function.
4231 (latex-mode): Use it.
4232 (tex-start-tex-marker): Remove.
4233 (tex-send-tex-command): Don't set tex-start-tex-marker.
4234 (tex-error-parse-syntax-table): New var.
4235 (tex-compilation-parse-errors): Use it.
4236 Ignore tex-start-tex-marker. Don't bother with marker-position.
4237 (tex-validate-buffer): Don't bother with marker-position.
4238
4239 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 4240 (flyspell-generic-progmode-verify): Use it.
1598a961 4241
eaae8106
SS
42422000-11-22 Sam Steingold <sds@gnu.org>
4243
83c9cb8e 4244 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 4245
eaae8106 4246 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 4247 `ada-remove-trailing-spaces'.
eaae8106 4248 (ada-remove-trailing-spaces): Removed.
e04d21aa 4249
eaae8106 4250 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 4251
1598a961
SM
4252 * textmodes/picture.el (picture-clean): Removed.
4253 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 4254
a41d49e9
GM
42552000-11-22 Gerd Moellmann <gerd@gnu.org>
4256
e053c60f
GM
4257 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4258
a41d49e9
GM
4259 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4260 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 4261 do anything special when jit-lock is active.
a41d49e9
GM
4262 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4263
197615f3
DL
42642000-11-22 Dave Love <fx@gnu.org>
4265
ddbfaa9f
DL
4266 * calendar/todo-mode.el (todo-top-priorities): Use
4267 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4268
ddc3c695
DL
4269 * language/chinese.el, language/cyrillic.el:
4270 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4271 * language/hebrew.el, language/indian.el, language/japanese.el:
4272 * language/korean.el, language/lao.el, language/misc-lang.el:
4273 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4274 Use provide.
4275
fb9fa98d
DL
4276 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4277 (custom-variable-set): Improve validation error mesage.
4278
197615f3
DL
4279 * rect.el (string-rectangle): Revert last change.
4280 (string-rectangle-line): New arg DELETE.
4281 (string-rectangle): Check delete-selection-mode.
4282
4283 * emacs-lisp/edebug.el (edebug-version)
4284 (edebug-maintainer-address): Deleted.
4285 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4286 (edebug-read-function): Account for other `'#' read forms.
4287 (edebug-mode-menus): Make some items toggles.
4288 (edebug-outside-unread-command-event, unread-command-event):
4289 Remove these to avoid warnings.
4290
f4117c4d
GM
42912000-11-22 David Ponce <david@dponce.com>
4292
4293 * recentf.el (recentf-menu-items-for-commands)
4294 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 4295 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 4296
f4117c4d
GM
4297 (recentf-build-dir-rules, recentf-dump-variable)
4298 (recentf-edit-list, recentf-open-files-item)
4299 (recentf-open-files): Replaced unnecessary `mapcar' with new
4300 built-in `mapc'.
eaae8106 4301
f8e2f3f2
MB
43022000-11-23 Miles Bader <miles@gnu.org>
4303
4304 * faces.el (menu): Make inverse-video on ttys too.
4305
4c4a541d
SM
43062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4307
4308 * simple.el (comment-line-break-function): Use the new name
4309 indent-new-comment-line -> comment-indent-new-line.
4310 (clone-indirect-buffer): Don't ignore NORECORD.
4311 (next-completion): Properly handle the case where items are adjacent.
4312
4313 * mouse.el (popup-menu): Stupid typo.
4314
980d836e
GM
43152000-11-22 Gerd Moellmann <gerd@gnu.org>
4316
60e8e0a5
GM
4317 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4318 maintainer, keywords tags.
4319
980d836e
GM
4320 * rect.el (replace-rectangle): Don't call string-rectangle-line
4321 with too many arguments.
4322
e08b2069
AS
43232000-11-22 Andre Spiegel <spiegel@gnu.org>
4324
60e8e0a5 4325 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 4326 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
4327 vc-locking-user, which no longer exists.
4328
4329 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4330
c6779d8d
DL
43312000-11-22 Dave Love <fx@gnu.org>
4332
4333 * md5.el (md5): Provide.
4334 (md5): Fix error call.
4335
e672fdce
MB
43362000-11-22 Miles Bader <miles@gnu.org>
4337
eaae8106 4338 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
4339 (refill-fill-paragraph-at): Remove debugging code.
4340
80e24c04
MB
4341 * calendar/calendar.el (generate-calendar-window): When we don't
4342 call `fit-window-to-buffer', make sure the top line is fully visible.
4343
3a17d6cc
MB
4344 * image-file.el (insert-image-file): Don't make `read-only'
4345 property rear-nonsticky.
4346
ae1a21c6
MB
4347 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4348 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4349 stashing away its original value.
4350 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4351 in the recursive edit.
4352 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4353 (isearch-done): Restore `minibuffer-message-timeout'.
4354
e672fdce
MB
4355 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4356
3ea79df8
SM
43572000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4358
4359 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4360
4361 * find-lisp.el (find-lisp-find-files-internal):
4362 Use dolist, when and file-name-as-directory.
4363
980d836e 4364 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
4365 (define-derived-mode, define-minor-mode): Add specs.
4366
4367 * window.el: General comment and spacing fixes.
4368 (save-selected-window): Use backquotes.
4369 (window-safely-shrinkable-p): New function.
4370 (shrink-window-if-larger-than-buffer): Use it.
4371
4372 * subr.el (make-local-hook): Docstring fix.
4373
4374 * shell.el (shell-mode): Use define-derived-mode.
4375
4376 * newcomment.el (comment-indent): Insert comment before calling
4377 comment-indent-function. Don't insert in column 0.
4378 (comment-dwim): Indent before inserting comment.
4379
4380 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4381 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4382 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4383 Use mapc rather than map.
4384
4385 * files.el (find-buffer-visiting): Compare all attributes before
4386 declaring two files identical (rather than just their inode-no).
4387 (auto-mode-alist): Use \' rather than $.
4388
4389 * which-func.el: Update maintainer line.
4390
4391 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4392 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4393 (uniquify-buffer-file-name): Use it.
4394
8f62f2b8
MB
43952000-11-22 Miles Bader <miles@gnu.org>
4396
4397 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4398 * simple.el (minibuffer-avoid-prompt): New function.
4399
fb279a6d
GM
44002000-11-21 Gerd Moellmann <gerd@gnu.org>
4401
4402 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4403
867092e9
MB
44042000-11-21 Miles Bader <miles@gnu.org>
4405
ef860850
MB
4406 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4407 inclusion of `track-mouse'.
4408
867092e9
MB
4409 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4410 (refill-adjust-ignorable-overlay): New function.
4411 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4412 only the paragraph's tail if possible.
4413 Update `refill-ignorable-overlay'.
4414 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4415
4416 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4417 point inside the fill-prefix.
4418
4419 * textmodes/refill.el (refill-post-command-function): Don't reset
4420 refill-doit in the case where a self-insertion command doesn't
4421 case a refill. Use `refill-fill-paragraph-at', getting position
4422 from `refill-doit'.
4423 (refill-after-change-function): Set `refill-doit' to END.
4424 (refill-fill-paragraph-at): New function, mostly from old
4425 refill-fill-paragraph.
4426 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4427 (refill-pre-command-function): New function.
4428 (refill-mode): Add it to `pre-command-hook'.
4429
ff9ab414
GM
44302000-11-20 Gerd Moellmann <gerd@gnu.org>
4431
29a01b72
GM
4432 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4433
ff9ab414
GM
4434 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4435 javadoc tags.
eaae8106 4436
885b211b
AS
44372000-11-20 Andre Spiegel <spiegel@gnu.org>
4438
4439 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4440 vc.el).
4441
eaae8106 4442 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 4443 require vc.
eaae8106
SS
4444
4445 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 4446 checkouts.
eaae8106 4447
d1838556
DL
44482000-11-20 Dave Love <fx@gnu.org>
4449
4450 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4451
2b69bc11 44522000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 4453
2b69bc11
GM
4454 * calculator.el (calculator-paste): Use `if' instead of `and'
4455 and `or'.
4456 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 4457
b95b34e5
GM
44582000-11-19 Gerd Moellmann <gerd@gnu.org>
4459
030de92f
GM
4460 * info.el (info-menu-5): Doc fix.
4461
b95b34e5
GM
4462 * textmodes/artist.el: New file.
4463
54970452
AS
44642000-11-19 Andre Spiegel <spiegel@gnu.org>
4465
eaae8106 4466 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
4467 and differentiate according to checkout model.
4468 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4469 since this function is only concerned with master state.
4470
83c9cb8e
SM
4471 * vc-hooks.el (vc-workfile-unchanged-p)
4472 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 4473
83c9cb8e
SM
4474 * vc.el (vc-workfile-unchanged-p)
4475 (vc-default-workfile-unchanged-p): See above.
54970452 4476
e5a9dabf
MB
44772000-11-19 Miles Bader <miles@gnu.org>
4478
4479 * image-file.el (insert-image-file): Make `intangible' and
4480 `read-only' properties rear-nonsticky too.
4481
24127af0
GM
44822000-11-18 Gerd Moellmann <gerd@gnu.org>
4483
d392e9c5 4484 * ps-print.el: Update copyright notice.
eaae8106 4485
d392e9c5
GM
4486 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4487 (tooltip-show): Use the offsets.
4488
24127af0 4489 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 4490 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
4491 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4492
2b69bc11 44932000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 4494
2b69bc11
GM
4495 * ps-print.el (toplevel): Test for find-coding-system being
4496 fboundp before calling ps-x-find-coding-system.
08ea6f17 4497
66321b2f
SM
44982000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4499
4500 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4501 (vc-version-backup-file): Docstring fix.
4502
046110c6
GM
45032000-11-16 Gerd Moellmann <gerd@gnu.org>
4504
4104194e
GM
4505 * files.el (basic-save-buffer): Don't add a newline if
4506 find-file-literally is non-nil.
4507 (find-file-literally): Extend doc string.
4508
046110c6
GM
4509 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4510 sort(1) with the `-f' argument.
4511
6505c16e
AS
45122000-11-16 Andre Spiegel <spiegel@gnu.org>
4513
fd063975
AS
4514 * vc.el: Updated backend documentation.
4515 (vc-default-check-headers): New function.
4516
3d02dd81 4517 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
4518
4519 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 4520 up-to-date.
eaae8106 4521 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 4522 the minibuffer is not active.
fd063975 4523
eaae8106 4524 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 4525 `vc-cvs-use-edit' is on.
eaae8106
SS
4526 (vc-cvs-checkout): When this is used for reverting the workfile,
4527 make a backup of the original contents and revert to that in case
8791d617 4528 of error.
eaae8106 4529 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 4530 remote repositories.
eaae8106 4531
6505c16e
AS
4532 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4533 for both version and ratio in the minibuffer.
fd063975 4534
eaae8106 4535 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 4536 Use vc-do-command to perform the annotation, not call-process.
6505c16e 4537
a13f0660
KH
45382000-11-16 Kenichi Handa <handa@etl.go.jp>
4539
4540 * international/quail.el (quail-start-translation): Don't call
4541 `message' before reading key sequence.
4542
1389a414
MB
45432000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4544
4545 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4546
9256a532
KH
45472000-11-16 Kenichi Handa <handa@etl.go.jp>
4548
4549 * window.el (fit-window-to-buffer): Be sure to acquire at least
4550 one text line even if the buffer is empty.
4551
0e14fe9f
GM
45522000-11-16 Gerd Moellmann <gerd@gnu.org>
4553
eaae8106 4554 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
4555 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4556 Bind ange-ftp-process-verbose to nil.
0e14fe9f 4557
da645c53
DL
45582000-11-15 Dave Love <fx@gnu.org>
4559
83c9cb8e
SM
4560 * wid-edit.el (widget-specify-field, widget-specify-button):
4561 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
4562 widget-mouse-help.
4563 (widget-mouse-help): New function.
4564 (widget-echo-help): Rewritten for :help-echo functions only taking
4565 a widget arg.
4566
83c9cb8e
SM
4567 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4568 Use display-graphic-p.
b12057b9
DL
4569 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4570 and that JPEG is available.
4571 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4572
da645c53
DL
4573 * international/mule-cmds.el (locale-charset-language-names):
4574 Match @euro.
4575
6d133d1f
GM
45762000-11-15 Gerd Moellmann <gerd@gnu.org>
4577
83c9cb8e
SM
4578 * faces.el (face-set-after-frame-default):
4579 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
4580 default face from X resources.
4581
49ac2ac5
EZ
45822000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4583
4584 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4585 Don't set EMACSLOADPATH.
4586
4fb0a34c
EZ
45872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4588
4589 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4590 texinfo-insert-@url.
4591 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4592 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4593
bb304a7a
SM
45942000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4595
82bc80bf
SM
4596 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4597 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4598 (checkdoc-minor-keymap): Backward compatibility.
4599 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4600 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4601 (checkdoc-this-string-valid-engine): Be a bit more strict
4602 to avoid matching substrings of `...' quoted vars/funs.
4603 (checkdoc-defun-info): Only look for `interactive' if alone.
4604 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4605
e8c87124
SM
4606 * progmodes/compile.el (grep): `tag-default' can be nil.
4607
bb304a7a
SM
4608 * newcomment.el (comment-indent): Paren typo.
4609
8628686a
DL
46102000-11-14 Dave Love <fx@gnu.org>
4611
25c269ef
DL
4612 * calculator.el: New maintainer version.
4613
66321b2f 4614 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 4615
8628686a
DL
4616 * cmuscheme.el: Doc fixes.
4617 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 4618 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
4619
4620 * xscheme.el (scheme-program-name): Don't define here.
4621
4622 * progmodes/scheme.el (scheme-program-name): New variable
4623 (originally in cmuscheme).
4624
88f0a1eb
MB
46252000-11-14 Miles Bader <miles@gnu.org>
4626
4627 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4628 Handle header-lines. Don't loop forever if we can't enlarge the
4629 window anymore. Simplify a bit.
4630
cd9a000c
KH
46312000-11-14 Kenichi Handa <handa@etl.go.jp>
4632
4633 * window.el (fit-window-to-buffer): Don't check
4634 window-text-height. Assure that the last line is fully visible.
4635
83c9cb8e
SM
4636 * international/quail.el (quail-show-guidance-buf):
4637 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
4638 buffer.
4639 (quail-update-guidance): Avoid making the guidance buffer shorter.
4640
d3fcda22
SM
46412000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4642
bdbd9606
SM
4643 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4644 rather than `prepend' and add an interesting comment.
4645 (tex-math-face, tex-font-lock-syntactic-face-function):
4646 New face and function to use it.
4647 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4648 than `menu-enable' symbol property.
4649 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4650 (tex-mode): Add some latex-mode commands for auto-selection.
4651 Use tex-font-lock-syntactic-face-function.
4652 (tex-insert-quote): Simplify.
4653 (tex-shell): New mode.
4654 (tex-start-shell): Use it.
4655 (tex-shell-proc, tex-shell-buf): New functions.
4656 (tex-send-command): Use it.
4657 (tex-main-file): Fix the meaning of the new arg REALFILE.
4658 (tex-send-tex-command): New function split from `tex-start-tex'.
4659 Set compilation-last-buffer and compilation-parsing-end.
4660
d3fcda22
SM
4661 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4662 when it follows non-comment text on the line.
4663
4664 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4665 Set font-lock-defaults.
4666 (lisp-mode-shared-map): Init inside the defvar.
4667 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4668 Use define-derived-mode.
4669
bdab1d43
MB
46702000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4671
4672 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4673
936ae731
GM
46742000-11-14 Gerd Moellmann <gerd@gnu.org>
4675
83c9cb8e
SM
4676 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4677 Don't recursively optimize body because that can lead to infinite
936ae731
GM
4678 recursion; see comment there.
4679
1695ca2b
EZ
46802000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4681
4682 * faces.el (face-spec-set-match-display): Revert the change from
4683 2000-10-24. Add a FIXME for after v21.1.
4684
9d348294
MB
46852000-11-13 Miles Bader <miles@gnu.org>
4686
4687 * textmodes/fill.el (skip-line-prefix): New function.
4688 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4689 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
4690 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4691 point inside the fill-prefix.
9d348294 4692
b85fa13c
MB
46932000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4694
83c9cb8e
SM
4695 * calendar/calendar.el (generate-calendar-window):
4696 Use `fit-window-to-buffer'.
b85fa13c 4697
a0b47716
SM
46982000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4699
4700 * gud.el (gud-minor-mode): New var.
4701 (gud-symbol, gud-val): New functions.
4702 (gud-find-file): Copy gud-minor-mode to the new buffer.
4703 (gud-menu-map): Include entries for commands that are not always
4704 available, using :enable to (de)activate them.
4705 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4706 (gud-mode-map): New map.
eaae8106 4707 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
4708 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4709 Don't set up gud's menu (it's done by the minor-mode).
4710 (gud-minibuffer-local-map): New.
4711 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4712 (gud-query-cmdline): New function.
4713 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4714 (gud-mode): Use define-derived-mode.
4715 Don't set up gud's menu (it's done by the minor-mode).
4716 (gud-chop-words): Remove.
4717 (gud-common-init): Use split-string instead.
4718 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4719
4720 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4721 Add keyword arg :name.
4722
4723 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4724 (diff-count-matches, diff-split-hunk): New functions.
4725 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4726
4727 * pcvs-info.el (cvs-fi-conflict-face): New var.
4728
4729 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4730 Make it into a simple syntax-table, shared among all submodes.
4731 (sh-heredoc-face): Re-introduce.
4732 (sh-font-lock-syntactic-face-function): New function.
4733 (sh-mode): Use it. Also use define-derived-mode.
4734 Remove old bogus setting of indent-region-function.
4735 (sh-set-shell): Don't set the syntax-table any more.
4736 (sh-mode-syntax-table) <defun>: Remove.
4737
f5ed37df
MB
47382000-11-12 Miles Bader <miles@gnu.org>
4739
4740 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4741 message if interactive.
4742
0b074c2f
DL
47432000-11-12 Dave Love <fx@gnu.org>
4744
4745 * mail/feedmail.el: Fix header,
4746 (feedmail) <defgroup>: Add :link.
4747
4748 * view.el: Use local-map property, not keymap on mode-line string.
4749
83c9cb8e
SM
4750 * scroll-all.el (scroll-all-mode): Customize variable.
4751 Add autoload cookie to function.
0b074c2f
DL
4752
4753 * lazy-lock.el: Remove compatibility code.
4754
4755 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4756 (finder-help-echo): New variable.
4757 (finder-mouse-face-on-line): Add help-echo stuff.
4758 (finder-list-keywords, finder-list-matches): Use mapc.
4759
4760 * faces.el (face-font-registry-alternatives): Add :version.
4761
4762 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4763 tags-table-list.
4764
a0b47716 4765 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 4766
a0b47716 4767 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
4768 (mail-mode): Use [:alnum:] in some regexps.
4769
6d502396
DL
47702000-11-10 Dave Love <fx@gnu.org>
4771
4772 * ediff.el (ediff-regions-internal, ediff-documentation):
4773 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4774 fundamental mode.
4775
4776 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4777 buffer into fundamental mode.
4778 (ediff-set-difference): Use copy-sequence if available.
4779
83c9cb8e
SM
4780 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4781 Check ediff-patch-map non-nil.
6d502396
DL
4782 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4783 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4784 buffer into fundamental mode.
4785
4786 * ediff-merg.el (state-or-merge): Defvar when compiling.
4787
a82fe213
JR
47882000-11-10 Jason Rumney <jasonr@gnu.org>
4789
4790 * w32-fns.el (w32-add-charset-info): New function.
4791 (w32-charset-info-alist): Use it.
4792
52d89894
GM
47932000-11-10 Gerd Moellmann <gerd@gnu.org>
4794
4795 * faces.el (face-font-registry-alternatives): New user-option.
4796
178932de
SM
47972000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4798
d7fa3319
SM
4799 * textmodes/texinfo.el (texinfo-block-default): New var.
4800 (texinfo-insert-block): Use it. Insert a newline if needed.
4801
178932de
SM
4802 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4803 (fill-region-as-paragraph): Use it.
4804
4805 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4806 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4807 Tweak paragraph regexps to allow a leading [ \t]*.
4808 (tex-latex-block): Insert a newline if necessary.
4809 (latex-insert-item): Only insert a newline if necessary.
4810 (tex-guess-main-file): New function.
4811 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4812 Set tex-main-file if TeX-master is provided.
4813 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4814
bd02b8e0
GM
48152000-11-10 Gerd Moellmann <gerd@gnu.org>
4816
4817 * startup.el (command-line): Set the default tooltip-mode
4818 to t for graphical displays which implement x-show-tip.
4819
4820 * tooltip.el (tooltip-mode): Add a comment about startup.el
4821 setting the default value of this user-option.
4822
b29b03eb
SM
48232000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4824
4825 * font-lock.el (font-lock-*-face) <defvar>: Move.
4826 (font-lock-defaults-alist): Mark obsolete.
4827 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4828 (font-lock-mode): Use define-minor-mode.
4829 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4830 (font-lock-turn-off-thing-lock): Be more explicit.
4831 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4832 (font-lock-syntactic-face-function): New var.
4833 (font-lock-fontify-syntactically-region): Use it.
4834 (font-lock-doc-face): New.
4835
4836 * pcvs.el (cvs-enabledp): Ignore errors.
4837 (cvs-commit-filelist): Never query.
4838 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4839 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4840 (cvs-do-removal): Use cvs-partition rather than delete-if.
4841 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4842 cvs-bury-buffer.
4843
4844 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4845 Allow `next' to jump to after the end of the last match.
4846
778fbc46
GM
48472000-11-09 Gerd Moellmann <gerd@gnu.org>
4848
730c746c
GM
4849 * simple.el (byte-compiling-files-p): New function.
4850
4851 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4852 if it is there.
4853
4854 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4855 nil again.
4856
778fbc46
GM
4857 * textmodes/ispell.el (ispell-library-path): Don't call
4858 check-ispell-version when byte-compiling because that starts
4859 an ispell process, and ispell might not be installed.
4860 (toplevel): Don't set up a menu when byte-compiling.
4861
4862 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4863 it, so that a boundp test can be used to determine if we're
4864 currently byte-compiling.
4865
5912c5bb
DL
48662000-11-09 Dave Love <fx@gnu.org>
4867
83c9cb8e 4868 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 4869
7bb054a5
GM
48702000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4871
83c9cb8e
SM
4872 * ps-print.el: Patch for variable initialization when spooling.
4873 Doc fix.
7bb054a5
GM
4874 (ps-output-list): Fun eliminated.
4875 (ps-begin-file, ps-begin-job): Code fix.
4876
9db2706e
DL
48772000-11-08 Dave Love <fx@gnu.org>
4878
83c9cb8e 4879 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 4880
f7eb32aa
GM
48812000-11-08 Gerd Moellmann <gerd@gnu.org>
4882
4883 * simple.el (shell-command, display-message-or-buffer)
4884 (shell-command-on-region): Mention resize-mini-windows in the doc
4885 string.
4886 (display-message-or-buffer): Take the value of resize-mini-windows
4887 into account.
4888
7b01b08c
GM
48892000-11-07 Gerd Moellmann <gerd@gnu.org>
4890
acad3c0b
GM
4891 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4892
7b01b08c
GM
4893 * dired.el (dired-between-files): Add `^. find' as an alternative
4894 to the regular expression, for find-dired.
4895
6f602bd0
SM
48962000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4897
4898 * textmodes/texnfo-upd.el: Require texinfo.
4899 (defmacro, defgroup): Remove.
4900 (texinfo-section-to-generic-alist): Remove.
4901 Use texinfo-section-list instead (i.e. level is changed string->int).
4902 (texinfo-filter): New function.
4903 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4904 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4905 Use it. And use regexp-opt.
4906 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4907 (texinfo-update-menu-region-beginning)
4908 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4909 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4910 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 4911 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
4912 (texinfo-sequential-node-update): Remove autoload cookie.
4913
4914 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4915 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4916 (texinfo-chapter-level-regexp): Remove.
4917 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4918
bb216218
DL
49192000-11-06 Dave Love <fx@gnu.org>
4920
6f602bd0 4921 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 4922
6f602bd0
SM
4923 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4924 Match defun*.
bb216218 4925
ff8dd5d5
KH
49262000-11-06 Kenichi Handa <handa@etl.go.jp>
4927
4928 * composite.el (composition-function-table): Variable declaration
4929 moved to src/composite.c.
4930 (compose-chars-after): New optional arg object.
4931
e9da51a1
GM
49322000-11-06 Gerd Moellmann <gerd@gnu.org>
4933
e0c12c68
GM
4934 * bindings.el (mode-line-toggle-read-only)
4935 (mode-line-toggle-modified, mode-line-widen)
4936 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4937 (make-mode-line-mouse2-map): Rewritten.
4938 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4939 functions so that C-h k can show something with a doc string.
eaae8106 4940
e9da51a1
GM
4941 * startup.el (fancy-splash-delay): Set to 10 seconds.
4942 (fancy-splash-max-time): New user-option.
4943 (fancy-splash-stop-time): New variable.
4944 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4945 (fancy-splash-screens-1): Throw `stop-splashing' when current
4946 time is greater than fancy-splash-stop-time.
4947
611dbdf0
SM
49482000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4949
4d2806e2
SM
4950 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4951
611dbdf0
SM
4952 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4953 Prompt user for a file rather than raising an error.
4954 (cvs-enabledp): Fix call to cvs-mode-marked.
4955 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4956 (cvs-mode-insert): Use it. Change the init prompt' value.
4957 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4958
4959 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4960 Don't pass default arg to ewoc-locate.
4961 (ewoc-collect): Return result in the right order.
4962
4963 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4964
4965 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4966 (cvs-status-get-tags): Fix regexp.
4967 (cvs-status-trees, cvs-status-cvstrees):
4968 Combine after change hooks and don't sit-for.
4d2806e2
SM
4969 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4970 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
4971 Use make-char rather than hard-coded cryptic data.
4972 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4973
4974 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4975
4976 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4977 (cvs-insert-strings): New function.
4978
937b2877
MB
49792000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4980
4981 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4982 `mwheel-scroll-amount'.
4983 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4984 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4985 string-matching against the version string.
4986
c6c97763
KH
49872000-11-06 Kenichi Handa <handa@etl.go.jp>
4988
6eaec747
KH
4989 * language/thai.el ("Thai"): Set a lisp form that produces
4990 composed string in `sample-text' language info.
4991
4992 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4993 composed string in `sample-text' language info.
4994
83c9cb8e
SM
4995 * international/mule-cmds.el (describe-language-environment):
4996 Eval `sample-text' data and insert the result.
6eaec747 4997
c6c97763
KH
4998 * international/mule-conf.el (compound-text): Define this coding
4999 system here. Make x-ctext and ctext aliases of it.
5000
5001 * language/european.el (compound-text, ctext): Moved to
5002 international/mule-conf.el.
5003
d1145f85
AI
50042000-11-05 Andrew Innes <andrewi@gnu.org>
5005
5006 * w32-fns.el (w32-version): New function.
5007
178a6a45
SM
50082000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5009
5010 * progmodes/awk-mode.el: Update copyright.
5011 (awk-mode-abbrev-table): Remove.
5012 (awk-font-lock-keywords): Use regexp-opt.
5013 (awk-mode): Use define-derived-mode.
5014
5015 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5016 when extracting a suffix.
5017
1ba90166
AS
50182000-11-04 Andre Spiegel <spiegel@gnu.org>
5019
5020 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5021 auto-save-mode.
5022
546790cb
JR
50232000-11-04 Jason Rumney <jasonr@gnu.org>
5024
5025 * language/european.el (decode-mac-roman): Test against r1 not r0.
5026
d247e32d
SM
50272000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5028
fbf44f44
SM
5029 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5030 (icon-mode): Define indent-line-function.
5031 (icon-comment-indent): Simplify.
5032 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5033
5034 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5035
5036 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5037 Bind change-log-default-mode to defeat the caching done on it.
5038 Don't bother saving excursion any more.
5039
5040 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5041
5042 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5043 (set-frame-font): Use the new name (and the old for compatibility).
5044
eaae8106
SS
5045 * toolbar/tool-bar.el (tool-bar-mode):
5046 * time.el (display-time-mode):
5047 * recentf.el (recentf-mode):
5048 * paren.el (show-paren-mode):
5049 * mwheel.el (mouse-wheel-mode):
5050 * msb.el (msb-mode):
5051 * jka-compr.el (auto-compression-mode):
5052 * image-file.el (auto-image-file-mode):
5053 * hl-line.el (hl-line-mode):
5054 * delsel.el (delete-selection-mode):
5055 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
5056 * complete.el (partial-completion-mode): Drop unneeded positional args.
5057
eaae8106 5058 * info.el (Info-mode):
79372165 5059 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 5060
d247e32d
SM
5061 * log-edit.el (log-edit-menu): New menu.
5062
4921558e
MB
50632000-11-03 Miles Bader <miles@gnu.org>
5064
5065 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5066 definition, so that trailing spaces are handled properly.
5067 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5068
1fc02b3c
GM
50692000-11-03 Gerd Moellmann <gerd@gnu.org>
5070
5071 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5072 tab character.
5073 (fancy-splash-screens): Set tab-width to 20.
5074
51d001f7
DL
50752000-11-03 Dave Love <fx@gnu.org>
5076
5077 * comint.el (comint-completion-addsuffix): Fix custom type.
5078
ba22aeff
SM
50792000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5080
5081 * font-lock.el (font-lock-buffers): Remove.
5082 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5083 (font-lock-change-major-mode): Remove.
5084 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5085 (font-lock-default-fontify-region): Extend the multiline
5086 fontification to whole lines.
5087 (font-lock-fontify-anchored-keywords)
5088 (font-lock-fontify-keywords-region): If matching just one
5089 line (with \n) only mark the \n as multiline.
5090
5091 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5092 Correctly handle the case where several :group args are supplied.
5093 Allow :extra-args.
5094 (easy-mmode-define-global-mode): Allow :extra-args.
5095 Correctly handle the case where several :group args are supplied.
5096
9c887ada
MB
50972000-11-02 Miles Bader <miles@gnu.org>
5098
eaae8106 5099 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
5100 (holiday-face): Remove dependency on `window-system'.
5101
7f25090d
KR
51022000-11-02 Ken Raeburn <raeburn@gnu.org>
5103
5104 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 5105 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 5106 (compile-files): Bomb out if compilation of a file fails.
7f25090d 5107
7dd6009c
DL
51082000-11-02 Dave Love <fx@gnu.org>
5109
5110 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5111
94821e4f
EZ
51122000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5113
5114 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5115 punctuation in the warning inserted into the *mail* buffer.
5116
1ac3fc42
GM
51172000-11-02 Gerd Moellmann <gerd@gnu.org>
5118
57731876
GM
5119 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5120 (authors-public-domain-p): New function.
5121 (authors-print): Use it.
5122
975f82c9
GM
5123 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5124
1ac3fc42
GM
5125 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5126
4b3eb10f
GM
51272000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5128
975f82c9 5129 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
5130 (ps-print-version): New version number (6.3.1).
5131 (ps-even-or-odd-pages): Customization fix.
5132 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5133 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5134 (ps-page-count): Var replaced by `ps-page-column'.
5135 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5136 (ps-print-sheet-p): New fun.
5137
7da794df
MB
51382000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5139
5140 * tooltip.el (tooltip-gud-tips-setup): New function.
5141 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5142 (tooltip-mode): Call tooltip-gud-tips-setup.
5143 (tooltip-gud-tips): Use `gud-basic-call' instead of
5144 process-send-string, so the prompt gets frobbed appropriately.
5145 Handle nil return value from `tooltip-gud-print-command'.
5146
0e40b809
EL
51472000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5148
5149 * comint.el (comint-add-to-input-history): New function.
5150 (comint-send-input): Use `comint-add-to-input-history'.
5151
50ada0db
MB
51522000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5153
973a3104
MB
5154 * info.el (info-menu-header): New face.
5155 (Info-fontify-menu-headers): New function.
5156 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5157
50ada0db
MB
5158 * info.el (Info-insert-dir): Don't include blank lines at
5159 beginning of additional dir files (one is added automatically).
5160
bff53411
SM
51612000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5162
5163 * emacs-lisp/easy-mmode.el (define-minor-mode):
5164 Revert the latest changes.
5165 Allow the three positional arguments to be skipped and replaced
5166 by keyword arguments.
5167 Add a :toggle argument to determine whether a nil arg means toggle
5168 or means turn-on. The default is unchanged.
5169 Add a call to force-mode-line-update.
5170
6b8a0b2d
DL
51712000-11-01 Dave Love <fx@gnu.org>
5172
83c9cb8e 5173 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 5174
5bf99100
MB
51752000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5176
83c9cb8e
SM
5177 * calendar/calendar.el (diary-face, holiday-face):
5178 Add dark-background variants.
5bf99100 5179
a4032611
SS
51802000-10-31 Sam Steingold <sds@gnu.org>
5181
5182 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5183 `tex-main-file' does not have directory in it.
5184
c286608e
SM
51852000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5186
5187 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5188
4836835a
TTN
51892000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5190
5191 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5192 functional change.
5193
26dcb81b
GM
51942000-10-31 Gerd Moellmann <gerd@gnu.org>
5195
5196 * files.el (find-file-noselect): When we expand a wildcard, return
5197 a list of buffers, as we should do according to the doc string.
5198
49fc4500
KR
51992000-10-31 Ken Raeburn <raeburn@gnu.org>
5200
5201 * loadup.el (top level): Adjust load path if program name is
5202 "../src/bootstrap-emacs", in case it's not dumped and thus the
5203 load path adjustment hasn't already been done.
5204
ea0c615d
GM
52052000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5206
83c9cb8e
SM
5207 * ps-print.el: Fix bug on selected pages for printing.
5208 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
5209 is on. Try to avoid warning messages when compiling. Doc Fix.
5210 (ps-print-version): New version number (6.3).
5211 (ps-color-device): Use `color-values' to determine if device
5212 supports color.
5213 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5214 (ps-print-page-p): Changed from defsubst to defun.
5215 (ps-page-number): Changed from defmacro to defun.
5216 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5217 printing.
c286608e 5218 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
5219 (ps-end-file, ps-dummy-page): Funs eliminated.
5220 (ps-print-color-scale): Changed default value.
5221 (ps-page-n-up, ps-print-page-p): New internal vars.
5222 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5223 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5224
9e20722f
GM
5225 * delim-col.el: Little programming improvement.
5226 (delimit-columns-str): New macro.
5227 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5228
d7a0fd00
KH
52292000-10-31 Kenichi Handa <handa@etl.go.jp>
5230
c286608e
SM
5231 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5232 Moved to european.el.
d7a0fd00
KH
5233 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5234 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
5235 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5236 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 5237
234be340
DL
52382000-10-30 Dave Love <fx@gnu.org>
5239
5240 * progmodes/cc-menus.el (imenu-generic-expression)
5241 (imenu-progress-message): Only defvar when compiling.
5242
4edc4a39
DL
5243 * emacs-lisp/elp.el (elp-unload-hook): New function.
5244
5245 * loadhist.el (unload-feature): Call elp-restore-function,
5246 checking for symbols; don't use elp-restore-all.
5247 (loadhist-hook-functions): Doc fix.
5248
70c825df
SM
52492000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * log-edit.el (log-edit-confirm): Fix the default.
5252
1d3baf74
GM
52532000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5254
5255 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5256 delimit-columns-format.
5257 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 5258
1ec321a7
MB
52592000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5260
5261 * comint.el (comint-replace-by-expanded-history): Don't use
5262 comint-get-old-input (we're not looking at *old* input).
5263 (comint-get-old-input-default): If using fields, signal an error
5264 when the point is not in an input field.
5265
70737ea9
KH
52662000-10-30 Kenichi Handa <handa@etl.go.jp>
5267
5268 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5269 and mule-unicode-e000-ffff.
5270
fa0cb51d 5271 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
5272 (make-coding-system): Accept a symbol of translation table as a
5273 value of property `safe-chars'.
5274
5275 * international/mule-cmds.el (encode-coding-char): Check property
5276 safe-chars instead of safe-charsets.
5277
5278 * international/fontset.el (fontset-default): Modified for
5279 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5280 (x-font-name-charset-alist): Likewise.
5281 (ccl-encode-unicode-font): New CCL program. Record it in
5282 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5283
70c825df
SM
5284 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5285 New translation tables.
70737ea9
KH
5286 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5287 programs are modified and moved from mac-win.el.
5288 (mac-roman): Definition of this coding system is modified and
5289 moved from mac-win.el.
4836835a 5290
fda2ce24 52912000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5292
1d3baf74 5293 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 5294 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 5295
dd4d3cb6
MB
52962000-10-29 Miles Bader <miles@gnu.org>
5297
5298 * custom.el (custom-add-to-group): Allow multiple entries for a
5299 given value OPTION, as long as their widget types are different.
5300 * cus-edit.el (custom-face-value-create): If face name doesn't end
5301 with "face", add such here (similar to custom group widgets).
5302
5303 * comint.el (comint-highlight-prompt): Add :type.
5304
dace60cf
JW
53052000-10-28 John Wiegley <johnw@gnu.org>
5306
dace60cf
JW
5307 * calendar/timeclock.el (timeclock-log): Doc fix.
5308 (timeclock-last-event): Doc fix.
83c9cb8e 5309 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
5310 (timeclock-find-discrep): Use a temp buffer to read in the
5311 timelog, instead of visiting the file.
5312 (timeclock-log-data): A new function, along with a host of helper
5313 functions, for the purpose of making timelog data accessible to
5314 programmers.
5315
5316 * eshell/esh-mode.el (window-height test): Make certain that
5317 `eshell-stringify-t' is non-nil.
5318 (eshell-password-prompt-regexp): Changed to a much simpler
5319 password regexp.
5320 (eshell-send-input): If `eshell-invoke-directly' returns t,
5321 directly invoke the parsed command using `eval'. This improves
5322 turn-around time on simple commands by a factor of three or
5323 greater, such as cd, ls, pwd, etc. -- which get used very often.
5324 It also conserves thousands of cons cells per call (since
5325 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5326 in the Pacific Cookie Company).
5327
5328 * eshell/esh-test.el (eshell-test): Whitespace fix.
5329
83c9cb8e
SM
5330 * eshell/em-ls.el (eshell-ls-insert-directory):
5331 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
5332
5333 * eshell/em-script.el (eshell-script-initialize): Add names to
5334 `eshell-complex-commands, since `source' and `.' are complex.
5335
0467b076
EZ
5336 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5337 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
5338 `eshell-copy-handles'.
5339 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5340 bodies.
5341 (eshell-separate-commands): Whitespace fix.
5342 (eshell-complex-commands): Added a new list of names, for
5343 determining whether a given command is as simple as it looks.
5344 (eshell-invoke-directly): New function. Returns t if a command
5345 should be invoked directly (using `eval'), rather than indirectly
5346 using `eshell-do-eval'.
5347 (eshell-do-eval): Whitespace fix.
5348
5349 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5350 which provides an emulation of the DOS shell behavior of assuming
5351 that cp/mv/ln should copy/move/link to the current directory.
5352 (eshell-remove-entries): Added a doc string.
5353 (eshell-shuffle-files): Removed the check for `target' being null.
5354 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5355 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5356 it to do a smarter check of whether a destination was provided.
5357 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5358 (eshell/ln): Enable `:preserve-args', and use
5359 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
5360 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5361 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
5362 list after flattening it. This makes it possible to cat files
5363 with numerical names.
5364 (eshell-unix-initialize): Added several names to
5365 `eshell-complex-commands.
5366 (eshell-unix-command-complex-p): Return t if a given command name
5367 may result in external processes being invoked.
5368
5369 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5370 variable nil by default, since it slows down glob processing by a
5371 factor of two or more, and increases memory consumption.
5372
5373 * eshell/em-smart.el: Added a note about how memory consumptive
5374 smart display mode can be (at least this is true in Emacs 21).
5375 (eshell-smart-initialize): Whitespace fix.
5376 (eshell-refresh-windows): Use `if' instead of `when'.
5377 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5378 not necessary.
83c9cb8e 5379 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
5380
5381 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5382 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5383 Whitespace fix.
5384 (eshell-ls-exclude-hidden): Added this variable in addition to
5385 `eshell-ls-exclude-regexp'. This one prevents files beginning
5386 with . from even being read, which can improve memory consumption
5387 quite a bit.
5388 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5389 read file entries beginning with a dot. In home directories with
5390 lots of hidden files, fully two-thirds of the time spent in ls is
5391 used to read directory entries that are immediately thrown away.
5392 (eshell-ls-initial-args): Added back this configuration variable,
5393 for specifying default initial arguments to every call to ls.
5394 Much faster than using an alias to do the same thing.
5395 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5396 (eshell-ls-dir): Whitespace change.
5397
5398 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5399
83c9cb8e 5400 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
5401 (eshell-stringify-t): Added a customization variable, to indicate
5402 whether `t' should be rendered as a string at all. If not, one
5403 can still determine if the result of an expression is true using
5404 "file-exists-p FILE && echo true".
5405 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5406 stringify t!
5407
5408 * eshell/esh-module.el: Whitespace fix.
5409
83c9cb8e
SM
5410 * eshell/em-alias.el (eshell-alias-initialize):
5411 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
5412 (eshell-command-aliased-p): New function that returns t if a
5413 command name names an aliased.
5414
657f9cb8 54152000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 5416
0467b076 5417 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 5418 redrawing the screen when changing cursor color.
0467b076
EZ
5419 (viper-insert-state-pre-command-sentinel)
5420 (viper-replace-state-pre-command-sentinel)
70c825df
SM
5421 (viper-replace-state-post-command-sentinel):
5422 Use viper-preserve-cursor-color.
657f9cb8
MK
5423 Many functions changed to use viper= instead of = when comparing
5424 characters.
0467b076 5425 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 5426 working with characters.
0467b076 5427 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
5428 Many functions changed to use viper= instead of = when comparing
5429 characters.
0467b076 5430 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 5431
0467b076 5432 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 5433 Several typos fixed in various docstrings.
0467b076 5434 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 5435 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
5436 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5437 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5438 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5439 (ediff-get-selected-buffers): New function.
5440 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
5441 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5442 Use save-window-excursion.
0467b076 5443 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 5444 termination check in while loop.
0467b076 5445 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 5446 dired buffer.
0467b076
EZ
5447 (ediff-files,ediff-merge-files,ediff-files3)
5448 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 5449
4f490d99
DL
54502000-10-28 Dave Love <fx@gnu.org>
5451
5452 * info.el (Info-fontify-node): Add help-echo for menu items.
5453
45b84006
EZ
54542000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5455
5ebc02b3
EZ
5456 * startup.el (normal-top-level): If the value of $TERM indicates
5457 we are running from xterm or one of its work-alikes, default to a
5458 light background mode.
5459
45b84006
EZ
5460 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5461 * faces.el (tty-handle-reverse-video): New function.
5462 (tty-create-frame-with-faces): Call it.
5463
5464 * frame.el (frame-notice-user-settings): Don't apply
5465 default-frame-alist and initial-frame-alist to MS-DOS frames.
5466 Call tty-handle-reverse-video, frame-set-background-mode, and
5467 face-set-after-frame-default for non-MS-DOS frames.
5468
5469 * startup.el (tty-long-option-alist): New variable.
5470 (tty-handle-args): New function.
5471 (command-line): Call tty-handle-args.
5472
5473 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5474 startup.el now does that for all character-terminal frames.
5475
eab6e8b9
MB
54762000-10-28 Miles Bader <miles@gnu.org>
5477
83c9cb8e
SM
5478 * emacs-lisp/easy-mmode.el (define-minor-mode):
5479 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5480 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 5481 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
5482 version using `easy-mmode-define-global-mode'.
5483 Add :conditional-turn-on keyword argument.
eab6e8b9 5484
51a29efc
DL
54852000-10-28 Dave Love <fx@gnu.org>
5486
83c9cb8e
SM
5487 * international/latin1-disp.el (latin1-char-displayable-p):
5488 Don't use window-system.
51a29efc 5489
d71d7114
EZ
54902000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5491
5492 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5493 Don't call find-buffer-file-type-coding-system. Instead, just
5494 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5495 if the file is on an untranslated filesystem.
5496 (add-untranslated-filesystem): Use "D" instead of "f" inside
5497 interactive.
5498
1f9cab4b
DL
54992000-10-27 Dave Love <fx@gnu.org>
5500
70c825df 5501 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
5502 (refill-mode): Use it.
5503
70c825df
SM
55042000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5505
5506 * international/quail.el (quail-activate): Don't make-local-hook.
5507
7432cf10
AS
55082000-10-27 Andre Spiegel <spiegel@gnu.org>
5509
4836835a 5510 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 5511 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
5512 (vc-make-version-backup): Don't do it on MS-DOS without long file
5513 names.
4836835a 5514
7432cf10
AS
5515 * vc.el (vc-version-other-window): If an automatic backup of the
5516 desired version exists, rename it instead of copying it.
5517
4836835a
TTN
5518 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5519 after command. If there's an unexpected error, signal it instead
7432cf10 5520 of being silent.
e1483c38 5521 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 5522
05ea7ef2
MB
55232000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5524
fd1035aa
MB
5525 * shell.el (shell): Add BUFFER argument.
5526 * comint.el (make-comint-in-buffer): New function.
5527 (make-comint): Use it.
5528
05ea7ef2
MB
5529 * faces.el (face-spec-choose): Change syntax so that the list of
5530 attribute-value pairs is now the cdr of each clause, not the cadr.
5531 Detect old-style entries, and handle them. Use pop.
5532
835a55fe
SM
55332000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5534
f5ab1cdd
SM
5535 * cus-edit.el (custom-mode-map): Use a sparse map.
5536 (custom-mode): Don't bother with make-local-hook.
5537
5538 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5539
835a55fe
SM
5540 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5541
c13b0ec8
GM
55422000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5543
5544 * ps-print.el: Avoid compilation gripes.
5545 (ps-print-version): New version number (6.2.1).
4836835a 5546
e9f63196
DL
55472000-10-26 Dave Love <fx@gnu.org>
5548
0b95284b
DL
5549 * menu-bar.el: Modify some menu item help strings.
5550 (menu-bar-help-menu): Add link to MORE.STUFF.
5551
e9f63196
DL
5552 * cus-edit.el (custom-mode): Add `special' mode-class property.
5553
5554 * wid-browse.el (widget-browse-mode): Likewise.
5555
5556 * wid-edit.el (widget-specify-field): Revert to using local-map
5557 property, not keymap.
5558
e276a14a
MB
55592000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5560
c1545d88
MB
5561 * wid-edit.el (widget-field-end): When checking for a `boundary'
5562 field, do so in the correct buffer.
5563
3c1b77ca
MB
5564 * simple.el (undo): Correctly distinguish between numeric and
5565 non-numeric prefix args in non-transient-mark-mode, as per the doc
5566 string. When in transient-mark-mode, treat all prefix-args as
5567 numeric.
5568
f5ab1cdd
SM
5569 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5570 Position point on match. Handle N == 0 correctly.
22626d9d
MB
5571
5572 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5573 (comint-mode-map): Reverse order of `comint-write-output' and
5574 `comint-append-output-to-file'.
5575 (comint-append-output-to-file): Reinstate this function, for the
5576 benefit of the menu.
5577
d97151cb
SM
55782000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5579
5580 * vc.el (vc-version-other-window): Bind `file'.
5581
ea7d6f5b
GM
55822000-10-25 Gerd Moellmann <gerd@gnu.org>
5583
f5ab1cdd 5584 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
5585
5586 * emacs-lisp/authors.el (batch-update-authors): New function.
5587 (authors-fixed-entries): New defconst.
5588 (authors-add-fixed-entries): New function.
5589 (authors): Call it.: Don't process lispref/.
5590
17c25cea
JR
55912000-10-25 Jason Rumney <jasonr@gnu.org>
5592
5593 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5594 Merge x w32 and mac definitions.
5595
4ecda532
GM
55962000-10-25 Gerd Moellmann <gerd@gnu.org>
5597
5598 * menu-bar.el (menu-bar-options-menu): Add a help string for
5599 `uniquify'.
5600
b6735035
GM
56012000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5602
f5ab1cdd
SM
5603 * time-stamp.el (time-stamp-string-preprocess):
5604 Fix a wrong type argument error.
b6735035 5605
f4cbc7a0
MB
56062000-10-25 Miles Bader <miles@gnu.org>
5607
5608 * recentf.el (recentf-mode): Variable removed.
5609 (recentf-mode): Use `define-minor-mode'.
5610
5611 * mwheel.el (mouse-wheel-mode): New global minor mode.
5612 (mwheel-install): Use `mouse-wheel-mode'.
5613
f4b020f6
DL
56142000-10-25 Dave Love <fx@gnu.org>
5615
f5ab1cdd
SM
5616 * progmodes/cperl-mode.el (cperl-mode):
5617 Set normal-auto-fill-function correctly.
072cb6f9 5618
83c9cb8e
SM
5619 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5620 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 5621 bindings.
f4b020f6 5622
ebe2a441
MB
56232000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5624
ff4dcd4b
MB
5625 * wid-edit.el (widget-field-at): New function.
5626 (widget-at, widget-field-activate): Use it.
5627 (widget-tabable-at): Use `widget-at'.
5628 (widget-specify-field): If the terminating character of the widget
5629 field (which is read-only) is a newline, put it into a special
5630 `boundary' field so that C-n/C-p act more naturally.
5631 (widget-field-end): Also don't subtract one if a special
5632 `boundary' field has been added after the widget field.
5633
83c9cb8e
SM
5634 * comint.el (comint-output-filter, comint-send-input):
5635 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 5636 code, since it should notice the overlay insertion-types now.
ff4dcd4b 5637
ebe2a441
MB
5638 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5639 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5640 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5641
fe50b6ab
GM
56422000-10-24 Gerd Moellmann <gerd@gnu.org>
5643
53df4dda 5644 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
5645 (authors): Set file coding system to iso-2022-7bit.
5646 Add file-local variables to output buffer.
53df4dda 5647
4836835a 5648 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
5649 WARN is nil.
5650
53df4dda
GM
56512000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5652
5653 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5654
5655 * delim-col.el: Now there is a column formatting mechanism.
5656 Modified to customization mechanisms convention. Doc fix.
5657 (columns): New group for delim-col.
5658 (delimit-columns-before, delimit-columns-after)
5659 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5660 (delimit-columns-end): New vars.
5661 (delimit-columns-customize, delimit-columns-format): New funs.
5662 (delimit-columns-region, delimit-columns-rectangle)
5663 (delimit-columns-rectangle-line): Modified to support column
5664 formatting.
4836835a 5665
a9839779
DL
56662000-10-24 Dave Love <fx@gnu.org>
5667
5668 * log-edit.el (log-edit): Add :version and a :group for vc.
5669
df0267b8
GM
56702000-10-24 Gerd Moellmann <gerd@gnu.org>
5671
9acc3873
GM
5672 * files.el (after-find-file): Don't print a message ``New file''
5673 if WARN is nil.
5674
83c9cb8e
SM
5675 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5676 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
5677 get duplicate tool-bar entries because we'll see the global ones
5678 on more than one path through keymaps.
5679
1946f901
GM
5680 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5681
df0267b8
GM
5682 * progmodes/cmacexp.el: Change Francesco's email address.
5683
ae3b264b
KH
56842000-10-24 Kenichi Handa <handa@etl.go.jp>
5685
5686 * window.el (fit-window-to-buffer): Adjust point of the window
5687 buffer, not that of the current buffer.
5688
23afac01
EZ
56892000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5690
5691 * progmodes/cmacexp.el: Update the euthor's email address.
5692
22d1a4ed
MB
56932000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5694
5695 * faces.el (face-spec-set-match-display): Add `graphic' display
5696 type (the inverse of `tty'). Use `display-graphic-p' instead of
5697 the window-system variable.
5698
f408aa48
KH
56992000-10-24 Kenichi Handa <handa@etl.go.jp>
5700
83c9cb8e
SM
5701 * international/isearch-x.el (isearch-with-input-method):
5702 Call input-method-function with the first event in
f408aa48
KH
5703 unread-command-events.
5704
94fe8a31
MB
57052000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5706
83c9cb8e 5707 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 5708
8f47302e
AC
57092000-10-24 Andrew Choi <akochoi@i-cable.com>
5710
5711 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5712 New charsets.
5713
5714 * term/mac-win.el: Remove definitions of mac-roman-lower and
5715 mac-roman-upper, require dired, and define instead of set
5716 mac-ready-for-drag-n-drop to avoid compilation error.
5717
446c097e
AI
57182000-10-23 Andrew Innes <andrewi@gnu.org>
5719
83c9cb8e
SM
5720 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5721 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
5722 expand-file-name after convert-standard-filename to ensure
5723 expected directory separators are used.
5724
379b70e7
EZ
57252000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5726
5727 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5728
85c766e9
DL
57292000-10-23 Dave Love <fx@gnu.org>
5730
b7e03a67
DL
5731 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5732 (tool-bar-add-item): Set foreground and background for XBM icons.
5733
83c9cb8e
SM
5734 * international/latin1-disp.el (latin1-char-displayable-p):
5735 New function (from Handa).
b7e03a67
DL
5736 (latin1-display-check-font): Use it.
5737
0dcf8835 5738 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
5739 using :key-sequence, making it much more usable.
5740 Use nconc, not append.
0dcf8835
DL
5741 (imenu--create-keymap-1): Avoid append.
5742
85c766e9 5743 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 5744
cb3069bb
MB
57452000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5746
5747 [the following changes fix a bug where `define-minor-mode' didn't
5748 correctly generate :require clauses for defcustoms in compiled files]
5749 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5750 (byte-compile-log-file, byte-compile-log-1): Don't set
5751 `byte-compile-current-file' to nil. Instead set
5752 `byte-compile-last-logged-file' to it. Test whether
5753 byte-compile-current-file equals byte-compile-last-logged-file
5754 instead of whether its nil.
3b6542ba 5755 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 5756
6db6243b
SM
57572000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5758
5759 * textmodes/refill.el: Fix var names in doc.
5760 (refill-mode): Don't bother with make-local-hook anymore.
5761
98490598
MB
57622000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5763
e01cd227
MB
5764 * faces.el (face-user-default-spec, face-default-spec): New functions.
5765 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 5766 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
5767 Use `face-user-default-spec'. Simplify code slightly.
5768
4836835a 5769 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
5770 (woman-unknown-face): Add dark-background variants.
5771 (woman-default-faces): Renamed from `woman-colour-faces'.
5772 Set using the stored defaults, rather than using hard-wired colors.
5773 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5774 Just make the foreground `unspecified' rather than "black".
5775 (woman-menu): Rename menu entries accordingly.
5776
98490598
MB
5777 * faces.el (header-line): Make more reasonable on mono/grayscale
5778 displays.
5779
1a578e9b
AC
57802000-10-23 Andrew Choi <akochoi@i-cable.com>
5781
5782 * cus-edit.el (custom-button-face): Use 3D look for mac.
5783 (custom-button-pressed-face): Likewise.
5784
5785 * faces.el (set-face-attributes-from-resources): Handle mac frames
5786 in the same way as x and w32 frames.
5787 (face-valid-attribute-values): Likewise.
5788 (read-face-attribute): Likewise.
5789 (defined-colors): Likewise.
5790 (color-defined-p): Likewise.
5791 (color-values): Likewise.
5792 (display-grayscale-p): Likewise.
5793 (face-set-after-frame-default): Likewise.
5794 (mode-line): Same default face as for x and w32.
5795 (tool-bar): Likewise.
5796
5797 * frame.el: Remove call to frame-notice-user-settings at end of
5798 the file.
5799
83c9cb8e 5800 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
5801 as for x, pc, and w32 frame types.
5802
5803 * term/mac-win.el: New file.
5804
aaaf7be7
DL
58052000-10-22 Dave Love <fx@gnu.org>
5806
5807 * textmodes/refill.el: New file.
5808
5392d654
AS
58092000-10-22 Andre Spiegel <spiegel@gnu.org>
5810
4836835a 5811 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 5812 MANUAL and REGEXP.
4836835a 5813 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
5814 New functions.
5815 (vc-before-save): Use the latter.
5816 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5817 confusion.
5818
4836835a 5819 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
5820 expected by vc[-hooks].el.
5821
5822 * vc.el (vc-checkout): Added `-p' suffix in call to
5823 vc-make-version-backups-p; use vc-make-version-backup to actually
5824 make the backup.
5825 (vc-version-other-window, vc-version-backup-file): Handle both
5826 automatic and manual backups.
5827 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5828 of all of them.
5829
1e221c16
MB
58302000-10-22 Miles Bader <miles@gnu.org>
5831
7ff4fda5
MB
5832 * comint.el (comint-highlight-input, comint-highlight-prompt):
5833 Renamed, `-face' at end removed.
5834 (comint-send-input, comint-output-filter): Use renamed faces.
5835
3511cde8
MB
5836 * window.el (fit-window-to-buffer): Change defaulting of
5837 MAX-HEIGHT slightly.
5838
1e221c16
MB
5839 * faces.el (color-values, color-defined-p): Use `member', not
5840 `memq', because it works correctly for strings.
5841 (frame-set-background-mode): Actually, "unspecified-fg" and
5842 "unspecified-bg" *are* strings. Use `member', not `memq', and
5843 `equal', not `eq', when a string value is possible.
5844
b6ef4898
EZ
58452000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5846
5847 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5848
34939e2c
SM
58492000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5850
5851 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5852 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5853 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5854 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5855 (sh-font-lock-syntactic-keywords): Use them.
5856 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5857 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5858 (sh-mode): Don't override font-lock-unfontify-region-function.
5859 Use a copy of sh-font-lock-syntactic-keywords.
5860 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5861 Don't call sh-scan-buffer since font-lock does it on the fly.
5862 (sh-get-indent-info): Use `face' rather than `syntax-table'
5863 text-property to detect here-documents.
5864 Replace sh-special-syntax with sh-st-punc.
5865 (sh-prev-line): Use `face' rather than `syntax-table'
5866 text-property to skip over here-documents.
5867 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5868 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5869 (sh-electric-less, sh-set-here-doc-region)
4836835a 5870 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
5871 (sh-scan-buffer, sh-rescan-buffer): Remove.
5872
f3d3c491
AI
58732000-10-21 Andrew Innes <andrewi@gnu.org>
5874
5875 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5876 remote (ange-ftp) file names.
5877
b86c791c
MB
58782000-10-21 Miles Bader <miles@gnu.org>
5879
d9c30bdf
MB
5880 * window.el (fit-window-to-buffer): New function.
5881 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
5882 (window-text-height): Don't expect minibuffers to have mode-lines.
5883
d9c30bdf 5884 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
5885 * international/quail.el (quail-update-guidance):
5886 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 5887
617fee5a
MB
5888 * international/quail.el (quail-show-guidance-buf): Make sure
5889 guidance window really has enough room.
5890 (quail-update-guidance): If quail-guidance-win is already shown,
5891 make sure its height is OK.
5892
b86c791c
MB
5893 * window.el (window-text-height, set-window-text-height):
5894 New functions.
5895 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5896 instead of `window-height' & `mode-line-window-height-fudge'.
5897 (mode-line-window-height-fudge): Add FACE parameter.
5898 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5899 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5900
e34850d1
MB
59012000-10-20 Miles Bader <miles@gnu.org>
5902
5903 * window.el (height-affecting-face-attributes): Use `defconst'.
5904
5905 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5906 New function, conditionally aliased to `mode-line-window-height-fudge'.
5907 (ispell-help): Use it.
5908 (ispell-choices-win-default-height): Don't include mode-line fudge.
5909 (ispell-choices-win-default-height): New function.
5910 (ispell-show-choices, ispell-command-loop): Use function
5911 `ispell-choices-win-default-height' instead of variable.
5912
a8b883c2
MB
59132000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5914
8c6e4a58
MB
5915 * window.el (mode-line-window-height-fudge): New variable.
5916 (height-affecting-face-attributes): New variable.
5917 (mode-line-window-height-fudge): New function.
5918 (shrink-window-if-larger-than-buffer): Use it.
5919 * help.el (resize-temp-buffer-window): Likewise.
5920
a8b883c2
MB
5921 * info.el (Info-fontify-node): Add support for @subsubsection
5922 titles, which use `Info-title-4-face'.
5923 (Info-title-4-face): New face.
5924 (Info-title-3-face): Inherit from Info-title-4-face instead of
5925 variable-pitch.
5926
e64c3a75
JR
59272000-10-19 Jason Rumney <jasonr@gnu.org>
5928
5929 * dired.el (dired-insert-directory): Do not let errors signalled by
5930 attempt to run dired-free-space-program prevent dired from working.
5931
c70fe852
SM
59322000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5933
5934 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5935
877cf6b4
GM
59362000-10-19 Gerd Moellmann <gerd@gnu.org>
5937
5de037e0
GM
5938 * dirtrack.el (dirtrack): Fix call to run-hooks.
5939
6deb9af9
GM
5940 * cmuscheme.el (cmuscheme-program-name): Renamed from
5941 scheme-program-name because xscheme.el contains a defcustom with
5942 the same name. As a consequence, customizing group `cmuscheme'
5943 loaded `xscheme' which redefined run-scheme.
5944 (run-scheme): Use cmuscheme-program-name.
5945
83c9cb8e 5946 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 5947
e597d8fb 5948 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 5949 anonymous address, and add a website for Befrienders International.
4836835a 5950
3e9cb08f
GM
59512000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5952
c70fe852
SM
5953 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5954 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
5955 (ps-print-version): New version number (6.2).
5956 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5957 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5958 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5959 (ps-x-extent-priority, ps-x-extent-start-position)
5960 (ps-x-face-font-instance, ps-x-find-coding-system)
5961 (ps-x-font-instance-properties, ps-x-make-color-instance)
5962 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5963 avoid compilation gripes without defining functions.
5964 (ps-e-find-composition): Alias for function find-composition, to have a
5965 suitable function depending on Emacs version.
5966 (ps-color-device, ps-color-values, ps-face-foreground-name)
5967 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5968 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5969 (ps-print-ensure-fontified): Function definitions surrounded by
5970 `eval-and-compile' to avoid compilation gripes.
5971 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5972 by symbol-value to avoid compilation gripes.
5973 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5974 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5975
d8abcd91
MB
59762000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5977
13ab33c4
MB
5978 * startup.el (normal-top-level): Call `frame-set-background-mode'
5979 after `frame-notice-user-settings' because the latter doesn't call
5980 the former on a tty.
5981
d8abcd91
MB
5982 * faces.el (frame-set-background-mode): `unspecified' &c are
5983 symbols, not strings.
5984
e8bce0a9
EZ
59852000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5986
c70fe852
SM
5987 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5988 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5989
c70fe852
SM
5990 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5991 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5992
773272d8
KH
59932000-10-19 Kenichi Handa <handa@etl.go.jp>
5994
c70fe852 5995 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5996 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5997 for ISO10646-1 fonts.
5998 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5999
772139c0
EZ
60002000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6001
6002 * faces.el (frame-set-background-mode): If a tty frame defines a
6003 background color, use that to compute the background mode, instead
6004 of always defaulting to "dark".
6005
d134a19f
MB
60062000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6007
8bb84cb2
MB
6008 * comint.el (comint-write-output): New function.
6009 (comint-mode-map): Add it to the menu.
e40a778f 6010 Bind `C-c C-s' to comint-write-output.
d134a19f 6011
dada41e1
GM
60122000-10-18 Gerd Moellmann <gerd@gnu.org>
6013
6014 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6015 Use fancy-splash-delay.
6016
9b5360aa
GM
60172000-10-18 Alex Schroeder <alex@gnu.org>
6018
6019 * progmodes/sql.el (sql-sybase-options): New option.
6020 (sql-sybase): Use it. Add sql-database to the list of parameters
6021 provided for login. The options -w 2048 -n are not used any more.
6022
9035a35a
GM
6023 * comint.el (comint-read-input-ring): Bugfix such that the first
6024 and the last entry of the input ring file are not lost.
6025
3556c6dd
GM
60262000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6027
6028 * ps-print.el: Internal variable changes to defcustom,
6029 make-local-hook changes to defvar. Doc fix.
6030 (ps-print-version): New version number (6.1).
6031 (ps-setup, ps-do-despool): Code fix.
6032 (ps-printer-name): Customization fix.
6033 (ps-printer-name-option): Now is a defcustom instead of an
6034 internal variable.
6035 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6036 (ps-print-begin-column-hook): Now are defvar instead of
6037 make-local-hook.
4836835a 6038
4e217e50
MB
60392000-10-18 Miles Bader <miles@gnu.org>
6040
6041 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6042 (comint-kill-output): Changed into an alias for `comint-delete-output',
6043 and made obsolete.
6044 (comint-mode-map): Rename references to comint-kill-output.
6045
34460354
EZ
60462000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * diff-mode.el (diff-header-face, diff-file-header-face)
6049 (diff-changed-face): Add bold and italic attributes to tty faces.
6050 (diff-function-face): New face.
6051 (diff-font-lock-keywords): Use it.
6052
17ea3cdb
MB
60532000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6054
6055 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6056 Remove commented-out call to force-mode-line-update.
6057 (comint-kill-output): Use `forward-line 0' instead of
6058 beginning-of-line to make sure we get past the prompt.
6059
9244f2c7
SM
60602000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6061
6062 * diff-mode.el (diff-header-face, diff-file-header-face):
6063 Add specific setting for dark background.
6064 (diff-context-face): Renamed from diff-comment-face.
6065 Set explicitly rather than inheriting from font-lock-comment-face.
6066
1592c1ef
EZ
60672000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6068
6069 * startup.el (command-line): Move the code which sets the default
6070 TTY colors to before before-init-hook.
6071
f86292a9
GM
60722000-10-17 Gerd Moellmann <gerd@gnu.org>
6073
6074 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6075
f7f2e883
EZ
60762000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6077
e854cc22
EZ
6078 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6079 extensions, for MS-DOS.
6080
f7f2e883
EZ
6081 * diff-mode.el (diff-header-face, diff-file-header-face)
6082 (diff-changed-face): Define tty-specific colors.
6083
c7b4f0f9
GM
60842000-10-17 Gerd Moellmann <gerd@gnu.org>
6085
6086 * startup.el (fancy-splash-text): Realign the text.
6087
12a72271
EZ
60882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6089
6090 * font-lock.el (font-lock-comment-face): Define a separate default
6091 for dark-background tty's.
6092
61dfccfd
MB
60932000-10-17 Miles Bader <miles@gnu.org>
6094
6095 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6096 being obscured by whizzy mode-lines on graphics displays.
6097
333cd59e
EZ
60982000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6099
6100 * info.el (Info-title-1-face, Info-title-2-face)
6101 (Info-title-3-face): Define colors for tty's.
dada41e1 6102 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 6103
dbf1fcc1
EZ
61042000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6105
6106 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6107 reverse from the frame parameters, and don't invert foreground and
6108 background colors.
6109
ac629823
MB
61102000-10-16 Miles Bader <miles@gnu.org>
6111
6112 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6113 string "*Info*". Call propertized-buffer-identification to spruce
6114 up the result.
6115
76eebffc
GM
61162000-10-16 Gerd Moellmann <gerd@gnu.org>
6117
3a6b59d9
GM
6118 * help.el: Provide `help' for the sake of define-minor-mode
6119 which generates defcustoms with requires.
6120
6569c3d3
GM
6121 * jit-lock.el (jit-lock-after-change): If we're in text that
6122 matches a multi-line font-lock pattern, make sure the whole text
6123 will be redisplayed.
6124
c2e0a611
GM
6125 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6126 author's name is unknown.
6127
76eebffc
GM
6128 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6129 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6130 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6131 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6132 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6133 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6134 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6135 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6136 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6137 Add author information.
6138
cf1e7b12
MB
61392000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6140
6141 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6142 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6143 full-color version (using the Gimp) to eliminate dithering artifacts.
6144
5586f3eb
SM
61452000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6146
6147 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6148
6149 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6150
ad64a888
DL
61512000-10-15 Dave Love <fx@gnu.org>
6152
83c9cb8e 6153 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
6154
6155 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6156
6157 * whitespace.el: Doc fixes.
6158 (top-level): Don't add hooks here.
6159 (whitespace-running-emacs): Deleted.
6160 (timer): Don't require.
6161 (whitespace): Add back :version conditional on xemacs test.
6162 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6163 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6164 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6165 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6166 Avoid specific xemacs test.
6167 (whitespace-global-mode): New option.
6168 (whitespace-global-mode): New command.
6169 (whitespace-unload-hook): New function.
6170
6171 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 6172 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
6173 (Info-fontify-node): `Goto' goes to `Go to'.
6174 (Info-fontify-node): Add help-echo to xref links.
6175
1ef49fc6
EZ
61762000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6177
6178 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6179
8b7707e1
SM
61802000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6181
b3b7f42f
SM
6182 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6183 Use plist-get and allow :inherit.
6184
6185 * emacs-lisp/cl-macs.el (cl-do-arglist):
6186 Use plist-get and plist-member instead of memq.
6187
3c7fafc7
SM
6188 * emacs-lisp/ewoc.el (ewoc-location): New function.
6189 (ewoc-enter-after, ewoc-enter-before): Document return value.
6190 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6191 Don't need make-local-hook any more.
6192 (cvs-addto-collection): Return the new tin.
6193 (cvs-mode-insert): Jump to the new line.
6194
8b7707e1
SM
6195 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6196
6197 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6198
6199 * font-lock.el (font-lock-syntactically-fontified): New var.
6200 (font-lock-fontify-syntactic-keywords-region): Use it.
6201 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6202
6203 * diff-mode.el (diff-find-file-name): Fix regexp.
6204
6205 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6206 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6207
6208 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6209 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6210 (sh-mode): Don't make all vars local here.
6211 (sh-kw): Reformat.
6212 (sh-set-shell): Use dolist. Don't set indent-region-function.
6213 (sh-mode-syntax-table): Use pop.
6214 (sh-remember-variable): Use push.
6215 (sh-help-string-for-variable): Use memq.
6216 (sh-safe-backward-sexp): Remove.
6217 (sh-safe-forward-sexp): Add ARG.
6218 (sh-get-indent-info, sh-prev-stmt): Use it.
6219 (sh-prev-line): Simplify by using forward-comment.
6220 (sh-this-is-a-continuation): Simplify.
6221 (sh-learn-buffer-indent): Use dolist.
6222 (sh-do-nothing): Remove.
6223 (sh-set-char-syntax, sh-set-here-doc-region):
6224 Use inhibit-modification-hooks.
6225 (sh-name-style): Use mapcar and push.
6226 (sh-load-style): Use dolist.
6227 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6228 (sh-case, sh-while-getopts): Use propertize directly rather
6229 than sh-electric-rparen.
6230
62312000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6232
6233 * textmodes/tex-mode.el: Require CL when compiling.
6234 (tex-mode-syntax-table): Init immediately.
6235 (tex-mode-map): Bind M-RET to latex-insert-item.
6236 (latex-mode): Set indent-line-function to latex-indent.
6237 (tex-common-initialization): Don't setup the syntax-table any more.
6238 (latex-insert-item): New skeleton.
6239 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 6240 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 6241 (latex-indent, latex-find-indent): New functions.
4836835a 6242 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
6243 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6244 (tex-compilation-parse-errors): Use with-syntax-table.
6245
86b7fcbb
MB
62462000-10-15 Miles Bader <miles@gnu.org>
6247
6248 * font-lock.el (font-lock-comment-face): Change dark-background,
6249 color, non-tty, default to `chocolate1'.
6250
57a24508
JW
62512000-10-13 John Wiegley <johnw@gnu.org>
6252
6253 * eshell/esh-util.el (require): Added a missing `require' form,
6254 needed when compiling (for an ange-ftp macro definition).
6255
40ad3db4
DL
62562000-10-13 Dave Love <fx@gnu.org>
6257
6258 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6259
db460189
GM
62602000-10-13 Gerd Moellmann <gerd@gnu.org>
6261
83c9cb8e 6262 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 6263
4836835a 6264 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
6265 transparent -colors 8).
6266
3b5e21df
GM
62672000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6268
6269 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6270 that breaks with old list format timestamps.
6271 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 6272 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 6273
16908a3f
JW
62742000-10-13 John Wiegley <johnw@gnu.org>
6275
d7103dda
JW
6276 * align.el, pcomplete.el, calendar/timeclock.el,
6277 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6278
dace60cf 6279 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
6280 faulty math, where holiday hours were being computing as seconds.
6281
b6b70cda
JW
62822000-10-13 John Wiegley <johnw@gnu.org>
6283
6284 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
6285 specifying what "other" kinds of buffers should be saved.
6286 This used to be hard-coded.
b6b70cda
JW
6287 (desktop-buffer-misc-functions): A global for specifying how
6288 auxiliary data should be determined for special buffer types.
6289 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6290 instead of hard-coding the special buffer types.
6291 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6292 auxiliary data, instead of hard-coding for Info buffers and dired.
6293 (desktop-buffer-info-misc-data): Aux function for determining Info
6294 buffer auxiliary info.
6295 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6296 (desktop-buffer-info): Changed this function to use the info
6297 gathered above.
6298 (desktop-create-buffer): Be a little more careful about what
6299 `minor-mode' means before calling it. This is important for some
6300 buffer types.
6301
8c6b1d83
JW
63022000-10-13 John Wiegley <johnw@gnu.org>
6303
6304 * eshell/esh-util.el: Added a global form which declares an
6305 autoload for `parse-time-string', if that function is not already
6306 defined, and if parse-time.el is available on the user's system.
6307
6308 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6309 to be aware of ange-ftp user info.
83c9cb8e 6310 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
6311 (eshell-ls-annotate): Use `eshell-file-attributes'.
6312 (eshell-ls-file): Made the user-id printing code a bit smarter.
6313
6314 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6315 allow identification of alias user ids in remote directories.
83c9cb8e
SM
6316 It's manual, but there's no other way to know when the current user
6317 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
6318 (fboundp): Bind `ange-cache'.
6319 (eshell-directory-files-and-attributes): Re-organized the logic a
6320 bit to use `eshell-file-attributes' instead of `file-attributes'.
6321 The former is more sensitive to directories that are read via FTP,
6322 and knows how to use ange-ftp to determine full attribute
6323 information, instead of just the name and last modtime.
6324 (eshell-current-ange-uids): Return the current user id when in a
6325 remote directory.
6326 (eshell-parse-ange-ls): Parse a full directory listing that has
6327 been returned by ange-ftp.
6328 (eshell-file-attributes): This beefed up version of
6329 `file-attributes' is only special if the user is currently in a
6330 remote directory, in which case it does a lot of work to find out
6331 what the real attributes of a file are, as they appear on the
6332 remote machine. This makes usage of remote directories (i.e.,
6333 ange-ftp pathnames) much more useful. You can now use Eshell as a
6334 full-fledged FTP client, with much more manipulation ability than
6335 most other clients.
6336
6337 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6338 variable, which means that Eshell's du should always be preferred
6339 in remote directories.
6340 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6341 just `file-attributes'.
6342 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6343 when reading remote directories. This is an Eshell-specific
6344 variable (not part of ange-ftp).
6345 (eshell/ln): Bind `ange-cache'.
6346 (eshell/du): Added some extra logic for determining when to use
6347 Eshell's du (which is slow), and when to use the external version
6348 (which may or may not exist).
6349
83c9cb8e
SM
6350 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6351 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
6352 `get-buffer-process', since backgrounded processes don't count in
6353 the context of this function's logic.
6354
6355 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6356 `forward-char', so that null strings are parsed correctly.
6357
87730e84 63582000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 6359
83c9cb8e
SM
6360 * eshell/em-pred.el (eshell-pred-file-type)
6361 (eshell-pred-file-links, eshell-pred-file-size):
6362 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
6363
6364 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6365 that remote file globbing is more efficient.
6366
6367 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6368 gathering the files and attributes within a directory.
6369
6370 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6371 the command line is a special file (not a regular file, directory
6372 or symlink), always attempt to call the external version of cat.
6373
87730e84 63742000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
6375
6376 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6377 Eshell-friendly version of find-tag.
6378
1c7e37a9
MB
63792000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6380
4836835a 6381 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
6382 (image-file-name-regexps): Add autoload cookies.
6383
11a7f341
KH
63842000-10-13 Kenichi Handa <handa@etl.go.jp>
6385
6386 * international/mule-cmds.el (select-safe-coding-system): If FROM
6387 is string, show it in *Warning* buffer.
6388
8ddddcb0
EZ
63892000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * startup.el (normal-top-level): Use display-popup-menus-p instead
6392 of window-system.
6393 (command-line): Use display-graphic-p instead of window-system.
6394 (command-line-1): Use display-popup-menus-p and display-mouse-p
6395 instead of window-system.
6396
72200f89
SS
63972000-10-12 Sam Steingold <sds@gnu.org>
6398
6399 * tooltip.el (tooltip-use-echo-area): New user variable.
6400 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6401
8661c643
DL
64022000-10-12 Dave Love <fx@gnu.org>
6403
d0b40dc1
DL
6404 * recentf.el: Maintainer's checkdoc fixes.
6405
83c9cb8e
SM
6406 * startup.el (normal-top-level-add-subdirs-to-load-path):
6407 Use character class, not ASCII when matching file names.
a622451f
DL
6408 (fancy-splash-head): Add trailing slash to URL.
6409 (command-line): Don't require XPM support for toolbar.
6410
8661c643
DL
6411 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6412 (cperl-invalid-face): Revert last change.
6413 (cperl-init-faces): Quote cperl-invalid-face.
6414
ef2ed8ab
KH
64152000-10-12 Kenichi Handa <handa@etl.go.jp>
6416
6417 * startup.el (fancy-splash-text): Remove superfluous quote.
6418
b0da379e
GM
64192000-10-12 Gerd Moellmann <gerd@gnu.org>
6420
dbeb499b
GM
6421 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6422 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6423 (command-line-1): Don't use fancy-splash-pending-command.
6424 (fancy-splash-screens-1): Goto point-min after inserting text.
6425
d861718a
GM
6426 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6427
b0da379e
GM
6428 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6429 instead of shared-lisp-mode-map.
6430
4fb2ad98
MB
64312000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6432
1cb4393e
MB
6433 * faces.el (header-line): Change tty-variant to use underlining.
6434
4fb2ad98
MB
6435 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6436 (isearch-highlight): Restore lazy-isearch face properties at old
6437 position, and suppress them at new position.
6438 (isearch-dehighlight): Restore lazy-isearch face properties.
6439 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6440 over the real isearch overlay, but in that case, don't give it a
6441 face property. Use `push'.
6442
eb991b25
KH
64432000-10-12 Kenichi Handa <handa@etl.go.jp>
6444
6445 * man.el (Man-getpage-in-background): Fix previous change.
6446 Decode the process output only when we are in multibyte mode.
6447
a818c1c0
DL
64482000-10-11 Dave Love <fx@gnu.org>
6449
c990f53a
DL
6450 * info.el (Info-mode-menu): Fix some help.
6451 (info-tool-bar-map): Add entry for Info-last.
6452
a818c1c0
DL
6453 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6454 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6455 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6456 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6457 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6458 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6459 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6460 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6461 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6462 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6463 Reduce colour requirements to 25 overall. (Probably wants
6464 revisiting from the originals to reduce further.)
6465
c1b096cb
EZ
64662000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6467
6468 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6469 buffer-file-coding-system, instead of raw-text.
6470 (dehexlify-buffer): Bind coding-system-for-read to
6471 buffer-file-coding-system, instead of raw-text.
6472
5c8b7eaf
SS
64732000-10-11 Sam Steingold <sds@gnu.org>
6474
83c9cb8e 6475 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
6476 `underline' - fixes the bug introduced on 2000-09-21.
6477
2cfbdb7a
DL
64782000-10-11 Dave Love <fx@gnu.org>
6479
83c9cb8e
SM
6480 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6481 Avoid compiler warnings.
2cfbdb7a
DL
6482 (scheme-mode): Doc fix.
6483 (scheme-font-lock-keywords-1): Match `define-syntax'.
6484
64852000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
6486
6487 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
6488 face specs as well as default ones. Only do anything if the
6489 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 6490 (region): Make dark-background `region' face less in-your-face.
4b33f290 6491
690ec649
SS
64922000-10-10 Sam Steingold <sds@gnu.org>
6493
6494 * chistory.el, ielm.el, ledit.el:
6495 * progmodes/inf-lisp.el, progmodes/scheme.el:
6496 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6497
3b95d6bb
SM
64982000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6499
6500 * textmodes/texinfo.el: Update copyright and fix typo.
6501
6502 * desktop.el (desktop-modes-not-to-save): New var.
6503 (desktop-save-buffer-p): Use it.
a30eb617
DL
6504 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6505 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6506
65072000-10-10 Dave Love <fx@gnu.org>
6508
6509 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 6510 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
6511
6512 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6513 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6514 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6515 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6516 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6517 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6518 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6519 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6520 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6521 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6522 the .xpms; probably need retouching.
6523
65242000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6525
6526 * subr.el (add-to-list): Add optional argument APPEND.
6527 * battery.el (display-battery): Use `add-to-list'.
6528
65292000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6530
83c9cb8e
SM
6531 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6532 properties.
a30eb617
DL
6533 (zone, zone-when-idle, zone-leave-me-alone)
6534 (zone-pgm-whack-chars): Use new symbol properties.
6535
6536 * battery.el (display-battery): Doc spelling fix.
6537
6538 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6539 property.
6540
65412000-10-09 Dave Love <fx@gnu.org>
6542
6543 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6544 has been initialized before calling tool-bar-setup.
6545 (tool-bar-add-item-from-menu): Add autoload cookie.
6546
65472000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6548
6549 * menu-bar.el (send-mail-item-name): New function.
6550 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6551 of mail-user-agent in the menu. Don't display the "Send Mail"
6552 item if mail-user-agent is nil or its value is ignore.
6553 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6554 if read-mail-command is nil or its value is ignore.
6555
6556 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6557
65582000-10-09 Miles Bader <miles@gnu.org>
6559
6560 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6561 Correct image size.
6562 * toolbar/left_arrow.xpm: Correct image size.
6563
6564 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6565 will be done by the definition of `auto-compression-mode' if
6566 necessary. Move code to uninstall existing file-name handler
6567 before definition of `auto-compression-mode'.
6568
6569 * image-file.el (auto-image-file-mode): Move to the end of the
6570 file, because `define-minor-mode' actually calls the mode-function
6571 if the associated variable is non-nil, which requires that all
6572 needed functions be already defined.
6573
6574 * mouse.el (popup-menu): Balance parens.
6575
65762000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6577
6578 * mouse.el (popup-menu): Move the command call outside the loop
6579 so that popup-menu returns whatever the command returns.
6580
6581 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6582 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6583 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6584 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6585
6586 * vc.el (vc-version-diff): diff-switches can be a list.
6587 Use relative filenames for prettier output.
6588
6589 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6590 (vc-post-command-functions): Remove old-VC compatibility code.
6591
6592 * newcomment.el (comment-indent-default): Autoload.
6593
6594 * font-lock.el (font-lock-defaults): Make buffer-local.
6595 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6596 (font-lock-choose-keywords):
6597 Ignore LEVEL unless KEYWORDS is a list of syms.
6598 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6599 Don't wrap regexp-opt things in \(...\) unnecessarily.
6600
6601 * jit-lock.el: Don't require font-lock any more.
6602 (jit-lock-functions): Make buffer-local.
6603 (jit-lock-saved-fontify-buffer-function): Remove.
6604 (jit-lock-mode): Remove autoload cookie.
6605 Remove font-lock specific code.
6606 (jit-lock-unregister): Don't bother handling complex hooks any more.
6607 (jit-lock-refontify): New function.
6608 (jit-lock-fontify-buffer): Use it.
6609 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6610 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6611 Add optional args START and END.
6612 Never call font-lock-fontify-region directly.
6613 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6614
6615 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6616
66172000-10-08 Dave Love <fx@gnu.org>
6618
6619 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6620
6621 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6622
6623 * play/studly.el (studlify-region, studlify-word): Add autoload
6624 cookie.
6625
6626 * play/morse.el (morse-region, unmorse-region): Add autoload
6627 cookie.
6628
6629 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6630 concat.
6631
6632 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6633 insist on symbols starting with word syntax.
6634 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6635 (eval-defun-1): Doc fix.
6636 (indent-sexp): Use nconc to build up indent-stack.
6637
6638 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6639 Gnus with little use.
6640 (mail-setup-hook): Add mail-abbrevs-setup to options.
6641
6642 * recentf.el: Doc fixes.
6643
6644 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6645 Clean up remainder.
6646
6647 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6648 without timezone and (8) with timezone to enforce some whitespace.
6649 Simplify code somewhat.
6650
6651 * options.el (list-options): Doc that you should use customize.
6652
6653 * iswitchb.el (iswitchb-mode): Add :require.
6654
6655 * info.el (Info-goto-node, Info-menu): Doc fix.
6656 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6657 (info-tool-bar-map): New variable.
6658 (Info-mode): Use it.
6659 (Info-edit-map): Define all in defvar.
6660 (speedbar-attached-frame): Avoid compiler warning.
6661
6662 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6663 (global-map): Bind [tool-bar] to a filtered map.
6664 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6665 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6666 Allow PBM icons.
6667 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6668
6669 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6670 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6671 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6672 icons, except up_arrow, which is left-arrow rotated.
6673
6674 * imenu.el (imenu-add-to-menubar): Fix last change.
6675
66762000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6677
6678 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6679 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6680
66812000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6682
6683 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6684 typos in doc strings.
6685
6686 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6687 the doc strings how to customize Font Lock faces.
6688
6689 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6690 computing growth when dragging the header line.
6691
66922000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6693
6694 * simple.el (kill-line): Doc fix.
6695
66962000-10-08 Miles Bader <miles@gnu.org>
6697
6698 * faces.el (secondary-selection): Make foreground visible on tty.
6699
6700 * jka-compr.el (auto-compression-mode): Move to the end of the
6701 file, because `define-minor-mode' actually calls the mode-function
6702 if the associated variable is non-nil, which requires that all
6703 needed functions be already defined.
6704 (with-auto-compression-mode): Add autoload cookie.
6705
67062000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6707
6708 * files.el (find-backup-file-name) [ms-dos]: If support for long
6709 file names is not available, behave as if version-control were set
6710 to never.
6711
67122000-10-07 Dave Love <fx@gnu.org>
6713
6714 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6715 (browse-url-gnome-moz): New function.
6716 (browse-url-browser-function): Use it.
6717 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6718
67192000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6720
6721 * indent.el (tab-always-indent): New var.
6722 (indent-for-tab-command): Use it.
6723
6724 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6725 raise an error. This way it can still default to a sane value.
6726
67272000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6728
6729 * startup.el (fancy-splash-screens): Use local rather than global map.
6730 Don't use `update-menu-bindings' any more.
6731 Get rid of assumptions about keymap representation.
6732
67332000-10-06 Dave Love <fx@gnu.org>
6734
6735 * textmodes/fill.el (sentence-end-double-space)
6736 (sentence-end-without-period): Doc fix.
6737 (adaptive-fill-regexp): Purecopy.
6738 (unjustify-current-line): Use line-end-position.
6739 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6740
6741 * net/eudc-vars.el (eudc): Add :version, :link.
6742
6743 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6744
6745 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6746 Fix for define-minor-mode.
6747 (function-at-point): Alias to function-called-at-point.
6748
6749 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6750
6751 * simple.el (backward-word): Doc fix.
6752
6753 * image-file.el (image-file-name-regexp): image-file-regexps ->
6754 image-file-name-regexps.
6755 (image-file-name-extensions): Add pbm.
6756
67572000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6758
6759 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6760 and add filename to the names so that diff-mode can jump to source.
6761
6762 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6763 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6764 (tex-font-lock-keywords-1): Remove.
6765 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6766 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6767 (font-lock-default-fontify-region):
6768 Expand beg..end correctly when just following a multiline region.
6769 (font-lock-fontify-anchored-keywords):
6770 Include the anchor text as part of the multiline.
6771
67722000-10-06 Gerd Moellmann <gerd@gnu.org>
6773
6774 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6775 latter needs the autoloaded define-minor-mode macro during the
6776 bootstrap.
6777
6778 * startup.el (command-line): For now, activate tool-bar-mode only
6779 if XPM images are supported.
6780
6781 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6782 window by dragging a header-line at the top of the frame; that's
6783 confusing because the header-line doesn't move.
6784 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6785 of treating the event as a list. Some cleanup.
6786
67872000-10-06 Miles Bader <miles@gnu.org>
6788
6789 * simple.el (display-message-or-buffer): New function.
6790 (shell-command-on-region): Use `display-message-or-buffer'.
6791
6792 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6793 docstring parts.
6794
6795 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6796 (smbclient-prompt-regexp): Add usage note to doc string.
6797 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6798 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6799 Use add-hook for adding the comint filter function, and only do so
6800 if it's not already in the global hook list.
6801 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6802 to `make-local-variable'.
6803 (nslookup-font-lock-keywords): Remove prompt entry.
6804 (nslookup): Don't set the process-filter.
6805 (finger): Exit the loop correctly when the regexps list runs out.
6806 (ftp, smbclient, smbclient-list-shares):
6807 Set the real major mode immediately, not after execing.
6808 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6809
6810 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6811
68122000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6813
6814 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6815
6816 * which-func.el (which-func-format): Remove spurious space.
6817 (which-func-mode): Don't make it permanent-local.
6818 (which-func-ff-hook): Allow which-func-maxout to be nil.
6819 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6820 (which-func-mode): Simplify.
6821 Use post-command-idle-hook rather than post-command-hook.
6822 Go through all buffers and update their state.
6823 (which-function): Also try add-log-current-defun-function.
6824
6825 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6826 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6827 Update call to with-vc-properties accordingly.
6828 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6829 (vc-revert-buffer): More careful about window selection and deletion.
6830 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6831
6832 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6833 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6834 (cvs-dired-action): Change the default to quickdir.
6835
6836 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6837 if comment-indent-function returns nil.
6838 (comment-indent-default): New function.
6839 (comment-indent-function): Use it and document the new semantics.
6840
6841 * image-file.el: Docstring fixes.
6842
6843 * help.el (help-xref-on-pp): Use match-string.
6844 (describe-variable): New arg BUFFER.
6845 Store the current buffer in the help-xref-stack.
6846 (temp-buffer-resize-mode): Use define-minor-mode.
6847
6848 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6849 consistently with its docstring.
6850 Set jit-lock-first-unfontify-pos in an idempotent way.
6851 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6852
68532000-10-05 Alex Schroeder <alex@gnu.org>
6854
6855 * sql.el (sql-mysql-options): New variable.
6856 (sql-mysql): Use it.
6857
68582000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6859
6860 * image.el (image): New group.
6861
6862 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6863 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6864
68652000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6866
6867 * net/net-utils.el (nslookup-font-lock-keywords)
6868 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6869 Ignore the value of wqindow-system; always define keywords
6870
68712000-10-05 Kenichi Handa <handa@etl.go.jp>
6872
6873 * startup.el (fancy-splash-screens): Remove the code for
6874 debugging; `(trace-to-stderr "EXITTT\n")'.
6875
68762000-10-05 Miles Bader <miles@gnu.org>
6877
6878 * diff-mode.el (diff-goto-source): Update call to
6879 `diff-hunk-status-msg' to reflect new REV variable.
6880
68812000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6882
6883 * progmodes/icon.el (icon-mode):
6884 Don't gratuitously override the default for comment-column.
6885
6886 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6887
6888 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6889 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6890 (jit-lock-functions): New var.
6891 (jit-lock-function-1): Use it if non-nil.
6892 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6893 Set the `fontified' property before doing the fontification to avoid
6894 repeatedly going through the same error.
6895 Don't turn errors into messages.
6896 (jit-lock-register, jit-lock-unregister): New functions.
6897
6898 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6899 Use with-current-buffer.
6900
6901 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6902 Turn comment into docstring.
6903
6904 * apropos.el (apropos-mode): Use define-derived-mode.
6905
69062000-10-04 Gerd Moellmann <gerd@gnu.org>
6907
6908 * startup.el (fancy-splash-pending-command): New variable.
6909 (fancy-splash-pre-command): New function.
6910 (fancy-splash-screens): Rewritten.
6911 (command-line-1): If fancy-splash-pending-command is set, call it
6912 interactively.
6913
69142000-10-04 Dave Love <fx@gnu.org>
6915
6916 * toolbar/tool-bar.el (tool-bar-setup): New function.
6917 (tool-bar-mode): Use it.
6918
6919 * subr.el (substitute-key-definition): Doc fix.
6920 (play-sound-file): New command.
6921
69222000-10-04 Andre Spiegel <spiegel@gnu.org>
6923
6924 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6925 vc-version-backup-file-name): New functions.
6926
6927 * files.el (basic-save-buffer): Call vc-before-save before saving.
6928
6929 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6930 vc-cvs-stay-local-p.
6931
6932 * vc.el (vc-revert-buffer): Handle empty diff properly.
6933 (vc-version-backup-file): New function.
6934 (vc-checkout): Create a version backup if necessary.
6935 (vc-checkin): If a version backup file exists, delete it.
6936 (vc-version-diff): Diff locally using version backups, if available.
6937 (vc-revert-file): If there's a version backup, revert locally.
6938 (vc-transfer-file): Use version backup for base version, if
6939 available. If not, ask for confirmation whether to get it from the
6940 server. Update mode line before check-in.
6941
69422000-10-04 Dave Love <fx@gnu.org>
6943
6944 * toolbar/tool-bar.el (tool-bar-setup): New function.
6945 (tool-bar-mode): Use it.
6946
69472000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6948
6949 * net/net-utils.el (nslookup-font-lock-keywords)
6950 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6951 Only set if window-system is non-nil
6952 (net-utils-run-program): Returns buffer.
6953 (network-connection-reconnect): Added this function.
6954
6955 * generic.el:
6956 Incorporates extensive cleanup and docfixes by
6957 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6958 Uses cl compile-time macros.
6959 (generic-mode-name, generic-comment-list)
6960 (generic-keywords-list, generic-font-lock-expressions)
6961 (generic-mode-function-list, generic-mode-syntax-table):
6962 Removed variables.
6963 (generic-mode-alist): Renamed to generic-mode-list.
6964 (generic-find-file-regexp): Default changed to "^#".
6965 (generic-read-type): Uses completing read on generic-mode-list.
6966 (generic-mode-sanity-check): removed this function.
6967 (generic-add-to-auto-mode): Removed this function
6968 (generic-mode-internal): Bind mode-specific definitions
6969 into function instead of putting them in alist.
6970 (generic-mode-set-comments): Reworked extensively.
6971 (generic-mode-find-file-hook): Simplified regexp searching
6972 (generic-make-keywords-list): Omit extra pair of parens
6973
6974 * find-lisp.el (find-lisp-find-files-internal):
6975 Make sure directory name ends with "/".
6976
6977 * generic-x.el (apache-conf-generic-mode):
6978 Regexp now allows leading whitespace.
6979 (rc-generic-mode): Added eval-when-compile
6980 around generic-make-keywords-list.
6981 Deleted duplicate regexp
6982 (rul-generic-mode): Added eval-when-compile
6983 around generic-make-keywords-list.
6984 (etc-fstab-generic-mode): New generic mode.
6985 (rul-generic-mode): Removed one eval-when-compile
6986 which caused a max-specpdl-size exceeded error.
6987
69882000-10-04 Miles Bader <miles@gnu.org>
6989
6990 * simple.el (minibuffer-temporary-goal-position): New variable.
6991 (next-history-element): Try to keep the position of point in the
6992 input string constant.
6993
6994 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6995 (dired-do-create-files): If there's only one file, pass it in as
6996 the DEFAULT arg to dired-mark-read-file-name.
6997
69982000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6999
7000 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7001 (diff-goto-source): Be smarter when choosing REVERSE or not.
7002
7003 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7004 (texinfo-mode-menu): Add an explicit shortcut for update all.
7005
70062000-10-03 Andre Spiegel <spiegel@gnu.org>
7007
7008 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7009 factorize backend-specific code cleanly (this was essentially
7010 conceived by Stefan Monnier).
7011 (vc-unregister): Function removed.
7012 (vc-revert-file): New function.
7013 (vc-revert-buffer): Delegate some of the work to it.
7014
7015 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7016 default branch unconditionally.
7017 (vc-rcs-set-default-branch): New function.
7018 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7019 (vc-rcs-checkin): If an appropriate default branch has been set,
7020 force creation of that branch.
7021 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7022 code (as suggested by Stefan Monnier).
7023
70242000-10-02 Gerd Moellmann <gerd@gnu.org>
7025
7026 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7027 highlighting overlay with a different face over the overlay
7028 isearch uses to highlight the current match because that can lead
7029 to bad face combinations.
7030
7031 * loadup.el (toplevel): Load faces before isearch.
7032
7033 * isearch.el (isearch-faces): New custom group.
7034 (isearch): New defface; was already tested for in the code.
7035 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7036 (isearch-highlight): Always use face `isearch'.
7037
70382000-10-02 Dave Love <fx@gnu.org>
7039
7040 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7041 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7042 comparison of opcode with operand.
7043
70442000-10-03 Miles Bader <miles@gnu.org>
7045
7046 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7047 buffer, since the echo area will now grow to accommodate them.
7048
70492000-10-02 Andre Spiegel <spiegel@gnu.org>
7050
7051 * vc-hooks.el (vc-registered): If FILE used to be registered under
7052 a certain backend, try that one first.
7053
7054 * vc.el (vc-responsible-backend): Undo the previous change in the
7055 argument list. Handle multiple backends correctly.
7056 (vc-find-new-backend): Function removed.
7057 (vc-register): Use vc-responsible-backend, as before.
7058 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7059
70602000-10-02 Gerd Moellmann <gerd@gnu.org>
7061
7062 * startup.el (fancy-splash-head): Change message below the
7063 logo.
7064
70652000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7066
7067 * diff-mode.el (diff-goto-source): Emit a status message.
7068 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7069 (diff-test-hunk): Fix doc string.
7070 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7071 (diff-advance-after-apply-hunk): New variable.
7072 (diff-apply-hunk): Don't return a value.
7073
70742000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7075
7076 * vc.el (vc-editable-p): Minor optimization.
7077 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7078 (vc-find-new-backend): New function split from vc-responsible-backend.
7079 (vc-register): Use it.
7080 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7081 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7082 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7083 (vc-clear-headers): Don't use find-file.
7084 (vc-revert-buffer): Use `and' again (must have been a braino).
7085 (vc-switch-backend): Only prompt if requested.
7086 Short circuit if nothing is to be done.
7087 Don't use vc-resynch-buffer which could lose unsaved editing.
7088 (vc-default-receive-file): Update call to vc-unregister.
7089 (with-vc-file, vc-next-action-on-file):
7090 Use vc-backend rather than vc-registered.
7091 (vc-next-action-on-file): Use intern-soft.
7092 Deal with read-only *vc-diff* buffer.
7093 (vc-transfer-file): Docstring fix.
7094
7095 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7096 (vc-rcs-receive-file): Avoid with-vc-properties.
7097 Update call to vc-unregister.
7098 Use constant `RCS' rather than (dynamically bound) var `backend'.
7099
71002000-10-01 Andre Spiegel <spiegel@gnu.org>
7101
7102 * vc.el (vc-next-action-on-file): Update mode line only if file
7103 is visited.
7104 (vc-start-entry): New argument initial-contents. Don't visit the file
7105 if it isn't already visited. Brought documentation up-to-date.
7106 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7107 (vc-checkin): New optional arg initial-contents, which is passed to
7108 vc-start-entry.
7109 (vc-finish-logentry): Make sure to bury log buffer only if there
7110 really is one. Call `vc-resynch-buffer' on log-file, not
7111 buffer-file-name.
7112 (vc-default-comment-history, vc-default-wash-log): New functions.
7113 (vc-index-of): Removed.
7114 (vc-transfer-file): Make do without the above.
7115 (vc-default-receive-file): Call comment-history unconditionally. Pass
7116 the resulting string to vc-checkin, instead of inserting it into the
7117 comment ring.
7118
7119 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7120 unconditionally. Use the comments as initial contents of the log
7121 entry buffer. Document the trick to force branch creation with no
7122 changes.
7123
71242000-10-01 Miles Bader <miles@gnu.org>
7125
7126 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7127 `recenter' with an arg to prevent redrawing the display.
7128
71292000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7130
7131 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7132
7133 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7134
7135 * progmodes/c-mode.el (c-mode):
7136 Don't gratuitously override the default for comment-column.
7137
7138 * textmodes/tex-mode.el (latex-metasection-list): New var.
7139 (latex-imenu-create-index): Use it.
7140 Move the regexp construction outside loops (and use push).
7141 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7142 (tex-font-lock-keywords): Moved from font-lock.el.
7143 (tex-comment-indent): Remove.
7144 (tex-common-initialization): Don't set comment-indent-function.
7145 (latex-block-default): New var.
7146 (tex-latex-block): Use it to provide a default choice.
7147 Add any unknown choice to latex-block-names.
7148 Insert [...] after {...}.
7149 (tex-last-unended-begin): Simplify regexp.
7150 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7151 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7152 (latex-mode): Set forward-sexp-function.
7153
7154 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7155 Add regexp for @ignore ... @end ignore.
7156 (texinfo-heading-face): New face.
7157 (texinfo-font-lock-keywords): Use it.
7158 (texinfo-mode-menu): New menu.
7159 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7160 New functions.
7161 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7162 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7163 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7164 Remove declaration.
7165 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7166
7167 * delsel.el (delete-selection-mode): Use define-minor-mode.
7168
7169 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7170
71712000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7172
7173 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7174
71752000-09-30 Gerd Moellmann <gerd@gnu.org>
7176
7177 * replace.el (keep-lines-read-args): New function.
7178 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7179 read arguments interactively. Add parameters RSTART and REND.
7180 Operate on the active region in Transient Mark mode.
7181
7182 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7183
7184 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7185 (authors-obsolete-files-regexps): New variable.
7186 (authors-add): Don't record changes in obsolete files.
7187
71882000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7189
7190 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7191
7192 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7193 (comment-indent): Make sure there's a space between code and comment.
7194 Shift comments left to avoid going past fill-column.
7195
71962000-09-29 Gerd Moellmann <gerd@gnu.org>
7197
7198 * startup.el (startup-echo-area-message): New function.
7199 (display-startup-echo-area-message): Use it.
7200 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7201 (fancy-splash-default-action): New function.
7202 (fancy-splash-screens-1): New function.
7203 (fancy-splash-head): Put a help-echo and a keymap under the image.
7204
72052000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7206
7207 * diff-mode.el (diff-add-log-file-name): Remove.
7208 (diff-mode): Use add-log-buffer-file-name-function.
7209
7210 * add-log.el (find-change-log): New arg BUFFER-FILE.
7211 (add-log-file-name): Obey add-log-file-name-function.
7212 (add-log-buffer-file-name-function): New var.
7213 (add-change-log-entry): Use it.
7214
72152000-09-29 Miles Bader <miles@gnu.org>
7216
7217 * image-file.el (image-file-name-extensions): New variable.
7218 (image-file-name-regexps): Renamed from `image-file-regexps'.
7219 New default value is nil. Call `auto-image-file-mode'.
7220 (image-file-name-regexp): New function.
7221 (auto-image-file-mode): New minor mode.
7222 (insert-image-file): Don't make conditional on the image-file
7223 handler being enabled.
7224 (image-file-handler): Make the call here conditional instead.
7225 (set-image-file-handler-enabled, enable-image-file-handler)
7226 (disable-image-file-handler): Functions removed.
7227
7228 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7229 string.
7230
72312000-09-29 Gerd Moellmann <gerd@gnu.org>
7232
7233 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7234 it's a function from CL.
7235 (latex-imenu-create-index): Replace eval-when-compile with progn
7236 because latex-section-alist is not bound while compiling.
7237
72382000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7239
7240 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7241 (outline-mode): Use define-derived-mode.
7242
7243 * progmodes/perl-mode.el (perl-mode):
7244 * progmodes/awk-mode.el (awk-mode):
7245 * progmodes/asm-mode.el (asm-mode):
7246 Don't gratuitously override the default for comment-column.
7247
7248 * emacs-lisp/lisp.el (lisp-complete-symbol):
7249 Distinguish the let-binding case from the funcall case.
7250 (forward-sexp-function): New variable.
7251 (forward-sexp): Use it.
7252
7253 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7254 (easy-mmode-defmap): Remove the now useless autoload.
7255
7256 * time.el (display-time-mode): Use define-minor-mode.
7257
7258 * subr.el (add-minor-mode): Don't eval NAME.
7259 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7260 Use if rather than cond.
7261
7262 * simple.el (read-expression-map): Define more properly.
7263 (comment-indent-hook): Remove.
7264 (string-to-syntax): Bug fix.
7265
7266 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7267 (cvs-ediff-diff): Fix typo.
7268 (cvs-revert-if-needed): Don't bother preserving read-only.
7269
7270 * paren.el (show-paren-mode): Use define-minor-mode.
7271
7272 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7273 (toggle-auto-compression): Remove.
7274 (jka-compr-build-file-regexp): Remove useless grouping.
7275
7276 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7277 Avoid user-reserved bindings.
7278 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7279 (diff-header-face): Revert to grey85.
7280
7281 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7282
7283 * complete.el (partial-completion-mode) <defcustom>: Remove.
7284 (partial-completion-mode): Use define-minor-mode.
7285 (PC-do-completion): Understand `completion-auto-help = delay'
7286 to mean to popup the completion buffer only the second time.
7287 (PC-include-file-all-completions, PC-include-file-all-completions)
7288 (PC-include-file-all-completions): Don't quote lambda.
7289
7290 * comint.el (comint-mode-hook): Docstring fix.
7291 (comint-mode): Use define-derived-mode.
7292 (comint-mode-map): Remove obsolete comment.
7293 (make-comint): Minor stylistic change.
7294 (comint-insert-clicked-input): Be more careful to find the overlay.
7295 Use this-command-keys rather than hardcoding mouse-2.
7296
7297 * font-lock.el: Replace confusing (,@ with ,
7298 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7299 Don't use regexp-opt-depth. Spice up the regexp for args.
7300 Don't distinguish between cmds that can take an opt arg or not.
7301 Use `append' and `prepend' rather than `keep'.
7302
7303 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7304 (latex-outline-regexp): New var.
7305 (latex-outline-level): New fun.
7306 (latex-section-alist): New var.
7307 (latex-imenu-create-index): Use it. Use `push' as well.
7308 (tex-shell-map): Initialize it properly.
7309 (tex-mode): Minor stylistic change.
7310 (plain-tex-mode): Use define-derived-mode.
7311 (latex-mode): Use define-derived-mode.
7312 Construct the paragraph regexps in a more readable way.
7313 Set the buffer-local outline-{level,regexp} vars.
7314 (slitex-mode): Derive from latex-mode.
7315 (tex-common-initialization): Don't kill-all-vars anymore.
7316 Add setting for comment-add and font-lock-defaults.
7317 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7318 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7319 (tex-start-tex): New arg DIR (and send a chdir command for it).
7320 Also display the shell buffer and save it in tex-last-buffer-texed.
7321 (tex-region): Use expand-file-name rather than concat.
7322 Remove code made useless by changes in tex-start-tex.
7323 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7324
7325 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7326
73272000-09-28 Dave Love <fx@gnu.org>
7328
7329 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7330
73312000-09-28 Gerd Moellmann <gerd@gnu.org>
7332
7333 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7334 `append'.
7335
73362000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7337
7338 * info.el (Info-extract-pointer): Undo last change.
7339 Instead, fix the position of the `bound' arg to re-search-backward.
7340
73412000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * info.el (Info-extract-pointer):
7344 Widen more carefully, to avoid finding pointers in other nodes.
7345 (Info-index): Use push.
7346
73472000-09-27 Gerd Moellmann <gerd@gnu.org>
7348
7349 * frame.el (set-frame-font): Remove call to obsolete function
7350 frame-update-faces.
7351 (set-foreground-color, set-background-color): Likewise for
7352 frame-update-face-colors.
7353
73542000-09-27 Miles Bader <miles@gnu.org>
7355
7356 * image-file.el: New file.
7357
73582000-09-27 Gerd Moellmann <gerd@gnu.org>
7359
7360 * frame.el (frame-notice-user-settings): Don't call
7361 frame-update-faces, which is a no-op now.
7362
7363 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7364 tool-bar-lines.
7365
73662000-09-27 Dave Love <fx@gnu.org>
7367
7368 * mouse.el: Fix last change.
7369
73702000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7371
7372 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7373
73742000-09-22 Kenichi Handa <handa@etl.go.jp>
7375
7376 * international/quail.el (quail-help): The output message is
7377 improved.
7378
73792000-09-26 Dave Love <fx@gnu.org>
7380
7381 * mouse.el (popup-menu): If POSITION is nil, set it using
7382 mouse-position.
7383
73842000-09-25 Sam Steingold <sds@gnu.org>
7385
7386 * net/browse-url.el (browse-url-file-url): Check for null maps.
7387
73882000-09-26 Gerd Moellmann <gerd@gnu.org>
7389
7390 * frame.el (frame-notice-user-settings): Don't add a
7391 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7392
7393 * frame.el (frame-notice-user-settings):
7394 Make tool-bar-mode and default-frame-alist consistent.
7395
7396 * toolbar/tool-bar.el (tool-bar-help): New function.
7397
73982000-09-25 Gerd Moellmann <gerd@gnu.org>
7399
7400 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7401 current-load-list in top-level forms. Else this leaks a cons cell
7402 every time a defun is called.
7403
7404 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7405
74062000-09-25 Dave Love <fx@gnu.org>
7407
7408 * startup.el (fancy-splash-head): Check XPM is available.
7409
7410 * autoinsert.el (auto-insert): Doc fix.
7411 (auto-insert-alist): Following GNU notices, don't say `copyright
7412 _by_'. Use line-beginning-position.
7413 (auto-insert): Check buffer-file-name is non-nil before use.
7414
74152000-09-25 Gerd Moellmann <gerd@gnu.org>
7416
7417 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7418 starting with `@def' or `@multitable', in addition to ones
7419 specified by the user in auto-fill-inhibit-regexp.
7420
74212000-09-25 Markus Rost <rost@math.ohio-state.edu>
7422
7423 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7424 rmail-dont-reply-to-names matches the empty string.
7425
74262000-09-25 Gerd Moellmann <gerd@gnu.org>
7427
7428 * startup.el (command-line-1, fancy-splash-text): Change the
7429 text to sound more friendly.
7430
74312000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7432
7433 * progmodes/hideshow.el: Update author email address.
7434 Generally, sync w/ maintainer version 5.22.
7435 (hs-hide-all-non-comment-function): New var.
7436 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7437 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7438 (hs-show-region): Delete this command.
7439 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7440
74412000-09-22 Dave Love <fx@gnu.org>
7442
7443 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7444 (hl-line-highlight): Specify buffer when moving overlay.
7445
7446 * progmodes/fortran.el (fortran-mode): Locally set
7447 normal-auto-fill-function.
7448 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7449 (fortran-mode-map): Adjust auto-fill menu entry.
7450
74512000-09-22 Gerd Moellmann <gerd@gnu.org>
7452
7453 * vc-rcs.el (toplevel): Require `vc' when compiling.
7454
7455 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7456
74572000-09-22 Andre Spiegel <spiegel@gnu.org>
7458
7459 * vc.el (vc-switch-backend): Signal an error if the file is not
7460 registered under the new backend.
7461
7462 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7463 without explicit revision number.
7464
74652000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7466
7467 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7468 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7469 (diff-xor): New function.
7470 (diff-find-source-location): Use it. Fix a stupid name clash.
7471 (diff-hunk-status-msg): New function.
7472 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7473 (diff-test-hunk): Use diff-find-source-location.
7474 (diff-goto-source): Favor the `reverse'.
7475 (diff-hunk-text): Properly handle one-sided context diffs.
7476 (diff-apply-hunk): When done, advance to the next hunk.
7477
74782000-09-21 Gerd Moellmann <gerd@gnu.org>
7479
7480 * startup.el (command-line): If frame was created with a non-zero
7481 tool-bar-lines parameter, switch tool-bar-mode on.
7482
7483 * add-log.el (change-log-date-face, change-log-name-face)
7484 (change-log-email-face, change-log-file-face)
7485 (change-log-list-face, change-log-conditionals-face)
7486 (change-log-function-face, change-log-acknowledgement-face):
7487 New faces, inheriting from font-lock faces.
7488 (change-log-font-lock-keywords): Use them.
7489
74902000-09-21 Dave Love <fx@gnu.org>
7491
7492 * progmodes/cperl-mode.el (top-level): Clean up
7493 `eval-when-compile's and assorted defvars.
7494 (cperl-invalid-face): Don't double-quote value. Change custom
7495 type.
7496 (cperl-mode): Set normal-auto-fill-function and don't zap
7497 auto-fill-function.
7498 (cperl-imenu--function-name-regexp-perl): Renamed from
7499 imenu-example--function-name-regexp-perl.
7500 (cperl-imenu--create-perl-index): Renamed from
7501 imenu-example--create-perl-index.
7502 (cperl-xsub-scan): Don't require cl.
7503
7504 * msb.el (msb-mode-map): Use substitute-key-definition.
7505 (msb-mode): Use msb-mode-map.
7506
75072000-09-21 Andre Spiegel <spiegel@gnu.org>
7508
7509 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7510 New functions.
7511 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7512 (vc-switch-backend): New function.
7513 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7514 (vc-register): Fix prompt.
7515 (vc-unregister, vc-default-unregister): New functions.
7516 (vc-version-diff): Handle empty buffer in sentinel.
7517
7518 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7519 (vc-rcs-state-heuristic): Use it to guess the state of files with
7520 non-strict locking.
7521 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7522 been set with -b, but not created yet.
7523 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7524 contents in order to find the state.
7525 (vc-rcs-checkin): Allow creation of branches with no changes.
7526 (vc-rcs-unregister, vc-rcs-receive-file)
7527 (vc-rcs-set-non-strict-locking): New functions.
7528
7529 * vc-hooks.el (vc-name): Force correct computation of the value
7530 in case it is missing.
7531
75322000-09-21 Gerd Moellmann <gerd@gnu.org>
7533
7534 * startup.el (fancy-splash-tail): Use a different foreground
7535 color on a dark frame background.
7536
75372000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7538
7539 * info.el: Use the correct capitalization when making Info-mode
7540 and Info-edit-mode `special' modes.
7541
75422000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7543
7544 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7545 (diff-mode): Add support for add-log.el.
7546 (diff-hunk-text): Use char offsets rather than line offsets.
7547 (diff-find-source-location): Replace LINE with line-offset (nil
7548 if not found) and always set POS to a meaningful position.
7549 Adapt to the new char-offsets.
7550 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7551 Adapt to the new diff-find-source-location.
7552 (diff-goto-source): Adapt to the new diff-find-source-location.
7553
7554 * add-log.el (add-log-file-name): New function (split out of
7555 add-change-log-entry).
7556 (add-change-log-entry): Use it.
7557 Call add-log-file-name-function with the changelog file name if
7558 the current buffer is not associated with any file.
7559 Avoid find-file if the selected window is dedicated.
7560
7561 * diff-mode.el (diff-find-source-location):
7562 Move code from diff-apply-hunk. Return buffer rather than file.
7563 (diff-apply-hunk): Use the new result from diff-find-source-location.
7564 (diff-goto-source): Use the new diff-find-source-location.
7565
75662000-09-20 Dave Love <fx@gnu.org>
7567
7568 * iswitchb.el: Some doc fixes.
7569 (iswitchb-mode-map): Define completely initially. Inherit
7570 minibuffer-local-map.
7571 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7572 fundamental-mode.
7573 (iswitchb-global-map): New variable.
7574 (iswitchb-summaries-to-end): Amalgamate regexps.
7575 (iswitchb-mode): New.
7576 (iswitchb-mode-hook): New variable.
7577 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7578 `extensions'.
7579
75802000-09-20 Gerd Moellmann <gerd@gnu.org>
7581
7582 * ehelp.el (electric-help): New defgroup.
7583 (electric-help-shrink-window): New user-option.
7584 (with-electric-help): Use it.
7585
7586 * window.el (shrink-window-if-larger-than-buffer): If face
7587 `mode-line' has a :box, and we're on a graphical frame, add 1
7588 to the needed window height.
7589
7590 * frame.el (frame-notice-user-settings): Add a last parameter nil
7591 to a call to `append', because the last list passed to `append' is
7592 not copied, and so subsequent calls to assq-delete-all will modify
7593 default-frame-alist.
7594
7595 * startup.el (fancy-splash-image): Change :type.
7596 (fancy-splash-head): Use an XBM image if appropriate.
7597 (command-line-1): Show splash screens in more cases.
7598
7599 * startup.el (fancy-splash-text): Don't quote faces.
7600
7601 * dired.el (dired-font-lock-keywords): Undo last change.
7602 (dired-readin): Bind indent-tabs-mode to nil.
7603
7604 * startup.el (fancy-splash-head): If frame's background mode
7605 is `dark', change the black background of the image to gray.
7606 (fancy-splash-screens): Display startup echo area message.
7607 (display-startup-echo-area-message): New function.
7608
76092000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7610
7611 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7612
7613 * info.el (info-header-node): Tweak for color ttys.
7614
7615 * faces.el (face-valid-attribute-values): Make sure directories we
7616 search for stipples both exist and are readable before trying to
7617 search them.
7618
7619 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7620 in the dry-run case.
7621
7622 * jka-compr.el (with-auto-compression-mode): New macro.
7623
7624 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7625 (custom-group-tag-face, custom-variable-tag-face): Use relative
7626 :height and inherit from `variable-pitch' face instead of
7627 hardwiring :family.
7628 * hi-lock.el (hi-black-hb): Likewise.
7629
7630 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7631 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7632 toolbar-add-item, if image doesn't have a mask add a `:mask
7633 heuristic'.
7634
76352000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7636
7637 * diff-mode.el: Docstring fixes.
7638 (diff-header-face, diff-comment-face): New faces.
7639 (diff-font-lock-keywords): Highlight a bit differently.
7640 (diff-find-source-location): Don't return SPAN any more.
7641 (diff-hunk-text): Don't bother erasing the temp buffer.
7642 (diff-find-text): Drop argument LINE.
7643 (diff-apply-hunk): Update calls to diff-find-text.
7644 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7645
7646 * calendar/calendar.el: Docstring fixes.
7647 (calendar-make-alist): Don't quote lambda.
7648 (calendar-star-date): Use make-local-variable.
7649
76502000-09-19 Dave Love <fx@gnu.org>
7651
7652 * toolbar/tool-bar.el: Renamed from toolbar.el.
7653 Change `toolbar' to `tool-bar' generally in symbols.
7654 Make some items invisible in `special' major modes.
7655 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7656 Add arg PROPS.
7657
7658 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7659 Add :version here.
7660 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7661
76622000-09-19 Gerd Moellmann <gerd@gnu.org>
7663
7664 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7665
7666 * files.el (find-file-suppress-same-file-warnings): New user-option.
7667 (find-file-noselect): Use it.
7668
7669 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7670 (fancy-splash-screen): Defgroup.
7671
7672 * add-log.el (change-log-font-lock-keywords): Match names
7673 more exactly for the case that font-lock-constant-face is
7674 underlined.
7675
76762000-09-19 Richard M. Stallman <rms@gnu.org>
7677
7678 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7679
76802000-09-19 Andre Spiegel <spiegel@gnu.org>
7681
7682 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7683
76842000-09-19 Gerd Moellmann <gerd@gnu.org>
7685
7686 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7687 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7688 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7689 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7690 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7691 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7692 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7693 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7694 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7695 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7696 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7697 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7698
7699 * startup.el (fancy-splash-text): New variable.
7700 (fancy-splash-delay, fancy-splash-image): New user-options.
7701 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7702 (fancy-splash-screens): New functions.
7703 (command-line-1): If display has a `display' frame parameter, has
7704 colors, and we have XPM support, show more fancy splash screens.
7705
77062000-09-19 Dave Love <fx@gnu.org>
7707
7708 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7709 with null `help'. Use modern backquote syntax.
7710
77112000-09-19 Gerd Moellmann <gerd@gnu.org>
7712
7713 * font-lock.el (font-lock-mode): Change message telling the user
7714 that ``the buffer is too big''.
7715
7716 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7717 for instance for the case that tab-width is 2.
7718
77192000-09-18 Gerd Moellmann <gerd@gnu.org>
7720
7721 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7722 toolbar-add-item, if image doesn't have a mask add a `:mask
7723 heuristic'.
7724
77252000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7726
7727 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7728 and return a cons if it's non-nil.
7729 (diff-apply-hunk): Try to jump to the line in the source text
7730 corresponding to the position of point in the in the hunk.
7731
7732 * info.el (Info-title-3-face, Info-title-2-face)
7733 (Info-title-1-face): Use face inheritance and relative sizes
7734 instead of hard-wiring things.
7735
7736 * faces.el (secondary-selection): Make dark-background variant sane.
7737
77382000-09-16 Andrew Innes <andrewi@gnu.org>
7739
7740 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7741 read-only, since they aren't under VC now.
7742
77432000-09-17 Dave Love <fx@gnu.org>
7744
7745 * tmm.el: Replace mapcar with mapc in several places.
7746
7747 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7748 ad-unadvise.
7749
7750 * international/latin1-disp.el: New file.
7751
7752 * calendar/cal-move.el (scroll-calendar-left)
7753 (scroll-calendar-right): Make arg optional (for active mode line).
7754
7755 * calendar/calendar.el (calendar-mode-line-format): Make fields
7756 mouse-sensitive.
7757 (calendar-read-date, calendar-read-date, calendar-window-list):
7758 Unquote lambda.
7759 (calendar-month-name): Use aref, not sref.
7760
7761 * view.el (minor-mode-alist): Propertize the string.
7762
7763 * international/characters.el (standard-case-table): Add entries
7764 for Greek.
7765
77662000-09-18 Miles Bader <miles@gnu.org>
7767
7768 * info.el (info-node, info-xref): Add dark-background variants.
7769
7770 * faces.el (header-line): Change defaults to be less confusing
7771 when mixed with mode-lines.
7772
7773 * info.el (Info-fontify-node): Make a few cleanups.
7774 Add extra `help-echo' and `local-map' props to node xrefs.
7775 Use header-specific faces for node-names & xrefs.
7776 (Info-use-header-line): New variable.
7777 (info-header-xref, info-header-node): New faces.
7778 (Info-setup-header-line): New function.
7779 (Info-select-node): Call Info-setup-header-line when enabled.
7780 (Info-extract-pointer): Work even if the header line is hidden.
7781 (Info-header-line): New variable.
7782
77832000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7784
7785 * vms-patch.el (print-region-function): Don't quote lambda.
7786
7787 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7788
7789 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7790 (lm-get-header-re): Allow spaces between the header and the colon.
7791 (lm-header): Allow $ in non-RCS headers.
7792 (lm-header-multiline): Put the strings back into order.
7793 Stop at an empty line. Don't require two space chars if the
7794 line is clearly not another header line.
7795
7796 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7797 (popup-menu-popup): Remove.
7798
77992000-09-15 Gerd Moellmann <gerd@gnu.org>
7800
7801 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7802 specification if or if not tool-bar item contains an `:enabled'
7803 property.
7804
7805 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7806 current buffer has no file name.
7807
78082000-09-15 Dave Love <fx@gnu.org>
7809
7810 * strokes.el: Sync with maintainer's current version with changes
7811 for Emacs, but avoid runtime cl and levents.
7812 (toplevel): Change autoloads and compilation requires.
7813 (strokes-version, strokes-bug-address, strokes-lift): Values
7814 changed.
7815 (strokes-xpm-header, strokes-insinuated): New variable.
7816 (strokes): Add :link.
7817 (strokes-mode): Customized.
7818 (strokes-while-inhibiting-garbage-collector): New macro.
7819 (strokes-remassoc): Avoid remove-if.
7820 (strokes-fix-button2-command): Don't use ad-do-it.
7821 (strokes-insinuate): New function.
7822 (strokes-button-press-event-p, strokes-button-release-event-p):
7823 New functions, used instead of non-`strokes-' versions..
7824 (strokes-mouse-event-p): Rewritten.
7825 (strokes-event-closest-point): Avoid event-point.
7826 (strokes-get-grid-position): Avoid cdadr, caadr
7827 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7828 functions.
7829 (strokes-help): Use with-output-to-temp-buffer.
7830 (strokes-window-configuration-changed-p): New function.
7831 (strokes-update-window-configuration): Use buffer-live-p,
7832 strokes-window-configuration-changed-p.
7833 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7834 (strokes-char-face): New face.
7835 (strokes-char-table, strokes-base64-chars): New variable.
7836 (strokes-xpm-for-stroke, strokes-list-strokes)
7837 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7838 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7839 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7840 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7841 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7842 functions.
7843
78442000-09-15 Gerd Moellmann <gerd@gnu.org>
7845
7846 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7847
7848 * image.el (create-image): Doc fix.
7849
7850 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7851 instead of `:heuristic-mask t'.
7852
78532000-09-14 Andrew Innes <andrewi@gnu.org>
7854
7855 * makefile.w32-in: Revert to Unix line endings.
7856
78572000-09-14 Andrew Innes <andrewi@gnu.org>
7858
7859 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7860 when installing.
7861
7862 * makefile.nt (DONTCOMPILE): Fix typo.
7863
7864 * shell.el (shell-write-history-on-exit): New function.
7865 (shell-dumb-shell-regexp): New custom variable.
7866 (shell-mode): Make shell-write-history-on-exit the process
7867 sentinel if shell name matches shell-dumb-shell-regexp.
7868
7869 * w32-fns.el: Comment out before-init-hook function which resets
7870 source-directory based; this breaks bootstrap.
7871
78722000-09-14 Dave Love <fx@gnu.org>
7873
7874 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7875 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7876 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7877 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7878 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7879 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7880 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7881 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7882 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7883
7884 * toolbar/toolbar.el: New.
7885
7886 * subdirs.el: Add toolbar.
7887
78882000-09-14 Gerd Moellmann <gerd@gnu.org>
7889
7890 * indent.el (indent-for-tab-command): Doc fix.
7891
78922000-09-14 Alex Schroeder <alex@gnu.org>
7893
7894 * ansi-color.el (ansi-colors): Doc change.
7895 (ansi-color-get-face): Simplified regexp.
7896 (ansi-color-faces-vector): Added more faces, doc change.
7897 (ansi-color-names-vector): Doc change.
7898 (ansi-color-regexp): Simplified regexp.
7899 (ansi-color-parameter-regexp): New regexp.
7900 (ansi-color-filter-apply): Doc change.
7901 (ansi-color-filter-region): Doc change.
7902 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7903 deal with zero length parameters.
7904 (ansi-color-apply-on-region): Doc change.
7905 (ansi-color-map): Doc change.
7906 (ansi-color-map-update): Removed debugging message.
7907 (ansi-color-get-face-1): Added condition-case to trap
7908 args-out-of-range errors.
7909 (ansi-color-get-face): Doc change.
7910 (ansi-color-make-face): Removed.
7911 (ansi-color-for-shell-mode): New option.
7912
79132000-09-13 Kenichi Handa <handa@etl.go.jp>
7914
7915 * international/quail.el (quail-start-translation): Translate KEY
7916 if necessary even if it doesn't have any mapping in the current
7917 input method.
7918 (quail-start-conversion): Likewise.
7919 (quail-help): The output message is improved.
7920
79212000-09-13 Miles Bader <miles@gnu.org>
7922
7923 * comint.el (comint-output-filter): Revert to using
7924 `insert-before-markers'. Add bletcherous hack to undo damage
7925 caused by `insert-before-markers'. Put `front-sticky' property on
7926 overlays created here so that the field code understands how the
7927 overlay works. Use a let when making comint-last-prompt-overlay,
7928 so that the code is easier to read.
7929
79302000-09-13 Dave Love <fx@gnu.org>
7931
7932 * wid-edit.el (widget-default-format-handler): DTRT when
7933 doc-property is a function.
7934
79352000-09-12 Francesco Potorti` <pot@gnu.org>
7936
7937 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7938 filed name if it's not there.
7939
79402000-09-12 Dave Love <fx@gnu.org>
7941
7942 * simple.el (read-mail-command): Doc fix.
7943 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7944
7945 * vc.el (vc-dired-listing-switches): Fix :version.
7946
7947 * vc-hooks.el: Doc fixes.
7948
7949 * subr.el (add-minor-mode): Use toggle-fun arg.
7950
7951 * speedbar.el: Add :version to several defcustoms.
7952
7953 * imenu.el (imenu--truncate-items, imenu--cleanup)
7954 (imenu--generic-function): Avoid mapcar.
7955 (imenu--replace-spaces): Function removed.
7956 (imenu--completion-buffer): Use subst-char-in-string.
7957 (imenu-add-to-menubar): Use keymap inheritance.
7958
79592000-09-12 Miles Bader <miles@gnu.org>
7960
7961 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7962 (diff-mode-map): Bind `diff-test-hunk'.
7963 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7964
79652000-09-11 Gerd Moellmann <gerd@gnu.org>
7966
7967 * bytecomp.el (byte-compile-defvar): Undo last change
7968 because it breaks '(make-variable-buffer-local (defvar ...)'
7969 which is used at least in dired.
7970
79712000-09-12 Kenichi Handa <handa@etl.go.jp>
7972
7973 * international/quail.el (quail-define-package): Docstring
7974 modified.
7975
79762000-09-12 Kenichi Handa <handa@etl.go.jp>
7977
7978 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7979 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7980 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7981 docstring of "chinese-py".
7982
7983 * international/quail.el (quail-translation-docstring): New
7984 variable.
7985 (quail-show-keyboard-layout): Docstring modified.
7986 (quail-select-current): Likewise.
7987 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7988 infinite recursive call.
7989 (quail-help): Check quail-translation-docstring. Format of the
7990 output changed.
7991 (quail-help-insert-keymap-description): Adjusted for the above
7992 change.
7993
79942000-09-11 Gerd Moellmann <gerd@gnu.org>
7995
7996 * bytecomp.el (byte-compile-defvar): Only cons onto
7997 current-load-list in top-level forms. Else this leaks a cons cell
7998 every time a defun is called.
7999
80002000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8001
8002 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8003 Now understands non-unified diffs. Some functionality moved into
8004 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8005 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8006 modify anything. Only reposition point in the patched file if the
8007 patch succeeds. Only pop up another window if POPUP is true.
8008 Emit a message describing what happened if successful, and at what
8009 line-offset. Automatically detect reversed hunks and do something
8010 appropriate.
8011 (diff-hunk-text, diff-find-text): New functions.
8012 (diff-filter-lines): Function removed.
8013 (diff-test-hunk): New function.
8014 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8015
80162000-09-10 Dave Love <fx@gnu.org>
8017
8018 * textmodes/tildify.el: Minor doc/commentary fixes.
8019 (tildify) <defgroup>: Add :version.
8020
8021 * faces.el (face-x-resources): Make custom type more specific.
8022 (frame-background-mode): Use mapc.
8023 (region) <defcustom>: Add :version.
8024
80252000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8026
8027 * vc-sccs.el (vc-sccs-register):
8028 * vc-rcs.el (vc-rcs-register):
8029 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8030 * vc.el (vc-register): Clear file's properties.
8031
80322000-09-08 Gerd Moellmann <gerd@gnu.org>
8033
8034 * faces.el (face-spec-set): Only face-spec-reset-face when
8035 ATTRS is non-nil.
8036
80372000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8038
8039 * help.el (help-insert-xref-button): Fix a typo in doc string.
8040
80412000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8042
8043 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8044 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8045 methods.
8046
8047 * menu-bar.el (read-mail-item-name): New function.
8048 (menu-bar-tools-menu): Use it to compute and display the package
8049 used to read email.
8050 (menu-bar-tools-menu): Fix typo in GUD's help string.
8051
80522000-09-07 Dave Love <fx@gnu.org>
8053
8054 * diff-mode.el (diff-mouse-goto-source): New function.
8055
8056 * vc-sccs.el: Doc fixes.
8057 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8058
8059 * vc-rcs.el: Doc fixes.
8060 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8061 (vc-rcs-checkout-switches, vc-rcs-header)
8062 (vc-rcs-master-templates): Add or change :version.
8063
8064 * vc-cvs.el: Doc fixes.
8065 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8066 (vc-cvs-stay-local): Add :version.
8067
8068 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8069
80702000-09-07 Kenichi Handa <handa@etl.go.jp>
8071
8072 * international/quail.el (quail-help): Fix previous change.
8073
80742000-09-07 Gerd Moellmann <gerd@gnu.org>
8075
8076 * faces.el (color-values): Doc fix.
8077
8078 * faces.el (frame-set-background-mode): Use frame-parameter
8079 instead of frame-parameters.
8080
8081 * frame.el (filtered-frame-list): Reduce consing.
8082 (frames-on-display-list): Call frame-parameter instead of
8083 frame-parameters.
8084
80852000-09-07 Kenichi Handa <handa@etl.go.jp>
8086
8087 * language/devan-util.el (devanagari-to-indian-region): In the
8088 loop, change the following char, not preceding char.
8089
80902000-09-07 Gerd Moellmann <gerd@gnu.org>
8091
8092 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8093 instead of frame-parameters.
8094
8095 * faces.el (set-face-attribute): Simplify by calling
8096 internal-set-lisp-face-attribute with FRAME being 0.
8097
8098 * vc.el: Remove `Id' version control keyword.
8099
81002000-09-07 Kenichi Handa <handa@etl.go.jp>
8101
8102 * help.el (help-make-xrefs): Adjusted for the change of
8103 help-xref-mule-regexp.
8104 (help-insert-xref-button): New function.
8105
8106 * international/mule-cmds.el (help-xref-mule-regexp-template):
8107 Include the pattern for character set.
8108 (leim): New group.
8109
8110 * international/quail.el: Don't require face.
8111 (quail): New group.
8112 (quail-other-command): Dummy command to make quail-help work better.
8113 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8114 (quail-keyboard-layout-substitution): New variable.
8115 (quail-update-keyboard-layout): New function.
8116 (quail-keyboard-layout-type): New customizable variable.
8117 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8118 (quail-keyboard-translate): Pay attention to
8119 quail-keyboard-layout-substitution.
8120 (quail-insert-kbd-layout): New function.
8121 (quail-show-keyboard-layout): New function.
8122 (quail-get-translation): If the definition is a vector of length
8123 1, and the element is a string of length 1, return the character
8124 in that string.
8125 (quail-update-current-translations): Fix the case of
8126 relative-index out of range.
8127 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8128 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8129 Show key sequences for all available characters.
8130 (quail-help-insert-keymap-description): Don't show such verbose
8131 key bindings as quail-self-insert-command.
8132
8133 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8134 Format changed, and each element now have extra documentations.
8135 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8136 Adjusted for the change of quail-cxterm-package-ext-info.
8137
81382000-09-06 Gerd Moellmann <gerd@gnu.org>
8139
8140 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8141 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8142 during bootstrap.
8143
81442000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8145
8146 * vc.el: (toplevel): Don't require `dired' at run-time.
8147 (vc-dired-resynch-file): Remove autoload cookie.
8148
81492000-09-05 Andre Spiegel <spiegel@gnu.org>
8150
8151 * vc.el: Made several backend functions optional.
8152 (vc-default-responsible-p): New function.
8153 (vc-merge): Use RET for first version to trigger merge-news, not
8154 prefix arg.
8155 (vc-annotate): Handle backends that do not support annotation.
8156 (vc-default-merge-news): Removed. The existence of a merge-news
8157 implementation is now checked on caller sites.
8158
8159 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8160 case.
8161
8162 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8163 special case that has been removed from the default in vc-hooks.el.
8164
81652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8166
8167 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8168
81692000-09-05 Andre Spiegel <spiegel@gnu.org>
8170
8171 * vc-hooks.el: Require vc during compilation.
8172 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8173 macro `with-vc-properties' in vc.el.
8174 (vc-file-getprop): Doc fix.
8175 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8176
8177 * vc.el: Require dired-aux during compilation.
8178 (vc-name-assoc-file): Moved to vc-sccs.el.
8179 (with-vc-properties): New macro.
8180 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8181 vc-finish-steal): Use it.
8182 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8183 to the backend-specific function is now supposed to do the checkout,
8184 too.
8185 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8186
8187 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8188 set file properties; that gets done in the generic code now.
8189
8190 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8191 Changed parameter list, added code from vc.el that does the
8192 checkout, possibly with a double-take.
8193
8194 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8195 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8196 the above under the new name.
8197 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8198 parameter list, added checkout command.
8199 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8200 properties; that gets done in the generic code now.
8201
82022000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8203
8204 * vc.el: Docstring fixes (courtesy of checkdoc).
8205
82062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8207
8208 * vc.el (vc-checkout-writable-buffer-hook)
8209 (vc-checkout-writable-buffer): Remove.
8210 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8211 (vc-log-mode): Make it into a clean derived major mode.
8212 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8213 vc-log-mode if log-edit is not available.
8214 (vc-dired-mode-map): Don't set-keymap-parent yet.
8215 (vc-dired-mode): Do set-keymap-parent here.
8216 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8217
82182000-09-05 Gerd Moellmann <gerd@gnu.org>
8219
8220 * faces.el (set-face-attribute, face-spec-reset-face)
8221 (face-spec-set): Avoid consing by removing calls to `apply'.
8222
8223 * frame.el (frame-parameter): Move to C code.
8224
82252000-09-05 Dave Love <fx@gnu.org>
8226
8227 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8228 insert-before-markers-and-inherit. Now checked systematically!
8229
82302000-09-05 Alex Schroeder <alex@gnu.org>
8231
8232 * sql.el (sql-postgres): Use sql-postgres-options.
8233 (sql-postgres-options): New variable.
8234
82352000-09-05 Alex Schroeder <alex@gnu.org>
8236
8237 * sql.el (sql-mode-menu): Work around missing variable mark-active
8238 in XEmacs.
8239 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8240 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8241 compatibility.
8242
82432000-09-04 Gerd Moellmann <gerd@gnu.org>
8244
8245 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8246
8247 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8248
8249 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8250
82512000-09-04 Andre Spiegel <spiegel@gnu.org>
8252
8253 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8254 don't support anything else under SCCS yet.
8255
8256 * vc-hooks.el: Minor doc fixes.
8257
82582000-09-04 Andre Spiegel <spiegel@gnu.org>
8259
8260 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8261 not necessary. If verbose in state `needs-patch', do the same as
8262 under `up-to-date'. When NOT verbose and `needs-patch', check out
8263 latest version instead of `merge-news'.
8264 (vc-next-action-dired): Don't mess with default-directory here; it
8265 breaks other parts of dired. It is the job of the
8266 backend-specific functions to adjust it temporarily if they need it.
8267 (vc-next-action): Remove a special CVS case.
8268 (vc-clear-headers): New optional arg FILE.
8269 (vc-checkin, vc-checkout): Set properties vc-state and
8270 vc-checkout-time properly.
8271 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8272 (vc-print-log): Use new backend function `show-log-entry'.
8273 (vc-cancel-version): Do the checks in a different order. Added a
8274 FIXME concerning RCS-only code.
8275
8276 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8277 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8278
8279 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8280
8281 * vc-hooks.el (vc-default-mode-line-string): Show state
8282 `needs-patch' as a `-' too.
8283
82842000-09-04 Andre Spiegel <spiegel@gnu.org>
8285
8286 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8287 (vc-default-could-register): New function.
8288 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8289 (vc-resynch-buffer): Call vc-dired-resynch-file.
8290 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8291 vc-resynch-buffer instead of vc-resynch-window.
8292 (vc-next-action-dired): Don't redisplay here, that gets done as a
8293 result of the individual file operations.
8294 (vc-retrieve-snapshot): Corrected prompt order.
8295
8296 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8297
8298 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8299 as well.
8300 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8301 hostname regexps. Updated all callers.
8302 (vc-cvs-responsible-p): Handle directories as well.
8303 (vc-cvs-could-register): New function.
8304 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8305 properties up-to-date.
8306
8307 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8308 user whether to create one.
8309
83102000-09-04 Andre Spiegel <spiegel@gnu.org>
8311
8312 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8313 check out a non-existing file.
8314
8315 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8316 workfile does not exist.
8317
8318 * vc.el (vc-version-diff): Use `require' to check for existence of
8319 diff-mode.
8320
83212000-09-04 Andre Spiegel <spiegel@gnu.org>
8322
8323 * vc-cvs.el (vc-cvs-registered): Use new function
8324 vc-cvs-parse-entry to do the actual work.
8325
83262000-09-04 Andre Spiegel <spiegel@gnu.org>
8327
8328 * vc-hooks.el (vc-find-backend-function): If function doesn't
8329 exist, return nil instead of error.
8330 (vc-call-backend): Doc fix.
8331
8332 * vc.el (vc-do-command): Doc fix.
8333 (vc-finish-logentry): When checking in from vc-dired, choose the
8334 right backend for logentry check.
8335 (vc-dired-mode-map): Inherit from dired-mode-map.
8336 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8337 simplified.
8338 (vc-dired-state-info): Removed, updated caller.
8339 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8340 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8341 (vc-dired-listing-switches): New variable.
8342 (vc-directory): Use it, instead of dired-listing-switches.
8343
8344 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8345 (vc-cvs-dir-state): New function.
8346 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8347 (vc-cvs-parse-entry): New function, also to be used in
8348 vc-cvs-registered.
8349
83502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8351
8352 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8353 *or* single-window-frames.
8354
83552000-09-04 Andre Spiegel <spiegel@gnu.org>
8356
8357 * vc.el (vc-update-changelog): Split into generic part and default
8358 implementation. Doc string adapted.
8359 (vc-default-update-changelog): New function. Call the `rcs2log'
8360 script in exec-directory, to fix a long-standing nuisance.
8361
8362 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8363 simply signals an error.
8364
83652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8366
8367 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8368 control-flow more clear and to avoid running `cvs' twice.
8369
8370 * vc.el (vc-next-action-on-file): Doc fix.
8371 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8372 (vc-print-log): Eval `file' before constructing the continuation.
8373
83742000-09-04 Andre Spiegel <spiegel@gnu.org>
8375
8376 * vc.el (vc-next-action-on-file): Corrected several messages.
8377 (vc-merge): Add prefix arg `merge-news'; handle it.
8378
8379 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8380 is not reached. It is.
8381 (vc-cvs-merge): Set state to 'edited after merge.
8382 (vc-cvs-merge-news): Set workfile version to nil if not known.
8383 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8384
8385 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8386 via stdout. (Merge from main line.)
8387
83882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8389
8390 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8391 detection.
8392
83932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8394
8395 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8396 against kill-all-local-variables.
8397 (vc-log-edit): Don't save vc-parent-buffer any more.
8398 (vc-last-comment-match): Initialize to an empty string.
8399 (vc-post-command-functions): New hook.
8400 (vc-do-command): Run it.
8401 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8402 (vc-finish-logentry): Only add the comment to the ring if it's
8403 different from the last comment entered.
8404 (vc-new-comment-index): New function.
8405 (vc-previous-comment): Use it. Make the minibuffer message
8406 slightly less terse.
8407 (vc-comment-search-reverse): Make it work forward as well. Don't
8408 set vc-comment-ring-index if no match is found. Use
8409 vc-new-comment-index.
8410 (vc-comment-search-forward): Use vc-comment-search-reverse.
8411 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8412 define-derived-mode will do it for us. Bind `v' to a keymap that
8413 inherits from vc-prefix-map so that we can bind `vt' without
8414 binding C-x v t.
8415 (vc-retrieve-snapshot): Parenthesis typo.
8416
8417 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8418 to 1. Make sure to switch to *vc* before looking for an error
8419 message. Use vc-parse-buffer.
8420
84212000-09-04 Andre Spiegel <spiegel@gnu.org>
8422
8423 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8424 and NAME.
8425 (vc-retrieve-snapshot): Split into two parts.
8426 (vc-default-retrieve-snapshot): New function.
8427
8428 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8429 (vc-cvs-retrieve-snapshot): New function (untested).
8430 (vc-cvs-stay-local): Default to t.
8431 (vc-cvs-remote-p): New function and property.
8432 (vc-cvs-state): Stay local only if the above is t.
8433 (vc-handle-cvs): Removed.
8434 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8435 done via vc-handled-backends now.
8436 (vc-cvs-header): Escape Id.
8437
84382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8439
8440 * vc.el (vc-do-command): Remove unused commands.
8441 (vc-version-diff): Make sure default-directory ends with a slash.
8442 Move the window commands into a vc-exec-after.
8443 (vc-print-log): Move more of the code into the `vc-exec-after'.
8444
84452000-09-04 Andre Spiegel <spiegel@gnu.org>
8446
8447 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8448 (vc-print-log): Search current revision from beginning of buffer.
8449 (vc-revert-buffer): Clear echo area after the diff is finished.
8450 (vc-prefix-map): Removed definition of "t" for terse display in vc
8451 dired.
8452 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8453 definition of "vt" for terse display.
8454 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8455
84562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * vc.el (vc-exec-after): Avoid caddr.
8459
84602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8461
8462 * vc.el (vc-exec-after): New function.
8463 (vc-do-command): Use it to add a termination message for async
8464 procs.
8465 (vc-checkout): Try to handle a missing-backend situation.
8466 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8467 of a directory with a backend using async diffs.
8468 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8469 present.
8470
8471 * vc-sccs.el (vc-sccs-state-heuristic): Use
8472 file-ownership-preserved-p.
8473
8474 * vc-rcs.el (vc-rcs-state-heuristic): Use
8475 file-ownership-preserved-p.
8476 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8477
84782000-09-04 Andre Spiegel <spiegel@gnu.org>
8479
8480 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8481 vc-do-command.
8482
8483 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8484 when there are no changes.
8485
84862000-09-04 Andre Spiegel <spiegel@gnu.org>
8487
8488 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8489
8490 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8491
84922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8493
8494 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8495
8496 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8497 the `fset' outside of the defvar so that it works even if
8498 vc-prefix-map was already defined.
8499 (vc-setup-buffer): New function, split out of vc-do-command.
8500 (vc-do-command): Allow BUFFER to be t to mean `just use the
8501 current buffer without any fuss'.
8502 (vc-version-diff): Change the `diff' backend operation to just put
8503 the diff in the current buffer without erasing it. Always use
8504 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8505 shrink-window-if-larger-than-buffer.
8506 (vc-print-log): Change the `print-log' backend operation to just
8507 put the log in the current buffer without erasing it. Protect
8508 shrink-window-if-larger-than-buffer.
8509 (vc-update-change-log): Fix setd typo.
8510
8511 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8512 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8513
8514 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8515 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8516 CMP.
8517
8518 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8519 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8520 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8521
85222000-09-04 Andre Spiegel <spiegel@gnu.org>
8523
8524 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8525 not possible, use vc-BACKEND-workfile-unchanged-p.
8526 (vc-default-workfile-unchanged-p): New function. Delegates to a
8527 full vc-BACKEND-diff.
8528
8529 * vc-hooks.el (vc-simple-command): Removed.
8530
8531 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8532 instead of vc-simple-command.
8533 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8534 avoid doing a diff when opening a file.
8535 (vc-rcs-state): Added check for unlocked-changes.
8536 (vc-rcs-header): Escape Id.
8537 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8538 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8539 version.
8540
8541 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8542 (vc-sccs-diff): Remove optional arg CMP.
8543 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8544 SCCS-specific function.
8545
8546 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8547 vc-simple-command.
8548
85492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8550
8551 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8552 (with-vc-file, vc-merge): Use vc-editable-p.
8553 (vc-do-command): Remove unused var vc-file and fix the
8554 doubly-defined `status' var. Add a user message when starting an
8555 async command.
8556 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8557 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8558 Use with-current-buffer.
8559 (vc-buffer-sync): Use unless.
8560 (vc-next-action-on-file): If the file is 'edited by read-only,
8561 make it read-write instead of trying to commit.
8562 (vc-version-diff, vc-update-change-log): Use `setq
8563 default-directory' rather than `cd'.
8564 (vc-log-edit): Don't forget to set default-directory in the
8565 buffer.
8566
8567 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8568 (vc-sccs-state-heuristic): Use file-writable-p instead of
8569 comparing userids.
8570 (vc-sccs-checkout): Use `unless'.
8571
8572 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8573 of comparing userids.
8574 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8575 Simplify the logic by eliminating unreachable code.
8576 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8577 just do a recursive call if we need to retry.
8578 (vc-rcs-checkout): Handle the case where rcs is missing by making
8579 the buffer read-write if requested and re-signalling the error.
8580
8581 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8582
85832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8584
8585 * vc-hooks.el (vc-handled-backends): Docstring change.
8586 (vc-ignore-vc-files): Mark obsolete.
8587 (vc-registered): Check vc-ignore-vc-files.
8588 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8589 vc-ignore-vc-files.
8590
8591 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8592
85932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8594
8595 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8596 files since ange-ftp already has vc-registered return nil.
8597
8598 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8599 (vc-sccs-workfile-version): Use with-temp-buffer and new
8600 vc-parse-buffer and don't bother setting the property.
8601 (vc-sccs-add-triple): Use with-current-buffer and
8602 find-file-noselect.
8603 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8604
8605 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8606 derives from the old vc-parse-buffer but uses the revision number
8607 rather than the date (much easier to compare robustly).
8608 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8609 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8610 locking-user more directly. Check strict locking and set
8611 checkout-model appropriately.
8612 (vc-rcs-parse-locks): Remove.
8613 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8614 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8615 (vc-rcs-system-release): Use with-current-buffer and
8616 vc-parse-buffer.
8617 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8618
8619 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8620 (vc-simple-command): Docstring fix.
8621 (vc-registered): Align the way the file-handler is called with the
8622 way the function itself works.
8623 (vc-file-owner): Remove.
8624
8625 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8626 extraction of fields and call to file-attributes because of a
8627 temporary bug in rcp.el.
8628 (vc-cvs-fetch-status): Use with-current-buffer.
8629
86302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8631
8632 * vc.el (vc-do-command): Use file-relative-name.
8633 (vc-responsible-backend): Use vc-backend if possible.
8634 (vc-create-snapshot): Improve the `interactive' spec. Add support
8635 for branches and dispatch to backend-specific `create-snapshot'.
8636 (vc-default-create-snapshot): New function, containing the bulk of
8637 the old vc-create-snapshot.
8638 (vc-retrieve-snapshot): Improve the interactive spec.
8639
8640 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8641 (vc-backend-hook-functions): Remove.
8642 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8643 (vc-backend): Reintroduce the test for `file = nil' now that I
8644 know why it was there (and added a comment to better remember).
8645
8646 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8647 code from vc-sccs-hooks.el.
8648 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8649 'vc anymore.
8650 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8651 and file-directory-p instead of file-exists-p.
8652 (vc-sccs-check-headers): Simplify the regexp.
8653
8654 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8655 from vc-rcs-hooks.el. Don't require 'vc anymore.
8656 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8657 file-directory-p instead of file-exists-p.
8658
8659 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8660 from vc-cvs-hooks.el.
8661 (proto vc-cvs-registered): Require 'vc-cvs instead of
8662 'vc-cvs-hooks. Don't require 'vc anymore.
8663 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8664 file-directory-p instead of file-exists-p.
8665 (vc-cvs-create-snapshot): New function, replacing
8666 vc-cvs-assign-name.
8667 (vc-cvs-assign-name): Remove.
8668
86692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8670
8671 * vc-cvs.el (vc-cvs-header): New var.
8672
8673 * vc-rcs.el (vc-rcs-exists): Remove.
8674 (vc-rcs-header): New var.
8675
8676 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8677 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8678 (vc-sccs-header): New var.
8679
8680 * vc.el (vc-do-command): Get rid of the `last' argument.
8681 (vc-header-alist): Remove, replaced by vc-X-header.
8682 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8683 (vc-dired-hook): Use expand-file-name instead of concat.
8684 (vc-directory): Use file-name-as-directory.
8685 (vc-snapshot-precondition, vc-create-snapshot)
8686 (vc-retrieve-snapshot): Allow the command to operate on any
8687 directory.
8688
8689 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8690 just removing the 'WORKFILE argument or by removing the 'MASTER
8691 argument and replacing `file' with (vc-name file).
8692
86932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8694
8695 * vc.el: Update Copyright and add a crude list of backend funs.
8696 (vc-writable-p): New function.
8697 (with-vc-file): Use vc-writable-p.
8698 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8699 (vc-register): Avoid vc-name.
8700 (vc-locking-user): Remove.
8701 (vc-steal-lock): Make the `owner' arg non-optional.
8702 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8703 vc-checkout-model.
8704 (vc-default-dired-state-info): Use vc-state instead of
8705 vc-locking-user and return special strings for special states.
8706 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8707 and get rid of one of the special CVS cases.
8708 (vc-cancel-version): prettify error message with \\[...].
8709 (vc-rename-master): New function.
8710 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8711 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8712 the CVS special case generic.
8713 (vc-default-record-rename): Remove.
8714 (vc-file-tree-walk-internal): Only call FUNC for files that are
8715 under control of some VC backend and replace `concat' with
8716 expand-file-name.
8717 (vc-file-tree-walk): Update docstring.
8718 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8719 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8720
8721 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8722 vc-sccs-record-rename. Use `find-file-noselect' rather than
8723 `find-file' and call `vc-rename-master' to do the actual move.
8724 (vc-sccs-diff): Remove unused `backend' variable.
8725
8726 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8727 to delay loading of vc-sccs until it is really used.
8728 (vc-sccs-master-templates): Preload.
8729 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8730 (vc-sccs-project-dir): Remove (merged into
8731 vc-sccs-search-project-dir).
8732 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8733 rather than `concat', make sure it is preloaded and don't bother
8734 to check that the file actually exists.
8735 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8736 `locks' argument (use buffer's content instead) and eliminate n^2
8737 behavior.
8738
8739 * vc-rcs.el: Update Copyright.
8740 (vc-rcs-rename-file): New function.
8741 (vc-rcs-diff): Remove unused `backend' variable.
8742
8743 * vc-hooks.el: Update Copyright.
8744 (vc-backend): Don't accept a nil argument any more.
8745 (vc-up-to-date-p): Turn into a defsubst.
8746 (vc-possible-master): New function.
8747 (vc-check-master-templates): Use `vc-possible-master' and allow
8748 funs in vc-X-master-templates to return a non-existent file.
8749
8750 * vc-cvs.el: Update Copyright.
8751 (vc-cvs-diff): Remove unused `backend' variable.
8752 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8753
8754 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8755
87562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8757
8758 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8759 since it can be called from vc-rcs.el.
8760 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8761
87622000-09-04 Andre Spiegel <spiegel@gnu.org>
8763
8764 * vc.el (vc-version-diff): Expand file name read from the
8765 minibuffer. Handle the case when a previous version number can't
8766 be guessed. Give suitable messages when there were no differences
8767 found.
8768 (vc-clear-headers): Call backend-specific implementation, if one
8769 exists.
8770 (vc-cancel-version): Made error checks generic. When done, clear
8771 headers generically, too.
8772
8773 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8774 from vc-clear-headers in vc.el.
8775
8776 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8777 correctly.
8778 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8779 optional. Handle the case when it's not there.
8780
87812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8782
8783 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8784
87852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8786
8787 * vc-hooks.el (vc-loadup): Remove.
8788 (vc-find-backend-function): Use `require'. Also, handle the case
8789 where vc-BACKEND-hooks.el doesn't exist.
8790 (vc-call-backend): Cleanup.
8791
87922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8793
8794 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8795 vc-rcs-grab-templates)
8796 (vc-rcs-registered): Remove. The default function works as well.
8797 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8798 vc-sccs-grab-templates)
8799 (vc-sccs-registered): Remove. The default function works as well.
8800
8801 * vc.el (vc-version-diff): Left out a vc- in call to
8802 vc-call-backend.
8803 (vc-default-dired-state-info, vc-default-record-rename)
8804 (vc-default-merge-news): Update for the new backend argument.
8805
8806 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8807 using the default function.
8808 (vc-call-backend): If calling the default function, pass it the
8809 backend as first argument. Update the docstring accordingly.
8810 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8811 for the new backend argument.
8812 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8813 (vc-find-backend-function): Use the new name.
8814 (vc-default-registered): New function.
8815
88162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8817
8818 * vc.el (vc-merge): Use vc-find-backend-function.
8819
8820 * vc-hooks.el (vc-backend-functions): Remove.
8821 (vc-loadup): Don't setup 'vc-functions.
8822 (vc-find-backend-function): New function.
8823 (vc-call-backend): Use above fun and populate 'vc-functions
8824 lazily.
8825 (vc-backend-defines): Remove.
8826
88272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8828
8829 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8830 Call vc-call-backend without the leading vc-.
8831 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8832 (vc-check-headers): Call vc-call-backend without the leading vc-.
8833 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8834 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8835 Call vc-call-backend without the leading vc-.
8836
8837 * vc-cvs.el (tail): Provide vc-cvs.
8838 * vc-sccs.el (tail): Provide vc-sccs.
8839 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8840
8841 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8842 (vc-make-backend-function, vc-call): Pass names without leading
8843 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8844 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8845 (vc-call-backend): Always try to load vc-X-hooks.
8846 (vc-registered): Remove vc- in call to vc-call-backend.
8847
88482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8849
8850 * vc.el (vc-process-filter): New function.
8851 (vc-do-command): Setup `vc-process-filter' for the async process.
8852 (vc-maybe-resolve-conflicts): New function to reduce
8853 code-duplication. Additionally, it puts the buffer in
8854 `smerge-mode' if applicable.
8855 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8856 calling `merge-news'.
8857 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8858 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8859 interfacing to log-edit.el.
8860 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8861 log-edit is available.
8862 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8863
88642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8865
8866 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8867 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8868 defvar and the initialization.
8869 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8870
8871 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8872 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8873
8874 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8875
88762000-09-04 Andre Spiegel <spiegel@gnu.org>
8877
8878 * vc.el (vc-file-clear-masterprops): Removed.
8879 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8880 (vc-version-diff): Use buffer-size without argument.
8881 (vc-register): Heed vc-initial-comment.
8882
8883 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8884 default branch.
8885
8886 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8887 file name and workfile version.
8888 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8889
8890 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8891 vc-file-clear-masterprops.
8892
8893 * vc-sccs.el (vc-sccs-checkout): Removed call to
8894 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8895 rather than user login name.
8896
8897
88982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8901 `want-differences-if-changed' and simplify.
8902 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8903 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8904 output (which is invalid for async vc-diff) to decide whether to
8905 do the revert silently or not.
8906
89072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * vc-hooks.el (vc-loadup): Load files quietly.
8910 (vc-call-backend): Oops, brain fart.
8911
89122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8913
8914 * vc-cvs.el (vc-cvs-state): Typo.
8915 (vc-cvs-merge-news): Return the status code rather than the error msg.
8916
89172000-09-04 Andre Spiegel <spiegel@gnu.org>
8918
8919 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8920 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8921 vc-state or vc-up-to-date-p.
8922 (vc-merge): Use vc-backend-defines to check whether merging is
8923 possible. Set state to 'edited after successful merge.
8924
8925 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8926 return that name. Redocumented.
8927
89282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8929
8930 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8931 new `vc-state' semantics.
8932 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8933 'vc-locking-user to the current user.
8934 (vc-merge): Inline vc-backend-merge. Comment out code that I
8935 don't understand and hence can't adapt to the new `vc-state' and
8936 `vc-locking-user' semantics.
8937 (vc-backend-merge): Remove.
8938
8939 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8940 rather than 'vc-locking-user.
8941
8942 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8943
8944 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8945 (vc-state): Don't use 'reserved any more. Just use the same
8946 convention as the one used for vc-<backend>-state where the
8947 locking user (as a string) is returned.
8948 (vc-locking-user): Update, based on the above convention. The
8949 'vc-locking-user property has disappeared.
8950 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8951
8952 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8953 with a heuristic one.
8954 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8955 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8956 error. That allows us to get to 'needs-merge even in the
8957 stay-local case. There's still no way to detect 'needs-patch in
8958 such a setup (or to force an update for that matter).
8959 (vc-cvs-logentry-check): Remove, the default works as well.
8960
89612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8962
8963 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8964
8965 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8966 major-mode in which the buffer might have been put earlier. Use
8967 `remove' and `when'. Allow `okstatus' to be `async' and use
8968 `start-process' in this case.
8969 (vc-version-diff): Handle the case where the diff looks empty
8970 because of the use of an async process.
8971
89722000-09-04 Andre Spiegel <spiegel@gnu.org>
8973
8974 * vc.el (vc-next-action-on-file): Removed optional parameter
8975 `simple'. Recompute state unconditionally.
8976 (vc-default-toggle-read-only): Removed.
8977
8978 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8979 (vc-toggle-read-only): Undid prev change.
8980
8981 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8982 vc-cvs-simple-toggle. Redocumented.
8983 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8984 (vc-cvs-toggle-read-only): Removed.
8985
89862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8987
8988 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8989 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8990 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8991 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8992 still is. So maybe it should be removed.
8993 (vc-head-version, vc-find-binary): Remove.
8994 (vc-recompute-state): Move from vc-hooks.el.
8995 (vc-next-action-on-file): Add a `simple' argument to allow
8996 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8997 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8998 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8999 (vc-dired-mode-map): Properly defvar it.
9000 (vc-print-log): Call log-view-mode if available.
9001 (small-temporary-file-directory): defvar instead of use boundp.
9002 (vc-merge-news): Moved to vc-cvs.el.
9003 (vc-default-merge-news): New function.
9004
9005 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9006 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9007 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9008 unknown `vc-latest-version' function. It should probably refer to
9009 vc-workfile-version or somesuch, but it's very unclear to me and I
9010 don't have SCCS to test things.
9011
9012 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9013 (vc-sccs-state-heuristic): Fix typo.
9014 (vc-sccs-workfile-unchanged-p): Add missing argument.
9015
9016 * vc-rcs.el: Require vc and vc-rcs-hooks.
9017 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9018 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9019 (vc-release-greater-or-equal-p): Move from vc.
9020 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9021 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9022 (vc-rcs-checkout): Add a missing `new-version' argument in the
9023 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9024
9025 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9026 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9027 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9028 than the apparently unbound `workfile-version'.
9029
9030 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9031 (vc-file-prop-obarray): Use `make-vector'.
9032 (vc-backend-functions): Add new hookable functions
9033 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9034 (vc-loadup): If neither backend nor default functions exist, use
9035 the backend function rather than nil.
9036 (vc-call-backend): If the function if not bound yet, try to load
9037 the non-hook file to see if it provides it.
9038 (vc-call): New macro plus use it wherever possible.
9039 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9040 nor `vc-find-binary' since it's only called from
9041 vc-mistrust-permission which is only used once the backend is known.
9042 (vc-checkout-model): Fix parenthesis.
9043 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9044
9045 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9046 (vc-cvs-release, vc-cvs-system-release): Remove.
9047 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9048 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9049 status symbols.
9050 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9051 (vc-cvs-toggle-read-only): First cut at a function to allow a
9052 cvs-status-free vc-toggle-read-only.
9053 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9054 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9055 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9056 (vc-cvs-checkout): Modify access rights directly if the user
9057 requested not to use `cvs edit'. And refresh the mode line.
9058
9059 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9060 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9061
90622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9063
9064 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9065 workfile' that got lost when the code was extracted from vc.el.
9066 And merged the tail with the rest of the code (not possible in the
9067 old vc.el where the tail was shared among all backends). And
9068 explicitly set the state to 'edited if `writable' is set.
9069
9070 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9071 (vc-cvs-state): Be careful to return the value from
9072 vc-cvs-parse-state.
9073 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9074 property but return it instead. Also be careful to handle a nil
9075 or "" `rev' when workfile is non-nil (it was handled properly when
9076 workfile was nil).
9077
9078 * vc.el: Removed those pesky unnecessary `(function' quotes.
9079 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9080 directly in the defvar.
9081 (vc-do-command): Bind inhibit-read-only so as to properly handle
9082 the case where the destination buffer has been made read-only.
9083 (vc-diff): Delegate to vc-version-diff in all cases.
9084 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9085 (vc-annotate-mode-variables): Removed (code moved partly to
9086 defvars and partly to vc-annotate-add-menu).
9087 (vc-annotate-mode): Turned into a derived-mode.
9088 (vc-annotate-add-menu): Moved in code in
9089 vc-annotate-mode-variables.
9090 (vc-update-change-log): Use make-temp-file if available.
9091
90922000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9093
9094 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9095 `vc-checkout-model' updated to `vc-cvs-update-model'.
9096
90972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9098
9099 * vc.el (vc-next-action-on-file): Added handling of state
9100 `unlocked-changes'.
9101 (vc-checkout-carefully): Is now practically obsolete, unless the
9102 above is too slow to be enabled unconditionally.
9103 (vc-update-change-log): Fixed typo.
9104
9105 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9106
9107 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9108 Now handles state `unlocked-changes'.
9109 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9110
9111 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9112
9113 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9114 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9115 `unlocked-changes'.
9116 (vc-rcs-workfile-unchanged-p): Renamed from
9117 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9118 function yet, but supposed to become one soon.
9119
9120 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9121 `vc-steal-lock'.
9122 (vc-call-backend): Changed error message.
9123 (vc-state): Added description of state `unlocked-changes'.
9124
91252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9126
9127 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9128 always return t in CVS-controlled directories.
9129
9130 * vc.el (vc-responsible-backend): New function.
9131 (vc-register): Largely rewritten.
9132 (vc-admin): Removed (implementation moved into vc-register).
9133 (vc-checkin): Redocumented.
9134 (vc-finish-logentry): If no backend defined yet (because we are in
9135 the process of registering), use the responsible backend.
9136
9137 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9138 Updated function lists.
9139 (vc-call-backend): Fixed typo.
9140
9141 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9142 New functions.
9143 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9144 Removed query option. Redocumented.
9145
91462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9147
9148 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9149
9150 * vc.el: Updated callers of `vc-checkout-required' to use
9151 `vc-checkout-model'.
9152
91532000-09-04 Martin Lorentzson <martinl@gnu.org>
9154
9155 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9156 stuff updated to reference this function instead of the old
9157 `vc-backend-release-p'.
9158
91592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9160
9161 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9162 vc-checkout-model. Return appropriate values. Updated callers.
9163
91642000-09-04 Martin Lorentzson <martinl@gnu.org>
9165
9166 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9167 (vc-backend-revert): Function moved into `vc-revert';
9168 `vc-next-action' must be updated to accomodate this change.
9169 (vc-backend-steal): Function moved into `vc-finish-steal'.
9170 (vc-backend-logentry-check): Function moved into
9171 `vc-finish-logentry'.
9172 (vc-backend-printlog): Function moved into `vc-print-log'.
9173 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9174 (vc-backend-assign-name): Function moved into
9175 `vc-create-snapshot'.
9176
91772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9178
9179 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9180 Rename to vc-checkout-model. Return appropriate values.
9181 Update callers.
9182
9183 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9184 to vc-checkout-model.
9185 (vc-checkout-required): Rename to vc-checkout-model.
9186 Re-implement and re-comment.
9187 (vc-after-save): Use vc-checkout-model.
9188
91892000-09-04 Martin Lorentzson <martinl@gnu.org>
9190
9191 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9192 Update to use the vc-BACKEND-diff functions instead.
9193 `vc-diff' is now working.
9194
9195 * vc-rcs.el (vc-rcs-logentry-check): New function.
9196
9197 * vc-cvs.el (vc-cvs-logentry-check): New function.
9198
9199 * vc-sccs.el (vc-sccs-diff): Function changed name from
9200 `vc-backend-diff'. This makes `vc-diff' work.
9201
9202 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9203 of functions possibly implemented in a vc-BACKEND library.
9204 (vc-checkout-required): Fix bug that caused an error to be
9205 signaled during `vc-after-save'.
9206
9207 * vc.el: Fix typo.
9208 This checkin is made with our new VC code base for the very first time.
9209 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9210
9211 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9212 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9213
9214 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9215 updated to `vc-uses-locking'.
9216 (vc-checkout-required): Call to backend function.
9217 `vc-checkout-required' updated to `vc-uses-locking' instead.
9218
9219 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9220 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9221
9222 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9223 to match the split into various backends.
9224 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9225 (vc-retrieve-snapshot): Bug fix.
9226
92272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9228
9229 * vc-sccs.el (vc-sccs-release): Doc fix.
9230
92312000-09-04 Martin Lorentzson <martinl@gnu.org>
9232
9233 * vc.el (vc-next-action-on-file): Bug found and fixed.
9234 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9235 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9236
9237 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9238 (vc-rcs-checkout): Name space cleaned up. No more revision number
9239 crunching function names that are not prefixed with vc-rcs.
9240 (vc-rcs-checkout-model): Function added. References to
9241 `vc-checkout-model' replaced.
9242
92432000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9244
9245 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9246 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9247 still need to be split, and implemented for RCS).
9248
92492000-09-04 Martin Lorentzson <martinl@gnu.org>
9250
9251 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9252
9253 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9254 required by the vc.el file.
9255
9256 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9257 required by the vc.el file.
9258 (vc-rcs-exists): Function added.
9259
9260 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9261 required by the vc.el file.
9262
9263 * vc.el (vc-admin): Updated to handle selection of appropriate
9264 backend. Current implementation is crufty and need re-thinking.
9265
9266 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9267
92682000-09-04 Martin Lorentzson <martinl@gnu.org>
9269
9270 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9271 beginning of annotate buffers correctly.
9272
9273 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9274 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9275 functionality updated quite a lot to support multiple backends.
9276 Variables `vc-annotate-mode', `vc-annotate-buffers',
9277 `vc-annotate-backend' added.
9278
9279 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9280 `vc-annotate-difference' added to supported backend functions.
9281
92822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9283
9284 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9285 Use with-temp-file instead of /bin/sh. Merged from mainline
9286
92872000-09-04 Martin Lorentzson <martinl@gnu.org>
9288
9289 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9290
9291 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9292
9293 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9294
92952000-09-04 Martin Lorentzson <martinl@gnu.org>
9296
9297 * vc-hooks.el: vc-state-heuristic added to
9298 vc-backend-hook-functions.
9299
9300 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9301
9302 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9303
9304 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9305 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9306 state to `reserved'.
9307
9308 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9309 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9310
93112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9312
9313 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9314 untouched.
9315
9316 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9317
9318 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9319 if defined. (Merged from main line, slightly adapted.)
9320
9321 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9322 millenium problem (merged from mainline).
9323
93242000-09-04 Martin Lorentzson <martinl@gnu.org>
9325
9326 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9327 part and moved the non-BACKEND stuff to vc.el.
9328
9329 * vc.el: Split the annotate feature into a BACKEND specific part
9330 and moved it from the vc-cvs.el file to this one.
9331
93322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9333
9334 * vc-hooks.el: Implement new state model.
9335 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9336 (vc-locking-user): Simplify. Now only needed if the file is
9337 locked by somebody else.
9338 (vc-lock-from-permissions): Remove. Functionality is in
9339 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9340 (vc-mode-line-string): New name for former vc-status. Adapted.
9341 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9342
9343 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9344 Various simplifications and adaptations all over the place.
9345
9346 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9347 Simplify and adapt the rest.
9348
9349 * vc.el (vc-resynch-window): Add TODO comment: check for
9350 interaction with view mode according to recent RCS change.
9351 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9352
93532000-09-04 Martin Lorentzson <martinl@gnu.org>
9354
9355 * vc.el: Convert the remaining function comments to docstrings.
9356
93572000-09-04 Martin Lorentzson <martinl@gnu.org>
9358
9359 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9360 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9361 (vc-minor-part, vc-previous-version): Functions that operate and
9362 compare revision numbers got proper documentation. Comments added
9363 about their possible removal.
9364
93652000-09-04 Martin Lorentzson <martinl@gnu.org>
9366
9367 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9368 the vc-backend.el files.
9369
9370 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9371
9372 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9373 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9374 (vc-rcs-previous-version): Functions added.
9375
9376 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9377
9378 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9379
93802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9381
9382 * vc-hooks.el (vc-master-templates): Is really obsolete.
9383 Comment out the definition for now. What is the right procedure
9384 to get rid of it?
9385 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9386 rewritten.
9387 (vc-default-registered): Remove.
9388 (vc-check-master-templates): New function; does mostly what the
9389 above did before.
9390 (vc-locking-user): Don't rely on the backend to set the property.
9391
9392 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9393 Rewrite documentation.
9394 (vc-rcs-templates-grabbed): New variable.
9395 (vc-rcs-grab-templates): New function.
9396 (vc-rcs-registered): Rewrite to use above mechanism.
9397
9398 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9399 Rewrite documentation.
9400 (vc-sccs-templates-grabbed): New variable.
9401 (vc-sccs-grab-templates): New function.
9402 (vc-sccs-registered): Rewrite to use above mechanism.
9403 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9404 Don't throw the result, simply return it.
9405
9406 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9407 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9408 (vc-cvs-registered): Does the check itself now. Simplify.
9409
9410 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9411 from main line.
9412
94132000-09-04 Martin Lorentzson <martinl@gnu.org>
9414
9415 * vc-cvs.el (vc-cvs-diff): New function.
9416
9417 * vc-sccs.el (vc-sccs-diff): New function.
9418
9419 * vc-rcs.el (vc-rcs-diff): New function.
9420 (vc-rcs-checkout): Bug (typo) found and fixed.
9421 (vc-rcs-register-switches): New variable.
9422
9423 * vc.el (vc-backend-diff): Function removed and placed in the
9424 backend files.
9425
94262000-09-04 Martin Lorentzson <martinl@gnu.org>
9427
9428 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9429
9430 * vc.el (vc-backend-checkout): Function removed and replaced in
9431 the vc-backend.el files.
9432
9433 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9434
9435 * vc.el (vc-backend-admin): Removed and replaced in the
9436 vc-backend.el files.
9437
9438 * vc.el (Martin): Removed all the annotate functionality since it
9439 is CVS backend specific.
9440
94412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9442
9443 * spec.txt: Added specification of vc-state.
9444
9445 * vc-sccs-hooks.el (vc-sccs-master-properties):
9446 Remove handling of vc-latest-version and
9447 vc-your-latest-version. What used to be vc-latest-version, is now
9448 returned as vc-workfile-version.
9449 (vc-sccs-workfile-version): Adapt.
9450
94512000-09-04 Dave Love <fx@gnu.org>
9452
9453 * vc.el: [Merged from mainline.]
9454 (vc-dired-mode): Make the dired-move-to-filename-regexp
9455 regexp match the date, to avoid treating date as file size.
9456 Add YYYY S option to WESTERN/
9457
94582000-09-04 Dave Love <fx@gnu.org>
9459
9460 * vc.el: Require `compile' when compiling.
9461 (vc-logentry-check-hook): New option.
9462 (vc-steal-lock): Use compose-mail.
9463 (vc-dired-mode-map): Defvar when compiling.
9464 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9465 vc-sccs.el and renamed. Callers changed.
9466 (vc-backend-checkout, vc-backend-logentry-check)
9467 (vc-backend-merge-news): Doc fix.
9468 (vc-default-logentry-check): New function.
9469 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9470 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9471 (vc-backend-merge): Doc fix. Use backend functions.
9472 (vc-check-headers): Use backend functions.
9473
9474 * vc-cvs.el: Require vc when compiling.
9475 (vc-cvs-register-switches): Doc fix.
9476 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9477 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9478 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9479 New functions (code from vc.el).
9480 (vc-annotate-display-default): Fix interactive spec.
9481 (vc-annotate-time-span): Doc fix.
9482
9483 * vc-rcs.el: Require vc when compiling.
9484 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9485 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9486 (vc-rcs-checkin): New functions (code from vc.el).
9487 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9488 Doc fix.
9489 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9490
9491 * vc-sccs.el: Require vc when compiling.
9492 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9493 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9494 (vc-sccs-revert)
9495 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9496 from vc.el).
9497 (vc-sccs-add-triple, vc-sccs-record-rename)
9498 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9499 (vc-sccs-admin): Doc fix.
9500
95012000-09-04 Martin Lorentzson <martinl@gnu.org>
9502
9503 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9504 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9505 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9506 from vc.el.
9507
9508 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9509
9510 * vc-cvs.el: Moved the annotate functionality from vc.el.
9511 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9512
95132000-09-04 Dave Love <fx@gnu.org>
9514
9515 * vc.el (vc-backend-release): Call vc-system-release.
9516
9517 * vc-sccs.el (vc-sccs-system-release):
9518 Renamed from vc-sccs-backend-release.
9519
9520 * vc-rcs.el (vc-rcs-system-release):
9521 Renamed from vc-rcs-backend-release.
9522
9523 * vc-cvs.el (vc-cvs-system-release):
9524 Renamed from vc-cvs-backend-release.
9525
95262000-09-04 Dave Love <fx@gnu.org>
9527
9528 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9529 backend files.
9530 (vc-backend-release): Dispatch to backend functions.
9531 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9532 probably needs attention.]
9533
9534 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9535 (vc-sccs-backend-release): New function.
9536
9537 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9538 (vc-cvs-backend-release): New function.
9539
9540 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9541 Doc fix.
9542 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9543 (vc-default-dired-state-info): New function.
9544 (vc-dired-state-info): Dispatch to backends.
9545 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9546
9547 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9548 from vc.el and renamed.
9549
95502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9551
9552 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9553 (vc-version-other-window, vc-backend-assign-name): Removed
9554 references to vc-latest-version; sometimes changed into
9555 vc-workfile-version.
9556
9557 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9558 vc-rcs-master-workfile-version.
9559 (vc-rcs-workfile-version): Use the above. Don't call
9560 vc-latest-version (that was unreachable code, anyway).
9561 (vc-rcs-fetch-master-properties): Doc fix.
9562
9563 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9564 (vc-backend-hook-functions): Removed them from this list, too.
9565 (vc-fetch-properties): Removed.
9566 (vc-workfile-version): Doc fix.
9567
9568 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9569 (vc-rcs-workfile-version, vc-rcs-locking-user)
9570 (vc-rcs-uses-locking): Use it.
9571
9572 * vc-hooks.el (vc-consult-rcs-headers):
9573 Moved into vc-rcs-hooks.el, under the name
9574 vc-rcs-consult-headers.
9575
9576 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9577 headers.
9578 (vc-cvs-find-master): Use this name only; correct different
9579 versions of the name.
9580
9581 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9582 New functions.
9583 (vc-sccs-locking-user): Use the latter.
9584
9585 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9586 New functions.
9587
9588 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9589 Moved into both
9590 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9591 functions are implementation details of those two backends.
9592
95932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9594
9595 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9596 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9597
9598 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9599 (vc-sccs-parse-locks): SCCS-specific code moved here from
9600 vc-hooks.
9601
9602 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9603 code moved here from vc-hooks.
9604
9605 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9606 into back-end specific parts and removed. Callers not updated
9607 yet; because I guess these callers will disappear into back-end
9608 specific files anyway.
9609
96102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9611
9612 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9613 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9614 `vc-uses-locking'.
9615
9616 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9617 Store yes/no in the property, and return t/nil. Updated all
9618 callers.
9619
9620 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9621 vc-sccs-uses-locking. Don't set property.
9622 (vc-sccs-locking-user): Don't set property.
9623
9624 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9625 vc-cvs-uses-locking. Don't set property here; leave that to
9626 vc-hooks.
9627 (vc-cvs-locking-user): Reflect above change. Streamlined.
9628
9629 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9630 vc-rcs-uses-locking.
9631 (vc-rcs-locking-user): Reflect above change.
9632
96332000-09-04 Dave Love <fx@gnu.org>
9634
9635 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9636
9637 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9638
9639 * vc-hooks.el (vc-checkout-model): Punt to backends.
9640
9641 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9642
9643 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9644
9645 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9646 New functions.
9647
9648 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9649 New functions.
9650
9651 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9652 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9653
9654 * vc-hooks.el (vc-default-locking-user): New function.
9655 (vc-locking-user, vc-workfile-version): Punt to backends.
9656
96572000-09-04 Dave Love <fx@gnu.org>
9658
9659 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9660 (vc-master-workfile-version): Moved from vc-hooks.
9661
9662 * vc-rcs-hooks.el: Fix duplicate code in last change.
9663
9664 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9665 (vc-rcs-master-templates): Improve :type.
9666 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9667 vc-master-workfile-version): Moved from vc-hooks.
9668
9669 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9670 (vc-sccs-master-templates): Improve :type.
9671 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9672
9673 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9674
9675 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9676 (vc-cvs-master-templates): Improve :type. Use
9677 vc-cvs-find-cvs-master.
9678 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9679 from vc-hooks.
9680 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9681
9682 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9683 Moved to vc-cvs-hooks.
9684
9685 * vc-hooks.el: Add doc strings in various places. Simplify the
9686 minor mode setup.
9687 (vc-handled-backends): New user variable.
9688 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9689 simplification.
9690
96912000-09-04 Dave Love <fx@gnu.org>
9692
9693 * vc.el: Some doc fixes for autoloaded and interactive functions.
9694 Fix compilation warnings from ediff stuff.
9695 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9696
9697 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9698
9699 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9700
9701 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9702
97032000-09-04 Dave Love <fx@gnu.org>
9704
9705 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9706 New variable.
9707 (vc-make-backend-function, vc-loadup, vc-call-backend)
9708 (vc-backend-defines): New functions.
9709
9710 * vc-hooks.el: Various doc fixes.
9711 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9712 (vc-match-substring): Function removed. Callers changed to use
9713 match-string.
9714 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9715 Simplify.
9716
97172000-09-04 Dave Love <fx@gnu.org>
9718
9719 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9720 type.
9721 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9722 (vc-sccs-registered): Doc fix.
9723
9724 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9725 (vc-cvs-registered): Doc fix.
9726
9727 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9728 (vc-rcs-registered): Doc fix.
9729
97302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9731
9732 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9733
9734 * vc-hooks.el: vc-registered has been renamed
9735 vc-default-registered. Some functions have been moved to the
9736 backend specific files. they all support the
9737 vc-BACKEND-registered functions.
9738
97392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9740
9741 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9742
9743 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9744
97452000-09-04 Dave Love <fx@gnu.org>
9746
9747 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9748 menu-bar-update-hook.
9749
9750 * help.el (help-manyarg-func-alist): Add
9751 find-operation-coding-system.
9752
9753 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9754
9755 * custom.el (custom-set-variables): Print message about errors in
9756 setting.
9757
97582000-09-03 Andrew Innes <andrewi@gnu.org>
9759
9760 * makefile.w32-in: Change to DOS line endings.
9761
97622000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9763
9764 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9765 minor-mode keymaps, if they don't have one.
9766
97672000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9768
9769 * eshell/esh-module.el (eval-when-compile): Don't lose if
9770 esh-module.el's file name is truncated to DOS 8+3 limits.
9771
97722000-09-01 John Wiegley <johnw@gnu.org>
9773
9774 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9775 predicate, which caused entries in the completion list to be
9776 doubled.
9777
97782000-08-30 John Wiegley <johnw@gnu.org>
9779
9780 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9781 sending to subprocesses. Also, hook pre-command-hook if
9782 `eshell-send-direct-to-subprocesses' is non-nil.
9783 (eshell-send-direct-to-subprocesses): New config variable. If t,
9784 subprocess input is send immediately.
9785 (eshell-toggle-direct-send): New function.
9786 (eshell-self-insert-command): New function.
9787 (eshell-intercept-commands): New function.
9788 (eshell-send-input): If direct subprocess sending is enabled,
9789 don't echo any input to the Eshell buffer. Let the subprocess
9790 handle that. This requires "stty echo" in bash, for example.
9791
97922000-08-28 John Wiegley <johnw@gnu.org>
9793
9794 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9795 completion function for Eshell's implementation of `unset'.
9796
97972000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9798
9799 * info.el (Info-directory-list): Doc fix.
9800
98012000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9802
9803 * filecache.el (file-cache-add-directory-using-find): Don't quote
9804 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9805
98062000-08-31 Kenichi Handa <handa@etl.go.jp>
9807
9808 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9809 coding systems.
9810
98112000-08-30 Andrew Innes <andrewi@gnu.org>
9812
9813 * timer.el (run-with-idle-timer): Undo last change, so that timer
9814 is not activated immediately if Emacs is already idle. Some
9815 existing code relies on this behaviour.
9816
98172000-08-30 Miles Bader <miles@gnu.org>
9818
9819 * frame.el (set-frame-font): Do completion of font-name for
9820 interactive use.
9821
98222000-08-30 Kenichi Handa <handa@etl.go.jp>
9823
9824 * international/quail.el (quail-start-translation): Bind locally
9825 last-command-event, last-command, and this-command.
9826 (quail-start-conversion): Likewise.
9827 (quail-self-insert-command): Fix docstring.
9828
98292000-08-29 Gerd Moellmann <gerd@gnu.org>
9830
9831 * progmodes/executable.el
9832 (executable-make-buffer-file-executable-if-script-p): Check that
9833 buffer contains at least 2 characters.
9834
98352000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9836
9837 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9838
98392000-08-29 Dave Love <fx@gnu.org>
9840
9841 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9842 (diff-mode-shared-map): Bind mouse-2.
9843 (diff-imenu-generic-expression): New variable.
9844 (diff-mode): Use it.
9845
9846 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9847 (mouse-popup-menubar): Add minor mode menus.
9848 (popup-menu): Check for lookup-key returning number.
9849
98502000-08-29 Miles Bader <miles@gnu.org>
9851
9852 * comint.el (comint-send-input): Create overlays using the proper
9853 front/read-advance arguments.
9854
98552000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9856
9857 * ps-print.el: Even/odd pages printing. Doc fix.
9858 (ps-print-version): New version number (6.0).
9859 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9860 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9861 (ps-print-duplex-feature): Variable eliminated.
9862 (ps-even-or-odd-pages): New variable.
9863
9864 * progmodes/ebnf2ps.el: Doc fix.
9865 (ebnf-version): New version (3.3).
9866 (ebnf-user-arrow): Change variable customization to sexp.
9867 (ebnf-user-arrow): Function eliminated.
9868 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9869
98702000-08-29 Kenichi Handa <handa@etl.go.jp>
9871
9872 * help.el (help-xref-mule-regexp): New variable.
9873 (help-make-xrefs): Handle help-xref-mule-regexp.
9874
9875 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9876 variable.
9877 (describe-input-method): Temporarily activate the specfied input
9878 method to display the information.
9879 (describe-language-environment): Hyperlinks to mule related items.
9880
9881 * international/mule-diag.el (charset-multibyte-form-string): New
9882 function.
9883 (list-character-sets-1): Use charset-multibyte-form-string.
9884 (describe-character-set): New function.
9885 (describe-coding-system): Hyperlinks to safe character sets.
9886
9887 * international/quail.el (quail-help): New arg PACKAGE.
9888 Hyperlinks to mule related items.
9889 (quail-help-insert-keymap-description): Use
9890 substitute-command-keys instead of describe-bindings.
9891 (quail-translation-help): Hyperlinks to mule related items.
9892
98932000-08-28 John Wiegley <johnw@gnu.org>
9894
9895 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9896 have a defsubst call itself. Made `eshell-flatten-list' back into
9897 a function again.
9898
9899 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9900 catch, in case re-centering point at bottom messes up the display.
9901 This happens frequently in Emacs 21, due I believe to variable
9902 line heights.
9903
9904 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9905 to call `find-tag-interactive'.
9906
9907 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9908 the list of remember directories.
9909
99102000-08-28 John Wiegley <johnw@gnu.org>
9911
9912 * align.el: Test align-region-separate to see if it's a symbol.
9913
99142000-08-28 John Wiegley <johnw@gnu.org>
9915
9916 * eshell/esh-util.el (eshell-flatten-list): Made this function
9917 into a defsubst form. It gets used very frequently, although
9918 calls don't occur all that often.
9919
9920 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9921 examining it.
9922
9923 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9924 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9925 `eshell-protect'.
9926 (eshell-copy-handles): Created a new macro for duplicating the
9927 current set of open handles. This is needed by the looping
9928 functions.
9929 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9930 is not incorrectly stomped on.
9931
9932 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9933 declaration for pcomplete-use-paring.
9934 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9935 value of eshell-cmpl-use-paring.
9936 * pcomplete.el (pcomplete-use-paring): New config variable, to
9937 indicate whether paring should be used.
9938 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9939 completion alternatives that have already been used.
9940
9941 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9942 bound to C-c C-y, which will repeat the previous N arguments
9943 (based on prefix argument).
9944 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9945
9946 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9947 if there is no *Help* buffer. This is for XEmacs, which renames
9948 its help buffers uniquely. TODO: Find out what the current buffer
9949 name to delete is.
9950
9951 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9952 first entry that correlates to a passwd/group number. Later
9953 entries (used for group/user name aliasing to multiple IDs) are
9954 ignored.
9955
9956 * eshell/em-xtra.el (eshell/expr):
9957 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9958 (eshell-grep, eshell/diff, eshell/locate):
9959 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9960 argument list, before passing it to the system command.
9961
9962 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9963 `find-tag' for use at final position in Eshell buffers (which
9964 otherwise triggers an error on Emacs 21).
9965 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9966 buffer, if it is currently bound to `find-tag'.
9967
9968 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9969 in the list of matched Makefile names.
9970 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9971 directory, prefer its contents to Makefile.
9972
9973 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9974 directory parts (like "cd old new", or "cd =regexp"), are now case
9975 sensitive on non-Windows/DOS platforms.
9976
9977 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9978 types RET after an open delimiter (like "), display a message
9979 indicating that Eshell is waiting for the closing delimiter.
9980
9981 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9982 environment variables.
9983
9984 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9985 gracefully if the user enters incorrect arguments.
9986
9987 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9988 Eshell buffers.
9989
9990 * eshell/esh-var.el (eshell-interpolate-variable):
9991 * eshell/esh-mode.el (eshell-move-argument):
9992 * eshell/em-unix.el (eshell-du-sum-directory):
9993 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9994 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9995 (not (= ...)).
9996
9997 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9998 to ensure the `preserve' flag gets propagated when doing recursive
9999 directory copies.
10000
100012000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10004 Don't convert \n into \0177 in memory.
10005 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10006 and back again, when reading and writing.
10007
100082000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10009
10010 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10011 testing of `fboundp' on `processp'.
10012
10013 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10014 (eshell/jobs): Don't call process-list if it is not bound.
10015 (eshell-gather-process-output): Support systems where async
10016 subprocesses aren't supported.
10017 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10018 variables.
10019
10020 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10021 eshell-do-eval returns t.
10022 (eshell-do-pipelines-synchronously): New defmacro.
10023 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10024 when async subprocesses aren't supported.
10025 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10026 if async subprocesses aren't supported.
10027 (eshell-resume-command): Don't assume STATUS is a string.
10028
10029 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10030
10031 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10032 (eshell-close-target, eshell-get-target): Use eshell-processp.
10033 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10034 fix.
10035 (eshell-get-target, eshell-create-handles): Doc fix.
10036
100372000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10038
10039 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10040 criterion to include commands that output something, as long as it
10041 leaves both the command and the end-of-buffer visible when the
10042 command has exited.
10043 (eshell-review-quick-commands): Adjust the help doc string
10044 accordingly.
10045
100462000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10047
10048 * locate.el (locate): Cleaned up locate command's interactive prompting
10049 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10050
10051 * filecache.el (file-cache-case-fold-search): New variable
10052 (file-cache-assoc-function): New variable
10053 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10054 Use file-cache-case-fold-search variable
10055 (file-cache-add-file): Use file-cache-assoc-function
10056 (file-cache-delete-file): likewise
10057 (file-cache-directory-name): likewise
10058 (file-cache-debug-read-from-minibuffer): likewise
10059
100602000-08-28 Gerd Moellmann <gerd@gnu.org>
10061
10062 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10063 (abbrev-table-name): New function.
10064 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10065 If non-nil list local abbrev, only.
10066
100672000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10068
10069 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10070 from Gnus support code, and use special article copy buffer
10071 `(gnus-original-article-buffer)' instead. This allows to get rid
10072 of article-hide-headers usage (which breaks in the latest Gnus
10073 version). Thanks to Detlev Zundel.
10074
100752000-08-28 Kenichi Handa <handa@etl.go.jp>
10076
10077 * international/quail.el (quail-use-package): Hide "... loaded"
10078 message.
10079 (quail-start-translation, quail-start-conversion): Likewise.
10080
10081 * international/kkc.el (kkc-region): Hide "... loaded" message.
10082
100832000-08-27 Dave Love <fx@gnu.org>
10084
10085 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10086
100872000-08-27 Miles Bader <miles@gnu.org>
10088
10089 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10090
100912000-08-27 Kenichi Handa <handa@etl.go.jp>
10092
10093 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10094 'ja-dic-cnv), not (require 'skkdic-cnv).
10095
100962000-08-26 Miles Bader <miles@gnu.org>
10097
10098 * faces.el (face-x-resources): Add entry for :inherit.
10099 * cus-face.el (custom-face-attributes): Add support for :inherit
10100 attribute. Add support for relative face heights.
10101 (custom-face-attributes-get): Treat `nil' as being a default value
10102 for :inherit (as well as `unspecified').
10103
10104 * faces.el (set-face-attribute): Update doc string.
10105 (face-attribute-name-alist): Add :inherit.
10106 (face-valid-attribute-values): Handle :inherit.
10107 (face-read-string): Rephrase prompt to be less confusing.
10108 Assume that DEFAULT is a string, since we must return a string.
10109 (face-read-integer): Use `format' to turn DEFAULT into an
10110 acceptable default for face-read-string. Match NEW-VALUE against
10111 the string "unspecified", not the symbol `unspecified', since
10112 that's what face-read-string returns.
10113 (read-face-attribute): Lookup a name for old-value in valid, and
10114 use it as a default if we find one. Treat all values from
10115 face-read-string as strings. If the default is used, don't do any
10116 more processing on the value, just use the old value directly.
10117 (read-face-and-attribute, modify-face): Tweak prompt.
10118 (read-face-name): Don't assume prompt ends with a space.
10119
10120 * faces.el (describe-face): Add support for :inherit attribute.
10121
101222000-08-25 Kenichi Handa <handa@etl.go.jp>
10123
10124 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10125 concat doesn't accept interger.
10126
10127 * international/kkc.el: Remove SKK from Keywords. Require
10128 ja-dic-utl instead of skkdic-utl.
10129
10130 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10131 Provide ja-dic-cnv instead of skkdic-cnv.
10132 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10133 (iso-2022-7bit-short): Add safe-charsets property.
10134 (skkdic-convert-postfix): Search Japanese chou-on character in
10135 addition to Hiragana character.
10136 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10137 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10138 (batch-skkdic-convert): Likewise.
10139
10140 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10141 Provide ja-dic-utl instead of skkdic-utl.
10142 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10143
101442000-08-24 Dave Love <fx@gnu.org>
10145
10146 * disp-table.el (standard-display-default): Make the test of `l'
10147 useful.
10148
10149 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10150 mod sample text.
10151
10152 * international/iso-ascii.el: Make pilcrow convenient string
10153 consistent with section.
10154 (iso-ascii-display): Set up multibyte characters as well as
10155 unibyte.
10156
101572000-08-24 Kenichi Handa <handa@etl.go.jp>
10158
10159 * international/mule-cmds.el (reset-language-environment): Set
10160 default-process-coding-system to '(undecided . iso-latin-1), which
10161 makes process I/O almost consistent with file I/O. Call this
10162 function when mule-cmds.el[c] is loaded.
10163
101642000-08-22 Andrew Innes <andrewi@gnu.org>
10165
10166 * makefile.w32-in: New file.
10167
101682000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10169
10170 * comint.el (comint-output-filter): Compare end of
10171 comint-last-output-overlay with the start of the newly inserted
10172 text, not the end, when deciding whether to extend it.
10173 Set saved-point's insertion type to advance after insertion.
10174
10175 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10176 since this is now done independently of font-lock mode.
10177
101782000-08-21 Gerd Moellmann <gerd@gnu.org>
10179
10180 * server.el (server-kill-new-buffers): New user option.
10181 (server-existing-buffer): New buffer-local variable.
10182 (server-visit-files): When using an existing buffer, set
10183 server-existing-buffer to t.
10184 (server-buffer-done): If server-kill-new-buffers is t, kill the
10185 buffer, unless it was already present before visiting it with
10186 Emacs server.
10187
101882000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10189
10190 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10191 even if the display doesn't support colors: some displays will
10192 support bold/underline faces.
10193
101942000-08-21 Gerd Moellmann <gerd@gnu.org>
10195
10196 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10197
10198 * startup.el (command-line): If user's init file had an error,
10199 add explanatory text to *Messages*.
10200
102012000-08-21 Kenichi Handa <handa@etl.go.jp>
10202
10203 * man.el (Man-getpage-in-background): Decode the process output by
10204 the system locale coding system.
10205
102062000-08-20 Dave Love <fx@gnu.org>
10207
10208 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10209 Don't test x-popup-menu.
10210 (function) <complete-function>: Complete only fbound symbols.
10211 <validate, value>: New.
10212 (variable) <complete-function>: Complete only bound symbols.
10213 (coding-system): Add :base-only, :complete-function, :validate,
10214 :value, :prompt-match.
10215 (widget-coding-system-prompt-value): Use read-coding-system and
10216 act on :base-only.
10217 (editable-field): Add :help-echo.
10218 (widget-push-button-gui, widget-push-button-cache)
10219 (widget-gui-action, widget-editable-list-gui): COmment out, along
10220 with uses.
10221 (widget-at): Make arg optional.
10222 (widget-echo-help): Adjust for current help-echo calling sequence.
10223 (widget-specify-field, widget-specify-button)
10224 (widget-specify-insert, widget-get-sibling, widget-image-find)
10225 (widget-convert, widget-insert, widget-leave-text)
10226 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10227 (widget-setup, widget-field-find, widget-before-change)
10228 (widget-after-change, widget-default-complete)
10229 (widget-default-create, widget-default-delete)
10230 (widget-push-button-value-create, editable-field)
10231 (widget-field-prompt-value, widget-field-validate)
10232 (widget-choice-value-create, widget-choice-action)
10233 (widget-choice-validate, widget-checklist-add-item)
10234 (widget-radio-add-item, widget-radio-chosen)
10235 (widget-radio-value-inline, widget-editable-list-value-create)
10236 (widget-editable-list-entry-create)
10237 (widget-documentation-link-add)
10238 (widget-documentation-string-value-create)
10239 (widget-regexp-validate, widget-file-complete)
10240 (widget-sexp-validate, widget-plist-convert-widget)
10241 (widget-plist-convert-widget, widget-alist-convert-widget)
10242 (widget-alist-convert-widget, widget-color-complete): Simplify,
10243 particularly to avoid bindings which aren't optimized out.
10244
10245 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10246 Doc fix.
10247 (down-list, backward-up-list, up-list, kill-sexp)
10248 (backward-kill-sexp, mark-sexp): Make arg optional.
10249 (lisp-complete-symbol): Add optional arg PREDICATE.
10250
10251 * cus-start.el: Add display-buffer-reuse-frames,
10252 file-coding-system-alist.
10253
102542000-08-20 Gerd Moellmann <gerd@gnu.org>
10255
10256 * startup.el (command-line): Clear realized faces after
10257 modifying TTY color mappings.
10258
102592000-08-20 Miles Bader <miles@gnu.org>
10260
10261 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10262 merely a subset of FACE's attributes.
10263
102642000-08-19 Miles Bader <miles@gnu.org>
10265
10266 * comint.el (comint-output-filter): Save the point with a marker,
10267 not just a buffer position.
10268
10269 * international/mule.el (set-buffer-process-coding-system): Make
10270 interactive prompt less confusing.
10271
102722000-08-19 Gerd Moellmann <gerd@gnu.org>
10273
10274 * hilit-chg.el: General cleanup of doc strings, comments and
10275 code formatting.
10276
102772000-08-19 Miles Bader <miles@gnu.org>
10278
10279 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10280 Compiler macro removed; beginning-of-line is no longer always
10281 equivalent to forward-line, in the presence of fields.
10282
10283 * comint.el (comint-output-filter): Remove ad-hoc saving of
10284 restriction, and just use save-restriction, now that it works
10285 correctly. Don't adjust comint-last-input-start to account for
10286 our insertion; it shouldn't have moved because we don't use
10287 insert-before-markers anymore. Comment out call to
10288 `force-mode-line-update'; why is it here?
10289
10290 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10291 while checking for prompt to delete. Use `forward-line 0'
10292 instead of beginning-of-line.
10293 (gud-filter): Temporarily widen gud comint buffer while
10294 examining output.
10295
102962000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10297
10298 * progmodes/sh-script.el: Big bag of typos.
10299
10300 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10301 check since ispell-process is not bound when ispell is not yet loaded.
10302
103032000-08-18 Dave Love <fx@gnu.org>
10304
10305 * image.el (find-image): Copy `spec' before using plist-put.
10306
103072000-08-18 Gerd Moellmann <gerd@gnu.org>
10308
10309 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10310 `portugues'.
10311
10312 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10313 backward-kill-sexp, analogous to kill-sexp.
10314
10315 * progmodes/icon.el (icon-indent-line)
10316 (icon-is-continuation-line): Handle comments specially.
10317
103182000-08-17 Ken Stevens <k.stevens@ieee.org>
10319
10320 * ispell.el: Set to standard author/maintainer/keyword fields.
10321 Fine tuning to menu map appearance and operation, and added help.
10322 Remove `start' and `end' error messages when compiling.
10323 (ispell-choices-win-default-height): Fixed comment string.
10324 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10325 castellano8 dictionaries.
10326 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10327 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10328 dictionary, added italiano dictionary.
10329 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10330 word character
10331 (ispell-tex-skip-alists): Added psfig support.
10332 (ispell-skip-html): Renamed from ispell-skip-sgml.
10333 (ispell-begin-skip-region-regexp, ispell-skip-region)
10334 (ispell-minor-check): Improved html skipping support to skip across
10335 code, and recognize `&' commands without propper `;' syntax;
10336 (ispell-process-line): Fix alignment error when manually
10337 correcting spelling.
10338 (ispell): Fix comment string.
10339 (ispell-add-per-file-word-list): Always put word list on new line.
10340
103412000-08-17 Gerd Moellmann <gerd@gnu.org>
10342
10343 * format.el (format-encode-run-method): Fix error message to say
10344 `encode' instead of `decode'. Use save-window-excursion around
10345 shell-command-on-region as in format-decode-run-method because
10346 shell-command-on-region can display a buffer with error output.
10347 (format-decode): Don't record undo information for the decoding.
10348 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10349 that number part of the temporary buffer name so that more than
10350 one decoding using a temporary buffer can happen safely.
10351
10352 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10353 of `A-z' in the regexp.
10354
10355 * hilit-chg.el: Fix typos in commentary.
10356
10357 * help.el (view-emacs-news): Rewritten for new naming scheme
10358 for old NEWS files.
10359
10360 * startup.el (command-line): Pop to *Messages* in case an error
10361 is signaled while loading user-init-file.
10362
103632000-08-17 Andreas Schwab <schwab@suse.de>
10364
10365 * files.el (insert-directory): Don't lose original file name,
10366 undoing an undocumented change.
10367
103682000-08-17 Alex Schroeder <alex@gnu.org>
10369
10370 * sql.el (sql-magic-go): Use comint-bol.
10371 (sql-copy-column): Use comint-line-beginning-position.
10372 (comint-line-beginning-position): Define a replacement for
10373 comint-line-beginning-position if it is not fboundp.
10374
103752000-08-17 Alex Schroeder <alex@gnu.org>
10376
10377 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10378 it didn't have any effect anyway.
10379
103802000-08-17 Alex Schroeder <alex@gnu.org>
10381
10382 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10383 --pset and pager=off instead of sending \\o|cat at the beginning
10384 of the session.
10385
103862000-08-17 Miles Bader <miles@gnu.org>
10387
10388 * progmodes/octave-inf.el: Add compatibility definition of
10389 comint-line-beginning-position.
10390
103912000-08-17 Kenichi Handa <handa@etl.go.jp>
10392
10393 * startup.el (normal-top-level): Look in each dir in load-path for
10394 a leim-list.el file too. This assures of loading leim-list.el
10395 that is created at Emacs installation time even if a user have his
10396 own leim-list.el.
10397
103982000-08-17 Miles Bader <miles@gnu.org>
10399
10400 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10401 foreground color to black if the background is dark.
10402
104032000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10404
10405 * loadhist.el (unload-feature): Typo.
10406
10407 * finder.el (finder-compile-keywords):
10408 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10409 to the generated file.
10410
10411 * mail/mh-e.el (mh-make-local-vars):
10412 Replace make-variable-buffer-local with make-local-variable.
10413
10414 * play/landmark.el:
10415 * options.el (Edit-options-{set,toggle,t,nil}):
10416 * mail/mailabbrev.el (mail-abbrevs-mode):
10417 * textmodes/tex-mode.el (tex-expand-files):
10418 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10419
10420 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10421
10422 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10423 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10424 Allow going past the last element.
10425 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10426 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10427 (cvs-mouse-toggle-mark): Don't move point.
10428 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10429
10430 * progmodes/compile.el (grep): Provide a default set of files.
10431 (next-error): Docstring fix.
10432 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10433
10434 * emacs-lisp/easy-mmode.el (define-minor-mode):
10435 Use `symbol-value' to keep the byte-compiler quiet.
10436
10437 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10438 (diff-find-source-location): New fun, extracted from diff-goto-source.
10439 (diff-goto-source): Use it.
10440 (diff-next-complex-hunk, diff-filter-lines): New function.
10441 (diff-apply-hunk): New command.
10442
10443 * smerge-mode.el (smerge-mode-menu): Doc fix.
10444
10445 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10446
104472000-08-16 Dave Love <fx@gnu.org>
10448
10449 * windmove.el (windmove) <defgroup>: Add :version.
10450
10451 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10452 (goto-address-fontify-p, goto-address-highlight-p)
10453 (goto-address-url-face, goto-address-url-mouse-face)
10454 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10455 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10456 (goto-address-fontify, goto-address-at-mouse): Simplify,
10457 (goto-address-at-point): browse-url-url-at-point,
10458 goto-address-find-address-at-point can return nil.
10459 (goto-address-find-address-at-point): Return nil on failure.
10460
10461 * align.el (align) <defgroup>: Add :version.
10462
10463 * calculator.el (calculator): Add :version.
10464 (calculator): Use two lines for calculator window if `modeline'
10465 face is boxed.
10466
10467 * play/5x5.el: Doc fixes.
10468 (5x5) <defgroup>: Add :version.
10469
10470 * play/fortune.el (fortune) <defgroup>: Add :version.
10471 (fortune-append): Fix error message.
10472 (fortune-from-region): Doc fix.
10473
10474 * play/pong.el (pong): Doc fix.
10475
10476 * play/morse.el: Keywords, commentary, autoloads.
10477
104782000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10479
10480 * desktop.el (desktop-save): Don't look at symbol-value of a
10481 member of minor-mode-alist, unless it is boundp.
10482
104832000-08-16 Sam Steingold <sds@gnu.org>
10484
10485 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10486 `while'; use `with-current-buffer' instead of `save-excursion'.
10487 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10488
104892000-08-16 Kenichi Handa <handa@etl.go.jp>
10490
10491 * international/ccl.el (declare-ccl-program): Docstring modified.
10492 (ccl-execute-with-args): Likewise.
10493
104942000-08-16 Miles Bader <miles@gnu.org>
10495
10496 * progmodes/sql.el: Add compatibility definition of
10497 comint-line-beginning-position.
10498
104992000-08-15 Gerd Moellmann <gerd@gnu.org>
10500
10501 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10502 'buffer-menu' property.
10503 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10504 fails.
10505 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10506 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10507 wasn't killed.
10508
10509 * buff-menu.el (list-buffers-noselect): Don't display the
10510 *Buffer List* buffer.
10511
10512 * font-lock.el: Require jit-lock to prevent a very late
10513 `Loading jit-lock' message.
10514
10515 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10516 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10517 mail address.
10518
105192000-08-15 Miles Bader <miles@gnu.org>
10520
10521 * textmodes/ispell.el (ispell-graphic-p): New constant.
10522 (ispell-choices-win-default-height, ispell-help): Use
10523 `ispell-graphic-p' instead of `xemacsp'.
10524
105252000-08-15 Dave Love <fx@gnu.org>
10526
10527 * simple.el: Autoload widget-convert when compiling.
10528 (mail-user-agent): Doc fix.
10529
10530 * help.el (function-called-at-point, variable-at-point): Use
10531 with-syntax-table.
10532 (help-manyarg-func-alist): Add insert-and-inherit.
10533
10534 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10535
10536 * delsel.el (delsel-unload-hook): New function.
10537
10538 * find-file.el: Doc fixes. Move provide to end.
10539 (ff) <defgroup>: Add :link.
10540 (ff-goto-click): Deleted.
10541 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10542 Use mouse-set-point.
10543
10544 * textmodes/tildify.el: Doc fixes.
10545 (tildify) <defgroup>: Add:version.
10546
10547 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10548 (glasses-custom-set): Use set-default, not set.
10549 (minor-mode-alist): Propertize the lighter.
10550 (glasses-mode): Provide optional arg.
10551
10552 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10553 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10554 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10555 option. Provide :type.
10556 (cwarn-configuration): Provide :type.
10557 (cwarn-mode): Doc fix.
10558
10559 * add-log.el (change-log-merge): Doc fix.
10560 (change-log-redate): New command.
10561
10562 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10563 Doze and Dog.
10564 (browse-url): Use dolist, not mapcar.
10565 (browse-url-at-point): Check for null url.
10566 (browse-url-event-buffer, browse-url-event-point): Functions
10567 deleted.
10568 (browse-url-at-mouse, browse-url-netscape): Simplify.
10569
10570 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10571 modes.
10572 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10573 Fix previous change to mapcan.
10574 (msb--init-file-alist, msb--add-separators)
10575 (msb--make-keymap-menu): Simplify.
10576 (msb--choose-file-menu): Use copy-sequence.
10577 (msb-mode-map): Add title to keymap.
10578 (msb-unload-hook): New function.
10579
10580 * bs.el: Fix indentation.
10581 (bs) <defgroup>: Add :links.
10582 (bs-show): Doc fix.
10583 (bs-apply-sort-faces): Don't use window-system.
10584 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10585
105862000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10587
10588 * calendar/timeclock.el (timeclock-file): Run .timelog through
10589 convert-standard-filename.
10590
105912000-08-14 Gerd Moellmann <gerd@gnu.org>
10592
10593 * emacs-lisp/authors.el: New file.
10594
10595 * paren.el (show-paren-priority): New user option.
10596 (show-paren-function): Set overlay priorities to
10597 show-paren-priority.
10598
105992000-08-14 Miles Bader <miles@gnu.org>
10600
10601 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10602 beginning-of-line with inhibit-field-text-motion bound.
10603
106042000-08-14 Gerd Moellmann <gerd@gnu.org>
10605
10606 * calendar/timeclock.el: New file.
10607
106082000-08-14 David Ponce <david@dponce.com>
10609
10610 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10611 `widget-button-click'. so that one can use left mouse button to
10612 click on dialog buttons.
10613
106142000-08-14 Emmanuel Briot <briot@gnat.com>
10615
10616 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10617 identifiers, since XML is case sensitive
10618
106192000-08-12 Miles Bader <miles@gnu.org>
10620
10621 * comint.el (comint-output-filter): Don't bother frobbing
10622 window-start, it doesn't seem to be necessary.
10623
10624 * comint.el (comint-send-string, comint-send-region): Make into
10625 real functions. Snapshot the prompt before sending.
10626
106272000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10628
10629 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10630 technique similar to Info-index, instead of relying on specific
10631 names of relevant Index nodes.
10632 (Info-goto-emacs-command-node): Bind Info-history to nil when
10633 going to the first node found by Info-find-emacs-command-nodes.
10634
106352000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10636
10637 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10638
106392000-08-10 Miles Bader <miles@gnu.org>
10640
10641 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10642
106432000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10644
10645 * info.el (Info-file-list-for-emacs): More elements for the
10646 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10647 and woman manuals.
10648
106492000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10650
10651 * comint.el (comint-send-input): Make the newline boundary overlay
10652 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10653 (comint-output-filter): Use `insert' instead of
10654 `insert-before-markers'. Extend comint-last-output-overlay when
10655 necessary since we can't rely on insert-before-markers to do it.
10656 * gud.el (gud-filter): Use `with-current-buffer' instead of
10657 save-excursion when inserting the output, so that point gets
10658 updated correctly; the old method relied on a rather dodgy
10659 side-effect of comint-output-filter to avoid the effect of
10660 save-excursion.
10661
106622000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10663
10664 * files.el (recover-file): Call insert-directory instead of
10665 invoking `ls' directly.
10666
106672000-08-10 Miles Bader <miles@gnu.org>
10668
10669 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10670 (comint-last-prompt-overlay): New variables.
10671 (comint-output-filter): Implement prompt highlighting.
10672 (comint-snapshot-last-prompt): New function.
10673 (comint-send-input): Snapshot the last prompt.
10674 Use comint-highlight-input-face.
10675 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10676 Use defface instead of defcustom.
10677 (send-invisible, comint-send-eof): Snapshot the last prompt.
10678 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10679 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10680
106812000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10682
10683 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10684 (regexp-opt-group): Use a list of chars for `letters'.
10685 (regexp-opt-charset): `chars' is now a list of chars.
10686 Use a char-table rather than a vector so it works for multibyte chars.
10687
10688 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10689 Set cvs-minor-current-files to the selected fileinfo.
10690 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10691 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10692
106932000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10694
10695 * files.el (insert-directory): Don't call access-file on
10696 directories on DOS and Windows.
10697
106982000-08-09 Kenichi Handa <handa@etl.go.jp>
10699
10700 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10701 longer if necessary.
10702 (ccl-embed-code): Call ccl-embed-data to store CODE in
10703 ccl-program-vector.
10704
107052000-08-09 Miles Bader <miles@gnu.org>
10706
10707 * comint.el (comint-output-filter): Properly handle the case where
10708 the text surrounded by comint-last-output-overlay was deleted.
10709
107102000-08-08 Gerd Moellmann <gerd@gnu.org>
10711
10712 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10713 non-nil.
10714 (Info-file-list-for-emacs): Remove "info" from the list because
10715 that leads to trying to use the documentation from file `info'
10716 in various situations where it isn't appropriate, for instance
10717 C-h C-k C-h i.
10718
10719 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10720 DIR and/or STRING are nil.
10721
10722 * progmodes/compile.el (compilation-setup): Make variable
10723 compilation-error-screen-columns buffer-local, as some comment
10724 in the code suggests it should be.
10725
10726 * files.el (auto-mode-interpreter-regexp): New variable.
10727 (set-auto-mode): Use it.
10728
10729 * indent.el (indent-for-tab-command): Doc fix.
10730
10731 * mouse-sel.el (mouse-sel-mode): Doc fix.
10732
10733 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10734 labels.
10735
10736 * help.el (print-help-return-message): When
10737 display-buffer-reuse-frames is set, let the help window been quit,
10738 instead of deleting it, which might delete a reused frame.
10739
107402000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10741
10742 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10743 rename a directory to a name that differs only by its letter case.
10744
107452000-08-08 Kenichi Handa <handa@etl.go.jp>
10746
10747 * international/quail.el (quail-define-rules): Handle Quail decode
10748 map correctly. Add code for supporting annotations.
10749 (quail-install-decode-map): New function.
10750 (quail-defrule-internal): New optional arguments decode-map and
10751 props.
10752 (quail-advice): New function.
10753
107542000-08-07 Sam Steingold <sds@gnu.org>
10755
10756 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10757 `defconst', `define-condition', `with-slots'.
10758 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10759
107602000-08-03 Miles Bader <miles@gnu.org>
10761
10762 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10763 New variable.
10764 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10765 comint-use-prompt-regexp-instead-of-fields.
10766 (comint-send-input): Add `input' field property to stuff we send to
10767 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10768 (comint-output-filter): Add `output' field property to process
10769 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10770 (comint-replace-by-expanded-history)
10771 (comint-get-old-input-default, comint-show-output)
10772 (comint-backward-matching-input, comint-forward-matching-input)
10773 (comint-next-prompt, comint-previous-prompt): Use field
10774 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10775 (comint-line-beginning-position): New function.
10776 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10777 (comint-replace-by-expanded-history-before-point): Use
10778 comint-line-beginning-position and line-end-position.
10779 (comint-last-output-overlay): New variable.
10780 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10781
10782 * shell.el (shell-prompt-pattern): Doc change.
10783 (shell-backward-command): Use line-beginning-position.
10784
10785 * gud.el (gud-gdb-complete-command): Use
10786 comint-line-beginning-position.
10787
10788 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10789 comint-bol doesn't actually go to the beginning of the line.
10790
10791 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10792 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10793 (try-expand-line-all-buffers): Likewise.
10794
10795 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10796 explicitly matching comint-prompt-regexp.
10797 (sql-copy-column): Use comint-line-beginning-position instead of
10798 explicitly matching comint-prompt-regexp.
10799
10800 * progmodes/octave-inf.el (inferior-octave-complete): Use
10801 comint-line-beginning-position.
10802
10803 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10804
10805 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10806 looking for a prompt, use `forward-line 0' instead of
10807 `beginning-of-line', to avoid getting caught by an input field.
10808
108092000-08-07 Gerd Moellmann <gerd@gnu.org>
10810
10811 * files.el (shell-quote-wildcard-pattern): Make sure to return
10812 PATTERN, in the Unix case.
10813
108142000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10815
10816 * play/zone.el (zone): Discard any pending input before running
10817 the randomly-chosen pgm.
10818
108192000-08-07 Kenichi Handa <handa@etl.go.jp>
10820
10821 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10822 checking the existence of any multibyte characters.
10823
108242000-08-06 Gerd Moellmann <gerd@gnu.org>
10825
10826 * help.el (describe-mode): Test minor-mode symbol for being
10827 bound before testing its value for being nil.
10828
10829 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10830 `first', `second', and `third'.
10831
10832 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10833 (second): Make it an alias for `cadr'.
10834
108352000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10836
10837 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10838 types of display support faces now.
10839
108402000-08-05 Gerd Moellmann <gerd@gnu.org>
10841
10842 * pcvs.el (require): Require `cl' during compilation, only.
10843
10844 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10845 (toplevel): Remove `remq' and `remove' from autoloads.
10846 (cl-fake-autoloads): New variable. If set, arrange for an error
10847 when CL functions etc. are autoloaded.
10848
108492000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10850
10851 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10852
10853 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10854 popped up, but the user clicks outside the menu, return an empty
10855 regexp (that causes unhighlight-regexp to have no effect).
10856
10857 * menu-bar.el (menu-bar-games-menu): Add Zone.
10858
10859 * hi-lock.el (toplevel): Require font-lock.
10860
108612000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10862
10863 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10864 (ebnf-8-bit-chars): New var for bug fix.
10865 (ebnf-string): Bug fix.
10866
108672000-08-03 Sam Steingold <sds@gnu.org>
10868
10869 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10870 instead of `buffer-string'.
10871 (require 'cl): Always, not just when compiling.
10872 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10873 necessary.
10874
108752000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10876
10877 * international/mule-cmds.el (select-safe-coding-system): Make
10878 the message text about selecting a safe coding system more clear.
10879
108802000-08-02 Gerd Moellmann <gerd@gnu.org>
10881
10882 * hi-lock.el: New file.
10883
10884 * play/zone.el: New file.
10885
10886 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10887 value of tab-width in the original buffer. Choose a line number
10888 format that's a multiple of the original buffer's tab width, so
10889 that lines appear right.
10890
10891 * textmodes/ispell.el (ispell): New function, replacing an alias.
10892 Spell-check active region if in transient-mark-mode and mark
10893 is active; otherwise spell-check buffer.
10894
108952000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10896
10897 * ps-mule.el: Fix a customization problem on
10898 ps-mule-font-info-database-default.
10899
109002000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10901
10902 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10903 display-mouse-p instead of window-system.
10904 (ebrowse-member-mode-map): Ditto.
10905
109062000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10907
10908 * progmodes/ebnf2ps.el: Update ps-print functions call.
10909 Indentation fix. Doc fix.
10910 (ebnf-version): New version number (3.2).
10911 (ebnf-format-color, ebnf-begin-job): Code fix.
10912
109132000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10914
10915 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10916 font lock support on window-system.
10917 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10918
10919 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10920 display-color-p, if fboundp, instead of window-system.
10921
109222000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10923
10924 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10925 instead of window-system.
10926
10927 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10928 window-system.
10929 (widget-choice-mouse-down-action): Use display-popup-menus-p
10930 instead of window-system.
10931
10932 * strokes.el (strokes-file): Run the file name through
10933 convert-standard-filename.
10934 (strokes-mode): Call display-mouse-p instead of looking at
10935 window-system. Change the error message accordingly.
10936
10937 * progmodes/cpp.el (toplevel): Support faces on tty's.
10938
10939 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10940 (lm-plot-square, lm-init-display): Don't use window-system.
10941
10942 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10943 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10944
10945 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10946 instead of looking at window-system.
10947
109482000-07-30 Gerd Moellmann <gerd@gnu.org>
10949
10950 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10951 of testing if iswitchb-prepost-hooks is bound, because the
10952 latter will always be true when invoking a recursive minibuffer
10953 from an active Iswitchb buffer.
10954
109552000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10956
10957 * files.el (shell-quote-wildcard-pattern): New function.
10958 (insert-directory): Call it. Only prepend "\" to command on Unix
10959 and GNU/Linux systems.
10960
109612000-07-30 Gerd Moellmann <gerd@gnu.org>
10962
10963 * eshell/esh-groups.el: Change custom :link file names
10964 from `eshell.info' to `eshell'.
10965
109662000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10967
10968 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10969 correctly in recursive ange-ftp listings.
10970
109712000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10972
10973 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10974 ps-header-font-size-internal and
10975 ps-header-title-font-size-internal variables are not set,
10976 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10977 face text property is (foreground-color . COLOR) or
10978 `(background-color . COLOR)', ps-print crashes. Doc fix.
10979 (ps-print-version): New version number (5.2.4).
10980 (ps-plot-region): Code fix.
10981 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10982 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10983 Bug fix 2.
10984
109852000-07-30 Milan Zamazal <pdm@freesoft.cz>
10986
10987 * glasses.el (glasses-make-readable): Fix uncapitalization of
10988 identifiers like `myXMLDocument'.
10989
109902000-07-28 Karl Fogel <kfogel@red-bean.com>
10991
10992 * mail/mail-hist.el (mail-hist-previous-input)
10993 (mail-hist-next-input): Do the obvious code factorization.
10994 (mail-hist-retrieve-and-insert): New func, contains common
10995 code of above two.
10996 If inserting a message body, leave point at top.
10997
109982000-07-28 Sam Steingold <sds@gnu.org>
10999
11000 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11001 Use `<=', not `<' to compare times!
11002 (ange-ftp-ls): Remove.
11003
110042000-07-27 Gerd Moellmann <gerd@gnu.org>
11005
11006 * play/cookie1.el: Add explanation of how to make cookie.el
11007 compatible with strfile(1) to comment.
11008
11009 * subr.el (remove, remq): New functions.
11010
11011 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11012 escape `*' in regexps.
11013 (midnight-find): Reverse order of arguments in the funcall of
11014 TEST.
11015
11016 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11017 and `.class'.
11018
11019 * play/meese.el: Add Commentary section.
11020
110212000-07-27 Alex Schroeder <alex@gnu.org>
11022
11023 * sql.el (sql-ms): Added autoload cookie.
11024 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11025 (sql-oracle): Ditto.
11026 (sql-help): Doc change.
11027
11028 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11029 types and exceptions.
11030
110312000-07-27 Alex Schroeder <alex@gnu.org>
11032
11033 * sql.el (sql-placeholder-history): New variable.
11034 (sql-query-placeholders-and-send): New function that will query
11035 the user and replace placeholders with user input.
11036 (sql-oracle): If running on NT, set comint-input-sender to
11037 sql-query-placeholders-and-send.
11038
11039 (sql-stop): If in the SQLi buffer, insert stop notification, else
11040 present it as a message.
11041
110422000-07-27 Alex Schroeder <alex@gnu.org>
11043
11044 * sql.el (sql-input-ring-separator): Doc change.
11045 (sql-input-ring-file-name): Doc change.
11046 (sql-interactive-mode): Use `sql-input-ring-separator' and
11047 `sql-input-ring-file-name' to set the comint-mode equivalents
11048 without making them local variables.
11049 (sql-stop): Don't bind `sql-input-ring-separator' and
11050 `sql-input-ring-file-name' dynamically to their comint-mode
11051 equivalents.
11052
110532000-07-27 Kenichi Handa <handa@etl.go.jp>
11054
11055 * international/mule.el (register-char-codings): New function.
11056 (make-coding-system): Handle `safe-chars' specification in the arg
11057 PROPERTY.
11058
11059 * international/mule-cmds.el
11060 (find-coding-systems-region-subset-p): This function deleted.
11061 (sort-coding-systems-predicate): New variable.
11062 (sort-coding-systems): New function.
11063 (find-coding-systems-region): Use
11064 find-coding-systems-region-internal.
11065 (find-coding-systems-string): Use find-coding-systems-region.
11066 (find-coding-systems-for-charsets): Check
11067 char-coding-system-table.
11068 (select-safe-coding-system-accept-default-p): New variable.
11069 (select-safe-coding-system): Mostly rewritten. New argument
11070 ACCEPT-DEFAULT-P.
11071 (select-message-coding-system): Call select-safe-coding-system
11072 with ACCEPT-DEFAULT-P arg.
11073 (reset-language-environment): Reset default-sendmail-coding-system
11074 to the default value iso-latin-1.
11075 (set-language-environment): Don't set the obsolete variable
11076 charset-origin-alist.
11077
11078 * international/codepage.el (cp-coding-system-for-codepage-1):
11079 Give `safe-chars' property to make-coding-system.
11080
11081 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11082 calling select-message-coding-system twice.
11083
11084 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11085 instead of `safe-charsets'.
11086 (cyrillic-alternativnyj): Likewise.
11087 (ccl-encode-alternativnyj): Don't check the charset
11088 cyrillic-iso8859-5.
11089
110902000-07-27 Kenichi Handa <handa@etl.go.jp>
11091
11092 * composite.el (compose-chars-after): Preserve match data.
11093
110942000-07-26 Sam Steingold <sds@gnu.org>
11095
11096 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11097 (ange-ftp-real-file-newer-than-file-p): New function.
11098 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11099 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11100
11101 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11102 * midnight.el (midnight-float-time): Ditto.
11103
111042000-07-26 Andreas Schwab <schwab@suse.de>
11105
11106 * files.el (normal-backup-enable-predicate): Correct
11107 interpretation of the return value of compare-strings.
11108
111092000-07-26 Gerd Moellmann <gerd@gnu.org>
11110
11111 * isearch.el (isearch-resume): New function.
11112 (isearch-done): Add something to command-history to resume
11113 the search.
11114 (isearch-yank-line, isearch-yank-word): Use
11115 buffer-substring-no-properties instead of buffer-substring.
11116
11117 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11118 of flyspell-mouse-map.
11119
11120 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11121 duplicate definition.
11122 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11123
11124 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11125 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11126
111272000-07-25 Sam Steingold <sds@gnu.org>
11128
11129 * net/ange-ftp.el: Get modtime over the net.
11130 (ange-ftp-file-modtime): New function.
11131 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11132 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11133 Use it.
11134 (ange-ftp-dot-to-slash): New function.
11135 (ange-ftp-fix-name-for-vms): Use it.
11136
11137 * midnight.el (midnight-buffer-display-time): Use
11138 `with-current-buffer'.
11139
111402000-07-25 Gerd Moellmann <gerd@gnu.org>
11141
11142 * find-dired.el: Update copyright notice.
11143 (find-dired): Offer to kill a running `find'.
11144
11145 * enriched.el (enriched-face-ans): For a `foreground-color'
11146 property, return '(("x-color" COLOR))' so that COLOR will be
11147 output as a parameter of the x-color annotation. Likewise for the
11148 `background-color' property. In the case of normal face
11149 properties, don't return annotations for unspecified foreground
11150 and background face attributes.
11151
111522000-07-25 Kenichi Handa <handa@etl.go.jp>
11153
11154 * language/japan-util.el (japanese-katakana-region): Fix handling
11155 HANKAKU argument.
11156
111572000-07-25 Miles Bader <miles@gnu.org>
11158
11159 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11160 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11161 constrain-to-field.
11162
111632000-07-24 Andrew Innes <andrewi@gnu.org>
11164
11165 * timer.el (timer-activate-when-idle): Add optional parameter
11166 DONT-WAIT. Update docstring.
11167 (run-with-idle-timer): Specify extra parameter to
11168 timer-activate-when-idle, so that timer will be activated
11169 immediately if Emacs is already idle.
11170
11171 * w32-fns.el (w32-using-nt): Fix docstring.
11172
111732000-07-24 Dave Love <fx@gnu.org>
11174
11175 * mouse.el (popup-menu): Set last-command-event.
11176 (mouse-major-mode-menu-prefix): Declare.
11177
111782000-07-24 Gerd Moellmann <gerd@gnu.org>
11179
11180 * textmodes/flyspell.el: Update to author's version 1.5d.
11181
11182 * progmodes/hideshow.el: Update copyright notice.
11183
11184 * vcursor.el: Set maintainer to FSF, since author cannot
11185 be reached.
11186
111872000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11188
11189 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11190 the prompt.
11191
11192 * mouse.el (popup-menu): Run the keymap through indirect-function,
11193 in case it was defined with define-prefix-key. If the menu is a
11194 list of keymaps, look up the binding of user's choice in each one
11195 of the keymaps.
11196 (mouse-popup-menubar): If the global and local menu-bar keymaps
11197 don't have a prompt string, create one and insert it into the
11198 keymap. Don't barf if current-local-map returns nil.
11199
112002000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11201
11202 * dired.el (dired-sort-R-check): Added to allow recursive listing
11203 to be undone.
11204 (dired-sort-other): Use it.
11205
112062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11207
11208 * Release of cc-mode 5.27
11209
112102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11211
11212 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11213 c-beginning-of-statement-1 that caused a bad case of recursion
11214 which could consume a lot of CPU in large classes in languages
11215 that have in-expression classes (i.e. Java and Pike).
11216
11217 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11218 statements before top level constructs (i.e. case 6 is moved
11219 before case 5 and is now case 4) to catch in-expression
11220 classes in top level expressions correctly.
11221
112222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11223
11224 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11225 objc-method-intro. Case 4 removed and case 5I added.
11226
11227 * cc-langs.el (c-append-paragraph-start): New variable used by
11228 c-common-init to get paragraph-start correct.
11229 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11230 initialize paragraph-start to make it correct both with and
11231 without the javadoc special case.
11232
11233 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11234 initialize paragraph-start for javadoc markup.
11235
11236 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11237 change by defaulting this to t. It's motivated by the
11238 confusing behavior that otherwise arise from the style system
11239 when editing both java and non-java files at the same time
11240 (see the comments about style setting in c-common-init).
11241
112422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11243
11244 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11245 similar to the one in c-fill-paragraph to check the fill
11246 prefix from the adaptive fill function for sanity.
11247
112482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11249
11250 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11251 defun block.
11252
a30eb617
DL
112532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11254
11255 * cc-align.el (c-lineup-multi-inher): Handle lines with
11256 leading comma nicely. Extended to handle member initializers
11257 too.
11258
11259 * cc-engine.el: (c-beginning-of-inheritance-list,
11260 c-guess-basic-syntax): Fixed recognition of inheritance lists
11261 when the lines begins with a comma.
11262
a30eb617
DL
11263 * cc-vars.el (c-offsets-alist): Changed default for
11264 member-init-cont to c-lineup-multi-inher since it now handles
11265 member initializers and indents better for leading commas.
11266
112672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11268
11269 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11270 handling that caused class open lines to be recognized as
11271 statement-conts in some cases.
11272
11273 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11274 guessed by the adaptive fill function unless point is on the
11275 first line of a block comment.
11276
11277 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11278 when the buffer ends with a macro continuation char.
11279
11280 * cc-engine.el (c-guess-basic-syntax): Added support for
11281 function definitions as statements in Pike. The first
11282 statement in a lambda block is now labeled defun-block-intro
11283 instead of statement-block-intro.
11284
11285 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11286 so that the class surrounding point is selected, not the one
11287 innermost in the state.
11288
11289 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11290 recognition of switch labels having hanging multiline
11291 statements.
11292
11293 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11294 some code in c-guess-basic-syntax to a separate function.
11295 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11296 recognition of member inits with multiple line arglists.
11297 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11298 member-init-cont when the commas are in funny places.
11299
113002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11301
11302 * cc-defs.el (c-auto-newline): Removed this macro since it's
11303 not used anymore.
11304
11305 * cc-engine.el (c-looking-at-bos): New helper function.
11306 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11307 inexpr and toplevel classes apart in Pike.
11308
11309 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11310 of case 9A.
11311
11312 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11313 constant, since "class" can introduce an in-expression class
11314 in Pike nowadays.
11315
113162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11317
11318 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11319 indentation on cpp-macro lines.
11320
11321 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11322 a syntax modifier like comment-intro, to make it possible to
11323 get syntactic indentation for preprocessor directives. It's
11324 incompatible wrt to lineup functions on cpp-macro, but it has
11325 no observable effect in the 99.9% common case where cpp-macro
11326 is set to -1000.
11327
113282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11329
11330 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11331 member-init-cont when the preceding arglist is several lines.
11332
113332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11334
11335 * cc-styles.el (c-style-alist): The basic offset for the BSD
11336 style corrected to 8.
11337
113382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11339
11340 * cc-styles.el (c-style-alist): Adjusted the indentation of
11341 brace list openers in the gnu style.
11342
113432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11344
11345 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11346
11347 * cc-cmds.el (c-electric-brace, c-electric-slash,
11348 c-electric-star, c-electric-semi&comma, c-electric-colon,
11349 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11350 when c-syntactic-indentation is nil.
11351
11352 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11353 we were left at comments preceding the first statement when
11354 reaching the beginning of the buffer.
11355
11356 * cc-vars.el (c-syntactic-indentation): New variable to turn
11357 off all syntactic indentation.
11358
113592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11360
11361 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11362 between the text and the block comment ender when it hangs,
11363 depending on how many there are before the fill.
11364
113652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11366
11367 * cc-engine.el (c-beginning-of-closest-statement): New helper
11368 function to go back to the closest preceding statement start,
11369 which could be inside a conditional statement.
11370 * cc-engine.el (c-guess-basic-syntax): Use
11371 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11372
11373 * cc-engine.el (c-guess-basic-syntax): Better handling of
11374 arglist-intro, arglist-cont-nonempty and arglist-close when
11375 the arglist is nested inside parens. Cases 7A, 7C and 7F
11376 changed.
11377
11378 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11379 up-to-date with javadoc 1.2.
11380
113812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11382
11383 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11384 multiline Pike type decls.
11385
113862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11387
11388 * cc-cmds.el (c-indent-new-comment-line): Always break
11389 multiline comments in multiline mode, regardless of
11390 comment-multi-line.
11391
113922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11393
11394 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11395 fully::qualified::names in C++ member init lists. Preamble in
11396 case 5D changed.
11397
113982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11399
11400 * cc-langs.el (c-common-init): Handling of obsolete variables
11401 moved to c-initialize-cc-mode. More compatible style override
11402 when using global style variables.
11403 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11404 variables moved here.
11405
a30eb617
DL
11406 * cc-styles.el (c-make-styles-buffer-local): Flag style
11407 variable localness in c-style-variables-are-local-p to make
11408 the compatibility measure in c-common-init work well.
11409
11410 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11411 longer contain set-from-style.
11412 * cc-styles.el (c-initialize-builtin-style): Don't check for
11413 set-from-style on c-special-indent-hook.
11414 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11415 copy-alist is sufficient now.
11416
11417 * cc-styles.el (c-set-style, c-set-style-1,
11418 c-get-style-variables): Fixes to variable initialization so
11419 that duplicate entries in styles have the same effect
11420 regardless of DONT-OVERRIDE.
11421
11422 * cc-styles.el (c-set-style-2): Fixed bug where the
11423 initialization of inheriting styles failed when the
11424 dont-override flag is set.
11425
11426 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11427 on this.
11428
114292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11430
11431 * cc-defs.el (c-forward-comment): Removed the workaround
11432 introduced in 5.38 since it had worse side-effects. If a line
11433 contains the string "//\"", it regarded the // as a comment
11434 start since the \ temporarily doesn't have escape syntax.
11435
114362000-07-17 Emmanuel Briot <briot@act-europe.fr>
11437
11438 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11439 ada-xref.el before ada-prj.el, so that the Project menu is created
11440 when ada-prj tries to add to it.
11441 (ada-activate-keys-for-case): Suppress the characters that are not
11442 part of the Ada syntax. Better compatibility with else-mode
11443 (ada-adjust-case-interactive): When auto-casing is not active,
11444 correctly insert newlines (used to insert only ^M). Prevent the
11445 syntax table from being changed in case of an error
11446 (or '_' becomes part of a word and some commands are confused).
11447 Do nothing if ada-auto-case is nil.
11448 (ada-after-keyword-p): Ignore keywords that are also attributes
11449 (ada-batch-reformat): Update usage comment
11450 (ada-call-from-contextual-menu): New function
11451 (ada-case-read-exceptions): Reinitialize the casing exception list
11452 first to nil first, so that the casing exception file can be
11453 shared.
11454 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11455 files.
11456 (ada-compile-goto-error): Fix regexp used to detect a file:line
11457 anywhere in the error message
11458 (ada-contextual-menu-last-point): New variable
11459 (ada-create-keymap): If the variable delete-key-deletes-forward is
11460 t on XEmacs, it means that DEL should delete one character
11461 forward.
11462 (ada-create-menu): Use :included instead of :visible for XEmacs.
11463 New submenu "Options".
11464 (ada-end-stmt-re): Correctly indent "select ... then abort"
11465 statements.
11466 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11467 even if they don't match ada-fill-comment-prefix Fix handling of
11468 paragraphs on the first or last line of a file.
11469 (ada-format-paramlist): Fix handling of default parameter values.
11470 (ada-get-body-name): New function.
11471 (ada-get-current-indent): Optimized by searchling directly for an
11472 existing generic part or a statement outside of it. Handle
11473 ada-indent-align-comments when indenting comments Replaced some
11474 regexps by testing directly the next character. This results in a
11475 huge speedup on some files. New indentation scheme for renames
11476 statements. Stop looking for the 'while' or 'for' associated with
11477 a 'loop' at the first semicolon encountered. A "return" can also
11478 match an anonymous access subprogram declaration.
11479 (ada-get-indent-noindent): Ignore strings and comments when
11480 looking for the keywords "record" and "private".
11481 (ada-goto-matching-decl-start): When matching "if", make sure we
11482 are not in fact seeing "end if". Ignore "when" statements except
11483 when initial keyword was "begin". Fix handling of nested
11484 procedures. Add a recursive call to this function to skip over
11485 other 'end' statmts. Fix indentation for "when .. => begin"
11486 (ada-in-open-paren-p): Fix indentation for complex boolean
11487 expressions, where 'and then', 'or else' and parenthesis
11488 statements are mixed up.
11489 (ada-in-paramlist-p): Skip comments while searching for the
11490 beginning Fix handling of operator declarations.
11491 (ada-indent-align-comments): New variable
11492 (ada-indent-current): Change the syntax table only in the
11493 protected section, so that we are sure it is restored correctly.
11494 (ada-indent-on-previous-lines): Use ada-use-indent and
11495 ada-with-indent Correctly indent "select ... then"
11496 (ada-indent-region): Slight speedup.
11497 (ada-indent-renames): New variable.
11498 (ada-last-which-function-subprog, ada-last-which-function-line):
11499 New variables
11500 (ada-looking-at-semi-private): Correctly indent the 'private'
11501 keyword when it is the first word in a package declaration.
11502 (ada-loose-case-word): Stop searching if at the end of the buffer.
11503 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11504 even if point is not initially at the end of the word.
11505 (ada-matching-decl-start-re): Add "when".
11506 (ada-mode): Add support for abbrev-mode, outline-mode and
11507 which-func-mode Override the old find-file.el entry in
11508 ff-special-constructs since it is using the obsolete
11509 ada-spec-suffix variable
11510 (ada-no-auto-case): New function
11511 (ada-scan-paramlist): When parsing the argument type, accept
11512 spaces (as in "X 'Class", generated by Rational Rose).
11513 (ada-other-file-name): No longer loads the other file.
11514 (ada-popup-menu): Save and restore the current buffer and cursor
11515 position before and after displaying the menu.
11516 (ada-search-ignore-complex-boolean): New function.
11517 (ada-uncomment-region): Emacs21 already knows how to delete
11518 comments not starting in the first column.
11519 (ada-use-indent): New variable
11520 (ada-which-function): New function.
11521 (ada-with-indent): New variable
11522 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11523 can be batch-compiled from the command line.
11524
11525 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11526 Add to the menu when the file is loaded, not in ada-mode-hook.
11527 Add -toolbar to the default ddd command Switches moved from
11528 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11529 ada-prj-default-comp-opt
11530 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11531 Reference Manual to the menu
11532 (ada-check-current): rewritten as a call to ada-compile-current
11533 (ada-compile): Removed.
11534 (ada-compile-application, ada-compile-current, ada-check-current):
11535 Set the compilation-search-path so that compile.el automatically
11536 finds the sources in src_dir. Automatic scrollong of the
11537 compilation buffer. C-uC-cC-c asks for confirmation before
11538 compiling
11539 (ada-compile-current): New parameter, prj-field
11540 (ada-complete-identifier): Load the .ali file before doing
11541 processing
11542 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11543 conform to gnatmake's behavior.
11544 (ada-find-file-in-dir): New function
11545 (ada-find-references): Set the environment variables for gnatfind
11546 (ada-find-src-file-in-dir): New function.
11547 (ada-first-non-nil): Removed
11548 (ada-gdb-application): Add support for jdb, the java debugger.
11549 (ada-get-ada-file-name): Load the original-file first if not done
11550 yet.
11551 (ada-get-all-references): Handles the new ali syntax (parent types
11552 are found between <>).
11553 (ada-initialize-runtime-library): New function
11554 (ada-mode-hook): Always load a project file when a file is opened,
11555 so that the casing exceptions are correctly read.
11556 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11557 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11558 to open the project file, since the latter does not work with
11559 speedbar Get default values before loading the prj file, or the
11560 default executable file name is wrong. Use the absolute value of
11561 src_dir to initialize ada-search-directories and
11562 compilation-search-path,... Add the standard runtime library to
11563 the search path for find-file.
11564 (ada-prj-default-debugger): Was missing an opening '{'
11565 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11566 variables.
11567 (ada-prj-default-gnatmake-opt): New variable
11568 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11569 buffers, the project file is the default one Save the windows
11570 configuration before displaying the menu.
11571 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11572 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11573 ...) regexp-quote identifiers names to support operators +,
11574 -,... in regexps.
11575 (ada-remote): New function.
11576 (ada-run-application): Erase the output buffer before starting the
11577 run Support remote execution of the application. Use
11578 call-process, or the arguments are incorrectly parsed
11579 (ada-set-default-project-file): Reread the content of the active
11580 project file, not the one from the current buffer When a project
11581 file is set as the default project, all directories are
11582 automatically associated with it.
11583 (ada-set-environment): New function
11584 (ada-treat-cmd-string): New special variable ${current}
11585 (ada-treat-cmd-string): Revised. The substitution is now done for
11586 any ${...} substring
11587 (ada-xref-current): If no body was found, compiles the spec
11588 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11589 compiler to get rid of command line length limitations.
11590 (ada-xref-get-project-field): New function
11591 (ada-xref-project-files): New variable
11592 (ada-xref-runtime-library-specs-path)
11593 (ada-xref-runtime-library-ali-path): New variables
11594 (ada-xref-set-default-prj-values): Default run command now does a
11595 cd to the build directory. New field: main_unit Provide a default
11596 file name even if the current buffer has no prj file.
11597
11598 * ada-prj.el:
11599 Rewritten to show a tabbed-dialog.
11600 (ada-prj-add-ada-menu): Remove the map and name parameters.
11601 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11602 New function
11603 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11604 (ada-prj-load-from-file): New function
11605 (ada-prj-save): Always save fields that depend on the current buffer
11606 (ada-prj-show-value): New function
11607
11608 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11609 Ada mode. This will allow us to display the Ada menu in any buffer
11610 we want (for project items).
11611 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11612 number of spaces in the header.
11613
116142000-07-24 Dave Love <fx@gnu.org>
11615
11616 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11617
116182000-07-23 Noah Friedman <friedman@splode.com>
11619
11620 * type-break.el (type-break): perform autosave.
11621 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11622 (type-break-do-query): Cancel query schedule while performing
11623 actual query, to avoid possibility of a second query being made
11624 while first one is already in progress.
11625 (type-break-time-stamp-format): New variable.
11626 (type-break-time-stamp): New function.
11627 (type-break-time-warning): Use it.
11628 (type-break-keystroke-warning): Use it.
11629 (type-break-noninteractive-query): Use it.
11630
11631 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11632 cookie.
11633 Use add-minor-mode to set minor-mode-alist, if available.
11634 (eldoc-echo-area-use-multiline-p): New user option.
11635 (eldoc-echo-area-multiline-supported-p): New variable.
11636 (eldoc-docstring-format-sym-doc): Use them.
11637 (eldoc-mode): If not using idle timers, append to local post and
11638 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11639 (eldoc-display-message-no-interference-p): Don't interfere with
11640 edebug.
11641 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11642 (eldoc-function-arglist): New function.
11643 (eldoc-function-argstring): Use it.
11644
11645 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11646 auto save directory exists before calling directory-files.
11647
116482000-07-23 Dave Love <fx@gnu.org>
11649
11650 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11651 ^o, ^u.
11652
116532000-07-21 Dave Love <fx@gnu.org>
11654
11655 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11656 now passed to the function. It now works properly.
11657
11658 * smerge-mode.el (smerge-mode-menu): Fill it out.
11659
116602000-07-20 Gerd Moellmann <gerd@gnu.org>
11661
11662 * info-look.el (info-lookup): If *info* is shown in another frame
11663 on the same display, select that frame, instead of switching to
11664 the Info buffer in another window of the selected frame.
11665
11666 * simple.el (universal-argument-map): Bind numeric keypad keys
11667 kp-0 to kp-9 and kp-subtract.
11668 (digit-argument): Handle these keys.
11669
116702000-07-20 Dave Love <fx@gnu.org>
11671
11672 * net/goto-addr.el (goto-address-fontify): Don't bother with
11673 buffer-modified and read-only stuff -- irrelevant with overlays.
11674 Put an extra property on the overlays and use it to clean up in
11675 case goto-address is re-run.
11676
116772000-07-19 Richard M. Stallman <rms@gnu.org>
11678
11679 * timer.el (run-with-idle-timer): Doc fix.
11680
11681 * mail/mail-utils.el (mail-strip-quoted-names):
11682 Handle case where <...> appears inside "...".
11683 Use replace-match to edit the string more simply.
11684 (rmail-dont-reply-to): Cope with an unmatched ".
11685
116862000-07-19 Dave Love <fx@gnu.org>
11687
11688 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11689 implementation.
11690
11691 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11692 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11693 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11694
116952000-07-19 Gerd Moellmann <gerd@gnu.org>
11696
11697 * textmodes/refer.el: Correct maintainer's email address.
11698
11699 * progmodes/hideif.el: Correct author's email address.
11700 Fix typo in comment.
11701
11702 * xml.el: New file.
11703
11704 * mail/mailheader.el: Correct author's mail address.
11705
11706 * gnus/parse-time.el: Correct author's mail address.
11707
117082000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11709
11710 * comint.el (comint-highlight-input, comint-highlight-face):
11711 New user options.
11712 (comint-input-ring-file-name): Change custom type.
11713 (comint-mode-map): Bind mouse-2.
11714 (comint-insert-clicked-input): New function.
11715 (comint-send-input): Handle input highlighting.
11716
117172000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11718
11719 * mouse.el (popup-menu): New function.
11720 (mouse-major-mode-menu): Use it.
11721
117222000-07-18 Dave Love <fx@gnu.org>
11723
11724 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11725 improvements.
11726
117272000-07-18 Gerd Moellmann <gerd@gnu.org>
11728
11729 * faces.el (face-font-selection-order)
11730 (face-font-family-alternatives): Add custom type.
11731
117322000-07-18 Dave Love <fx@gnu.org>
11733
11734 * cus-edit.el (custom-variable-reset-saved)
11735 (custom-variable-reset-standard): Remove unused bindings.
11736
11737 * rect.el (open-rectangle-line): Remove unused let.
11738
11739 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11740
117412000-07-18 Gerd Moellmann <gerd@gnu.org>
11742
11743 * cdl.el: Fix `Maintainer' keyword.
11744
11745 * play/pong.el: Add author's email address.
11746
117472000-07-17 Sam Steingold <sds@gnu.org>
11748
11749 * files.el (insert-directory): Call `split-string' instead of
11750 re-implementing it.
11751
117522000-07-18 Gerd Moellmann <gerd@gnu.org>
11753
11754 * mail/vms-pmail.el: Change maintainer to FSF.
11755
11756 * net/goto-addr.el: Change maintainer to FSF.
11757
11758 * info.el (Info-title-face-alist): Removed.
11759
117602000-07-18 David Ponce <david@dponce.com>
11761
11762 * recentf.el (recentf-open-files): New command that works like
11763 `recentf-open-more-files', but shows the whole list of files (not just
11764 those omitted from the menu). Useful if you don't use a menu-bar!
11765 (recentf-open-more-files) Modified to use `recentf-open-files'.
11766
11767 (recentf-open-files, recentf-open-more-files)
11768 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11769
11770 (recentf-dialog-mode): New mode for dialogs. You can now just type
11771 "q" to cancel the dialogs.
11772
117732000-07-18 David Ponce <david@dponce.com>
11774
11775 * recentf.el: This is a major update of recentf.el. It adds new
11776 features to better organize the recentf menu and "More..." buffer.
11777
11778 Using new provided menu filtering functions you can now organize the
11779 recent files list:
11780
11781 - by major modes
11782 - by directories
11783 - by user defined rules
11784
11785 Finally, with the new `recentf-filter-changer' customizable filter you
11786 can define a ring of filters and dynamically (via the menu) cycle on
11787 each menu organization in the ring (a la msb).
11788
117892000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11790
11791 * eshell/eshell.el (eshell): Replace links to eshell.info with
11792 links to eshell, to avoid problems on systems where the manual is
11793 installed as `eshell'.
11794 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11795 * eshell/em-smart.el (eshell-smart): Ditto.
11796 * eshell/em-banner.el (eshell-banner): Ditto.
11797 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11798
11799 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11800 same-file check in the MS-DOS version (it does support inodes).
11801
11802 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11803
11804 * eshell/eshell.el (eshell-directory-name):
11805 Run default directory name through convert-standard-filename.
11806
118072000-07-18 Kenichi Handa <handa@etl.go.jp>
11808
11809 * international/mule-cmds.el (select-safe-coding-system):
11810 Fix typo in the comment.
11811
11812 * language/european.el (compound-text):
11813 Force katakana-jisx0201 to be designated to G1.
11814
11815 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11816 Don't translate some national variant characters of latin-jisx0201.
11817 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11818
11819 * international/kkc.el (kkc-after-update-conversion-functions):
11820 New variable.
11821 (kkc-update-conversion): Run functions in it at the tail.
11822
118232000-07-16 John Wiegley <johnw@gnu.org>
11824
11825 * lisp/align.el (align-newline-and-indent):
11826 Adding new function. for auto-aligning blocks of code on RET.
11827 (align-region): Fixed badly formatted minibuffer message.
11828
118292000-07-17 Kenichi Handa <handa@etl.go.jp>
11830
11831 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11832 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11833 the conversion list at first if appropriate.
11834 (kkc-next): Don't update kkc-next-count here.
11835 (kkc-prev): Don't update kkc-prev-count here.
11836 (kkc-show-conversion-list-update): Fix setting up of conversion
11837 list message.
11838
118392000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11840
11841 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11842
118432000-07-16 Dave Love <fx@gnu.org>
11844
11845 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11846 function to be more specific.
11847
11848 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11849 non-string help-echo.
11850 (widget-types-convert-widget): Defsubst it.
11851 (widget-echo-help): Try to cope with a help-echo function of two
11852 possible sorts.
11853
118542000-07-15 Jason Rumney <jasonr@gnu.org>
11855
11856 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11857 Declare as obsolete.
11858
11859 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11860
118612000-07-14 Gerd Moellmann <gerd@gnu.org>
11862
11863 * hilit-chg.el: Fix typo.
11864
118652000-07-14 Dave Love <fx@gnu.org>
11866
11867 * info.el (Info-mode-menu): Fix use of :help, :enable.
11868
118692000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11870
11871 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11872
118732000-07-13 Dave Love <fx@gnu.org>
11874
11875 * emacs-lisp/easymenu.el: Doc fixes.
11876 (easy-menu-remove): Defalias to ignore.
11877
11878 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11879 Call throw correctly.
11880
118812000-07-13 Gerd Moellmann <gerd@gnu.org>
11882
11883 * faces.el (frame-background-mode): Doc fix.
11884
11885 * simple.el (eval-expression-print-length): Change custom type to
11886 allow entering nil as value.
11887
118882000-07-13 Dave Love <fx@gnu.org>
11889
11890 * progmodes/fortran.el (fortran-imenu-generic-expression):
11891 Change definition layout.
11892 (fortran-mode-menu): Reinstate customize entries.
11893
11894 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11895 Use :filter, per old XEmacs code.
11896
118972000-07-12 Gerd Moellmann <gerd@gnu.org>
11898
11899 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11900 event when deciding what to send to the terminal.
11901
119022000-07-12 Dave Love <fx@gnu.org>
11903
11904 * cus-start.el: Add optional version as 4th element of specs and
11905 use it for several things new in v21. Remove load-path. Fix type
11906 of line-number-display-limit.
11907
119082000-07-11 Dave Love <fx@gnu.org>
11909
11910 * progmodes/fortran.el: Don't require easymenu.
11911 Use repeat counts in various regexps.
11912 (fortran-mode-syntax-table): Defvar directly.
11913 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11914 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11915 Use defvar, not defconst.
11916 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11917 (fortran-mode): Set fortran-comment-line-start-skip,
11918 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11919 (fortran-comment-indent): Use defsubst.
11920 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11921 Use fortran-comment-indent, not fortran-comment-indent-function.
11922 (fortran-comment-region, fortran-electric-line-number): Simplify.
11923 (fortran-auto-fill): New function.
11924 (fortran-do-auto-fill): Deleted.
11925 (fortran-find-comment-start-skip):
11926 Check for non-null comment-start-skip.
11927 (fortran-auto-fill-mode, fortran-fill-statement):
11928 Use fortran-auto-fill.
11929 (fortran-fill): Use fortran-auto-fill. Check for null
11930 comment-start-skip. Simplify final clause and use end-of-line finally.
11931
11932 * widget.el (widget-plist-member): New alias.
11933
119342000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11935
11936 * eshell/esh-module.el (toplevel): Reference
11937 byte-compile-current-file only if it is bound.
11938
119392000-07-10 Gerd Moellmann <gerd@gnu.org>
11940
11941 * dired.el: Don't require `dired-aux'.
11942
119432000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11944
11945 * dired-aux.el (dired-show-file-type): New function.
11946 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11947 (dired-show-file-type): Add autoload.
11948
119492000-07-10 Kenichi Handa <handa@etl.go.jp>
11950
11951 * international/mule-diag.el (describe-font): Adjusted for the
11952 change of fontset-info.
11953 (print-fontset): Likewise.
11954
119552000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11956
11957 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11958
119592000-07-07 Gerd Moellmann <gerd@gnu.org>
11960
11961 * bindings.el: Bind `[delete]' to delete-char.
11962
11963 * dired.el (dired-find-alternate-file): New function.
11964 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11965 (toplevel): Require dired-aux when compiling.
11966 (dired-buffers): Move defvar within file to avoid compiler warning.
11967
11968 * info.el (Info-last-search): Variable removed.
11969 (Info-search-history): New variable.
11970 (Info-search): New Info-search-history.
11971
11972 * battery.el, info-look.el: Change author's mail address.
11973
119742000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11975
11976 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11977 if rmail-ignored-headers is nil.
11978 (rmail-retry-failure): Bind rmail-ignored-headers and
11979 rmail-displayed-headers to nil.
11980
119812000-07-06 Gerd Moellmann <gerd@gnu.org>
11982
11983 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11984 (print-region-1): Don't hard code `-h' here.
11985
11986 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11987
119882000-07-01 Francesco Potorti` <pot@gnu.org>
11989
11990 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11991 exim can use "your message" instead of "the message".
11992
119932000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11994
11995 * facemenu.el: Docstrings fixes.
11996 (facemenu-get-face): Don't use internal-find-face.
11997 (facemenu-iterate): Rename arg to match the docstring.
11998
11999 * newcomment.el (uncomment-region): Be more careful when skipping
12000 backwards over `=' not to bump into BOBP.
12001
120022000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12003
12004 * ediff-diff.el (ediff-wordify): Use syntax table.
12005 * ediff-init.el (ediff-has-face-support-p): Use
12006 ediff-color-display-p.
12007 (ediff-color-display-p): Use display-color-p, changed to defun
12008 from defsubst.
12009 Got rid of special cases for NeXT and OS/2.
12010 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12011 face.
12012
120132000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12014
12015 * emacs-lisp/lucid.el: Require CL.
12016 (copy-tree, remprop): Remove, it's provided by CL.
12017 (map-keymap): Define in terms of cl-map-keymap.
12018 (extent-property, set-extent-end-glyph): New functions.
12019
12020 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12021
120222000-07-05 Gerd Moellmann <gerd@gnu.org>
12023
12024 * Makefile.in (DONTCOMPILE): Add comment that the name may
12025 not be changed without changing the make-dist script.
12026
12027 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12028 (cl-mapc): Use mapc instead of cl-old-mapc.
12029
120302000-07-05 Andrew Innes <andrewi@gnu.org>
12031
12032 * makefile.nt: Add support for `bootstrap' and related targets.
12033
120342000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12035
12036 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12037 (easy-menu-do-define): Use `menu-item' format.
12038 Handle case where easy-menu-create-menu returns a symbol.
12039 Manually call the potential top-level filter in the function binding.
12040 (easy-menu-filter-return): New arg NAME.
12041 Convert to a keymap if MENU is an XEmacs menu.
12042 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12043 (easy-menu-converted-items-table, easy-menu-convert-item):
12044 New var and fun to memoize easy-menu-convert-item-1.
12045 (easy-menu-do-add-item): Use it.
12046 (easy-menu-create-menu): Use easy-menu-convert-item.
12047 Wrap easy-menu-filter-return around any :filter specification.
12048 Don't convert the menu if a filter was specified.
12049 Tell easy-menu-make-symbol not to check for MENU being an expression.
12050 (easy-menu-make-symbol): New arg NOEXP.
12051
120522000-07-05 Gerd Moellmann <gerd@gnu.org>
12053
12054 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12055 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12056 (eval-defun): If called with prefix arg, instrument code for
12057 Edebug.
12058
12059 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12060 similar to that of eval-defun.
12061
120622000-07-04 Dave Love <fx@gnu.org>
12063
12064 * hl-line.el (hl-line-overlay): Make it permanent-local.
12065
12066 * calendar/todo-mode.el: Replaced with a working version, based on
12067 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12068
120692000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12070
12071 * paths.el (prune-directory-list): New function.
12072 (Info-default-directory-list): Rewritten to more methodically
12073 enumerate a big list of possible info directories (based on the
12074 list used by the standalone info reader).
12075
12076 * info.el (info-initialize): Use prune-directory-list to remove
12077 non-existent directories from Info-directory-list.
12078
12079 * paths.el (Info-default-directory-list): Try a list of possible
12080 info-directories instead of a single one. Add the possible
12081 info directory "/usr/share/info".
12082
12083 * woman.el (woman-man.conf-path): Explicitly include the debian
12084 man-db config file "/etc/manpath.config".
12085 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12086 are present in `manpath.config'.
12087 (woman-manpath): Include "/usr/share/man".
12088
120892000-07-03 Gerd Moellmann <gerd@gnu.org>
12090
12091 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12092
12093 * startup.el (command-line): Initialize blink-cursor based
12094 on window-system.
12095
12096 * frame.el (blink-cursor): Default to nil if not running under
12097 a window-system.
12098
12099 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12100 (face-x-resources): Remove duplicate entry for :font.
12101
12102 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12103 instead of cycling through windows with next-window.
12104
12105 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12106 of cycling through windows with next-window.
12107
12108 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12109 of cycling through windows with next-window.
12110
12111 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12112 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12113 instead of cycling through windows with next-window.
12114
12115 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12116 instead of cycling through windows with next-window.
12117
12118 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12119 of cycling through windows with next-window.
12120
12121 * terminal.el (te-process-output): Use walk-windows instead of
12122 cycling through windows with next-window.
12123
12124 * server.el (server-switch-buffer): Use some-window instead of
12125 cycling through windows with next-window.
12126
12127 * window.el (some-window): New function.
12128 (walk-windows): Remove reference to walk-windows-start.
12129
12130 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12131
121322000-07-03 Richard Stallman <rms@gnu.org>
12133
12134 * window.el (walk-windows): Guarantee termination by keeping a list
12135 of all the windows already handled.
12136
121372000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12138
12139 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12140 window-system.
12141
12142 * man.el (Man-notify-when-ready): Don't use window-system. If
12143 Man-notify-method is newframe, and the display is not
12144 multi-frame, select the frame created for the man page.
12145 (Man-init-defvars): Doc fix.
12146
121472000-06-28 Gerd Moellmann <gerd@gnu.org>
12148
12149 * faces.el (region): Change background color for light background.
12150
12151 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12152 attribute from mode-line face of Ediff control frame.
12153
12154 * replace.el (query-replace-map): Bind `e' like `E'.
12155
121562000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12157
12158 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12159 Change name to "Select All".
12160
12161 * dos-fns.el (convert-standard-filename): Fix last change.
12162
121632000-06-27 Gerd Moellmann <gerd@gnu.org>
12164
12165 * help.el (describe-variable): Don't insert a second `'s' in front
12166 of the string `value is shown below'. Since the syntax-table is
12167 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12168 an existing `'s', so that this won't be deleted.
12169
12170 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12171 * pcmpl-unix.el: New files.
12172
121732000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12174
12175 * wid-edit.el (widget-member): Use the new plist-member.
12176
121772000-06-26 Gerd Moellmann <gerd@gnu.org>
12178
12179 * replace.el (perform-replace): Undo change of 2000-04-04.
12180 Instead, move backward 1 character at the end of the loop when
12181 necessary.
12182
12183 * faces.el (fringe): Change face for different backgrounds.
12184
12185 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12186 patch from John.
12187
12188 * eshell/*.el: Change spelling of the Free Software Foundation.
12189
12190 * eshell/esh-toggle.el: Removed.
12191
12192 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12193
12194 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12195 interactively.
12196
121972000-06-26 Alex Schroeder <alex@gnu.org>
12198
12199 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12200 `define-key'; instead of checking `(emacs-version)' check for
12201 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12202 for `;' and `o' which might be electric.
12203
12204 (sql-electric-stuff): New user option.
12205 (sql-magic-go): New function which uses `sql-electric-stuff'.
12206 (sql-magic-semicolon): New function which uses
12207 `sql-electric-stuff'.
12208
12209 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12210 is not fboundp.
12211
12212 (sql-oracle-options): New variable.
12213 (sql-oracle): Use it.
12214
12215 (sql-imenu-generic-expression): Doc change.
12216 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12217 is used.
12218
12219 (sql-informix): Added command line parameter "-" to force
12220 sql-informix-program to use stdout.
12221
122222000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12223
12224 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12225 (cp864-decode-table): Doc fix.
12226 (cp720-decode-table): New variable, supports the Arabic OEM
12227 codepage used by Windows.
12228 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12229
122302000-06-23 Dave Love <fx@gnu.org>
12231
12232 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12233 (font-lock-fontify-anchored-keywords): Use
12234 line-beginning-position.
12235 (global-font-lock-mode): Use mapc.
12236
122372000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12238
12239 * eshell/esh-module.el: Require CL when compiling.
12240
122412000-06-23 Gerd Moellmann <gerd@gnu.org>
12242
12243 * comint.el (comint-substitute-in-file-name): Call replace-match
12244 with second and third arg t.
12245
12246 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12247 Specify foreground color.
12248
12249 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12250 color.
12251
12252 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12253
12254 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12255 cddr instead of cdddr.
12256
12257 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12258 instead of copy-list.
12259
12260 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12261 of copy-list.
12262
12263 * subdirs.el: Add eshell subdirectory.
12264
12265 * eshell: New subdirectory containing the Eshell package.
12266
12267 * pcomplete.el: New file.
12268
122692000-06-23 Paul Eggert <eggert@twinsun.com>
12270
12271 * mail/mailpost.el (post-mail-send-it): Make sure file has
12272 proper permissions from birth.
12273
12274 * files.el (basic-save-buffer-2): When temporarily setting
12275 file modes, set them to current modes plus 0200, not to 0777.
12276
12277 * emerge.el (emerge-make-temp-file): Make sure file has proper
12278 permissions from birth.
12279
122802000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12281
12282 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12283 backup file name through convert-standard-filename.
12284
12285 * dos-fns.el (convert-standard-filename): Convert leading
12286 directories as well. When long file names are supported, convert
12287 characters that are invalid in Windows file names.
12288
122892000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12290
12291 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12292 ps-print crashes. New feature: page selection for printing. Create
12293 raw-text-unix coding system for XEmacs. Doc fix.
12294 (ps-print-version): New version number (5.2.3).
12295 (ps-plot-region): Bug fix.
12296 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12297 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12298 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12299 funs.
12300 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12301 (ps-last-page): New vars.
12302
123032000-06-21 Gerd Moellmann <gerd@gnu.org>
12304
12305 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12306 empty option string.
12307
123082000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12309
12310 * man.el (man): Doc fix.
12311
123122000-06-21 Kenichi Handa <handa@etl.go.jp>
12313
12314 * international/mule-cmds.el (set-language-info-alist): Docstring
12315 fixed.
12316
123172000-06-20 Gerd Moellmann <gerd@gnu.org>
12318
12319 * version.el (emacs-version): Use ISO date format.
12320
12321 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12322 instead of `M-backspace'.
12323
12324 * simple.el (turn-off-auto-fill): New function.
12325
123262000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12327
12328 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12329 Renamed from with-buffer-prepared-for-font-lock and use
12330 inhibit-modification-hooks rather than setting *-change-functions.
12331 Update all functions to use the new name.
12332 (jit-lock-first-unfontify-pos): New semantics (and doc).
12333 (jit-lock-mode): Make non-interactive.
12334 Don't automatically turn on font-lock.
12335 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12336 Always use jit-lock-after-change.
12337 Remove and restore font-lock-after-change-function.
12338 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12339 (jit-lock-after-unfontify-buffer): Remove.
12340 (jit-lock-stealth-fontify):
12341 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12342 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12343
123442000-06-20 Sam Steingold <sds@gnu.org>
12345
12346 * emacs-lisp/cl-indent.el (toplevel): Indent
12347 `print-unreadable-object' properly. Untabify.
12348
123492000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12350
12351 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12352 Support for bibentry.
12353 (reftex-compile-variables): Fixed problem with end of section-re.
12354
12355 * texmodes/reftex-dcr.el (reftex-view-crossref,
12356 reftex-view-crossref-from-bibtex):
12357 Deal with changed `reftex-find-citation-regexp-format'.
12358 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12359 Replaced `remprop' with `put'.
12360 (reftex-view-crossref, reftex-view-crossref-when-idle):
12361 Support for bibentry.
12362
12363 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12364 New entry for bibentry package.
12365
12366 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12367 Regexp also matches "\nobibliography".
12368
12369 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12370 Call `reftex-ensure-write-access' before doing anything.
12371 (reftex-ensure-write-access): New function.
12372
123732000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12374
12375 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12376
12377 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12378
12379 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12380
12381 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12382
12383
123842000-06-20 Dave Love <fx@gnu.org>
12385
12386 * faces.el (frame-background-mode): Use set-default, not set, in
12387 setter.
12388 (frame-update-faces, frame-update-face-colors): Define with
12389 defalias.
12390
12391 * enriched.el (enriched-decode-foreground)
12392 (enriched-decode-background): Don't use internal-find-face.
12393
12394 * apropos.el: Doc fixes.
12395
12396 * cus-edit.el (customize-changed-options): Check arg.
12397 (customize-version-lessp): Don't require decimal point.
12398
12399 * custom.el (defcustom, defgroup): Doc fix.
12400
12401 * newcomment.el (comment) <defgroup>: Add :version.
12402 (comment-multi-line): Doc fix.
12403
12404 * emulation/mlsupport.el (define-hooked-local-abbrev,
12405 define-hooked-global-abbrev): Fix, using define-abbrev.
12406
124072000-06-19 Gerd Moellmann <gerd@gnu.org>
12408
12409 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12410 the whole buffer.
12411
124122000-06-19 Dave Love <fx@gnu.org>
12413
12414 * menu-bar.el (menu-bar-options-save): New function.
12415 (menu-bar-options-menu): Use it.
12416 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12417 Simplify.
12418
124192000-06-19 Andreas Schwab <schwab@suse.de>
12420
12421 * progmodes/etags.el (tags-query-replace): Put new parameters
12422 START and END at the end, for backward compatibility.
12423
124242000-06-19 Kenichi Handa <handa@etl.go.jp>
12425
12426 * international/codepage.el:
12427 (cp-coding-system-for-codepage-1): Delete special codes for
12428 generating xxx-dos coding system because now a CCL based coding
12429 system can handle EOL conversion by default.
12430
12431 * international/mule.el (make-coding-system): Generate subsidiary
12432 coding systems for EOL handling variants even for a CCL based
12433 coding system.
12434
124352000-06-19 Kenichi Handa <handa@etl.go.jp>
12436
12437 * international/isearch-x.el (isearch-minibuffer-input-method)
12438 (isearch-minibuffer-input-method-function): These variables
12439 deleted.
12440 (isearch-with-input-method): Don't use the above variables.
12441 (isearch-process-search-multibyte-characters): Likewise. Call
12442 read-string with the arg INHERIT-INPUT-METHOD t.
12443
124442000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12445
12446 * font-lock.el (font-lock-after-fontify-buffer)
12447 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12448
12449 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12450 Use consistent make-local-variable style for font-lock-fontified.
12451 (jit-lock-fontify-buffer):
12452 Don't bother checking for font-lock-mode and jit-lock-mode.
12453
12454 * time.el: Remove trailing ^M that prevent CVS-merging.
12455
124562000-06-16 Gerd Moellmann <gerd@gnu.org>
12457
12458 * Makefile.in (distclean): New target.
12459
124602000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12461
12462 * Makefile.in (srcdir): Define for update-subdirs.
12463
124642000-06-16 Gerd Moellmann <gerd@gnu.org>
12465
12466 * find-lisp.el: New file.
12467
124682000-06-16 Andrew Innes <andrewi@gnu.org>
12469
12470 * time.el (display-time-mail-function): New variable, to allow
12471 external packages to indicate when new mail is available.
12472 (display-time-update): Use it.
12473
124742000-06-16 Kenichi Handa <handa@etl.go.jp>
12475
12476 * international/mule.el (mule-version): Change version name to
12477 SAKAKI. AOI has already been used by Meadow.
12478
12479 * international/quail.el (quail-show-guidance-buf): To find the
12480 bottom window (but minibuffer), pay attention to the height of
12481 minibuffer.
12482
124832000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12484
12485 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12486 menu-bar menus. Add help strings. Don't remove the Edit menu
12487 from the menu bar, as the menu bar has enough space now.
12488
12489 * Makefile.in (SHELL): Make sure /bin/sh is used.
12490
12491 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12492 characters, which use series of two ^H characters instead of one.
12493
124942000-06-15 Gerd Moellmann <gerd@gnu.org>
12495
12496 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12497 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12498 functions.
12499 (Info-find-node-2): Try a case-sensitive search first, then
12500 do a case-insensitive search.
12501
12502 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12503 tutorials.
12504
12505 * complete.el (PC-env-vars-alist): New variable.
12506 (PC-complete-as-file-name): New function.
12507 (partial-completion-mode): Initialize PC-env-vars-alist from
12508 process-environment.
12509 (PC-do-completion): Handle completion of env vars.
12510
12511 * info.el (Info-set-mode-line): Show file name in mode line,
12512 use `*Info*' instead of `Info:'.
12513
12514 * startup.el (command-line-1): Change copyright messages to year
12515 2000.
12516
125172000-06-15 Dave Love <fx@gnu.org>
12518
12519 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12520 not local-map.
12521
125222000-06-15 Kenichi Handa <handa@etl.go.jp>
12523
12524 * international/mule.el (set-buffer-file-coding-system): Almost
12525 rewritten to handle `undecided' as no-op.
12526
125272000-06-14 Gerd Moellmann <gerd@gnu.org>
12528
12529 * Makefile.in: New file.
12530
12531 * Makefile: Removed.
12532
12533 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12534 (goto-address-highlight-keymap): Bind C-c RET.
12535
125362000-06-14 Kenichi Handa <handa@etl.go.jp>
12537
12538 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12539 inherits buffer-file-coding-system of the current buffer.
12540
12541 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12542 0. Give correct argument to set-auto-coding-function.
12543 (tar-expunge): For goto-char, use (point-min), not 0.
12544 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12545 (tar-subfile-save-buffer): Likewize.
12546
12547 * international/mule.el
12548 (after-insert-file-set-buffer-file-coding-system): Call
12549 set-buffer-file-coding-system with the arg FORCE t.
12550
125512000-06-13 Gerd Moellmann <gerd@gnu.org>
12552
12553 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12554 nil. Contemporary sendmails issue an X-Authentication-Warning if
12555 the sender is set with `-f'.
12556
125572000-06-13 Dave Love <fx@gnu.org>
12558
12559 * help.el (describe-function-1): Kluge around cases of functions
12560 fset to subrs whose doc doesn't match their symbol-name.
12561
12562 * image.el (insert-image): Default STRING to a space.
12563
12564 * info.el Doc fixes.
12565 (Info-build-node-completions): Match Ref tags.
12566
125672000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12568
12569 * frame.el (display-multi-frame-p, display-multi-font-p): New
12570 defaliases for display-graphic-p.
12571
12572 * hl-line.el: Fixed a typo in commentary.
12573
125742000-06-13 Kenichi Handa <handa@etl.go.jp>
12575
12576 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12577 fixed.
12578
125792000-06-12 Dave Love <fx@gnu.org>
12580
12581 * image.el (insert-image): Save a little consing.
12582
125832000-06-12 Kenichi Handa <handa@etl.go.jp>
12584
12585 * language/tibet-util.el: Convert all tibetan-1-column characters
12586 to the corresponding tibetan characters.
12587 (tibetan-add-components): Delete code for the special treatment of
12588 'a chung.
12589
12590 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12591 change.
12592 (tibetan-vowel-transcription-alist): More rules added.
12593 (tibetan-composite-vowel-alist): New variable.
12594 (tibetan-precomposition-rule-alist): More rules added.
12595
125962000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12597
12598 * startup.el (command-line): Only call menu-bar-mode if interactive.
12599
12600 * thingatpt.el (toplevel symbol-properties):
12601 * textmodes/makeinfo.el (makeinfo-compile):
12602 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12603 * progmodes/hideif.el (hif-compress-define-list)
12604 (hide-ifdef-use-define-alist):
12605 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12606 (ange-ftp-vms-add-file-entry):
12607 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12608 * man.el (Man-build-man-command):
12609 * mail/rnewspost.el (news-reply-header-hook):
12610 * info.el (Info-insert-dir):
12611 * emulation/mlconvert.el (backward-word, forward-word, setq):
12612 * emacs-lisp/gulp.el (gulp-send-requests):
12613 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12614 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12615 (byte-optimize-apply, end of file):
12616 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12617 (ad-make-freeze-definition):
12618 * startup.el (command-line, command-line-1): Don't quote lambdas.
12619
12620 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12621 (cvs-cleanup-removed): New function.
12622 (cvs-cleanup-functions): New var.
12623 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12624 some flexibility in specifying additional entries to auto-cleanup.
12625 (cvs-quickdir): New function.
12626 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12627 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12628 (cvs-mode-find-file): Check that we are on a filename or dirname
12629 when invoked through a mouse-click.
12630 (cvs-full-path): Remove.
12631 (cvs-dired-action): Re-introduced.
12632 (cvs-dired-noselect): Use it.
12633 (vc-post-command-functions): use this new hook if available.
12634
12635 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12636 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12637 (cvs-filename-map, cvs-dirname-map): Remove.
12638 (cvs-default-action): Remove.
12639 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12640 if the arg is really a keymap.
12641 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12642 Don't hardcode the mapping from state (aka type) to face, but check
12643 the var cvs-fi-<type>-face instead.
12644 (cvs-fileinfo-from-entries): New function.
12645
12646 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12647 Docstring fix.
12648 (cvs-find-file-and-jump): Change default to be safer.
12649 (cvs-mode-diff-map): Define it as a function as well.
12650 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12651 Bind mouse-2 in this global map rather than with text-properties.
12652
12653 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12654 file to resolve the ambiguity between C(conflict) and C(need-merge).
12655
126562000-06-12 Kenichi Handa <handa@etl.go.jp>
12657
12658 * international/mule.el (set-buffer-file-coding-system): If
12659 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12660 unconditionally.
12661
126622000-06-12 Dave Love <fx@gnu.org>
12663
12664 * wid-edit.el (widget-specify-button): Really suppress the face if
12665 required.
12666
126672000-06-11 Gerd Moellmann <gerd@gnu.org>
12668
12669 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12670
126712000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12672
12673 * imenu.el (imenu-generic-expression): Docstring fix.
12674
12675 * composite.el (composition-function-table): Move the `put'
12676 below the autoload cookie so we can load the file before loaddefs.
12677
12678 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12679
12680 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12681 Handle easy-mmode-define-global-mode.
12682 For complex macros like define-minor-mode that can generate
12683 several autoload entries, try to autoload entries in the
12684 macroexpanded code.
12685
12686 * emacs-lisp/easy-mmode.el (define-minor-mode):
12687 If KEYMAP is a symbol, just use it.
12688 Use byte-compile-current-file and load-file-name to infer the
12689 proper :require to pass to defcustom.
12690 Wrap the hook var into `progn' so as not to autoload it.
12691 Add a :autoload-end cookie.
12692 Be more careful about the evaluation of KEYMAP.
12693 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12694 (define-derived-mode): Move define-abbrev-table outside of defvar.
12695
126962000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12697
12698 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12699 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12700 (backup-compiled-files): Ignore errors during `tar'.
12701 (bootstrap): Make autoloads before elc files.
12702
127032000-06-10 Kenichi Handa <handa@etl.go.jp>
12704
12705 * international/mule.el (set-buffer-file-coding-system): If one of
12706 undecided-XXX is specified, change only EOL conversion.
12707
12708 * international/mule-conf.el (unix): New alias for the coding
12709 system undecided-unix.
12710
127112000-06-09 Dave Love <fx@gnu.org>
12712
12713 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12714
12715 * progmodes/executable.el: Byte compile dynamic.
12716 (executable-insert): Change custom type.
12717 (executable-find): Add autoload cookie.
12718 (executable-make-buffer-file-executable-if-script-p): New
12719 function. After Noah Friedman.
12720
12721 * files.el (after-save-hook): Customize, with
12722 executable-make-buffer-file-executable-if-script-p as an option.
12723
127242000-06-09 Kenichi Handa <handa@etl.go.jp>
12725
12726 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12727 "tib24p-mule.bdf" for Tibetan.
12728
12729 * composite.el (decompose-composite-char): Declare it as obsolete.
12730
12731 * man.el (Man-fontify-manpage): Pay attention to underline and
12732 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12733
127342000-06-08 Gerd Moellmann <gerd@gnu.org>
12735
12736 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12737 Set maintainer to FSF since author isn't reachable.
12738
127392000-06-08 Dave Love <fx@gnu.org>
12740
12741 * international/mule-cmds.el (select-safe-coding-system): If
12742 DEFAULT-CODING-SYSTEM is not specified, also check the most
12743 preferred coding-system if buffer-file-coding-system is
12744 `undecided'. From Handa.
12745
127462000-06-08 Kenichi Handa <handa@etl.go.jp>
12747
12748 * international/mule.el
12749 (after-insert-file-set-buffer-file-coding-system): If the buffer
12750 size is greater than INSERTED, judget that we are not visiting.
12751
127522000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12753
12754 * whitespace.el (defgroup whitespace): Comment out `:version'.
12755 XEmacs 20.4 has problems defining the group with this present.
12756 We'll have this commented out till get resolve the problem.
12757
127582000-06-07 John Wiegley <johnw@gnu.org>
12759
12760 * align.el (align-dq-string-modes, align-sq-string-modes)
12761 (align-open-comment-modes): Add pyhton-mode.
12762 (align-rules-list): Use get-text-property instead of
12763 text-properties-at.
12764 (align-rules-list): Add python-assignment.
12765 (align-rules-list): Change perl-comma-delimiter to
12766 basic-comma-delimiter. Use if for Perl modes and python-mode.
12767 (align-rules-list): Add python-chain-logic and
12768 basic-line-continuation.
12769
127702000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12771
12772 * apropos.el (apropos-mode-hook): New user variable.
12773 (apropos-mode): Run apropos-mode-hook.
12774
127752000-06-07 David Ponce <david@dponce.com>
12776
12777 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12778 commands. Require `wid-edit' at run-time.
12779
127802000-06-07 David Ponce <david@dponce.com>
12781
12782 * recentf.el: Added some "Commentary".
12783 (recentf-open-more-files, recentf-edit-list): Minor changes to
12784 move the point at the top of the file list. This behaviour is
12785 consistent with the menu one when the list contains a lot of
12786 files.
12787 (recentf-cleanup): Now displays the number of items removed from
12788 the list.
12789 (recentf-relative-filter) New menu filter to show filenames
12790 relative to `default-directory'.
12791
127922000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12793
12794 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12795 with/without giving an error if PostScript printer doesn't have this
12796 kind of page size. Zebra Stripe continues or restarts on next page.
12797 Manual/automatic paper feeding. Switch or not the header.
12798 (ps-print-version): New version number (5.2.2).
12799 (ps-windows-system): Include emx as a Windows system.
12800 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12801 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12802 (ps-background-text): Code fix.
12803 (ps-error-handler-message, ps-user-defined-prologue)
12804 (ps-print-prologue-header, ps-printer-name)
12805 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12806 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12807 (ps-use-face-background): Customization fix.
12808 (ps-n-up-database): Data fix.
12809 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12810 (ps-switch-header): New vars.
12811 (ps-xemacs-color-name, ps-face-foreground-name)
12812 (ps-face-background-name, ps-boolean-constant): New funs.
12813
128142000-06-07 Dave Love <fx@gnu.org>
12815
12816 * allout.el: New version from Manheimer.
12817
128182000-06-07 Kenichi Handa <handa@etl.go.jp>
12819
12820 * textmodes/fill.el (fill-find-break-point): Check the validity of
12821 charset.
12822
128232000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12824
12825 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12826 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12827 Call display-color-p and display-mouse-p instead of looking at
12828 window-system.
12829
128302000-06-06 Dave Love <fx@gnu.org>
12831
12832 * image.el (find-image): Doc fix. Return nil if image not found.
12833 (put-image, insert-image): Make STRING arg optional.
12834
128352000-06-06 Kenichi Handa <handa@etl.go.jp>
12836
12837 * language/vietnamese.el: Remove eval-when-compile.
12838 (viet-viscii-nonascii-translation-table): Define it as a
12839 translation table made from viet-viscii-decode-table.
12840 (viet-viscii-encode-table): Define it as a translation table made
12841 from the reverse map of above.
12842 (viet-vscii-nonascii-translation-table): Define it as a
12843 translation table made from viet-vscii-decode-table.
12844 (viet-vscii-encode-table): Define it as a translation table made
12845 from the reverse map of above.
12846 (ccl-decode-viscii): Use translate-character.
12847 (ccl-encode-viscii, ccl-encode-viscii-font)
12848 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12849 Likewize.
12850
12851 * language/cyrillic.el: Remove eval-when-compile.
12852 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12853 translation table made from cyrillic-koi8-r-decode-table.
12854 (cyrillic-koi8-r-encode-table): Define it as a translation table
12855 made from the reverse map of above.
12856 (ccl-decode-koi8): Use translate-character.
12857 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12858 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12859 a translation table made from cyrillic-alternativnyj-decode-table.
12860 (cyrillic-alternativnyj-encode-table): Define it as a translation
12861 table made from the reverse map of above.
12862 (ccl-decode-alternativnyj): Use translate-character.
12863 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12864 Likewize
12865
12866 * international/mule-diag.el (non-iso-charset-alist): Specify
12867 translation table symbol instead of translation table itself.
12868 (list-block-of-chars): CHARSET may be a translation table symbol.
12869
12870 * international/mule.el (make-coding-system): If CODING-SYSTEM
12871 already exists, override it.
12872
12873 * international/fontset.el: Use family `proportional' for Tibetan
12874 fonts.
12875
12876 * international/ccl.el (ccl-compile-translate-character): Don't
12877 check if Rrr has property translation-table.
12878 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12879
128802000-06-05 Gerd Moellmann <gerd@gnu.org>
12881
12882 * info.el: Bind case-fold-search to t when searching in case
12883 a user sets it to nil in a hook.
12884
128852000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12886
12887 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12888 * hl-line.el (hl-line-mode): Use the new :global key argument.
12889
12890 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12891 (tar-clip-time-string): Prepend a space.
12892 (tar-grind-file-mode): Construct a string rather than modifying one.
12893 (tar-header-block-summarize): Fix docstring.
12894 Use `format' rather than an error-prone set of copy-loops.
12895
12896 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12897 (diff-goto-source, diff-unified->context, diff-context->unified)
12898 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12899 understand the format output by the `-p' argument to diff.
12900
12901 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12902 (sh-re-done): Use defconst.
12903 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12904 (sh-help-string-for-variable, sh-guess-basic-offset):
12905 Don't quote lambdas.
12906 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12907 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12908
12909 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12910 (mh-letter-mode): Derive from text-mode.
12911 This implicitly means that it now calls kill-all-local-variables.
12912 Also remove the Emacs-18 compatibility code.
12913
12914 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12915 Make use of symbol-property doc-string-elt.
12916 Use memq rather than a sequence of eq.
12917 (doc-string-elt): Fix the wrong or missing previously unused values.
12918 (autoload-print-form): New function extracted from
12919 generate-file-autoloads to allow recursion when handling progn
12920 so that defvar's and defun's docstrings are properly printed.
12921 (generate-file-autoloads): Use it.
12922
12923 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12924 Use find-file-hooks in the minor-mode function.
12925 Be careful not to loop indefinitely in the post-command-hook function.
12926
129272000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12928
12929 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12930 tty's.
12931 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12932 differences whenever appropriate.
12933 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12934 * viper.el (find-file, find-file-other-window): Get viper to do
12935 wildcards.
12936
129372000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12938
12939 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12940 (jit-lock-fontify-buffer): New function for JIT refontification.
12941 (jit-lock-mode): Fix docstring.
12942 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12943 Remove jit-lock-after-change from the _local_ hook.
12944 (jit-lock-function-1): Fix docstring.
12945
12946 * info.el (Info-on-current-buffer): Initialize info.
12947
12948 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12949
12950 * progmodes/tcl.el (tcl-indent-for-comment):
12951 Ignore comment-indent-hook.
12952
12953 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12954 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12955 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12956 and improve to use the lighter to guess the capitalization.
12957 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12958 Add keyword arguments to specify global-ness or the custom group.
12959 Add local-map and help-echo properties to the lighter.
12960 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12961 (easy-mmode-define-global-mode): New macro.
12962
129632000-06-02 Dave Love <fx@gnu.org>
12964
12965 * wid-edit.el: byte-compile-dynamic since we typically don't use
12966 all the widgets. Don't require cl or widget. Remove
12967 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12968 (widget-read-event): Removed. Callers changed to use read-event.
12969 (widget-button-release-event-p): Renamed from
12970 button-release-event-p.
12971 (widget-field-add-space, widget-field-use-before-change):
12972 Uncustomize.
12973 (widget-specify-field): Use keymap property, not local-map.
12974 (widget-specify-button): Obey :suppress-face.
12975 (widget-specify-insert): Use modern backquote syntax.
12976 (widget-image-directory): Renamed from widget-glyph-directory.
12977 (widget-image-enable): Renamed from widget-glyph-enable.
12978 (widget-image-find): Replaces widget-glyph-find.
12979 (widget-button-pressed-face): Move defvar.
12980 (widget-image-insert): Replaces widget-glyph-insert.
12981 (widget-convert): Use keywordp.
12982 (widget-leave-text, widget-children-value-delete): Use mapc.
12983 (widget-keymap): Remove XEmacs stuff.
12984 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12985 (widget-button-click): Don't set point at the click, but re-centre
12986 if we scroll out of window. Rewritten for images v. glyphs &c.
12987 (widget-tabable-at): Use POS arg, not point.
12988 (widget-beginning-of-line, widget-end-of-line)
12989 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12990 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12991 (widget-default-create): Use widget-image-insert; some rewriting.
12992 (widget-visibility-value-create)
12993 (widget-push-button-value-create, widget-toggle-value-create): Use
12994 widget-image-insert.
12995 (checkbox): Create on and off images dynamically.
12996 (documentation-link): Change :help-echo.
12997 (widget-documentation-link-echo-help): Remove.
12998
129992000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13000
13001 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13002
13003 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13004 (easy-mmode-define-toggle, define-minor-mode): Use it.
13005 (easy-mmode-define-keymap): Docstring fix.
13006 (define-derived-mode): Default PARENT to fundamental-mode.
13007 Add the derived-mode-parent symbol-property.
13008 (easy-mmode-derived-mode-p): New function.
13009
130102000-06-02 Dave Love <fx@gnu.org>
13011
13012 * files.el (convert-standard-filename): Doc fix.
13013 (normal-backup-enable-predicate): New function.
13014 (backup-enable-predicate): Use it to replace the lambda form.
13015
13016 * calendar/todo-mode.el: [This needs more work on the outline
13017 stuff.] Doc fixes.
13018 (todo) <defgroup>: Add :version.
13019 (todo-add-category): Don't use pushnew.
13020 (todo-cmd-raise): Fix typo.
13021 (todo-top-priorities): Change temp buffer name.
13022 (todo-category-alist): Avoid redundant lambda.
13023 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13024 Use outline-next-heading.
13025
13026 * autoarg.el: Rewritten to use define-minor-mode.
13027 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13028 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13029
130302000-06-02 Kenichi Handa <handa@etl.go.jp>
13031
13032 * isearch.el (isearch-other-meta-char): Fix previous change.
13033
130342000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13035
13036 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13037 (log-edit-done): Only add the comment to the ring if it's different
13038 from the last comment entered.
13039
13040 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13041
130422000-06-01 Dave Love <fx@gnu.org>
13043
13044 * hl-line.el: Rewritten using define-minor-mode.
13045
13046 * help.el (describe-function-1): Distinguish special form from
13047 builtin function. Sanity-check presence of arglist for builtins.
13048
130492000-06-01 Kenichi Handa <handa@etl.go.jp>
13050
13051 * international/characters.el: Fix syntax/category setting of
13052 Tibetan characters.
13053
13054 * language/tibet-util.el (tibetan-add-components): Fixes for new
13055 encoding of Tibetan characters.
13056 (tibetan-decompose-precomposition-alist): New variable.
13057 (tibetan-decompose-region): Convert precomposed characters to
13058 non-precomposed characters.
13059 (tibetan-decompose-string): Likewise.
13060 (tibetan-composition-function): Fix args to
13061 thibetan-compose-string.
13062
13063 * language/tibetan.el (tibetan-composable-pattern): More
13064 characters included.
13065 (tibetan-consonant-transcription-alist): Rule for "R" added.
13066 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13067 "+R" added.
13068 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13069
13070 * language/lao-util.el (lao-composition-function): Fix args to
13071 compose-string.
13072
13073 * language/thai-util.el (thai-composition-function): Fix args to
13074 compose-string.
13075
13076 * isearch.el (isearch-update): Set disable-point-adjustment to t
13077 to prevent the point moving to the end of a composition when a
13078 part of a composition is searched.
13079 (isearch-other-meta-char): If the key invoking this command can be
13080 mapped by function-key-map to a printing char, call
13081 isearch-process-search-char directly.
13082
130832000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13084
13085 * emacs-lisp/bytecomp.el:
13086 * frame.el:
13087 * international/mule-cmds.el:
13088 * international/mule-util.el:
13089 * international/mule.el:
13090 * mouse.el:
13091 * subr.el:
13092 * faces.el: Update calls to make-obsolete with a WHEN argument.
13093
13094 * byte-run.el (make-obsolete, make-obsolete-variable):
13095 Add an optional WHEN argument and change the format of the
13096 symbol-property information.
13097 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13098 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13099 new obsolete-symbol-property format and print WHEN if it is provided.
13100
131012000-05-31 Dave Love <fx@gnu.org>
13102
13103 * loadhist.el (loadhist-hook-functions): Remove
13104 before-change-function, after-change-function.
13105 (unload-feature): Deal with symbols which are both bound and
13106 fbound.
13107
13108 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13109 before-change-function, after-change-function.
13110
13111 * simple.el (newline): Don't bind before-change-function,
13112 after-change-function.
13113
131142000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13115
13116 * whitespace.el (whitespace-rescan-timer-time): Update interval
13117 set to 600 seconds (10 minutes) instead of 60 seconds since
13118 a large number of whitespace buffers causes emacs to `freeze'
13119 for a considerable amount of time.
13120
13121 * whitespace.el: Updated email address
13122
131232000-05-31 Dave Love <fx@gnu.org>
13124
13125 * add-log.el (change-log-font-lock-keywords) <function>: Add
13126 pattern for function of change.
13127 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13128 acknowledgements patterns.
13129
131302000-05-31 Kenichi Handa <handa@etl.go.jp>
13131
13132 * isearch.el (isearch-printing-char): If keyboard coding system is
13133 being used, call isearch-process-search-multibyte-characters.
13134
13135 * international/isearch-x.el: Mostly rewritten.
13136
13137 * international/quail.el (quail-start-conversion): Don't include
13138 unhandled events in the returned events, but set them in
13139 unread-command-events. Exit if all inputs are deleted.
13140
131412000-05-30 Jason Rumney <jasonr@gnu.org>
13142
13143 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13144
13145 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13146 Reenable code to create initial fontsets.
13147 Use set-fontset-font in place of put-charset-property.
13148
131492000-05-30 Gerd Moellmann <gerd@gnu.org>
13150
13151 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13152 label, ensure that the first colon isn't followed by another.
13153
13154 * paths.el (Info-default-directory-list): Doc fix.
13155
13156 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13157 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13158 send a query containing USER only, not USER@HOST.
13159
13160 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13161 and rmail-msgend to compute the restriction at the end, instead of
13162 computing it.
13163
131642000-05-29 Gerd Moellmann <gerd@gnu.org>
13165
13166 * dabbrev.el (dabbrev-expand): Don't display messages in the
13167 echo area if the minibuffer window is active.
13168
13169 * jit-lock.el (jit-lock-mode): Add after change function to
13170 local hook.
13171
131722000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13173
13174 * antlr-mode.el: New commands: hide/unhide actions,
13175 upcase/downcase literals.
13176 (antlr-tiny-action-length): New user option.
13177 (antlr-hide-actions): New command. Suggested by
13178 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13179 (antlr-mode-map): New binding [C-c C-v].
13180 (antlr-mode-menu): New entries.
13181 (antlr-downcase-literals): New command.
13182 (antlr-upcase-literals): Ditto.
13183
13184 * antlr-mode.el: Minor changes: indendation, mode-name.
13185 (antlr-indent-line): Indent cpp directive at column 0.
13186 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13187
13188 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13189 (antlr-font-lock-additional-keywords): Workaround for intentional
13190 bug in XEmacs version of font-lock.
13191 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13192 be used by a smarter version of `buffers-menu-grouping-function'.
13193
131942000-05-29 Gerd Moellmann <gerd@gnu.org>
13195
13196 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13197 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13198
131992000-05-29 Kenichi Handa <handa@etl.go.jp>
13200
13201 * international/encoded-kb.el
13202 (encoded-kbd-iso2022-designation-map): Pay attention to that
13203 charset-iso-final-char return -1 for eight-bit-control and
13204 eight-bit-graphic.
13205
132062000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13207
13208 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13209 (speedbar-easymenu-definition-base): Use display-graphic-p where
13210 available, instead of window-system.
13211
132122000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13213
13214 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13215 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13216 coding systems.
13217
132182000-05-26 Dave Love <fx@gnu.org>
13219
13220 * disp-table.el (standard-display-underline): Don't use
13221 internal-find-face.
13222
13223 * mail/reporter.el: Maintainer change. Doc fixes.
13224 (reporter-version): Deleted.
13225
13226 * emacs-lisp/elp.el: Maintainer change.
13227 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13228
132292000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13230
13231 * add-log.el (add-change-log-entry): Merge the current entry with the
13232 previous one if the previous one is empty.
13233
132342000-05-26 Dave Love <fx@gnu.org>
13235
13236 * loadhist.el (unload-feature): Fix interactive spec [from
13237 lijnzaad@ebi.ac.uk].
13238
13239 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13240 subr-arity to check primitives.
13241 (byte-compile-flush-pending, byte-compile-file-form-progn)
13242 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13243 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13244 mapcar.
13245
132462000-05-26 Kenichi Handa <handa@etl.go.jp>
13247
13248 * international/fontset.el: Set family names of non-latin charsets
13249 in default fontset to "*".
13250
13251 * international/mule-diag.el (print-fontset): Combine family part
13252 and registry part of the fontname by "-*-" instead of "-".
13253
13254 * international/mule-cmds.el (encode-coding-char): Make strings
13255 multibyte before calling encode-coding-string.
13256
132572000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13258
13259 * derived.el: Fix keywords.
13260 (define-derived-mode): Only define if needed.
13261
13262 * simple.el (fill-comment, comment-column, comment-start)
13263 (comment-start-skip, comment-end, comment-indent-function)
13264 (block-comment-start, block-comment-end, indent-for-comment)
13265 (set-comment-column, kill-comment, comment-padding, comment-region)
13266 (comment-multi-line, indent-new-comment-line): Remove.
13267
13268 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13269 function names for comment operations.
13270
13271 * newcomment.el: Add abundant autoload cookies.
13272 (comment-style): Don't depend on runtime data at compile-time.
13273 (comment-indent-hook): Remove.
13274 (comment-indent): Check if comment-indent-hook is bound.
13275 (comment-region): Docstring fix.
13276
132772000-05-25 Dave Love <fx@gnu.org>
13278
13279 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13280 byte-code-function-p.
13281
13282 * mail/rmailsum.el: Add provide.
13283
13284 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13285
13286 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13287 defcustom.
13288
132892000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13290
13291 * ediff-diff.el (ediff-exec-process): delete --binary option from
13292 non-buffer ediff jobs.
13293
132942000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13295
13296 * hilit-chg.el (highlight-changes-mode): Ask about color or
13297 grayscale support, not about window-system.
13298
13299 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13300 window-system.
13301 (ffap-highlight): Always default to t.
13302
13303 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13304 display-popup-menus-p instead of looking at window-system.
13305
13306 * disp-table.el (standard-display-g1, standard-display-graphic):
13307 Only refuse to use string glyphs on X and MS-Windows.
13308
13309 * avoid.el: Remove window-system from commentary, suggest to use
13310 display-*-p instead.
13311
13312 * apropos.el (apropos-print): Use display-mouse-p instead of
13313 window-system.
13314
133152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13316
13317 * international/codepage.el (cp-decoding-vector-for-codepage):
13318 Fill up unsupported characters with their own codes. From Kenichi
13319 Handa.
13320
133212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13322
13323 * international/mule-diag.el (describe-char-after): Use
13324 display-graphic-p instead of window-system, so that this function
13325 works on MS-DOS.
13326
133272000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13328
13329 * international/codepage.el (cp-make-coding-systems-for-codepage):
13330 Remove the eight-bit-graphic and eight-bit-control charsets from
13331 the list of charsets which we convert into `?'.
13332
133332000-05-25 Kenichi Handa <handa@etl.go.jp>
13334
13335 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13336 private charsets.
13337 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13338 japanese-jisx0213-2): New charsets.
13339
13340 * international/fontset.el: Setup default fontset for new charsets.
13341
133422000-05-24 Dave Love <fx@gnu.org>
13343
13344 * info.el (Info-find-node-2): Restructure [following "Vadim
13345 S. Solomin" <sovs@uic.nnov.ru>].
13346
13347 * icomplete.el: Fix header for Finder.
13348
133492000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13350
13351 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13352 STAY.
13353
13354 * rmail.el (rmail-automatic-folder-directives): New user variable.
13355 (rmail-show-message): Add call to `rmail-auto-file' during
13356 display.
13357 (rmail-auto-file): New function.
13358
133592000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13360
13361 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13362 account.
13363 (ediff-test-utility,ediff-diff-mandatory-option)
13364 (ediff-reset-diff-options): Utilities for proper initialization of
13365 ediff-diff-options and ediff-diff3-options on Windows.
13366
13367 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13368 variable.
13369
13370 * ediff-mult.el (ediff-filegroup-action): Use
13371 ediff-merge-filename-prefix.
13372
133732000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13374
13375 * viper-ex.el (ex-write): Set selective display to nil.
13376
133772000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13378
13379 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13380 aliases for hebrew-iso-8bit.
13381
133822000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13383
13384 * woman.el: New version from Francis J. Wright
13385 <F.J.Wright@Maths.QMW.ac.uk>.
13386 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13387 names in environment variables regardless of the path separator.
13388 (woman-topic-all-completions-1): Don't call file-name-directory-p
13389 on all files, since woman-file-regexp already filters out any
13390 directories.
13391
133922000-05-24 Kenichi Handa <handa@etl.go.jp>
13393
13394 * international/quail.el (quail-start-translation): Don't change
13395 modified-p of the current buffer.
13396 (quail-start-conversion): Likewise.
13397
13398 * international/kkc.el (kkc-region): Don't change modified-p of
13399 the current buffer.
13400
13401 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13402 conform to RFC1468.
13403 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13404
134052000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13406
13407 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13408 (speedbar-insert-button): Invisible text property fix.
13409 (speedbar-directory-plus): Renamed from speedbar-directory-+
13410 (speedbar-directory-minus): Renamed from speedbar-directory--
13411 (speedbar-page-plus): Renamed from speedbar-file-+
13412 (speedbar-page-minus): Renamed from speedbar-file--
13413 (speedbar-page): Renamed from speedbar-file-
13414 (speedbar-tag): Renamed from speedbar-tag-
13415 (speedbar-tag-plus): Renamed from speedbar-tag-+
13416 (speedbar-tag-minus): Renamed from speedbar-tag--
13417 (speedbar-expand-image-button-alist): Use above renames.
13418
13419 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13420 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13421 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13422 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13423 * sb-pg.xpm: Renamed from sb-file.xpm
13424 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13425 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13426
134272000-05-24 Kenichi Handa <handa@etl.go.jp>
13428
13429 * international/quail.el (quail-show-guidance-buf): Set
13430 current-input-method of the guidance buffer to the name of the
13431 curren input method.
13432
134332000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13434
13435 * progmodes/compile.el (compile-internal): Style typo.
13436
13437 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13438 quote vars and functions in the docstring.
13439
13440 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13441
13442 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13443 Don't quote lambdas.
13444
13445 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13446
134472000-05-23 Gerd Moellmann <gerd@gnu.org>
13448
13449 * startup.el (command-line): Determine source file of compiled
13450 user init file differently. Warn if compiled user init file
13451 is older than its source file.
13452
13453 * ffap.el (ffap-url-regexp): Add `https'.
13454
134552000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13456
13457 * files.el (make-backup-file-name-1): Replace slashes with `!'
13458 rather than `|' (which is not allowed on Windows). Replace the
13459 drive letters with a string "drive_X".
13460
134612000-05-23 Gerd Moellmann <gerd@gnu.org>
13462
13463 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13464
13465 * files.el (interpreter-mode-alist): Add `bash2'.
13466
134672000-05-22 Dave Love <fx@gnu.org>
13468
13469 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13470 mapc.
13471 (feature-file): Avoid calling symbol-name. Doc fix.
13472 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13473 (loadhist-hook-functions): Add mouse-position-function.
13474 (unload-feature): Change uses of mapcar.
13475
13476 * files.el (parse-colon-path): Doc fix.
13477 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13478 (set-auto-mode): Use mapc.
13479
13480 * complete.el (PC-look-for-include-file): Use :alnum: character
13481 class.
13482 (partial-completion-mode): Add autoload cookie.
13483
134842000-05-22 Sam Steingold <sds@gnu.org>
13485
13486 * info.el (Info-fontify-node): Fixed the call to
13487 `add-text-properties' (bug introduced on 2000-05-18).
13488
134892000-05-22 Dave Love <fx@gnu.org>
13490
13491 * bindings.el: Remove debug-ignored-errors set in other files.
13492
13493 * progmodes/etags.el: Add to debug-ignored-errors.
13494 (visit-tags-table-buffer): Clear out buffers holding old tables
13495 when making a new list.
13496 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13497 mapc.
13498
13499 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13500 quote keywords.
13501 (cmpl-string-case-type): Use character classes.
13502
13503 * comint.el:
13504 * textmodes/ispell.el:
13505 * imenu.el:
13506 * mail/mh-e.el:
13507 * progmodes/compile.el: Add to debug-ignored-errors.
13508
13509 * dabbrev.el: Add to debug-ignored-errors.
13510 (dabbrev-completion): Use mapc.
13511
135122000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13513
13514 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13515 (woman-mapcan, woman-parse-man.conf)
13516 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13517 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13518 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13519 path syntax better.
13520 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13521 (woman-manpath): Call woman-parse-man.conf.
13522 (woman-emulation): New defcustom, defaults to nroff.
13523 (woman-font-support): New defconst.
13524 (woman-use-symbol-font): New defcustom.
13525 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13526 "Emulation".
13527 Many functions: Doc fix.
13528
135292000-05-22 Kenichi Handa <handa@etl.go.jp>
13530
13531 * international/quail.el (quail-simple-translation-keymap): Map
13532 128..255 to quail-self-insert-command.
13533 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13534
135352000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13536
13537 * help.el (help-manyarg-func-alist): Typo.
13538
13539 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13540 intervals which makes it heaps simpler.
13541
13542 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13543 the nested comment markers.
13544
13545 * subr.el (remove-hook): Don't turn the hook's value into a list.
13546
135472000-05-21 Dave Love <fx@gnu.org>
13548
13549 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13550 are invalid characters.
13551
13552 * international/mule-util.el (detect-coding-with-priority): Use
13553 mapc. Remove redundant lambda.
13554
13555 * international/mule-diag.el (list-non-iso-charset-chars)
13556 (describe-fontset): Remove redundant lambda.
13557
13558 * emulation/crisp.el (brief-mode): New alias.
13559
13560 * emacs-lisp/ring.el (ring-elements): New function.
13561
13562 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13563 (easy-menu-do-add-item): Use keywordp.
13564
13565 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13566
13567 * replace.el: Doc and error message fixes.
13568 (replace-highlight): Use facep, not internal-find-face.
13569
135702000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13571
13572 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13573
13574 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13575 (log-edit-insert-changelog): Drop `:' as well.
13576
13577 * log-view.el: Fix file description.
13578 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13579 available.
13580 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13581 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13582
13583 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13584 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13585 Print a status message if the toggle is called interactively.
13586 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13587 for global minor modes and use `defcustom' for them.
13588 Use add-minor-mode.
13589 (easy-mmode-define-derived-mode): Remove.
13590 (define-derived-mode): Fancier default docstring.
13591 (easy-mmode-define-navigation): Signal an error rather than (ding).
13592
13593 * newcomment.el (comment-styles): New `box-multi'.
13594 (comment-normalize-vars): Better default for comment-continue to
13595 avoid whitespace-only continuations.
13596 (comment-search-forward): Always move even in the no-syntax case.
13597 (comment-padright): Only obey N if it's only obeyed for padleft.
13598 (comment-make-extra-lines): Better handling of empty continuations.
13599 Use `=' for the filler if comment-start has only one character.
13600 (uncomment-region): Try handling the special `=' filler.
13601 (comment-region): Allow LINES even if MULTI is nil.
13602 (comment-box): Choose box style based on comment-style.
13603
136042000-05-20 Kenichi Handa <handa@etl.go.jp>
13605
13606 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13607 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13608
136092000-05-20 Kenichi HANDA <handa@etl.go.jp>
13610
13611 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13612 and insert, not subst-char-in-region.
13613
13614 * international/mule-diag.el (list-character-sets-1): Handle
13615 charsets eight-bit-control and eight-bit-graphic.
13616 (list-iso-charset-chars): Likewise.
13617 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13618 charactes as is. Use indent-to to align characters.
13619
13620 * international/mule-cmds.el (find-multibyte-characters): Never
13621 exclude charsets eight-bit-control and eight-bit-graphic.
13622
136232000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13624
13625 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13626 Don't quote lambdas.
13627
13628 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13629
136302000-05-19 Gerd Moellmann <gerd@gnu.org>
13631
13632 * gud.el (gud-jdb-directories): Doc fix.
13633
136342000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13635
13636 * newcomment.el: New file.
13637
136382000-05-19 Gerd Moellmann <gerd@gnu.org>
13639
13640 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13641
136422000-05-18 Andreas Schwab <schwab@suse.de>
13643
13644 * dired.el (dired-between-files): Also skip lines beginning with
13645 `used'.
13646
136472000-05-18 Gerd Moellmann <gerd@gnu.org>
13648
13649 * msb.el (msb-menu-cond): Add choice `user'.
13650
136512000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13652
13653 * ps-print.el: Compatibility, customization and doc fix.
13654 (ps-printer-name-option): Replace defconst by defvar.
13655 (ps-postscript-code-directory): XEmacs compatibility.
13656 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13657 fix.
13658 (ps-user-defined-prologue, ps-print-prologue-header)
13659 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13660 compatibility and code fix.
13661 (ps-print-background-image, ps-print-background-text):
13662 Customization fix.
13663 (ps-line-number-start, ps-n-up-on): New vars.
13664
136652000-05-18 Espen Skoglund <esk@ira.uka.de>
13666
13667 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13668 the indent-comment function to just return the appropriate indent.
13669
136702000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13671
13672 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13673 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13674 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13675
136762000-05-18 Dave Love <fx@gnu.org>
13677
13678 * info.el (Info-fontify-node): Add intangible property as well as
13679 invisible.
13680
13681 * calendar/appt.el (appt-make-list): Match all lines of entry.
13682 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13683
136842000-05-18 Kenichi Handa <handa@etl.go.jp>
13685
13686 * international/mule-diag.el (describe-char-after): Call
13687 internal-char-font, not char-font. If internal-char-font returns
13688 nil, display "-- none --".
13689
136902000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13691
13692 * image.el (image-type-available-p): Don't reference image-types
13693 if it isn't bound.
13694
136952000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13696
13697 * autoarg.el (autoarg-mode): Typo in the :set argument.
13698
136992000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13700
13701 * startup.el (command-line-1): Don't signal an error if the
13702 directory for auto-save-list files does not yet exist.
13703
137042000-05-17 Kenichi Handa <handa@etl.go.jp>
13705
13706 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13707
137082000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13709
13710 * subr.el (remove-hook): `setq' hook-value, not `set'.
13711
137122000-05-16 Sam Steingold <sds@gnu.org>
13713
13714 * info.el (debug-ignored-errors): More errors to ignore.
13715
137162000-05-16 Dave Love <fx@gnu.org>
13717
13718 * cus-edit.el: Don't require cl or easymenu.
13719 (custom-variable-prompt): Test standard-value property, not
13720 user-variable-p.
13721
137222000-05-16 Sam Steingold <sds@gnu.org>
13723
13724 * subr.el (add-hook): `setq' hook-value, not `set'.
13725
137262000-05-16 Gerd Moellmann <gerd@gnu.org>
13727
13728 * startup.el (command-line-1): Mention the FAQ in the startup
13729 message.
13730
13731 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13732
13733 * progmodes/compile.el (compilation-parse-errors): Collect
13734 `nomessage' regexps last.
13735
13736 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13737
13738 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13739 to the function name.
13740
137412000-05-15 Dave Love <fx@gnu.org>
13742
13743 * speedbar.el (speedbar-recenter): Typo.
13744 (speedbar-expand-line): Make arg optional.
13745 (speedbar-mode): Avoid a compiler warning.
13746
137472000-05-15 Gerd Moellmann <gerd@gnu.org>
13748
13749 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13750 user-specified option string is empty.
13751
13752 * mouse.el (mouse-yank-at-click): Doc fix.
13753
137542000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13755
13756 * term/internal.el (IT-character-translations): More updates of
13757 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13758 documents.
13759
137602000-05-15 Gerd Moellmann <gerd@gnu.org>
13761
13762 * env.el (getenv): New function, interactively callable.
13763 (setenv, getenv): Remove autoload cookies.
13764
13765 * loadup.el: Load `env'.
13766
13767 * progmodes/f90.el: Change author's mail address.
13768
137692000-05-14 Dave Love <fx@gnu.org>
13770
13771 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13772 goto-addr as an option.
13773
13774 * help.el (help-xref-stack): Doc fix.
13775 (help-xref-following): New variable.
13776 (help-make-xrefs): Use it.
13777 (help-xref-go-back): Use position information from stack element.
13778 (help-follow): Make position in stack element a pair. Use
13779 help-xref-following.
13780
13781 * autoarg.el: New file.
13782
13783 * faces.el: Declare more functions obsolete.
13784
13785 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13786 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13787 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13788 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13789 Remove all the setup-...-environment functions.
13790
137912000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13792
13793 * speedbar.el: Updated the commentary section. xemacs20p now uses
13794 >= when detecting. Require `defimage' safely.
13795 (speedbar-easymenu-definition-base): Add toggle for images.
13796 (speedbar-easymenu-definition-special): Add flush cache & expand.
13797 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13798 (speedbar-reconfigure-keymaps-hook): New variable.
13799 (speedbar-frame-parameters): Updated documentation.
13800 (speedbar-use-imenu-flag): Updated custom tag
13801 (speedbar-dynamic-tags-function-list): New variable.
13802 (speedbar-tag-hierarchy-method): Updated doc & custom.
13803 (speedbar-indentation-width, speedbar-indentation-width) New
13804 variables.
13805 (speedbar-hide-button-brackets-flag): Customizable.
13806 (speedbar-vc-indicator): Doc update.
13807 (speedbar-ignored-path-expressions): Updated default value.
13808 (speedbar-supported-extension-expressions): Updated default value.
13809 (speedbar-syntax-table): Remove {} paren status.
13810 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13811 as "+". Added overlay aliases.
13812 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13813 `force-mode-line-update'.
13814 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13815 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13816 `mouse-set-point'
13817 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13818 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13819 of arbitrary text, and new helper functions.
13820 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13821 filename finder.
13822 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13823 (speedbar-directory-buttons): Update path search/expansion.
13824 (speedbar-make-tag-line): Pay attention to
13825 `speedbar-indentation-width'. Use more care w/ invisible
13826 properties.
13827 (speedbar-change-expand-button-char): Call
13828 `speedbar-insert-image-button-maybe'.
13829 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13830 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13831 (speedbar-trim-words-tag-hierarchy)
13832 (speedbar-simple-group-tag-hierarchy): New functions
13833 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13834 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13835 functions.
13836 (speedbar-mouse-set-point): New function
13837 (speedbar-power-click): Updated documentation.
13838 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13839 of tag prefix text.
13840 (speedbar-expand-line, speedbar-contract-line): Make more robust
13841 to strange text.
13842 (speedbar-expand-line): Takes universal argument to flush the
13843 cache.
13844 (speedbar-flush-expand-line): New function.
13845 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13846 Use new generator insertion method.
13847 (speedbar-fetch-dynamic-tags): New function.
13848 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13849 `speedbar-fetch-dynamic-imenu'.
13850 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13851 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13852 "Revert Buffer" menu items.
13853 (speedbar-buffer-buttons-engine): Be smarter when creating a
13854 filename tag (for expansion purposes.).
13855 (speedbar-highlight-one-tag-line,
13856 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13857 (speedbar-recenter): New functions.
13858 (defimage-speedbar): Image loading abstraction.
13859 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13860 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13861 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13862 (speedbar-tag-type, speedbar-tag-mail): New images.
13863 (speedbar-expand-image-button-alist): New variable.
13864 (speedbar-insert-image-button-maybe): Insert an image over some
13865 buttons.
13866
138672000-05-13 Kenichi Handa <handa@etl.go.jp>
13868
13869 * international/mule-cmds.el (encode-coding-char): An ASCII
13870 character is always encodable.
13871
13872 * international/mule-conf.el: Add more information in descriptions
13873 of character sets.
13874
13875 * international/mule-diag.el (describe-char-after): New function.
13876 (describe-font-internal): Adjusted for the change of font-info.
13877 (describe-font): Likewise.
13878 (print-fontset): Rewritten for the new fontset implementation.
13879 (describe-fontset): Include fontset alias names in completion.
13880 (list-fontsets): Adjusted for the change of print-fontset.
13881
13882 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13883 describe-char-after instead of displaying the detail in the echo
13884 area.
13885 (syntax-code-table): Format changed.
13886 (string-to-syntax): Adjusted for the above change.
13887
138882000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13889
13890 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13891
138922000-05-12 Dave Love <fx@gnu.org>
13893
13894 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13895 dependence. Use line-{beginning,end}-position, not
13896 point-at{b,e}ol. Some doc fixes.
13897 (todo-position): New function. Fix callers of position to use it.
13898 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13899
139002000-05-12 Gerd Moellmann <gerd@gnu.org>
13901
13902 * time.el (display-time-mail-icon): Use `:ascent center'.
13903
13904 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13905 handling FTP security extensions.
13906
139072000-05-11 Dave Love <fx@gnu.org>
13908
13909 * calendar/todo-mode.el: New file.
13910
139112000-05-11 Gerd Moellmann <gerd@gnu.org>
13912
13913 * comint.el (comint-read-input-ring): Move reference to
13914 comint-input-ring-size outside of the save-excursion. It was
13915 causing the default value to be the only one ever seen.
13916
13917 * font-lock.el: Update copyright. Remove Simon Marshall's email
13918 address on request from him.
13919
13920 * subr.el (substitute-key-definition): Add comment describing
13921 the meaning of PREFIX.
13922
139232000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13924
13925 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13926
13927 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13928 (add-minor-mode): Don't make the variable buffer-local and add a
13929 reference to define-minor-mode in the docstring.
13930
13931 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13932 HEADER/FOOTER and fix bug with trailing empty directory.
13933 (cvs-append-to-ignore): Use vc-editable-p if available.
13934 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13935 (vc-do-command): Tweak advice to handle the new VC.
13936
13937 * log-view.el (log-view-goto-rev): New function for the new VC.
13938 (log-view-minor-wrap): Use mark-active.
13939
13940 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13941 (log-edit-changelog-full-paragraphs): New var.
13942 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13943 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13944 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13945 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13946 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13947 Replace the `cvs' prefix with `log-edit'.
13948
13949 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13950
13951 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13952 (diff-font-lock-defaults): Explicitly turn off multiline.
13953 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13954 (diff-ediff-patch): Fix call to ediff-patch-file.
13955 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13956 Handle comments.
13957
13958 * frame.el (automatic-hscrolling): Typo.
13959
13960 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13961
139622000-05-09 Sam Steingold <sds@goems.com>
13963
13964 * apropos.el (apropos-print): use `describe-face' instead of
13965 `customize-face-other-window'.
13966
139672000-05-09 Dave Love <fx@gnu.org>
13968
13969 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13970
13971 * help.el (describe-variable): Have customize button pop the
13972 help-xref stack when invoked.
13973 (help-xref-symbol-regexp): Add `face'.
13974 (help-make-xrefs): Check for quoted face names and adapt regexp
13975 submatch numbers to cope.
13976 (help-xref-interned): Maybe insert face doc too. Separate
13977 sections with a line of hyphens.
13978
13979 * faces.el: Some doc fixes. Declare some functions obsolete.
13980 (describe-face): Add customize button. Return the help
13981 text. Fix prompt.
13982
139832000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13984
13985 * term/internal.el (IT-character-translations): Fix last change.
13986
139872000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13988
13989 * woman.el: New file
13990 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13991
139922000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13993
13994 * term/internal.el (IT-character-translations): Update ASCII
13995 simulations for greek-iso8859-7, add latin-iso8859-14 and
13996 latin-iso8859-15.
13997
13998 * international/mule-cmds.el (set-language-info-alist): Call
13999 define-prefix-command with 3 arguments, to make the map suitable
14000 for a menu.
14001
140022000-05-07 Dave Love <fx@gnu.org>
14003
14004 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14005
140062000-05-05 Dave Love <fx@gnu.org>
14007
14008 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14009 list in doc string. Don't quote keyword symbols.
14010 * emacs-lisp/cl.el: Likewise
14011 * emacs-lisp/cl-seq.el: Likewise
14012
140132000-05-05 Gerd Moellmann <gerd@gnu.org>
14014
14015 * abbrev.el (abbrev-mode): Make ARG optional.
14016
140172000-05-04 Gerd Moellmann <gerd@gnu.org>
14018
14019 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14020
14021 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14022
14023 * subr.el (substitute-key-definition): Clarify documentation.
14024
140252000-05-04 Milan Zamazal <pdm@freesoft.cz>
14026
14027 * glasses.el (glasses-convert-to-unreadable): Use
14028 `glasses-separator' instead of the hard-wired "_".
14029 (glasses-mode): Call `glasses-make-unreadable' only in a single
14030 place.
14031
140322000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14033
14034 * term/internal.el (cjk-codepages-alist): Add associations for
14035 Chinese and Korean codepages. Remove FIXME comment.
14036
140372000-05-03 Dave Love <fx@gnu.org>
14038
14039 * time.el (display-time-mail-face, display-time-use-mail-icon):
14040 New option.
14041 (display-time-mail-icon): New variable.
14042 (display-time-string-forms): Use the above. Fix the local-map.
14043
140442000-05-03 Gerd Moellmann <gerd@gnu.org>
14045
14046 * replace.el (query-replace-map): Add binding for `E'.
14047 (query-replace-help): Extend help text.
14048 (perform-replace): Allow editing the replacement string.
14049
14050 * make-mode.el (makefile-mode-abbrev-table): New variable.
14051 (makefile-mode): Set local abbrev table to
14052 makefile-mode-abbrev-table.
14053 (makefile-font-lock-keywords): Fontify includes and conditionals.
14054
14055 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14056 set TOGGLE's value.
14057
14058 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14059 mail-interactive-insert-alias.
14060 (mail-abbrev-complete-alias): New command.
14061 (mail-mode-map): Bind it to `M-TAB'.
14062
140632000-05-03 Kenichi Handa <handa@etl.go.jp>
14064
14065 * language/lao-util.el (lao-compose-region): New function.
14066
140672000-05-02 Gerd Moellmann <gerd@gnu.org>
14068
14069 * files.el (recover-session): Make directories as necessary
14070 if they don't exist yet.
14071
14072 * calendar/cal-french.el
14073 (french-calendar-multibyte-special-days-array)
14074 (french-calendar-special-days-array): Change French text.
14075 (calendar-french-date-string): Change output.
14076 (calendar-goto-french-date): Likewise.
14077
140782000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14079
14080 * wid-edit.el (widget-default-active): Obey `:always-active'.
14081 (widget-documentation-string-value-create): Set `:always-active'.
14082
140832000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14084
14085 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14086 default prefix to `~/_emacs.d/auto-save.list/_s'.
14087 (normal-top-level): Create the directory for auto-save files, if
14088 it doesn't already exist (in the ms-dos case only).
14089
140902000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14091
14092 * international/mule-cmds.el (set-language-environment): Don't
14093 concat an integer (dos-codepage), use format instead.
14094
140952000-05-02 Dave Love <fx@gnu.org>
14096
14097 * help.el (help-xref-on-pp): Check for constant symbols.
14098
140992000-04-29 Gerd Moellmann <gerd@gnu.org>
14100
14101 * startup.el (normal-top-level): Put a condition-case around
14102 the code loading subdirs.el.
14103
141042000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14105
14106 * ps-print.el: Upside-down and face background color printing,
14107 line number step, doc fix.
14108 (ps-print-version): New version number (5.2).
14109 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14110 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14111 (ps-spool-config): Var fix.
14112 (ps-printer-name-option): Const fix.
14113 (ps-print-upside-down, ps-use-face-background)
14114 (ps-line-number-step): New vars.
14115 (ps-window-system, ps-lp-system): New consts.
14116 (ps-face-background): New fun.
14117
141182000-04-28 Richard Stallman <rms@gnu.org>
14119
14120 * files.el (make-auto-save-file-name):
14121 Apply auto-save-file-name-transforms to visited file name
14122 before generating auto save file name.
14123 (auto-save-file-name-transforms): New variable.
14124
14125 * files.el (backup-enable-predicate):
14126 Correctly test for a file under a temporary directory.
14127
141282000-04-28 Gerd Moellmann <gerd@gnu.org>
14129
14130 * subr.el (add-minor-mode): Rewritten.
14131
141322000-04-28 Kenichi Handa <handa@etl.go.jp>
14133
14134 * mail/sendmail.el (sendmail-send-it): Set
14135 buffer-file-coding-system to the selected coding system for MIME
14136 header.
14137
141382000-04-27 Gerd Moellmann <gerd@gnu.org>
14139
14140 * dired.el (dired-move-to-filename-regexp): Allow format where
14141 YYYY is followed by two spaces.
14142
14143 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14144 in the second character class of the regexp.
14145
14146 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14147 mh-etc, too.
14148
14149 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14150 nil.
14151
14152 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14153
14154 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14155 argument.
14156
141572000-04-27 Sen Nagata <sen@eccosys.com>
14158
14159 * emacs-lisp/crm.el (crm-completion-table): New variable.
14160 (crm-collection-fn, crm-test-completion)
14161 (completing-read-multiple): Use it.
14162
141632000-04-27 Dave Love <fx@gnu.org>
14164
14165 * help.el (locate-library): Use mapc.
14166 (help-manyarg-func-alist): Add call-process-region.
14167
141682000-04-26 Gerd Moellmann <gerd@gnu.org>
14169
14170 * subr.el (add-minor-mode): Make argument MAP optional.
14171
14172 * desktop.el (desktop-save): Save list of minor modes.
14173 (desktop-create-buffer): Restore minor modes.
14174 (desktop-minor-mode-table): New user-option.
14175
14176 * subr.el (add-minor-mode): New function.
14177
14178 * image.el (find-image): New function.
14179 (defimage): Rewritten to find image at load time.
14180
14181 * startup.el (normal-top-level-add-to-load-path): Handle
14182 case that the default directory is not in load-path.
14183
14184 * help.el: Old patch from Stefan Monnier.
14185 (help-xref-on-pp): New function.
14186 (describe-variable): Use it to display xrefs in a symbol's value.
14187
141882000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14189
14190 * cus-edit.el (custom-face): Fix parenthesis.
14191
141922000-04-26 Kenichi Handa <handa@etl.go.jp>
14193
14194 * mail/rmail.el (rmail-expunge): When there are no deleted
14195 messages, do nothing.
14196
141972000-04-26 Dave Love <fx@gnu.org>
14198
14199 * international/mule-cmds.el (locale-translation-file-name):
14200 Defvar to nil.
14201 (set-locale-environment): Set it here (at runtime).
14202
142032000-04-25 Gerd Moellmann <gerd@gnu.org>
14204
14205 * replace.el (perform-replace): Add parameters START and END. Use
14206 them instead of the check for a region in Transient Mark mode.
14207 (query-replace-read-args): Return two more list elements for the
14208 start and end of the region in Transient Mark mode.
14209 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14210 (map-query-replace-regexp, replace-string, replace-regexp): Add
14211 optional last arguments START and END and pass them to
14212 perform-replace.
14213
14214 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14215 form with additional arguments for perform-replace.
14216
14217 * progmodes/etags.el (tags-query-replace): Add parameters START
14218 and END. Construct a form with additional arguments for
14219 perform-replace.
14220
14221 * simple.el (shell-command): Set default directory for "*Shell
14222 Command Output" buffer.
14223
14224 * language/european.el (iso-latin-4): Fix typo.
14225
14226 * emacs-lisp/crm.el: New file.
14227
142282000-04-24 Dave Love <fx@gnu.org>
14229
14230 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14231 (Custom-reset-saved, Custom-reset-standard)
14232 (custom-group-value-create, custom-group-set, custom-group-save)
14233 (custom-group-reset-current, custom-group-reset-saved)
14234 (custom-group-reset-standard): Use mapc.
14235 (custom-buffer-create-internal): Disable undo when creating items.
14236 Use mapc.
14237 (custom-face): Avoid redundant lambda.
14238
142392000-04-24 Gerd Moellmann <gerd@gnu.org>
14240
14241 * startup.el (auto-save-list-file-prefix): Set default to
14242 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14243
142442000-04-24 Sam Steingold <sds@gnu.org>
14245
14246 * time-stamp.el (time-stamp-string-preprocess): Always convert
14247 `field-result' to a string.
14248
142492000-04-24 Gerd Moellmann <gerd@gnu.org>
14250
14251 * frame.el (scrolling): New group.
14252 (automatic-hscrolling): New user-option.
14253
14254 * startup.el (command-line-x-option-alist): Add `-lsp' and
14255 `--line-spacing'.
14256
142572000-04-19 Dave Love <fx@gnu.org>
14258
14259 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14260 (cl-mapc): Rename from mapc. Fix the funcall.
14261
142622000-04-19 Gerd Moellmann <gerd@gnu.org>
14263
14264 * simple.el (clone-indirect-buffer-other-window): New command.
14265 (clone-indirect-buffer): Add optional arg NORECROD.
14266 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14267
14268 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14269
14270 * window.el (count-screen-lines): New function.
14271 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14272 instead of window-buffer-height.
14273
14274 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14275 non-existing variable comint-input-sentinel.
14276 (inferior-lisp-args-to-list): Removed.
14277 (inferior-lisp): Use split-string instead of
14278 inferior-lisp-args-to-list.
14279
14280 * hexl.el (hexl-insert-hex-string): New command.
14281
14282 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14283 instead of concat.
14284
142852000-04-18 Gerd Moellmann <gerd@gnu.org>
14286
14287 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14288 at the start of an existing but empty folder.
14289
142902000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14291
14292 * ps-mule.el: Customization fix, doc fix.
14293 (ps-multibyte-buffer): Customization fix.
14294
142952000-04-17 Richard M. Stallman <rms@gnu.org>
14296
14297 * subr.el (read-passwd): Use read-char-exclusive.
14298
142992000-04-17 Gerd Moellmann <gerd@gnu.org>
14300
14301 * textmodes/texinfo.el (texinfo-insert-@email)
14302 (texinfo-insert-@emph, texinfo-insert-@quotation)
14303 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14304 (texinfo-mode-map): Add key bindings for them.
14305
14306 * files.el (basic-save-buffer-2): Use a template with `$'
14307 instead of `#' for VMS.
14308
14309 * simple.el (clone-indirect-buffer): New function.
14310
143112000-04-16 Stephen Eglen <stephen@gnu.org>
14312
14313 * iswitchb.el (iswitchb-case): New function. If the user input
14314 contains any upper-case characters, the search is made
14315 case-sensitive.
14316
143172000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14318
14319 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14320 comment-end.
14321 (texinfo-font-lock-syntactic-keywords): New var.
14322 (texinfo-font-lock-keywords): Remove comment regexp.
14323 (texinfo-insert-block): New function.
14324 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14325 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14326 and font-lock-defaults. Use regexp-opt for outline-regexp.
14327 (texinfo-environments): New var.
14328 (texinfo-environment-regexp): Use regexp-opt and
14329 texinfo-environments.
14330
14331 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14332 ispell-process is bound since this might be eval'd before ispell
14333 is loaded.
14334 (ispell-message): Use a tiny bit less magic and a bit more hard
14335 data to figure out what kind of sc-cite-regexp to use.
14336
14337 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14338
14339 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14340 (insert-cyclic-diary-entry): Unquote the lambda.
14341
14342 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14343
14344 * files.el (backup-enable-predicate): Unquote the lambda.
14345
14346 * cus-edit.el (custom-face, face): Unquote the lambda.
14347
143482000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14349
14350 * ps-print.el: Check for line-beginning-position definition.
14351
14352 * ps-print.el: Fix counting lines in a region.
14353 (ps-print-version): New version number (5.1.5).
14354 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14355 (ps-printing-region): Fun code fix.
14356
143572000-04-15 Gerd Moellmann <gerd@gnu.org>
14358
14359 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14360 to file-directory-p.
14361
143622000-04-14 Gerd Moellmann <gerd@gnu.org>
14363
14364 * gud.el (gud-jdb-build-source-files-list): Check that directory
14365 exists before calling directory-files.
14366
143672000-04-13 Dave Love <fx@gnu.org>
14368
14369 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14370 syntax.
14371
14372 * emacs-lisp/cl-specs.el: Remove when, unless.
14373
14374 * emacs-lisp/cl-extra.el: Don't quote keywords.
14375 (cl-old-mapc): New variable.
14376 (mapc): Use it.
14377 (cl-map-intervals): Use with-current-buffer. Don't check for
14378 next-property-change.
14379 (cl-map-overlays): Use with-current-buffer.
14380 (cl-expt): Remove.
14381 (copy-tree, remprop): Define unconditionally.
14382
14383 * emacs-lisp/cl-compat.el (keywordp): Remove.
14384
14385 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14386 to use keywordp.
14387 (edebug-spec): Enable keywordp.
14388
14389 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14390 string-lessp.
14391
14392 * cus-start.el: Use keywordp.
14393
143942000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14395
14396 * diary-lib.el (include-other-diary-files): Fix the fix of
14397 2000-02-18 by doing a save-excursion.
14398
143992000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14400
14401 * ps-print.el: Customization fix, doc fix.
14402 (ps-print-version): New version number (5.1.4).
14403 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14404 (ps-print-preprint): Adjust code.
14405 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14406 (ps-print-prologue-header, ps-print-control-characters)
14407 (ps-spool-config): Customization fix.
14408
144092000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14410
14411 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14412 converted to the new menu-item format, names silightly changed,
14413 help strings added.
14414
14415 Support for spelling without async subprocesses:
14416
14417 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14418 (ispell-session-buffer): New variables.
14419 (ispell-start-process, ispell-process-status,
14420 ispell-accept-output, ispell-send-string): New functions, for
14421 Ispell invocation when async subprocesses aren't supported.
14422 (ispell-word, ispell-pdict-save, ispell-command-loop,
14423 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14424 to process-send-string with calls to ispell-send-string, and
14425 accept-process-output with ispell-accept-output.
14426 (ispell-init-process): Call ispell-process-status instead of
14427 process-status with.
14428 (ispell-init-process): Call ispell-start-process. Call
14429 ispell-accept-output and ispell-send-string. Don't call
14430 process-kill-without-query and kill-process if they are unbound.
14431 (ispell-async-processp): New function.
14432
144332000-04-12 Dave Love <fx@gnu.org>
14434
14435 * info.el: Add debug-ignored-errors.
14436 (Info-mode-menu): Add some items.
14437 (Info-directory): Add autoload cookie.
14438
14439 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14440 Modify `truncate-lines'. Make `describe-language-environment'
14441 always visible and add help. Modify `describe-key' help. Invoke
14442 Info-directory from `info'. New entry `emacs-manual'.
14443
144442000-04-10 Gerd Moellmann <gerd@gnu.org>
14445
14446 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14447 propertized-buffer-identification.
14448 (ebrowse-update-member-buffer-mode-line): Likewise.
14449 (ebrowse--mode-strings): Removed.
14450 (ebrowse--mode-line-props): Removed.
14451
14452 * files.el (auto-mode-alist): Add `EBROWSE'.
14453
14454 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14455 space before testing for end of buffer.
14456 (ebrowse-load): Removed.
14457 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14458 (ebrowse-create-tree-buffer): Rewritten.
14459 (ebrowse-tree-mode): Read tree from buffer.
14460
14461 * progmodes/ebrowse-ffh.el: Removed.
14462
144632000-04-10 Kenichi Handa <handa@etl.go.jp>
14464
14465 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14466
144672000-04-10 Gerd Moellmann <gerd@gnu.org>
14468
14469 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14470 at the wrong place.
14471
144722000-04-09 Dave Love <fx@gnu.org>
14473
14474 * files.el (backup-enable-predicate): Use
14475 temporary-file-directory, small-temporary-file-directory.
14476 (make-backup-file-name-function, backup-directory-alist): New
14477 variables.
14478 (make-backup-file-name-1): New function.
14479 (make-backup-file-name): Use it.
14480 (find-backup-file-name): Likewise. Use format for clarity, not
14481 concat.
14482 (file-newest-backup): Use make-backup-file-name.
14483
144842000-04-09 Gerd Moellmann <gerd@gnu.org>
14485
14486 * progmodes/ebrowse-ffh.el: New file.
14487
14488 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14489 to ebrowse-ffh.el.
14490 (ebrowse-load): Add autoload.
14491
14492 * finder.el (finder-commentary): Add autoload cookie.
14493
14494 * mail/rfc2368.el: Correct author's email address.
14495
14496 * progmodes/ebrowse.el: New file.
14497
14498 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14499 item help string.
14500 (easy-menu-do-add-item): Ditto.
14501 (easy-menu-define): Extend doc string.
14502
14503 * jit-lock.el (with-buffer-unmodified): Use
14504 restore-buffer-modified-p.
14505 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14506 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14507 with-buffer-unmodified.
14508
145092000-04-08 Dave Love <fx@gnu.org>
14510
14511 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14512 unless, when.
14513
145142000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14515
14516 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14517 (viper-flash-search-pattern): No operation when using Emacs
14518 doesn't support face.
14519 Use `viper-put-on-search-overlay'.
14520
145212000-04-04 Gerd Moellmann <gerd@gnu.org>
14522
14523 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14524 like C-r.
14525
14526 * progmodes/make-mode.el: Some doc fixes.
14527 (makefile-mode-abbrev-table): New variable.
14528 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14529 (makefile-font-lock-keywords): Fontify includes and conditionals.
14530 (toplevel): Require `dabbrev' and `add-log' when compiling.
14531
14532 * replace.el (perform-replace): Don't move forward one char
14533 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14534 to do that because it leaves point 1 position after the last
14535 replacement, after everything has been replaced.
14536
14537 * jit-lock.el (with-buffer-unmodified): New macro.
14538 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14539 modified state.
14540 (jit-lock-function-1): Extracted from jit-lock-function; not
14541 preserving buffer's modified state.
14542 (jit-lock-function, jit-lock-stealth-fontify): Call
14543 jit-lock-function-1.
14544
14545 * mail/rfc2368.el: Remove supernumerary copyright line.
14546
145472000-04-04 Milan Zamazal <pdm@freesoft.cz>
14548
14549 * glasses.el: Provide facilities for inserting space before left
14550 parentheses and uncapitalization of identifiers.
14551 (glasses-mode): Try to remove old overlays in all cases.
14552
145532000-04-03 Gerd Moellmann <gerd@gnu.org>
14554
14555 * progmodes/compile.el (compile-internal): Display the compilation
14556 buffer in a different frame, if it's already displayed there.
14557
14558 * mail/rfc2368.el: New file.
14559
14560 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14561 header and insert its value as mail body.
14562
14563 * subr.el (member-ignore-case): New function.
14564
14565 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14566 (dabbrev--find-expansion): Ignore buffers matching a regexp
14567 from dabbrev-ignored-regexps.
14568
14569 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14570 to extensions handled by gzip.
14571
145722000-04-03 Richard M. Stallman <rms@gnu.org>
14573
14574 * files.el (insert-directory): List the total free space
14575 along with the used space.
14576
14577 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14578 line is followed by one that matches CITATION-REGEXP, end the
14579 paragraph.
14580
145812000-04-03 Markus Rost <rost@delysid.gnu.org>
14582
14583 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14584 (rmail-make-basic-summary-line): Use that option.
14585
145862000-04-03 Kenichi Handa <handa@etl.go.jp>
14587
14588 * international/mule-cmds.el (encoded-string-description):
14589 Rewritten. Try pretty description for ISO 2022 escape sequences
14590 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14591 for hexadecimal format.
14592
145932000-04-01 Dave Love <fx@gnu.org>
14594
14595 * cpp.el: Change customization group to `c' from `C'.
14596
14597 * vcursor.el (vcursor-move): Use display-color-p.
14598
14599 * international/mule-util.el: Provide mule-utils.
14600 (string-to-sequence): Simplify and speed up.
14601
14602 * international/mule.el (make-coding-system): Purecopy doc-string.
14603
14604 * international/mule-cmds.el: Various menu changes.
14605 (describe-specified-language-support): Handle `Default'.
14606 (set-language-info): Purecopy `info'.
14607
146082000-03-31 Andrew Innes <andrewi@gnu.org>
14609
14610 * vc.el (vc-backend-diff): Return the correct status if we had to
14611 retry the rcsdiff command without the --brief option.
14612
146132000-03-31 Dave Love <fx@gnu.org>
14614
14615 * help.el (help-manyarg-func-alist): Correct several omissions.
14616
14617 * add-log.el: Don't require cl, fortran.
14618 (add-log-current-defun-function): Doc fix.
14619 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14620 fix.
14621 (change-log-version-rcs): Function deleted.
14622 (change-log-version-number-search): Doc fix. Use
14623 vc-workfile-version. Avoid CL dolist.
14624 (add-change-log-entry): Just call add-log-current-defun to get
14625 defun. Simplify somewhat.
14626 (change-log-get-method-definition-1): Likewise.
14627 (add-log-current-defun): Return nil if calling
14628 add-log-current-defun-function does so. Move Fortran stuff to
14629 fortran.el. Return string without properties.
14630
14631 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14632 and :alpha: char classes.
14633
14634 * mail/supercite.el: Defvar curline when compiling.
14635 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14636 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14637 rather than a-zA-Z0-9 to allow non-ASCII characters.
14638
146392000-03-31 Gerd Moellmann <gerd@gnu.org>
14640
14641 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14642
14643 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14644 Re-enable new code.
14645
14646 * lpr.el (print-region-1): Use -d to specify printer name for
14647 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14648
146492000-03-31 Dave Love <fx@gnu.org>
14650
14651 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14652 for function definition in symbol's function value slot first
14653 instead of first consulting byte-compile-function-environment.
14654
146552000-03-31 Kenichi Handa <handa@etl.go.jp>
14656
14657 * language/european.el ("Polish"): New language environment.
14658 (setup-polish-environment): New function.
14659
146602000-03-30 Gerd Moellmann <gerd@gnu.org>
14661
14662 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14663 Disable new code.
14664
14665 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14666 trying to `load' the symbol of an autoload instead of the file
14667 recorded in the autoload. Fix error messages.
14668
146692000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14670
14671 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14672 (ps-print-version): New version number (5.1.3).
14673 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14674 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14675 (ps-generate-postscript-with-faces): Code fix.
14676 (ps-color-values): XEmacs compatibility.
14677 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14678 (ps-default-fg, ps-default-bg): Adjust customization.
14679 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14680 (ps-color-scale): Renaming old ps-color-value fun.
14681 (ps-print-headers): Replace ps-print-header group to avoid conflict
14682 with ps-print-header variable.
14683 (ps-print-miscellany): New group.
14684 (ps-format-color, ps-rgb-color): New funs.
14685 (ps-default-foreground): New var.
14686 (ps-printer-name-option): New const.
14687
146882000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14689
14690 * net/net-utils.el:
14691 (network-connection-host, network-connection-service): New variables
14692 (network-connection-mode): New mode, derived from comint-mode
14693 (network-connection-mode-setup): New function, saves host and
14694 service information in local variables.
14695
14696 * lisp/locate.el:
14697 (locate-word-at-point): Added this function
14698 (locate): Default to using locate-word-at-point as input
14699 Run dired-mode-hook
14700
147012000-03-29 Dave Love <fx@gnu.org>
14702
14703 * calendar/appt.el: Doc fixes.
14704 (appt-check): Convert min-to-app to a string before passing to
14705 appt-disp-window-function or concat.
14706 (appt-delete-window): Remove test for frame-root-window.
14707 (appt-select-lowest-window, appt-convert-time): Simplify.
14708
14709 * emacs-lisp/bytecomp.el: Doc fixes.
14710 (byte-compile-file-form-autoload): Update
14711 byte-compile-function-environment.
14712
147132000-03-29 Andreas Schwab <schwab@suse.de>
14714
14715 * emacs-lisp/autoload.el: Also print defsubst doc string
14716 specially.
14717
14718 * dired.el (dired-insert-directory): If dired-free-space-program
14719 failed just delete its output.
14720
147212000-03-29 Dave Love <fx@gnu.org>
14722
14723 * international/iso-cvt.el: Move provide to end. Doc fixes.
14724 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14725 (iso-iso2sgml, iso-sgml2iso): New functions.
14726 (iso-cvt-define-menu): Fix some entries and use backquote for
14727 clarity.
14728
14729 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14730
147312000-03-28 Gerd Moellmann <gerd@gnu.org>
14732
14733 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14734 ISO-DATE. If non-nil, return date in ISO 8601 format.
14735
147362000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14737
14738 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14739 if it ever becomes used.
14740 (log-edit-mode-hook): Default to vc-log-mode-hook.
14741 (log-edit-mode): Fix the docstring.
14742
14743 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14744 the code.
14745
147462000-03-26 Dave Love <fx@gnu.org>
14747
14748 * net/browse-url.el (browse-url): Re-fix case of
14749 browse-url-browser-function being an alist.
14750 (browse-url): Add :link to defgroup.
14751
14752 * files.el: Doc fixes.
14753 (file-truename): Include `[' in wildcard characters.
14754 (automount-dir-prefix): Customize.
14755 (find-file-wildcards): Add :version.
14756 (find-file-noselect): Simplify a mapcar call.
14757
14758 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14759 compatible with inf-lisp version.
14760 (eval-defun-1): Fix custom-declare-variable case.
14761
147622000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14763
14764 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14765
147662000-03-24 Gerd Moellmann <gerd@gnu.org>
14767
14768 * Makefile (COMPILE_FIRST): New macro.
14769 (compile-files): Compile files from COMPILE_FIRST first.
14770
14771 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14772 code.
14773
14774 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14775 matching open parenthesis in column 0 to defun-prompt-regexp
14776 only if open-paren-in-column-0-is-defun-start is set.
14777
14778 * sun-curs.el: Require CL at compile-time only.
14779
14780 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14781 instead of copy-list which is a function from CL.
14782 (msb--choose-menu, msb--mode-menu-cond)
14783 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14784 (msb--init-file-alist): Use mapcar instead of mapcan.
14785 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14786 `(' in column 0 in doc string.
14787 (msb--add-separators): Use mapcar instead of mapcan.
14788
14789 * cus-dep.el: Require CL at compile-time only.
14790
147912000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14792
14793 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14794 (byte-compile-warnings): New warning `noruntime'.
14795 (byte-compile-constants, byte-compile-variables): Fix docstring.
14796 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14797 execute `eval-whenc-compile's body.
14798 (byte-compile-unresolved-functions): Fix docstring.
14799 (byte-compile-eval): New function.
14800 (byte-compile-callargs-warn): Check if the function will be available
14801 at runtime (via property `byte-compile-noruntime').
14802 (byte-compile-print-syms): New function.
14803 (byte-compile-warn-about-unresolved-functions): Also warn about
14804 `noruntime' functions (and use `byte-compile-print-syms').
14805 (byte-compile-file): Capitalize the message.
14806
148072000-03-24 Gerd Moellmann <gerd@gnu.org>
14808
14809 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14810 (rmail-expunge): Ask for confirmation depending on the setting
14811 of rmail-confirm-expunge.
14812
148132000-03-23 Gerd Moellmann <gerd@gnu.org>
14814
14815 * Makefile (bootstrap-clean): If $(emacs) exists, build
14816 loaddefs.el first. A loaddefs.el that's not up-to-date might
14817 cause a bootstrap failure because things don't autoload as
14818 expected.
14819
148202000-03-23 Dave Love <fx@gnu.org>
14821
14822 * net/browse-url.el: Restore previous use of
14823 browse-url-maybe-new-window.
14824
148252000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14826
14827 * ps-print.el: Skip banner page fix.
14828 (ps-print-version): New version number (5.1.2).
14829 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14830
148312000-03-23 Dave Pearson <davep@davep.org>
14832
14833 * net/quickurl.el Changed the type of parameter passed to the
14834 function defined by `quickurl-format-function'. Before only the
14835 text of the URL was passed. Now the whole URL structure is passed
14836 and the function is responsible for extracting the parts it
14837 requires. Changed the default of `quickurl-format-function'
14838 accordingly.
14839 (quickurl-insert): Changed the `funcall' of
14840 `quickurl-format-function' to match the above change.
14841 (quickurl-list-insert): Changed the `url' case so that it makes
14842 use of `quickurl-format-function', previous to this the format was
14843 hard wired.
14844
148452000-03-22 Gerd Moellmann <gerd@gnu.org>
14846
14847 * startup.el: Change some spellings for the X Window System.
14848
148492000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14850
14851 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14852 up the code and the regexp and make sure the cursor is temporarily
14853 moved to the suspicious line while querying the user.
14854
148552000-03-22 Jason Rumney <jasonr@gnu.org>
14856
14857 * w32-fns.el (w32-charset-info-alist): Initialize.
14858
148592000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14860
14861 * ps-print.el: N-up last page fix.
14862 (ps-print-version): New version number (5.1.1).
14863 (ps-end-file, ps-end-job, ps-generate): Code fix.
14864
148652000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14866
14867 * files.el (find-file-run-dired): Update docstring.
14868 (find-directory-functions): New hook.
14869 (find-file-noselect): Run find-directory-functions rather than
14870 calling dired directly.
14871
14872 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14873
14874 * pcvs.el: Add a minimal leading commentary.
14875 (cvs-make-cvs-buffer): Change the header part by removing the startup
14876 message and adding a `Module' entry. Also replace the FOOTER and
14877 HEADER special fileinfos with the new support in ewoc for updating
14878 its own footer and header.
14879 (cvs-update-header): Update to use the header/footer of the ewoc.
14880 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14881 (cvs-is-within-p): New function.
14882 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14883 to only examine some subset of the buffers.
14884
14885 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14886 `format' instead of our own ad-hoc functions.
14887 Remove HEADER and FOOTER cases, now handled in the EWOC.
14888 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14889
14890 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14891 output to avoid scaring the user.
14892 (cvs-parse-table): Catch message for non-up-to-date commits.
14893
14894 * pcvs-defs.el (cvs-startup-message): Remove.
14895 (cvs-global-menu): New autoloaded menu.
14896
14897 * pcvs-util.el (cvs-string-fill): Remove.
14898
14899 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14900 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14901 PP part of it and also make it work for footers and headers.
14902 (ewoc-create): Drop POS and BUFFER arguments.
14903 Use the DLL's dummy node to store the end-of-footer position.
14904 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14905 (ewoc-refresh): Remove unused `header' variable.
14906 (ewoc-(get|set)-hf): New functions.
14907
14908 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14909 log-view-*-(message|file) and use easy-mmode-define-navigation.
14910 (log-view-message-re): Match SCCS format as well.
14911 And match the revision line rather than the dashed separator line.
14912 (log-view-mode): Use the new define-derived-mode.
14913 (log-view-current-tag): Fill in with an actual implementation.
14914
14915 * cvs-status.el (cvs-status-(prev|next)): Rename from
14916 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14917 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14918 to let the output "breathe" a little more (more readable).
14919 (cvs-status-mode): Use the new define-derived-mode.
14920
14921 * smerge-mode.el (smerge-auto-leave): New function and variable.
14922 (smerge-basic-map): Rename from smerge-basic-keymap.
14923 Change the bindings for smerge-diff-*.
14924 (smerge-*-map): Use easy-mmode-defmap.
14925 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14926 (smerge-keep-*): Use smerge-auto-leave.
14927
149282000-03-21 Jason Rumney <jasonr@gnu.org>
14929
14930 * cus-edit.el (custom-button-face): Use 3D look for w32.
14931 (custom-button-pressed-face): Likewise.
14932
149332000-03-21 Gerd Moellmann <gerd@gnu.org>
14934
14935 * progmodes/etags.el (tags-case-fold-search): New user-option.
14936 (tags-loop-eval): New function. Bind case-fold-search around eval
14937 depending on the value of tags-case-fold-search.
14938 (tags-loop-continue): Use tags-loop-eval.
14939 (find-tag-in-order): Bind case-fold-search depending on the value
14940 of tags-case-fold-search.
14941
149422000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14943
14944 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14945 (diff-end-of-hunk): Return the end position for use in
14946 `easy-mmode-define-navigation'.
14947 (diff-recenter): Remove.
14948 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14949 of `easy-mmode-define-navigation'.
14950 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14951 previous renaming) and fix to use new names.
14952 (diff-merge-strings): Use \n as separator: simpler, faster.
14953 (diff-mode): Use `define-derived-mode'.
14954
14955 * derived.el (define-derived-mode): Don't autoload anymore.
14956 Prefer the macro-only version provided by easy-mmode.el.
14957
14958 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14959 `easy-mmode-define-derived-mode'.
14960 Use `combine-run-hooks'.
14961 (easy-mmode-define-navigation): New macro.
14962
14963 * subr.el (combine-run-hooks): New function.
14964
149652000-03-21 Kenichi HANDA <handa@etl.go.jp>
14966
14967 * term/x-win.el: Fontsets related initialization is simplified.
14968
14969 * international/mule-diag.el (describe-font): Don't refer to
14970 global-fontset-alist, instead call font-list.
14971 (describe-fontset, list-fontsets, mule-diag): Likewise.
14972 (print-fontset): Adjusted for the change of fontset
14973 implementation.
14974
14975 * international/fontset.el (x-charset-registries): Variable
14976 removed, instead the corresponding data is stored in the default
14977 fontset.
14978 (register-alternate-fontnames): Function removed.
14979 (resolved-ascii-font): Variable removed.
14980 (x-compose-font-name): Ignore the second argument REDOCE.
14981 (x-complement-fontset-spec): Complement only an ASCII font and
14982 element for those charsets than can use that ASCII font.
14983 (generate-fontset-menu): Don't refer to global-fontset-alist,
14984 instead call fontset-list.
14985 (uninstantiated-fontset-alist): Variable removed.
14986 (x-style-funcs-alist): Likewise.
14987 (fontset-default-styles): Likewise.
14988 (x-modify-font-name): Function removed.
14989 (create-fontset-from-fontset-spec): Ignore the argument
14990 STYLE-VARIANT.
14991 (create-fontset-from-ascii-font): Docsting adjusted for the above
14992 change.
14993 (instantiate-fontset, resolve-fontset-name): Functions removed.
14994 (fontset-list): Now implemented by C code.
14995
14996 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14997 (describe-face): Include `font' attribute in the description.
14998
149992000-03-21 Kenichi Handa <handa@etl.go.jp>
15000
15001 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15002
150032000-03-20 Gerd Moellmann <gerd@gnu.org>
15004
15005 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15006 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15007 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15008
15009 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15010 about behavior of set-buffer-modified-p wrt redisplay.
15011
150122000-03-19 Richard M. Stallman <rms@gnu.org>
15013
15014 * view.el (view-mode-disable): Kill local binding of view-read-only.
15015
150162000-03-18 Gerd Moellmann <gerd@gnu.org>
15017
15018 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15019 is a string, convert it to a syntax cell using string-to-syntax.
15020
15021 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15022 (string-to-syntax): New function.
15023
15024 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15025 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15026 try to use passive ftp mode.
15027
150282000-03-17 Gerd Moellmann <gerd@gnu.org>
15029
15030 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15031
15032 * simple.el (append-to-buffer): Update point of windows after
15033 insertion.
15034
15035 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15036 forward then moving backward. Reindent.
15037
15038 * frame.el (other-frame): Call x-focus-frame only if
15039 focus-follows-mouse is off.
15040
150412000-03-17 Dave Love <fx@gnu.org>
15042
15043 * pcvs-util.el (cvs-strings->string): Rename
15044 replace-regexps-in-string.
15045
150462000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15047
15048 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15049 regexp for labels cannot span several lines.
15050
15051 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15052 `(setq :<key> ':<key>)' to the macro expansion.
15053
150542000-03-16 Dave Love <fx@gnu.org>
15055
15056 * progmodes/f90.el (f90): Put custom group under `languages', not
15057 `fortran'.
15058 (f90-mode-hook): Customize.
15059 (f90-mode): Set add-log-current-defun-function.
15060 (f90-current-defun): New function.
15061
150622000-03-16 Gerd Moellmann <gerd@gnu.org>
15063
15064 * cus-edit.el (custom-variable-tag-face): Handle case that
15065 default face's height is not a number.
15066 (custom-face-tag-face, custom-group-tag-face-1)
15067 (custom-group-tag-face): Ditto.
15068 (custom-group-tag-face-1): Add :group.
15069
15070 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15071
150722000-03-15 Gerd Moellmann <gerd@gnu.org>
15073
15074 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15075 requiring easymenu.
15076
150772000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15078
15079 * ps-print.el: PostScript user-defined prologue, PostScript error
15080 handler, doc fix.
15081 (ps-print-version): New version number (5.1).
15082 (ps-user-defined-prologue, ps-error-handler-message)
15083 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15084 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15085 (ps-insert-string): New function.
15086
150872000-03-15 Kenichi Handa <handa@etl.go.jp>
15088
15089 * international/ccl.el (ccl-compile-expression): Don't generate
15090 invalid self-assignment code.
15091
150922000-03-14 Dave Love <fx@gnu.org>
15093
15094 * subr.el (replace-regexp-in-string): Renamed from
15095 replace-regexps-in-string. Doc fix.
15096
150972000-03-12 Dave Love <fx@gnu.org>
15098
15099 * cus-edit.el: Doc fixes.
15100 (customize-set-variable, customize-save-variable): Rename args for
15101 doc.
15102 (custom-variable-tag-face, custom-face-tag-face)
15103 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15104 style which user identify as hyperlink.
15105 (hook): Don't add undefined functions to the hook.
15106 (debug-ignored-errors): Transfer message from bindings.el.
15107
151082000-03-12 Gerd Moellmann <gerd@gnu.org>
15109
15110 * recentf.el (recentf-keep-non-readable-files-p): Remove
15111 double/nested definition.
15112
151132000-03-12 Dave Love <fx@gnu.org>
15114
15115 * facemenu.el (facemenu-get-face): Use display-color-p.
15116 * enriched.el (enriched-decode-foreground): Likewise.
15117 (enriched-decode-background): Likewise.
15118 * isearch.el (isearch-highlight): Likewise.
15119 * info-look.el (info-lookup): Likewise.
15120 * simple.el (completion-setup-function): Likewise.
15121
15122 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15123 :options.
15124
15125 * bindings.el (mode-line-format): Fix line-number and
15126 column-number items. Add help-echo for the background.
15127 (mode-line-mule-info): Modify help-echo.
15128
15129 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15130
15131 * files.el (load-file): Allow completion to .elc.
15132
15133 * man.el: Doc fixes.
15134 (Man-init-defvars): Use display-color-p to set fontification.
15135
15136 * play/hanoi.el (hanoi-internal): Don't use oddp.
15137
151382000-03-12 Gerd Moellmann <gerd@gnu.org>
15139
15140 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15141
15142 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15143
151442000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15145
15146 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15147 Fix comment.
15148
151492000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15150
15151 * font-lock.el (font-lock-keywords): Fix the doc now that
15152 regexp-opt-depth is unnecessary.
15153 (save-buffer-state): Set an edebug spec.
15154 (font-lock-fontify-anchored-keywords): Properly handle the case when
15155 the matcher goes past the limit.
15156
15157 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15158 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15159
15160 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15161 dll.el and cookie.el (from Elib) with heavy renaming and other
15162 massaging.
15163
15164 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15165 Autoload the functions used.
15166 (easy-mmode-define-syntax): Fix CL typo.
15167 (easy-mmode-define-derived-mode): Improve the docstring generation.
15168
151692000-03-10 Gerd Moellmann <gerd@gnu.org>
15170
15171 * textmodes/texinfo.el (texinfo-version): Variable and function
15172 removed.
15173
151742000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15175
15176 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15177 allow more flexibility.
15178 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15179 fns.
15180 (easy-mmode-defmap, easy-mmode-defsyntax)
15181 (easy-mmode-define-derived-mode): New macros.
15182
151832000-03-09 Didier Verna <didier@xemacs.org>
15184
15185 * rect.el (replace-rectangle): New function.
15186
151872000-03-09 Dave Love <fx@gnu.org>
15188
15189 * progmodes/fortran.el (fortran-comment-line-start): Define as
15190 "C".
15191 (fortran-comment-line-start-skip): Don't match cpp stuff.
15192 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15193 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15194 (fortran-mode): Don't set fortran-comment-line-start-skip,
15195 fortran-comment-line-start here. Set comment-start,
15196 add-log-current-defun.
15197 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15198 (fortran-current-defun): New function.
15199
152002000-03-09 Gerd Moellmann <gerd@gnu.org>
15201
15202 * emacs-lisp/re-builder.el: New file.
15203
15204 * mouse.el (mouse-drag-region): Don't run up-event handler
15205 if hscroll has changed.
15206
15207 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15208 builtin operators, use `font-lock-builtin-face' for Emacs and
15209 `font-lock-preprocessor-face' otherwise.
15210
15211 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15212 `(defun (setf foo)' differently.
15213
152142000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15215
15216 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15217 (regexp-opt): Update comment and adapt the code the new meaning of
15218 the `paren' argument of regex-opt-group for shy-groups.
15219 (regexp-opt-depth): Handle shy groups as well as backslashed
15220 backslashes.
15221 (regexp-opt-group): Turn the leading comment into a docstring.
15222 Allow `paren' to be a string (the string to use to open a group).
15223 Remove open-presuf and close-presuf. Instead of checking for `all
15224 one-char' and then later on check for `several one-char', handle
15225 both cases close together. Also apply a more generic algorithm
15226 for suffixes (the mirror image of the algorithm used for
15227 prefixes). Use shy-groups. Use nreverse rather than reverse.
15228 (regexp-opt-try-suffix): Removed.
15229
15230 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15231 from comint-mode-map, so we can just inherit from it. Also, move
15232 the initialization into the `defvar' since there's no docstring
15233 anyway and it's fairly short.
15234 (inferior-scheme-mode): Define it as derived-mode: the code is
15235 shorter and this way we inherit from comint-mode-map rather than
15236 copying it.
15237
15238 * subr.el (replace-regexps-in-string): Properly handle the case
15239 where we match an empty string.
15240
15241 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15242 when the command has a directory component (such as "./testml").
15243 Also fix a typo in the comment.
15244
152452000-03-08 Gerd Moellmann <gerd@gnu.org>
15246
15247 * Makefile (compile-files): Compile files one by one because
15248 that's the only way to ensure a clean compilation environment for
15249 each individual file.
15250
15251 * frame.el (other-frame): Call x-focus-frame.
15252
152532000-03-07 Dave Love <fx@gnu.org>
15254
15255 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15256 :require to defcustom.
15257
15258 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15259 lists.
15260
15261 * files.el (auto-mode-alist): Add configure.in.
15262
15263 * progmodes/autoconf.el: New file.
15264
152652000-03-07 Gerd Moellmann <gerd@gnu.org>
15266
15267 * mail/mh-e.el: Change maintainer to `none'.
15268
15269 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15270 to remove-hook and add-hook.
15271
152722000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15273
15274 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15275 it as the default.
15276 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15277 (sendmail-send-it): Conditionally add MIME headers specifying the
15278 used character set.
15279
152802000-03-07 Dave Love <fx@gnu.org>
15281
15282 * winner.el: Fix keywords, autoload cookies. Split
15283 eval-when-compile form to avoid compilation failure.
15284
152852000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15286
15287 * international/mule.el: Modify comment about coding system
15288 property `coding-category'.
15289 (make-coding-system): New argument EOL-TYPE. Pay attention to
15290 coding-category property of PROPERTIES.
15291
15292 * international/mule-conf.el (coding-category-utf-8,
15293 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15294 categories. Include them in the argument for set-coding-priority.
15295
15296 * international/mule-cmds.el (reset-language-environment): Include
15297 coding-category-utf-8, coding-category-utf-16-be, and
15298 coding-category-utf-16-le in the argument for set-coding-priority.
15299 (reset-language-environment): Initialize coding-category-utf-8,
15300 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15301
153022000-03-06 Karl Fogel <kfogel@red-bean.com>
15303
15304 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15305 code abstracted out of `bookmark-jump-noselect'. Now tries info
15306 extensions as well as compression extensions.
15307 (bookmark-jump-noselect): Use above new func.
15308
153092000-03-03 Gerd Moellmann <gerd@gnu.org>
15310
15311 * strokes.el: Change maintainer's mail address.
15312
153132000-03-03 Kenichi Handa <handa@etl.go.jp>
15314
15315 * international/mule-diag.el (list-character-sets): Make help-echo
15316 string by substitute-command-keys.
15317 (list-character-sets): Likewise.
15318 (sort-listed-character-sets): Call help-setup-xref.
15319
153202000-03-02 Gerd Moellmann <gerd@gnu.org>
15321
15322 * time.el (display-time-mail-file): Add `none' to the list of
15323 choices.
15324
153252000-03-01 Dave Love <fx@gnu.org>
15326
15327 * help.el (help-xref-go-back): Don't try to set position.
15328
15329 * international/mule-diag.el (list-character-sets): Call
15330 help-setup-xref. Add help-echo to xrefs.
15331 (list-character-sets-1): Add help-echo to xrefs.
15332
153332000-03-02 Gerd Moellmann <gerd@gnu.org>
15334
15335 * frame.el (blink-cursor-mode): Switch cursor on when turning
15336 the mode off.
15337
15338 * add-log.el (add-log-current-defun): Add support for
15339 Autoconf mode.
15340
15341 * mail/rmail.el (rmail-quit-hook): New variable.
15342
153432000-03-01 Dave Love <fx@gnu.org>
15344
15345 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15346
15347 * help.el (help-xref-button): Add help-echo arg.
15348 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15349
15350 * faces.el (list-faces-display): Supply help-echo with
15351 help-make-xrefs.
15352
15353 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15354 nil.
15355
153562000-03-01 Gerd Moellmann <gerd@gnu.org>
15357
15358 * image.el (defimage): Look for image files in load-path.
15359
15360 * frame.el (busy-cursor-delay-seconds): Change type to
15361 `number'.
15362
153632000-03-01 David Ponce <david.ponce@wanadoo.fr>
15364
15365 * recentf.el (recentf): Added version tag to the defgroup of
15366 recentf.
15367
153682000-03-01 David Ponce <david.ponce@wanadoo.fr>
15369
15370 * recentf.el (recentf-cleanup): Changed to remove excluded file
15371 too.
15372 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15373 action to select/unselect a file.
15374 (recentf-edit-list): Code cleanup and improvement.
15375 (recentf-open-more-files-action): `recentf-open-more-files' button
15376 widget action to open a file.
15377 (recentf-open-more-files): No more use standard completion but
15378 widgets.
15379 (recentf-more-collection): Deleted.
15380 (recentf-more-history): Deleted.
15381 (recentf-setup-more-completion): Deleted.
15382
153832000-03-01 David Ponce <david.ponce@wanadoo.fr>
15384
15385 * recentf.el (recentf-mode): No more needs that Emacs is running
15386 under a window-system.
15387
153881999-03-01 David Ponce <david.ponce@wanadoo.fr>
15389
15390 * recentf.el (recentf-edit-list): New command to edit the recent
15391 list which allow the user to remove files.
15392 (recentf-edit-selected-items): New global variable, used by
15393 `recentf-edit-list' to hold the list of files to be removed from
15394 the recent list.
15395 (recentf-make-menu-items): Updated to display a "Edit list..."
15396 menu item. Minor code cleanup.
15397
153981999-03-01 David Ponce <david.ponce@wanadoo.fr>
15399
15400 * recentf.el (recentf-open-more-files): New command to open files
15401 that are not displayed in the menu.
15402 (recentf-more-collection): New global variable holding the set of
15403 permissible completions used by `recentf-open-more-files'.
15404 (recentf-more-history): New global variable holding the history list
15405 used by `recentf-open-more-files' completion.
15406 (recentf-setup-more-completion): New function to setup completion for
15407 `recentf-open-more-files'.
15408 (recentf-make-menu-items): Updated to display a "More..." menu item.
15409
154101999-03-01 David Ponce <david.ponce@wanadoo.fr>
15411
15412 * recentf.el (recentf-menu-action): Doc fixed.
15413
154141999-03-01 David Ponce <david.ponce@wanadoo.fr>
15415
15416 * recentf.el (recentf-menu-filter): Doc updated.
15417 (recentf-update-menu-hook): Allow menu filters to force menu update.
15418 (recentf-make-menu-items): New menu filter handling.
15419 (recentf-make-menu-item): New helper function.
15420 (recentf-menu-elements): New menu handling function.
15421 (recentf-sort-ascending): Updated to new menu filter handling.
15422 (recentf-sort-descending): Updated to new menu filter handling.
15423 (recentf-sort-basenames-ascending): New menu filter function.
15424 (recentf-sort-basenames-descending): New menu filter function.
15425 (recentf-show-basenames): New menu filter function.
15426 (recentf-show-basenames-ascending): New menu filter function.
15427 (recentf-show-basenames-descending): New menu filter function.
15428
154292000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15430
15431 * diary-lib.el (list-diary-entries): Don't try to go forward at
15432 the end of the buffer.
15433
154342000-02-29 Kenichi Handa <handa@etl.go.jp>
15435
15436 * international/mule-diag.el (list-character-sets): Completely
15437 rewritten.
15438 (sort-listed-character-sets): New function.
15439 (list-character-sets-1): Completely rewritten.
15440 (list-character-sets-2): New function.
15441 (non-iso-charset-alist): New variable.
15442 (decode-codepage-char): New function.
15443 (charset-history): New variable.
15444 (read-charset) (list-block-of-chars)
15445 (list-iso-charset-chars)
15446 (list-non-iso-charset-chars)
15447 (list-charset-chars): New functions.
15448 (mule-diag): Call list-character-sets-2, not
15449 list-character-sets-2.
15450 (dump-charsets): Likewise.
15451
154522000-02-29 Gerd Moellmann <gerd@gnu.org>
15453
15454 * dired-x.el (dired-filename-at-point): Add `@' to valid
15455 file name characters.
15456 (dired-filename-at-point): Handle ange-ftp file names.
15457
15458 * frame.el (frame-notice-user-settings): Use assq-delete-all
15459 instead of assoc-delete-all.
15460 (frame-notice-user-settings): Ditto.
15461
15462 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15463 Don't copy alist.
15464
154652000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15466
15467 * calculator.el (calculator-use-menu): New option.
15468 (calculator-initial-bindings): Changed some bindings to work as
15469 macros.
15470 (calculator-forced-input): Removed.
15471 (calculator-restart-other-mode): New variable.
15472 (calculator-mode-map): Set up menu.
15473
154742000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15475
15476 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15477 tags.
15478
154792000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15480
15481 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15482 translate all ESC key sequences.
15483 (viper-goto-mark-subr): restore markers for files for which
15484 they were saved.
15485 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15486 * viper-util.el (viper-set-replace-overlay-glyphs,
15487 viper-set-replace-overlay): always check if the replacement
15488 overlay is live.
15489 * viper.el (viper-vi-state-mode-list): added major modes.
15490 * ediff-wind.el: minor comment changes.
15491 * ediff.el: copyright notice date fix.
15492
154932000-02-27 Jason Rumney <jasonr@gnu.org>
15494
15495 * faces.el (face-font-family-alternatives): Add arial to helv.
15496 (mode-line, header-line, tool-bar): Same default as x for w32.
15497 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15498 face-font-family-alternatives from working.
15499 * term/w32-win.el (mouse-set-font): Do not build fontset from
15500 chosen font.
15501
155022000-02-25 Sam Steingold <sds@goems.com>
15503
15504 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15505 properly.
15506
155072000-02-25 Richard M. Stallman <rms@gnu.org>
15508
15509 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15510
155112000-02-25 Gerd Moellmann <gerd@gnu.org>
15512
15513 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15514 writable.
15515
15516 * frame.el (busy-cursor-delay-seconds): New option.
15517
155182000-02-24 Gerd Moellmann <gerd@gnu.org>
15519
15520 * frame.el (show-cursor-in-non-selected-windows): New option.
15521
155222000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15523
15524 * diary-lib.el (include-other-diary-files): Undo the selective
15525 display in any included file and don't kill it.
15526
155272000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15528
15529 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15530 bar. Menu items converted to (menu-item format, help strings
15531 added.
15532 [downcase, upcase]: Don't enable on MS-DOS.
15533 [symlink, symlinks]: Don't show if make-symbolic-link is not
15534 bound.
15535 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15536
155372000-02-23 Dave Love <fx@gnu.org>
15538
15539 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15540 (backward-kill-word): Revert addition of * to interactive spec --
15541 it's a feature.
15542
15543 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15544 (backward-kill-sentence, kill-sentence): Likewise.
15545
15546 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15547 scratch buffer name.
15548 (gud-format-command): Use int-to-string in ?l case. Simplify
15549 slightly.
15550
15551 * term/w32-win.el (internal-face-interactive): Update prompt for
15552 new read-face-name.
15553
15554 * mail/footnote.el (footnote): Add :version to defgroup.
15555 (footnote-section-tag-regexp): Customize.
15556 (footnote-start-tag, footnote-end-tag): New option.
15557 (footnote-latin-regexp): New variable.
15558 (Footnote-latin): New function.
15559 (footnote-style-alist): Add element for latin style.
15560 (footnote-style): Moved.
15561 (Footnote-goto-footnote): Use eq to test arg.
15562
15563 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15564
15565 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15566 (byte-compile-trueconstp): Include keywords.
15567 (byte-optimize-quote, byte-optimize-lapcode): Use
15568 byte-compile-const-symbol-p.
15569 (byte-optimize-char-before): New optimization.
15570
15571 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15572 (byte-compile-const-symbol-p): New function.
15573 (byte-compile-constp, byte-compile-out-toplevel)
15574 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15575 Use it.
15576
15577 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15578
155792000-02-23 Kenichi Handa <handa@etl.go.jp>
15580
15581 * international/encoded-kb.el: Be sure to update minor-mode-alist
15582 and minor-mode-map-alist.
15583 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15584 codes SS2 and SS3 correctly.
15585 (encoded-kbd-self-insert-ccl): New function.
15586 (encoded-kbd-setup-keymap): New function.
15587 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15588 by calling encoded-kbd-setup-keymap.
15589
15590 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15591 characters.
15592 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15593 locally.
15594
155952000-02-22 Dave Love <fx@gnu.org>
15596
15597 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15598 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15599 defvar.
15600 (lisp-mode-syntax-table): Set up for #|...|# comments.
15601 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15602 classes. Match `defface'.
15603 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15604 (eval-defun-1): Fix for defcustom.
15605 (lisp-indent-region): Doc fix.
15606
15607 * subr.el (when, unless, split-string): Doc fix.
15608 (read-passwd): Move call of clear-this-command-keys to the right
15609 place.
15610 (replace-regexps-in-string): New function.
15611
156122000-02-22 Gerd Moellmann <gerd@gnu.org>
15613
15614 * help.el (describe-variable): Set syntax table to
15615 emacs-lisp-mode-syntax-table when moving forward over the
15616 symbol's name.
15617
156182000-02-22 Dave Love <fx@gnu.org>
15619
15620 * xt-mouse.el: Doc fixes.
15621 (xterm-mouse-position-function): New function, replacing advice of
15622 mouse-position.
15623 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15624
15625 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15626
156272000-02-21 Gerd Moellmann <gerd@gnu.org>
15628
15629 * format.el (format-annotate-single-property-change): Handle
15630 properties.with dotted-list values.
15631 (format-proper-list-p): New function.
15632
15633 * enriched.el (enriched-face-ans): Handle '(foreground-color
15634 . COLOR) and (background-color . COLOR).
15635
156362000-02-20 Dave Love <fx@gnu.org>
15637
15638 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15639 and assignments to it.
15640 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15641 current local map.
15642 (make-flyspell-overlay): Use it.
15643 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15644
15645 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15646 (lm-get-header-re): Defun, not defsubst.
15647 (lm-get-package-name): Defun, not defsubst. Simplify.
15648 (lm-version): Doc fix. Simplify.
15649 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15650 (lm-crack-address, lm-last-modified-date, lm-commentary)
15651 (lm-verify, lm-synopsis): Simplify.
15652 (lm-report-bug): Require emacsbug. Use compose-mail.
15653
156542000-02-20 Gerd Moellmann <gerd@gnu.org>
15655
15656 * dired.el (dired-mode): Call propertized-buffer-identification
15657 to set mode-line-buffer-identification to something having
15658 the right text properties.
15659
15660 * bindings.el (propertized-buffer-identification): New function.
15661
156622000-02-20 Dave Love <fx@gnu.org>
15663
15664 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15665 check for t-mouse too.
15666
15667 * cus-start.el: Make echo-keystrokes `number'.
15668
156692000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15670
15671 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15672 Don't call ring-empty-p unless tags-location-ring is bound.
15673 From Noah Friedman <friedman@splode.com>.
15674
156752000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15676
15677 * progmodes/hideshow.el (hs-flag-region): No longer use
15678 `intangible' overlay property.
15679
15680 (hs-toggle-hiding): New command.
15681 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15682
15683 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15684 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15685 and deactivation.
15686
156872000-02-18 Gerd Moellmann <gerd@gnu.org>
15688
15689 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15690
156912000-02-17 Gerd Moellmann <gerd@gnu.org>
15692
15693 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15694
15695 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15696 of `*' to handle `(* ... *)' comments.
15697
156982000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15699
15700 * faces.el (list-faces-display): Use display-mouse-p instead of
15701 window-system.
15702
15703 * menu-bar.el (global-map): Menu-bar items converted to the new
15704 format (menu-item..., rearranged for better CUA compliance, and
15705 their names changed for better clarity. Help strings added.
15706
15707 * international/mule-cmds.el (mule-menu-keymap)
15708 (describe-language-environment-map, set-coding-system-map)
15709 (setup-language-environment-map): Convert to new (menu-item...
15710 form, add help strings. Change names of menu items for better
15711 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15712 submenu).
15713
157142000-02-17 Gerd Moellmann <gerd@gnu.org>
15715
15716 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15717 within the code.
15718
157192000-02-16 Dave Love <fx@gnu.org>
15720
15721 * faces.el: Don't require custom. Add more specific :groups to
15722 various deffaces.
15723 (set-face-attribute): Purecopy args.
15724 (read-face-name): Default to name at point and use it in prompt.
15725 Remove colon from arg in all callers.
15726 (list-faces-display): Hyperlink to face descriptions and customize
15727 buffers.
15728
157292000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15730
15731 * wid-edit.el (widget-match-inline): An atom never matches a
15732 list.
15733
157342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15735
15736 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15737 at ':' characters by call to split-string.
15738
157392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15740
15741 * textmodes/bibtex.el: Added RCS version identification.
15742
157432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15744
15745 * textmodes/bibtex.el: Some temporary comments removed.
15746 (bibtex-field-name, bibtex-entry-type): Made the relationship
15747 explicit.
15748 (bibtex-field-const): Allow capital letters.
15749 (bibtex-start-of-string): Deleted because unused.
15750
15751 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15752 use the term 'reference' to describe a bibtex entry as a whole.
15753 Further, reference keys are no longer called 'labels'.
15754 (bibtex-keys): Renamed to bibtex-reference-keys.
15755 (bibtex-reformat-previous-labels): Renamed to
15756 bibtex-reformat-previous-reference-keys.
15757 (bibtex-reference-type): Renamed to bibtex-entry-type.
15758 (bibtex-reference-head): Renamed to bibtex-entry-head.
15759 (bibtex-reference-maybe-empty-head): Renamed to
15760 bibtex-entry-maybe-empty-head.
15761 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15762 (bibtex-search-reference): Renamed to bibtex-search-entry.
15763 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15764 bibtex-enclosing-entry-maybe-empty-head.
15765 (bibtex-entry-field-alist, bibtex-entry-head,
15766 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15767 bibtex-map-entries, bibtex-search-entry,
15768 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15769 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15770 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15771 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15772 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15773 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15774 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15775
157762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15777
15778 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15779 comment.
15780 (bibtex-format-field-delimiters): New function, functionality
15781 extracted from bibtex-format-entry.
15782 (bibtex-autokey-get-yearfield-digits): New function, functionality
15783 extracted from bibtex-autokey-get-yearfield.
15784
15785 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15786 entries in order to avoid stack overflow in the regexp matcher if
15787 field contents become large.
15788 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15789 bibtex-field-string-part-not-braced,
15790 bibtex-field-string-part-no-inner-braces,
15791 bibtex-field-string-part-1-inner-brace,
15792 bibtex-field-string-part-2-inner-braces,
15793 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15794 bibtex-field-string-quoted, bibtex-field-string,
15795 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15796 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15797 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15798 as parsing is now performed by the following functions.
15799 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15800 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15801 bibtex-parse-field-string, bibtex-search-forward-field-string,
15802 bibtex-parse-association, bibtex-field-name-for-parsing,
15803 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15804 bibtex-search-forward-field, bibtex-search-backward-field,
15805 bibtex-start-of-field, bibtex-end-of-field,
15806 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15807 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15808 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15809 bibtex-parse-string, bibtex-search-forward-string,
15810 bibtex-search-backward-string, bibtex-start-of-string,
15811 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15812 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15813 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15814 entries. Instead of reporting the results of the parsing by
15815 match-beginning or match-end, these functions return data structures
15816 that hold the corresponding positions.
15817 (bibtex-enclosing-field): Changed to also report field boundaries by
15818 return values rather than by match-beginning or match-end. The
15819 following functions have been adapted to use the new parsing
15820 functions.
15821 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15822 bibtex-enclosing-field, bibtex-format-entry,
15823 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15824 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15825 bibtex-print-help-message, bibtex-end-of-entry,
15826 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15827 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15828 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15829 method for parsing.
15830 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15831 bibtex-map-entries, bibtex-flash-head,
15832 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15833 bibtex-autokey-change, bibtex-autokey-get-namefield,
15834 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15835 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15836 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15837 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15838 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15839 order to make the new binding of case-fold-search immediately
15840 visible.
15841
158422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15843
15844 * textmodes/bibtex.el: Copyright notice is up to date.
15845 Added constant 'bibtex-maintainer-salutation.
15846
15847 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15848 than make-temp-name, use match-string-no-properties and eliminate
15849 a quadratic behavior when building bibtex-strings.
15850
15851 * bibtex.el (bibtex-reference-key): Accept string entries whose
15852 reference key contains upper case letters.
15853
158542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15855
15856 * bibtex.el (bibtex-reference-head): Allow entries to start with
15857 a new line.
15858
158592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15860
15861 * bibtex.el: Hiding of entry bodies is not longer provided by
15862 bibtex.el directly. Instead the hideshow package can be used.
15863 Added a special bibtex entry to hs-special-modes-alist.
15864 (bibtex-hs-forward-sexp): Added for hideshow.el.
15865
158662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15867
15868 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15869 at ':' characters by call to split-string.
15870
158712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15872
15873 * textmodes/bibtex.el: Added RCS version identification.
15874
158752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15876
15877 * textmodes/bibtex.el: Some temporary comments removed.
15878 (bibtex-field-name, bibtex-entry-type): Made the relationship
15879 explicit.
15880 (bibtex-field-const): Allow capital letters.
15881 (bibtex-start-of-string): Deleted because unused.
15882
15883 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15884 use the term 'reference' to describe a bibtex entry as a whole.
15885 Further, reference keys are no longer called 'labels'.
15886 (bibtex-keys): Renamed to bibtex-reference-keys.
15887 (bibtex-reformat-previous-labels): Renamed to
15888 bibtex-reformat-previous-reference-keys.
15889 (bibtex-reference-type): Renamed to bibtex-entry-type.
15890 (bibtex-reference-head): Renamed to bibtex-entry-head.
15891 (bibtex-reference-maybe-empty-head): Renamed to
15892 bibtex-entry-maybe-empty-head.
15893 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15894 (bibtex-search-reference): Renamed to bibtex-search-entry.
15895 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15896 bibtex-enclosing-entry-maybe-empty-head.
15897 (bibtex-entry-field-alist, bibtex-entry-head,
15898 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15899 bibtex-map-entries, bibtex-search-entry,
15900 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15901 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15902 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15903 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15904 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15905 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15906 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15907
159082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15909
15910 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15911 comment.
15912 (bibtex-format-field-delimiters): New function, functionality
15913 extracted from bibtex-format-entry.
15914 (bibtex-autokey-get-yearfield-digits): New function, functionality
15915 extracted from bibtex-autokey-get-yearfield.
15916
15917 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15918 entries in order to avoid stack overflow in the regexp matcher if
15919 field contents become large.
15920 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15921 bibtex-field-string-part-not-braced,
15922 bibtex-field-string-part-no-inner-braces,
15923 bibtex-field-string-part-1-inner-brace,
15924 bibtex-field-string-part-2-inner-braces,
15925 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15926 bibtex-field-string-quoted, bibtex-field-string,
15927 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15928 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15929 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15930 as parsing is now performed by the following functions.
15931 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15932 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15933 bibtex-parse-field-string, bibtex-search-forward-field-string,
15934 bibtex-parse-association, bibtex-field-name-for-parsing,
15935 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15936 bibtex-search-forward-field, bibtex-search-backward-field,
15937 bibtex-start-of-field, bibtex-end-of-field,
15938 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15939 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15940 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15941 bibtex-parse-string, bibtex-search-forward-string,
15942 bibtex-search-backward-string, bibtex-start-of-string,
15943 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15944 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15945 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15946 entries. Instead of reporting the results of the parsing by
15947 match-beginning or match-end, these functions return data structures
15948 that hold the corresponding positions.
15949 (bibtex-enclosing-field): Changed to also report field boundaries by
15950 return values rather than by match-beginning or match-end. The
15951 following functions have been adapted to use the new parsing
15952 functions.
15953 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15954 bibtex-enclosing-field, bibtex-format-entry,
15955 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15956 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15957 bibtex-print-help-message, bibtex-end-of-entry,
15958 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15959 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15960 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15961 method for parsing.
15962 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15963 bibtex-map-entries, bibtex-flash-head,
15964 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15965 bibtex-autokey-change, bibtex-autokey-get-namefield,
15966 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15967 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15968 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15969 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15970 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15971 order to make the new binding of case-fold-search immediately
15972 visible.
15973
159742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15975
15976 * textmodes/bibtex.el: Copyright notice is up to date.
15977 Added constant 'bibtex-maintainer-salutation.
15978
15979 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15980 than make-temp-name, use match-string-no-properties and eliminate
15981 a quadratic behavior when building bibtex-strings.
15982
15983 * bibtex.el (bibtex-reference-key): Accept string entries whose
15984 reference key contains upper case letters.
15985
159862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15987
15988 * bibtex.el (bibtex-reference-head): Allow entries to start with
15989 a new line.
15990
159912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15992
15993 * bibtex.el: Hiding of entry bodies is not longer provided by
15994 bibtex.el directly. Instead the hideshow package can be used.
15995 Added a special bibtex entry to hs-special-modes-alist.
15996 (bibtex-hs-forward-sexp): Added for hideshow.el.
15997
159982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15999
16000 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16001 proceedings entry type (for cross referencing). Thanks to Wagner
16002 Toledo Correa for the suggestion.
16003
16004 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16005
160062000-02-14 Kenichi Handa <handa@etl.go.jp>
16007
16008 * international/characters.el: Setup case table for Vietnamese.
16009
160102000-02-12 Gerd Moellmann <gerd@gnu.org>
16011
16012 * uniquify.el (toplevel): Require CL at compile time.
16013 (uniquify-push): Removed.
16014
16015 * shadowfile.el (shadow-when): Removed.
16016
16017 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16018 (tempo-process-and-insert-string): Use dolist instead of
16019 tempo-dolist.
16020
16021 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16022 regexp for paragraph-start.
16023
16024 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16025 commas as well.
16026
160272000-02-10 Dave Love <fx@gnu.org>
16028
16029 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16030 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16031 Deleted.
16032 (widget-specify-field, widget-specify-button): Don't use
16033 widget-mouse-help as help-echo property.
16034 (default): Use #'ignore for :validate and :mouse-down-action.
16035 (checkbox): Add help-echo.
16036 (widget-sexp-validate): Rewritten to clarify error messages.
16037 (character): Use char-valid-p in :match function.
16038 (widget-color-complete): Use facemenu-color-alist.
16039 (widget-color-action): Use facemenu-read-color.
16040
16041 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16042 set up `caar' &c that we now have.
16043
160442000-02-09 Ray Blaak <blaak@gnu.org>
16045
16046 * delphi.el: Make resourcestring a declaration region, like const
16047 and var.
16048
160492000-02-09 Dave Love <fx@gnu.org>
16050
16051 * bindings.el (mode-line-input-method-map): New variable.
16052 (mode-line-mule-info): Use it; fix last change.
16053 (mode-line-mode-menu): Move definition.
16054 (mode-line-mouse-sensitive-p): Deleted.
16055 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16056 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16057 level.
16058
16059 * startup.el (command-line-1): Don't call
16060 make-mode-line-mouse-sensitive.
16061
160622000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16063
16064 * mail/rmail.el (rmail-retry-failure): Use
16065 rmail-beginning-of-message before rmail-toggle-header, because the
16066 former toggles headers.
16067
160682000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16069
16070 * diff-mode.el (diff-kill-junk): New interactive function.
16071 (diff-reverse-direction): Use delete-and-extract-region.
16072 (diff-post-command-hook): Restrict the area so that the hook also works
16073 outside of any diff hunk. This is necessary for the minor-mode.
16074 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16075 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16076
16077 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16078 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16079 so that it can be used more easily in <foo>-mode-hook. Also make sure
16080 to avoid duplicate entries.
16081 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16082 (font-lock-remove-keywords): Just as was done for `add', allow it to
16083 work even if font-lock-mode is nil. Also make sure we don't modify
16084 any pre-existing list by forcing a copy-sequence. Finally rename
16085 `major-mode' to `mode'.
16086 (font-lock-fontify-syntactic-anchored-keywords)
16087 (font-lock-fontify-anchored-keywords)
16088 (font-lock-fontify-keywords-region): Use line-end-position.
16089 Don't make `font-lock-multiline' local (it's now done in
16090 font-lock-set-defaults).
16091 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16092 move the `font-lock-fontified' creation to inside the `unless'.
16093
160942000-02-06 Andrew Innes <andrewi@gnu.org>
16095
16096 * term/w32-win.el (x-handle-args): Comment out call to message,
16097 which occurs before window system is initialized.
16098
16099 * makefile.nt: Add support for recompiling lisp code.
16100
161012000-02-04 Dave Love <fx@gnu.org>
16102
16103 * bindings.el (mode-line-mule-info): Fix/extend last change.
16104
16105 * completion.el: Replace completion-dolist with dolist.
16106
16107 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16108 dotimes.
16109
161102000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16111
16112 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16113 environment names before they go into the section regexp.
16114
16115 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16116 char class in regexp.
16117
16118 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16119 `case-fold-search' to nil.
16120
16121 * progmodes/idlwave.el (idlwave-template): Respect
16122 `idlwave-abbrev-change-case'.
16123 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16124 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16125 idlwave-while): respect `idlwave-reserved-word-upcase'.
16126 (idlwave-rw-case): New function.
16127 (idlwave-statement-match): Fixed problem with assignment regexp.
16128 (idlwave-font-lock-keywords): Improved regexp for keyword
16129 parameters.
16130 (idlwave-surround): New argument LENGTH to support padding of
16131 operators longer than 1 char.
16132
16133 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16134 idlwave-shell-expression-overlay. Implemented printing of
16135 expressions on higher levels of the calling stack.
16136 (idlwave-shell-display-level-in-calling-stack): Restore stack
16137 level.
16138 (idlwave-retrieve-expression-from-level): New function.
16139 (idlwave-shell-last-calling-stack): Variable removed.
16140 (idlwave-shell-reset): Argument action reversed (`visible' to
16141 `hidden'). Also remove stop-line overlay.
16142 (idlwave-shell-calling-stack-routine): New variable.
16143 (idlwave-shell-parse-stack-and-display): Messages now display
16144 negative level numbers.
16145 (idlwave-shell-mode): Set `modeline-format'.
16146 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16147 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16148 21.
16149 (idlwave-shell-print-expression-function): New option.
16150
16151 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16152 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16153 `tool-bar' instead of `toolbar'.
16154
161552000-02-02 Dave Love <fx@gnu.org>
16156
16157 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16158 emacs-lisp-mode-hook. Don't check for defalias being defined.
16159
16160 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16161 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16162 the new builtins directly.
16163
16164 * whitespace.el (whitespace): Add :version to defgroup.
16165
16166 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16167 Doc fix.
16168
16169 * thingatpt.el (sexp-at-point, symbol-at-point)
16170 (number-at-point, list-at-point): Add autoload cookie.
16171
16172 * recentf.el (recentf): Add :version to defgroup.
16173
16174 * quickurl.el (quickurl): Add :version to defgroup.
16175
16176 * elide-head.el (elide-head): Use point-marker more.
16177
16178 * bs.el (bs): Add :version to defgroup.
16179
16180 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16181
16182 * progmodes/delphi.el (delphi): Add :version to defgroup.
16183
161842000-02-02 Gerd Moellmann <gerd@gnu.org>
16185
16186 * ange-ftp.el (ange-ftp-write-region): Handle case that
16187 succeeding process operation sets a different coding system.
16188
16189 * calculator.el: New file.
16190
161912000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16192
16193 * frame.el (frames-on-display-list, framep-on-display): New
16194 functions.
16195 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16196 (display-selections-p, display-screens, display-pixel-width)
16197 (display-pixel-height, display-mm-width, display-mm-height)
16198 (display-backing-store, display-save-under, display-planes)
16199 (display-color-cells, display-visual-class): New functions.
16200
16201 * term/tty-colors.el (tty-color-gray-shades): New function.
16202
16203 * faces.el (display-color-p): Use framep-on-display.
16204 (display-grayscale-p): New function.
16205
162062000-01-31 Dave Love <fx@gnu.org>
16207
16208 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16209 (create-fontset-from-x-resource): Don't concat integers.
16210
162112000-01-31 Inge Frick <inge@nada.kth.se>
16212
16213 * view.el: Some changes in documentation. Removed some trailing
16214 whitespace. Changed some parameter names to agree with
16215 documentation.
16216 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16217 window is not deleted. Modifies change 1998-04-26.
16218
162192000-01-31 Gerd Moellmann <gerd@gnu.org>
16220
16221 * windmove.el: New file.
16222
16223 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16224 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16225 progmodes/ebnf-yac.el: Update copyright and license info.
16226
16227 * jit-lock.el (jit-lock-function): Widen before calculating end
16228 position.
16229 (jit-lock-stealth-chunk-start): Rewritten.
16230
16231 * info.el (Info-title-face-alist): Removed.
16232 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16233 faces.
16234 (Info-fontify-node): Use these faces.
16235
162362000-01-30 Gerd Moellmann <gerd@gnu.org>
16237
16238 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16239 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16240 `&allow-other-keywords'.
16241
16242 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16243 the list of directories scanned heuristically.
16244
16245 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16246 exist.
16247
162482000-01-30 Jason Rumney <jasonr@gnu.org>
16249
16250 * w32-fns.el: Define w32-tty-standard-colors.
16251
16252 * startup.el (command-line): Use w32-tty-standard-colors when in
16253 w32 console mode.
16254
162552000-01-30 Dave Love <fx@gnu.org>
16256
16257 * jka-compr.el (jka-compr-load): Fix up load-history.
16258
16259 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16260
16261 * emacs-lisp/cl-macs.el: Revert previous change.
16262
162632000-01-29 Dave Love <fx@gnu.org>
16264
16265 * facemenu.el: Purecopy various strings.
16266
16267 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16268 years. Deal with three-digit years.
16269
16270 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16271 defconst, purecopy.
16272 (help-back-label): Purecopy it.
16273
162742000-01-18 Gerd Moellmann <gerd@gnu.org>
16275
16276 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16277 variable. If non-nil, order the buffer list according to the
16278 currently selected frame.
16279 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16280 non-nil, pass the selected frame to function buffer-list.
16281
162822000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16283
16284 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16285
162862000-01-28 Dave Love <fx@gnu.org>
16287
16288 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16289
16290 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16291 Don't use lisp-indent-hook property.
16292 (cl-abs): Remove.
16293
16294 * subr.el: Move out indent and edebug specs for when and unless.
16295
16296 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16297 when, unless.
16298
16299 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16300 unless, when.
16301
163022000-01-28 Gerd Moellmann <gerd@gnu.org>
16303
16304 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16305 `collecting' as synonym for `collect'.
16306
16307 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16308 for the case it contains spaces.
16309
16310 * simple.el (what-cursor-position): Change formatting of
16311 messages.
16312
16313 * frame.el (delete-other-frames): New function.
16314 (toplevel): Bind it to C-x 5 1.
16315
16316 * sort.el (sort-numeric-base): New option.
16317 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16318 interpret it as octal or hexadecimal. Use sort-numeric-base
16319 as default base.
16320
16321 * progmodes/glasses.el: New file.
16322
163232000-01-27 Gerd Moellmann <gerd@gnu.org>
16324
16325 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16326 userids differently.
16327
16328 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16329 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16330 progmodes/ebnf-yac.el: New files.
16331
163322000-01-26 Dave Love <fx@gnu.org>
16333
16334 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16335 on a function with an empty body. [From Eric Ludlam.]
16336
163372000-01-25 Andre Spiegel <spiegel@gnu.org>
16338
16339 * vc.el (vc-version-diff): Make sure file name is expanded.
16340
163412000-01-25 Gerd Moellmann <gerd@gnu.org>
16342
16343 * scroll-bar.el (scroll-bar-timer): Variable removed.
16344 (scroll-bar-toolkit-scroll): Don't use a timer.
16345
163462000-01-25 Kenichi Handa <handa@etl.go.jp>
16347
16348 * language/thai-util.el (thai-composition-function): Delete
16349 superfluous `a'.
16350
163512000-01-24 Dave Love <fx@gnu.org>
16352
16353 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16354 end-of-defun-function.
16355
16356 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16357 &c.
16358
163592000-01-22 Jason Rumney <jasonr@gnu.org>
16360
16361 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16362 conflicts with new face support.
16363
163642000-01-22 Richard M. Stallman <rms@gnu.org>
16365
16366 * replace.el (query-replace): Rename last arg to DELIMITED.
16367 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16368 (query-replace-regexp): Likewise.
16369
163702000-01-20 Richard M. Stallman <rms@gnu.org>
16371
16372 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16373
16374 * emacs-lisp/lisp.el (beginning-of-defun-function):
16375 Variable renamed from beginning-of-defun.
16376 Do not call make-variable-buffer-local.
16377 (beginning-of-defun-raw): Use new variable name; doc fix.
16378 (beginning-of-defun): Doc fix.
16379 (end-of-defun-function): Variable renamed from end-of-defun.
16380 Do not call make-variable-buffer-local.
16381 (end-of-defun): Use new variable name; doc fix.
16382
16383 * subr.el (dolist, dotimes): Copied from cl-macs.el
16384 and made to work.
16385
16386 * mail/undigest.el (rmail-digest-end-regexps):
16387 Variable replaces rmail-digest-end-regexp.
16388 Allows multiple regexps for detecting the end line.
16389 (undigestify-rmail-message): Corresponding changes.
16390
163912000-01-19 Dave Love <fx@gnu.org>
16392
16393 * files.el (user-init-file): Don't declare here -- is primitive.
16394
16395 * startup.el (command-line): Check for compiled user-init-file and
16396 set to uncompiled version if necessary.
16397
163982000-01-18 Gerd Moellmann <gerd@gnu.org>
16399
16400 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16401 (undigestify-rmail-message): Use it.
16402
16403 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16404
164052000-01-17 Gerd Moellmann <gerd@gnu.org>
16406
16407 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16408 of mini-buffer.
16409
164102000-01-14 Gerd Moellmann <gerd@gnu.org>
16411
16412 * emacs-lisp/copyright.el (copyright-update): Removed the
16413 requirement for a trailing space from `copyright-regexp', to
16414 support copyrights with owner specified on a separate line..
16415
16416 * align.el: New file.
16417
16418 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16419
16420 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16421
164222000-01-13 Dave Love <fx@gnu.org>
16423
16424 * ph.el: Removed. (Obsoleted by EUDC.)
16425
164262000-01-13 Gerd Moellmann <gerd@gnu.org>
16427
16428 * net/eudc.el (toplevel): Remove autoloaded code installing
16429 menu with easymenu, because that causes build problems.
16430
16431 * frame.el (frame-notice-user-settings): New variable.
16432 (frame-notice-user-settings): Don't modify frame parameters
16433 if called a second time.
16434
164352000-01-13 Richard M. Stallman <rms@gnu.org>
16436
16437 * frame.el (frame-notice-user-settings):
16438 Notice default-frame-parameters even for non-window frames.
16439
164402000-01-13 Gerd Moellmann <gerd@gnu.org>
16441
16442 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16443 for Emacs.
16444 (eudc-bob-can-display-inline-images): Extend for Emacs.
16445 (eudc-bob-toggle-inline-display): Ditto.
16446 (eudc-bob-display-jpeg): Ditto.
16447
164482000-01-12 Gerd Moellmann <gerd@gnu.org>
16449
16450 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16451 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16452 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16453
16454 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16455 nil)'.
16456
16457 * subdirs.el: Add `net' directory.
16458
16459 * net: New directory.
16460
16461 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16462 eval-last-sexp. Don't bind debug-on-error here.
16463 (eval-last-sexp): New function. Bind debug-on-error if
16464 eval-expression-debug-on-error is non-nil.
16465 (eval-defun-2, eval-defun): Likewise.
16466
16467 * simple.el (eval-expression): Don't bind debug-on-error if
16468 eval-expression-debug-on-error is nil. Detect changed
16469 debug-on-error, and propagate new value to global binding, if
16470 eval-expression-debug-on-error is non-nil,
16471 (eval-expression-debug-on-error): Change doc string.
16472
164732000-01-11 Richard M. Stallman <rms@gnu.org>
16474
16475 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16476
16477 * emacs-lisp/lisp-mode.el (with-syntax-table):
16478 Set up lisp-indent-function property.
16479
16480 * subr.el (with-syntax-table): Moved from simple.el.
16481
16482 * simple.el (with-syntax-table): Moved to subr.el.
16483
164842000-01-11 Gerd Moellmann <gerd@gnu.org>
16485
16486 * tmm.el (tmm-shortcut): Delete region after prompt instead
16487 of erasing buffer.
16488
16489 * textmodes/fill.el (fill-common-string-prefix): New function.
16490 (fill-context-prefix): Use the longest common prefix of first
16491 and second line fill prefix, if there is one.
16492
164932000-01-11 Richard M. Stallman <rms@gnu.org>
16494
16495 * array.el (array-mode): Don't use make-variable-buffer-local.
16496 Use make-local-variable for `truncate-lines'.
16497
164982000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16499
16500 * add-log.el (add-log-current-defun): Handle user-defined
16501 add-log-current-function returning nil,
16502
16503 * add-log.el (add-change-log-entry): Insert version number
16504 if having found a current function
16505
16506 * add-log.el (add-log-current-defun): Call
16507 `add-log-current-defun-function'. Try matches at level 0 and
16508 level 1. Strip whitespace from defun found.
16509
165102000-01-10 John Wiegley <johnw@gnu.org>
16511
16512 * allout.el (isearch-done/outline-provisions): Added `edit'
16513 argument to correspond with the current definition of
16514 `isearch-done'.
16515
165162000-01-10 Dave Love <fx@gnu.org>
16517
16518 * elide-head.el (elide-head): Use point-marker, not point.
16519
165202000-01-10 Gerd Moellmann <gerd@gnu.org>
16521
16522 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16523 before and after the year 2000.
16524
16525 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16526 Add ispell- prefix.
16527
165282000-01-10 Ken Stevens <k.stevens@ieee.org>
16529
16530 * ispell.el: Only define dictionaries in menus when they exist.
16531 (version18p): New variable.
16532 (version20p): New variable.
16533 (xemacsp): New variable.
16534 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16535 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16536 (ispell-dictionary-alist6): Russian command lines no longer accept
16537 run-together words.
16538 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16539 (ispell-dictionary-alist): Add koi8-r to customize definition.
16540 (check-ispell-version): Added documentation string. Returns
16541 library path when called non-interactively.
16542 (ispell-menu-map-needed): Uses new variables.
16543 (ispell-library-path): New variable.
16544 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16545 (ispell-word): Improved documentation string. Test for valid
16546 character mappings. Correctly check typed in word changes that can
16547 result in single words split into multiple words. Returns
16548 replacement word.
16549 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16550 replace in recursive query replace mode. Help message for
16551 recursive edit mode.
16552 (ispell-show-choices): Protect against bad framepop bindings.
16553 (ispell-help): Fix to work with XEmacs.
16554 (ispell-highlight-spelling-error): Use new variables.
16555 (ispell-overlay-window): Fix to work with XEmacs.
16556 (ispell-parse-output): Passed and returns location information
16557 tracking spelling corrections. Doesn't recheck same word on
16558 current line.
16559 (ispell-init-process): Protect against bogus XEmacs variable binding.
16560 Fix call to single argument in sleep-for. Use new variables.
16561 (ispell-region): Passed and returns location information tracking
16562 spelling corrections. Doesn't check same word on current line.
16563 Improved documentation string. Doesn't resend a line already
16564 checked to the ispell process - fixes bug in LaTeX parsing.
16565 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16566 (ispell-skip-region): No longer skips <TT> in SGML.
16567 (ispell-process-line): Tracks location information with spelling
16568 corrections. Added documentation string. Accounts for words
16569 already accepted on this line. Don't allow query-replace on line
16570 starting with math characters. Doesn't resend a line already sent
16571 to ispell process. Fixes alignment error bug.
16572
165732000-01-10 Richard M. Stallman <rms@gnu.org>
16574
16575 * dired-x.el (dired-guess-shell-alist-default):
16576 Suggest xloadimage, which is free, not xv, which isn't.
16577
16578 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16579 Don't ever include the host name or user name in the value.
16580
165812000-01-09 Gerd Moellmann <gerd@gnu.org>
16582
16583 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16584 of a real newline.
16585
165862000-01-09 Stephen Eglen <stephen@gnu.org>
16587
16588 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16589 for .png files.
16590
165912000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16592
16593 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16594
165952000-01-09 Gerd Moellmann <gerd@gnu.org>
16596
16597 * progmodes/cperl-mode.el: Replace ^F with ^L.
16598
16599 * sendmail.el (toplevel): Provide `sendmail' when compiling
16600 before `require'ing rmail and mailalias to prevent infinite
16601 recursion.
16602
166032000-01-08 Dave Love <fx@gnu.org>
16604
16605 * emacs-lisp/backquote.el: Remove inappropriate customization
16606 (allowing custom.el to use backquote).
16607
166082000-01-07 Dave Love <fx@gnu.org>
16609
16610 * add-log.el (add-log-debugging): Deleted.
16611 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16612 file. Remove debugging code.
16613 (change-log-get-method-definition, change-log-name): Add doc.
16614 (change-log-sortable-date-at): New function.
16615 (change-log-merge): New command.
16616
16617 * time.el (display-time-string-forms): Make the Mail string active.
16618 (display-time-update): Provide help-echo for load average.
16619
16620 * bindings.el (make-mode-line-mouse2-map): New function.
16621 (mode-line-modified): Use it and simplify.
16622 (mode-line-mule-info): Provide help-echo info.
16623 (minor-mode-alist): Activate the strings.
16624 (make-mode-line-mouse-sensitive): Simplify for
16625 mode-line-buffer-identification.
16626
166272000-01-07 Gerd Moellmann <gerd@gnu.org>
16628
16629 * play/pong.el: New file.
16630
166312000-01-06 Dave Love <fx@gnu.org>
16632
16633 * array.el: Assorted cleanups for compiler warnings, doc strings,
16634 `array-' prefix for symbols.
16635
166362000-01-05 Dave Love <fx@gnu.org>
16637
16638 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16639 outline-headers-as-kill.
16640 (outline-mode): Define imenu-generic-expression.
16641 (outline-headers-as-kill): New command.
16642
16643 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16644 from paragraph-start.
16645 (paragraph-indent-minor-mode): New command.
16646
16647 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16648 M-C-e, M-C-h, C-j, C-xnd, TAB.
16649 (fortran-mode): Set beginning-of-defun, end-of-defun.
16650 (fortran-column-ruler): Simplify.
16651 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16652 (fortran-with-subprogram-narrowing): Likewise.
16653 (fortran-indent-subprogram): Call mark-defun.
16654 (fortran-check-for-matching-do): Change narrowing.
16655
16656 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16657 (cl-lucid-hash-tag): Delete.
16658 (cl-hash-table-p): Correct test for native table.
16659 (cl-hash-table-count): Use hash-table-count.
16660
16661 * browse-url.el (browse-url): Fix case of
16662 browse-url-browser-function being an alist.
16663
166642000-01-05 Carsten Dominik <cd@gnu.org>
16665
16666 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16667 (reftex-index-phrase-file-extension): New options.
16668
16669 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16670 Use new option `reftex-index-phrase-file-extension'.
16671
16672 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16673 `reftex-parse-file-extension'.
16674
166752000-01-05 Dave Love <fx@gnu.org>
16676
16677 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16678 (beginning-of-defun-raw): Use it.
16679 (end-of-defun): New variable.
16680 (end-of-defun): Use it.
16681 (check-parens): New command.
16682
166832000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16684
16685 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16686 (hs-show-block): Don't use `mapcar' when not accumulating.
16687
16688 Fix buglet in local variables initialization.
16689
166902000-01-05 Andreas Schwab <schwab@suse.de>
16691
16692 * hscroll.el (hscroll): Doc fix.
16693
166942000-01-05 Carsten Dominik <cd@gnu.org>
16695
16696 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16697 idlw-toolbar.
16698
16699 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16700 file idlw-rinfo.el.
16701 (idlwave-customize): load must read file idlw-shell.el.
16702 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16703
167042000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16705
16706 * progmodes/idlw-shell.el: Also provide idlwave-shell
16707 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16708 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16709
16710 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16711 both reftex-dcr and reftex-vcr.
16712
16713 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16714
167152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16716
16717 * ps-print.el: PostScript code now is in separate files, doc fix.
16718 (ps-print-version): New version number (5.0.3).
16719 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16720 local.
16721 (ps-spool-config): Initialization fix.
16722 (ps-print-prologue-1, ps-print-prologue-2)
16723 (ps-print-duplex-feature): PostScript code moved to separated file.
16724 (ps-background-image): Little code reformating.
16725 (ps-begin-file, ps-begin-job): Fix code.
16726 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16727 (ps-prologue-file): New fun.
16728
167292000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16730
16731 * ps-vars.el: Eliminated.
16732
16733 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16734 `;;;###autoload'.
16735
16736 * ps-print.el: ps-vars eliminated, doc fix.
16737 (ps-print-version): New version number (5.0.2).
16738 (ps-spool-config): Initialization fix.
16739 (ps-print-customize): New fun.
16740
167412000-01-04 Gerd Moellmann <gerd@gnu.org>
16742
16743 * autorevert.el (auto-revert-mode): Return value of
16744 auto-revert-mode.
16745
167462000-01-04 Dave Love <fx@gnu.org>
16747
16748 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16749 menu items.
16750
167512000-01-03 Dave Love <fx@gnu.org>
16752
16753 * elide-head.el (elide-head) [defgroup]: Add :version.
16754
16755 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16756 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16757 `cl-hash-table-p', not `hash-table-p'.
16758 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16759
167602000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16761
16762 * faces.el (face-read-integer, read-face-attribute)
16763 (color-defined-p, color-values): unspecified-{f,b}g are now
16764 strings.
16765
167662000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16767
16768 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16769 at comment end, and re-insert them after filling.
16770
167712000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16772
16773 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16774 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16775 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16776
167772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16778
16779 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16780 the new name of face-color-supported-p.
16781
16782 * term/w32-win.el (xw-defined-colors): Likewise.
16783
167842000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16785
16786 * simple.el (completion-setup-function): Count completion-size
16787 from minibuffer-prompt-end, not from point-min.
16788
167892000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16790
16791 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16792 Pass the frame to tty-color-* functions.
16793 (display-color-p, frame-set-background-mode): Pass the frame to
16794 tty-display-color-p.
16795
16796 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16797 tty-color-alist.
16798 (tty-color-alist, tty-modify-color-alist): New functions.
16799 (tty-color-define, tty-color-clear, tty-color-approximate)
16800 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16801 an optional parameter FRAME.
16802
168032000-01-01 Gerd Moellmann <gerd@gnu.org>
16804
16805 * image.el (create-image, defimage): Don't assume image data is a
16806 string.
16807
16808 * image.el (defimage): Handle specifications containing :data
16809 instead of :file.
16810 (image-type-from-data): New function.
16811 (image-type-from-file-header): Use it.
16812 (create-image): Add parameter DATA-P.
16813
16814See ChangeLog.8 for earlier changes.
16815
16816;; Local Variables:
16817;; coding: iso-2022-7bit
16818;; End: