]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2001-04-11 Gerd Moellmann <gerd@gnu.org>
2
3 * startup.el (command-line): Output a newline after printing
4 an error from loading the window system's init file.
5
6 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add
9 fontification for @value, @dfn, @dmn, @acronym, @anchor, and
10 @inforef. Add an OVERRIDE of `keep' to highlight specs of
11 keywords whose arguments routinely include @@.
12
13 2001-04-10 Gerd Moellmann <gerd@gnu.org>
14
15 * emacs-lisp/advice.el (ad-make-advised-definition): Construct
16 advice for subrs differently.
17
18 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
19 regexp in parentheses when building the regexp for searching
20 backwards.
21
22 * simple.el (completion-list-mode-finish): New function.
23 (toplevel): Add completion-list-mode-finish to
24 temp-buffer-show-hook.
25
26 * language/european.el ("Polish"): Change sample text.
27 From: jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
28
29 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
30 parameter.
31
32 * faces.el (menu): Doc fix.
33
34 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
35
36 * ps-print.el: Footer implementation. Doc fix.
37 (ps-print-version): New version number (6.5.1).
38 (ps-header-frame-alist): New customization var for header frame
39 properties.
40 (ps-line-number-color): New customization var for line number color.
41 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
42 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
43 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
44 (ps-right-footer): New customization vars for footers.
45 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
46 footers.
47 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
48 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): Code
49 fix.
50 (ps-prologue-file): Indentation fix.
51 (ps-print-quote): Fun eliminated.
52 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
53 (ps-output-frame-properties): New fun.
54 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
55 (ps-skip-newline): Replace defun by defsubst.
56
57 2001-04-05 Colin Walters <walters@cis.ohio-state.edu>
58
59 * eshell/eshell.el (eshell-command): Needed a "%s" format
60 specifier, in case the buffer contains percent characters.
61
62 2001-04-04 John Wiegley <johnw@gnu.org>
63
64 * calendar/timeclock.el (timeclock-generate-report): Added a
65 missing insert of the project name.
66
67 2001-04-09 Gerd Moellmann <gerd@gnu.org>
68
69 * obsolete/profile.el: Moved from emacs-lisp/.
70
71 * Makefile.in (nonobsolete_setwins): New macro.
72 (finder-data): Use it instead of `setwins'.
73 From: Dave Love <fx@gnu.org>.
74
75 * server.el (server-visit-files): Set server-existing-buffer correctly.
76 (server-visit-files): Run server-visit-hook after going to
77 line 1 so that the hook can set point as it sees fit.
78
79 * bindings.el (mode-line-modified): Unify help messages.
80
81 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
82
83 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
84 All callers changed.
85
86 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
89 long file names aren't supported, truncate the file names in
90 quail-misc-package-ext-info to 8+3 before matching them against
91 FILENAME.
92
93 * dos-fns.el (dos-truncate-to-8+3): New function.
94
95 * progmodes/compile.el (grep-compute-defaults): Use null-device
96 instead of literal /dev/null. Reported by Jens Schmidt
97 <schmidt@mathematik.uni-kl.de>.
98
99 * simple.el (normal-erase-is-backspace-mode): Doc fix.
100
101 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
102
103 * textmodes/sgml-mode.el: Add unknown maintainer.
104 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
105 (html-mode-map): Use set-keymap-parent.
106
107 2001-04-06 Dave Love <fx@gnu.org>
108
109 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
110 Remove redundant string-to-list.
111
112 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
113
114 * composite.el (reference-point-alist): Doc fix.
115
116 2001-04-05 Sam Steingold <sds@gnu.org>
117
118 * font-lock.el (font-lock-keywords-case-fold-search):
119 Make buffer-local. This fixes a very annoying bug when loading a Lisp
120 file made font-lock case-insensitive.
121
122 2001-04-05 Gerd Moellmann <gerd@gnu.org>
123
124 * faces.el (defface menu): Doc fix.
125
126 * wid-edit.el (widget-color-sample-face-get): Don't make
127 faces for undefined colors.
128
129 * version.el (emacs-version): Include LessTif/Motif version info.
130
131 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
132
133 * ps-mule.el: Eliminate cl package dependence.
134 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
135 if they aren't defined yet.
136 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
137 Eliminate cl package dependence.
138
139 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
140
141 * progmodes/cc-cmds.el (c-outline-level):
142 Bind buffer-invisibility-spec. Originally from Dave Love, but
143 got lost when incorporating version 5.26.
144
145 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
146
147 * emulation/pc-select.el (pc-selection-mode):
148 Call normal-erase-is-backspace-mode instead of binding
149 keys individually.
150
151 * cus-load.el (normal-erase-is-backspace): Use it instead of
152 delete-key-deletes-forward.
153
154 * startup.el (command-line): Use normal-erase-is-backspace and
155 normal-erase-is-backspace-mode.
156
157 * simple.el (normal-erase-is-backspace): Rename from
158 delete-key-deletes-forward. Doc fix.
159 (normal-erase-is-backspace-mode): Rename from
160 delete-key-deletes-forward-mode. Doc fix.
161 Run normal-erase-is-backspace-hook.
162
163 * dired.el (dired-move-to-filename-regexp): Support file sizes in
164 ``human-readable'' format produced by GNU `ls'.
165 (dired-move-to-filename-regexp): Recognize ISO format dates.
166 From Paul Eggert <eggert@twinsun.com>.
167
168 2001-04-04 Gerd Moellmann <gerd@gnu.org>
169
170 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
171 New functions.
172 (lm-verify): Check keywords.
173 From Eric M. Ludlam <eric@siege-engine.com>.
174
175 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
176
177 * speedbar.el (speedbar-insert-image-button-maybe): Check for
178 `xemacs' feature instead of for the function `set-extent-property'.
179
180 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
181
182 * mail/mh-utils.el (mh-folder-hist): New var.
183 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
184
185 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
186
187 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
188 region, position point on the first or last 16-byte group.
189 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
190 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
191 hexl-beginning-of-line.
192
193 2001-04-03 Gerd Moellmann <gerd@gnu.org>
194
195 * icomplete.el (icomplete-mode): Treat an argument like other
196 modes do.
197
198 * startup.el (fancy-splash-head): Use splash8.xpm for color
199 depth 8.
200
201 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
202 Add an antry for ``converts''.
203
204 * language/slovak.el ("Slovak"): Add documentation string.
205 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
206
207 * language/czech.el ("Czech"): Add documentation string.
208 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
209
210 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
211 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
212
213 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
214
215 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
216 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
217 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
218 Use `defsubst' rather than a macro to ease debugging.
219 (mail-extr-last): Remove (use `last' instead).
220 (mail-extract-address-components): Properly reset the syntax-table
221 after parsing an address. Use `last' rather than mail-extr-last.
222 Make sure the end marker stays at the very end.
223
224 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
227 last change.
228
229 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
230
231 * ps-print.el: Line and paragraph spacing feature. Region to cut
232 out when printing. Doc fix.
233 (ps-print-version): New version number (6.5).
234 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
235 New vars. Line and paragraph spacing feature.
236 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
237 out when printing.
238 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
239 (ps-get-font-size, ps-begin-job, ps-continue-line)
240 (ps-plot-region): Code fix.
241 (ps-print-prologue-2): Var eliminated.
242 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
243 New internal vars.
244 (ps-get-size): New fun.
245 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
246 (ps-next-line): Replace defun by defsubst.
247 (ps-mule-plot-string): Autoload doc fix.
248
249 * ps-bdf.el: XEmacs compatibility. Doc fix.
250 (installation-directory, coding-system-for-read): Declare vars if
251 it's not declared yet.
252 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
253
254 * ps-mule.el: XEmacs compatibility. Doc fix.
255 (leading-code-private-22): Declare var if it's not declared yet.
256 (charset-bytes, charset-dimension, charset-id, charset-width)
257 (find-charset-region, split-char, char-width, chars-in-region)
258 (forward-point, decompose-composite-char, encode-coding-string)
259 (coding-system-p, ccl-execute-on-string, define-ccl-program):
260 Define funs if not defined yet.
261 (encode-composition-rule, find-composition): Define funs if not
262 loaded yet.
263 (ps-mule-prologue): PostScript code fix.
264
265 2001-04-02 Kenichi Handa <handa@etl.go.jp>
266
267 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
268 non-nil, generate font for the header strings.
269 (ps-mule-prepare-font): Likewise.
270 (ps-mule-generate-glyphs): Likewise.
271 (ps-mule-string-encoding): Likewise.
272 (ps-mule-header-charsets): New variable.
273 (ps-mule-encode-header-string): New function.
274 (ps-mule-header-string-charsets): New function.
275 (ps-mule-begin-job): Check charsets in the header strings. If there
276 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
277
278 * ps-print.el (ps-generate-header-line): Encode the header string by
279 ps-mule-encode-header-string.
280 (ps-mule-encode-header-string): Declare autoload.
281
282 2001-04-02 Gerd Moellmann <gerd@gnu.org>
283
284 * frame.el (cursor-in-non-selected-windows):
285 Replaces show-cursor-in-non-selected-windows.
286
287 2001-03-31 Kenichi Handa <handa@etl.go.jp>
288
289 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
290 Delete entries for "chinese-py" and "chinese-ziranma".
291 (quail-misc-package-ext-info): New variable.
292 (tsang-quick-converter): New function.
293 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
294 (quick-cns-converter, py-converter, ziranma-converter)
295 (miscdic-convert, batch-miscdic-convert): New functions.
296
297 2001-03-30 Kenichi Handa <handa@etl.go.jp>
298
299 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
300 eight-bit-control chars.
301
302 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
303 Reduce making temporary vector (suggested by Dave Love).
304
305 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
306
307 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
308 string as well.
309
310 2001-03-30 Andreas Schwab <schwab@suse.de>
311
312 * files.el (backup-directory-alist): Fix typo.
313
314 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
315
316 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
317 <eggert@twinsun.com>.
318
319 2001-03-30 Dave Love <fx@gnu.org>
320
321 * progmodes/fortran.el (fortran-comment-region): Fix typo.
322
323 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * simple.el (transient-mark-mode): Mention C-g in the doc string.
326
327 2001-03-30 Miles Bader <miles@gnu.org>
328
329 * subr.el (interactive-form): Fix paren typo.
330
331 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
332
333 * emacs-lisp/profile.el: Say that it's obsolete in the header
334 line, so that finder.el puts that into its data-base.
335 Suggested by Alex Schroeder <alex@gnu.org>.
336
337 2001-03-29 Paul Eggert <eggert@twinsun.com>
338
339 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
340 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
341
342 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
343
344 * generic.el (generic-mode-set-comments): Use "" rather than nil
345 for comment-end.
346
347 2001-03-29 Gerd Moellmann <gerd@gnu.org>
348
349 * emacs-lisp/advice.el (ad-make-advised-definition):
350 Call interactive-form to obtain the interactive spec of subrs.
351
352 * subr.el (interactive-form): New function.
353
354 2001-03-29 Andre Spiegel <spiegel@gnu.org>
355
356 * vc-sccs.el (vc-sccs-register): Use relative file names.
357
358 2001-03-28 Gerd Moellmann <gerd@gnu.org>
359
360 * bookmark.el (bookmark-get-bookmark): Handle case that
361 BOOKMARK is not a string.
362
363 * image.el (image-type-regexps): Change type for PS files
364 to `postscript'.
365
366 * subr.el (read-passwd): Clear command history after each
367 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
368
369 2001-03-27 Kenichi Handa <handa@etl.go.jp>
370
371 * international/kkc.el (kkc-save-init-file): Locally bind
372 print-length to nil.
373
374 2001-03-26 Gerd Moellmann <gerd@gnu.org>
375
376 * textmodes/flyspell.el: Some doc fixes.
377 (flyspell-maybe-correct-transposition)
378 (flyspell-maybe-correct-doubling): Use a temporary buffer
379
380 * textmodes/ispell.el (ispell-parse-output): Doc fix.
381
382 * emacs-lisp/byte-opt.el (byte-optimize-while)
383 (byte-optimize-form-code-walker): Diagnose too few arguments
384 for `if' and `while'.
385
386 2001-03-26 Kenichi Handa <handa@etl.go.jp>
387
388 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
389 Prepend `\' to "\<quail-translation-docstring>".
390
391 2001-03-26 Gerd Moellmann <gerd@gnu.org>
392
393 * autorevert.el (global-auto-revert-non-file-buffers):
394 Remove duplicate defcustom.
395
396 2001-03-26 Miles Bader <miles@gnu.org>
397
398 * international/latin1-disp.el (latin1-char-displayable-p):
399 Add leading "-" for X font pattern.
400
401 2001-03-26 Kenichi Handa <handa@etl.go.jp>
402
403 * international/mule-diag.el (describe-coding-system):
404 For raw-text and emacs-mule, don't add anymore text about what
405 charsets they can encode.
406
407 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
408
409 * help.el (view-lossage): Mention open-dribble-file in the doc
410 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
411
412 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
413
414 * skeleton.el (skeleton-internal-list): Fix bogus logic.
415 (skeleton-pair-insert-maybe): Don't pair after a backslash.
416
417 2001-03-23 Kenichi Handa <handa@etl.go.jp>
418
419 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
420 Call ccl-execute-on-string directly so that CCL program handling
421 multibyte sequence can work correctly.
422 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
423 property of the coding system.
424
425 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
426
427 * textmodes/fill.el (fill-individual-paragraphs-prefix):
428 Fix transcription typo.
429
430 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
431
432 * whitespace.el: Add buffer local variables to toggle testing of
433 whitespaces in buffers without affecting the default values.
434 Bump version to 3.0 to account for a few other changes.
435 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
436 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
437 (whitespace-toggle-spacetab-check): New functions.
438
439 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
440
441 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
442
443 2001-03-21 Gerd Moellmann <gerd@gnu.org>
444
445 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
446 bs-cycle-configuration-name. From Juanma Barranquero
447 <lektu@uol.com.br>.
448
449 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
450 and cc-vars.el.
451
452 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
453 headers. Always invoke sendmail with option -t.
454
455 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
456
457 * Release of cc-mode 5.28.
458
459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
460
461 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
462 Removed the hardcoded switch to "java" style in Java mode.
463 It's instead taken care of by the default value for c-default-style.
464
465 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
466
467 * cc-align.el (c-lineup-math): Fix bug where lineup was
468 triggered by equal signs in string literals.
469
470 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
471
472 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
473 limit detection when at the ends of the buffer.
474
475 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
476 "for" statement clause in case 7F; a better one is done
477 earlier in case 7D anyway.
478
479 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
480
481 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
482 somewhat more and did a small optimization.
483
484 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
485
486 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
487 Use the limit argument only to limit the syntactic context
488 search, not to limit the actual movement.
489
490 * cc-cmds.el (c-beginning-of-statement): Move by sentence
491 inside multiline strings, just like in comments. Also various
492 fixes to the paragraph and comment prefix recognition, block
493 comment ender handling etc.
494
495 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
496
497 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
498 the relative position of the point.
499
500 * cc-cmds.el (c-electric-continued-statement): New function to
501 use as abbrev hook to reindent for keywords such as "else"
502 that continues an earlier statement.
503
504 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
505 like classes.
506
507 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
508 (pike-mode): Populate the default abbrev tables to reindent for
509 keywords such as "else" that can continue earlier statements.
510 Abbrev mode is therefore turned on by default now. (Note that
511 this doesn't apply to idl-mode, since IDL afaik doesn't have
512 statements at all.)
513
514 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
515
516 * cc-engine.el (c-inside-bracelist-p): Fix for handling
517 bracelists where the declaration contains template arguments.
518
519 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
520
521 * cc-cmds.el (c-comment-indent):
522 Use `c-get-syntactic-indentation' to correctly calculate the
523 syntactic indentation. Fixes bug with lineup functions that
524 return vectors.
525
526 * cc-engine.el (c-get-syntactic-indentation): Split the
527 indentation sum calculation from `c-indent-line' to a separate
528 function.
529
530 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
531
532 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
533 Fixed places where it was assumed that preprocessor directives
534 have to start in column zero.
535
536 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
537 template arguments after a class identifier properly.
538
539 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
540 lists for `new Foo[]' constructs in Java as expressions and
541 not top level definition brace lists on the top level, so that
542 they'll get indented consistently with the same type of
543 expression in a normal block.
544
545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
546
547 * cc-cmds.el (c-fill-paragraph): The kludge that checks
548 whether the adaptive filling package fails to keep the comment
549 prefix is now kludged further to check for filladapt-mode
550 which doesn't have that problem. This is really icky, but it's
551 the only way that works with the current misfeatures/bugs in
552 both adaptive-fill-mode and filladapt-mode.
553
554 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
555 around point is recognized more robust.
556
557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
558
559 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
560 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
561 (c-lit-type): Fixed all internal variables used dynamically so
562 that they are always bound.
563
564 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
565 errors:
566
567 (c-indent-region): Fixed reporting of syntactic errors so that
568 the region is fully reindented even when an error occurs.
569 The last syntactic error is printed afterwards. Also cleanup up a
570 whole lot of code that tried to optimize indentation of whole
571 sexps but in reality accomplishes nothing.
572
573 (c-indent-sexp): Use c-indent-region.
574
575 (c-parsing-error): Changed this variable to hold the message
576 for any syntactic error that is discovered.
577
578 (c-parse-state): Search backward from point instead of the bod
579 position when the latter is invalid. This makes CC Mode
580 recover faster when there are unbalanced close braces.
581
582 (c-backward-to-start-of-if): Use c-parsing-error to report
583 dangling "else" clauses instead of throwing an error, and fall
584 back to a reasonable position.
585
586 (c-indent-line): Added argument to avoid reporting syntactic errors.
587
588 (c-show-syntactic-information): Don't report any syntactic errors.
589
590 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
591
592 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
593 paragraph recognition when moving by sentence in literals.
594
595 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
596 start regexp for javadoc to recognize javadoc markup in general instead
597 of a specific set of keywords, to be more future-safe.
598
599 (c-Pike-pikedoc-paragraph-start)
600 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
601 pikedoc markup.
602
603 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
604
605 (pike-mode): Initialize paragraph settings pikedoc recognition.
606
607 * cc-vars.el (c-default-style): Made a nicer Customize widget.
608
609 (c-comment-prefix-regexp): Made it possible to use an
610 association list on this to specify mode specific regexps.
611 The default value now use a special regexp in Pike mode to
612 recognize pikedoc markup.
613
614 (c-current-comment-prefix): New variable containing the actual
615 regexp from c-comment-prefix-regexp for the current buffer.
616
617 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
618
619 * cc-cmds.el (c-electric-brace): Fixed check for special brace
620 lists: We can't look at the syntax, since a brace list can get
621 recognized as a plain statement-cont.
622
623 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
624 special brace list opener broken over two lines got recognized
625 as a statement on the second line. Case 9A changed.
626
627 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
628
629 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
630 adjustment after line is reindented.
631
632 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
633
634 * cc-defs.el (c-point): Added optional argument for position
635 to use instead of the current point.
636
637 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
638 the in-expression block symbols when the construct starts at
639 boi, to avoid the extra level of indentation in that case.
640 Cases 4, 16A and 17E affected.
641
642 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
643
644 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
645 calls to `c-indent-line', to adhere better to Emacs conventions.
646
647 * cc-engine.el (c-indent-line): Use the syntax already bound
648 to `c-syntactic-context', if there is any.
649
650 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
651
652 * cc-engine.el (c-get-offset): Fixed bug where the indentation
653 wasn't added up correctly when a lineup function returned nil.
654
655 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
656
657 * cc-engine.el (c-collect-line-comments): Fixed bug where
658 empty lines were ignored when collecting line comments backwards.
659
660 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
661
662 * cc-align.el (c-lineup-dont-change): Return an absolute
663 indentation column to work correctly in the case when several
664 syntactic elements are processed for the same line.
665
666 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
667 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
668 (c-set-offset): Added absolute indentation column settings by
669 using the vector type.
670
671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
672
673 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
674 Implemented two new cleanups `space-before-funcall' and
675 `compact-empty-funcall'.
676
677 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
678
679 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
680 helping building regexps.
681
682 * cc-engine.el (c-on-identifier): New function for detecting
683 identifiers. It takes keywords into account.
684
685 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
686 lists. `c-keywords' is set to a regexp matching all keywords
687 in the current language.
688
689 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
690
691 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
692 list of characters to skip backwards over at the beginning of
693 a statement, since it can precede string literals in Pike.
694
695 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
696
697 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
698 recognition when standing on the last line in a C++ comment
699 with nothing but whitespace after the prefix.
700
701 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
702 given no limit argument.
703
704 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
705
706 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
707 recognition for the `[]= operator symbol in Pike.
708
709 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
710
711 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
712 around a bug in `eval-when-compile' in the byte compiler.
713
714 * cc-engine.el (c-forward-token-1): Fixed bug with return
715 value when count is zero and there's no token start within the limit.
716
717 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
718 "prefix comments", i.e. comments which are followed by code on
719 the same line.
720
721 * cc-mode-19.el: Fixes so that checks that must be done at
722 compile time also are done then.
723
724 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
725
726 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
727 time and at runtime, and only when it's needed.
728
729 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
730
731 Major cleanup for less error prone and more warning free
732 compilation, including some fixes for bugs due to different
733 compilation orders. Thanks to Martin Buchholz for providing
734 the basis for all this.
735
736 * cc-bytecomp.el: New file that provides some byte compilation
737 features: It ensures that files always are loaded from the
738 current source directory during compilation, and it provides a
739 set of macros to turn off specific compiler warnings for
740 specific symbols. (It's not CC Mode specific in any way.)
741
742 Fixed a nearly acyclic dependency tree (both runtime and
743 compile-time) between all files.
744
745 * cc-defs.el: Separated all macros before the inline functions,
746 to ensure correct compilation.
747
748 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
749 cc-defs.el to cc-engine.el and made it a function instead.
750
751 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
752 about char-after.
753
754 * cc-vars.el: Cope even when there isn't a custom package
755 containing defcustom available.
756
757 * cc-make.el: Removed since it's no longer necessary.
758
759 README: Updated installation instructions.
760
761 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
762
763 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
764 improve the modularity: Moved all mode init stuff from
765 cc-langs.el to cc-mode.el, including the keymap
766 initialization; cc-langs now only contains the various
767 variables for configuring the language syntax.
768
769 * cc-engine.el, cc-styles.el (c-evaluate-offset)
770 (c-get-offset): Moved from cc-styles to cc-engine since file
771 dependency analysis suggests they belong there (which also
772 makes more sense). Thanks to Martin Buchholz for doing the analysis.
773
774 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
775
776 * cc-cmds.el (c-fn-region-is-active-p): New function that
777 wraps the corresponding macro, for use in places that aren't
778 compiled. Thanks to Martin Buchholz for pointing out this.
779
780 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
781
782 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
783 add things to the bug report.
784
785 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
786
787 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
788 returned prefix could contain a newline when the search for a
789 good prefix line failed.
790
791 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
792
793 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
794 (c-toggle-auto-hungry-state): Made the argument optional, as
795 the documentation says it is.
796
797 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
798
799 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
800 multiline string syntax, #"...", as a cpp macro.
801
802 2001-03-21 Paul Eggert <eggert@twinsun.com>
803
804 * international/mule-cmds.el (set-locale-environment):
805 Set system-messages-locale and system-time-locale, but only if the
806 caller specifies a non-nil locale name.
807
808 2001-03-20 Gerd Moellmann <gerd@gnu.org>
809
810 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
811 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
812
813 2001-03-20 Gerd Moellmann <gerd@gnu.org>
814
815 * follow.el (follow-avoid-tail-recenter): Doc fix.
816
817 * custom.el (custom-set-variables): Avoid reversing the list
818 of args needlessly.
819
820 * startup.el (fancy-splash-head): Don't change the colors of the
821 XPM image on a dark background.
822
823 * comint.el (comint-exec-1): Set columns of the terminal to
824 window-width instead of frame-width.
825
826 * info.el (Info-scroll-down): Add missing WINDOW arg for
827 pos-visible-in-window-p.
828
829 * ehelp.el (electric-help-mode-hook): Add defcustom.
830
831 * mail/sendmail.el (mail-mode): Activate case-folding in
832 font-lock-defaults.
833
834 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
835
836 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
837 (completion-ignored-extensions): Remove duplicate ".class".
838
839 2001-03-19 Andreas Schwab <schwab@suse.de>
840
841 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
842 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
843
844 2001-03-19 Gerd Moellmann <gerd@gnu.org>
845
846 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
847 methods since there are not prefix input methods.
848
849 2001-03-19 Kenichi Handa <handa@etl.go.jp>
850
851 * international/mule-cmds.el (read-input-method-name):
852 Locally bind enable-recursive-minibuffers to t.
853
854 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
855
856 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
857
858 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
859
860 * ediff-util.el: Copyright years.
861 (ediff-choose-syntax-table): New function.
862 (ediff-setup): Use ediff-choose-syntax-table.
863
864 * ediff-init.el (ediff-with-syntax-table): New macro, uses
865 with-syntax-table.
866
867 * ediff.el: Date of last update, copyright years.
868
869 * ediff-wind (ediff-setup-control-frame): Nill->nil.
870
871 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
872 of Scott Bronson.
873 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
874 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
875 Deleted functions.
876 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
877 ex-token-list.
878
879 * viper-util.el: Spaces, indentation.
880
881 * viper.el: Changed version, modification time.
882
883 2001-03-16 John Wiegley <johnw@gnu.org>
884
885 * calendar/timeclock.el (timeclock-workday-remaining):
886 Check whether `discrep' is non-null before using it.
887
888 2001-03-16 John Wiegley <johnw@gnu.org>
889
890 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
891 first-time checkins.
892 (timeclock-log-data): Fixed problem with reading timelog log file.
893 Resulting data in the "day list" was incorrect.
894 (timeclock-find-discrep): Check if `timeclock-file' is readable
895 before opening it.
896 (timeclock-time-less-p): New function.
897 (timeclock-day-base): New function.
898 (timeclock-geometric-mean): New function.
899 (timeclock-generate-report): Generate a summary report based on
900 the contents of the log file. This uses `timeclock-log-data', and
901 is an example of writing a timelog manipulation function.
902 (timeclock-visit-timelog): A quick command for opening the timelog
903 file.
904 (timeclock-log-data): Bound the variable event.
905
906 2001-03-16 Kenichi Handa <handa@etl.go.jp>
907
908 * international/mule-cmds.el (select-safe-coding-system):
909 Fix typo: symbol-name -> symbol-value.
910
911 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
912 before substitute-in-file-name to handle double slashes in FILE
913 correctly.
914
915 2001-03-15 Gerd Moellmann <gerd@gnu.org>
916
917 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
918 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
919
920 2001-03-14 Gerd Moellmann <gerd@gnu.org>
921
922 * bindings.el (features): Add `md5' and `overlay' to the list.
923
924 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
925 bound before using it. It's not bound when configured without X,
926 for instance.
927
928 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
929
930 * progmodes/hideshow.el: Update copyright.
931 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
932 (hs-minor-mode-hook): Include `:version' in defcustom form.
933
934 2001-03-13 Gerd Moellmann <gerd@gnu.org>
935
936 * help.el (string-key-binding): Don't call event-start on
937 a non-list.
938
939 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * startup.el (fancy-splash-tail, command-line-1): Fix the
942 copyright year.
943
944 2001-03-13 Kenichi Handa <handa@etl.go.jp>
945
946 * term.el: These changes are based on a patch sent from Yong Lu
947 <lyongu@yahoo.com>.
948 (term-set-escape-char): Bind M-x to execute-extended-command in
949 term-raw-escape-map.
950 (term-move-columns): Don't try to move to negagive column.
951 (term-emulate-terminal): Insert a string before deleting a text to
952 overwrite.
953
954 2001-03-12 Gerd Moellmann <gerd@gnu.org>
955
956 * play/life.el (life): Rearrange code so that all calls to
957 life-display-generation are in a catch-form.
958
959 * progmodes/etags.el (tags-loop-continue): Don't change point in a
960 file that isn't interesting. In an interesting file, push the old
961 value of point on the mark ring.
962
963 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
964 New function.
965 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
966 Use it.
967
968 * emacs-lisp/autoload.el (generate-file-autoloads):
969 Remove warning about line lengths.
970
971 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
972
973 * progmodes/etags.el (tags-compression-info-list): New variable.
974 (find-tag-in-order): Use it to deal with compressed source files.
975 (tag-file-name-match-p): New function.
976 (etags-recognize-tags-table): Use it for better match of file names.
977
978 2001-03-12 Kenichi Handa <handa@etl.go.jp>
979
980 * international/mule-cmds.el (register-input-method): Doc fix.
981
982 * international/quail.el (quail-translate-key): Fix condition to
983 check if there's another breaking point in the current key.
984
985 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
986
987 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
988 Babyl header to the newly-created output file, bind
989 coding-system-for-write to either rmail-file-coding-system or
990 emacs-mule-unix.
991
992 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
993
994 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
995 Fix the name and regexp used for subsubsections.
996
997 2001-03-10 Dave Love <fx@gnu.org>
998
999 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1000 and save-buffer if buffer-file-name non-nil. From rms.
1001
1002 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1003
1004 * vc.el (vc-do-command): If the destination buffer is already
1005 current, don't set it up and don't erase it. Updated doc string
1006 to reflect that.
1007 (vc-version-diff): When doing a single file diff, don't switch to the
1008 *vc-diff* buffer before the command. This is to preserve local
1009 variable bindings that might affect the diff command.
1010 (vc-print-log): Don't switch to the *vc* buffer before the
1011 command, so that local variable bindings are preserved.
1012
1013 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1014 not the current buffer.
1015 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1016
1017 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1018 make output go to buffer *vc*, not the current buffer.
1019
1020 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1021
1022 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1023 so ^, $, *, ? and + are interpreted correctly.
1024
1025 2001-03-09 Gerd Moellmann <gerd@gnu.org>
1026
1027 * help.el (string-key-binding): Renamed from
1028 mode-line-key-binding. Handle any event on a string.
1029 Check for `keymap' properties as well as `local-map' properties.
1030
1031 * comint.el (comint-insert-clicked-input): Use the last key
1032 from this-command-keys to lookup the global key definition.
1033
1034 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1035
1036 * international/characters.el: Add category `j' for
1037 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1038
1039 * international/mule-conf.el (no-conversion): Fix docstring.
1040 (raw-text): Fix docstring.
1041
1042 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1043
1044 * simple.el (choose-completion-string): When not leaving the
1045 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1046 is set.
1047
1048 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1049 parameter `(minibuffer . t)'.
1050
1051 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1052
1053 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1054 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1055 (sh-mode): Remove `make-local-variable' for unused var
1056 `font-lock-unfontify-region-function'.
1057
1058 2001-03-07 Richard M. Stallman <rms@gnu.org>
1059
1060 * info.el (Info-scroll-down): Fix previous change.
1061
1062 * mail/rmail.el (rmail-toggle-header): Use a window which
1063 is showing the Rmail buffer, rather than the selected window.
1064
1065 2001-03-07 Dave Love <fx@gnu.org>
1066
1067 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1068 now, to avoid problems with binding imenu directly to a mouse event.
1069
1070 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1071
1072 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1073 second arg t.
1074
1075 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1076
1077 * log-edit.el (log-edit-common-indent): New var.
1078 (log-edit-set-common-indentation): Renamed from
1079 log-edit-delete-common-indentation. Use the new var.
1080 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1081
1082 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1083 (cvs-mode-add-change-log-entry-other-window):
1084 Don't presume change-log-default-name is defined.
1085
1086 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1087
1088 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1089 the "tree" operation as well.
1090
1091 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1092
1093 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1094 to match paragraph-start.
1095
1096 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1097 comment-start-skip and set comment-end-skip as well.
1098 (sgml-comment-indent): Fix for new value of comment-start-skip.
1099 (html-autoview-mode): Don't bother using make-local-hook.
1100
1101 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1102
1103 * cus-edit.el (custom-save-delete): Move in front of local
1104 variables, otherwise long Custom entries would make them ineffective.
1105
1106 * uniquify.el: Set maintainer to FSF.
1107
1108 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * dired-aux.el (dired-do-shell-command): Doc fix.
1111
1112 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1113
1114 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1115
1116 * which-func.el (which-func-modes): Add cperl-mode.
1117 (which-func-mode-global): Use define-minor-mode.
1118
1119 * info-look.el: Docstring fixes and dead code eliminated.
1120 (cperl-mode): Add support.
1121 (emacs-lisp-mode): List all entries from elisp manual, whether
1122 or not they are currently (f)bound or not. Update regexp.
1123
1124 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1125
1126 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1127 so that C-h m shows the correct information.
1128 Use make-local-variable rather than make-variable-buffer-local.
1129 (cperl-info-buffer, cperl-setup-tmp-buf):
1130 Use make-local-variable rather than make-variable-buffer-local.
1131 (cperl-msb-fix, cperl-get-help-defer):
1132 Check major-mode for `cperl-mode' as well.
1133
1134 * progmodes/cperl-mode.el: Updated to author version 4.23.
1135 (cperl-electric-pod): SYNOPSIS was misspelled.
1136 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1137 (cperl-after-expr-p): Make true after __END__.
1138
1139 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1140
1141 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1142 bookmark-completion-ignore-case is t.
1143
1144 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1145 switch, like xterm, and concat resource strings, with a newline
1146 between them.
1147
1148 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1149
1150 * international/codepage.el (cp770-decode-table)
1151 (cp773-decode-table, cp774-decode-table): New variables.
1152
1153 * man.el (Man-hyphenated-reference-regexp): New variable.
1154 (Man-build-references-alist): Use it to search for referenced
1155 manpages. If hyphenated is non-nil, record a concatenated word in
1156 Man-refpages-alist only if it matches Man-reference-regexp.
1157 Update word's length when it is concatenated. Reverse the list,
1158 to get the first manpage at the head.
1159 (Man-possibly-hyphenated-word): New function.
1160 (Man-follow-manual-reference): Use it instead of current-word to
1161 find a manpage at point, in a way that accounts for hyphenated
1162 references.
1163
1164 2001-03-06 Alex Schroeder <alex@gnu.org>
1165
1166 * sql.el (sql-interbase): New function.
1167 (sql-interbase-program): New option.
1168 (sql-interbase-options): New option.
1169 And some typos fixed: "customise" to "customize".
1170
1171 2001-03-06 Dave Love <fx@gnu.org>
1172
1173 * textmodes/flyspell.el (flyspell-region):
1174 Set up flyspell-local-mouse-map.
1175
1176 2001-03-05 Richard M. Stallman <rms@gnu.org>
1177
1178 * mail/rmail.el (rmail-retry-failure):
1179 Don't call rmail-beginning-of-message.
1180 Don't discard From: field. Do discard Received: field.
1181 Use unwind-protect to re-prune.
1182 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1183
1184 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1185
1186 * international/quail.el (quail-title): Add autoload cookie.
1187
1188 2001-03-05 Dave Love <fx@gnu.org>
1189
1190 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1191 new defs.
1192
1193 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1194
1195 * language/ethio-util.el (ethio-toggle-space):
1196 Update current-input-method-title if necessary.
1197 (ethio-toggle-punctuation): Likewise.
1198
1199 * international/quail.el (quail-title): Fix for the case that a
1200 title of an input method is specified by a list of the same form
1201 as used in mode-line-format.
1202
1203 * international/mule-cmds.el (activate-input-method):
1204 If current-input-method-title is set by activating INPUT-METHOD,
1205 respect that value.
1206
1207 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1208
1209 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1210
1211 2001-03-05 Alex Schroeder <alex@gnu.org>
1212
1213 * sql.el (sql-sybase): Fix typo (was: query user about server two
1214 times instead of server and database).
1215
1216 * sql.el (sql-sybase): Doc change.
1217 (sql-mysql): Doc change.
1218 (sql-postgres): Doc change.
1219
1220 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1221
1222 * international/mule-conf.el (emacs-mule, raw-text):
1223 Docstring modified.
1224
1225 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * term/internal.el: Update copyright notice.
1228
1229 * term/pc-win.el: Update copyright notice.
1230
1231 2001-03-02 Dave Love <fx@gnu.org>
1232
1233 * files.el (insert-file-contents-literally):
1234 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1235 not jka-compr-compression-info-list.
1236
1237 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1238
1239 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1240 spaces in default comment-start-skip settings rather than \s-.
1241
1242 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1243
1244 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1245 default-frame-alist as well.
1246
1247 2001-03-01 Dave Love <fx@gnu.org>
1248
1249 * textmodes/reftex.el (defvar): Wrap some defvars in
1250 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1251
1252 * subr.el (event-basic-type): Doc fix.
1253
1254 * international/quail.el: Doc fixes.
1255
1256 * international/utf-8.el: Doc fixes.
1257
1258 * international/mule-cmds.el: Doc fixes.
1259 (leim-list-header): Fix header text.
1260
1261 * international/mule.el (coding-system-category): Doc fix.
1262
1263 * international/ccl.el (ccl-compile): Doc fix.
1264
1265 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1266
1267 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1268 rather than (before|after)-change-functions.
1269
1270 2001-03-01 Gerd Moellmann <gerd@gnu.org>
1271
1272 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1273 scroll-left and scroll-right being called interactively so that
1274 they set the window's min_hscroll.
1275
1276 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1277
1278 * info.el (info-insert-file-contents-1): Accept an additional
1279 argument `lfn': if it is non-nil, concatenate `filename' and
1280 `suffix'; otherwise use the complicated MS-DOS code.
1281 All callers changed.
1282 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1283 can access long file names, try the long file-name version of
1284 `info-insert-file-contents-1', then the short file-name version.
1285
1286 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1287
1288 * language/ethio-util.el (setup-ethiopic-environment-internal):
1289 Change bindings of functions keys to conform to "Emacs Lisp Coding
1290 Convention".
1291
1292 * language/ethiopic.el ("Ethiopic"): Add documentation.
1293
1294 2001-02-28 Kenichi Handa <handa@etl.go.jp>
1295
1296 * international/utf-8.el (mule-utf-8): Set coding-category
1297 property to coding-category-utf-8.
1298
1299 2001-02-27 Richard M. Stallman <rms@gnu.org>
1300
1301 * lpr.el (lpr-page-header-switches, print-region-1):
1302 Undo 2000-07-06 change.
1303 (lpr-add-switches): Default to t on gnu/linux.
1304
1305 2001-02-27 Gerd Moellmann <gerd@gnu.org>
1306
1307 * bs.el (bs-attributes-list): Doc fix.
1308
1309 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1310
1311 * help.el (describe-project): Display the file THE-GNU-PROJECT.
1312
1313 * help.el (view-order-manuals): Use goto-address.
1314
1315 * startup.el (command-line-1): Add info about ordering manuals
1316 to the not so fancy splash screens.
1317
1318 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1319
1320 * vc.el (vc-default-workfile-unchanged-p)
1321 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1322
1323 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1324
1325 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1326 fontify in the right buffer.
1327
1328 * allout.el (outline-flag-region): Move macro in front of first
1329 use to avoid a run-time error.
1330
1331 2001-02-24 Andrew Innes <andrewi@gnu.org>
1332
1333 * makefile.w32-in: Fix copyright notice.
1334
1335 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1336
1337 * international/utf-8.el (mule-utf-8): Set correct value for
1338 valid-codes property.
1339
1340 * international/fontset.el (x-complement-fontset-spec): In the
1341 case that we use ASCII font for the other charsets, use only
1342 family and registry part of it.
1343
1344 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1345
1346 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1347 (shrink-window-if-larger-than-buffer): Doc fix.
1348
1349 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1350
1351 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1352 predicate passed to completing-read.
1353
1354 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1355
1356 * startup.el (command-line): Fix last change.
1357
1358 2001-02-23 Jason Rumney <jasonr@gnu.org>
1359
1360 * startup.el (tool-bar-originally-present): New variable.
1361 (command-line): Set it if the tool-bar is switched on at startup.
1362
1363 * frame.el (frame-notice-user-settings): Only adjust frame height
1364 for no tool-bar case if tool-bar was originally switched on.
1365 From E. Jay Berkenbilt.
1366
1367 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1368
1369 * server.el (server-switch-buffer): Only switch window if the
1370 current one is dedicated.
1371
1372 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1373 rather than using (match-beginning 0) when searching for break point.
1374
1375 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1378 @ follows an accent command such as @'. Support optional braces
1379 in commands that insert accents, like makeinfo does.
1380
1381 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1382
1383 * startup.el (fancy-splash-text): Add a line for ordering
1384 manuals. Reverse order of splash screens shown.
1385 (use-fancy-splash-screens-p): Adapt to the text line added.
1386
1387 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1388 manuals from the FSF.
1389
1390 * help.el (view-order-manuals): New function.
1391 (toplevel): Bind C-h C-m to this function.
1392
1393 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1394
1395 * newcomment.el (comment-forward): Skip the comment-start before
1396 searching for the comment-end.
1397
1398 2001-02-21 Dave Love <fx@gnu.org>
1399
1400 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1401
1402 * international/mule-cmds.el, international/mule.el: Doc fixes.
1403
1404 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1405 (fortune) <defgroup>: Add :link.
1406 (fortune-from-region): Use eq, not eql.
1407
1408 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1409
1410 * startup.el (fancy-splash-screens): Use display-hourglass
1411 instead of display-busy-cursor.
1412
1413 * frame.el (display-hourglass): Renamed from busy-cursor.
1414 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1415 (show-cursor-in-non-selected-windows): Doc fix.
1416
1417 2001-02-20 Dave Love <fx@gnu.org>
1418
1419 * international/utf-8.el: Doc and commentary fixes.
1420
1421 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1422
1423 * ehelp.el (with-electric-help): Doc fix.
1424
1425 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1426
1427 * msb.el (msb-mode): Call the update-buffers function explicitly
1428 with a FORCE argument.
1429
1430 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1431 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1432 returns nil.
1433
1434 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1435
1436 * ps-print.el: Timestamp package replacement. Some enhancements.
1437 Some XEmacs compatibility. Doc fix.
1438 (ps-print-version): New version number (6.4).
1439 (ps-printer-name): Initialization fix.
1440 (ps-zebra-stripe-follow): Funcionality enhancement.
1441 (ps-prologue-file): Code enhancement.
1442 (ps-right-header): Timestamp package replacement.
1443 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1444 (ps-get-page-dimensions)
1445 (ps-generate-header, ps-begin-file, ps-begin-job)
1446 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1447 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1448 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1449 (coding-system-for-write): Var declaration (XEmacs compatibility).
1450
1451 2001-02-20 Miles Bader <miles@gnu.org>
1452
1453 * image-file.el (image-file-name-extensions): Add "tif".
1454
1455 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1456
1457 * wid-edit.el (widget-button-click): Save the selected window
1458 around the code handling clicks on buttons.
1459
1460 2001-02-18 Dave Love <fx@gnu.org>
1461
1462 * imenu.el (imenu--generic-function): Use mapc to iterate over
1463 syntax characters.
1464
1465 2001-02-17 Richard M. Stallman <rms@gnu.org>
1466
1467 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1468
1469 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1470
1471 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1472
1473 * mouse.el (mouse-save-then-kill): If the distance from the new
1474 point to the mark is equal to the distance of point from the new
1475 point, move point instead of the mark.
1476
1477 2001-02-16 Dave Love <fx@gnu.org>
1478
1479 * textmodes/flyspell.el (flyspell-get-word): Return string without
1480 properties.
1481
1482 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1483
1484 * generic.el (generic-find-file-regexp): Doc fix.
1485 (generic-ignore-files-regexp): New defcustom.
1486 (generic-mode-find-file-hook): If the file's name matches the
1487 regexp in `generic-ignore-files-regexp', don't enter
1488 default-generic-mode. Doc fix.
1489
1490 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1491
1492 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1493 Add autoload cookies.
1494
1495 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1496 of cal-tex-24.
1497
1498 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1499
1500 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1501
1502 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1503 the character class after the (optional) drive, to support file
1504 names with embedded blanks.
1505
1506 2001-02-15 Sam Steingold <sds@gnu.org>
1507
1508 * textmodes/tex-mode.el (tex-shell-running):
1509 Check the process buffer too.
1510
1511 2001-02-15 Dave Love <fx@gnu.org>
1512
1513 * battery.el (battery-status-function): Fix doc, :type.
1514
1515 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1516
1517 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1518
1519 * subr.el (read-passwd): Clear Lisp memory holding password.
1520
1521 2001-02-15 Miles Bader <miles@gnu.org>
1522
1523 * info.el (Info-copy-current-node-name): New function.
1524 (Info-mode-menu): Add it to the menu.
1525
1526 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1527
1528 * international/mule-cmds.el (toggle-input-method): Doc fix.
1529
1530 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1531
1532 * replace.el (occur): Stop at end of buffer.
1533
1534 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1535
1536 * international/mule-cmds.el (set-input-method): Another doc fix.
1537
1538 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1539
1540 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1541
1542 2001-02-13 Miles Bader <miles@gnu.org>
1543
1544 * faces.el (set-face-background, set-face-foreground)
1545 (set-face-stipple): Treat a value of nil as being `unspecified'.
1546
1547 2001-02-12 Dave Love <d.love@dl.ac.uk>
1548
1549 * international/latin1-disp.el: Doc fixes.
1550 (latin1-display) <defgroup>: Add :link.
1551 (latin1-display) <function>: Set variable latin1-display.
1552
1553 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1554
1555 * international/mule-cmds.el (set-input-method): Doc fix.
1556
1557 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1558
1559 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1560 (speedbar-line-file): Return nil if not a file.
1561 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1562
1563 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1564
1565 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1566 for remote files.
1567 (ediff-coding-system-for-read): Replaced the no-conversion default
1568 with raw-text.
1569
1570 * ediff-init.el: Removed :version from defcustom vars.
1571
1572 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1573 Better handling of the diff mode.
1574
1575 * ediff.texi: Added ediff-coding-system-for-read.
1576
1577 * viper.texi: Fix typos.
1578
1579 2001-02-11 Dave Love <fx@gnu.org>
1580
1581 * shadowfile.el: Doc fixes.
1582 (shadow) <defgroup>: Add :link.
1583 (shadowfile-unload-hook): New function.
1584 (shadow-initialize): Use defalias, not fset.
1585 (shadow-define-cluster, shadow-define-literal-group)
1586 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1587
1588 * international/mule.el: Doc and message fixes.
1589
1590 * international/ccl.el (define-ccl-program): Doc fix.
1591
1592 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1593
1594 * faces.el (mode-line): Set :line-width property to -1.
1595
1596 2001-02-10 Richard M. Stallman <rms@gnu.org>
1597
1598 * complete.el (partial-completion-mode): Doc fix.
1599
1600 * simple.el (delete-key-deletes-forward-mode):
1601 Change `let' to `let*' to fix gross bug in last change.
1602
1603 * repeat.el (repeat): Don't let execute-kbd-macro alter
1604 real-last-command.
1605
1606 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1607
1608 * simple.el (eval-expression): Doc fix.
1609
1610 2001-02-09 Dave Love <fx@gnu.org>
1611
1612 * imenu.el (imenu-generic-expression): Doc fix.
1613
1614 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1615 From Juanma Barranquero.
1616
1617 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1618
1619 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1620
1621 * faces.el (set-face-attribute): Describe the case of a negative
1622 value specified for :line-width.
1623
1624 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1625
1626 * which-func.el (which-func-mode): Invert which-func-mode-global.
1627 From Juanma Barranquero <lektu@uol.com.br>.
1628
1629 2001-02-08 Dave Love <fx@gnu.org>
1630
1631 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1632 widget-plist-value-type.
1633 (widget-alist-convert-widget): Replace binding of
1634 widget-alist-value-type.
1635
1636 * textmodes/paragraphs.el (sentence-end): Doc fix.
1637
1638 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1639 Remove `backward-line'.
1640
1641 * play/pong.el (pong-blank-color, pong-bat-color)
1642 (pong-ball-color, pong-border-color, pong-left-key)
1643 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1644 (pong-pause-key, pong-resume-key, pong-timer-delay):
1645 * mail/mh-comp.el (mh-compose-letter-function):
1646 * eshell/esh-mode.el (eshell-skip-prompt-function):
1647 * emulation/viper-ex.el (ex-unix-type-shell-options):
1648 * recentf.el (recentf-menu-filter):
1649 * ps-print.el (ps-print-region-function):
1650 * lpr.el (print-region-function):
1651 * forms.el (forms-mode-hooks):
1652 * dirtrack.el (dirtrack-directory-change-hook):
1653 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1654 * textmodes/spell.el (spell-filter):
1655 * textmodes/fill.el (adaptive-fill-function):
1656 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1657 * progmodes/etags.el (find-tag-default-function):
1658 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1659 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1660
1661 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1662
1663 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1664 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1665 Meyering <jim@meyering.net>.
1666
1667 * loadup.el: Revert last change.
1668
1669 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1670
1671 * international/mule.el (transform-make-coding-system-args):
1672 Make it work also for coding systems not using CCL.
1673
1674 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1675
1676 * simple.el (previous-matching-history-element)
1677 (next-matching-history-element): Doc fix.
1678
1679 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1680 specific part.
1681
1682 2001-02-06 Dave Love <fx@gnu.org>
1683
1684 * add-log.el (add-log-current-defun-function)
1685 (add-log-buffer-file-name-function, add-log-file-name-function):
1686 Fix :type.
1687 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1688
1689 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * info.el (info-initialize): Remove the test for system-type when
1692 invocation-directory is non-nil.
1693
1694 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1695 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1696
1697 2001-02-06 Andrew Innes <andrewi@gnu.org>
1698
1699 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1700 absolute.
1701
1702 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1703
1704 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1705 buffers. When hi-lock turned on rather than only checking current
1706 buffer for regexps, all buffers are checked. Moved activation of
1707 font-lock to hi-lock-refontify. When font-lock turned off rather
1708 than removing added highlighting just in current buffer, remove it
1709 in all buffers. Changed edit menu text from "Automatic
1710 Highlighting" to "Regexp Highlighting" Documentation for
1711 highlighting phrases, minor documentation changes.
1712 (hi-lock-set-file-patterns): Execute only if there are new or
1713 existing file patterns.
1714 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1715 unfontify and, if a support mode is active, will not refontify the
1716 whole buffer. If necessary, turn on font lock. (Removed
1717 font-lock-unfontify and font-lock support-mode-specific calls,
1718 such as lazy-lock-fontify-window.)
1719 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1720 patterns are found. Not useful now since find-file-hook is removed
1721 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1722 (hi-lock-face-phrase-buffer): New function. Also added related
1723 menu item and keybinding.
1724 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1725 (hi-lock-process-phrase): New function.
1726 (hi-lock-line-face-buffer): Doc fixes.
1727 (hi-lock-face-buffer): Doc fixes.
1728 (hi-lock-unface-buffer): Doc fixes.
1729
1730 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1731
1732 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1733 dabbrev-ignored-regexps.
1734
1735 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1736
1737 * simple.el (kill-line): Doc fix.
1738
1739 2001-02-05 Dave Love <fx@gnu.org>
1740
1741 * loadup.el: Revert last two changes -- bootstrapping works with
1742 regenerated loaddefs.
1743
1744 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1745
1746 * isearch.el (isearch-forward): Doc fix.
1747
1748 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1749 of font-lock-defaults to backward-paragraph.
1750
1751 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1752
1753 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1754 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1755
1756 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1757
1758 * ebnf2ps.el: Eliminate time-stamp functions.
1759 (ebnf-version): New version (3.5).
1760 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1761 format-time-string.
1762
1763 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1764
1765 * simple.el (next-line): Goto end-of-line before inserting a newline.
1766
1767 2001-02-05 Miles Bader <miles@gnu.org>
1768
1769 * image-file.el (insert-image-file): When visiting an image, also
1770 set `truncate-lines' to t so that any fringe arrow looks correct.
1771
1772 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1773
1774 * isearch.el (isearch-forward): Add description about input method
1775 in the docsting.
1776
1777 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1778
1779 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1780
1781 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1782
1783 * info.el (info-initialize): If installation-directory is nil, for
1784 DOS/Windows systems try looking in a sibling of invocation-directory.
1785
1786 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1787
1788 * wid-edit.el (widget-button-click): Fix last change.
1789
1790 * frame.el (frame-notice-user-settings): When resizing the initial
1791 frame because the tool bar is off, also change the frame's top
1792 position if a negative top position was specified.
1793
1794 2001-02-02 Miles Bader <miles@gnu.org>
1795
1796 * image-file.el (insert-image-file): When visiting an image,
1797 suppress the cursor in the image buffer.
1798
1799 2001-02-01 Dave Love <fx@gnu.org>
1800
1801 * progmodes/f90.el (f90-mode): Remove startup message.
1802
1803 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1804
1805 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1806
1807 * startup.el (command-line): Fix code determining whether or not
1808 to use delete-key-deletes-forward-mode.
1809
1810 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1811
1812 * vc.el (vc-diff-switches): New user option.
1813 (vc-version-diff): Use it.
1814 (vc-diff-switches-list): New macro.
1815
1816 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1817 New customization options.
1818 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1819
1820 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1821
1822 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1823
1824 * msb.el (toplevel): Quote hook symbols.
1825
1826 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1827
1828 * international/mule.el (make-coding-system): Add description
1829 about recognized properties in the docstring.
1830
1831 * international/mule-conf.el: Remove unused charsets
1832 mac-roman-lower and mac-roman-upper.
1833
1834 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1835
1836 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1837 is in front of the left-margin, if any.
1838
1839 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1840 like `delete'.
1841
1842 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1843
1844 * term/w32-win.el (mouse-set-font): Doc fix.
1845
1846 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1847
1848 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1849 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1850 on already.
1851
1852 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1853
1854 * files.el (save-buffer): Don't give message if (buffer-file-name)
1855 returns nil.
1856
1857 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1858
1859 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1860
1861 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1862 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1863
1864 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1865 display problems.
1866
1867 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1868
1869 * international/mule.el (charset-info): Fix docstring.
1870
1871 * international/mule-diag.el (describe-character-set): Check final
1872 char valid before printing it.
1873
1874 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1875
1876 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1877
1878 * frame.el (frame-notice-user-settings): Do the tool-bar
1879 stuff only for graphical displays. Fix a braino.
1880
1881 * frame.el (frame-initialize): Create initial frame visible.
1882 (frame-notice-user-settings): When tool-bar has been switched off,
1883 correct the frame size and sync tool-bar-mode.
1884
1885 * startup.el (command-line): Remove manipulation of frame
1886 height for tool bars.
1887
1888 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1889
1890 * lpr.el: Compatibility with XEmacs and doc fixes.
1891 (lpr-windows-system, lpr-lp-system): New vars.
1892 (lpr-printer-switch): New defcustom.
1893 (printer-name, lpr-command): Customization fix.
1894 (print-region-1): Code fix.
1895 (print-region-new-buffer, printify-region): Indentation fix.
1896 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1897 New functions.
1898
1899 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1900
1901 * msb.el (toplevel): Fix the eval-after-load.
1902
1903 2001-01-29 Dave Love <fx@gnu.org>
1904
1905 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1906
1907 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1908
1909 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1910 (tcl-using-emacs-19-23): Consider Emacs 21+.
1911 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1912 (tcl-add-emacs-menu): Supply menu name.
1913 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1914
1915 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1916
1917 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1918
1919 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1920
1921 * pcvs.el (cvs-mark-fis-dead): New function.
1922 (cvs-mode-add): Use it.
1923 (cvs-mode-add-change-log-entry-other-window):
1924 Rebind change-log-default-name to itself rather than to nil.
1925
1926 2001-01-29 Sam Steingold <sds@gnu.org>
1927
1928 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1929 `autoload' statements.
1930
1931 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1932
1933 * files.el (confirm-kill-emacs): Doc fix.
1934
1935 * frame.el (frame-initialize): Doc fix.
1936
1937 * time-stamp.el (time-stamp-string): Doc fix.
1938
1939 * woman.el (WoMan-log-1): Make the log buffer writable.
1940 From Markus Rost <rost@math.ohio-state.edu>.
1941
1942 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1943
1944 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1945 the `make-variable-buffer-local'.
1946
1947 2001-01-29 Dave Love <fx@gnu.org>
1948
1949 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1950 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1951 Add autoload cookie.
1952 (ansi-color-apply-sequence): Fix typo.
1953
1954 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1955
1956 * menu-bar.el (menu-bar-files-menu): Add menu items for
1957 Postscript printing in black and white.
1958
1959 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1960 X-Mailman-Version, Precedence, List-Help, List-Post,
1961 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1962 Content-Type, Content-Length.
1963
1964 2001-01-29 Dave Love <fx@gnu.org>
1965
1966 * elide-head.el (elide-head): Make overlay evaporate.
1967
1968 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1969
1970 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1971
1972 * isearch.el (isearch-highlight): Don't punt if the display
1973 doesn't support colors, since isearch faces are defined for
1974 monochrome displays as well.
1975
1976 2001-01-27 Sam Steingold <sds@gnu.org>
1977
1978 * shell.el (shell-write-history-on-exit): Make sure that we are in
1979 the shell buffer (M-x tex-file RET inserted the error message into
1980 the TeX buffer).
1981
1982 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1983
1984 * simple.el (transient-mark-mode): Doc fix.
1985
1986 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1987
1988 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1989
1990 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1991
1992 * shell.el (shell-unquote-argument): If the shell is one of the
1993 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1994 quote character.
1995 (shell-dumb-shell-regexp): Document that the shells which match
1996 this regexp are supposed to not treat a backslash as a quote character.
1997
1998 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1999 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2000
2001 2001-01-27 Richard M. Stallman <rms@gnu.org>
2002
2003 * dabbrev.el (dabbrev--substitute-expansion):
2004 Treat a one-capital-letter abbrev as "not all upper case",
2005 so as to force preservation of the expansion's pattern
2006 if the expansion starts with a capital letter.
2007
2008 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2009
2010 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2011 Doc fix.
2012
2013 * simple.el (transient-mark-mode): Document the fact that many
2014 commands act on the region when mark is active.
2015
2016 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2017
2018 * international/quail.el (quail-setup-completion-buf): Make the
2019 multibyteness of current buffer inherited to Quail completion buffer.
2020 (quail-show-guidance-buf): Make the multibyteness of current
2021 buffer inherited to Quail guidance buffer.
2022 (quail-help): Make the multibyteness of current buffer inherited
2023 to Quail help buffer.
2024
2025 2001-01-26 Dave Love <fx@gnu.org>
2026
2027 * time-stamp.el: Doc fixes.
2028
2029 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2030 (delphi-keyword-face, delphi-other-face): Fix :type.
2031
2032 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2033
2034 * mail/feedmail.el (feedmail): Add :link.
2035 (feedmail-send-it): Doc fix.
2036
2037 * mail/sendmail.el: Doc fixes.
2038 (sendmail-send-it): Fix the non-ASCII regexp and use
2039 rfc2047-encode-string.
2040
2041 * dired.el, dired-aux.el: Revert last change.
2042
2043 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2044
2045 * makefile.w32-in (DONTCOMPILE): Add various term files.
2046
2047 2001-01-26 Dave Love <fx@gnu.org>
2048
2049 * Makefile.in (DONTCOMPILE): Add various term files.
2050
2051 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2052
2053 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2054
2055 * startup.el (display-startup-echo-area-message): Make sure
2056 the echo area is resized to fit the size of the startup message.
2057
2058 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2059 part of which is a constant.
2060
2061 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2062
2063 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2064
2065 2001-01-26 Richard M. Stallman <rms@gnu.org>
2066
2067 * simple.el (next-line): Don't let `newline' expand abbrevs.
2068 Simplify slightly.
2069 (open-line): Don't let `newline' expand abbrevs.
2070
2071 2001-01-25 John Wiegley <johnw@gnu.org>
2072
2073 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2074 to `repeat' in the :type field.
2075
2076 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2077 allow a choice of regexp or nil.
2078 (pcomplete-dir-ignore): Same.
2079
2080 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2081 a command) to always fail.
2082
2083 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2084
2085 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2086 discard the result.
2087 (iswitchb-to-end): Likewise.
2088
2089 2001-01-25 Sam Steingold <sds@gnu.org>
2090
2091 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2092 Require vc.
2093
2094 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2095
2096 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2097
2098 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2099
2100 2001-01-25 Dave Love <fx@gnu.org>
2101
2102 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2103 (describe-coding-system): Tweak the English text.
2104
2105 * loadup.el: Preload international/ccl for utf-8.
2106
2107 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2108
2109 * mail/rmail.el (rmail-redecode-body): Doc fix.
2110
2111 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2112
2113 * international/mule-cmds.el (reset-language-environment):
2114 Reset coding-category-utf-8 to mule-utf-8.
2115
2116 * international/mule-conf.el (coding-category-utf-8):
2117 Initialize to mule-utf-8.
2118
2119 * loadup.el: Preload international/utf-8.
2120
2121 * international/utf-8.el: New file.
2122
2123 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2124
2125 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2126
2127 2001-01-24 Sam Steingold <sds@gnu.org>
2128
2129 * dired.el (dired-replace-in-string): Removed.
2130 (dired-sort-toggle): Use `replace-regexps-in-string'
2131 instead of `dired-replace-in-string'.
2132
2133 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2134 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2135
2136 * gs.el (gs-replace-in-string): Removed.
2137 (gs-options): Use `replace-regexps-in-string'
2138 instead of `gs-replace-in-string'.
2139
2140 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2141
2142 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2143 bug report is mailed to an email list and posted to a news group.
2144
2145 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2146
2147 * comint.el (comint-replace-by-expanded-history-before-point):
2148 Fix change of 2000-08-03 to move point to the start of the line again.
2149
2150 * startup.el (tool-bar-images-pixel-height): New variable.
2151 (command-line): After loading the user's init file, when
2152 tool-bar-mode is on, increase the frame's size by some lines for
2153 the tool-bar.
2154
2155 * frame.el (frame-initialize): Create the initial frame invisible.
2156
2157 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2158
2159 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2160 (chinese-big5): MIME:Big5.
2161
2162 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2163
2164 * international/mule-cmds.el (universal-coding-system-argument):
2165 Handle commands with prefix args.
2166
2167 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2168
2169 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2170 being a list of numbers.
2171 (diary-mail-entries): Rewritten.
2172
2173 2001-01-23 Dave Love <fx@gnu.org>
2174
2175 * international/mule.el (make-coding-system): Fix typo.
2176
2177 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2178 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2179
2180 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2181
2182 * font-lock.el (font-lock-mode): Doc fix.
2183
2184 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2185
2186 * international/mule.el (make-translation-table): Fix docstring.
2187
2188 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2189
2190 * mail/rmail.el (rmail-redecode-body): New function.
2191
2192 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2193
2194 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2195
2196 * isearch.el (isearch-lazy-highlight-case-fold-search)
2197 (isearch-lazy-highlight-regexp): New variables.
2198 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2199 case-fold search or regexp search has been toggled.
2200
2201 * wid-edit.el (widget-button-click): Avoid a save-excursion
2202 around running a global binding.
2203
2204 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2205 to 0.25.
2206
2207 2001-01-20 Miles Bader <miles@gnu.org>
2208
2209 * cus-edit.el (custom-face-save): Do post-processing on the face's
2210 new value like `custom-face-set' does.
2211
2212 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * mail/emacsbug.el (report-emacs-bug): Report the value of
2215 LC_CTYPE, not LC_TYPE.
2216
2217 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2218 isearch-toggle-regexp and isearch-edit-string to doc string.
2219
2220 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2221
2222 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2223 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2224
2225 * jit-lock.el (jit-lock-fontify-now): Don't bind
2226 font-lock-beginning-of-syntax-function to nil.
2227
2228 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2229
2230 * mail/emacsbug.el (report-emacs-bug): Report values of
2231 locale-coding-system, default-enable-multibyte-characters, and the
2232 environment variables LC_ALL, LC_TYPE, and LANG.
2233
2234 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2235
2236 * font-lock.el (font-lock-default-fontify-region): Fix last change.
2237
2238 * font-lock.el (font-lock-multiline): Default to nil.
2239 (font-lock-default-fontify-region): If font-lock-multiline is
2240 nil, don't check the property `font-lock-multiline'.
2241
2242 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2243 is nil, don't check the `font-lock-multiline' text property.
2244
2245 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2246
2247 * viper.el: Call initial-major-mode on startup.
2248
2249 * ediff.el (ediff-patch-file): Use better defaults.
2250
2251 * ediff-vers.el: Fix for 8+3 DOS file systems.
2252
2253 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
2254
2255 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2256 diff mode, if available.
2257
2258 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2259
2260 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2261
2262 * ediff-init.el (subst-char-in-string): Define and use it, unless
2263 it's already defined.
2264
2265 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2266
2267 * tooltip.el (tooltip-hide-delay): New user-option.
2268 (tooltip-show): Use tooltip-hide-delay instead of the default.
2269
2270 2001-01-18 Kenichi Handa <handa@etl.go.jp>
2271
2272 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2273 kill-local-variable doesn't work for enable-multibyte-characters.
2274
2275 2001-01-17 Dave Love <fx@gnu.org>
2276
2277 * ediff-init.el (ediff-before-setup-hook)
2278 (ediff-merge-filename-prefix): Add :version.
2279
2280 * international/latin1-disp.el: Require disp-table.
2281 (latin1-display): Fix :set.
2282
2283 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2284
2285 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2286
2287 * isearch.el (isearch-lazy-highlight-initial-delay)
2288 (isearch-lazy-highlight-interval): Default to 0.
2289
2290 2001-01-17 Bob Glickstein <bobg@zanshin.com>
2291
2292 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2293 1 here rather than each time through
2294 isearch-lazy-highlight-new-loop.
2295 (isearch-lazy-highlight-max): Variable deleted.
2296 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2297 isearch-lazy-highlight-max but controls a single invocation of
2298 isearch-lazy-highlight-update.
2299 (isearch-lazy-highlight-wrapped): Variable recreated.
2300 (isearch-lazy-highlight-window-start): New variable.
2301 (isearch-lazy-highlight-cleanup): Restored to behavior of
2302 before 2-Jan.
2303 (isearch-lazy-highlight-remove-overlays): Function deleted;
2304 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2305 behavior removed.
2306 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2307 isearch-lazy-highlight-update in a loop rather than just once.
2308 Test isearch-invalid-regexp here and decide not to start a new
2309 loop, rather than testing it each time through
2310 isearch-lazy-highlight-update.
2311 (isearch-lazy-highlight-search): Function restored.
2312 (isearch-lazy-highlight-update): Get called in a timer loop again,
2313 but this time highlight more than one match each time through.
2314 Only highlight matches in the visible part of the window.
2315 Start at point, move in the direction of the search, and wrap around at
2316 the edge of the window. Use sit-for to force redisplay and ensure
2317 window-start is credible. "Face suppressing" behavior removed;
2318 overlay priorities should make it unnecessary, right?
2319 (isearch-highlight): Face suppressing behavior removed.
2320 (isearch-dehighlight): Face suppressing behavior removed.
2321 (isearch-set-lazy-highlight-faces-at): Removed.
2322
2323 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2324
2325 * language/european.el ("Latin-1"): Make the format of description
2326 about additional language environments same as that of Latin-2.
2327
2328 2001-01-16 Dave Love <fx@gnu.org>
2329
2330 * isearch.el (isearch-lazy-highlight): Add :version.
2331
2332 * simple.el (backward-delete-char-untabify-method)
2333 (next-line-add-newlines): Add :version.
2334
2335 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2336
2337 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2338 Don't bind <delete> otherwise.
2339
2340 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2341 and <delete> via function-key-map.
2342
2343 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2344 Subject line only if point is after the `Subject:'.
2345
2346 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2347
2348 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2349 japanese-jisx0213-2 in `charset' property of this lang. env.
2350
2351 * language/european.el ("Latin-1"): Add description for Dutch and
2352 Spanish lang. env.
2353
2354 * international/mule.el (decode-char): Fix conditions.
2355 (encode-char): Handle eight-bit-control too.
2356 (transform-make-coding-system-args): New function.
2357 (make-coding-system): Accept XEmacs style arguments for CCL base
2358 coding system.
2359
2360 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2361
2362 * progmodes/etags.el (find-tag-noselect): Save the value of
2363 tags-file-name before switching buffers, for the case it has a
2364 buffer-local value.
2365
2366 2001-01-15 Alex Schroeder <alex@gnu.org>
2367
2368 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2369 From Dave Love <fx@gnu.org>.
2370 (ansi-color-for-comint-mode): Fix :version.
2371
2372 2001-01-15 Alex Schroeder <alex@gnu.org>
2373
2374 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2375
2376 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2377
2378 * dired.el (dired-insert-directory): If file-system-info fails,
2379 remove the " free " part, but don't signal an error.
2380
2381 2001-01-12 Sam Steingold <sds@gnu.org>
2382
2383 * bookmark.el (bookmark-maybe-historicize-string):
2384 Use new backquote syntax.
2385
2386 2001-01-12 Richard M. Stallman <rms@gnu.org>
2387
2388 * subr.el (last): Handle a list that doesn't end in nil.
2389
2390 2001-01-12 Sam Steingold <sds@gnu.org>
2391
2392 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2393 to `backward-delete-char-untabify'.
2394
2395 2001-01-12 Dave Love <fx@gnu.org>
2396
2397 * cus-edit.el (customize-menu-create): Fix the :filter following
2398 easymenu change.
2399
2400 * wid-edit.el (function): Add :match-alternatives.
2401 (widget-color-action): Doc fix.
2402
2403 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2404
2405 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2406
2407 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2408
2409 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2410
2411 * international/ccl.el (define-ccl-program): Fix docstring.
2412
2413 2001-01-11 Dave Love <fx@gnu.org>
2414
2415 * international/mule-cmds.el (standard-display-european-internal):
2416 Set display table for 2208 as for 160.
2417
2418 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2419
2420 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2421 entry for custom-menu-create change.
2422 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2423 don't cons it in the search loop.
2424
2425 * imenu.el (imenu--truncate-items): Revert last change.
2426
2427 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2428
2429 * info.el (Info-setup-header-line): If the node header includes
2430 either Next: or Prev: links, don't show the File: and Node: parts
2431 in the header line.
2432
2433 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2434
2435 * comint.el (comint-goto-process-mark): Don't print a message
2436 when running in batch mode.
2437
2438 * isearch.el (isearch-search): In the condition-case handler for
2439 `error', set isearch-invalid-regexp to the whole error message.
2440
2441 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2442 ensure that eval-after-load works for files dumped with Emacs.
2443
2444 * help.el (load-symbol-file-load-history): New function extracted
2445 from function symbol-file.
2446 (symbol-file): Use it.
2447
2448 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2449
2450 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2451
2452 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2453 behave as if there were no prefix argument.
2454 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2455 argument were nil.
2456
2457 2001-01-11 Richard M. Stallman <rms@gnu.org>
2458
2459 * isearch.el (isearch-lazy-highlight-update):
2460 Don't look for more potential matches once maximum is exceeded.
2461 Use overlays-in to check correctly for overlap with current match.
2462 Ignore empty matches.
2463
2464 2001-01-11 Miles Bader <miles@gnu.org>
2465
2466 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2467 (ispell-overlay-window, ispell-help, ispell-show-choices)
2468 (ispell-command-loop): Use it instead of `window-height'.
2469
2470 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2471
2472 * files.el (confirm-kill-emacs): New user-option.
2473 (save-buffers-kill-emacs): Ask for final confirmation before
2474 killing Emacs.
2475
2476 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2477 to nil.
2478
2479 2001-01-10 Dave Love <fx@gnu.org>
2480
2481 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2482
2483 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2484
2485 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2486
2487 * calculator.el (calculator-number-digits): Fix :type.
2488
2489 * vc-cvs.el (vc-cvs-header): Fix :type.
2490 * vc-rcs.el (vc-rcs-header): Fix :type.
2491 * vc-sccs.el (vc-sccs-header): Fix :type.
2492
2493 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2494
2495 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2496
2497 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2498
2499 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2500
2501 * simple.el (set-variable): Force a thorough redisplay for the
2502 case that the variable has an effect on the display, like
2503 `tab-width' has.
2504
2505 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2506
2507 * vc.el: Add documentation for backend interface.
2508
2509 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2510
2511 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2512
2513 * international/mule-conf.el (latin-extra-code-table): Set to t
2514 for \223 and \224.
2515
2516 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2517
2518 * international/mule-cmds.el (locale-language-names): Map "es" to
2519 "Spanish" and "nl" to "Dutch".
2520
2521 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2522
2523 * bindings.el (global-map): Bind <home> to beginning-of-line,
2524 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2525 C-<end> to end-of-buffer.
2526
2527 * language/european.el: Add Dutch and Spanish language info
2528 to be able to use the appropriate tutorials.
2529
2530 2001-01-09 Alex Schroeder <alex@gnu.org>
2531
2532 * ansi-color.el (ansi-color-process-output): Use markers instead
2533 of positions for start and end of region.
2534 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2535 Previously, occasional mistakes happend when fontifying many
2536 chunks of output (eg. ls --color=yes /dev). This happened
2537 whenever an overlay was created up to the end of the region, which
2538 coincided with the process-mark. New text would then be added
2539 within that overlay instead of after it.
2540 (ansi-color-make-extent): Overlays are created with the property
2541 `modification-hooks' set to '(ansi-color-freeze-overlay).
2542 (ansi-color-freeze-overlay): New function. When inserting text at
2543 the end of the overlay, the overlay will resize.
2544
2545 2000-01-09 Alex Schroeder <alex@gnu.org>
2546
2547 * ansi-color.el (ansi-color-process-output): Doc change.
2548 (ansi-color-unfontify-region): Doc change. No longer installed
2549 automatically in font-lock-unfontify-region-function.
2550 (ansi-color-apply): Doc change.
2551 (ansi-color-apply-on-region): Use extents or overlays instead of
2552 text-properties.
2553 (ansi-color-make-extent): New function.
2554 (ansi-color-set-extent-face): New function.
2555
2556 2000-01-09 Alex Schroeder <alex@gnu.org>
2557
2558 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2559 both use ansi-color-process-output, now.
2560 (ansi-color-process-output): Doesn't return string anymore. It is
2561 installed in comint-output-filter-functions for both Emacs and
2562 XEmacs, now.
2563 (ansi-color-unfontify-region): Simplified code removing variables
2564 pos and start-ansi.
2565 (ansi-color-apply): Put text-property ansi-color before putting
2566 text-property face because ansi-color-unfontify-region is called
2567 immediately after the call to put-text-property.
2568 (ansi-color-context-region): Doc change.
2569 (ansi-color-filter-region): Simplified code.
2570 (ansi-color-apply-on-region): Changed start to start-marker, using
2571 a marker explicitly. Put text-property ansi-color before putting
2572 text-property face because ansi-color-unfontify-region is called
2573 immediately after the call to put-text-property.
2574
2575 2000-01-09 Alex Schroeder <alex@gnu.org>
2576
2577 * ansi-color.el (ansi-color-faces-vector): Doc change.
2578 (ansi-color-for-comint-mode): Changed :type property to choice.
2579 (ansi-color-last-context): Removed.
2580 (ansi-color-process-output): Don't use ansi-color-last-context, as
2581 the main functions will store their context now.
2582 (ansi-color-context): Doc change.
2583 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2584 Uses ansi-color-context such that repeated calls will strip
2585 partial escape sequences, too.
2586 (ansi-color-apply): Simplified code. Colorize end of string if
2587 face is not null. Store context in new (FACE STRING) format, such
2588 that repeated calls will strip partial escape sequences, too.
2589 Append faces to face property using ansi-color-apply-sequence such
2590 that cumulative mode actually works.
2591 (ansi-color-context-region): New variable.
2592 (ansi-color-filter-region): Rewrote it based on
2593 ansi-color-apply-on-region. Uses ansi-color-context-region such
2594 that repeated calls will strip partial escape sequences, too.
2595 (ansi-color-apply-on-region): Simplified code. Colorize end of
2596 region if face is not null. Store context in new (FACE POS)
2597 format, such that repeated calls will strip partial escape
2598 sequences, too. Append faces to face property using
2599 ansi-color-apply-sequence such that cumulative mode actually works.
2600 (ansi-color-apply-sequence): New function.
2601 (ansi-color-get-face): When the default face is added to the list
2602 of faces, all previous settings are discarded and the list of
2603 faces is set to '(default).
2604
2605 2000-01-09 Alex Schroeder <alex@gnu.org>
2606
2607 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2608 face, such that ansi-color-apply and ansi-color-apply-on-region
2609 will do the right thing.
2610 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2611 returns nil, set the list of faces back to nil instead of
2612 appending the result of ansi-color-get-face to the front of the list.
2613
2614 2000-01-09 Alex Schroeder <alex@gnu.org>
2615
2616 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2617 (ansi-color-process): Doc change.
2618 (ansi-color-last-context): New buffer-local variable.
2619 (ansi-color-process-output): New function. It is automatically
2620 added to comint-output-filter-functions if this is XEmacs.
2621 (ansi-color-unfontify-region): New optional parameter for XEmacs
2622 compatibility. Check wether font-lock-syntactic-keywords is
2623 boundp before removing the syntax table text property, as XEmacs
2624 doesn't have it.
2625 (ansi-color-filter-region): Doc change.
2626 (ansi-color-apply-on-region): Doc change.
2627 (ansi-color-make-face): New function. Compatibility layer for
2628 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2629 (ansi-color-make-color-map): Use ansi-color-make-face.
2630 (ansi-color-get-face): Avoid face text property '(nil) as results
2631 in an errow for XEmacs.
2632
2633 2000-01-09 Alex Schroeder <alex@gnu.org>
2634
2635 * ansi-color.el (ansi-color-unfontify-region): New function.
2636 Uses text-property ansi-color in order to preserve fontification by
2637 ansi-color. When the package is loaded, a lambda expression is
2638 put onto font-lock-mode-hook. This lambda expression will check
2639 font-lock-unfontify-region-function and replace
2640 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2641 (ansi-color-apply): Add text-property ansi-color in addition to
2642 text-property face.
2643 (ansi-color-apply-on-region): Add text-property ansi-color in
2644 addition to text-property face.
2645 (save-buffer-state): Copy of the macro that is also used by
2646 lazy-lock and font-lock.
2647
2648 (ansi-color-for-comint-mode): New option.
2649 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2650 (ansi-color-for-comint-mode-off): Ditto.
2651 (ansi-color-for-comint-mode-filter): Ditto.
2652 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2653 decide what to do. This function is added to
2654 comint-preoutput-filter-functions when the package is loaded.
2655
2656 (ansi-color-for-shell-mode-set): Removed.
2657 (ansi-color-for-shell-mode): Removed.
2658
2659 2000-01-09 Alex Schroeder <alex@gnu.org>
2660
2661 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2662 the lambda expression from the ansi-color-for-shell-mode :set
2663 property. Additionally, modify shell-mode-hook to enable or
2664 disable font-lock-mode for future shell buffers.
2665 (ansi-color-for-shell-mode): The :set property calls
2666 ansi-color-for-shell-mode-set instead of a lambda expression.
2667
2668 2000-01-09 Alex Schroeder <alex@gnu.org>
2669
2670 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2671 (ansi-color-context): New variable.
2672 (ansi-color-apply): Save context between calls.
2673
2674 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2675
2676 * isearch.el (isearch, isearch-lazy-highlight-face):
2677 New definitions for face colors and attributes.
2678
2679 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2680 of display-mouse-p.
2681
2682 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2683
2684 * international/mule.el (make-coding-system): If the coding system
2685 accepts extra latin codes, register such codes as safe for the
2686 coding system.
2687
2688 2001-01-08 Richard M. Stallman <rms@gnu.org>
2689
2690 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2691 don't mention the file name or the date here, because they are
2692 logged at the start of the file.
2693
2694 2001-01-08 Richard M. Stallman <rms@gnu.org>
2695
2696 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2697 Change screen-width to frame-width.
2698
2699 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2700
2701 * info.el (Info-search): Print the default as part of the prompt.
2702
2703 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2704
2705 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2706 constant implementations in backends.
2707
2708 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2709 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2710
2711 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2712 WRITABLE to EDITABLE.
2713
2714 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2715 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2716 to EDITABLE.
2717
2718 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2719
2720 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2721 (copyright, copyright-update): Compute the current year at run time.
2722
2723 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2724
2725 * isearch.el (isearch-old-signal-hook): Removed.
2726 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2727 instead of setting signal-hook-function.
2728 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2729
2730 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2731
2732 * emulation/edt.el: Update to version 4.0. Provide support for
2733 EDT scroll margins at top and bottom of the window. Provide an
2734 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2735 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2736 user when file-related buffer modifications exist.
2737 Provide support for running EDT Emulation in XEmacs.
2738 Provide customize access to some user updatable variables.
2739 Add Commentary section to file header.
2740 Fixed a few minor bugs and cleaned up some code.
2741
2742 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2743 for detecting a keypress that generates an ASCII key sequence.
2744 (Previously, only a keypress that generates a vector was
2745 recognized.) Embed Window Manager name into name of the generated
2746 EDT Emulation initialization file since the initialization file is
2747 Window Manager specific. Add Commentary section to file header.
2748
2749 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2750
2751 * mail/sendmail.el (mail-mode): Doc fix.
2752
2753 * info.el (Info-goto-emacs-command-node): Doc fix.
2754 (Info-goto-emacs-key-command-node): Doc fix.
2755
2756 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2757
2758 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2759 systems without long file-name support.
2760
2761 2001-01-06 Andrew Innes <andrewi@gnu.org>
2762
2763 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2764
2765 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2766
2767 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2768 (isearch-lazy-highlight-update): Doc fix.
2769
2770 * ffap.el (ffap-bindings): Doc fix.
2771
2772 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2773
2774 2001-01-05 Dave Love <fx@gnu.org>
2775
2776 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2777
2778 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2779
2780 * mouse-drag.el (mouse-drag-safe-scroll):
2781 Bind scroll-preserve-screen-position to nil.
2782
2783 * isearch.el (isearch-old-signal-hook): New variable.
2784 (isearch-mode): Set signal-hook-function to isearch-done.
2785 (isearch-done): Restore old signal-hook-function.
2786
2787 * info.el (Info-fontify-node): Mark one more char as intangible.
2788
2789 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2790
2791 * composite.el (compose-last-chars): New argument COMPONENTS.
2792 If it is non-nil, compose preceding characters by compose-region with
2793 COMPONENTS.
2794
2795 * international/quail.el (quail-input-string-to-events): New function.
2796 (quail-input-method): Convert input string to events here.
2797 (quail-start-translation): Return input string, not event list.
2798 (quail-start-conversion): Likewise.
2799
2800 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2801
2802 * tooltip.el (tooltip-cancel-delayed-tip)
2803 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2804 and tooltip-add-timeout.
2805 (tooltip-show): Set border color from faces's foreground.
2806 (tooltip-show-help-function): If called with the same help string
2807 as last time, do nothing.
2808 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2809
2810 * startup.el (fancy-splash-screens): Don't bind show-help-function
2811 to nil.
2812
2813 * tooltip.el (tooltip-frame-parameters): Remove colors.
2814 (tooltip): New face
2815 (tooltip-set-param): New function.
2816 (tooltip-show): Set up color frame parameters from face `tooltip'.
2817 Display the tooltip text in face `tooltip'.
2818
2819 2001-01-04 Dave Love <fx@gnu.org>
2820
2821 * whitespace.el (whitespace-global-mode): Fix typo.
2822
2823 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2824
2825 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2826
2827 * help.el (help-for-help): Fix a typo in a doc string.
2828 From kwzh@gnu.org (Karl Heuer).
2829
2830 2001-01-03 Dave Love <fx@gnu.org>
2831
2832 * dired-x.el: Doc fixes. Maintainer change.
2833 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2834 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2835 (dired-guess-shell-alist-user): Customize.
2836 (dired-x-help-address): Set to bug-gnu-emacs.
2837 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2838 (dired-default-directory): Renamed from default-directory.
2839
2840 * hl-line.el (hl-line): Doc fix.
2841
2842 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2843
2844 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2845
2846 2001-01-02 Richard M. Stallman <rms@gnu.org>
2847
2848 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2849 to remove all the current alternative-match highlighting.
2850 If nil, remove only what's outside the current window.
2851 (isearch-lazy-highlight-remove-overlays): Take optional
2852 region within which NOT to remove them.
2853 (isearch-lazy-highlight-new-loop): Greatly simplified.
2854 (isearch-lazy-highlight-update): Find all the other occurrences
2855 visible in the window, in just one call.
2856 (isearch-lazy-highlight-start): Now holds start of region to scan.
2857 (isearch-lazy-highlight-end): Now holds end of region to scan.
2858 (isearch-lazy-highlight-wrapped): Variable deleted.
2859 (isearch-lazy-highlight-search): Function deleted.
2860
2861 2000-01-02 Andrew Innes <andrewi@gnu.org>
2862
2863 * w32-fns.el (convert-standard-filename): Do length check on name
2864 before aref.
2865
2866 2001-01-02 Dave Love <fx@gnu.org>
2867
2868 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2869 value.
2870 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2871
2872 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2873
2874 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2875 read syntax.
2876
2877 * calendar/todo-mode.el (todo): Add :link, :version.
2878 (todo-save-top-priorities): Remove autoload cookie.
2879 (todo-add-category, todo-add-item-non-interactively)
2880 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2881
2882 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2883
2884 * comint.el (comint-input-history-ignore): New variable.
2885 (comint-read-input-ring): Ignore entries matching
2886 comint-input-history-ignore.
2887
2888 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2889
2890 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2891 (lm-copyright-mark): New function.
2892 (lm-crack-copyright): New function.
2893 (lm-verify): Check that the file has a copyright.
2894 Check that the file is copyright Free Software Foundation.
2895
2896 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2897
2898 * international/mule-diag.el (print-fontset): Indent font name by
2899 24 columns, not 25.
2900
2901 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2902
2903 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2904 in Subject line.
2905
2906 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2907 Use mail-mode-hook instead of mail-setup-hook.
2908 Otherwise continuing an interrupted message with C-u C-x m for
2909 instance, winds up in Mail mode without abbrevs.
2910
2911 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2912
2913 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2914 non-nil. Adding almost all customization variables on ps-setup.
2915 Doc fix.
2916 (ps-print-version): New version number (6.3.3).
2917 (ps-end-with-control-d): Initialization fix.
2918 (ps-lines-printed): New var.
2919 (ps-skip-newline): New fun.
2920 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2921 (ps-next-line, ps-continue-line, ps-plot-region)
2922 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2923
2924 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2925
2926 * international/fontset.el (x-complement-fontset-spec):
2927 Resolve ASCII font name so that the same family name is used for fonts
2928 registered in x-font-name-charset-alist.
2929 (create-fontset-from-fontset-spec): Adjusted for the above change.
2930 The name of fontset alias should be a unresolved ASCII font name.
2931
2932 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2933
2934 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2935 and delete in isearch-mode-map.
2936
2937 2000-12-28 Richard M. Stallman <rms@gnu.org>
2938
2939 * dired-x.el (dired-guess-shell-alist-default):
2940 Use xpdf instead of acroread.
2941
2942 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2943
2944 * textmodes/artist.el (artist-butlast): Deleted.
2945 (artist-ellipse-mirror-quadrant): Use butlast instead of
2946 artist-butlast.
2947
2948 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2949
2950 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2951
2952 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2953
2954 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2955
2956 * ls-lisp.el: Better support for the Mac and MS-Windows.
2957 (ls-lisp): New defgroup.
2958 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2959 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2960 (ls-lisp-support-shell-wildcards): New defcustoms.
2961 (ls-lisp-parse-symlink): New function.
2962 (insert-directory): Code to convert switches to a list and set up
2963 the wildcard argument copied from ls-lisp-insert-directory.
2964 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2965 for -C and -R switches.
2966 (ls-lisp-column-format): New function.
2967 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2968 (ls-lisp-format-time): Add doc strings.
2969 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2970 Support ls-lisp-dirs-first.
2971 (ls-lisp-classify, ls-lisp-extension): New functions.
2972 (ls-lisp-format): Optionally support emulation of symlinks.
2973 Support -i, -s, and -G switches.
2974
2975 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2976
2977 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2978
2979 * version.el (emacs-version): Print X scroll bar information.
2980
2981 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2982 instead of x-toolkit-scroll-bars-p.
2983
2984 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2985 of x-toolkit-scroll-bars-p.
2986
2987 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2988
2989 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2990 (ffap-bindings): Doc fix, to reflect the above change.
2991
2992 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2993
2994 * term.el (term-char-mode): Define all non-ascii self-inserting
2995 characters to 'term-send-raw in term-raw-map.
2996
2997 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2998
2999 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3000
3001 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3002 Changed initialization; use add-hook.
3003 (ediff-file-remote-p): Use file-local-copy.
3004
3005 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3006
3007 * ediff.el (ediff-patch-buffer): Bug fix.
3008 (ediff-revision): Allow selection of the file at the prompt.
3009
3010 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3011
3012 * subr.el (combine-run-hooks): Remove.
3013
3014 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3015 and remove the rogue second spec.
3016
3017 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3018
3019 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3020
3021 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3022
3023 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3024 Use minibuffer menu prompt for the `=' prefix.
3025 (smerge-command-prefix): Change default to C-^.
3026 (smerge-mode): Don't assume font-lock doesn't move point.
3027
3028 * skeleton.el (skeleton-internal-1): Make sure the first line of
3029 the region is also re-indented.
3030 (skeleton-end-newline): New var.
3031 (skeleton-end-hook): Use it.
3032
3033 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3034
3035 * comint.el (comint-password-prompt-regexp): Support CVS.
3036
3037 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3038
3039 * simple.el (delete-key-deletes-forward-mode): Simplify.
3040 Also backspace key combinations, depending on
3041 delete-key-deletes-forward.
3042
3043 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3044
3045 * simple.el (delete-key-deletes-forward): Doc fix.
3046
3047 2000-08-22 Emmanuel Briot <briot@gnat.com>
3048
3049 * xml.el (top level comment): Updated to reflect the fact that
3050 white spaces are relevant in the XML file.
3051 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3052 to parse was already edited. This allows for on-the-fly analysis
3053 of XML files.
3054 (xml-parse-tag): Check that the casing is the same in the start
3055 tag and end tag, since XML is case-sensitive. Allows for spaces
3056 in the end tag, after the name of the tag.
3057 (xml-parse-attlist): Allow for the character '-' in the name of
3058 attributes, as in the standard http-equiv attribute Do not save
3059 the properties in the XML tree, since they are not relevant.
3060
3061 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3062
3063 * generic.el (generic-read-type): Undo last change, inline into
3064 `generic-mode' and then remove.
3065 (generic-mode): Inline generic-read-type.
3066 (define-generic-mode): Push the symbol name rather than the symbol
3067 onto generic-mode-list.
3068
3069 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3070
3071 * generic.el (generic-read-type): Build an alist for
3072 completing-read as in 20.7.
3073
3074 * play/landmark.el (lm): Use interactive spec `P'.
3075 (toplevel): Don't set debug-on-error.
3076
3077 * server.el (server-switch-buffer): Choose a window on a visible frame.
3078
3079 2000-12-21 Dave Pearson <davep@davep.org>
3080
3081 * quickurl.el: Commentry change, I've moved my web site.
3082
3083 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3084
3085 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3086 ranges like \177-\237, but accepts the character sequence from \177 to
3087 \237. Doc fix.
3088 (ebnf-version): New version (3.4).
3089 (ebnf-setup): Code fix.
3090 (ebnf-range-regexp): New fun.
3091 (ebnf-8-bit-chars): Const fix.
3092
3093 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3094 entry. Doc fix.
3095 (ebnf-bnf-lex): Code fix.
3096 (ebnf-bnf-comment-chars): Const fix.
3097
3098 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3099 entry. Doc fix.
3100 (ebnf-iso-comment-chars): Const fix.
3101
3102 * ebnf-otz.el: Doc fix.
3103
3104 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3105 entry. Doc fix.
3106 (ebnf-yac-skip-code): Code fix.
3107 (ebnf-yac-comment-chars): Const fix.
3108
3109 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3110
3111 * files.el (insert-directory-safely): New function.
3112 (recover-file): Use it instead of insert-directory.
3113 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3114
3115 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3116
3117 * international/mule-cmds.el (select-safe-coding-system):
3118 Check coding-category-list more rigidly. Improve help message.
3119
3120 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3121
3122 2000-12-21 Miles Bader <miles@gnu.org>
3123
3124 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3125
3126 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3127
3128 * international/mule-diag.el (describe-char-after): Make *Help*
3129 buffer inherit multibyteness of the current buffer.
3130
3131 * international/mule.el (make-char): Docstring adjusted for the
3132 change of make-char-internal.
3133
3134 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3135
3136 * international/iso-cvt.el: Docstrings fix.
3137
3138 2000-12-20 Dave Love <fx@gnu.org>
3139
3140 * subr.el (eval-after-load): Doc fix.
3141
3142 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3143
3144 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3145 for numbers.
3146
3147 2000-12-20 Miles Bader <miles@gnu.org>
3148
3149 * international/quail.el (quail-help): Resize the help window
3150 again after it has all its contents. Remove unneeded progn.
3151
3152 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3153
3154 * pcmpl-linux.el: Fix copy/paste error.
3155
3156 2000-12-19 Andrew Innes <andrewi@gnu.org>
3157
3158 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3159
3160 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3161
3162 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3163
3164 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3165
3166 * progmodes/idlw-shell.el: Fixed copyright notice.
3167
3168 * progmodes/idlwave.el: Fixed copyright notice.
3169
3170 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3171 TAB as key separators.
3172
3173 2000-12-19 Alex Schroeder <alex@gnu.org>
3174
3175 * sql.el (sql-sybase-options): New option.
3176 (sql-sybase): Use it. Add sql-database to the list of parameters
3177 provided for login. The options -w 2048 -n are not used any more.
3178 (sql-postgres-options): Changed default from "--pset" to "-P".
3179 (sql-mysql-options): Doc change.
3180 (sql-stop): Doc change.
3181
3182 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3183
3184 * international/quail.el (quail-input-method): Always hide
3185 the guidance buffer on exiting.
3186
3187 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3188
3189 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3190 isn't fboundp.
3191
3192 * server.el (server-buffer-done): Bury the buffer before
3193 killing it.
3194
3195 * faces.el (face-spec-set): Interpret a nil in specs for
3196 foreground and background colors as `unspecified', for
3197 compatibility with 20.x.
3198
3199 2000-12-18 Dave Love <fx@gnu.org>
3200
3201 * simple.el (mail-user-agent): Doc fix.
3202 (input-mode-8-bit): Removed.
3203
3204 * international/mule.el (set-keyboard-coding-system): Doc fix.
3205 (keyboard-coding-system): New option.
3206
3207 * mail/sendmail.el (send-mail-function): Customize.
3208
3209 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3210
3211 * international/codepage.el (cp866-decode-table): New table.
3212
3213 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3214
3215 * version.el (emacs-version): Remove `%a' from the time format
3216 because the weekday doesn't fit well into each locale.
3217
3218 2000-12-18 Miles Bader <miles@gnu.org>
3219
3220 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3221
3222 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3223 Check that emacs-major-version is `=' to 20, not `>='.
3224 (artist-replace-chars): Use `make-string' instead of a loop.
3225
3226 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3227
3228 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3229 (cvs-execute-single-file): Don't change directory.
3230 Patch from Per Cederqvist.
3231
3232 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3233
3234 * textmodes/ispell.el (check-ispell-version):
3235 If `ispell-program-name' is "aspell", pass it the -v switch instead
3236 of -vv.
3237
3238 2000-12-16 Kenichi Handa <handa@etl.go.jp>
3239
3240 * international/mule-diag.el (mule-diag): Insert information about
3241 configure options, multibyte awareness, language env.
3242
3243 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3244 regexp to search for candidates.
3245
3246 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3247
3248 * info.el (Info-forward-node): If the node has an
3249 Info-header-line, widen the buffer before searching for "next:"
3250 and "up:" pointers, and set the search limit to stay in the
3251 current node.
3252
3253 2000-12-16 Miles Bader <miles@gnu.org>
3254
3255 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3256
3257 2000-12-15 Miles Bader <miles@gnu.org>
3258
3259 * comint.el (comint-send-string, comint-send-region): Also accept
3260 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3261 process-send-string/region.
3262
3263 2000-12-15 Gerd Moellmann <gerd@gnu.org>
3264
3265 * isearch.el (isearch-lazy-highlight-max): New user-option.
3266 (isearch-lazy-highlight-update): Don't highlight more than
3267 isearch-lazy-highlight-max matches.
3268
3269 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3270
3271 2000-12-15 Richard M. Stallman <rms@gnu.org>
3272
3273 * sort.el (sort-columns): Fix error message.
3274
3275 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3276 `upcase' or `downcase' or nil.
3277 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3278 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3279 (dabbrev--substitute-expansion): New arg record-case-pattern.
3280 If it is non-nil, set dabbrev--last-case-pattern.
3281 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3282
3283 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3284
3285 2000-12-15 Miles Bader <miles@gnu.org>
3286
3287 * paths.el (Info-default-directory-list): Don't delete
3288 configure-info-directory from the list of standard info
3289 directories when appending it to the end -- their order is important.
3290
3291 * faces.el (read-face-attribute): If there's no entry for the
3292 user's input in VALID, just use it as-is (this will often result
3293 in an error, but it may be OK for e.g. colors using hexadecimal
3294 notation, and at least will yield a better error message).
3295
3296 * window.el (mode-line-window-height-fudge): Function removed.
3297 (height-affecting-face-attributes, mode-line-window-height-fudge):
3298 Variables removed.
3299 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3300 window is really the right size. Use vertical-motion
3301 rather than forward-line.
3302 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3303 (ispell-command-loop, ispell-show-choices): Use the variable
3304 ispell-choices-win-default-height, rather than the function.
3305 (ispell-choices-win-default-height): Function removed.
3306 (ispell-mode-line-window-height-fudge): Function removed.
3307
3308 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3309
3310 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3311
3312 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * paths.el (Info-default-directory-list):
3315 If configure-info-directory is not one of the standard directories,
3316 put it first in the list; otherwise put it last. Doc string
3317 changed accordingly.
3318
3319 * info.el (Info-directory-list): Change doc string to reflect the
3320 change in Info-default-directory-list.
3321
3322 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3323 windows-nt as windowed environments, even under -nw.
3324
3325 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3326 if not fboundp. Switch delete-forward mode for the <delete> key
3327 on all PC platforms, even under -nw.
3328
3329 * term/internal.el ([M-delete]): Remap to M-d.
3330
3331 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3332
3333 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3334
3335 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3336
3337 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3338
3339 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3340
3341 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3342 if appropriate.
3343
3344 * simple.el (delete-key-deletes-forward): New user-option.
3345 (delete-key-deletes-forward-mode): New function.
3346
3347 * bindings.el: Bind `delete' to backward-delete-char.
3348
3349 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3350 Test if symbol is bound before getting its value.
3351
3352 * tooltip.el (tooltip-show): If an error is signaled in
3353 x-show-tip, display that error, and display the help in the
3354 echo area.
3355
3356 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3357
3358 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3359 Show "... entries" messages for every 10000 entries, not 10.
3360
3361 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3362
3363 * bookmark.el: Provide a generic exit hook, as suggested by
3364 Ovidiu Predescu <ovidiu@cup.hp.com>:
3365 (bookmark-exit-hook): New var.
3366 (bookmark-exit-hook-internal): New func, replaces
3367 old raw lambda form in `kill-emacs-hook', and runs new
3368 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3369 as logically that feature must have been provided if this function
3370 is running.
3371 Removed ;;;###autoload before the `add-hook' call.
3372
3373 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3374
3375 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3376 (easy-menu-current-active-maps): New function.
3377 (easy-menu-get-map): Use it.
3378 Make a proper menu entry when creating a new keymap.
3379
3380 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3381
3382 * international/characters.el: Fix cases and syntaxes for
3383 mule-unicode-0100-24ff.
3384
3385 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3386 that a Japanese character is not appended after day and year.
3387
3388 * info.el (Info-suffix-list): Change format for a command that
3389 requires arguments.
3390 (info-insert-file-contents): Adjusted for the above change.
3391
3392 2000-12-12 Andreas Schwab <schwab@suse.de>
3393
3394 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3395 on the name of the tar buffer. Verify that the existing buffer is
3396 visiting the same subfile.
3397
3398 2000-12-12 Dave Love <fx@gnu.org>
3399
3400 * subdirs.el: Add obsolete.
3401
3402 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3403
3404 * mail/rmailsum.el (rmail-summary-expunge)
3405 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3406 instead of rmail-confirm-expunge.
3407
3408 * replace.el (perform-replace): Don't use an empty match adjacent
3409 to a non-empty match when computing the next match before the
3410 replacement is performed.
3411
3412 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3413
3414 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3415 definition (patch by Stefan Monnier).
3416 (glasses-mode): Use jit-lock instead of `after-change-functions'
3417 (patch by Stefan Monnier).
3418
3419 2000-12-12 Miles Bader <miles@gnu.org>
3420
3421 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3422 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3423
3424 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3425
3426 * term/mac-win.el: Remove load for ls-lisp.
3427
3428 * loadup.el: Load ls-lisp for system-type `macos'.
3429
3430 2000-12-12 Miles Bader <miles@gnu.org>
3431
3432 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3433 Respect field end too.
3434 (just-one-space): Respect fields as `delete-horizontal-space'.
3435 (newline-and-indent, reindent-then-newline-and-indent):
3436 Use `delete-horizontal-space'.
3437
3438 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3439
3440 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3441 (so as to obey the field property in the minibuffer).
3442
3443 * obsolete/c-mode.el: Moved from lisp/progmodes.
3444 * obsolete/auto-show.el: Moved from lisp.
3445 * obsolete/ooutline.el: Moved from lisp/textmodes.
3446
3447 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3448
3449 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3450 changes to list them here.
3451
3452 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3453 Too many changes to list them here.
3454
3455 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3456 Too many changes to list them here.
3457
3458 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3459
3460 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3461
3462 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3463
3464 * cus-edit.el (custom-save-variables, custom-save-faces):
3465 Comment fix.
3466
3467 * hscroll.el: Moved to `obsolete' subdir.
3468
3469 2000-12-11 Miles Bader <miles@gnu.org>
3470
3471 * window.el (window-text-height): Function removed (now in C).
3472
3473 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3474
3475 * log-edit.el (log-edit-parent-buffer): New var.
3476 (log-edit): Set it. Add BUFFER argument.
3477 (log-edit-done): Use char-before.
3478 Don't bother checking validity of vc-comment-ring.
3479 Only bury the buffer if log-edit popped it up.
3480
3481 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3482 (cvs-mode-diff-help): Remove.
3483 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3484 (cvs-mode-marked): Set up the default for CMD manually.
3485
3486 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3487 Remove binding for ? now made unnecessary.
3488
3489 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3490
3491 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3492 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3493
3494 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3495 when master file is not open.
3496
3497 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3498
3499 * progmodes/ada-stmt.el: Update `maintainer'.
3500
3501 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3502
3503 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3504 choices to match documentation string.
3505
3506 2000-12-09 Miles Bader <miles@gnu.org>
3507
3508 * minibuf-eldef.el: New file.
3509
3510 * window.el (fit-window-to-buffer): Don't pass last argument to
3511 pos-visible-in-window-p, now that its meaning is inverted.
3512
3513 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3514
3515 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3516 <ceder@lysator.liu.se>.
3517
3518 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3519
3520 * autoinsert.el (auto-insert-alist): Add missing final \n.
3521
3522 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3523 (cvs-menu-map): Remove.
3524 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3525 (cvs-mode-quit): Turn it back into a plain function.
3526
3527 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3528 (texinfo-filter): Remove (move to texinfo.el).
3529
3530 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3531 file where it's more visible.
3532 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3533 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3534 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3535 (texinfo-inside-macro-p): Only catch `scan-error's.
3536 (texinfo-inside-env-p): Make better use of the match info.
3537 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3538 (texinfo-insert-@end): Slight re-organization.
3539 Also remove useless `looking-at' call.
3540
3541 2000-12-08 Andrew Innes <andrewi@gnu.org>
3542
3543 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3544 accessible in -nw mode.
3545
3546 * term/w32-win.el: Remove stuff about selection timeout, which is
3547 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3548 it is accessible in -nw mode.
3549
3550 2000-12-08 Dave Love <fx@gnu.org>
3551
3552 * emacs-lisp/lisp-mode.el (lisp-mode):
3553 Set font-lock-keywords-case-fold-search.
3554
3555 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3556
3557 * textmodes/ispell.el (ispell): Doc fix.
3558
3559 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3560
3561 * international/quail.el (quail-insert-decode-map): Check the
3562 frame width of a window displaying the current buffer, not that of
3563 the selected frame.
3564 (quail-help): Make sure that the help buffer has window before
3565 inserting text in it.
3566
3567 2000-12-07 Sam Steingold <sds@gnu.org>
3568
3569 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3570 Backquote is used in isearch.el, so autoloading saves nothing.
3571
3572 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3573
3574 * startup.el (normal-top-level-add-subdirs-to-load-path):
3575 Ignore the CVS and RCS subdirectories case-insensitively.
3576
3577 * dired.el (dired-insert-directory): If file-system-info is
3578 fboundp, call it instead of invoking dired-free-space-program.
3579
3580 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3581
3582 * server.el (server-visit-files): Push files on file-name-history.
3583
3584 * progmodes/cc-langs.el: Update copyright.
3585
3586 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3587
3588 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3589
3590 * bindings.el (mode-line-mode-menu): Reverse the order
3591 of define-keys so that the menu appears in alphabetical order.
3592
3593 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3594
3595 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3596 of the function.
3597
3598 2000-12-07 Dave Love <fx@gnu.org>
3599
3600 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3601
3602 * facemenu.el (facemenu-unlisted-faces): Fix value.
3603
3604 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3605
3606 * font-lock.el (font-lock-default-fontify-region):
3607 Include the terminating \n (off-by-one error).
3608 (font-lock-set-defaults): Use dolist.
3609
3610 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3611
3612 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3613
3614 * international/mule-cmds.el (describe-language-environment):
3615 Fix for the case that an input method title is not string but a list.
3616
3617 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3618 of wrong SIZE record.
3619
3620 2000-12-06 Dave Love <fx@gnu.org>
3621
3622 * newcomment.el (comment-region, comment-dwim): Doc fix.
3623
3624 * textmodes/texinfo.el: Require tex-mode when compiling.
3625 (texinfo-update-node): Doc fix.
3626 (texinfo-imenu-generic-expression): Add @anchor.
3627 (texinfo-font-lock-keywords): Add @uref.
3628 (texinfo-inside-macro-p): Don't use ignore-errors.
3629 (texinfo-insert-quote): Match more contexts.
3630
3631 * international/mule.el (decode-char, encode-char): Doc fix.
3632 (auto-coding-alist): Customize.
3633
3634 * files.el (load-file): Fix change of 2000-03-12.
3635
3636 * wid-edit.el (widget-text-keymap): Doc fix.
3637
3638 2000-12-06 Andrew Innes <andrewi@gnu.org>
3639
3640 * makefile.w32-in (lisp): Set to an absolute directory, namely
3641 $(CURDIR).
3642
3643 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3644
3645 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3646 read generated-autoload-file, and set buffer-file-coding-system to
3647 raw-text-unix after reading the file.
3648
3649 * international/mule-conf.el (file-coding-system-alist):
3650 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3651
3652 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3653
3654 * replace.el (occur): Make line-number-width 1 smaller for the
3655 colon following the line number.
3656
3657 * startup.el (fancy-splash-text, command-line-1):
3658 Use `File' for the menu name instead of `Files'.
3659
3660 * tmm.el: Update copyright.
3661
3662 * cus-start.el: Add entry for even-window-heights.
3663
3664 2000-12-06 Miles Bader <miles@gnu.org>
3665
3666 * faces.el (frame-set-background-mode): Avoid stomping on
3667 locally modified faces.
3668
3669 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3670
3671 * international/fontset.el: Correct the font registries for
3672 japanese-jisx0213-1 and japanese-jisx0213-2.
3673
3674 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3675
3676 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3677
3678 * iswitchb.el: Update customization commentary.
3679
3680 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3681
3682 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3683 (tpu-search-highlight): Fixed comparison of overlay end positions.
3684 (tpu-trim-line-ends): Implemented trimming logic locally.
3685
3686 * emulation/tpu-extras.el (tpu-write-file-hook)
3687 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3688
3689 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3690
3691 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3692 to cn-gb.
3693 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3694
3695 2000-12-04 Dave Love <fx@gnu.org>
3696
3697 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3698
3699 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3700
3701 * mail/rmailsum.el (rmail-summary-expunge)
3702 (rmail-summary-expunge-and-save): Ask for confirmation with
3703 rmail-expunge-confirmed.
3704
3705 * mail/rmail.el (rmail-expunge-confirmed): New function.
3706 (rmail-expunge): Use it.
3707
3708 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3709
3710 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3711 (etags-recognize-tags-table, find-tag-in-order):
3712 New functionality: interpret file names as tags.
3713
3714 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3715
3716 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3717 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3718 the first subnode until the bottom of the current node is visible.
3719
3720 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3721
3722 * format.el (format-decode): Don't change buffer's undo list.
3723
3724 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3725
3726 * faces.el (face-font-registry-alternatives): Add entries for CJK
3727 fonts. Doc-string adjusted for the actual usage of this data.
3728
3729 * international/fontset.el: Change the font registries for CJK
3730 fonts in the default fontset. Don't append '*' to registries.
3731
3732 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3733
3734 * emacs-lisp/easy-mmode.el (define-derived-mode)
3735 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3736
3737 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3738 (derived-mode-p): New function.
3739 (derived-mode-make-docstring): Add `docstring' argument.
3740 Use it if available and complete it if necessary.
3741
3742 2000-12-03 Andreas Schwab <schwab@suse.de>
3743
3744 * type-break.el (type-break): Don't make parent of itself.
3745
3746 2000-12-03 Miles Bader <miles@gnu.org>
3747
3748 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3749
3750 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3751
3752 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3753 (tex-main-file, tex-file): Simplify.
3754 (tex-generate-zap-file-name): Use subst-char-in-string.
3755 (tex-strip-dots): Remove.
3756
3757 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3758
3759 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3760 to check if the match succeeded.
3761
3762 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3763
3764 * startup.el (use-fancy-splash-screens-p): New function.
3765 (command-line-1): Use it to determine whether or not to use
3766 a fancy splash screen.
3767
3768 2000-12-02 Andreas Schwab <schwab@suse.de>
3769
3770 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3771
3772 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * international/mule.el (make-char): Fix last change.
3775
3776 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3777 New defcustoms.
3778 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3779 autoloading tex-mode; instead, do the same manually.
3780 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3781 with numeric argument. Docstring fix.
3782 (toplevel): Require cl when compiling.
3783
3784 * international/mule.el (make-char): Doc fix.
3785
3786 2000-12-02 Jason Rumney <jasonr@gnu.org>
3787
3788 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3789 the Emacs Lisp manual)
3790
3791 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3792
3793 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3794
3795 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3796 the Emacs Lisp manual).
3797
3798 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3799
3800 * simple.el (next-line-add-newlines): Change default to nil.
3801
3802 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3803
3804 * files.el (revert-buffer, recover-file):
3805 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3806
3807 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3808
3809 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3810
3811 2000-12-01 Miles Bader <miles@gnu.org>
3812
3813 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3814
3815 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3816
3817 * international/mule-diag.el (describe-char-after): Fix typo.
3818 (describe-character-set, non-iso-charset-alist): Fix typo.
3819
3820 2000-12-01 Miles Bader <miles@gnu.org>
3821
3822 * image-file.el (image-file-name-regexp): Automatically add
3823 upper-case variants of each filename extension in
3824 `image-file-name-extensions', since they seem to be common.
3825
3826 * simple.el (minibuffer-contents)
3827 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3828 New functions.
3829 * filecache.el (file-cache-directory-name)
3830 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3831
3832 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3833
3834 * filecache.el (file-cache-minibuffer-complete): Don't try to
3835 delete the minibuffer prompt.
3836
3837 2000-11-30 Dave Love <fx@gnu.org>
3838
3839 * cus-start.el: Fix read-buffer-function type.
3840
3841 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3842
3843 * md5.el: Removed. There's a built-in function, now.
3844
3845 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3846
3847 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3848 as dummy 0-th char of rmail-deleted-vector.
3849
3850 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3851
3852 * ps-print.el (ps-end-job): Bind case-fold-search only after
3853 switching to ps-spool-buffer.
3854
3855 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3856
3857 * ps-print.el: Line number font customization. PostScript: Lines and
3858 PageCount are initialized on each page. Doc Fix.
3859 (ps-print-version): New version number (6.3.2).
3860 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3861 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3862 (ps-right-header): Customization fix.
3863 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3864 Fix code.
3865 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3866 New vars.
3867
3868 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3869
3870 * bs.el: Fix typos and spelling errors.
3871 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3872 (bs-configuration): Doc fix.
3873
3874 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3875
3876 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3877
3878 * emulation/tpu-edt.el (tpu-version): New version.
3879 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3880 (tpu-original-mode-line): Variable deleted.
3881 (tpu-mark-flag): New initial value.
3882 (tpu-set-mode-line): Don't redefine mode-line-format.
3883 Add tpu-mark-flag to minor-mode-alist.
3884 (tpu-update-mode-line): New mark flag logic.
3885 (tpu-get): Use find-file-wildcards.
3886 (tpu-search-highlight): Move overlay less, reset overlay properly.
3887 (tpu-unselect): Deactivate mark.
3888 (tpu-lm-replace): Reset overlay properly.
3889 (tpu-forward-line): Use forward-visible-line.
3890 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3891
3892 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3893
3894 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3895
3896 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3897
3898 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3899
3900 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3901 and skip whitespace and newlines.
3902
3903 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3904
3905 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3906
3907 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3908
3909 * help.el (describe-function-1): Regexp-quote function name
3910 when used as part of a regexp.
3911
3912 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3913 Use face-attribute instead of face-foreground and face-background.
3914 (tool-bar-add-item): Likewise, and handle unspecified colors.
3915
3916 * enriched.el (enriched-face-ans): Use face-attribute instead
3917 of face-foreground and face-background.
3918
3919 * faces.el (face-foreground, face-background, face-stipple):
3920 Return nil if attribute is unspecified, for backward compatibility.
3921
3922 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3923
3924 * play/5x5.el: Remove version info.
3925
3926 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3927
3928 * frame.el (blink-cursor-mode): Doc fix.
3929
3930 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3931
3932 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3933 to create Makefile rules.
3934 (antlr-tool-command): New user option.
3935 (antlr-ask-about-save): New user option.
3936 (antlr-makefile-specification): New user option.
3937 (antlr-file-formats-alist): New variable.
3938 (antlr-special-file-formats): New variable.
3939 (antlr-unknown-file-formats): New user option.
3940 (antlr-help-unknown-file-text): New variable.
3941 (antlr-help-rules-intro): New variable.
3942 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3943 (antlr-mode-menu): Add entries.
3944 (antlr-file-dependencies): New function.
3945 (antlr-directory-dependencies): New function.
3946 (antlr-superclasses-glibs): New function.
3947 (antlr-run-tool): New command.
3948 (antlr-makefile-insert-variable): New function.
3949 (antlr-insert-makefile-rules): New function.
3950 (antlr-show-makefile-rules): New command.
3951
3952 * antlr-mode.el: More Emacs/XEmacs stuff.
3953 (antlr-no-action-keywords): New constant with value nil.
3954 (antlr-font-lock-keywords-alist): Use it. Old value would break
3955 syntax highlighting in Emacs-21.0.
3956 (antlr-default-directory): Emacs/XEmacs dependend function.
3957 (antlr-read-shell-command): Ditto.
3958 (antlr-with-displaying-help-buffer): Ditto.
3959
3960 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3961
3962 * antlr-mode.el: imenu, parsing and highlighting changes.
3963 (antlr-imenu-create-index-function): Don't create extra submenus
3964 for definitions in different grammar classes. It is not necessary
3965 for the menu and would make command `imenu' awkward to use.
3966 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3967 header actions and more than one.
3968 (antlr-font-lock-tokendef-face): Changed color.
3969 (antlr-font-lock-tokenref-face): Changed color.
3970 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3971 (antlr-mode-syntax-table): New variable.
3972 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3973 (antlr-with-syntax-table): Don't copy syntax table.
3974
3975 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3976
3977 * antlr-mode.el: Minor changes: language setting.
3978 (antlr-language-alist): The value for file option "language" can
3979 be both an identifier and a string.
3980 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3981 (antlr-language-limit-n-regexp): Change accordingly.
3982
3983 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3984
3985 * antlr-mode.el: Minor changes: tabs, hiding.
3986 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3987 (antlr-action-visibility): Also allow value nil to also hide the
3988 braces. Renamed from `antlr-tiny-action-length'.
3989 Suggested by Jay@aol.com.
3990 (antlr-hide-actions): Change accordingly. Hide line if completely
3991 hidden action is on a line of its own.
3992
3993 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3994
3995 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3996
3997 * sort.el (sort-columns): Don't concat strings with numbers.
3998
3999 2000-11-29 Dave Love <fx@gnu.org>
4000
4001 * cus-edit.el (face): Fix :format.
4002
4003 * mail/feedmail.el: Require smtpmail when compiling.
4004 (mail-do-fcc): Autoload.
4005 (feedmail) <defgroup>: Fix :link.
4006 (feedmail-nuke-body-in-fcc): Fix :type.
4007 (feedmail-send-it): Add autoload cookie.
4008
4009 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4010
4011 * newcomment.el (comment-indent): Save excursion around call to
4012 comment-indent-function.
4013
4014 2000-11-29 Miles Bader <miles@gnu.org>
4015
4016 * subr.el (member-ignore-case): Return the tail of the list who's
4017 car matches, like `member', not the matching element itself.
4018
4019 2000-11-29 Kenichi Handa <handa@etl.go.jp>
4020
4021 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4022 should not contain `\n'.
4023
4024 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4025
4026 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4027
4028 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4029
4030 * dired-aux.el (dired-do-create-files): Construct default file
4031 name for dired-mark-read-file-name so that when the user enters
4032 just RET, the target file will end up in the target directory.
4033
4034 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4035 local-abbrev-table before changing buffers because it might
4036 have a buffer-local binding.
4037
4038 2000-11-28 Miles Bader <miles@gnu.org>
4039
4040 * simple.el (delete-horizontal-space): Handle fields more generally.
4041
4042 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4043
4044 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4045
4046 2000-11-28 Dave Love <fx@gnu.org>
4047
4048 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4049 comment-start-skip locally.
4050
4051 * progmodes/fortran.el (fortran-mode): Don't set
4052 fortran-comment-line-start-skip. Set comment-start to
4053 fortran-comment-line-start.
4054 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4055 (fortran-comment-line-start-skip): Simplify slightly.
4056
4057 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4058
4059 * play/5x5.el: Remove RCS keyword.
4060
4061 * bs.el: Mistaken commit, undone 2000-11-30.
4062
4063 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4064
4065 * textmodes/tildify.el (tildify-string-alist):
4066 Add `plain-tex-mode' here.
4067
4068 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4069
4070 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4071 reference.
4072
4073 2000-11-28 Miles Bader <miles@gnu.org>
4074
4075 * cus-face.el (custom-face-attributes): Add post-filter function
4076 for :box. Make pre-filter function for :box handle all cases.
4077
4078 * wid-edit.el (widget-choose): Make sure pop-up window is large
4079 enough to display all the choices, as there's no way to scroll it.
4080
4081 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4082
4083 * international/mule-conf.el: Make the coding system no-conversion
4084 safe for all characters.
4085
4086 2000-11-27 Dave Love <fx@gnu.org>
4087
4088 * net/ldap.el (ldap) <defgroup>: Add :version.
4089
4090 * tooltip.el (tooltip-use-echo-area): Doc fix.
4091
4092 * cus-start.el <minibuffer-prompt-properties>: Add version.
4093 <read-buffer-function>: Add.
4094
4095 * apropos.el (apropos-print): Add help-echo to active text.
4096
4097 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4098
4099 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4100
4101 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4102 type, group and version.
4103
4104 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4105
4106 * select.el (x-get-selection): Docstring fix.
4107
4108 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4109
4110 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4111
4112 2000-11-27 Andrew Innes <andrewi@gnu.org>
4113
4114 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4115
4116 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4117
4118 2000-11-27 Miles Bader <miles@gnu.org>
4119
4120 * dired.el (dired-get-filename): Return filename verbatim if
4121 LOCALP is `verbatim'.
4122 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4123 `verbatim' so that we don't inadvertently delete a non-existant
4124 directory name.
4125
4126 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4127
4128 * international/characters.el: Specify cases and syntaxes for
4129 mule-unicode-0100-24ff.
4130
4131 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4132
4133 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4134 that foreground and/or background colors of the face `tool-bar'
4135 are unspecified.
4136
4137 2000-11-27 Miles Bader <miles@gnu.org>
4138
4139 * wid-edit.el (widget-field-buffer, widget-field-start)
4140 (widget-field-end): Handle widget field `pseudo-overlays'.
4141 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4142 if it's there instead of in `widget-field-list'.
4143
4144 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4145 (help-make-xrefs): Delete extraneous newlines at the end of the
4146 docstring.
4147
4148 2000-11-25 Jason Rumney <jasonr@gnu.org>
4149
4150 * startup.el (command-line): Call set-locale-environment after
4151 Window System init file is read, as it can result in a call to
4152 redraw-frame.
4153
4154 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4155
4156 * simple.el (shell-command): Mention the effect of the prefix
4157 argument in the doc string.
4158
4159 2000-11-25 Miles Bader <miles@gnu.org>
4160
4161 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4162
4163 * wid-edit.el (widget-field-value-delete): Don't try to delete
4164 overlay when it's the `pseudo-overlay' that exists at some points.
4165
4166 2000-11-24 Jason Rumney <jasonr@gnu.org>
4167
4168 * international/mule-cmds.el (locale-language-names): Add "jp" as
4169 a non-standard alternative for Japanese.
4170
4171 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4172
4173 * vc-hooks.el: Require 'cl during compilation.
4174
4175 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4176
4177 * faces.el (face-set-after-frame-default): Let face attributes
4178 specified for new frames override frame parameters.
4179
4180 * startup.el (command-line): Fix computation of the source file
4181 for user-init-file when user-init-file is a compiled file.
4182
4183 2000-11-24 Miles Bader <miles@gnu.org>
4184
4185 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4186 (custom-post-filter-face-spec): New functions.
4187 (custom-face-set, custom-face-value-create): Filter the face spec
4188 before and after customization.
4189 (custom-face-set): If VALUE specifies a null face, pass a
4190 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4191 * cus-face.el (custom-face-attributes): Remove SET and GET
4192 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4193 cases they're needed.
4194
4195 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4196 that it's distinguishable from the :off-glyph on dark-background
4197 displays. Set its background color too.
4198
4199 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4200 so that people can easily turn it off.
4201
4202 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4203
4204 * ediff-diff.el: Moved variables around to have it compile under NT.
4205
4206 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4207
4208 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4209
4210 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4211 redundant skip-small-frames test.
4212
4213 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4214 (viper-downgrade-to-insert): Protect against errors in hooks.
4215
4216 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4217 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4218 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4219 New functions.
4220
4221 * viper-util.el (viper-memq-char): Bug fixes.
4222
4223 * viper.el (viper-mode): Fix cursor handling.
4224
4225 2000-11-24 Kenichi Handa <handa@etl.go.jp>
4226
4227 * international/mule-diag.el (list-iso-charset-chars):
4228 For two-byte charset, fix the `while' condition.
4229 (list-non-iso-charset-chars): Fix the `while' condition.
4230
4231 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4232
4233 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4234 if the variable is make-variable-buffer-local.
4235
4236 * progmodes/ada-stmt.el (ada-template-map):
4237 Initialize and bind it to C-c t in ada-mode-map.
4238 (ada-stmt-mode-hook): New function extracted from old code.
4239 Only change the buffer-local side of skeleton-*.
4240 (ada-mode-hook): Use it.
4241
4242 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4243
4244 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4245 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4246 we expect to be returned by minibuffer-depth once we prompt the
4247 user in the minibuffer.
4248 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4249 as recorded in iswitchb-minibuf-depth, return non-nil.
4250
4251 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4252
4253 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4254 (hscroll-window-maybe): Docstring fix.
4255
4256 2000-11-23 Dave Love <fx@gnu.org>
4257
4258 * rect.el (string-rectangle): Don't test delete-selection-mode.
4259
4260 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4261
4262 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4263 is in the tool bar.
4264
4265 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4266 with `no-dir'; we want the directory part to be able to remove it.
4267
4268 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * textmodes/outline.el (outline-flag-region):
4271 Don't bind inhibit-read-only since we don't modify the buffer.
4272 (outline-isearch-open-invisible): Don't jump to overlay-start
4273 since we're trying to unhide text around point.
4274 (outline-discard-overlays): Use dolist.
4275
4276 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4277
4278 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4279
4280 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4281
4282 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4283
4284 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4285 Fix ARG regexp to skip quoted braces.
4286 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4287 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4288 are (correctly) handled separately).
4289 Remove `caption' and `footnote' from `citations': they contain text.
4290 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4291 (latex-skeleton-end-hook): New function.
4292 (latex-mode): Use it.
4293 (tex-start-tex-marker): Remove.
4294 (tex-send-tex-command): Don't set tex-start-tex-marker.
4295 (tex-error-parse-syntax-table): New var.
4296 (tex-compilation-parse-errors): Use it.
4297 Ignore tex-start-tex-marker. Don't bother with marker-position.
4298 (tex-validate-buffer): Don't bother with marker-position.
4299
4300 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4301 (flyspell-generic-progmode-verify): Use it.
4302
4303 2000-11-22 Sam Steingold <sds@gnu.org>
4304
4305 * simple.el (delete-trailing-whitespace): New interactive function.
4306
4307 * progmodes/ada-mode.el (ada-mode): Use it instead of
4308 `ada-remove-trailing-spaces'.
4309 (ada-remove-trailing-spaces): Removed.
4310
4311 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4312
4313 * textmodes/picture.el (picture-clean): Removed.
4314 (picture-mode-exit): Call it instead of `picture-clean'.
4315
4316 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4317
4318 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4319
4320 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4321 jit-lock-fontify-buffer; it should anyway be unneccessary to
4322 do anything special when jit-lock is active.
4323 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4324
4325 2000-11-22 Dave Love <fx@gnu.org>
4326
4327 * calendar/todo-mode.el (todo-top-priorities): Use
4328 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4329
4330 * language/chinese.el, language/cyrillic.el:
4331 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4332 * language/hebrew.el, language/indian.el, language/japanese.el:
4333 * language/korean.el, language/lao.el, language/misc-lang.el:
4334 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4335 Use provide.
4336
4337 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4338 (custom-variable-set): Improve validation error mesage.
4339
4340 * rect.el (string-rectangle): Revert last change.
4341 (string-rectangle-line): New arg DELETE.
4342 (string-rectangle): Check delete-selection-mode.
4343
4344 * emacs-lisp/edebug.el (edebug-version)
4345 (edebug-maintainer-address): Deleted.
4346 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4347 (edebug-read-function): Account for other `'#' read forms.
4348 (edebug-mode-menus): Make some items toggles.
4349 (edebug-outside-unread-command-event, unread-command-event):
4350 Remove these to avoid warnings.
4351
4352 2000-11-22 David Ponce <david@dponce.com>
4353
4354 * recentf.el (recentf-menu-items-for-commands)
4355 (recentf-make-menu-items, recentf-make-menu-item)
4356 (recentf-filter-changer): Added :help and :active menu-item properties.
4357
4358 (recentf-build-dir-rules, recentf-dump-variable)
4359 (recentf-edit-list, recentf-open-files-item)
4360 (recentf-open-files): Replaced unnecessary `mapcar' with new
4361 built-in `mapc'.
4362
4363 2000-11-23 Miles Bader <miles@gnu.org>
4364
4365 * faces.el (menu): Make inverse-video on ttys too.
4366
4367 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4368
4369 * simple.el (comment-line-break-function): Use the new name
4370 indent-new-comment-line -> comment-indent-new-line.
4371 (clone-indirect-buffer): Don't ignore NORECORD.
4372 (next-completion): Properly handle the case where items are adjacent.
4373
4374 * mouse.el (popup-menu): Stupid typo.
4375
4376 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4377
4378 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4379 maintainer, keywords tags.
4380
4381 * rect.el (replace-rectangle): Don't call string-rectangle-line
4382 with too many arguments.
4383
4384 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4385
4386 * ediff-util.el (ediff-file-checked-out-p)
4387 (ediff-file-checked-in-p): Call vc-state instead of
4388 vc-locking-user, which no longer exists.
4389
4390 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4391
4392 2000-11-22 Dave Love <fx@gnu.org>
4393
4394 * md5.el (md5): Provide.
4395 (md5): Fix error call.
4396
4397 2000-11-22 Miles Bader <miles@gnu.org>
4398
4399 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4400 (refill-fill-paragraph-at): Remove debugging code.
4401
4402 * calendar/calendar.el (generate-calendar-window): When we don't
4403 call `fit-window-to-buffer', make sure the top line is fully visible.
4404
4405 * image-file.el (insert-image-file): Don't make `read-only'
4406 property rear-nonsticky.
4407
4408 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4409 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4410 stashing away its original value.
4411 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4412 in the recursive edit.
4413 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4414 (isearch-done): Restore `minibuffer-message-timeout'.
4415
4416 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4417
4418 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4419
4420 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4421
4422 * find-lisp.el (find-lisp-find-files-internal):
4423 Use dolist, when and file-name-as-directory.
4424
4425 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4426 (define-derived-mode, define-minor-mode): Add specs.
4427
4428 * window.el: General comment and spacing fixes.
4429 (save-selected-window): Use backquotes.
4430 (window-safely-shrinkable-p): New function.
4431 (shrink-window-if-larger-than-buffer): Use it.
4432
4433 * subr.el (make-local-hook): Docstring fix.
4434
4435 * shell.el (shell-mode): Use define-derived-mode.
4436
4437 * newcomment.el (comment-indent): Insert comment before calling
4438 comment-indent-function. Don't insert in column 0.
4439 (comment-dwim): Indent before inserting comment.
4440
4441 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4442 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4443 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4444 Use mapc rather than map.
4445
4446 * files.el (find-buffer-visiting): Compare all attributes before
4447 declaring two files identical (rather than just their inode-no).
4448 (auto-mode-alist): Use \' rather than $.
4449
4450 * which-func.el: Update maintainer line.
4451
4452 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4453 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4454 (uniquify-buffer-file-name): Use it.
4455
4456 2000-11-22 Miles Bader <miles@gnu.org>
4457
4458 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4459 * simple.el (minibuffer-avoid-prompt): New function.
4460
4461 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4462
4463 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4464
4465 2000-11-21 Miles Bader <miles@gnu.org>
4466
4467 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4468 inclusion of `track-mouse'.
4469
4470 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4471 (refill-adjust-ignorable-overlay): New function.
4472 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4473 only the paragraph's tail if possible.
4474 Update `refill-ignorable-overlay'.
4475 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4476
4477 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4478 point inside the fill-prefix.
4479
4480 * textmodes/refill.el (refill-post-command-function): Don't reset
4481 refill-doit in the case where a self-insertion command doesn't
4482 case a refill. Use `refill-fill-paragraph-at', getting position
4483 from `refill-doit'.
4484 (refill-after-change-function): Set `refill-doit' to END.
4485 (refill-fill-paragraph-at): New function, mostly from old
4486 refill-fill-paragraph.
4487 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4488 (refill-pre-command-function): New function.
4489 (refill-mode): Add it to `pre-command-hook'.
4490
4491 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4492
4493 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4494
4495 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4496 javadoc tags.
4497
4498 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4499
4500 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4501 vc.el).
4502
4503 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4504 require vc.
4505
4506 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4507 checkouts.
4508
4509 2000-11-20 Dave Love <fx@gnu.org>
4510
4511 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4512
4513 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4514
4515 * calculator.el (calculator-paste): Use `if' instead of `and'
4516 and `or'.
4517 (calculator-help): Don't use electric-describe-mode for XEmacs.
4518
4519 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4520
4521 * info.el (info-menu-5): Doc fix.
4522
4523 * textmodes/artist.el: New file.
4524
4525 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4526
4527 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4528 and differentiate according to checkout model.
4529 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4530 since this function is only concerned with master state.
4531
4532 * vc-hooks.el (vc-workfile-unchanged-p)
4533 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4534
4535 * vc.el (vc-workfile-unchanged-p)
4536 (vc-default-workfile-unchanged-p): See above.
4537
4538 2000-11-19 Miles Bader <miles@gnu.org>
4539
4540 * image-file.el (insert-image-file): Make `intangible' and
4541 `read-only' properties rear-nonsticky too.
4542
4543 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4544
4545 * ps-print.el: Update copyright notice.
4546
4547 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4548 (tooltip-show): Use the offsets.
4549
4550 * bindings.el (mode-line-modified): Fix a typo.
4551 (mode-line-toggle-modified, mode-line-widen)
4552 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4553
4554 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4555
4556 * ps-print.el (toplevel): Test for find-coding-system being
4557 fboundp before calling ps-x-find-coding-system.
4558
4559 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4562 (vc-version-backup-file): Docstring fix.
4563
4564 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4565
4566 * files.el (basic-save-buffer): Don't add a newline if
4567 find-file-literally is non-nil.
4568 (find-file-literally): Extend doc string.
4569
4570 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4571 sort(1) with the `-f' argument.
4572
4573 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4574
4575 * vc.el: Updated backend documentation.
4576 (vc-default-check-headers): New function.
4577
4578 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4579
4580 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4581 up-to-date.
4582 (vc-do-command): In the asynchronous case, output messages only if
4583 the minibuffer is not active.
4584
4585 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4586 `vc-cvs-use-edit' is on.
4587 (vc-cvs-checkout): When this is used for reverting the workfile,
4588 make a backup of the original contents and revert to that in case
4589 of error.
4590 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4591 remote repositories.
4592
4593 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4594 for both version and ratio in the minibuffer.
4595
4596 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4597 Use vc-do-command to perform the annotation, not call-process.
4598
4599 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4600
4601 * international/quail.el (quail-start-translation): Don't call
4602 `message' before reading key sequence.
4603
4604 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4605
4606 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4607
4608 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4609
4610 * window.el (fit-window-to-buffer): Be sure to acquire at least
4611 one text line even if the buffer is empty.
4612
4613 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4614
4615 * net/ange-ftp.el (ange-ftp-file-writable-p)
4616 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4617 Bind ange-ftp-process-verbose to nil.
4618
4619 2000-11-15 Dave Love <fx@gnu.org>
4620
4621 * wid-edit.el (widget-specify-field, widget-specify-button):
4622 If :help-echo is a function, set help-echo of overlay to
4623 widget-mouse-help.
4624 (widget-mouse-help): New function.
4625 (widget-echo-help): Rewritten for :help-echo functions only taking
4626 a widget arg.
4627
4628 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4629 Use display-graphic-p.
4630 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4631 and that JPEG is available.
4632 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4633
4634 * international/mule-cmds.el (locale-charset-language-names):
4635 Match @euro.
4636
4637 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4638
4639 * faces.el (face-set-after-frame-default):
4640 If `inhibit-default-face-x-resources' is bound, don't intialize the
4641 default face from X resources.
4642
4643 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4644
4645 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4646 Don't set EMACSLOADPATH.
4647
4648 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4649
4650 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4651 texinfo-insert-@url.
4652 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4653 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4654
4655 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4658 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4659 (checkdoc-minor-keymap): Backward compatibility.
4660 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4661 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4662 (checkdoc-this-string-valid-engine): Be a bit more strict
4663 to avoid matching substrings of `...' quoted vars/funs.
4664 (checkdoc-defun-info): Only look for `interactive' if alone.
4665 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4666
4667 * progmodes/compile.el (grep): `tag-default' can be nil.
4668
4669 * newcomment.el (comment-indent): Paren typo.
4670
4671 2000-11-14 Dave Love <fx@gnu.org>
4672
4673 * calculator.el: New maintainer version.
4674
4675 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4676
4677 * cmuscheme.el: Doc fixes.
4678 (cmuscheme) <defgroup>: Use `scheme' as parent.
4679 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4680
4681 * xscheme.el (scheme-program-name): Don't define here.
4682
4683 * progmodes/scheme.el (scheme-program-name): New variable
4684 (originally in cmuscheme).
4685
4686 2000-11-14 Miles Bader <miles@gnu.org>
4687
4688 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4689 Handle header-lines. Don't loop forever if we can't enlarge the
4690 window anymore. Simplify a bit.
4691
4692 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4693
4694 * window.el (fit-window-to-buffer): Don't check
4695 window-text-height. Assure that the last line is fully visible.
4696
4697 * international/quail.el (quail-show-guidance-buf):
4698 Call fit-window-to-buffer to assure the enough height of the guidance
4699 buffer.
4700 (quail-update-guidance): Avoid making the guidance buffer shorter.
4701
4702 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4703
4704 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4705 rather than `prepend' and add an interesting comment.
4706 (tex-math-face, tex-font-lock-syntactic-face-function):
4707 New face and function to use it.
4708 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4709 than `menu-enable' symbol property.
4710 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4711 (tex-mode): Add some latex-mode commands for auto-selection.
4712 Use tex-font-lock-syntactic-face-function.
4713 (tex-insert-quote): Simplify.
4714 (tex-shell): New mode.
4715 (tex-start-shell): Use it.
4716 (tex-shell-proc, tex-shell-buf): New functions.
4717 (tex-send-command): Use it.
4718 (tex-main-file): Fix the meaning of the new arg REALFILE.
4719 (tex-send-tex-command): New function split from `tex-start-tex'.
4720 Set compilation-last-buffer and compilation-parsing-end.
4721
4722 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4723 when it follows non-comment text on the line.
4724
4725 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4726 Set font-lock-defaults.
4727 (lisp-mode-shared-map): Init inside the defvar.
4728 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4729 Use define-derived-mode.
4730
4731 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4732
4733 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4734
4735 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4736
4737 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4738 Don't recursively optimize body because that can lead to infinite
4739 recursion; see comment there.
4740
4741 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * faces.el (face-spec-set-match-display): Revert the change from
4744 2000-10-24. Add a FIXME for after v21.1.
4745
4746 2000-11-13 Miles Bader <miles@gnu.org>
4747
4748 * textmodes/fill.el (skip-line-prefix): New function.
4749 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4750 (fill-paragraph): Don't leave point inside the fill-prefix.
4751 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4752 point inside the fill-prefix.
4753
4754 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4755
4756 * calendar/calendar.el (generate-calendar-window):
4757 Use `fit-window-to-buffer'.
4758
4759 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4760
4761 * gud.el (gud-minor-mode): New var.
4762 (gud-symbol, gud-val): New functions.
4763 (gud-find-file): Copy gud-minor-mode to the new buffer.
4764 (gud-menu-map): Include entries for commands that are not always
4765 available, using :enable to (de)activate them.
4766 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4767 (gud-mode-map): New map.
4768 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4769 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4770 Don't set up gud's menu (it's done by the minor-mode).
4771 (gud-minibuffer-local-map): New.
4772 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4773 (gud-query-cmdline): New function.
4774 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4775 (gud-mode): Use define-derived-mode.
4776 Don't set up gud's menu (it's done by the minor-mode).
4777 (gud-chop-words): Remove.
4778 (gud-common-init): Use split-string instead.
4779 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4780
4781 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4782 Add keyword arg :name.
4783
4784 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4785 (diff-count-matches, diff-split-hunk): New functions.
4786 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4787
4788 * pcvs-info.el (cvs-fi-conflict-face): New var.
4789
4790 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4791 Make it into a simple syntax-table, shared among all submodes.
4792 (sh-heredoc-face): Re-introduce.
4793 (sh-font-lock-syntactic-face-function): New function.
4794 (sh-mode): Use it. Also use define-derived-mode.
4795 Remove old bogus setting of indent-region-function.
4796 (sh-set-shell): Don't set the syntax-table any more.
4797 (sh-mode-syntax-table) <defun>: Remove.
4798
4799 2000-11-12 Miles Bader <miles@gnu.org>
4800
4801 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4802 message if interactive.
4803
4804 2000-11-12 Dave Love <fx@gnu.org>
4805
4806 * mail/feedmail.el: Fix header,
4807 (feedmail) <defgroup>: Add :link.
4808
4809 * view.el: Use local-map property, not keymap on mode-line string.
4810
4811 * scroll-all.el (scroll-all-mode): Customize variable.
4812 Add autoload cookie to function.
4813
4814 * lazy-lock.el: Remove compatibility code.
4815
4816 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4817 (finder-help-echo): New variable.
4818 (finder-mouse-face-on-line): Add help-echo stuff.
4819 (finder-list-keywords, finder-list-matches): Use mapc.
4820
4821 * faces.el (face-font-registry-alternatives): Add :version.
4822
4823 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4824 tags-table-list.
4825
4826 * net/browse-url.el (browse-url-browser-function): Update :version.
4827
4828 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4829 (mail-mode): Use [:alnum:] in some regexps.
4830
4831 2000-11-10 Dave Love <fx@gnu.org>
4832
4833 * ediff.el (ediff-regions-internal, ediff-documentation):
4834 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4835 fundamental mode.
4836
4837 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4838 buffer into fundamental mode.
4839 (ediff-set-difference): Use copy-sequence if available.
4840
4841 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4842 Check ediff-patch-map non-nil.
4843 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4844 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4845 buffer into fundamental mode.
4846
4847 * ediff-merg.el (state-or-merge): Defvar when compiling.
4848
4849 2000-11-10 Jason Rumney <jasonr@gnu.org>
4850
4851 * w32-fns.el (w32-add-charset-info): New function.
4852 (w32-charset-info-alist): Use it.
4853
4854 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4855
4856 * faces.el (face-font-registry-alternatives): New user-option.
4857
4858 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * textmodes/texinfo.el (texinfo-block-default): New var.
4861 (texinfo-insert-block): Use it. Insert a newline if needed.
4862
4863 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4864 (fill-region-as-paragraph): Use it.
4865
4866 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4867 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4868 Tweak paragraph regexps to allow a leading [ \t]*.
4869 (tex-latex-block): Insert a newline if necessary.
4870 (latex-insert-item): Only insert a newline if necessary.
4871 (tex-guess-main-file): New function.
4872 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4873 Set tex-main-file if TeX-master is provided.
4874 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4875
4876 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4877
4878 * startup.el (command-line): Set the default tooltip-mode
4879 to t for graphical displays which implement x-show-tip.
4880
4881 * tooltip.el (tooltip-mode): Add a comment about startup.el
4882 setting the default value of this user-option.
4883
4884 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4885
4886 * font-lock.el (font-lock-*-face) <defvar>: Move.
4887 (font-lock-defaults-alist): Mark obsolete.
4888 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4889 (font-lock-mode): Use define-minor-mode.
4890 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4891 (font-lock-turn-off-thing-lock): Be more explicit.
4892 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4893 (font-lock-syntactic-face-function): New var.
4894 (font-lock-fontify-syntactically-region): Use it.
4895 (font-lock-doc-face): New.
4896
4897 * pcvs.el (cvs-enabledp): Ignore errors.
4898 (cvs-commit-filelist): Never query.
4899 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4900 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4901 (cvs-do-removal): Use cvs-partition rather than delete-if.
4902 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4903 cvs-bury-buffer.
4904
4905 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4906 Allow `next' to jump to after the end of the last match.
4907
4908 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4909
4910 * simple.el (byte-compiling-files-p): New function.
4911
4912 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4913 if it is there.
4914
4915 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4916 nil again.
4917
4918 * textmodes/ispell.el (ispell-library-path): Don't call
4919 check-ispell-version when byte-compiling because that starts
4920 an ispell process, and ispell might not be installed.
4921 (toplevel): Don't set up a menu when byte-compiling.
4922
4923 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4924 it, so that a boundp test can be used to determine if we're
4925 currently byte-compiling.
4926
4927 2000-11-09 Dave Love <fx@gnu.org>
4928
4929 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4930
4931 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4932
4933 * ps-print.el: Patch for variable initialization when spooling.
4934 Doc fix.
4935 (ps-output-list): Fun eliminated.
4936 (ps-begin-file, ps-begin-job): Code fix.
4937
4938 2000-11-08 Dave Love <fx@gnu.org>
4939
4940 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4941
4942 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4943
4944 * simple.el (shell-command, display-message-or-buffer)
4945 (shell-command-on-region): Mention resize-mini-windows in the doc
4946 string.
4947 (display-message-or-buffer): Take the value of resize-mini-windows
4948 into account.
4949
4950 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4951
4952 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4953
4954 * dired.el (dired-between-files): Add `^. find' as an alternative
4955 to the regular expression, for find-dired.
4956
4957 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4958
4959 * textmodes/texnfo-upd.el: Require texinfo.
4960 (defmacro, defgroup): Remove.
4961 (texinfo-section-to-generic-alist): Remove.
4962 Use texinfo-section-list instead (i.e. level is changed string->int).
4963 (texinfo-filter): New function.
4964 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4965 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4966 Use it. And use regexp-opt.
4967 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4968 (texinfo-update-menu-region-beginning)
4969 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4970 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4971 (texinfo-update-menu-same-level-regexps): Update.
4972 (texinfo-update-node, texinfo-every-node-update)
4973 (texinfo-sequential-node-update): Remove autoload cookie.
4974
4975 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4976 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4977 (texinfo-chapter-level-regexp): Remove.
4978 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4979
4980 2000-11-06 Dave Love <fx@gnu.org>
4981
4982 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4983
4984 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4985 Match defun*.
4986
4987 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4988
4989 * composite.el (composition-function-table): Variable declaration
4990 moved to src/composite.c.
4991 (compose-chars-after): New optional arg object.
4992
4993 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4994
4995 * bindings.el (mode-line-toggle-read-only)
4996 (mode-line-toggle-modified, mode-line-widen)
4997 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4998 (make-mode-line-mouse2-map): Rewritten.
4999 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5000 functions so that C-h k can show something with a doc string.
5001
5002 * startup.el (fancy-splash-delay): Set to 10 seconds.
5003 (fancy-splash-max-time): New user-option.
5004 (fancy-splash-stop-time): New variable.
5005 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5006 (fancy-splash-screens-1): Throw `stop-splashing' when current
5007 time is greater than fancy-splash-stop-time.
5008
5009 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5010
5011 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5012
5013 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5014 Prompt user for a file rather than raising an error.
5015 (cvs-enabledp): Fix call to cvs-mode-marked.
5016 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5017 (cvs-mode-insert): Use it. Change the init prompt' value.
5018 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5019
5020 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5021 Don't pass default arg to ewoc-locate.
5022 (ewoc-collect): Return result in the right order.
5023
5024 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5025
5026 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5027 (cvs-status-get-tags): Fix regexp.
5028 (cvs-status-trees, cvs-status-cvstrees):
5029 Combine after change hooks and don't sit-for.
5030 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5031 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5032 Use make-char rather than hard-coded cryptic data.
5033 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5034
5035 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5036
5037 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5038 (cvs-insert-strings): New function.
5039
5040 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5041
5042 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5043 `mwheel-scroll-amount'.
5044 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5045 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5046 string-matching against the version string.
5047
5048 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5049
5050 * language/thai.el ("Thai"): Set a lisp form that produces
5051 composed string in `sample-text' language info.
5052
5053 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5054 composed string in `sample-text' language info.
5055
5056 * international/mule-cmds.el (describe-language-environment):
5057 Eval `sample-text' data and insert the result.
5058
5059 * international/mule-conf.el (compound-text): Define this coding
5060 system here. Make x-ctext and ctext aliases of it.
5061
5062 * language/european.el (compound-text, ctext): Moved to
5063 international/mule-conf.el.
5064
5065 2000-11-05 Andrew Innes <andrewi@gnu.org>
5066
5067 * w32-fns.el (w32-version): New function.
5068
5069 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5070
5071 * progmodes/awk-mode.el: Update copyright.
5072 (awk-mode-abbrev-table): Remove.
5073 (awk-font-lock-keywords): Use regexp-opt.
5074 (awk-mode): Use define-derived-mode.
5075
5076 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5077 when extracting a suffix.
5078
5079 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5080
5081 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5082 auto-save-mode.
5083
5084 2000-11-04 Jason Rumney <jasonr@gnu.org>
5085
5086 * language/european.el (decode-mac-roman): Test against r1 not r0.
5087
5088 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5091 (icon-mode): Define indent-line-function.
5092 (icon-comment-indent): Simplify.
5093 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5094
5095 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5096
5097 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5098 Bind change-log-default-mode to defeat the caching done on it.
5099 Don't bother saving excursion any more.
5100
5101 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5102
5103 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5104 (set-frame-font): Use the new name (and the old for compatibility).
5105
5106 * toolbar/tool-bar.el (tool-bar-mode):
5107 * time.el (display-time-mode):
5108 * recentf.el (recentf-mode):
5109 * paren.el (show-paren-mode):
5110 * mwheel.el (mouse-wheel-mode):
5111 * msb.el (msb-mode):
5112 * jka-compr.el (auto-compression-mode):
5113 * image-file.el (auto-image-file-mode):
5114 * hl-line.el (hl-line-mode):
5115 * delsel.el (delete-selection-mode):
5116 * autoinsert.el (auto-insert-mode):
5117 * complete.el (partial-completion-mode): Drop unneeded positional args.
5118
5119 * info.el (Info-mode):
5120 * comint.el (comint-mode): Don't bother with make-local-hook.
5121
5122 * log-edit.el (log-edit-menu): New menu.
5123
5124 2000-11-03 Miles Bader <miles@gnu.org>
5125
5126 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5127 definition, so that trailing spaces are handled properly.
5128 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5129
5130 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5131
5132 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5133 tab character.
5134 (fancy-splash-screens): Set tab-width to 20.
5135
5136 2000-11-03 Dave Love <fx@gnu.org>
5137
5138 * comint.el (comint-completion-addsuffix): Fix custom type.
5139
5140 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5141
5142 * font-lock.el (font-lock-buffers): Remove.
5143 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5144 (font-lock-change-major-mode): Remove.
5145 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5146 (font-lock-default-fontify-region): Extend the multiline
5147 fontification to whole lines.
5148 (font-lock-fontify-anchored-keywords)
5149 (font-lock-fontify-keywords-region): If matching just one
5150 line (with \n) only mark the \n as multiline.
5151
5152 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5153 Correctly handle the case where several :group args are supplied.
5154 Allow :extra-args.
5155 (easy-mmode-define-global-mode): Allow :extra-args.
5156 Correctly handle the case where several :group args are supplied.
5157
5158 2000-11-02 Miles Bader <miles@gnu.org>
5159
5160 * calendar/calendar.el (diary-face, calendar-today-face)
5161 (holiday-face): Remove dependency on `window-system'.
5162
5163 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5164
5165 * Makefile.in (emacs): Set EMACSLOADPATH always.
5166 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5167 (compile-files): Bomb out if compilation of a file fails.
5168
5169 2000-11-02 Dave Love <fx@gnu.org>
5170
5171 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5172
5173 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5174
5175 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5176 punctuation in the warning inserted into the *mail* buffer.
5177
5178 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5179
5180 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5181 (authors-public-domain-p): New function.
5182 (authors-print): Use it.
5183
5184 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5185
5186 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5187
5188 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5189
5190 * ps-print.el: Extension for even/odd printing. Doc fix.
5191 (ps-print-version): New version number (6.3.1).
5192 (ps-even-or-odd-pages): Customization fix.
5193 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5194 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5195 (ps-page-count): Var replaced by `ps-page-column'.
5196 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5197 (ps-print-sheet-p): New fun.
5198
5199 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5200
5201 * tooltip.el (tooltip-gud-tips-setup): New function.
5202 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5203 (tooltip-mode): Call tooltip-gud-tips-setup.
5204 (tooltip-gud-tips): Use `gud-basic-call' instead of
5205 process-send-string, so the prompt gets frobbed appropriately.
5206 Handle nil return value from `tooltip-gud-print-command'.
5207
5208 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5209
5210 * comint.el (comint-add-to-input-history): New function.
5211 (comint-send-input): Use `comint-add-to-input-history'.
5212
5213 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5214
5215 * info.el (info-menu-header): New face.
5216 (Info-fontify-menu-headers): New function.
5217 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5218
5219 * info.el (Info-insert-dir): Don't include blank lines at
5220 beginning of additional dir files (one is added automatically).
5221
5222 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5223
5224 * emacs-lisp/easy-mmode.el (define-minor-mode):
5225 Revert the latest changes.
5226 Allow the three positional arguments to be skipped and replaced
5227 by keyword arguments.
5228 Add a :toggle argument to determine whether a nil arg means toggle
5229 or means turn-on. The default is unchanged.
5230 Add a call to force-mode-line-update.
5231
5232 2000-11-01 Dave Love <fx@gnu.org>
5233
5234 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5235
5236 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5237
5238 * calendar/calendar.el (diary-face, holiday-face):
5239 Add dark-background variants.
5240
5241 2000-10-31 Sam Steingold <sds@gnu.org>
5242
5243 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5244 `tex-main-file' does not have directory in it.
5245
5246 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5247
5248 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5249
5250 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5251
5252 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5253 functional change.
5254
5255 2000-10-31 Gerd Moellmann <gerd@gnu.org>
5256
5257 * files.el (find-file-noselect): When we expand a wildcard, return
5258 a list of buffers, as we should do according to the doc string.
5259
5260 2000-10-31 Ken Raeburn <raeburn@gnu.org>
5261
5262 * loadup.el (top level): Adjust load path if program name is
5263 "../src/bootstrap-emacs", in case it's not dumped and thus the
5264 load path adjustment hasn't already been done.
5265
5266 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5267
5268 * ps-print.el: Fix bug on selected pages for printing.
5269 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
5270 is on. Try to avoid warning messages when compiling. Doc Fix.
5271 (ps-print-version): New version number (6.3).
5272 (ps-color-device): Use `color-values' to determine if device
5273 supports color.
5274 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5275 (ps-print-page-p): Changed from defsubst to defun.
5276 (ps-page-number): Changed from defmacro to defun.
5277 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5278 printing.
5279 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5280 (ps-end-file, ps-dummy-page): Funs eliminated.
5281 (ps-print-color-scale): Changed default value.
5282 (ps-page-n-up, ps-print-page-p): New internal vars.
5283 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5284 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5285
5286 * delim-col.el: Little programming improvement.
5287 (delimit-columns-str): New macro.
5288 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5289
5290 2000-10-31 Kenichi Handa <handa@etl.go.jp>
5291
5292 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5293 Moved to european.el.
5294 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5295 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5296 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5297 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5298
5299 2000-10-30 Dave Love <fx@gnu.org>
5300
5301 * progmodes/cc-menus.el (imenu-generic-expression)
5302 (imenu-progress-message): Only defvar when compiling.
5303
5304 * emacs-lisp/elp.el (elp-unload-hook): New function.
5305
5306 * loadhist.el (unload-feature): Call elp-restore-function,
5307 checking for symbols; don't use elp-restore-all.
5308 (loadhist-hook-functions): Doc fix.
5309
5310 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5311
5312 * log-edit.el (log-edit-confirm): Fix the default.
5313
5314 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5315
5316 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5317 delimit-columns-format.
5318 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5319
5320 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5321
5322 * comint.el (comint-replace-by-expanded-history): Don't use
5323 comint-get-old-input (we're not looking at *old* input).
5324 (comint-get-old-input-default): If using fields, signal an error
5325 when the point is not in an input field.
5326
5327 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5328
5329 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5330 and mule-unicode-e000-ffff.
5331
5332 * international/mule.el (decode-char, encode-char): New functions.
5333 (make-coding-system): Accept a symbol of translation table as a
5334 value of property `safe-chars'.
5335
5336 * international/mule-cmds.el (encode-coding-char): Check property
5337 safe-chars instead of safe-charsets.
5338
5339 * international/fontset.el (fontset-default): Modified for
5340 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5341 (x-font-name-charset-alist): Likewise.
5342 (ccl-encode-unicode-font): New CCL program. Record it in
5343 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5344
5345 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5346 New translation tables.
5347 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5348 programs are modified and moved from mac-win.el.
5349 (mac-roman): Definition of this coding system is modified and
5350 moved from mac-win.el.
5351
5352 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5353
5354 * ediff-wind.el (ediff-setup-control-frame): Enclose
5355 face-attribute in condition-case to avoid errors in older emacsen.
5356
5357 2000-10-29 Miles Bader <miles@gnu.org>
5358
5359 * custom.el (custom-add-to-group): Allow multiple entries for a
5360 given value OPTION, as long as their widget types are different.
5361 * cus-edit.el (custom-face-value-create): If face name doesn't end
5362 with "face", add such here (similar to custom group widgets).
5363
5364 * comint.el (comint-highlight-prompt): Add :type.
5365
5366 2000-10-28 John Wiegley <johnw@gnu.org>
5367
5368 * calendar/timeclock.el (timeclock-log): Doc fix.
5369 (timeclock-last-event): Doc fix.
5370 (timeclock-log): Kill the timelog buffer after appending a new event.
5371 (timeclock-find-discrep): Use a temp buffer to read in the
5372 timelog, instead of visiting the file.
5373 (timeclock-log-data): A new function, along with a host of helper
5374 functions, for the purpose of making timelog data accessible to
5375 programmers.
5376
5377 * eshell/esh-mode.el (window-height test): Make certain that
5378 `eshell-stringify-t' is non-nil.
5379 (eshell-password-prompt-regexp): Changed to a much simpler
5380 password regexp.
5381 (eshell-send-input): If `eshell-invoke-directly' returns t,
5382 directly invoke the parsed command using `eval'. This improves
5383 turn-around time on simple commands by a factor of three or
5384 greater, such as cd, ls, pwd, etc. -- which get used very often.
5385 It also conserves thousands of cons cells per call (since
5386 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5387 in the Pacific Cookie Company).
5388
5389 * eshell/esh-test.el (eshell-test): Whitespace fix.
5390
5391 * eshell/em-ls.el (eshell-ls-insert-directory):
5392 Make `eshell-ls-initial-args' nil when inserting directory contents.
5393
5394 * eshell/em-script.el (eshell-script-initialize): Add names to
5395 `eshell-complex-commands, since `source' and `.' are complex.
5396
5397 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5398 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5399 `eshell-copy-handles'.
5400 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5401 bodies.
5402 (eshell-separate-commands): Whitespace fix.
5403 (eshell-complex-commands): Added a new list of names, for
5404 determining whether a given command is as simple as it looks.
5405 (eshell-invoke-directly): New function. Returns t if a command
5406 should be invoked directly (using `eval'), rather than indirectly
5407 using `eshell-do-eval'.
5408 (eshell-do-eval): Whitespace fix.
5409
5410 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5411 which provides an emulation of the DOS shell behavior of assuming
5412 that cp/mv/ln should copy/move/link to the current directory.
5413 (eshell-remove-entries): Added a doc string.
5414 (eshell-shuffle-files): Removed the check for `target' being null.
5415 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5416 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5417 it to do a smarter check of whether a destination was provided.
5418 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5419 (eshell/ln): Enable `:preserve-args', and use
5420 `eshell-mvcpln-template' to implement the body of the function.
5421 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5422 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5423 list after flattening it. This makes it possible to cat files
5424 with numerical names.
5425 (eshell-unix-initialize): Added several names to
5426 `eshell-complex-commands.
5427 (eshell-unix-command-complex-p): Return t if a given command name
5428 may result in external processes being invoked.
5429
5430 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5431 variable nil by default, since it slows down glob processing by a
5432 factor of two or more, and increases memory consumption.
5433
5434 * eshell/em-smart.el: Added a note about how memory consumptive
5435 smart display mode can be (at least this is true in Emacs 21).
5436 (eshell-smart-initialize): Whitespace fix.
5437 (eshell-refresh-windows): Use `if' instead of `when'.
5438 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5439 not necessary.
5440 (eshell-currently-handling-window): Added a missing global variable.
5441
5442 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5443 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5444 Whitespace fix.
5445 (eshell-ls-exclude-hidden): Added this variable in addition to
5446 `eshell-ls-exclude-regexp'. This one prevents files beginning
5447 with . from even being read, which can improve memory consumption
5448 quite a bit.
5449 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5450 read file entries beginning with a dot. In home directories with
5451 lots of hidden files, fully two-thirds of the time spent in ls is
5452 used to read directory entries that are immediately thrown away.
5453 (eshell-ls-initial-args): Added back this configuration variable,
5454 for specifying default initial arguments to every call to ls.
5455 Much faster than using an alias to do the same thing.
5456 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5457 (eshell-ls-dir): Whitespace change.
5458
5459 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5460
5461 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5462 (eshell-stringify-t): Added a customization variable, to indicate
5463 whether `t' should be rendered as a string at all. If not, one
5464 can still determine if the result of an expression is true using
5465 "file-exists-p FILE && echo true".
5466 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5467 stringify t!
5468
5469 * eshell/esh-module.el: Whitespace fix.
5470
5471 * eshell/em-alias.el (eshell-alias-initialize):
5472 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5473 (eshell-command-aliased-p): New function that returns t if a
5474 command name names an aliased.
5475
5476 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5477
5478 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5479 redrawing the screen when changing cursor color.
5480 (viper-insert-state-pre-command-sentinel)
5481 (viper-replace-state-pre-command-sentinel)
5482 (viper-replace-state-post-command-sentinel):
5483 Use viper-preserve-cursor-color.
5484 Many functions changed to use viper= instead of = when comparing
5485 characters.
5486 * viper-util.el (viper-memq-char,viper=): New functions for
5487 working with characters.
5488 (viper-change-cursor-color): Fixed buglet.
5489 Many functions changed to use viper= instead of = when comparing
5490 characters.
5491 * viper.el (viper-insert-state-mode-list): Added eshell.
5492
5493 * ediff-init.el (ediff-before-setup-hook): New hook.
5494 Several typos fixed in various docstrings.
5495 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5496 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5497 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5498 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5499 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5500 (ediff-get-selected-buffers): New function.
5501 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5502 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5503 Use save-window-excursion.
5504 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5505 termination check in while loop.
5506 * ediff.el (ediff-get-default-file-name): Better defaults when in
5507 dired buffer.
5508 (ediff-files,ediff-merge-files,ediff-files3)
5509 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5510
5511 2000-10-28 Dave Love <fx@gnu.org>
5512
5513 * info.el (Info-fontify-node): Add help-echo for menu items.
5514
5515 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5516
5517 * startup.el (normal-top-level): If the value of $TERM indicates
5518 we are running from xterm or one of its work-alikes, default to a
5519 light background mode.
5520
5521 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5522 * faces.el (tty-handle-reverse-video): New function.
5523 (tty-create-frame-with-faces): Call it.
5524
5525 * frame.el (frame-notice-user-settings): Don't apply
5526 default-frame-alist and initial-frame-alist to MS-DOS frames.
5527 Call tty-handle-reverse-video, frame-set-background-mode, and
5528 face-set-after-frame-default for non-MS-DOS frames.
5529
5530 * startup.el (tty-long-option-alist): New variable.
5531 (tty-handle-args): New function.
5532 (command-line): Call tty-handle-args.
5533
5534 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5535 startup.el now does that for all character-terminal frames.
5536
5537 2000-10-28 Miles Bader <miles@gnu.org>
5538
5539 * emacs-lisp/easy-mmode.el (define-minor-mode):
5540 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5541 is global. If :global is followed by a non-nil but non-t value,
5542 make the mode buffer-local, but also generate a `global-MODE'
5543 version using `easy-mmode-define-global-mode'.
5544 Add :conditional-turn-on keyword argument.
5545
5546 2000-10-28 Dave Love <fx@gnu.org>
5547
5548 * international/latin1-disp.el (latin1-char-displayable-p):
5549 Don't use window-system.
5550
5551 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5552
5553 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5554 Don't call find-buffer-file-type-coding-system. Instead, just
5555 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5556 if the file is on an untranslated filesystem.
5557 (add-untranslated-filesystem): Use "D" instead of "f" inside
5558 interactive.
5559
5560 2000-10-27 Dave Love <fx@gnu.org>
5561
5562 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5563 (refill-mode): Use it.
5564
5565 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5566
5567 * international/quail.el (quail-activate): Don't make-local-hook.
5568
5569 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5570
5571 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5572 manual backups and file.~<rev>.~ for automatic ones.
5573 (vc-make-version-backup): Don't do it on MS-DOS without long file
5574 names.
5575
5576 * vc.el (vc-version-other-window): If an automatic backup of the
5577 desired version exists, rename it instead of copying it.
5578
5579 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5580 after command. If there's an unexpected error, signal it instead
5581 of being silent.
5582 (vc-cvs-merge-news): Be prepared for no news at all.
5583
5584 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5585
5586 * shell.el (shell): Add BUFFER argument.
5587 * comint.el (make-comint-in-buffer): New function.
5588 (make-comint): Use it.
5589
5590 * faces.el (face-spec-choose): Change syntax so that the list of
5591 attribute-value pairs is now the cdr of each clause, not the cadr.
5592 Detect old-style entries, and handle them. Use pop.
5593
5594 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5595
5596 * cus-edit.el (custom-mode-map): Use a sparse map.
5597 (custom-mode): Don't bother with make-local-hook.
5598
5599 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5600
5601 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5602
5603 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5604
5605 * ps-print.el: Avoid compilation gripes.
5606 (ps-print-version): New version number (6.2.1).
5607
5608 2000-10-26 Dave Love <fx@gnu.org>
5609
5610 * menu-bar.el: Modify some menu item help strings.
5611 (menu-bar-help-menu): Add link to MORE.STUFF.
5612
5613 * cus-edit.el (custom-mode): Add `special' mode-class property.
5614
5615 * wid-browse.el (widget-browse-mode): Likewise.
5616
5617 * wid-edit.el (widget-specify-field): Revert to using local-map
5618 property, not keymap.
5619
5620 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5621
5622 * wid-edit.el (widget-field-end): When checking for a `boundary'
5623 field, do so in the correct buffer.
5624
5625 * simple.el (undo): Correctly distinguish between numeric and
5626 non-numeric prefix args in non-transient-mark-mode, as per the doc
5627 string. When in transient-mark-mode, treat all prefix-args as
5628 numeric.
5629
5630 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5631 Position point on match. Handle N == 0 correctly.
5632
5633 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5634 (comint-mode-map): Reverse order of `comint-write-output' and
5635 `comint-append-output-to-file'.
5636 (comint-append-output-to-file): Reinstate this function, for the
5637 benefit of the menu.
5638
5639 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5640
5641 * vc.el (vc-version-other-window): Bind `file'.
5642
5643 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5644
5645 * Makefile.in (update-authors): New target for maintenance purposes.
5646
5647 * emacs-lisp/authors.el (batch-update-authors): New function.
5648 (authors-fixed-entries): New defconst.
5649 (authors-add-fixed-entries): New function.
5650 (authors): Call it.: Don't process lispref/.
5651
5652 2000-10-25 Jason Rumney <jasonr@gnu.org>
5653
5654 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5655 Merge x w32 and mac definitions.
5656
5657 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5658
5659 * menu-bar.el (menu-bar-options-menu): Add a help string for
5660 `uniquify'.
5661
5662 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5663
5664 * time-stamp.el (time-stamp-string-preprocess):
5665 Fix a wrong type argument error.
5666
5667 2000-10-25 Miles Bader <miles@gnu.org>
5668
5669 * recentf.el (recentf-mode): Variable removed.
5670 (recentf-mode): Use `define-minor-mode'.
5671
5672 * mwheel.el (mouse-wheel-mode): New global minor mode.
5673 (mwheel-install): Use `mouse-wheel-mode'.
5674
5675 2000-10-25 Dave Love <fx@gnu.org>
5676
5677 * progmodes/cperl-mode.el (cperl-mode):
5678 Set normal-auto-fill-function correctly.
5679
5680 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5681 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5682 bindings.
5683
5684 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5685
5686 * wid-edit.el (widget-field-at): New function.
5687 (widget-at, widget-field-activate): Use it.
5688 (widget-tabable-at): Use `widget-at'.
5689 (widget-specify-field): If the terminating character of the widget
5690 field (which is read-only) is a newline, put it into a special
5691 `boundary' field so that C-n/C-p act more naturally.
5692 (widget-field-end): Also don't subtract one if a special
5693 `boundary' field has been added after the widget field.
5694
5695 * comint.el (comint-output-filter, comint-send-input):
5696 Don't bother adding stickiness fields to overlays to fool the field
5697 code, since it should notice the overlay insertion-types now.
5698
5699 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5700 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5701 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5702
5703 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5704
5705 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5706 (authors): Set file coding system to iso-2022-7bit.
5707 Add file-local variables to output buffer.
5708
5709 * files.el (after-find-file): Don't print any warnings if
5710 WARN is nil.
5711
5712 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5713
5714 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5715
5716 * delim-col.el: Now there is a column formatting mechanism.
5717 Modified to customization mechanisms convention. Doc fix.
5718 (columns): New group for delim-col.
5719 (delimit-columns-before, delimit-columns-after)
5720 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5721 (delimit-columns-end): New vars.
5722 (delimit-columns-customize, delimit-columns-format): New funs.
5723 (delimit-columns-region, delimit-columns-rectangle)
5724 (delimit-columns-rectangle-line): Modified to support column
5725 formatting.
5726
5727 2000-10-24 Dave Love <fx@gnu.org>
5728
5729 * log-edit.el (log-edit): Add :version and a :group for vc.
5730
5731 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5732
5733 * files.el (after-find-file): Don't print a message ``New file''
5734 if WARN is nil.
5735
5736 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5737 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5738 get duplicate tool-bar entries because we'll see the global ones
5739 on more than one path through keymaps.
5740
5741 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5742
5743 * progmodes/cmacexp.el: Change Francesco's email address.
5744
5745 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5746
5747 * window.el (fit-window-to-buffer): Adjust point of the window
5748 buffer, not that of the current buffer.
5749
5750 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5751
5752 * progmodes/cmacexp.el: Update the euthor's email address.
5753
5754 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5755
5756 * faces.el (face-spec-set-match-display): Add `graphic' display
5757 type (the inverse of `tty'). Use `display-graphic-p' instead of
5758 the window-system variable.
5759
5760 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5761
5762 * international/isearch-x.el (isearch-with-input-method):
5763 Call input-method-function with the first event in
5764 unread-command-events.
5765
5766 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5767
5768 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5769
5770 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5771
5772 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5773 New charsets.
5774
5775 * term/mac-win.el: Remove definitions of mac-roman-lower and
5776 mac-roman-upper, require dired, and define instead of set
5777 mac-ready-for-drag-n-drop to avoid compilation error.
5778
5779 2000-10-23 Andrew Innes <andrewi@gnu.org>
5780
5781 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5782 Remove superfluous calls to subst-char-in-string; instead apply
5783 expand-file-name after convert-standard-filename to ensure
5784 expected directory separators are used.
5785
5786 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5789
5790 2000-10-23 Dave Love <fx@gnu.org>
5791
5792 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5793 (tool-bar-add-item): Set foreground and background for XBM icons.
5794
5795 * international/latin1-disp.el (latin1-char-displayable-p):
5796 New function (from Handa).
5797 (latin1-display-check-font): Use it.
5798
5799 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5800 using :key-sequence, making it much more usable.
5801 Use nconc, not append.
5802 (imenu--create-keymap-1): Avoid append.
5803
5804 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5805
5806 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5807
5808 [the following changes fix a bug where `define-minor-mode' didn't
5809 correctly generate :require clauses for defcustoms in compiled files]
5810 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5811 (byte-compile-log-file, byte-compile-log-1): Don't set
5812 `byte-compile-current-file' to nil. Instead set
5813 `byte-compile-last-logged-file' to it. Test whether
5814 byte-compile-current-file equals byte-compile-last-logged-file
5815 instead of whether its nil.
5816 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5817
5818 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5819
5820 * textmodes/refill.el: Fix var names in doc.
5821 (refill-mode): Don't bother with make-local-hook anymore.
5822
5823 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5824
5825 * faces.el (face-user-default-spec, face-default-spec): New functions.
5826 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5827 (frame-set-background-mode, face-set-after-frame-default):
5828 Use `face-user-default-spec'. Simplify code slightly.
5829
5830 * woman.el (woman-italic-face, woman-bold-face)
5831 (woman-unknown-face): Add dark-background variants.
5832 (woman-default-faces): Renamed from `woman-colour-faces'.
5833 Set using the stored defaults, rather than using hard-wired colors.
5834 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5835 Just make the foreground `unspecified' rather than "black".
5836 (woman-menu): Rename menu entries accordingly.
5837
5838 * faces.el (header-line): Make more reasonable on mono/grayscale
5839 displays.
5840
5841 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5842
5843 * cus-edit.el (custom-button-face): Use 3D look for mac.
5844 (custom-button-pressed-face): Likewise.
5845
5846 * faces.el (set-face-attributes-from-resources): Handle mac frames
5847 in the same way as x and w32 frames.
5848 (face-valid-attribute-values): Likewise.
5849 (read-face-attribute): Likewise.
5850 (defined-colors): Likewise.
5851 (color-defined-p): Likewise.
5852 (color-values): Likewise.
5853 (display-grayscale-p): Likewise.
5854 (face-set-after-frame-default): Likewise.
5855 (mode-line): Same default face as for x and w32.
5856 (tool-bar): Likewise.
5857
5858 * frame.el: Remove call to frame-notice-user-settings at end of
5859 the file.
5860
5861 * info.el (Info-fontify-node): Make underlines invisible for mac
5862 as for x, pc, and w32 frame types.
5863
5864 * term/mac-win.el: New file.
5865
5866 2000-10-22 Dave Love <fx@gnu.org>
5867
5868 * textmodes/refill.el: New file.
5869
5870 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5871
5872 * vc-hooks.el (vc-version-backup-file-name): New optional args
5873 MANUAL and REGEXP.
5874 (vc-delete-automatic-version-backups, vc-make-version-backup):
5875 New functions.
5876 (vc-before-save): Use the latter.
5877 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5878 confusion.
5879
5880 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5881 expected by vc[-hooks].el.
5882
5883 * vc.el (vc-checkout): Added `-p' suffix in call to
5884 vc-make-version-backups-p; use vc-make-version-backup to actually
5885 make the backup.
5886 (vc-version-other-window, vc-version-backup-file): Handle both
5887 automatic and manual backups.
5888 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5889 of all of them.
5890
5891 2000-10-22 Miles Bader <miles@gnu.org>
5892
5893 * comint.el (comint-highlight-input, comint-highlight-prompt):
5894 Renamed, `-face' at end removed.
5895 (comint-send-input, comint-output-filter): Use renamed faces.
5896
5897 * window.el (fit-window-to-buffer): Change defaulting of
5898 MAX-HEIGHT slightly.
5899
5900 * faces.el (color-values, color-defined-p): Use `member', not
5901 `memq', because it works correctly for strings.
5902 (frame-set-background-mode): Actually, "unspecified-fg" and
5903 "unspecified-bg" *are* strings. Use `member', not `memq', and
5904 `equal', not `eq', when a string value is possible.
5905
5906 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5907
5908 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5909
5910 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5911
5912 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5913 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5914 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5915 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5916 (sh-font-lock-syntactic-keywords): Use them.
5917 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5918 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5919 (sh-mode): Don't override font-lock-unfontify-region-function.
5920 Use a copy of sh-font-lock-syntactic-keywords.
5921 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5922 Don't call sh-scan-buffer since font-lock does it on the fly.
5923 (sh-get-indent-info): Use `face' rather than `syntax-table'
5924 text-property to detect here-documents.
5925 Replace sh-special-syntax with sh-st-punc.
5926 (sh-prev-line): Use `face' rather than `syntax-table'
5927 text-property to skip over here-documents.
5928 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5929 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5930 (sh-electric-less, sh-set-here-doc-region)
5931 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5932 (sh-scan-buffer, sh-rescan-buffer): Remove.
5933
5934 2000-10-21 Andrew Innes <andrewi@gnu.org>
5935
5936 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5937 remote (ange-ftp) file names.
5938
5939 2000-10-21 Miles Bader <miles@gnu.org>
5940
5941 * window.el (fit-window-to-buffer): New function.
5942 (shrink-window-if-larger-than-buffer): Use it.
5943 (window-text-height): Don't expect minibuffers to have mode-lines.
5944
5945 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5946 * international/quail.el (quail-update-guidance):
5947 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5948
5949 * international/quail.el (quail-show-guidance-buf): Make sure
5950 guidance window really has enough room.
5951 (quail-update-guidance): If quail-guidance-win is already shown,
5952 make sure its height is OK.
5953
5954 * window.el (window-text-height, set-window-text-height):
5955 New functions.
5956 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5957 instead of `window-height' & `mode-line-window-height-fudge'.
5958 (mode-line-window-height-fudge): Add FACE parameter.
5959 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5960 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5961
5962 2000-10-20 Miles Bader <miles@gnu.org>
5963
5964 * window.el (height-affecting-face-attributes): Use `defconst'.
5965
5966 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5967 New function, conditionally aliased to `mode-line-window-height-fudge'.
5968 (ispell-help): Use it.
5969 (ispell-choices-win-default-height): Don't include mode-line fudge.
5970 (ispell-choices-win-default-height): New function.
5971 (ispell-show-choices, ispell-command-loop): Use function
5972 `ispell-choices-win-default-height' instead of variable.
5973
5974 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5975
5976 * window.el (mode-line-window-height-fudge): New variable.
5977 (height-affecting-face-attributes): New variable.
5978 (mode-line-window-height-fudge): New function.
5979 (shrink-window-if-larger-than-buffer): Use it.
5980 * help.el (resize-temp-buffer-window): Likewise.
5981
5982 * info.el (Info-fontify-node): Add support for @subsubsection
5983 titles, which use `Info-title-4-face'.
5984 (Info-title-4-face): New face.
5985 (Info-title-3-face): Inherit from Info-title-4-face instead of
5986 variable-pitch.
5987
5988 2000-10-19 Jason Rumney <jasonr@gnu.org>
5989
5990 * dired.el (dired-insert-directory): Do not let errors signalled by
5991 attempt to run dired-free-space-program prevent dired from working.
5992
5993 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5994
5995 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5996
5997 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5998
5999 * dirtrack.el (dirtrack): Fix call to run-hooks.
6000
6001 * cmuscheme.el (cmuscheme-program-name): Renamed from
6002 scheme-program-name because xscheme.el contains a defcustom with
6003 the same name. As a consequence, customizing group `cmuscheme'
6004 loaded `xscheme' which redefined run-scheme.
6005 (run-scheme): Use cmuscheme-program-name.
6006
6007 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6008
6009 * play/doctor.el (doctor-death): Update the Samaritans'
6010 anonymous address, and add a website for Befrienders International.
6011
6012 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6013
6014 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6015 Avoid compilation gripes. Doc fix.
6016 (ps-print-version): New version number (6.2).
6017 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6018 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6019 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6020 (ps-x-extent-priority, ps-x-extent-start-position)
6021 (ps-x-face-font-instance, ps-x-find-coding-system)
6022 (ps-x-font-instance-properties, ps-x-make-color-instance)
6023 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6024 avoid compilation gripes without defining functions.
6025 (ps-e-find-composition): Alias for function find-composition, to have a
6026 suitable function depending on Emacs version.
6027 (ps-color-device, ps-color-values, ps-face-foreground-name)
6028 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6029 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6030 (ps-print-ensure-fontified): Function definitions surrounded by
6031 `eval-and-compile' to avoid compilation gripes.
6032 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6033 by symbol-value to avoid compilation gripes.
6034 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6035 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6036
6037 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6038
6039 * startup.el (normal-top-level): Call `frame-set-background-mode'
6040 after `frame-notice-user-settings' because the latter doesn't call
6041 the former on a tty.
6042
6043 * faces.el (frame-set-background-mode): `unspecified' &c are
6044 symbols, not strings.
6045
6046 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6049 why some "light*" colors are deliberately absent from the alist.
6050
6051 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6052 Change colors for tty's, as suggested by Miles Bader.
6053
6054 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6055
6056 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6057 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6058 for ISO10646-1 fonts.
6059 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6060
6061 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6062
6063 * faces.el (frame-set-background-mode): If a tty frame defines a
6064 background color, use that to compute the background mode, instead
6065 of always defaulting to "dark".
6066
6067 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6068
6069 * comint.el (comint-write-output): New function.
6070 (comint-mode-map): Add it to the menu.
6071 Bind `C-c C-s' to comint-write-output.
6072
6073 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6074
6075 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6076 Use fancy-splash-delay.
6077
6078 2000-10-18 Alex Schroeder <alex@gnu.org>
6079
6080 * progmodes/sql.el (sql-sybase-options): New option.
6081 (sql-sybase): Use it. Add sql-database to the list of parameters
6082 provided for login. The options -w 2048 -n are not used any more.
6083
6084 * comint.el (comint-read-input-ring): Bugfix such that the first
6085 and the last entry of the input ring file are not lost.
6086
6087 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6088
6089 * ps-print.el: Internal variable changes to defcustom,
6090 make-local-hook changes to defvar. Doc fix.
6091 (ps-print-version): New version number (6.1).
6092 (ps-setup, ps-do-despool): Code fix.
6093 (ps-printer-name): Customization fix.
6094 (ps-printer-name-option): Now is a defcustom instead of an
6095 internal variable.
6096 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6097 (ps-print-begin-column-hook): Now are defvar instead of
6098 make-local-hook.
6099
6100 2000-10-18 Miles Bader <miles@gnu.org>
6101
6102 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6103 (comint-kill-output): Changed into an alias for `comint-delete-output',
6104 and made obsolete.
6105 (comint-mode-map): Rename references to comint-kill-output.
6106
6107 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6108
6109 * diff-mode.el (diff-header-face, diff-file-header-face)
6110 (diff-changed-face): Add bold and italic attributes to tty faces.
6111 (diff-function-face): New face.
6112 (diff-font-lock-keywords): Use it.
6113
6114 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6115
6116 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6117 Remove commented-out call to force-mode-line-update.
6118 (comint-kill-output): Use `forward-line 0' instead of
6119 beginning-of-line to make sure we get past the prompt.
6120
6121 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6122
6123 * diff-mode.el (diff-header-face, diff-file-header-face):
6124 Add specific setting for dark background.
6125 (diff-context-face): Renamed from diff-comment-face.
6126 Set explicitly rather than inheriting from font-lock-comment-face.
6127
6128 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6129
6130 * startup.el (command-line): Move the code which sets the default
6131 TTY colors to before before-init-hook.
6132
6133 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6134
6135 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6136
6137 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6138
6139 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6140 extensions, for MS-DOS.
6141
6142 * diff-mode.el (diff-header-face, diff-file-header-face)
6143 (diff-changed-face): Define tty-specific colors.
6144
6145 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6146
6147 * startup.el (fancy-splash-text): Realign the text.
6148
6149 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6150
6151 * font-lock.el (font-lock-comment-face): Define a separate default
6152 for dark-background tty's.
6153
6154 2000-10-17 Miles Bader <miles@gnu.org>
6155
6156 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6157 being obscured by whizzy mode-lines on graphics displays.
6158
6159 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6160
6161 * info.el (Info-title-1-face, Info-title-2-face)
6162 (Info-title-3-face): Define colors for tty's.
6163 (info-header-node): Remove unneeded tty-specific definition.
6164
6165 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6166
6167 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6168 reverse from the frame parameters, and don't invert foreground and
6169 background colors.
6170
6171 2000-10-16 Miles Bader <miles@gnu.org>
6172
6173 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6174 string "*Info*". Call propertized-buffer-identification to spruce
6175 up the result.
6176
6177 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6178
6179 * help.el: Provide `help' for the sake of define-minor-mode
6180 which generates defcustoms with requires.
6181
6182 * jit-lock.el (jit-lock-after-change): If we're in text that
6183 matches a multi-line font-lock pattern, make sure the whole text
6184 will be redisplayed.
6185
6186 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6187 author's name is unknown.
6188
6189 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6190 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6191 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6192 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6193 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6194 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6195 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6196 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6197 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6198 Add author information.
6199
6200 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6201
6202 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6203 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6204 full-color version (using the Gimp) to eliminate dithering artifacts.
6205
6206 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6207
6208 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6209
6210 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6211
6212 2000-10-15 Dave Love <fx@gnu.org>
6213
6214 * progmodes/sh-script.el: Require skeleton and comint when compiling.
6215
6216 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6217
6218 * whitespace.el: Doc fixes.
6219 (top-level): Don't add hooks here.
6220 (whitespace-running-emacs): Deleted.
6221 (timer): Don't require.
6222 (whitespace): Add back :version conditional on xemacs test.
6223 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6224 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6225 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6226 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6227 Avoid specific xemacs test.
6228 (whitespace-global-mode): New option.
6229 (whitespace-global-mode): New command.
6230 (whitespace-unload-hook): New function.
6231
6232 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6233 (Info-fontify-node, Info-goto-node, Info-mode-menu)
6234 (Info-fontify-node): `Goto' goes to `Go to'.
6235 (Info-fontify-node): Add help-echo to xref links.
6236
6237 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6238
6239 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6240
6241 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6242
6243 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6244 Use plist-get and allow :inherit.
6245
6246 * emacs-lisp/cl-macs.el (cl-do-arglist):
6247 Use plist-get and plist-member instead of memq.
6248
6249 * emacs-lisp/ewoc.el (ewoc-location): New function.
6250 (ewoc-enter-after, ewoc-enter-before): Document return value.
6251 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6252 Don't need make-local-hook any more.
6253 (cvs-addto-collection): Return the new tin.
6254 (cvs-mode-insert): Jump to the new line.
6255
6256 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6257
6258 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6259
6260 * font-lock.el (font-lock-syntactically-fontified): New var.
6261 (font-lock-fontify-syntactic-keywords-region): Use it.
6262 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6263
6264 * diff-mode.el (diff-find-file-name): Fix regexp.
6265
6266 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6267 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6268
6269 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6270 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6271 (sh-mode): Don't make all vars local here.
6272 (sh-kw): Reformat.
6273 (sh-set-shell): Use dolist. Don't set indent-region-function.
6274 (sh-mode-syntax-table): Use pop.
6275 (sh-remember-variable): Use push.
6276 (sh-help-string-for-variable): Use memq.
6277 (sh-safe-backward-sexp): Remove.
6278 (sh-safe-forward-sexp): Add ARG.
6279 (sh-get-indent-info, sh-prev-stmt): Use it.
6280 (sh-prev-line): Simplify by using forward-comment.
6281 (sh-this-is-a-continuation): Simplify.
6282 (sh-learn-buffer-indent): Use dolist.
6283 (sh-do-nothing): Remove.
6284 (sh-set-char-syntax, sh-set-here-doc-region):
6285 Use inhibit-modification-hooks.
6286 (sh-name-style): Use mapcar and push.
6287 (sh-load-style): Use dolist.
6288 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6289 (sh-case, sh-while-getopts): Use propertize directly rather
6290 than sh-electric-rparen.
6291
6292 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6293
6294 * textmodes/tex-mode.el: Require CL when compiling.
6295 (tex-mode-syntax-table): Init immediately.
6296 (tex-mode-map): Bind M-RET to latex-insert-item.
6297 (latex-mode): Set indent-line-function to latex-indent.
6298 (tex-common-initialization): Don't setup the syntax-table any more.
6299 (latex-insert-item): New skeleton.
6300 (tex-next-unmatched-end): Fix copy/paste braino.
6301 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6302 (latex-indent, latex-find-indent): New functions.
6303 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6304 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6305 (tex-compilation-parse-errors): Use with-syntax-table.
6306
6307 2000-10-15 Miles Bader <miles@gnu.org>
6308
6309 * font-lock.el (font-lock-comment-face): Change dark-background,
6310 color, non-tty, default to `chocolate1'.
6311
6312 2000-10-13 John Wiegley <johnw@gnu.org>
6313
6314 * eshell/esh-util.el (require): Added a missing `require' form,
6315 needed when compiling (for an ange-ftp macro definition).
6316
6317 2000-10-13 Dave Love <fx@gnu.org>
6318
6319 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6320
6321 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6322
6323 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6324
6325 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6326 transparent -colors 8).
6327
6328 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6329
6330 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6331 that breaks with old list format timestamps.
6332 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6333 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6334
6335 2000-10-13 John Wiegley <johnw@gnu.org>
6336
6337 * align.el, pcomplete.el, calendar/timeclock.el,
6338 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6339
6340 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6341 faulty math, where holiday hours were being computing as seconds.
6342
6343 2000-10-13 John Wiegley <johnw@gnu.org>
6344
6345 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6346 specifying what "other" kinds of buffers should be saved.
6347 This used to be hard-coded.
6348 (desktop-buffer-misc-functions): A global for specifying how
6349 auxiliary data should be determined for special buffer types.
6350 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6351 instead of hard-coding the special buffer types.
6352 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6353 auxiliary data, instead of hard-coding for Info buffers and dired.
6354 (desktop-buffer-info-misc-data): Aux function for determining Info
6355 buffer auxiliary info.
6356 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6357 (desktop-buffer-info): Changed this function to use the info
6358 gathered above.
6359 (desktop-create-buffer): Be a little more careful about what
6360 `minor-mode' means before calling it. This is important for some
6361 buffer types.
6362
6363 2000-10-13 John Wiegley <johnw@gnu.org>
6364
6365 * eshell/esh-util.el: Added a global form which declares an
6366 autoload for `parse-time-string', if that function is not already
6367 defined, and if parse-time.el is available on the user's system.
6368
6369 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6370 to be aware of ange-ftp user info.
6371 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6372 (eshell-ls-annotate): Use `eshell-file-attributes'.
6373 (eshell-ls-file): Made the user-id printing code a bit smarter.
6374
6375 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6376 allow identification of alias user ids in remote directories.
6377 It's manual, but there's no other way to know when the current user
6378 on the local machine, is also the owning user on the remote machine.
6379 (fboundp): Bind `ange-cache'.
6380 (eshell-directory-files-and-attributes): Re-organized the logic a
6381 bit to use `eshell-file-attributes' instead of `file-attributes'.
6382 The former is more sensitive to directories that are read via FTP,
6383 and knows how to use ange-ftp to determine full attribute
6384 information, instead of just the name and last modtime.
6385 (eshell-current-ange-uids): Return the current user id when in a
6386 remote directory.
6387 (eshell-parse-ange-ls): Parse a full directory listing that has
6388 been returned by ange-ftp.
6389 (eshell-file-attributes): This beefed up version of
6390 `file-attributes' is only special if the user is currently in a
6391 remote directory, in which case it does a lot of work to find out
6392 what the real attributes of a file are, as they appear on the
6393 remote machine. This makes usage of remote directories (i.e.,
6394 ange-ftp pathnames) much more useful. You can now use Eshell as a
6395 full-fledged FTP client, with much more manipulation ability than
6396 most other clients.
6397
6398 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6399 variable, which means that Eshell's du should always be preferred
6400 in remote directories.
6401 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6402 just `file-attributes'.
6403 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6404 when reading remote directories. This is an Eshell-specific
6405 variable (not part of ange-ftp).
6406 (eshell/ln): Bind `ange-cache'.
6407 (eshell/du): Added some extra logic for determining when to use
6408 Eshell's du (which is slow), and when to use the external version
6409 (which may or may not exist).
6410
6411 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6412 Call `eshell-interactive-process', rather than using
6413 `get-buffer-process', since backgrounded processes don't count in
6414 the context of this function's logic.
6415
6416 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6417 `forward-char', so that null strings are parsed correctly.
6418
6419 2000-09-13 John Wiegley <johnw@gnu.org>
6420
6421 * eshell/em-pred.el (eshell-pred-file-type)
6422 (eshell-pred-file-links, eshell-pred-file-size):
6423 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6424
6425 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6426 that remote file globbing is more efficient.
6427
6428 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6429 gathering the files and attributes within a directory.
6430
6431 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6432 the command line is a special file (not a regular file, directory
6433 or symlink), always attempt to call the external version of cat.
6434
6435 2000-09-13 John Wiegley <johnw@gnu.org>
6436
6437 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6438 Eshell-friendly version of find-tag.
6439
6440 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6441
6442 * image-file.el (image-file-name-extensions)
6443 (image-file-name-regexps): Add autoload cookies.
6444
6445 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6446
6447 * international/mule-cmds.el (select-safe-coding-system): If FROM
6448 is string, show it in *Warning* buffer.
6449
6450 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6451
6452 * startup.el (normal-top-level): Use display-popup-menus-p instead
6453 of window-system.
6454 (command-line): Use display-graphic-p instead of window-system.
6455 (command-line-1): Use display-popup-menus-p and display-mouse-p
6456 instead of window-system.
6457
6458 2000-10-12 Sam Steingold <sds@gnu.org>
6459
6460 * tooltip.el (tooltip-use-echo-area): New user variable.
6461 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6462
6463 2000-10-12 Dave Love <fx@gnu.org>
6464
6465 * recentf.el: Maintainer's checkdoc fixes.
6466
6467 * startup.el (normal-top-level-add-subdirs-to-load-path):
6468 Use character class, not ASCII when matching file names.
6469 (fancy-splash-head): Add trailing slash to URL.
6470 (command-line): Don't require XPM support for toolbar.
6471
6472 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6473 (cperl-invalid-face): Revert last change.
6474 (cperl-init-faces): Quote cperl-invalid-face.
6475
6476 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6477
6478 * startup.el (fancy-splash-text): Remove superfluous quote.
6479
6480 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6481
6482 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6483 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6484 (command-line-1): Don't use fancy-splash-pending-command.
6485 (fancy-splash-screens-1): Goto point-min after inserting text.
6486
6487 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6488
6489 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6490 instead of shared-lisp-mode-map.
6491
6492 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6493
6494 * faces.el (header-line): Change tty-variant to use underlining.
6495
6496 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6497 (isearch-highlight): Restore lazy-isearch face properties at old
6498 position, and suppress them at new position.
6499 (isearch-dehighlight): Restore lazy-isearch face properties.
6500 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6501 over the real isearch overlay, but in that case, don't give it a
6502 face property. Use `push'.
6503
6504 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6505
6506 * man.el (Man-getpage-in-background): Fix previous change.
6507 Decode the process output only when we are in multibyte mode.
6508
6509 2000-10-11 Dave Love <fx@gnu.org>
6510
6511 * info.el (Info-mode-menu): Fix some help.
6512 (info-tool-bar-map): Add entry for Info-last.
6513
6514 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6515 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6516 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6517 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6518 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6519 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6520 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6521 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6522 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6523 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6524 Reduce colour requirements to 25 overall. (Probably wants
6525 revisiting from the originals to reduce further.)
6526
6527 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6528
6529 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6530 buffer-file-coding-system, instead of raw-text.
6531 (dehexlify-buffer): Bind coding-system-for-read to
6532 buffer-file-coding-system, instead of raw-text.
6533
6534 2000-10-11 Sam Steingold <sds@gnu.org>
6535
6536 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6537 `underline' - fixes the bug introduced on 2000-09-21.
6538
6539 2000-10-11 Dave Love <fx@gnu.org>
6540
6541 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6542 Avoid compiler warnings.
6543 (scheme-mode): Doc fix.
6544 (scheme-font-lock-keywords-1): Match `define-syntax'.
6545
6546 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6547
6548 * faces.el (frame-set-background-mode): Pay attention to saved
6549 face specs as well as default ones. Only do anything if the
6550 bg-mode or display-type has actually changed. Use `dolist'.
6551 (region): Make dark-background `region' face less in-your-face.
6552
6553 2000-10-10 Sam Steingold <sds@gnu.org>
6554
6555 * chistory.el, ielm.el, ledit.el:
6556 * progmodes/inf-lisp.el, progmodes/scheme.el:
6557 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6558
6559 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6560
6561 * textmodes/texinfo.el: Update copyright and fix typo.
6562
6563 * desktop.el (desktop-modes-not-to-save): New var.
6564 (desktop-save-buffer-p): Use it.
6565 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6566 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6567
6568 2000-10-10 Dave Love <fx@gnu.org>
6569
6570 * toolbar/tool-bar.el (tool-bar-add-item)
6571 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6572
6573 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6574 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6575 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6576 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6577 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6578 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6579 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6580 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6581 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6582 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6583 the .xpms; probably need retouching.
6584
6585 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6586
6587 * subr.el (add-to-list): Add optional argument APPEND.
6588 * battery.el (display-battery): Use `add-to-list'.
6589
6590 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6591
6592 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6593 properties.
6594 (zone, zone-when-idle, zone-leave-me-alone)
6595 (zone-pgm-whack-chars): Use new symbol properties.
6596
6597 * battery.el (display-battery): Doc spelling fix.
6598
6599 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6600 property.
6601
6602 2000-10-09 Dave Love <fx@gnu.org>
6603
6604 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6605 has been initialized before calling tool-bar-setup.
6606 (tool-bar-add-item-from-menu): Add autoload cookie.
6607
6608 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * menu-bar.el (send-mail-item-name): New function.
6611 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6612 of mail-user-agent in the menu. Don't display the "Send Mail"
6613 item if mail-user-agent is nil or its value is ignore.
6614 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6615 if read-mail-command is nil or its value is ignore.
6616
6617 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6618
6619 2000-10-09 Miles Bader <miles@gnu.org>
6620
6621 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6622 Correct image size.
6623 * toolbar/left_arrow.xpm: Correct image size.
6624
6625 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6626 will be done by the definition of `auto-compression-mode' if
6627 necessary. Move code to uninstall existing file-name handler
6628 before definition of `auto-compression-mode'.
6629
6630 * image-file.el (auto-image-file-mode): Move to the end of the
6631 file, because `define-minor-mode' actually calls the mode-function
6632 if the associated variable is non-nil, which requires that all
6633 needed functions be already defined.
6634
6635 * mouse.el (popup-menu): Balance parens.
6636
6637 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6638
6639 * mouse.el (popup-menu): Move the command call outside the loop
6640 so that popup-menu returns whatever the command returns.
6641
6642 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6643 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6644 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6645 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6646
6647 * vc.el (vc-version-diff): diff-switches can be a list.
6648 Use relative filenames for prettier output.
6649
6650 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6651 (vc-post-command-functions): Remove old-VC compatibility code.
6652
6653 * newcomment.el (comment-indent-default): Autoload.
6654
6655 * font-lock.el (font-lock-defaults): Make buffer-local.
6656 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6657 (font-lock-choose-keywords):
6658 Ignore LEVEL unless KEYWORDS is a list of syms.
6659 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6660 Don't wrap regexp-opt things in \(...\) unnecessarily.
6661
6662 * jit-lock.el: Don't require font-lock any more.
6663 (jit-lock-functions): Make buffer-local.
6664 (jit-lock-saved-fontify-buffer-function): Remove.
6665 (jit-lock-mode): Remove autoload cookie.
6666 Remove font-lock specific code.
6667 (jit-lock-unregister): Don't bother handling complex hooks any more.
6668 (jit-lock-refontify): New function.
6669 (jit-lock-fontify-buffer): Use it.
6670 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6671 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6672 Add optional args START and END.
6673 Never call font-lock-fontify-region directly.
6674 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6675
6676 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6677
6678 2000-10-08 Dave Love <fx@gnu.org>
6679
6680 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6681
6682 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6683
6684 * play/studly.el (studlify-region, studlify-word): Add autoload
6685 cookie.
6686
6687 * play/morse.el (morse-region, unmorse-region): Add autoload
6688 cookie.
6689
6690 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6691 concat.
6692
6693 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6694 insist on symbols starting with word syntax.
6695 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6696 (eval-defun-1): Doc fix.
6697 (indent-sexp): Use nconc to build up indent-stack.
6698
6699 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6700 Gnus with little use.
6701 (mail-setup-hook): Add mail-abbrevs-setup to options.
6702
6703 * recentf.el: Doc fixes.
6704
6705 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6706 Clean up remainder.
6707
6708 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6709 without timezone and (8) with timezone to enforce some whitespace.
6710 Simplify code somewhat.
6711
6712 * options.el (list-options): Doc that you should use customize.
6713
6714 * iswitchb.el (iswitchb-mode): Add :require.
6715
6716 * info.el (Info-goto-node, Info-menu): Doc fix.
6717 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6718 (info-tool-bar-map): New variable.
6719 (Info-mode): Use it.
6720 (Info-edit-map): Define all in defvar.
6721 (speedbar-attached-frame): Avoid compiler warning.
6722
6723 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6724 (global-map): Bind [tool-bar] to a filtered map.
6725 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6726 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6727 Allow PBM icons.
6728 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6729
6730 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6731 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6732 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6733 icons, except up_arrow, which is left-arrow rotated.
6734
6735 * imenu.el (imenu-add-to-menubar): Fix last change.
6736
6737 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6738
6739 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6740 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6741
6742 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6743
6744 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6745 typos in doc strings.
6746
6747 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6748 the doc strings how to customize Font Lock faces.
6749
6750 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6751 computing growth when dragging the header line.
6752
6753 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6754
6755 * simple.el (kill-line): Doc fix.
6756
6757 2000-10-08 Miles Bader <miles@gnu.org>
6758
6759 * faces.el (secondary-selection): Make foreground visible on tty.
6760
6761 * jka-compr.el (auto-compression-mode): Move to the end of the
6762 file, because `define-minor-mode' actually calls the mode-function
6763 if the associated variable is non-nil, which requires that all
6764 needed functions be already defined.
6765 (with-auto-compression-mode): Add autoload cookie.
6766
6767 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6768
6769 * files.el (find-backup-file-name) [ms-dos]: If support for long
6770 file names is not available, behave as if version-control were set
6771 to never.
6772
6773 2000-10-07 Dave Love <fx@gnu.org>
6774
6775 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6776 (browse-url-gnome-moz): New function.
6777 (browse-url-browser-function): Use it.
6778 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6779
6780 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6781
6782 * indent.el (tab-always-indent): New var.
6783 (indent-for-tab-command): Use it.
6784
6785 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6786 raise an error. This way it can still default to a sane value.
6787
6788 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6789
6790 * startup.el (fancy-splash-screens): Use local rather than global map.
6791 Don't use `update-menu-bindings' any more.
6792 Get rid of assumptions about keymap representation.
6793
6794 2000-10-06 Dave Love <fx@gnu.org>
6795
6796 * textmodes/fill.el (sentence-end-double-space)
6797 (sentence-end-without-period): Doc fix.
6798 (adaptive-fill-regexp): Purecopy.
6799 (unjustify-current-line): Use line-end-position.
6800 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6801
6802 * net/eudc-vars.el (eudc): Add :version, :link.
6803
6804 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6805
6806 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6807 Fix for define-minor-mode.
6808 (function-at-point): Alias to function-called-at-point.
6809
6810 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6811
6812 * simple.el (backward-word): Doc fix.
6813
6814 * image-file.el (image-file-name-regexp): image-file-regexps ->
6815 image-file-name-regexps.
6816 (image-file-name-extensions): Add pbm.
6817
6818 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6819
6820 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6821 and add filename to the names so that diff-mode can jump to source.
6822
6823 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6824 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6825 (tex-font-lock-keywords-1): Remove.
6826 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6827 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6828 (font-lock-default-fontify-region):
6829 Expand beg..end correctly when just following a multiline region.
6830 (font-lock-fontify-anchored-keywords):
6831 Include the anchor text as part of the multiline.
6832
6833 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6834
6835 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6836 latter needs the autoloaded define-minor-mode macro during the
6837 bootstrap.
6838
6839 * startup.el (command-line): For now, activate tool-bar-mode only
6840 if XPM images are supported.
6841
6842 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6843 window by dragging a header-line at the top of the frame; that's
6844 confusing because the header-line doesn't move.
6845 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6846 of treating the event as a list. Some cleanup.
6847
6848 2000-10-06 Miles Bader <miles@gnu.org>
6849
6850 * simple.el (display-message-or-buffer): New function.
6851 (shell-command-on-region): Use `display-message-or-buffer'.
6852
6853 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6854 docstring parts.
6855
6856 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6857 (smbclient-prompt-regexp): Add usage note to doc string.
6858 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6859 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6860 Use add-hook for adding the comint filter function, and only do so
6861 if it's not already in the global hook list.
6862 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6863 to `make-local-variable'.
6864 (nslookup-font-lock-keywords): Remove prompt entry.
6865 (nslookup): Don't set the process-filter.
6866 (finger): Exit the loop correctly when the regexps list runs out.
6867 (ftp, smbclient, smbclient-list-shares):
6868 Set the real major mode immediately, not after execing.
6869 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6870
6871 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6872
6873 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6874
6875 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6876
6877 * which-func.el (which-func-format): Remove spurious space.
6878 (which-func-mode): Don't make it permanent-local.
6879 (which-func-ff-hook): Allow which-func-maxout to be nil.
6880 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6881 (which-func-mode): Simplify.
6882 Use post-command-idle-hook rather than post-command-hook.
6883 Go through all buffers and update their state.
6884 (which-function): Also try add-log-current-defun-function.
6885
6886 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6887 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6888 Update call to with-vc-properties accordingly.
6889 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6890 (vc-revert-buffer): More careful about window selection and deletion.
6891 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6892
6893 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6894 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6895 (cvs-dired-action): Change the default to quickdir.
6896
6897 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6898 if comment-indent-function returns nil.
6899 (comment-indent-default): New function.
6900 (comment-indent-function): Use it and document the new semantics.
6901
6902 * image-file.el: Docstring fixes.
6903
6904 * help.el (help-xref-on-pp): Use match-string.
6905 (describe-variable): New arg BUFFER.
6906 Store the current buffer in the help-xref-stack.
6907 (temp-buffer-resize-mode): Use define-minor-mode.
6908
6909 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6910 consistently with its docstring.
6911 Set jit-lock-first-unfontify-pos in an idempotent way.
6912 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6913
6914 2000-10-05 Alex Schroeder <alex@gnu.org>
6915
6916 * sql.el (sql-mysql-options): New variable.
6917 (sql-mysql): Use it.
6918
6919 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6920
6921 * image.el (image): New group.
6922
6923 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6924 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6925
6926 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6927
6928 * net/net-utils.el (nslookup-font-lock-keywords)
6929 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6930 Ignore the value of wqindow-system; always define keywords
6931
6932 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6933
6934 * startup.el (fancy-splash-screens): Remove the code for
6935 debugging; `(trace-to-stderr "EXITTT\n")'.
6936
6937 2000-10-05 Miles Bader <miles@gnu.org>
6938
6939 * diff-mode.el (diff-goto-source): Update call to
6940 `diff-hunk-status-msg' to reflect new REV variable.
6941
6942 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6943
6944 * progmodes/icon.el (icon-mode):
6945 Don't gratuitously override the default for comment-column.
6946
6947 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6948
6949 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6950 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6951 (jit-lock-functions): New var.
6952 (jit-lock-function-1): Use it if non-nil.
6953 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6954 Set the `fontified' property before doing the fontification to avoid
6955 repeatedly going through the same error.
6956 Don't turn errors into messages.
6957 (jit-lock-register, jit-lock-unregister): New functions.
6958
6959 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6960 Use with-current-buffer.
6961
6962 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6963 Turn comment into docstring.
6964
6965 * apropos.el (apropos-mode): Use define-derived-mode.
6966
6967 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6968
6969 * startup.el (fancy-splash-pending-command): New variable.
6970 (fancy-splash-pre-command): New function.
6971 (fancy-splash-screens): Rewritten.
6972 (command-line-1): If fancy-splash-pending-command is set, call it
6973 interactively.
6974
6975 2000-10-04 Dave Love <fx@gnu.org>
6976
6977 * toolbar/tool-bar.el (tool-bar-setup): New function.
6978 (tool-bar-mode): Use it.
6979
6980 * subr.el (substitute-key-definition): Doc fix.
6981 (play-sound-file): New command.
6982
6983 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6984
6985 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6986 vc-version-backup-file-name): New functions.
6987
6988 * files.el (basic-save-buffer): Call vc-before-save before saving.
6989
6990 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6991 vc-cvs-stay-local-p.
6992
6993 * vc.el (vc-revert-buffer): Handle empty diff properly.
6994 (vc-version-backup-file): New function.
6995 (vc-checkout): Create a version backup if necessary.
6996 (vc-checkin): If a version backup file exists, delete it.
6997 (vc-version-diff): Diff locally using version backups, if available.
6998 (vc-revert-file): If there's a version backup, revert locally.
6999 (vc-transfer-file): Use version backup for base version, if
7000 available. If not, ask for confirmation whether to get it from the
7001 server. Update mode line before check-in.
7002
7003 2000-10-04 Dave Love <fx@gnu.org>
7004
7005 * toolbar/tool-bar.el (tool-bar-setup): New function.
7006 (tool-bar-mode): Use it.
7007
7008 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7009
7010 * net/net-utils.el (nslookup-font-lock-keywords)
7011 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7012 Only set if window-system is non-nil
7013 (net-utils-run-program): Returns buffer.
7014 (network-connection-reconnect): Added this function.
7015
7016 * generic.el:
7017 Incorporates extensive cleanup and docfixes by
7018 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7019 Uses cl compile-time macros.
7020 (generic-mode-name, generic-comment-list)
7021 (generic-keywords-list, generic-font-lock-expressions)
7022 (generic-mode-function-list, generic-mode-syntax-table):
7023 Removed variables.
7024 (generic-mode-alist): Renamed to generic-mode-list.
7025 (generic-find-file-regexp): Default changed to "^#".
7026 (generic-read-type): Uses completing read on generic-mode-list.
7027 (generic-mode-sanity-check): removed this function.
7028 (generic-add-to-auto-mode): Removed this function
7029 (generic-mode-internal): Bind mode-specific definitions
7030 into function instead of putting them in alist.
7031 (generic-mode-set-comments): Reworked extensively.
7032 (generic-mode-find-file-hook): Simplified regexp searching
7033 (generic-make-keywords-list): Omit extra pair of parens
7034
7035 * find-lisp.el (find-lisp-find-files-internal):
7036 Make sure directory name ends with "/".
7037
7038 * generic-x.el (apache-conf-generic-mode):
7039 Regexp now allows leading whitespace.
7040 (rc-generic-mode): Added eval-when-compile
7041 around generic-make-keywords-list.
7042 Deleted duplicate regexp
7043 (rul-generic-mode): Added eval-when-compile
7044 around generic-make-keywords-list.
7045 (etc-fstab-generic-mode): New generic mode.
7046 (rul-generic-mode): Removed one eval-when-compile
7047 which caused a max-specpdl-size exceeded error.
7048
7049 2000-10-04 Miles Bader <miles@gnu.org>
7050
7051 * simple.el (minibuffer-temporary-goal-position): New variable.
7052 (next-history-element): Try to keep the position of point in the
7053 input string constant.
7054
7055 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7056 (dired-do-create-files): If there's only one file, pass it in as
7057 the DEFAULT arg to dired-mark-read-file-name.
7058
7059 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7060
7061 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7062 (diff-goto-source): Be smarter when choosing REVERSE or not.
7063
7064 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7065 (texinfo-mode-menu): Add an explicit shortcut for update all.
7066
7067 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7068
7069 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7070 factorize backend-specific code cleanly (this was essentially
7071 conceived by Stefan Monnier).
7072 (vc-unregister): Function removed.
7073 (vc-revert-file): New function.
7074 (vc-revert-buffer): Delegate some of the work to it.
7075
7076 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7077 default branch unconditionally.
7078 (vc-rcs-set-default-branch): New function.
7079 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7080 (vc-rcs-checkin): If an appropriate default branch has been set,
7081 force creation of that branch.
7082 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7083 code (as suggested by Stefan Monnier).
7084
7085 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7086
7087 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7088 highlighting overlay with a different face over the overlay
7089 isearch uses to highlight the current match because that can lead
7090 to bad face combinations.
7091
7092 * loadup.el (toplevel): Load faces before isearch.
7093
7094 * isearch.el (isearch-faces): New custom group.
7095 (isearch): New defface; was already tested for in the code.
7096 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7097 (isearch-highlight): Always use face `isearch'.
7098
7099 2000-10-02 Dave Love <fx@gnu.org>
7100
7101 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7102 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7103 comparison of opcode with operand.
7104
7105 2000-10-03 Miles Bader <miles@gnu.org>
7106
7107 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7108 buffer, since the echo area will now grow to accommodate them.
7109
7110 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7111
7112 * vc-hooks.el (vc-registered): If FILE used to be registered under
7113 a certain backend, try that one first.
7114
7115 * vc.el (vc-responsible-backend): Undo the previous change in the
7116 argument list. Handle multiple backends correctly.
7117 (vc-find-new-backend): Function removed.
7118 (vc-register): Use vc-responsible-backend, as before.
7119 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7120
7121 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7122
7123 * startup.el (fancy-splash-head): Change message below the
7124 logo.
7125
7126 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7127
7128 * diff-mode.el (diff-goto-source): Emit a status message.
7129 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7130 (diff-test-hunk): Fix doc string.
7131 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7132 (diff-advance-after-apply-hunk): New variable.
7133 (diff-apply-hunk): Don't return a value.
7134
7135 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7136
7137 * vc.el (vc-editable-p): Minor optimization.
7138 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7139 (vc-find-new-backend): New function split from vc-responsible-backend.
7140 (vc-register): Use it.
7141 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7142 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7143 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7144 (vc-clear-headers): Don't use find-file.
7145 (vc-revert-buffer): Use `and' again (must have been a braino).
7146 (vc-switch-backend): Only prompt if requested.
7147 Short circuit if nothing is to be done.
7148 Don't use vc-resynch-buffer which could lose unsaved editing.
7149 (vc-default-receive-file): Update call to vc-unregister.
7150 (with-vc-file, vc-next-action-on-file):
7151 Use vc-backend rather than vc-registered.
7152 (vc-next-action-on-file): Use intern-soft.
7153 Deal with read-only *vc-diff* buffer.
7154 (vc-transfer-file): Docstring fix.
7155
7156 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7157 (vc-rcs-receive-file): Avoid with-vc-properties.
7158 Update call to vc-unregister.
7159 Use constant `RCS' rather than (dynamically bound) var `backend'.
7160
7161 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7162
7163 * vc.el (vc-next-action-on-file): Update mode line only if file
7164 is visited.
7165 (vc-start-entry): New argument initial-contents. Don't visit the file
7166 if it isn't already visited. Brought documentation up-to-date.
7167 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7168 (vc-checkin): New optional arg initial-contents, which is passed to
7169 vc-start-entry.
7170 (vc-finish-logentry): Make sure to bury log buffer only if there
7171 really is one. Call `vc-resynch-buffer' on log-file, not
7172 buffer-file-name.
7173 (vc-default-comment-history, vc-default-wash-log): New functions.
7174 (vc-index-of): Removed.
7175 (vc-transfer-file): Make do without the above.
7176 (vc-default-receive-file): Call comment-history unconditionally. Pass
7177 the resulting string to vc-checkin, instead of inserting it into the
7178 comment ring.
7179
7180 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7181 unconditionally. Use the comments as initial contents of the log
7182 entry buffer. Document the trick to force branch creation with no
7183 changes.
7184
7185 2000-10-01 Miles Bader <miles@gnu.org>
7186
7187 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7188 `recenter' with an arg to prevent redrawing the display.
7189
7190 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7191
7192 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7193
7194 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7195
7196 * progmodes/c-mode.el (c-mode):
7197 Don't gratuitously override the default for comment-column.
7198
7199 * textmodes/tex-mode.el (latex-metasection-list): New var.
7200 (latex-imenu-create-index): Use it.
7201 Move the regexp construction outside loops (and use push).
7202 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7203 (tex-font-lock-keywords): Moved from font-lock.el.
7204 (tex-comment-indent): Remove.
7205 (tex-common-initialization): Don't set comment-indent-function.
7206 (latex-block-default): New var.
7207 (tex-latex-block): Use it to provide a default choice.
7208 Add any unknown choice to latex-block-names.
7209 Insert [...] after {...}.
7210 (tex-last-unended-begin): Simplify regexp.
7211 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7212 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7213 (latex-mode): Set forward-sexp-function.
7214
7215 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7216 Add regexp for @ignore ... @end ignore.
7217 (texinfo-heading-face): New face.
7218 (texinfo-font-lock-keywords): Use it.
7219 (texinfo-mode-menu): New menu.
7220 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7221 New functions.
7222 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7223 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7224 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7225 Remove declaration.
7226 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7227
7228 * delsel.el (delete-selection-mode): Use define-minor-mode.
7229
7230 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7231
7232 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7233
7234 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7235
7236 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7237
7238 * replace.el (keep-lines-read-args): New function.
7239 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7240 read arguments interactively. Add parameters RSTART and REND.
7241 Operate on the active region in Transient Mark mode.
7242
7243 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7244
7245 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7246 (authors-obsolete-files-regexps): New variable.
7247 (authors-add): Don't record changes in obsolete files.
7248
7249 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7250
7251 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7252
7253 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7254 (comment-indent): Make sure there's a space between code and comment.
7255 Shift comments left to avoid going past fill-column.
7256
7257 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7258
7259 * startup.el (startup-echo-area-message): New function.
7260 (display-startup-echo-area-message): Use it.
7261 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7262 (fancy-splash-default-action): New function.
7263 (fancy-splash-screens-1): New function.
7264 (fancy-splash-head): Put a help-echo and a keymap under the image.
7265
7266 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7267
7268 * diff-mode.el (diff-add-log-file-name): Remove.
7269 (diff-mode): Use add-log-buffer-file-name-function.
7270
7271 * add-log.el (find-change-log): New arg BUFFER-FILE.
7272 (add-log-file-name): Obey add-log-file-name-function.
7273 (add-log-buffer-file-name-function): New var.
7274 (add-change-log-entry): Use it.
7275
7276 2000-09-29 Miles Bader <miles@gnu.org>
7277
7278 * image-file.el (image-file-name-extensions): New variable.
7279 (image-file-name-regexps): Renamed from `image-file-regexps'.
7280 New default value is nil. Call `auto-image-file-mode'.
7281 (image-file-name-regexp): New function.
7282 (auto-image-file-mode): New minor mode.
7283 (insert-image-file): Don't make conditional on the image-file
7284 handler being enabled.
7285 (image-file-handler): Make the call here conditional instead.
7286 (set-image-file-handler-enabled, enable-image-file-handler)
7287 (disable-image-file-handler): Functions removed.
7288
7289 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7290 string.
7291
7292 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7293
7294 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7295 it's a function from CL.
7296 (latex-imenu-create-index): Replace eval-when-compile with progn
7297 because latex-section-alist is not bound while compiling.
7298
7299 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7300
7301 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7302 (outline-mode): Use define-derived-mode.
7303
7304 * progmodes/perl-mode.el (perl-mode):
7305 * progmodes/awk-mode.el (awk-mode):
7306 * progmodes/asm-mode.el (asm-mode):
7307 Don't gratuitously override the default for comment-column.
7308
7309 * emacs-lisp/lisp.el (lisp-complete-symbol):
7310 Distinguish the let-binding case from the funcall case.
7311 (forward-sexp-function): New variable.
7312 (forward-sexp): Use it.
7313
7314 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7315 (easy-mmode-defmap): Remove the now useless autoload.
7316
7317 * time.el (display-time-mode): Use define-minor-mode.
7318
7319 * subr.el (add-minor-mode): Don't eval NAME.
7320 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7321 Use if rather than cond.
7322
7323 * simple.el (read-expression-map): Define more properly.
7324 (comment-indent-hook): Remove.
7325 (string-to-syntax): Bug fix.
7326
7327 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7328 (cvs-ediff-diff): Fix typo.
7329 (cvs-revert-if-needed): Don't bother preserving read-only.
7330
7331 * paren.el (show-paren-mode): Use define-minor-mode.
7332
7333 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7334 (toggle-auto-compression): Remove.
7335 (jka-compr-build-file-regexp): Remove useless grouping.
7336
7337 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7338 Avoid user-reserved bindings.
7339 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7340 (diff-header-face): Revert to grey85.
7341
7342 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7343
7344 * complete.el (partial-completion-mode) <defcustom>: Remove.
7345 (partial-completion-mode): Use define-minor-mode.
7346 (PC-do-completion): Understand `completion-auto-help = delay'
7347 to mean to popup the completion buffer only the second time.
7348 (PC-include-file-all-completions, PC-include-file-all-completions)
7349 (PC-include-file-all-completions): Don't quote lambda.
7350
7351 * comint.el (comint-mode-hook): Docstring fix.
7352 (comint-mode): Use define-derived-mode.
7353 (comint-mode-map): Remove obsolete comment.
7354 (make-comint): Minor stylistic change.
7355 (comint-insert-clicked-input): Be more careful to find the overlay.
7356 Use this-command-keys rather than hardcoding mouse-2.
7357
7358 * font-lock.el: Replace confusing (,@ with ,
7359 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7360 Don't use regexp-opt-depth. Spice up the regexp for args.
7361 Don't distinguish between cmds that can take an opt arg or not.
7362 Use `append' and `prepend' rather than `keep'.
7363
7364 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7365 (latex-outline-regexp): New var.
7366 (latex-outline-level): New fun.
7367 (latex-section-alist): New var.
7368 (latex-imenu-create-index): Use it. Use `push' as well.
7369 (tex-shell-map): Initialize it properly.
7370 (tex-mode): Minor stylistic change.
7371 (plain-tex-mode): Use define-derived-mode.
7372 (latex-mode): Use define-derived-mode.
7373 Construct the paragraph regexps in a more readable way.
7374 Set the buffer-local outline-{level,regexp} vars.
7375 (slitex-mode): Derive from latex-mode.
7376 (tex-common-initialization): Don't kill-all-vars anymore.
7377 Add setting for comment-add and font-lock-defaults.
7378 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7379 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7380 (tex-start-tex): New arg DIR (and send a chdir command for it).
7381 Also display the shell buffer and save it in tex-last-buffer-texed.
7382 (tex-region): Use expand-file-name rather than concat.
7383 Remove code made useless by changes in tex-start-tex.
7384 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7385
7386 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7387
7388 2000-09-28 Dave Love <fx@gnu.org>
7389
7390 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7391
7392 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7393
7394 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7395 `append'.
7396
7397 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7398
7399 * info.el (Info-extract-pointer): Undo last change.
7400 Instead, fix the position of the `bound' arg to re-search-backward.
7401
7402 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7403
7404 * info.el (Info-extract-pointer):
7405 Widen more carefully, to avoid finding pointers in other nodes.
7406 (Info-index): Use push.
7407
7408 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7409
7410 * frame.el (set-frame-font): Remove call to obsolete function
7411 frame-update-faces.
7412 (set-foreground-color, set-background-color): Likewise for
7413 frame-update-face-colors.
7414
7415 2000-09-27 Miles Bader <miles@gnu.org>
7416
7417 * image-file.el: New file.
7418
7419 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7420
7421 * frame.el (frame-notice-user-settings): Don't call
7422 frame-update-faces, which is a no-op now.
7423
7424 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7425 tool-bar-lines.
7426
7427 2000-09-27 Dave Love <fx@gnu.org>
7428
7429 * mouse.el: Fix last change.
7430
7431 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7432
7433 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7434
7435 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7436
7437 * international/quail.el (quail-help): The output message is
7438 improved.
7439
7440 2000-09-26 Dave Love <fx@gnu.org>
7441
7442 * mouse.el (popup-menu): If POSITION is nil, set it using
7443 mouse-position.
7444
7445 2000-09-25 Sam Steingold <sds@gnu.org>
7446
7447 * net/browse-url.el (browse-url-file-url): Check for null maps.
7448
7449 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7450
7451 * frame.el (frame-notice-user-settings): Don't add a
7452 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7453
7454 * frame.el (frame-notice-user-settings):
7455 Make tool-bar-mode and default-frame-alist consistent.
7456
7457 * toolbar/tool-bar.el (tool-bar-help): New function.
7458
7459 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7460
7461 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7462 current-load-list in top-level forms. Else this leaks a cons cell
7463 every time a defun is called.
7464
7465 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7466
7467 2000-09-25 Dave Love <fx@gnu.org>
7468
7469 * startup.el (fancy-splash-head): Check XPM is available.
7470
7471 * autoinsert.el (auto-insert): Doc fix.
7472 (auto-insert-alist): Following GNU notices, don't say `copyright
7473 _by_'. Use line-beginning-position.
7474 (auto-insert): Check buffer-file-name is non-nil before use.
7475
7476 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7477
7478 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7479 starting with `@def' or `@multitable', in addition to ones
7480 specified by the user in auto-fill-inhibit-regexp.
7481
7482 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7483
7484 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7485 rmail-dont-reply-to-names matches the empty string.
7486
7487 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7488
7489 * startup.el (command-line-1, fancy-splash-text): Change the
7490 text to sound more friendly.
7491
7492 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7493
7494 * progmodes/hideshow.el: Update author email address.
7495 Generally, sync w/ maintainer version 5.22.
7496 (hs-hide-all-non-comment-function): New var.
7497 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7498 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7499 (hs-show-region): Delete this command.
7500 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7501
7502 2000-09-22 Dave Love <fx@gnu.org>
7503
7504 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7505 (hl-line-highlight): Specify buffer when moving overlay.
7506
7507 * progmodes/fortran.el (fortran-mode): Locally set
7508 normal-auto-fill-function.
7509 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7510 (fortran-mode-map): Adjust auto-fill menu entry.
7511
7512 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7513
7514 * vc-rcs.el (toplevel): Require `vc' when compiling.
7515
7516 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7517
7518 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7519
7520 * vc.el (vc-switch-backend): Signal an error if the file is not
7521 registered under the new backend.
7522
7523 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7524 without explicit revision number.
7525
7526 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7527
7528 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7529 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7530 (diff-xor): New function.
7531 (diff-find-source-location): Use it. Fix a stupid name clash.
7532 (diff-hunk-status-msg): New function.
7533 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7534 (diff-test-hunk): Use diff-find-source-location.
7535 (diff-goto-source): Favor the `reverse'.
7536 (diff-hunk-text): Properly handle one-sided context diffs.
7537 (diff-apply-hunk): When done, advance to the next hunk.
7538
7539 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7540
7541 * startup.el (command-line): If frame was created with a non-zero
7542 tool-bar-lines parameter, switch tool-bar-mode on.
7543
7544 * add-log.el (change-log-date-face, change-log-name-face)
7545 (change-log-email-face, change-log-file-face)
7546 (change-log-list-face, change-log-conditionals-face)
7547 (change-log-function-face, change-log-acknowledgement-face):
7548 New faces, inheriting from font-lock faces.
7549 (change-log-font-lock-keywords): Use them.
7550
7551 2000-09-21 Dave Love <fx@gnu.org>
7552
7553 * progmodes/cperl-mode.el (top-level): Clean up
7554 `eval-when-compile's and assorted defvars.
7555 (cperl-invalid-face): Don't double-quote value. Change custom
7556 type.
7557 (cperl-mode): Set normal-auto-fill-function and don't zap
7558 auto-fill-function.
7559 (cperl-imenu--function-name-regexp-perl): Renamed from
7560 imenu-example--function-name-regexp-perl.
7561 (cperl-imenu--create-perl-index): Renamed from
7562 imenu-example--create-perl-index.
7563 (cperl-xsub-scan): Don't require cl.
7564
7565 * msb.el (msb-mode-map): Use substitute-key-definition.
7566 (msb-mode): Use msb-mode-map.
7567
7568 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7569
7570 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7571 New functions.
7572 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7573 (vc-switch-backend): New function.
7574 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7575 (vc-register): Fix prompt.
7576 (vc-unregister, vc-default-unregister): New functions.
7577 (vc-version-diff): Handle empty buffer in sentinel.
7578
7579 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7580 (vc-rcs-state-heuristic): Use it to guess the state of files with
7581 non-strict locking.
7582 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7583 been set with -b, but not created yet.
7584 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7585 contents in order to find the state.
7586 (vc-rcs-checkin): Allow creation of branches with no changes.
7587 (vc-rcs-unregister, vc-rcs-receive-file)
7588 (vc-rcs-set-non-strict-locking): New functions.
7589
7590 * vc-hooks.el (vc-name): Force correct computation of the value
7591 in case it is missing.
7592
7593 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7594
7595 * startup.el (fancy-splash-tail): Use a different foreground
7596 color on a dark frame background.
7597
7598 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7599
7600 * info.el: Use the correct capitalization when making Info-mode
7601 and Info-edit-mode `special' modes.
7602
7603 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7604
7605 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7606 (diff-mode): Add support for add-log.el.
7607 (diff-hunk-text): Use char offsets rather than line offsets.
7608 (diff-find-source-location): Replace LINE with line-offset (nil
7609 if not found) and always set POS to a meaningful position.
7610 Adapt to the new char-offsets.
7611 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7612 Adapt to the new diff-find-source-location.
7613 (diff-goto-source): Adapt to the new diff-find-source-location.
7614
7615 * add-log.el (add-log-file-name): New function (split out of
7616 add-change-log-entry).
7617 (add-change-log-entry): Use it.
7618 Call add-log-file-name-function with the changelog file name if
7619 the current buffer is not associated with any file.
7620 Avoid find-file if the selected window is dedicated.
7621
7622 * diff-mode.el (diff-find-source-location):
7623 Move code from diff-apply-hunk. Return buffer rather than file.
7624 (diff-apply-hunk): Use the new result from diff-find-source-location.
7625 (diff-goto-source): Use the new diff-find-source-location.
7626
7627 2000-09-20 Dave Love <fx@gnu.org>
7628
7629 * iswitchb.el: Some doc fixes.
7630 (iswitchb-mode-map): Define completely initially. Inherit
7631 minibuffer-local-map.
7632 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7633 fundamental-mode.
7634 (iswitchb-global-map): New variable.
7635 (iswitchb-summaries-to-end): Amalgamate regexps.
7636 (iswitchb-mode): New.
7637 (iswitchb-mode-hook): New variable.
7638 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7639 `extensions'.
7640
7641 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7642
7643 * ehelp.el (electric-help): New defgroup.
7644 (electric-help-shrink-window): New user-option.
7645 (with-electric-help): Use it.
7646
7647 * window.el (shrink-window-if-larger-than-buffer): If face
7648 `mode-line' has a :box, and we're on a graphical frame, add 1
7649 to the needed window height.
7650
7651 * frame.el (frame-notice-user-settings): Add a last parameter nil
7652 to a call to `append', because the last list passed to `append' is
7653 not copied, and so subsequent calls to assq-delete-all will modify
7654 default-frame-alist.
7655
7656 * startup.el (fancy-splash-image): Change :type.
7657 (fancy-splash-head): Use an XBM image if appropriate.
7658 (command-line-1): Show splash screens in more cases.
7659
7660 * startup.el (fancy-splash-text): Don't quote faces.
7661
7662 * dired.el (dired-font-lock-keywords): Undo last change.
7663 (dired-readin): Bind indent-tabs-mode to nil.
7664
7665 * startup.el (fancy-splash-head): If frame's background mode
7666 is `dark', change the black background of the image to gray.
7667 (fancy-splash-screens): Display startup echo area message.
7668 (display-startup-echo-area-message): New function.
7669
7670 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7671
7672 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7673
7674 * info.el (info-header-node): Tweak for color ttys.
7675
7676 * faces.el (face-valid-attribute-values): Make sure directories we
7677 search for stipples both exist and are readable before trying to
7678 search them.
7679
7680 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7681 in the dry-run case.
7682
7683 * jka-compr.el (with-auto-compression-mode): New macro.
7684
7685 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7686 (custom-group-tag-face, custom-variable-tag-face): Use relative
7687 :height and inherit from `variable-pitch' face instead of
7688 hardwiring :family.
7689 * hi-lock.el (hi-black-hb): Likewise.
7690
7691 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7692 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7693 toolbar-add-item, if image doesn't have a mask add a `:mask
7694 heuristic'.
7695
7696 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7697
7698 * diff-mode.el: Docstring fixes.
7699 (diff-header-face, diff-comment-face): New faces.
7700 (diff-font-lock-keywords): Highlight a bit differently.
7701 (diff-find-source-location): Don't return SPAN any more.
7702 (diff-hunk-text): Don't bother erasing the temp buffer.
7703 (diff-find-text): Drop argument LINE.
7704 (diff-apply-hunk): Update calls to diff-find-text.
7705 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7706
7707 * calendar/calendar.el: Docstring fixes.
7708 (calendar-make-alist): Don't quote lambda.
7709 (calendar-star-date): Use make-local-variable.
7710
7711 2000-09-19 Dave Love <fx@gnu.org>
7712
7713 * toolbar/tool-bar.el: Renamed from toolbar.el.
7714 Change `toolbar' to `tool-bar' generally in symbols.
7715 Make some items invisible in `special' major modes.
7716 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7717 Add arg PROPS.
7718
7719 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7720 Add :version here.
7721 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7722
7723 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7724
7725 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7726
7727 * files.el (find-file-suppress-same-file-warnings): New user-option.
7728 (find-file-noselect): Use it.
7729
7730 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7731 (fancy-splash-screen): Defgroup.
7732
7733 * add-log.el (change-log-font-lock-keywords): Match names
7734 more exactly for the case that font-lock-constant-face is
7735 underlined.
7736
7737 2000-09-19 Richard M. Stallman <rms@gnu.org>
7738
7739 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7740
7741 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7742
7743 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7744
7745 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7746
7747 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7748 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7749 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7750 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7751 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7752 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7753 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7754 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7755 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7756 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7757 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7758 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7759
7760 * startup.el (fancy-splash-text): New variable.
7761 (fancy-splash-delay, fancy-splash-image): New user-options.
7762 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7763 (fancy-splash-screens): New functions.
7764 (command-line-1): If display has a `display' frame parameter, has
7765 colors, and we have XPM support, show more fancy splash screens.
7766
7767 2000-09-19 Dave Love <fx@gnu.org>
7768
7769 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7770 with null `help'. Use modern backquote syntax.
7771
7772 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7773
7774 * font-lock.el (font-lock-mode): Change message telling the user
7775 that ``the buffer is too big''.
7776
7777 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7778 for instance for the case that tab-width is 2.
7779
7780 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7781
7782 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7783 toolbar-add-item, if image doesn't have a mask add a `:mask
7784 heuristic'.
7785
7786 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7787
7788 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7789 and return a cons if it's non-nil.
7790 (diff-apply-hunk): Try to jump to the line in the source text
7791 corresponding to the position of point in the in the hunk.
7792
7793 * info.el (Info-title-3-face, Info-title-2-face)
7794 (Info-title-1-face): Use face inheritance and relative sizes
7795 instead of hard-wiring things.
7796
7797 * faces.el (secondary-selection): Make dark-background variant sane.
7798
7799 2000-09-16 Andrew Innes <andrewi@gnu.org>
7800
7801 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7802 read-only, since they aren't under VC now.
7803
7804 2000-09-17 Dave Love <fx@gnu.org>
7805
7806 * tmm.el: Replace mapcar with mapc in several places.
7807
7808 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7809 ad-unadvise.
7810
7811 * international/latin1-disp.el: New file.
7812
7813 * calendar/cal-move.el (scroll-calendar-left)
7814 (scroll-calendar-right): Make arg optional (for active mode line).
7815
7816 * calendar/calendar.el (calendar-mode-line-format): Make fields
7817 mouse-sensitive.
7818 (calendar-read-date, calendar-read-date, calendar-window-list):
7819 Unquote lambda.
7820 (calendar-month-name): Use aref, not sref.
7821
7822 * view.el (minor-mode-alist): Propertize the string.
7823
7824 * international/characters.el (standard-case-table): Add entries
7825 for Greek.
7826
7827 2000-09-18 Miles Bader <miles@gnu.org>
7828
7829 * info.el (info-node, info-xref): Add dark-background variants.
7830
7831 * faces.el (header-line): Change defaults to be less confusing
7832 when mixed with mode-lines.
7833
7834 * info.el (Info-fontify-node): Make a few cleanups.
7835 Add extra `help-echo' and `local-map' props to node xrefs.
7836 Use header-specific faces for node-names & xrefs.
7837 (Info-use-header-line): New variable.
7838 (info-header-xref, info-header-node): New faces.
7839 (Info-setup-header-line): New function.
7840 (Info-select-node): Call Info-setup-header-line when enabled.
7841 (Info-extract-pointer): Work even if the header line is hidden.
7842 (Info-header-line): New variable.
7843
7844 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7845
7846 * vms-patch.el (print-region-function): Don't quote lambda.
7847
7848 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7849
7850 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7851 (lm-get-header-re): Allow spaces between the header and the colon.
7852 (lm-header): Allow $ in non-RCS headers.
7853 (lm-header-multiline): Put the strings back into order.
7854 Stop at an empty line. Don't require two space chars if the
7855 line is clearly not another header line.
7856
7857 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7858 (popup-menu-popup): Remove.
7859
7860 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7861
7862 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7863 specification if or if not tool-bar item contains an `:enabled'
7864 property.
7865
7866 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7867 current buffer has no file name.
7868
7869 2000-09-15 Dave Love <fx@gnu.org>
7870
7871 * strokes.el: Sync with maintainer's current version with changes
7872 for Emacs, but avoid runtime cl and levents.
7873 (toplevel): Change autoloads and compilation requires.
7874 (strokes-version, strokes-bug-address, strokes-lift): Values
7875 changed.
7876 (strokes-xpm-header, strokes-insinuated): New variable.
7877 (strokes): Add :link.
7878 (strokes-mode): Customized.
7879 (strokes-while-inhibiting-garbage-collector): New macro.
7880 (strokes-remassoc): Avoid remove-if.
7881 (strokes-fix-button2-command): Don't use ad-do-it.
7882 (strokes-insinuate): New function.
7883 (strokes-button-press-event-p, strokes-button-release-event-p):
7884 New functions, used instead of non-`strokes-' versions..
7885 (strokes-mouse-event-p): Rewritten.
7886 (strokes-event-closest-point): Avoid event-point.
7887 (strokes-get-grid-position): Avoid cdadr, caadr
7888 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7889 functions.
7890 (strokes-help): Use with-output-to-temp-buffer.
7891 (strokes-window-configuration-changed-p): New function.
7892 (strokes-update-window-configuration): Use buffer-live-p,
7893 strokes-window-configuration-changed-p.
7894 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7895 (strokes-char-face): New face.
7896 (strokes-char-table, strokes-base64-chars): New variable.
7897 (strokes-xpm-for-stroke, strokes-list-strokes)
7898 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7899 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7900 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7901 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7902 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7903 functions.
7904
7905 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7906
7907 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7908
7909 * image.el (create-image): Doc fix.
7910
7911 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7912 instead of `:heuristic-mask t'.
7913
7914 2000-09-14 Andrew Innes <andrewi@gnu.org>
7915
7916 * makefile.w32-in: Revert to Unix line endings.
7917
7918 2000-09-14 Andrew Innes <andrewi@gnu.org>
7919
7920 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7921 when installing.
7922
7923 * makefile.nt (DONTCOMPILE): Fix typo.
7924
7925 * shell.el (shell-write-history-on-exit): New function.
7926 (shell-dumb-shell-regexp): New custom variable.
7927 (shell-mode): Make shell-write-history-on-exit the process
7928 sentinel if shell name matches shell-dumb-shell-regexp.
7929
7930 * w32-fns.el: Comment out before-init-hook function which resets
7931 source-directory based; this breaks bootstrap.
7932
7933 2000-09-14 Dave Love <fx@gnu.org>
7934
7935 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7936 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7937 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7938 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7939 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7940 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7941 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7942 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7943 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7944
7945 * toolbar/toolbar.el: New.
7946
7947 * subdirs.el: Add toolbar.
7948
7949 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7950
7951 * indent.el (indent-for-tab-command): Doc fix.
7952
7953 2000-09-14 Alex Schroeder <alex@gnu.org>
7954
7955 * ansi-color.el (ansi-colors): Doc change.
7956 (ansi-color-get-face): Simplified regexp.
7957 (ansi-color-faces-vector): Added more faces, doc change.
7958 (ansi-color-names-vector): Doc change.
7959 (ansi-color-regexp): Simplified regexp.
7960 (ansi-color-parameter-regexp): New regexp.
7961 (ansi-color-filter-apply): Doc change.
7962 (ansi-color-filter-region): Doc change.
7963 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7964 deal with zero length parameters.
7965 (ansi-color-apply-on-region): Doc change.
7966 (ansi-color-map): Doc change.
7967 (ansi-color-map-update): Removed debugging message.
7968 (ansi-color-get-face-1): Added condition-case to trap
7969 args-out-of-range errors.
7970 (ansi-color-get-face): Doc change.
7971 (ansi-color-make-face): Removed.
7972 (ansi-color-for-shell-mode): New option.
7973
7974 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7975
7976 * international/quail.el (quail-start-translation): Translate KEY
7977 if necessary even if it doesn't have any mapping in the current
7978 input method.
7979 (quail-start-conversion): Likewise.
7980 (quail-help): The output message is improved.
7981
7982 2000-09-13 Miles Bader <miles@gnu.org>
7983
7984 * comint.el (comint-output-filter): Revert to using
7985 `insert-before-markers'. Add bletcherous hack to undo damage
7986 caused by `insert-before-markers'. Put `front-sticky' property on
7987 overlays created here so that the field code understands how the
7988 overlay works. Use a let when making comint-last-prompt-overlay,
7989 so that the code is easier to read.
7990
7991 2000-09-13 Dave Love <fx@gnu.org>
7992
7993 * wid-edit.el (widget-default-format-handler): DTRT when
7994 doc-property is a function.
7995
7996 2000-09-12 Francesco Potorti` <pot@gnu.org>
7997
7998 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7999 filed name if it's not there.
8000
8001 2000-09-12 Dave Love <fx@gnu.org>
8002
8003 * simple.el (read-mail-command): Doc fix.
8004 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8005
8006 * vc.el (vc-dired-listing-switches): Fix :version.
8007
8008 * vc-hooks.el: Doc fixes.
8009
8010 * subr.el (add-minor-mode): Use toggle-fun arg.
8011
8012 * speedbar.el: Add :version to several defcustoms.
8013
8014 * imenu.el (imenu--truncate-items, imenu--cleanup)
8015 (imenu--generic-function): Avoid mapcar.
8016 (imenu--replace-spaces): Function removed.
8017 (imenu--completion-buffer): Use subst-char-in-string.
8018 (imenu-add-to-menubar): Use keymap inheritance.
8019
8020 2000-09-12 Miles Bader <miles@gnu.org>
8021
8022 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8023 (diff-mode-map): Bind `diff-test-hunk'.
8024 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8025
8026 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8027
8028 * bytecomp.el (byte-compile-defvar): Undo last change
8029 because it breaks '(make-variable-buffer-local (defvar ...)'
8030 which is used at least in dired.
8031
8032 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8033
8034 * international/quail.el (quail-define-package): Docstring
8035 modified.
8036
8037 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8038
8039 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8040 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8041 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8042 docstring of "chinese-py".
8043
8044 * international/quail.el (quail-translation-docstring): New
8045 variable.
8046 (quail-show-keyboard-layout): Docstring modified.
8047 (quail-select-current): Likewise.
8048 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8049 infinite recursive call.
8050 (quail-help): Check quail-translation-docstring. Format of the
8051 output changed.
8052 (quail-help-insert-keymap-description): Adjusted for the above
8053 change.
8054
8055 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8056
8057 * bytecomp.el (byte-compile-defvar): Only cons onto
8058 current-load-list in top-level forms. Else this leaks a cons cell
8059 every time a defun is called.
8060
8061 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8062
8063 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8064 Now understands non-unified diffs. Some functionality moved into
8065 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8066 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8067 modify anything. Only reposition point in the patched file if the
8068 patch succeeds. Only pop up another window if POPUP is true.
8069 Emit a message describing what happened if successful, and at what
8070 line-offset. Automatically detect reversed hunks and do something
8071 appropriate.
8072 (diff-hunk-text, diff-find-text): New functions.
8073 (diff-filter-lines): Function removed.
8074 (diff-test-hunk): New function.
8075 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8076
8077 2000-09-10 Dave Love <fx@gnu.org>
8078
8079 * textmodes/tildify.el: Minor doc/commentary fixes.
8080 (tildify) <defgroup>: Add :version.
8081
8082 * faces.el (face-x-resources): Make custom type more specific.
8083 (frame-background-mode): Use mapc.
8084 (region) <defcustom>: Add :version.
8085
8086 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8087
8088 * vc-sccs.el (vc-sccs-register):
8089 * vc-rcs.el (vc-rcs-register):
8090 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8091 * vc.el (vc-register): Clear file's properties.
8092
8093 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8094
8095 * faces.el (face-spec-set): Only face-spec-reset-face when
8096 ATTRS is non-nil.
8097
8098 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8099
8100 * help.el (help-insert-xref-button): Fix a typo in doc string.
8101
8102 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8103
8104 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8105 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8106 methods.
8107
8108 * menu-bar.el (read-mail-item-name): New function.
8109 (menu-bar-tools-menu): Use it to compute and display the package
8110 used to read email.
8111 (menu-bar-tools-menu): Fix typo in GUD's help string.
8112
8113 2000-09-07 Dave Love <fx@gnu.org>
8114
8115 * diff-mode.el (diff-mouse-goto-source): New function.
8116
8117 * vc-sccs.el: Doc fixes.
8118 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8119
8120 * vc-rcs.el: Doc fixes.
8121 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8122 (vc-rcs-checkout-switches, vc-rcs-header)
8123 (vc-rcs-master-templates): Add or change :version.
8124
8125 * vc-cvs.el: Doc fixes.
8126 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8127 (vc-cvs-stay-local): Add :version.
8128
8129 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8130
8131 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8132
8133 * international/quail.el (quail-help): Fix previous change.
8134
8135 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8136
8137 * faces.el (color-values): Doc fix.
8138
8139 * faces.el (frame-set-background-mode): Use frame-parameter
8140 instead of frame-parameters.
8141
8142 * frame.el (filtered-frame-list): Reduce consing.
8143 (frames-on-display-list): Call frame-parameter instead of
8144 frame-parameters.
8145
8146 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8147
8148 * language/devan-util.el (devanagari-to-indian-region): In the
8149 loop, change the following char, not preceding char.
8150
8151 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8152
8153 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8154 instead of frame-parameters.
8155
8156 * faces.el (set-face-attribute): Simplify by calling
8157 internal-set-lisp-face-attribute with FRAME being 0.
8158
8159 * vc.el: Remove `Id' version control keyword.
8160
8161 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8162
8163 * help.el (help-make-xrefs): Adjusted for the change of
8164 help-xref-mule-regexp.
8165 (help-insert-xref-button): New function.
8166
8167 * international/mule-cmds.el (help-xref-mule-regexp-template):
8168 Include the pattern for character set.
8169 (leim): New group.
8170
8171 * international/quail.el: Don't require face.
8172 (quail): New group.
8173 (quail-other-command): Dummy command to make quail-help work better.
8174 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8175 (quail-keyboard-layout-substitution): New variable.
8176 (quail-update-keyboard-layout): New function.
8177 (quail-keyboard-layout-type): New customizable variable.
8178 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8179 (quail-keyboard-translate): Pay attention to
8180 quail-keyboard-layout-substitution.
8181 (quail-insert-kbd-layout): New function.
8182 (quail-show-keyboard-layout): New function.
8183 (quail-get-translation): If the definition is a vector of length
8184 1, and the element is a string of length 1, return the character
8185 in that string.
8186 (quail-update-current-translations): Fix the case of
8187 relative-index out of range.
8188 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8189 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8190 Show key sequences for all available characters.
8191 (quail-help-insert-keymap-description): Don't show such verbose
8192 key bindings as quail-self-insert-command.
8193
8194 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8195 Format changed, and each element now have extra documentations.
8196 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8197 Adjusted for the change of quail-cxterm-package-ext-info.
8198
8199 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8200
8201 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8202 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8203 during bootstrap.
8204
8205 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8206
8207 * vc.el: (toplevel): Don't require `dired' at run-time.
8208 (vc-dired-resynch-file): Remove autoload cookie.
8209
8210 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8211
8212 * vc.el: Made several backend functions optional.
8213 (vc-default-responsible-p): New function.
8214 (vc-merge): Use RET for first version to trigger merge-news, not
8215 prefix arg.
8216 (vc-annotate): Handle backends that do not support annotation.
8217 (vc-default-merge-news): Removed. The existence of a merge-news
8218 implementation is now checked on caller sites.
8219
8220 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8221 case.
8222
8223 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8224 special case that has been removed from the default in vc-hooks.el.
8225
8226 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8227
8228 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8229
8230 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8231
8232 * vc-hooks.el: Require vc during compilation.
8233 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8234 macro `with-vc-properties' in vc.el.
8235 (vc-file-getprop): Doc fix.
8236 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8237
8238 * vc.el: Require dired-aux during compilation.
8239 (vc-name-assoc-file): Moved to vc-sccs.el.
8240 (with-vc-properties): New macro.
8241 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8242 vc-finish-steal): Use it.
8243 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8244 to the backend-specific function is now supposed to do the checkout,
8245 too.
8246 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8247
8248 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8249 set file properties; that gets done in the generic code now.
8250
8251 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8252 Changed parameter list, added code from vc.el that does the
8253 checkout, possibly with a double-take.
8254
8255 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8256 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8257 the above under the new name.
8258 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8259 parameter list, added checkout command.
8260 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8261 properties; that gets done in the generic code now.
8262
8263 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8264
8265 * vc.el: Docstring fixes (courtesy of checkdoc).
8266
8267 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8268
8269 * vc.el (vc-checkout-writable-buffer-hook)
8270 (vc-checkout-writable-buffer): Remove.
8271 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8272 (vc-log-mode): Make it into a clean derived major mode.
8273 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8274 vc-log-mode if log-edit is not available.
8275 (vc-dired-mode-map): Don't set-keymap-parent yet.
8276 (vc-dired-mode): Do set-keymap-parent here.
8277 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8278
8279 2000-09-05 Gerd Moellmann <gerd@gnu.org>
8280
8281 * faces.el (set-face-attribute, face-spec-reset-face)
8282 (face-spec-set): Avoid consing by removing calls to `apply'.
8283
8284 * frame.el (frame-parameter): Move to C code.
8285
8286 2000-09-05 Dave Love <fx@gnu.org>
8287
8288 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8289 insert-before-markers-and-inherit. Now checked systematically!
8290
8291 2000-09-05 Alex Schroeder <alex@gnu.org>
8292
8293 * sql.el (sql-postgres): Use sql-postgres-options.
8294 (sql-postgres-options): New variable.
8295
8296 2000-09-05 Alex Schroeder <alex@gnu.org>
8297
8298 * sql.el (sql-mode-menu): Work around missing variable mark-active
8299 in XEmacs.
8300 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8301 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8302 compatibility.
8303
8304 2000-09-04 Gerd Moellmann <gerd@gnu.org>
8305
8306 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8307
8308 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8309
8310 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8311
8312 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8313
8314 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8315 don't support anything else under SCCS yet.
8316
8317 * vc-hooks.el: Minor doc fixes.
8318
8319 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8320
8321 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8322 not necessary. If verbose in state `needs-patch', do the same as
8323 under `up-to-date'. When NOT verbose and `needs-patch', check out
8324 latest version instead of `merge-news'.
8325 (vc-next-action-dired): Don't mess with default-directory here; it
8326 breaks other parts of dired. It is the job of the
8327 backend-specific functions to adjust it temporarily if they need it.
8328 (vc-next-action): Remove a special CVS case.
8329 (vc-clear-headers): New optional arg FILE.
8330 (vc-checkin, vc-checkout): Set properties vc-state and
8331 vc-checkout-time properly.
8332 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8333 (vc-print-log): Use new backend function `show-log-entry'.
8334 (vc-cancel-version): Do the checks in a different order. Added a
8335 FIXME concerning RCS-only code.
8336
8337 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8338 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8339
8340 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8341
8342 * vc-hooks.el (vc-default-mode-line-string): Show state
8343 `needs-patch' as a `-' too.
8344
8345 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8346
8347 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8348 (vc-default-could-register): New function.
8349 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8350 (vc-resynch-buffer): Call vc-dired-resynch-file.
8351 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8352 vc-resynch-buffer instead of vc-resynch-window.
8353 (vc-next-action-dired): Don't redisplay here, that gets done as a
8354 result of the individual file operations.
8355 (vc-retrieve-snapshot): Corrected prompt order.
8356
8357 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8358
8359 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8360 as well.
8361 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8362 hostname regexps. Updated all callers.
8363 (vc-cvs-responsible-p): Handle directories as well.
8364 (vc-cvs-could-register): New function.
8365 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8366 properties up-to-date.
8367
8368 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8369 user whether to create one.
8370
8371 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8372
8373 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8374 check out a non-existing file.
8375
8376 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8377 workfile does not exist.
8378
8379 * vc.el (vc-version-diff): Use `require' to check for existence of
8380 diff-mode.
8381
8382 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8383
8384 * vc-cvs.el (vc-cvs-registered): Use new function
8385 vc-cvs-parse-entry to do the actual work.
8386
8387 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8388
8389 * vc-hooks.el (vc-find-backend-function): If function doesn't
8390 exist, return nil instead of error.
8391 (vc-call-backend): Doc fix.
8392
8393 * vc.el (vc-do-command): Doc fix.
8394 (vc-finish-logentry): When checking in from vc-dired, choose the
8395 right backend for logentry check.
8396 (vc-dired-mode-map): Inherit from dired-mode-map.
8397 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8398 simplified.
8399 (vc-dired-state-info): Removed, updated caller.
8400 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8401 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8402 (vc-dired-listing-switches): New variable.
8403 (vc-directory): Use it, instead of dired-listing-switches.
8404
8405 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8406 (vc-cvs-dir-state): New function.
8407 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8408 (vc-cvs-parse-entry): New function, also to be used in
8409 vc-cvs-registered.
8410
8411 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8412
8413 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8414 *or* single-window-frames.
8415
8416 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8417
8418 * vc.el (vc-update-changelog): Split into generic part and default
8419 implementation. Doc string adapted.
8420 (vc-default-update-changelog): New function. Call the `rcs2log'
8421 script in exec-directory, to fix a long-standing nuisance.
8422
8423 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8424 simply signals an error.
8425
8426 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8427
8428 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8429 control-flow more clear and to avoid running `cvs' twice.
8430
8431 * vc.el (vc-next-action-on-file): Doc fix.
8432 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8433 (vc-print-log): Eval `file' before constructing the continuation.
8434
8435 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8436
8437 * vc.el (vc-next-action-on-file): Corrected several messages.
8438 (vc-merge): Add prefix arg `merge-news'; handle it.
8439
8440 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8441 is not reached. It is.
8442 (vc-cvs-merge): Set state to 'edited after merge.
8443 (vc-cvs-merge-news): Set workfile version to nil if not known.
8444 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8445
8446 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8447 via stdout. (Merge from main line.)
8448
8449 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8450
8451 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8452 detection.
8453
8454 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8455
8456 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8457 against kill-all-local-variables.
8458 (vc-log-edit): Don't save vc-parent-buffer any more.
8459 (vc-last-comment-match): Initialize to an empty string.
8460 (vc-post-command-functions): New hook.
8461 (vc-do-command): Run it.
8462 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8463 (vc-finish-logentry): Only add the comment to the ring if it's
8464 different from the last comment entered.
8465 (vc-new-comment-index): New function.
8466 (vc-previous-comment): Use it. Make the minibuffer message
8467 slightly less terse.
8468 (vc-comment-search-reverse): Make it work forward as well. Don't
8469 set vc-comment-ring-index if no match is found. Use
8470 vc-new-comment-index.
8471 (vc-comment-search-forward): Use vc-comment-search-reverse.
8472 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8473 define-derived-mode will do it for us. Bind `v' to a keymap that
8474 inherits from vc-prefix-map so that we can bind `vt' without
8475 binding C-x v t.
8476 (vc-retrieve-snapshot): Parenthesis typo.
8477
8478 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8479 to 1. Make sure to switch to *vc* before looking for an error
8480 message. Use vc-parse-buffer.
8481
8482 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8483
8484 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8485 and NAME.
8486 (vc-retrieve-snapshot): Split into two parts.
8487 (vc-default-retrieve-snapshot): New function.
8488
8489 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8490 (vc-cvs-retrieve-snapshot): New function (untested).
8491 (vc-cvs-stay-local): Default to t.
8492 (vc-cvs-remote-p): New function and property.
8493 (vc-cvs-state): Stay local only if the above is t.
8494 (vc-handle-cvs): Removed.
8495 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8496 done via vc-handled-backends now.
8497 (vc-cvs-header): Escape Id.
8498
8499 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8500
8501 * vc.el (vc-do-command): Remove unused commands.
8502 (vc-version-diff): Make sure default-directory ends with a slash.
8503 Move the window commands into a vc-exec-after.
8504 (vc-print-log): Move more of the code into the `vc-exec-after'.
8505
8506 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8507
8508 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8509 (vc-print-log): Search current revision from beginning of buffer.
8510 (vc-revert-buffer): Clear echo area after the diff is finished.
8511 (vc-prefix-map): Removed definition of "t" for terse display in vc
8512 dired.
8513 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8514 definition of "vt" for terse display.
8515 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8516
8517 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8518
8519 * vc.el (vc-exec-after): Avoid caddr.
8520
8521 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8522
8523 * vc.el (vc-exec-after): New function.
8524 (vc-do-command): Use it to add a termination message for async
8525 procs.
8526 (vc-checkout): Try to handle a missing-backend situation.
8527 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8528 of a directory with a backend using async diffs.
8529 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8530 present.
8531
8532 * vc-sccs.el (vc-sccs-state-heuristic): Use
8533 file-ownership-preserved-p.
8534
8535 * vc-rcs.el (vc-rcs-state-heuristic): Use
8536 file-ownership-preserved-p.
8537 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8538
8539 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8540
8541 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8542 vc-do-command.
8543
8544 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8545 when there are no changes.
8546
8547 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8548
8549 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8550
8551 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8552
8553 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8554
8555 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8556
8557 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8558 the `fset' outside of the defvar so that it works even if
8559 vc-prefix-map was already defined.
8560 (vc-setup-buffer): New function, split out of vc-do-command.
8561 (vc-do-command): Allow BUFFER to be t to mean `just use the
8562 current buffer without any fuss'.
8563 (vc-version-diff): Change the `diff' backend operation to just put
8564 the diff in the current buffer without erasing it. Always use
8565 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8566 shrink-window-if-larger-than-buffer.
8567 (vc-print-log): Change the `print-log' backend operation to just
8568 put the log in the current buffer without erasing it. Protect
8569 shrink-window-if-larger-than-buffer.
8570 (vc-update-change-log): Fix setd typo.
8571
8572 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8573 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8574
8575 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8576 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8577 CMP.
8578
8579 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8580 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8581 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8582
8583 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8584
8585 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8586 not possible, use vc-BACKEND-workfile-unchanged-p.
8587 (vc-default-workfile-unchanged-p): New function. Delegates to a
8588 full vc-BACKEND-diff.
8589
8590 * vc-hooks.el (vc-simple-command): Removed.
8591
8592 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8593 instead of vc-simple-command.
8594 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8595 avoid doing a diff when opening a file.
8596 (vc-rcs-state): Added check for unlocked-changes.
8597 (vc-rcs-header): Escape Id.
8598 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8599 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8600 version.
8601
8602 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8603 (vc-sccs-diff): Remove optional arg CMP.
8604 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8605 SCCS-specific function.
8606
8607 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8608 vc-simple-command.
8609
8610 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8611
8612 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8613 (with-vc-file, vc-merge): Use vc-editable-p.
8614 (vc-do-command): Remove unused var vc-file and fix the
8615 doubly-defined `status' var. Add a user message when starting an
8616 async command.
8617 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8618 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8619 Use with-current-buffer.
8620 (vc-buffer-sync): Use unless.
8621 (vc-next-action-on-file): If the file is 'edited by read-only,
8622 make it read-write instead of trying to commit.
8623 (vc-version-diff, vc-update-change-log): Use `setq
8624 default-directory' rather than `cd'.
8625 (vc-log-edit): Don't forget to set default-directory in the
8626 buffer.
8627
8628 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8629 (vc-sccs-state-heuristic): Use file-writable-p instead of
8630 comparing userids.
8631 (vc-sccs-checkout): Use `unless'.
8632
8633 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8634 of comparing userids.
8635 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8636 Simplify the logic by eliminating unreachable code.
8637 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8638 just do a recursive call if we need to retry.
8639 (vc-rcs-checkout): Handle the case where rcs is missing by making
8640 the buffer read-write if requested and re-signalling the error.
8641
8642 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8643
8644 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8645
8646 * vc-hooks.el (vc-handled-backends): Docstring change.
8647 (vc-ignore-vc-files): Mark obsolete.
8648 (vc-registered): Check vc-ignore-vc-files.
8649 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8650 vc-ignore-vc-files.
8651
8652 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8653
8654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8655
8656 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8657 files since ange-ftp already has vc-registered return nil.
8658
8659 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8660 (vc-sccs-workfile-version): Use with-temp-buffer and new
8661 vc-parse-buffer and don't bother setting the property.
8662 (vc-sccs-add-triple): Use with-current-buffer and
8663 find-file-noselect.
8664 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8665
8666 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8667 derives from the old vc-parse-buffer but uses the revision number
8668 rather than the date (much easier to compare robustly).
8669 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8670 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8671 locking-user more directly. Check strict locking and set
8672 checkout-model appropriately.
8673 (vc-rcs-parse-locks): Remove.
8674 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8675 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8676 (vc-rcs-system-release): Use with-current-buffer and
8677 vc-parse-buffer.
8678 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8679
8680 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8681 (vc-simple-command): Docstring fix.
8682 (vc-registered): Align the way the file-handler is called with the
8683 way the function itself works.
8684 (vc-file-owner): Remove.
8685
8686 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8687 extraction of fields and call to file-attributes because of a
8688 temporary bug in rcp.el.
8689 (vc-cvs-fetch-status): Use with-current-buffer.
8690
8691 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8692
8693 * vc.el (vc-do-command): Use file-relative-name.
8694 (vc-responsible-backend): Use vc-backend if possible.
8695 (vc-create-snapshot): Improve the `interactive' spec. Add support
8696 for branches and dispatch to backend-specific `create-snapshot'.
8697 (vc-default-create-snapshot): New function, containing the bulk of
8698 the old vc-create-snapshot.
8699 (vc-retrieve-snapshot): Improve the interactive spec.
8700
8701 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8702 (vc-backend-hook-functions): Remove.
8703 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8704 (vc-backend): Reintroduce the test for `file = nil' now that I
8705 know why it was there (and added a comment to better remember).
8706
8707 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8708 code from vc-sccs-hooks.el.
8709 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8710 'vc anymore.
8711 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8712 and file-directory-p instead of file-exists-p.
8713 (vc-sccs-check-headers): Simplify the regexp.
8714
8715 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8716 from vc-rcs-hooks.el. Don't require 'vc anymore.
8717 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8718 file-directory-p instead of file-exists-p.
8719
8720 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8721 from vc-cvs-hooks.el.
8722 (proto vc-cvs-registered): Require 'vc-cvs instead of
8723 'vc-cvs-hooks. Don't require 'vc anymore.
8724 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8725 file-directory-p instead of file-exists-p.
8726 (vc-cvs-create-snapshot): New function, replacing
8727 vc-cvs-assign-name.
8728 (vc-cvs-assign-name): Remove.
8729
8730 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8731
8732 * vc-cvs.el (vc-cvs-header): New var.
8733
8734 * vc-rcs.el (vc-rcs-exists): Remove.
8735 (vc-rcs-header): New var.
8736
8737 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8738 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8739 (vc-sccs-header): New var.
8740
8741 * vc.el (vc-do-command): Get rid of the `last' argument.
8742 (vc-header-alist): Remove, replaced by vc-X-header.
8743 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8744 (vc-dired-hook): Use expand-file-name instead of concat.
8745 (vc-directory): Use file-name-as-directory.
8746 (vc-snapshot-precondition, vc-create-snapshot)
8747 (vc-retrieve-snapshot): Allow the command to operate on any
8748 directory.
8749
8750 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8751 just removing the 'WORKFILE argument or by removing the 'MASTER
8752 argument and replacing `file' with (vc-name file).
8753
8754 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8755
8756 * vc.el: Update Copyright and add a crude list of backend funs.
8757 (vc-writable-p): New function.
8758 (with-vc-file): Use vc-writable-p.
8759 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8760 (vc-register): Avoid vc-name.
8761 (vc-locking-user): Remove.
8762 (vc-steal-lock): Make the `owner' arg non-optional.
8763 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8764 vc-checkout-model.
8765 (vc-default-dired-state-info): Use vc-state instead of
8766 vc-locking-user and return special strings for special states.
8767 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8768 and get rid of one of the special CVS cases.
8769 (vc-cancel-version): prettify error message with \\[...].
8770 (vc-rename-master): New function.
8771 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8772 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8773 the CVS special case generic.
8774 (vc-default-record-rename): Remove.
8775 (vc-file-tree-walk-internal): Only call FUNC for files that are
8776 under control of some VC backend and replace `concat' with
8777 expand-file-name.
8778 (vc-file-tree-walk): Update docstring.
8779 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8780 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8781
8782 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8783 vc-sccs-record-rename. Use `find-file-noselect' rather than
8784 `find-file' and call `vc-rename-master' to do the actual move.
8785 (vc-sccs-diff): Remove unused `backend' variable.
8786
8787 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8788 to delay loading of vc-sccs until it is really used.
8789 (vc-sccs-master-templates): Preload.
8790 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8791 (vc-sccs-project-dir): Remove (merged into
8792 vc-sccs-search-project-dir).
8793 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8794 rather than `concat', make sure it is preloaded and don't bother
8795 to check that the file actually exists.
8796 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8797 `locks' argument (use buffer's content instead) and eliminate n^2
8798 behavior.
8799
8800 * vc-rcs.el: Update Copyright.
8801 (vc-rcs-rename-file): New function.
8802 (vc-rcs-diff): Remove unused `backend' variable.
8803
8804 * vc-hooks.el: Update Copyright.
8805 (vc-backend): Don't accept a nil argument any more.
8806 (vc-up-to-date-p): Turn into a defsubst.
8807 (vc-possible-master): New function.
8808 (vc-check-master-templates): Use `vc-possible-master' and allow
8809 funs in vc-X-master-templates to return a non-existent file.
8810
8811 * vc-cvs.el: Update Copyright.
8812 (vc-cvs-diff): Remove unused `backend' variable.
8813 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8814
8815 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8816
8817 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8818
8819 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8820 since it can be called from vc-rcs.el.
8821 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8822
8823 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8824
8825 * vc.el (vc-version-diff): Expand file name read from the
8826 minibuffer. Handle the case when a previous version number can't
8827 be guessed. Give suitable messages when there were no differences
8828 found.
8829 (vc-clear-headers): Call backend-specific implementation, if one
8830 exists.
8831 (vc-cancel-version): Made error checks generic. When done, clear
8832 headers generically, too.
8833
8834 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8835 from vc-clear-headers in vc.el.
8836
8837 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8838 correctly.
8839 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8840 optional. Handle the case when it's not there.
8841
8842 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8843
8844 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8845
8846 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8847
8848 * vc-hooks.el (vc-loadup): Remove.
8849 (vc-find-backend-function): Use `require'. Also, handle the case
8850 where vc-BACKEND-hooks.el doesn't exist.
8851 (vc-call-backend): Cleanup.
8852
8853 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8854
8855 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8856 vc-rcs-grab-templates)
8857 (vc-rcs-registered): Remove. The default function works as well.
8858 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8859 vc-sccs-grab-templates)
8860 (vc-sccs-registered): Remove. The default function works as well.
8861
8862 * vc.el (vc-version-diff): Left out a vc- in call to
8863 vc-call-backend.
8864 (vc-default-dired-state-info, vc-default-record-rename)
8865 (vc-default-merge-news): Update for the new backend argument.
8866
8867 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8868 using the default function.
8869 (vc-call-backend): If calling the default function, pass it the
8870 backend as first argument. Update the docstring accordingly.
8871 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8872 for the new backend argument.
8873 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8874 (vc-find-backend-function): Use the new name.
8875 (vc-default-registered): New function.
8876
8877 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8878
8879 * vc.el (vc-merge): Use vc-find-backend-function.
8880
8881 * vc-hooks.el (vc-backend-functions): Remove.
8882 (vc-loadup): Don't setup 'vc-functions.
8883 (vc-find-backend-function): New function.
8884 (vc-call-backend): Use above fun and populate 'vc-functions
8885 lazily.
8886 (vc-backend-defines): Remove.
8887
8888 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8889
8890 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8891 Call vc-call-backend without the leading vc-.
8892 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8893 (vc-check-headers): Call vc-call-backend without the leading vc-.
8894 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8895 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8896 Call vc-call-backend without the leading vc-.
8897
8898 * vc-cvs.el (tail): Provide vc-cvs.
8899 * vc-sccs.el (tail): Provide vc-sccs.
8900 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8901
8902 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8903 (vc-make-backend-function, vc-call): Pass names without leading
8904 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8905 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8906 (vc-call-backend): Always try to load vc-X-hooks.
8907 (vc-registered): Remove vc- in call to vc-call-backend.
8908
8909 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8910
8911 * vc.el (vc-process-filter): New function.
8912 (vc-do-command): Setup `vc-process-filter' for the async process.
8913 (vc-maybe-resolve-conflicts): New function to reduce
8914 code-duplication. Additionally, it puts the buffer in
8915 `smerge-mode' if applicable.
8916 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8917 calling `merge-news'.
8918 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8919 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8920 interfacing to log-edit.el.
8921 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8922 log-edit is available.
8923 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8924
8925 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8926
8927 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8928 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8929 defvar and the initialization.
8930 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8931
8932 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8933 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8934
8935 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8936
8937 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8938
8939 * vc.el (vc-file-clear-masterprops): Removed.
8940 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8941 (vc-version-diff): Use buffer-size without argument.
8942 (vc-register): Heed vc-initial-comment.
8943
8944 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8945 default branch.
8946
8947 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8948 file name and workfile version.
8949 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8950
8951 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8952 vc-file-clear-masterprops.
8953
8954 * vc-sccs.el (vc-sccs-checkout): Removed call to
8955 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8956 rather than user login name.
8957
8958
8959 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8960
8961 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8962 `want-differences-if-changed' and simplify.
8963 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8964 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8965 output (which is invalid for async vc-diff) to decide whether to
8966 do the revert silently or not.
8967
8968 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8969
8970 * vc-hooks.el (vc-loadup): Load files quietly.
8971 (vc-call-backend): Oops, brain fart.
8972
8973 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8974
8975 * vc-cvs.el (vc-cvs-state): Typo.
8976 (vc-cvs-merge-news): Return the status code rather than the error msg.
8977
8978 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8979
8980 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8981 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8982 vc-state or vc-up-to-date-p.
8983 (vc-merge): Use vc-backend-defines to check whether merging is
8984 possible. Set state to 'edited after successful merge.
8985
8986 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8987 return that name. Redocumented.
8988
8989 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8990
8991 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8992 new `vc-state' semantics.
8993 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8994 'vc-locking-user to the current user.
8995 (vc-merge): Inline vc-backend-merge. Comment out code that I
8996 don't understand and hence can't adapt to the new `vc-state' and
8997 `vc-locking-user' semantics.
8998 (vc-backend-merge): Remove.
8999
9000 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9001 rather than 'vc-locking-user.
9002
9003 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9004
9005 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9006 (vc-state): Don't use 'reserved any more. Just use the same
9007 convention as the one used for vc-<backend>-state where the
9008 locking user (as a string) is returned.
9009 (vc-locking-user): Update, based on the above convention. The
9010 'vc-locking-user property has disappeared.
9011 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9012
9013 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9014 with a heuristic one.
9015 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9016 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9017 error. That allows us to get to 'needs-merge even in the
9018 stay-local case. There's still no way to detect 'needs-patch in
9019 such a setup (or to force an update for that matter).
9020 (vc-cvs-logentry-check): Remove, the default works as well.
9021
9022 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9023
9024 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9025
9026 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9027 major-mode in which the buffer might have been put earlier. Use
9028 `remove' and `when'. Allow `okstatus' to be `async' and use
9029 `start-process' in this case.
9030 (vc-version-diff): Handle the case where the diff looks empty
9031 because of the use of an async process.
9032
9033 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9034
9035 * vc.el (vc-next-action-on-file): Removed optional parameter
9036 `simple'. Recompute state unconditionally.
9037 (vc-default-toggle-read-only): Removed.
9038
9039 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9040 (vc-toggle-read-only): Undid prev change.
9041
9042 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9043 vc-cvs-simple-toggle. Redocumented.
9044 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9045 (vc-cvs-toggle-read-only): Removed.
9046
9047 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9048
9049 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9050 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9051 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9052 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9053 still is. So maybe it should be removed.
9054 (vc-head-version, vc-find-binary): Remove.
9055 (vc-recompute-state): Move from vc-hooks.el.
9056 (vc-next-action-on-file): Add a `simple' argument to allow
9057 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9058 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9059 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9060 (vc-dired-mode-map): Properly defvar it.
9061 (vc-print-log): Call log-view-mode if available.
9062 (small-temporary-file-directory): defvar instead of use boundp.
9063 (vc-merge-news): Moved to vc-cvs.el.
9064 (vc-default-merge-news): New function.
9065
9066 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9067 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9068 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9069 unknown `vc-latest-version' function. It should probably refer to
9070 vc-workfile-version or somesuch, but it's very unclear to me and I
9071 don't have SCCS to test things.
9072
9073 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9074 (vc-sccs-state-heuristic): Fix typo.
9075 (vc-sccs-workfile-unchanged-p): Add missing argument.
9076
9077 * vc-rcs.el: Require vc and vc-rcs-hooks.
9078 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9079 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9080 (vc-release-greater-or-equal-p): Move from vc.
9081 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9082 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9083 (vc-rcs-checkout): Add a missing `new-version' argument in the
9084 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9085
9086 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9087 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9088 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9089 than the apparently unbound `workfile-version'.
9090
9091 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9092 (vc-file-prop-obarray): Use `make-vector'.
9093 (vc-backend-functions): Add new hookable functions
9094 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9095 (vc-loadup): If neither backend nor default functions exist, use
9096 the backend function rather than nil.
9097 (vc-call-backend): If the function if not bound yet, try to load
9098 the non-hook file to see if it provides it.
9099 (vc-call): New macro plus use it wherever possible.
9100 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9101 nor `vc-find-binary' since it's only called from
9102 vc-mistrust-permission which is only used once the backend is known.
9103 (vc-checkout-model): Fix parenthesis.
9104 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9105
9106 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9107 (vc-cvs-release, vc-cvs-system-release): Remove.
9108 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9109 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9110 status symbols.
9111 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9112 (vc-cvs-toggle-read-only): First cut at a function to allow a
9113 cvs-status-free vc-toggle-read-only.
9114 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9115 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9116 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9117 (vc-cvs-checkout): Modify access rights directly if the user
9118 requested not to use `cvs edit'. And refresh the mode line.
9119
9120 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9121 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9122
9123 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9126 workfile' that got lost when the code was extracted from vc.el.
9127 And merged the tail with the rest of the code (not possible in the
9128 old vc.el where the tail was shared among all backends). And
9129 explicitly set the state to 'edited if `writable' is set.
9130
9131 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9132 (vc-cvs-state): Be careful to return the value from
9133 vc-cvs-parse-state.
9134 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9135 property but return it instead. Also be careful to handle a nil
9136 or "" `rev' when workfile is non-nil (it was handled properly when
9137 workfile was nil).
9138
9139 * vc.el: Removed those pesky unnecessary `(function' quotes.
9140 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9141 directly in the defvar.
9142 (vc-do-command): Bind inhibit-read-only so as to properly handle
9143 the case where the destination buffer has been made read-only.
9144 (vc-diff): Delegate to vc-version-diff in all cases.
9145 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9146 (vc-annotate-mode-variables): Removed (code moved partly to
9147 defvars and partly to vc-annotate-add-menu).
9148 (vc-annotate-mode): Turned into a derived-mode.
9149 (vc-annotate-add-menu): Moved in code in
9150 vc-annotate-mode-variables.
9151 (vc-update-change-log): Use make-temp-file if available.
9152
9153 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9154
9155 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9156 `vc-checkout-model' updated to `vc-cvs-update-model'.
9157
9158 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9159
9160 * vc.el (vc-next-action-on-file): Added handling of state
9161 `unlocked-changes'.
9162 (vc-checkout-carefully): Is now practically obsolete, unless the
9163 above is too slow to be enabled unconditionally.
9164 (vc-update-change-log): Fixed typo.
9165
9166 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9167
9168 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9169 Now handles state `unlocked-changes'.
9170 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9171
9172 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9173
9174 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9175 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9176 `unlocked-changes'.
9177 (vc-rcs-workfile-unchanged-p): Renamed from
9178 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9179 function yet, but supposed to become one soon.
9180
9181 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9182 `vc-steal-lock'.
9183 (vc-call-backend): Changed error message.
9184 (vc-state): Added description of state `unlocked-changes'.
9185
9186 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9187
9188 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9189 always return t in CVS-controlled directories.
9190
9191 * vc.el (vc-responsible-backend): New function.
9192 (vc-register): Largely rewritten.
9193 (vc-admin): Removed (implementation moved into vc-register).
9194 (vc-checkin): Redocumented.
9195 (vc-finish-logentry): If no backend defined yet (because we are in
9196 the process of registering), use the responsible backend.
9197
9198 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9199 Updated function lists.
9200 (vc-call-backend): Fixed typo.
9201
9202 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9203 New functions.
9204 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9205 Removed query option. Redocumented.
9206
9207 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9208
9209 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9210
9211 * vc.el: Updated callers of `vc-checkout-required' to use
9212 `vc-checkout-model'.
9213
9214 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9215
9216 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9217 stuff updated to reference this function instead of the old
9218 `vc-backend-release-p'.
9219
9220 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9221
9222 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9223 vc-checkout-model. Return appropriate values. Updated callers.
9224
9225 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9226
9227 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9228 (vc-backend-revert): Function moved into `vc-revert';
9229 `vc-next-action' must be updated to accomodate this change.
9230 (vc-backend-steal): Function moved into `vc-finish-steal'.
9231 (vc-backend-logentry-check): Function moved into
9232 `vc-finish-logentry'.
9233 (vc-backend-printlog): Function moved into `vc-print-log'.
9234 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9235 (vc-backend-assign-name): Function moved into
9236 `vc-create-snapshot'.
9237
9238 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9239
9240 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9241 Rename to vc-checkout-model. Return appropriate values.
9242 Update callers.
9243
9244 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9245 to vc-checkout-model.
9246 (vc-checkout-required): Rename to vc-checkout-model.
9247 Re-implement and re-comment.
9248 (vc-after-save): Use vc-checkout-model.
9249
9250 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9251
9252 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9253 Update to use the vc-BACKEND-diff functions instead.
9254 `vc-diff' is now working.
9255
9256 * vc-rcs.el (vc-rcs-logentry-check): New function.
9257
9258 * vc-cvs.el (vc-cvs-logentry-check): New function.
9259
9260 * vc-sccs.el (vc-sccs-diff): Function changed name from
9261 `vc-backend-diff'. This makes `vc-diff' work.
9262
9263 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9264 of functions possibly implemented in a vc-BACKEND library.
9265 (vc-checkout-required): Fix bug that caused an error to be
9266 signaled during `vc-after-save'.
9267
9268 * vc.el: Fix typo.
9269 This checkin is made with our new VC code base for the very first time.
9270 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9271
9272 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9273 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9274
9275 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9276 updated to `vc-uses-locking'.
9277 (vc-checkout-required): Call to backend function.
9278 `vc-checkout-required' updated to `vc-uses-locking' instead.
9279
9280 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9281 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9282
9283 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9284 to match the split into various backends.
9285 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9286 (vc-retrieve-snapshot): Bug fix.
9287
9288 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9289
9290 * vc-sccs.el (vc-sccs-release): Doc fix.
9291
9292 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9293
9294 * vc.el (vc-next-action-on-file): Bug found and fixed.
9295 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9296 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9297
9298 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9299 (vc-rcs-checkout): Name space cleaned up. No more revision number
9300 crunching function names that are not prefixed with vc-rcs.
9301 (vc-rcs-checkout-model): Function added. References to
9302 `vc-checkout-model' replaced.
9303
9304 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9305
9306 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9307 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9308 still need to be split, and implemented for RCS).
9309
9310 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9311
9312 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9313
9314 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9315 required by the vc.el file.
9316
9317 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9318 required by the vc.el file.
9319 (vc-rcs-exists): Function added.
9320
9321 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9322 required by the vc.el file.
9323
9324 * vc.el (vc-admin): Updated to handle selection of appropriate
9325 backend. Current implementation is crufty and need re-thinking.
9326
9327 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9328
9329 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9330
9331 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9332 beginning of annotate buffers correctly.
9333
9334 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9335 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9336 functionality updated quite a lot to support multiple backends.
9337 Variables `vc-annotate-mode', `vc-annotate-buffers',
9338 `vc-annotate-backend' added.
9339
9340 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9341 `vc-annotate-difference' added to supported backend functions.
9342
9343 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9344
9345 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9346 Use with-temp-file instead of /bin/sh. Merged from mainline
9347
9348 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9349
9350 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9351
9352 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9353
9354 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9355
9356 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9357
9358 * vc-hooks.el: vc-state-heuristic added to
9359 vc-backend-hook-functions.
9360
9361 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9362
9363 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9364
9365 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9366 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9367 state to `reserved'.
9368
9369 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9370 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9371
9372 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9373
9374 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9375 untouched.
9376
9377 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9378
9379 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9380 if defined. (Merged from main line, slightly adapted.)
9381
9382 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9383 millenium problem (merged from mainline).
9384
9385 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9386
9387 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9388 part and moved the non-BACKEND stuff to vc.el.
9389
9390 * vc.el: Split the annotate feature into a BACKEND specific part
9391 and moved it from the vc-cvs.el file to this one.
9392
9393 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9394
9395 * vc-hooks.el: Implement new state model.
9396 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9397 (vc-locking-user): Simplify. Now only needed if the file is
9398 locked by somebody else.
9399 (vc-lock-from-permissions): Remove. Functionality is in
9400 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9401 (vc-mode-line-string): New name for former vc-status. Adapted.
9402 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9403
9404 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9405 Various simplifications and adaptations all over the place.
9406
9407 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9408 Simplify and adapt the rest.
9409
9410 * vc.el (vc-resynch-window): Add TODO comment: check for
9411 interaction with view mode according to recent RCS change.
9412 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9413
9414 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9415
9416 * vc.el: Convert the remaining function comments to docstrings.
9417
9418 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9419
9420 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9421 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9422 (vc-minor-part, vc-previous-version): Functions that operate and
9423 compare revision numbers got proper documentation. Comments added
9424 about their possible removal.
9425
9426 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9427
9428 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9429 the vc-backend.el files.
9430
9431 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9432
9433 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9434 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9435 (vc-rcs-previous-version): Functions added.
9436
9437 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9438
9439 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9440
9441 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9442
9443 * vc-hooks.el (vc-master-templates): Is really obsolete.
9444 Comment out the definition for now. What is the right procedure
9445 to get rid of it?
9446 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9447 rewritten.
9448 (vc-default-registered): Remove.
9449 (vc-check-master-templates): New function; does mostly what the
9450 above did before.
9451 (vc-locking-user): Don't rely on the backend to set the property.
9452
9453 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9454 Rewrite documentation.
9455 (vc-rcs-templates-grabbed): New variable.
9456 (vc-rcs-grab-templates): New function.
9457 (vc-rcs-registered): Rewrite to use above mechanism.
9458
9459 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9460 Rewrite documentation.
9461 (vc-sccs-templates-grabbed): New variable.
9462 (vc-sccs-grab-templates): New function.
9463 (vc-sccs-registered): Rewrite to use above mechanism.
9464 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9465 Don't throw the result, simply return it.
9466
9467 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9468 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9469 (vc-cvs-registered): Does the check itself now. Simplify.
9470
9471 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9472 from main line.
9473
9474 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9475
9476 * vc-cvs.el (vc-cvs-diff): New function.
9477
9478 * vc-sccs.el (vc-sccs-diff): New function.
9479
9480 * vc-rcs.el (vc-rcs-diff): New function.
9481 (vc-rcs-checkout): Bug (typo) found and fixed.
9482 (vc-rcs-register-switches): New variable.
9483
9484 * vc.el (vc-backend-diff): Function removed and placed in the
9485 backend files.
9486
9487 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9488
9489 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9490
9491 * vc.el (vc-backend-checkout): Function removed and replaced in
9492 the vc-backend.el files.
9493
9494 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9495
9496 * vc.el (vc-backend-admin): Removed and replaced in the
9497 vc-backend.el files.
9498
9499 * vc.el (Martin): Removed all the annotate functionality since it
9500 is CVS backend specific.
9501
9502 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9503
9504 * spec.txt: Added specification of vc-state.
9505
9506 * vc-sccs-hooks.el (vc-sccs-master-properties):
9507 Remove handling of vc-latest-version and
9508 vc-your-latest-version. What used to be vc-latest-version, is now
9509 returned as vc-workfile-version.
9510 (vc-sccs-workfile-version): Adapt.
9511
9512 2000-09-04 Dave Love <fx@gnu.org>
9513
9514 * vc.el: [Merged from mainline.]
9515 (vc-dired-mode): Make the dired-move-to-filename-regexp
9516 regexp match the date, to avoid treating date as file size.
9517 Add YYYY S option to WESTERN/
9518
9519 2000-09-04 Dave Love <fx@gnu.org>
9520
9521 * vc.el: Require `compile' when compiling.
9522 (vc-logentry-check-hook): New option.
9523 (vc-steal-lock): Use compose-mail.
9524 (vc-dired-mode-map): Defvar when compiling.
9525 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9526 vc-sccs.el and renamed. Callers changed.
9527 (vc-backend-checkout, vc-backend-logentry-check)
9528 (vc-backend-merge-news): Doc fix.
9529 (vc-default-logentry-check): New function.
9530 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9531 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9532 (vc-backend-merge): Doc fix. Use backend functions.
9533 (vc-check-headers): Use backend functions.
9534
9535 * vc-cvs.el: Require vc when compiling.
9536 (vc-cvs-register-switches): Doc fix.
9537 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9538 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9539 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9540 New functions (code from vc.el).
9541 (vc-annotate-display-default): Fix interactive spec.
9542 (vc-annotate-time-span): Doc fix.
9543
9544 * vc-rcs.el: Require vc when compiling.
9545 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9546 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9547 (vc-rcs-checkin): New functions (code from vc.el).
9548 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9549 Doc fix.
9550 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9551
9552 * vc-sccs.el: Require vc when compiling.
9553 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9554 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9555 (vc-sccs-revert)
9556 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9557 from vc.el).
9558 (vc-sccs-add-triple, vc-sccs-record-rename)
9559 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9560 (vc-sccs-admin): Doc fix.
9561
9562 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9563
9564 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9565 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9566 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9567 from vc.el.
9568
9569 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9570
9571 * vc-cvs.el: Moved the annotate functionality from vc.el.
9572 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9573
9574 2000-09-04 Dave Love <fx@gnu.org>
9575
9576 * vc.el (vc-backend-release): Call vc-system-release.
9577
9578 * vc-sccs.el (vc-sccs-system-release):
9579 Renamed from vc-sccs-backend-release.
9580
9581 * vc-rcs.el (vc-rcs-system-release):
9582 Renamed from vc-rcs-backend-release.
9583
9584 * vc-cvs.el (vc-cvs-system-release):
9585 Renamed from vc-cvs-backend-release.
9586
9587 2000-09-04 Dave Love <fx@gnu.org>
9588
9589 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9590 backend files.
9591 (vc-backend-release): Dispatch to backend functions.
9592 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9593 probably needs attention.]
9594
9595 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9596 (vc-sccs-backend-release): New function.
9597
9598 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9599 (vc-cvs-backend-release): New function.
9600
9601 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9602 Doc fix.
9603 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9604 (vc-default-dired-state-info): New function.
9605 (vc-dired-state-info): Dispatch to backends.
9606 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9607
9608 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9609 from vc.el and renamed.
9610
9611 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9612
9613 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9614 (vc-version-other-window, vc-backend-assign-name): Removed
9615 references to vc-latest-version; sometimes changed into
9616 vc-workfile-version.
9617
9618 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9619 vc-rcs-master-workfile-version.
9620 (vc-rcs-workfile-version): Use the above. Don't call
9621 vc-latest-version (that was unreachable code, anyway).
9622 (vc-rcs-fetch-master-properties): Doc fix.
9623
9624 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9625 (vc-backend-hook-functions): Removed them from this list, too.
9626 (vc-fetch-properties): Removed.
9627 (vc-workfile-version): Doc fix.
9628
9629 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9630 (vc-rcs-workfile-version, vc-rcs-locking-user)
9631 (vc-rcs-uses-locking): Use it.
9632
9633 * vc-hooks.el (vc-consult-rcs-headers):
9634 Moved into vc-rcs-hooks.el, under the name
9635 vc-rcs-consult-headers.
9636
9637 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9638 headers.
9639 (vc-cvs-find-master): Use this name only; correct different
9640 versions of the name.
9641
9642 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9643 New functions.
9644 (vc-sccs-locking-user): Use the latter.
9645
9646 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9647 New functions.
9648
9649 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9650 Moved into both
9651 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9652 functions are implementation details of those two backends.
9653
9654 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9655
9656 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9657 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9658
9659 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9660 (vc-sccs-parse-locks): SCCS-specific code moved here from
9661 vc-hooks.
9662
9663 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9664 code moved here from vc-hooks.
9665
9666 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9667 into back-end specific parts and removed. Callers not updated
9668 yet; because I guess these callers will disappear into back-end
9669 specific files anyway.
9670
9671 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9672
9673 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9674 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9675 `vc-uses-locking'.
9676
9677 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9678 Store yes/no in the property, and return t/nil. Updated all
9679 callers.
9680
9681 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9682 vc-sccs-uses-locking. Don't set property.
9683 (vc-sccs-locking-user): Don't set property.
9684
9685 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9686 vc-cvs-uses-locking. Don't set property here; leave that to
9687 vc-hooks.
9688 (vc-cvs-locking-user): Reflect above change. Streamlined.
9689
9690 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9691 vc-rcs-uses-locking.
9692 (vc-rcs-locking-user): Reflect above change.
9693
9694 2000-09-04 Dave Love <fx@gnu.org>
9695
9696 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9697
9698 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9699
9700 * vc-hooks.el (vc-checkout-model): Punt to backends.
9701
9702 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9703
9704 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9705
9706 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9707 New functions.
9708
9709 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9710 New functions.
9711
9712 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9713 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9714
9715 * vc-hooks.el (vc-default-locking-user): New function.
9716 (vc-locking-user, vc-workfile-version): Punt to backends.
9717
9718 2000-09-04 Dave Love <fx@gnu.org>
9719
9720 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9721 (vc-master-workfile-version): Moved from vc-hooks.
9722
9723 * vc-rcs-hooks.el: Fix duplicate code in last change.
9724
9725 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9726 (vc-rcs-master-templates): Improve :type.
9727 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9728 vc-master-workfile-version): Moved from vc-hooks.
9729
9730 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9731 (vc-sccs-master-templates): Improve :type.
9732 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9733
9734 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9735
9736 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9737 (vc-cvs-master-templates): Improve :type. Use
9738 vc-cvs-find-cvs-master.
9739 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9740 from vc-hooks.
9741 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9742
9743 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9744 Moved to vc-cvs-hooks.
9745
9746 * vc-hooks.el: Add doc strings in various places. Simplify the
9747 minor mode setup.
9748 (vc-handled-backends): New user variable.
9749 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9750 simplification.
9751
9752 2000-09-04 Dave Love <fx@gnu.org>
9753
9754 * vc.el: Some doc fixes for autoloaded and interactive functions.
9755 Fix compilation warnings from ediff stuff.
9756 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9757
9758 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9759
9760 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9761
9762 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9763
9764 2000-09-04 Dave Love <fx@gnu.org>
9765
9766 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9767 New variable.
9768 (vc-make-backend-function, vc-loadup, vc-call-backend)
9769 (vc-backend-defines): New functions.
9770
9771 * vc-hooks.el: Various doc fixes.
9772 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9773 (vc-match-substring): Function removed. Callers changed to use
9774 match-string.
9775 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9776 Simplify.
9777
9778 2000-09-04 Dave Love <fx@gnu.org>
9779
9780 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9781 type.
9782 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9783 (vc-sccs-registered): Doc fix.
9784
9785 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9786 (vc-cvs-registered): Doc fix.
9787
9788 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9789 (vc-rcs-registered): Doc fix.
9790
9791 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9792
9793 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9794
9795 * vc-hooks.el: vc-registered has been renamed
9796 vc-default-registered. Some functions have been moved to the
9797 backend specific files. they all support the
9798 vc-BACKEND-registered functions.
9799
9800 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9801
9802 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9803
9804 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9805
9806 2000-09-04 Dave Love <fx@gnu.org>
9807
9808 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9809 menu-bar-update-hook.
9810
9811 * help.el (help-manyarg-func-alist): Add
9812 find-operation-coding-system.
9813
9814 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9815
9816 * custom.el (custom-set-variables): Print message about errors in
9817 setting.
9818
9819 2000-09-03 Andrew Innes <andrewi@gnu.org>
9820
9821 * makefile.w32-in: Change to DOS line endings.
9822
9823 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9824
9825 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9826 minor-mode keymaps, if they don't have one.
9827
9828 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9829
9830 * eshell/esh-module.el (eval-when-compile): Don't lose if
9831 esh-module.el's file name is truncated to DOS 8+3 limits.
9832
9833 2000-09-01 John Wiegley <johnw@gnu.org>
9834
9835 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9836 predicate, which caused entries in the completion list to be
9837 doubled.
9838
9839 2000-08-30 John Wiegley <johnw@gnu.org>
9840
9841 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9842 sending to subprocesses. Also, hook pre-command-hook if
9843 `eshell-send-direct-to-subprocesses' is non-nil.
9844 (eshell-send-direct-to-subprocesses): New config variable. If t,
9845 subprocess input is send immediately.
9846 (eshell-toggle-direct-send): New function.
9847 (eshell-self-insert-command): New function.
9848 (eshell-intercept-commands): New function.
9849 (eshell-send-input): If direct subprocess sending is enabled,
9850 don't echo any input to the Eshell buffer. Let the subprocess
9851 handle that. This requires "stty echo" in bash, for example.
9852
9853 2000-08-28 John Wiegley <johnw@gnu.org>
9854
9855 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9856 completion function for Eshell's implementation of `unset'.
9857
9858 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9859
9860 * info.el (Info-directory-list): Doc fix.
9861
9862 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9863
9864 * filecache.el (file-cache-add-directory-using-find): Don't quote
9865 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9866
9867 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9868
9869 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9870 coding systems.
9871
9872 2000-08-30 Andrew Innes <andrewi@gnu.org>
9873
9874 * timer.el (run-with-idle-timer): Undo last change, so that timer
9875 is not activated immediately if Emacs is already idle. Some
9876 existing code relies on this behaviour.
9877
9878 2000-08-30 Miles Bader <miles@gnu.org>
9879
9880 * frame.el (set-frame-font): Do completion of font-name for
9881 interactive use.
9882
9883 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9884
9885 * international/quail.el (quail-start-translation): Bind locally
9886 last-command-event, last-command, and this-command.
9887 (quail-start-conversion): Likewise.
9888 (quail-self-insert-command): Fix docstring.
9889
9890 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9891
9892 * progmodes/executable.el
9893 (executable-make-buffer-file-executable-if-script-p): Check that
9894 buffer contains at least 2 characters.
9895
9896 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9897
9898 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9899
9900 2000-08-29 Dave Love <fx@gnu.org>
9901
9902 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9903 (diff-mode-shared-map): Bind mouse-2.
9904 (diff-imenu-generic-expression): New variable.
9905 (diff-mode): Use it.
9906
9907 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9908 (mouse-popup-menubar): Add minor mode menus.
9909 (popup-menu): Check for lookup-key returning number.
9910
9911 2000-08-29 Miles Bader <miles@gnu.org>
9912
9913 * comint.el (comint-send-input): Create overlays using the proper
9914 front/read-advance arguments.
9915
9916 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9917
9918 * ps-print.el: Even/odd pages printing. Doc fix.
9919 (ps-print-version): New version number (6.0).
9920 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9921 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9922 (ps-print-duplex-feature): Variable eliminated.
9923 (ps-even-or-odd-pages): New variable.
9924
9925 * progmodes/ebnf2ps.el: Doc fix.
9926 (ebnf-version): New version (3.3).
9927 (ebnf-user-arrow): Change variable customization to sexp.
9928 (ebnf-user-arrow): Function eliminated.
9929 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9930
9931 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9932
9933 * help.el (help-xref-mule-regexp): New variable.
9934 (help-make-xrefs): Handle help-xref-mule-regexp.
9935
9936 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9937 variable.
9938 (describe-input-method): Temporarily activate the specfied input
9939 method to display the information.
9940 (describe-language-environment): Hyperlinks to mule related items.
9941
9942 * international/mule-diag.el (charset-multibyte-form-string): New
9943 function.
9944 (list-character-sets-1): Use charset-multibyte-form-string.
9945 (describe-character-set): New function.
9946 (describe-coding-system): Hyperlinks to safe character sets.
9947
9948 * international/quail.el (quail-help): New arg PACKAGE.
9949 Hyperlinks to mule related items.
9950 (quail-help-insert-keymap-description): Use
9951 substitute-command-keys instead of describe-bindings.
9952 (quail-translation-help): Hyperlinks to mule related items.
9953
9954 2000-08-28 John Wiegley <johnw@gnu.org>
9955
9956 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9957 have a defsubst call itself. Made `eshell-flatten-list' back into
9958 a function again.
9959
9960 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9961 catch, in case re-centering point at bottom messes up the display.
9962 This happens frequently in Emacs 21, due I believe to variable
9963 line heights.
9964
9965 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9966 to call `find-tag-interactive'.
9967
9968 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9969 the list of remember directories.
9970
9971 2000-08-28 John Wiegley <johnw@gnu.org>
9972
9973 * align.el: Test align-region-separate to see if it's a symbol.
9974
9975 2000-08-28 John Wiegley <johnw@gnu.org>
9976
9977 * eshell/esh-util.el (eshell-flatten-list): Made this function
9978 into a defsubst form. It gets used very frequently, although
9979 calls don't occur all that often.
9980
9981 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9982 examining it.
9983
9984 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9985 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9986 `eshell-protect'.
9987 (eshell-copy-handles): Created a new macro for duplicating the
9988 current set of open handles. This is needed by the looping
9989 functions.
9990 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9991 is not incorrectly stomped on.
9992
9993 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9994 declaration for pcomplete-use-paring.
9995 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9996 value of eshell-cmpl-use-paring.
9997 * pcomplete.el (pcomplete-use-paring): New config variable, to
9998 indicate whether paring should be used.
9999 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10000 completion alternatives that have already been used.
10001
10002 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10003 bound to C-c C-y, which will repeat the previous N arguments
10004 (based on prefix argument).
10005 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10006
10007 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10008 if there is no *Help* buffer. This is for XEmacs, which renames
10009 its help buffers uniquely. TODO: Find out what the current buffer
10010 name to delete is.
10011
10012 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10013 first entry that correlates to a passwd/group number. Later
10014 entries (used for group/user name aliasing to multiple IDs) are
10015 ignored.
10016
10017 * eshell/em-xtra.el (eshell/expr):
10018 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10019 (eshell-grep, eshell/diff, eshell/locate):
10020 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10021 argument list, before passing it to the system command.
10022
10023 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10024 `find-tag' for use at final position in Eshell buffers (which
10025 otherwise triggers an error on Emacs 21).
10026 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10027 buffer, if it is currently bound to `find-tag'.
10028
10029 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10030 in the list of matched Makefile names.
10031 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10032 directory, prefer its contents to Makefile.
10033
10034 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10035 directory parts (like "cd old new", or "cd =regexp"), are now case
10036 sensitive on non-Windows/DOS platforms.
10037
10038 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10039 types RET after an open delimiter (like "), display a message
10040 indicating that Eshell is waiting for the closing delimiter.
10041
10042 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10043 environment variables.
10044
10045 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10046 gracefully if the user enters incorrect arguments.
10047
10048 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10049 Eshell buffers.
10050
10051 * eshell/esh-var.el (eshell-interpolate-variable):
10052 * eshell/esh-mode.el (eshell-move-argument):
10053 * eshell/em-unix.el (eshell-du-sum-directory):
10054 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10055 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10056 (not (= ...)).
10057
10058 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10059 to ensure the `preserve' flag gets propagated when doing recursive
10060 directory copies.
10061
10062 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10063
10064 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10065 Don't convert \n into \0177 in memory.
10066 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10067 and back again, when reading and writing.
10068
10069 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10070
10071 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10072 testing of `fboundp' on `processp'.
10073
10074 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10075 (eshell/jobs): Don't call process-list if it is not bound.
10076 (eshell-gather-process-output): Support systems where async
10077 subprocesses aren't supported.
10078 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10079 variables.
10080
10081 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10082 eshell-do-eval returns t.
10083 (eshell-do-pipelines-synchronously): New defmacro.
10084 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10085 when async subprocesses aren't supported.
10086 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10087 if async subprocesses aren't supported.
10088 (eshell-resume-command): Don't assume STATUS is a string.
10089
10090 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10091
10092 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10093 (eshell-close-target, eshell-get-target): Use eshell-processp.
10094 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10095 fix.
10096 (eshell-get-target, eshell-create-handles): Doc fix.
10097
10098 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10099
10100 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10101 criterion to include commands that output something, as long as it
10102 leaves both the command and the end-of-buffer visible when the
10103 command has exited.
10104 (eshell-review-quick-commands): Adjust the help doc string
10105 accordingly.
10106
10107 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10108
10109 * locate.el (locate): Cleaned up locate command's interactive prompting
10110 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10111
10112 * filecache.el (file-cache-case-fold-search): New variable
10113 (file-cache-assoc-function): New variable
10114 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10115 Use file-cache-case-fold-search variable
10116 (file-cache-add-file): Use file-cache-assoc-function
10117 (file-cache-delete-file): likewise
10118 (file-cache-directory-name): likewise
10119 (file-cache-debug-read-from-minibuffer): likewise
10120
10121 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10122
10123 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10124 (abbrev-table-name): New function.
10125 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10126 If non-nil list local abbrev, only.
10127
10128 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10129
10130 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10131 from Gnus support code, and use special article copy buffer
10132 `(gnus-original-article-buffer)' instead. This allows to get rid
10133 of article-hide-headers usage (which breaks in the latest Gnus
10134 version). Thanks to Detlev Zundel.
10135
10136 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10137
10138 * international/quail.el (quail-use-package): Hide "... loaded"
10139 message.
10140 (quail-start-translation, quail-start-conversion): Likewise.
10141
10142 * international/kkc.el (kkc-region): Hide "... loaded" message.
10143
10144 2000-08-27 Dave Love <fx@gnu.org>
10145
10146 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10147
10148 2000-08-27 Miles Bader <miles@gnu.org>
10149
10150 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10151
10152 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10153
10154 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10155 'ja-dic-cnv), not (require 'skkdic-cnv).
10156
10157 2000-08-26 Miles Bader <miles@gnu.org>
10158
10159 * faces.el (face-x-resources): Add entry for :inherit.
10160 * cus-face.el (custom-face-attributes): Add support for :inherit
10161 attribute. Add support for relative face heights.
10162 (custom-face-attributes-get): Treat `nil' as being a default value
10163 for :inherit (as well as `unspecified').
10164
10165 * faces.el (set-face-attribute): Update doc string.
10166 (face-attribute-name-alist): Add :inherit.
10167 (face-valid-attribute-values): Handle :inherit.
10168 (face-read-string): Rephrase prompt to be less confusing.
10169 Assume that DEFAULT is a string, since we must return a string.
10170 (face-read-integer): Use `format' to turn DEFAULT into an
10171 acceptable default for face-read-string. Match NEW-VALUE against
10172 the string "unspecified", not the symbol `unspecified', since
10173 that's what face-read-string returns.
10174 (read-face-attribute): Lookup a name for old-value in valid, and
10175 use it as a default if we find one. Treat all values from
10176 face-read-string as strings. If the default is used, don't do any
10177 more processing on the value, just use the old value directly.
10178 (read-face-and-attribute, modify-face): Tweak prompt.
10179 (read-face-name): Don't assume prompt ends with a space.
10180
10181 * faces.el (describe-face): Add support for :inherit attribute.
10182
10183 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10184
10185 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10186 concat doesn't accept interger.
10187
10188 * international/kkc.el: Remove SKK from Keywords. Require
10189 ja-dic-utl instead of skkdic-utl.
10190
10191 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10192 Provide ja-dic-cnv instead of skkdic-cnv.
10193 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10194 (iso-2022-7bit-short): Add safe-charsets property.
10195 (skkdic-convert-postfix): Search Japanese chou-on character in
10196 addition to Hiragana character.
10197 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10198 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10199 (batch-skkdic-convert): Likewise.
10200
10201 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10202 Provide ja-dic-utl instead of skkdic-utl.
10203 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10204
10205 2000-08-24 Dave Love <fx@gnu.org>
10206
10207 * disp-table.el (standard-display-default): Make the test of `l'
10208 useful.
10209
10210 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10211 mod sample text.
10212
10213 * international/iso-ascii.el: Make pilcrow convenient string
10214 consistent with section.
10215 (iso-ascii-display): Set up multibyte characters as well as
10216 unibyte.
10217
10218 2000-08-24 Kenichi Handa <handa@etl.go.jp>
10219
10220 * international/mule-cmds.el (reset-language-environment): Set
10221 default-process-coding-system to '(undecided . iso-latin-1), which
10222 makes process I/O almost consistent with file I/O. Call this
10223 function when mule-cmds.el[c] is loaded.
10224
10225 2000-08-22 Andrew Innes <andrewi@gnu.org>
10226
10227 * makefile.w32-in: New file.
10228
10229 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10230
10231 * comint.el (comint-output-filter): Compare end of
10232 comint-last-output-overlay with the start of the newly inserted
10233 text, not the end, when deciding whether to extend it.
10234 Set saved-point's insertion type to advance after insertion.
10235
10236 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10237 since this is now done independently of font-lock mode.
10238
10239 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10240
10241 * server.el (server-kill-new-buffers): New user option.
10242 (server-existing-buffer): New buffer-local variable.
10243 (server-visit-files): When using an existing buffer, set
10244 server-existing-buffer to t.
10245 (server-buffer-done): If server-kill-new-buffers is t, kill the
10246 buffer, unless it was already present before visiting it with
10247 Emacs server.
10248
10249 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10250
10251 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10252 even if the display doesn't support colors: some displays will
10253 support bold/underline faces.
10254
10255 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10256
10257 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10258
10259 * startup.el (command-line): If user's init file had an error,
10260 add explanatory text to *Messages*.
10261
10262 2000-08-21 Kenichi Handa <handa@etl.go.jp>
10263
10264 * man.el (Man-getpage-in-background): Decode the process output by
10265 the system locale coding system.
10266
10267 2000-08-20 Dave Love <fx@gnu.org>
10268
10269 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10270 Don't test x-popup-menu.
10271 (function) <complete-function>: Complete only fbound symbols.
10272 <validate, value>: New.
10273 (variable) <complete-function>: Complete only bound symbols.
10274 (coding-system): Add :base-only, :complete-function, :validate,
10275 :value, :prompt-match.
10276 (widget-coding-system-prompt-value): Use read-coding-system and
10277 act on :base-only.
10278 (editable-field): Add :help-echo.
10279 (widget-push-button-gui, widget-push-button-cache)
10280 (widget-gui-action, widget-editable-list-gui): COmment out, along
10281 with uses.
10282 (widget-at): Make arg optional.
10283 (widget-echo-help): Adjust for current help-echo calling sequence.
10284 (widget-specify-field, widget-specify-button)
10285 (widget-specify-insert, widget-get-sibling, widget-image-find)
10286 (widget-convert, widget-insert, widget-leave-text)
10287 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10288 (widget-setup, widget-field-find, widget-before-change)
10289 (widget-after-change, widget-default-complete)
10290 (widget-default-create, widget-default-delete)
10291 (widget-push-button-value-create, editable-field)
10292 (widget-field-prompt-value, widget-field-validate)
10293 (widget-choice-value-create, widget-choice-action)
10294 (widget-choice-validate, widget-checklist-add-item)
10295 (widget-radio-add-item, widget-radio-chosen)
10296 (widget-radio-value-inline, widget-editable-list-value-create)
10297 (widget-editable-list-entry-create)
10298 (widget-documentation-link-add)
10299 (widget-documentation-string-value-create)
10300 (widget-regexp-validate, widget-file-complete)
10301 (widget-sexp-validate, widget-plist-convert-widget)
10302 (widget-plist-convert-widget, widget-alist-convert-widget)
10303 (widget-alist-convert-widget, widget-color-complete): Simplify,
10304 particularly to avoid bindings which aren't optimized out.
10305
10306 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10307 Doc fix.
10308 (down-list, backward-up-list, up-list, kill-sexp)
10309 (backward-kill-sexp, mark-sexp): Make arg optional.
10310 (lisp-complete-symbol): Add optional arg PREDICATE.
10311
10312 * cus-start.el: Add display-buffer-reuse-frames,
10313 file-coding-system-alist.
10314
10315 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10316
10317 * startup.el (command-line): Clear realized faces after
10318 modifying TTY color mappings.
10319
10320 2000-08-20 Miles Bader <miles@gnu.org>
10321
10322 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10323 merely a subset of FACE's attributes.
10324
10325 2000-08-19 Miles Bader <miles@gnu.org>
10326
10327 * comint.el (comint-output-filter): Save the point with a marker,
10328 not just a buffer position.
10329
10330 * international/mule.el (set-buffer-process-coding-system): Make
10331 interactive prompt less confusing.
10332
10333 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10334
10335 * hilit-chg.el: General cleanup of doc strings, comments and
10336 code formatting.
10337
10338 2000-08-19 Miles Bader <miles@gnu.org>
10339
10340 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10341 Compiler macro removed; beginning-of-line is no longer always
10342 equivalent to forward-line, in the presence of fields.
10343
10344 * comint.el (comint-output-filter): Remove ad-hoc saving of
10345 restriction, and just use save-restriction, now that it works
10346 correctly. Don't adjust comint-last-input-start to account for
10347 our insertion; it shouldn't have moved because we don't use
10348 insert-before-markers anymore. Comment out call to
10349 `force-mode-line-update'; why is it here?
10350
10351 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10352 while checking for prompt to delete. Use `forward-line 0'
10353 instead of beginning-of-line.
10354 (gud-filter): Temporarily widen gud comint buffer while
10355 examining output.
10356
10357 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10358
10359 * progmodes/sh-script.el: Big bag of typos.
10360
10361 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10362 check since ispell-process is not bound when ispell is not yet loaded.
10363
10364 2000-08-18 Dave Love <fx@gnu.org>
10365
10366 * image.el (find-image): Copy `spec' before using plist-put.
10367
10368 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10369
10370 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10371 `portugues'.
10372
10373 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10374 backward-kill-sexp, analogous to kill-sexp.
10375
10376 * progmodes/icon.el (icon-indent-line)
10377 (icon-is-continuation-line): Handle comments specially.
10378
10379 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10380
10381 * ispell.el: Set to standard author/maintainer/keyword fields.
10382 Fine tuning to menu map appearance and operation, and added help.
10383 Remove `start' and `end' error messages when compiling.
10384 (ispell-choices-win-default-height): Fixed comment string.
10385 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10386 castellano8 dictionaries.
10387 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10388 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10389 dictionary, added italiano dictionary.
10390 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10391 word character
10392 (ispell-tex-skip-alists): Added psfig support.
10393 (ispell-skip-html): Renamed from ispell-skip-sgml.
10394 (ispell-begin-skip-region-regexp, ispell-skip-region)
10395 (ispell-minor-check): Improved html skipping support to skip across
10396 code, and recognize `&' commands without propper `;' syntax;
10397 (ispell-process-line): Fix alignment error when manually
10398 correcting spelling.
10399 (ispell): Fix comment string.
10400 (ispell-add-per-file-word-list): Always put word list on new line.
10401
10402 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10403
10404 * format.el (format-encode-run-method): Fix error message to say
10405 `encode' instead of `decode'. Use save-window-excursion around
10406 shell-command-on-region as in format-decode-run-method because
10407 shell-command-on-region can display a buffer with error output.
10408 (format-decode): Don't record undo information for the decoding.
10409 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10410 that number part of the temporary buffer name so that more than
10411 one decoding using a temporary buffer can happen safely.
10412
10413 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10414 of `A-z' in the regexp.
10415
10416 * hilit-chg.el: Fix typos in commentary.
10417
10418 * help.el (view-emacs-news): Rewritten for new naming scheme
10419 for old NEWS files.
10420
10421 * startup.el (command-line): Pop to *Messages* in case an error
10422 is signaled while loading user-init-file.
10423
10424 2000-08-17 Andreas Schwab <schwab@suse.de>
10425
10426 * files.el (insert-directory): Don't lose original file name,
10427 undoing an undocumented change.
10428
10429 2000-08-17 Alex Schroeder <alex@gnu.org>
10430
10431 * sql.el (sql-magic-go): Use comint-bol.
10432 (sql-copy-column): Use comint-line-beginning-position.
10433 (comint-line-beginning-position): Define a replacement for
10434 comint-line-beginning-position if it is not fboundp.
10435
10436 2000-08-17 Alex Schroeder <alex@gnu.org>
10437
10438 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10439 it didn't have any effect anyway.
10440
10441 2000-08-17 Alex Schroeder <alex@gnu.org>
10442
10443 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10444 --pset and pager=off instead of sending \\o|cat at the beginning
10445 of the session.
10446
10447 2000-08-17 Miles Bader <miles@gnu.org>
10448
10449 * progmodes/octave-inf.el: Add compatibility definition of
10450 comint-line-beginning-position.
10451
10452 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10453
10454 * startup.el (normal-top-level): Look in each dir in load-path for
10455 a leim-list.el file too. This assures of loading leim-list.el
10456 that is created at Emacs installation time even if a user have his
10457 own leim-list.el.
10458
10459 2000-08-17 Miles Bader <miles@gnu.org>
10460
10461 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10462 foreground color to black if the background is dark.
10463
10464 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10465
10466 * loadhist.el (unload-feature): Typo.
10467
10468 * finder.el (finder-compile-keywords):
10469 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10470 to the generated file.
10471
10472 * mail/mh-e.el (mh-make-local-vars):
10473 Replace make-variable-buffer-local with make-local-variable.
10474
10475 * play/landmark.el:
10476 * options.el (Edit-options-{set,toggle,t,nil}):
10477 * mail/mailabbrev.el (mail-abbrevs-mode):
10478 * textmodes/tex-mode.el (tex-expand-files):
10479 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10480
10481 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10482
10483 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10484 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10485 Allow going past the last element.
10486 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10487 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10488 (cvs-mouse-toggle-mark): Don't move point.
10489 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10490
10491 * progmodes/compile.el (grep): Provide a default set of files.
10492 (next-error): Docstring fix.
10493 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10494
10495 * emacs-lisp/easy-mmode.el (define-minor-mode):
10496 Use `symbol-value' to keep the byte-compiler quiet.
10497
10498 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10499 (diff-find-source-location): New fun, extracted from diff-goto-source.
10500 (diff-goto-source): Use it.
10501 (diff-next-complex-hunk, diff-filter-lines): New function.
10502 (diff-apply-hunk): New command.
10503
10504 * smerge-mode.el (smerge-mode-menu): Doc fix.
10505
10506 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10507
10508 2000-08-16 Dave Love <fx@gnu.org>
10509
10510 * windmove.el (windmove) <defgroup>: Add :version.
10511
10512 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10513 (goto-address-fontify-p, goto-address-highlight-p)
10514 (goto-address-url-face, goto-address-url-mouse-face)
10515 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10516 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10517 (goto-address-fontify, goto-address-at-mouse): Simplify,
10518 (goto-address-at-point): browse-url-url-at-point,
10519 goto-address-find-address-at-point can return nil.
10520 (goto-address-find-address-at-point): Return nil on failure.
10521
10522 * align.el (align) <defgroup>: Add :version.
10523
10524 * calculator.el (calculator): Add :version.
10525 (calculator): Use two lines for calculator window if `modeline'
10526 face is boxed.
10527
10528 * play/5x5.el: Doc fixes.
10529 (5x5) <defgroup>: Add :version.
10530
10531 * play/fortune.el (fortune) <defgroup>: Add :version.
10532 (fortune-append): Fix error message.
10533 (fortune-from-region): Doc fix.
10534
10535 * play/pong.el (pong): Doc fix.
10536
10537 * play/morse.el: Keywords, commentary, autoloads.
10538
10539 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10540
10541 * desktop.el (desktop-save): Don't look at symbol-value of a
10542 member of minor-mode-alist, unless it is boundp.
10543
10544 2000-08-16 Sam Steingold <sds@gnu.org>
10545
10546 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10547 `while'; use `with-current-buffer' instead of `save-excursion'.
10548 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10549
10550 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10551
10552 * international/ccl.el (declare-ccl-program): Docstring modified.
10553 (ccl-execute-with-args): Likewise.
10554
10555 2000-08-16 Miles Bader <miles@gnu.org>
10556
10557 * progmodes/sql.el: Add compatibility definition of
10558 comint-line-beginning-position.
10559
10560 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10561
10562 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10563 'buffer-menu' property.
10564 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10565 fails.
10566 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10567 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10568 wasn't killed.
10569
10570 * buff-menu.el (list-buffers-noselect): Don't display the
10571 *Buffer List* buffer.
10572
10573 * font-lock.el: Require jit-lock to prevent a very late
10574 `Loading jit-lock' message.
10575
10576 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10577 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10578 mail address.
10579
10580 2000-08-15 Miles Bader <miles@gnu.org>
10581
10582 * textmodes/ispell.el (ispell-graphic-p): New constant.
10583 (ispell-choices-win-default-height, ispell-help): Use
10584 `ispell-graphic-p' instead of `xemacsp'.
10585
10586 2000-08-15 Dave Love <fx@gnu.org>
10587
10588 * simple.el: Autoload widget-convert when compiling.
10589 (mail-user-agent): Doc fix.
10590
10591 * help.el (function-called-at-point, variable-at-point): Use
10592 with-syntax-table.
10593 (help-manyarg-func-alist): Add insert-and-inherit.
10594
10595 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10596
10597 * delsel.el (delsel-unload-hook): New function.
10598
10599 * find-file.el: Doc fixes. Move provide to end.
10600 (ff) <defgroup>: Add :link.
10601 (ff-goto-click): Deleted.
10602 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10603 Use mouse-set-point.
10604
10605 * textmodes/tildify.el: Doc fixes.
10606 (tildify) <defgroup>: Add:version.
10607
10608 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10609 (glasses-custom-set): Use set-default, not set.
10610 (minor-mode-alist): Propertize the lighter.
10611 (glasses-mode): Provide optional arg.
10612
10613 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10614 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10615 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10616 option. Provide :type.
10617 (cwarn-configuration): Provide :type.
10618 (cwarn-mode): Doc fix.
10619
10620 * add-log.el (change-log-merge): Doc fix.
10621 (change-log-redate): New command.
10622
10623 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10624 Doze and Dog.
10625 (browse-url): Use dolist, not mapcar.
10626 (browse-url-at-point): Check for null url.
10627 (browse-url-event-buffer, browse-url-event-point): Functions
10628 deleted.
10629 (browse-url-at-mouse, browse-url-netscape): Simplify.
10630
10631 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10632 modes.
10633 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10634 Fix previous change to mapcan.
10635 (msb--init-file-alist, msb--add-separators)
10636 (msb--make-keymap-menu): Simplify.
10637 (msb--choose-file-menu): Use copy-sequence.
10638 (msb-mode-map): Add title to keymap.
10639 (msb-unload-hook): New function.
10640
10641 * bs.el: Fix indentation.
10642 (bs) <defgroup>: Add :links.
10643 (bs-show): Doc fix.
10644 (bs-apply-sort-faces): Don't use window-system.
10645 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10646
10647 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10648
10649 * calendar/timeclock.el (timeclock-file): Run .timelog through
10650 convert-standard-filename.
10651
10652 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10653
10654 * emacs-lisp/authors.el: New file.
10655
10656 * paren.el (show-paren-priority): New user option.
10657 (show-paren-function): Set overlay priorities to
10658 show-paren-priority.
10659
10660 2000-08-14 Miles Bader <miles@gnu.org>
10661
10662 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10663 beginning-of-line with inhibit-field-text-motion bound.
10664
10665 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10666
10667 * calendar/timeclock.el: New file.
10668
10669 2000-08-14 David Ponce <david@dponce.com>
10670
10671 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10672 `widget-button-click'. so that one can use left mouse button to
10673 click on dialog buttons.
10674
10675 2000-08-14 Emmanuel Briot <briot@gnat.com>
10676
10677 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10678 identifiers, since XML is case sensitive
10679
10680 2000-08-12 Miles Bader <miles@gnu.org>
10681
10682 * comint.el (comint-output-filter): Don't bother frobbing
10683 window-start, it doesn't seem to be necessary.
10684
10685 * comint.el (comint-send-string, comint-send-region): Make into
10686 real functions. Snapshot the prompt before sending.
10687
10688 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10689
10690 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10691 technique similar to Info-index, instead of relying on specific
10692 names of relevant Index nodes.
10693 (Info-goto-emacs-command-node): Bind Info-history to nil when
10694 going to the first node found by Info-find-emacs-command-nodes.
10695
10696 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10697
10698 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10699
10700 2000-08-10 Miles Bader <miles@gnu.org>
10701
10702 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10703
10704 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10705
10706 * info.el (Info-file-list-for-emacs): More elements for the
10707 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10708 and woman manuals.
10709
10710 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10711
10712 * comint.el (comint-send-input): Make the newline boundary overlay
10713 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10714 (comint-output-filter): Use `insert' instead of
10715 `insert-before-markers'. Extend comint-last-output-overlay when
10716 necessary since we can't rely on insert-before-markers to do it.
10717 * gud.el (gud-filter): Use `with-current-buffer' instead of
10718 save-excursion when inserting the output, so that point gets
10719 updated correctly; the old method relied on a rather dodgy
10720 side-effect of comint-output-filter to avoid the effect of
10721 save-excursion.
10722
10723 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10724
10725 * files.el (recover-file): Call insert-directory instead of
10726 invoking `ls' directly.
10727
10728 2000-08-10 Miles Bader <miles@gnu.org>
10729
10730 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10731 (comint-last-prompt-overlay): New variables.
10732 (comint-output-filter): Implement prompt highlighting.
10733 (comint-snapshot-last-prompt): New function.
10734 (comint-send-input): Snapshot the last prompt.
10735 Use comint-highlight-input-face.
10736 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10737 Use defface instead of defcustom.
10738 (send-invisible, comint-send-eof): Snapshot the last prompt.
10739 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10740 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10741
10742 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10743
10744 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10745 (regexp-opt-group): Use a list of chars for `letters'.
10746 (regexp-opt-charset): `chars' is now a list of chars.
10747 Use a char-table rather than a vector so it works for multibyte chars.
10748
10749 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10750 Set cvs-minor-current-files to the selected fileinfo.
10751 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10752 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10753
10754 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * files.el (insert-directory): Don't call access-file on
10757 directories on DOS and Windows.
10758
10759 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10760
10761 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10762 longer if necessary.
10763 (ccl-embed-code): Call ccl-embed-data to store CODE in
10764 ccl-program-vector.
10765
10766 2000-08-09 Miles Bader <miles@gnu.org>
10767
10768 * comint.el (comint-output-filter): Properly handle the case where
10769 the text surrounded by comint-last-output-overlay was deleted.
10770
10771 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10772
10773 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10774 non-nil.
10775 (Info-file-list-for-emacs): Remove "info" from the list because
10776 that leads to trying to use the documentation from file `info'
10777 in various situations where it isn't appropriate, for instance
10778 C-h C-k C-h i.
10779
10780 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10781 DIR and/or STRING are nil.
10782
10783 * progmodes/compile.el (compilation-setup): Make variable
10784 compilation-error-screen-columns buffer-local, as some comment
10785 in the code suggests it should be.
10786
10787 * files.el (auto-mode-interpreter-regexp): New variable.
10788 (set-auto-mode): Use it.
10789
10790 * indent.el (indent-for-tab-command): Doc fix.
10791
10792 * mouse-sel.el (mouse-sel-mode): Doc fix.
10793
10794 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10795 labels.
10796
10797 * help.el (print-help-return-message): When
10798 display-buffer-reuse-frames is set, let the help window been quit,
10799 instead of deleting it, which might delete a reused frame.
10800
10801 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10802
10803 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10804 rename a directory to a name that differs only by its letter case.
10805
10806 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10807
10808 * international/quail.el (quail-define-rules): Handle Quail decode
10809 map correctly. Add code for supporting annotations.
10810 (quail-install-decode-map): New function.
10811 (quail-defrule-internal): New optional arguments decode-map and
10812 props.
10813 (quail-advice): New function.
10814
10815 2000-08-07 Sam Steingold <sds@gnu.org>
10816
10817 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10818 `defconst', `define-condition', `with-slots'.
10819 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10820
10821 2000-08-03 Miles Bader <miles@gnu.org>
10822
10823 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10824 New variable.
10825 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10826 comint-use-prompt-regexp-instead-of-fields.
10827 (comint-send-input): Add `input' field property to stuff we send to
10828 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10829 (comint-output-filter): Add `output' field property to process
10830 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10831 (comint-replace-by-expanded-history)
10832 (comint-get-old-input-default, comint-show-output)
10833 (comint-backward-matching-input, comint-forward-matching-input)
10834 (comint-next-prompt, comint-previous-prompt): Use field
10835 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10836 (comint-line-beginning-position): New function.
10837 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10838 (comint-replace-by-expanded-history-before-point): Use
10839 comint-line-beginning-position and line-end-position.
10840 (comint-last-output-overlay): New variable.
10841 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10842
10843 * shell.el (shell-prompt-pattern): Doc change.
10844 (shell-backward-command): Use line-beginning-position.
10845
10846 * gud.el (gud-gdb-complete-command): Use
10847 comint-line-beginning-position.
10848
10849 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10850 comint-bol doesn't actually go to the beginning of the line.
10851
10852 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10853 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10854 (try-expand-line-all-buffers): Likewise.
10855
10856 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10857 explicitly matching comint-prompt-regexp.
10858 (sql-copy-column): Use comint-line-beginning-position instead of
10859 explicitly matching comint-prompt-regexp.
10860
10861 * progmodes/octave-inf.el (inferior-octave-complete): Use
10862 comint-line-beginning-position.
10863
10864 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10865
10866 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10867 looking for a prompt, use `forward-line 0' instead of
10868 `beginning-of-line', to avoid getting caught by an input field.
10869
10870 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10871
10872 * files.el (shell-quote-wildcard-pattern): Make sure to return
10873 PATTERN, in the Unix case.
10874
10875 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10876
10877 * play/zone.el (zone): Discard any pending input before running
10878 the randomly-chosen pgm.
10879
10880 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10881
10882 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10883 checking the existence of any multibyte characters.
10884
10885 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10886
10887 * help.el (describe-mode): Test minor-mode symbol for being
10888 bound before testing its value for being nil.
10889
10890 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10891 `first', `second', and `third'.
10892
10893 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10894 (second): Make it an alias for `cadr'.
10895
10896 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10897
10898 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10899 types of display support faces now.
10900
10901 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10902
10903 * pcvs.el (require): Require `cl' during compilation, only.
10904
10905 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10906 (toplevel): Remove `remq' and `remove' from autoloads.
10907 (cl-fake-autoloads): New variable. If set, arrange for an error
10908 when CL functions etc. are autoloaded.
10909
10910 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10911
10912 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10913
10914 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10915 popped up, but the user clicks outside the menu, return an empty
10916 regexp (that causes unhighlight-regexp to have no effect).
10917
10918 * menu-bar.el (menu-bar-games-menu): Add Zone.
10919
10920 * hi-lock.el (toplevel): Require font-lock.
10921
10922 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10923
10924 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10925 (ebnf-8-bit-chars): New var for bug fix.
10926 (ebnf-string): Bug fix.
10927
10928 2000-08-03 Sam Steingold <sds@gnu.org>
10929
10930 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10931 instead of `buffer-string'.
10932 (require 'cl): Always, not just when compiling.
10933 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10934 necessary.
10935
10936 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10937
10938 * international/mule-cmds.el (select-safe-coding-system): Make
10939 the message text about selecting a safe coding system more clear.
10940
10941 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10942
10943 * hi-lock.el: New file.
10944
10945 * play/zone.el: New file.
10946
10947 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10948 value of tab-width in the original buffer. Choose a line number
10949 format that's a multiple of the original buffer's tab width, so
10950 that lines appear right.
10951
10952 * textmodes/ispell.el (ispell): New function, replacing an alias.
10953 Spell-check active region if in transient-mark-mode and mark
10954 is active; otherwise spell-check buffer.
10955
10956 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10957
10958 * ps-mule.el: Fix a customization problem on
10959 ps-mule-font-info-database-default.
10960
10961 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10962
10963 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10964 display-mouse-p instead of window-system.
10965 (ebrowse-member-mode-map): Ditto.
10966
10967 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10968
10969 * progmodes/ebnf2ps.el: Update ps-print functions call.
10970 Indentation fix. Doc fix.
10971 (ebnf-version): New version number (3.2).
10972 (ebnf-format-color, ebnf-begin-job): Code fix.
10973
10974 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10975
10976 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10977 font lock support on window-system.
10978 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10979
10980 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10981 display-color-p, if fboundp, instead of window-system.
10982
10983 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10984
10985 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10986 instead of window-system.
10987
10988 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10989 window-system.
10990 (widget-choice-mouse-down-action): Use display-popup-menus-p
10991 instead of window-system.
10992
10993 * strokes.el (strokes-file): Run the file name through
10994 convert-standard-filename.
10995 (strokes-mode): Call display-mouse-p instead of looking at
10996 window-system. Change the error message accordingly.
10997
10998 * progmodes/cpp.el (toplevel): Support faces on tty's.
10999
11000 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11001 (lm-plot-square, lm-init-display): Don't use window-system.
11002
11003 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11004 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11005
11006 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11007 instead of looking at window-system.
11008
11009 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11010
11011 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11012 of testing if iswitchb-prepost-hooks is bound, because the
11013 latter will always be true when invoking a recursive minibuffer
11014 from an active Iswitchb buffer.
11015
11016 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * files.el (shell-quote-wildcard-pattern): New function.
11019 (insert-directory): Call it. Only prepend "\" to command on Unix
11020 and GNU/Linux systems.
11021
11022 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11023
11024 * eshell/esh-groups.el: Change custom :link file names
11025 from `eshell.info' to `eshell'.
11026
11027 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11028
11029 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11030 correctly in recursive ange-ftp listings.
11031
11032 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11033
11034 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11035 ps-header-font-size-internal and
11036 ps-header-title-font-size-internal variables are not set,
11037 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11038 face text property is (foreground-color . COLOR) or
11039 `(background-color . COLOR)', ps-print crashes. Doc fix.
11040 (ps-print-version): New version number (5.2.4).
11041 (ps-plot-region): Code fix.
11042 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11043 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11044 Bug fix 2.
11045
11046 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11047
11048 * glasses.el (glasses-make-readable): Fix uncapitalization of
11049 identifiers like `myXMLDocument'.
11050
11051 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11052
11053 * mail/mail-hist.el (mail-hist-previous-input)
11054 (mail-hist-next-input): Do the obvious code factorization.
11055 (mail-hist-retrieve-and-insert): New func, contains common
11056 code of above two.
11057 If inserting a message body, leave point at top.
11058
11059 2000-07-28 Sam Steingold <sds@gnu.org>
11060
11061 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11062 Use `<=', not `<' to compare times!
11063 (ange-ftp-ls): Remove.
11064
11065 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11066
11067 * play/cookie1.el: Add explanation of how to make cookie.el
11068 compatible with strfile(1) to comment.
11069
11070 * subr.el (remove, remq): New functions.
11071
11072 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11073 escape `*' in regexps.
11074 (midnight-find): Reverse order of arguments in the funcall of
11075 TEST.
11076
11077 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11078 and `.class'.
11079
11080 * play/meese.el: Add Commentary section.
11081
11082 2000-07-27 Alex Schroeder <alex@gnu.org>
11083
11084 * sql.el (sql-ms): Added autoload cookie.
11085 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11086 (sql-oracle): Ditto.
11087 (sql-help): Doc change.
11088
11089 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11090 types and exceptions.
11091
11092 2000-07-27 Alex Schroeder <alex@gnu.org>
11093
11094 * sql.el (sql-placeholder-history): New variable.
11095 (sql-query-placeholders-and-send): New function that will query
11096 the user and replace placeholders with user input.
11097 (sql-oracle): If running on NT, set comint-input-sender to
11098 sql-query-placeholders-and-send.
11099
11100 (sql-stop): If in the SQLi buffer, insert stop notification, else
11101 present it as a message.
11102
11103 2000-07-27 Alex Schroeder <alex@gnu.org>
11104
11105 * sql.el (sql-input-ring-separator): Doc change.
11106 (sql-input-ring-file-name): Doc change.
11107 (sql-interactive-mode): Use `sql-input-ring-separator' and
11108 `sql-input-ring-file-name' to set the comint-mode equivalents
11109 without making them local variables.
11110 (sql-stop): Don't bind `sql-input-ring-separator' and
11111 `sql-input-ring-file-name' dynamically to their comint-mode
11112 equivalents.
11113
11114 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11115
11116 * international/mule.el (register-char-codings): New function.
11117 (make-coding-system): Handle `safe-chars' specification in the arg
11118 PROPERTY.
11119
11120 * international/mule-cmds.el
11121 (find-coding-systems-region-subset-p): This function deleted.
11122 (sort-coding-systems-predicate): New variable.
11123 (sort-coding-systems): New function.
11124 (find-coding-systems-region): Use
11125 find-coding-systems-region-internal.
11126 (find-coding-systems-string): Use find-coding-systems-region.
11127 (find-coding-systems-for-charsets): Check
11128 char-coding-system-table.
11129 (select-safe-coding-system-accept-default-p): New variable.
11130 (select-safe-coding-system): Mostly rewritten. New argument
11131 ACCEPT-DEFAULT-P.
11132 (select-message-coding-system): Call select-safe-coding-system
11133 with ACCEPT-DEFAULT-P arg.
11134 (reset-language-environment): Reset default-sendmail-coding-system
11135 to the default value iso-latin-1.
11136 (set-language-environment): Don't set the obsolete variable
11137 charset-origin-alist.
11138
11139 * international/codepage.el (cp-coding-system-for-codepage-1):
11140 Give `safe-chars' property to make-coding-system.
11141
11142 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11143 calling select-message-coding-system twice.
11144
11145 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11146 instead of `safe-charsets'.
11147 (cyrillic-alternativnyj): Likewise.
11148 (ccl-encode-alternativnyj): Don't check the charset
11149 cyrillic-iso8859-5.
11150
11151 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11152
11153 * composite.el (compose-chars-after): Preserve match data.
11154
11155 2000-07-26 Sam Steingold <sds@gnu.org>
11156
11157 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11158 (ange-ftp-real-file-newer-than-file-p): New function.
11159 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11160 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11161
11162 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11163 * midnight.el (midnight-float-time): Ditto.
11164
11165 2000-07-26 Andreas Schwab <schwab@suse.de>
11166
11167 * files.el (normal-backup-enable-predicate): Correct
11168 interpretation of the return value of compare-strings.
11169
11170 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11171
11172 * isearch.el (isearch-resume): New function.
11173 (isearch-done): Add something to command-history to resume
11174 the search.
11175 (isearch-yank-line, isearch-yank-word): Use
11176 buffer-substring-no-properties instead of buffer-substring.
11177
11178 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11179 of flyspell-mouse-map.
11180
11181 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11182 duplicate definition.
11183 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11184
11185 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11186 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11187
11188 2000-07-25 Sam Steingold <sds@gnu.org>
11189
11190 * net/ange-ftp.el: Get modtime over the net.
11191 (ange-ftp-file-modtime): New function.
11192 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11193 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11194 Use it.
11195 (ange-ftp-dot-to-slash): New function.
11196 (ange-ftp-fix-name-for-vms): Use it.
11197
11198 * midnight.el (midnight-buffer-display-time): Use
11199 `with-current-buffer'.
11200
11201 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11202
11203 * find-dired.el: Update copyright notice.
11204 (find-dired): Offer to kill a running `find'.
11205
11206 * enriched.el (enriched-face-ans): For a `foreground-color'
11207 property, return '(("x-color" COLOR))' so that COLOR will be
11208 output as a parameter of the x-color annotation. Likewise for the
11209 `background-color' property. In the case of normal face
11210 properties, don't return annotations for unspecified foreground
11211 and background face attributes.
11212
11213 2000-07-25 Kenichi Handa <handa@etl.go.jp>
11214
11215 * language/japan-util.el (japanese-katakana-region): Fix handling
11216 HANKAKU argument.
11217
11218 2000-07-25 Miles Bader <miles@gnu.org>
11219
11220 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11221 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11222 constrain-to-field.
11223
11224 2000-07-24 Andrew Innes <andrewi@gnu.org>
11225
11226 * timer.el (timer-activate-when-idle): Add optional parameter
11227 DONT-WAIT. Update docstring.
11228 (run-with-idle-timer): Specify extra parameter to
11229 timer-activate-when-idle, so that timer will be activated
11230 immediately if Emacs is already idle.
11231
11232 * w32-fns.el (w32-using-nt): Fix docstring.
11233
11234 2000-07-24 Dave Love <fx@gnu.org>
11235
11236 * mouse.el (popup-menu): Set last-command-event.
11237 (mouse-major-mode-menu-prefix): Declare.
11238
11239 2000-07-24 Gerd Moellmann <gerd@gnu.org>
11240
11241 * textmodes/flyspell.el: Update to author's version 1.5d.
11242
11243 * progmodes/hideshow.el: Update copyright notice.
11244
11245 * vcursor.el: Set maintainer to FSF, since author cannot
11246 be reached.
11247
11248 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11249
11250 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11251 the prompt.
11252
11253 * mouse.el (popup-menu): Run the keymap through indirect-function,
11254 in case it was defined with define-prefix-key. If the menu is a
11255 list of keymaps, look up the binding of user's choice in each one
11256 of the keymaps.
11257 (mouse-popup-menubar): If the global and local menu-bar keymaps
11258 don't have a prompt string, create one and insert it into the
11259 keymap. Don't barf if current-local-map returns nil.
11260
11261 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11262
11263 * dired.el (dired-sort-R-check): Added to allow recursive listing
11264 to be undone.
11265 (dired-sort-other): Use it.
11266
11267 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11268
11269 * Release of cc-mode 5.27
11270
11271 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11272
11273 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11274 c-beginning-of-statement-1 that caused a bad case of recursion
11275 which could consume a lot of CPU in large classes in languages
11276 that have in-expression classes (i.e. Java and Pike).
11277
11278 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11279 statements before top level constructs (i.e. case 6 is moved
11280 before case 5 and is now case 4) to catch in-expression
11281 classes in top level expressions correctly.
11282
11283 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11284
11285 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11286 objc-method-intro. Case 4 removed and case 5I added.
11287
11288 * cc-langs.el (c-append-paragraph-start): New variable used by
11289 c-common-init to get paragraph-start correct.
11290 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11291 initialize paragraph-start to make it correct both with and
11292 without the javadoc special case.
11293
11294 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11295 initialize paragraph-start for javadoc markup.
11296
11297 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11298 change by defaulting this to t. It's motivated by the
11299 confusing behavior that otherwise arise from the style system
11300 when editing both java and non-java files at the same time
11301 (see the comments about style setting in c-common-init).
11302
11303 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11304
11305 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11306 similar to the one in c-fill-paragraph to check the fill
11307 prefix from the adaptive fill function for sanity.
11308
11309 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11310
11311 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11312 defun block.
11313
11314 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11315
11316 * cc-align.el (c-lineup-multi-inher): Handle lines with
11317 leading comma nicely. Extended to handle member initializers
11318 too.
11319
11320 * cc-engine.el: (c-beginning-of-inheritance-list,
11321 c-guess-basic-syntax): Fixed recognition of inheritance lists
11322 when the lines begins with a comma.
11323
11324 * cc-vars.el (c-offsets-alist): Changed default for
11325 member-init-cont to c-lineup-multi-inher since it now handles
11326 member initializers and indents better for leading commas.
11327
11328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11329
11330 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11331 handling that caused class open lines to be recognized as
11332 statement-conts in some cases.
11333
11334 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11335 guessed by the adaptive fill function unless point is on the
11336 first line of a block comment.
11337
11338 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11339 when the buffer ends with a macro continuation char.
11340
11341 * cc-engine.el (c-guess-basic-syntax): Added support for
11342 function definitions as statements in Pike. The first
11343 statement in a lambda block is now labeled defun-block-intro
11344 instead of statement-block-intro.
11345
11346 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11347 so that the class surrounding point is selected, not the one
11348 innermost in the state.
11349
11350 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11351 recognition of switch labels having hanging multiline
11352 statements.
11353
11354 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11355 some code in c-guess-basic-syntax to a separate function.
11356 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11357 recognition of member inits with multiple line arglists.
11358 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11359 member-init-cont when the commas are in funny places.
11360
11361 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11362
11363 * cc-defs.el (c-auto-newline): Removed this macro since it's
11364 not used anymore.
11365
11366 * cc-engine.el (c-looking-at-bos): New helper function.
11367 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11368 inexpr and toplevel classes apart in Pike.
11369
11370 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11371 of case 9A.
11372
11373 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11374 constant, since "class" can introduce an in-expression class
11375 in Pike nowadays.
11376
11377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11378
11379 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11380 indentation on cpp-macro lines.
11381
11382 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11383 a syntax modifier like comment-intro, to make it possible to
11384 get syntactic indentation for preprocessor directives. It's
11385 incompatible wrt to lineup functions on cpp-macro, but it has
11386 no observable effect in the 99.9% common case where cpp-macro
11387 is set to -1000.
11388
11389 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11390
11391 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11392 member-init-cont when the preceding arglist is several lines.
11393
11394 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11395
11396 * cc-styles.el (c-style-alist): The basic offset for the BSD
11397 style corrected to 8.
11398
11399 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11400
11401 * cc-styles.el (c-style-alist): Adjusted the indentation of
11402 brace list openers in the gnu style.
11403
11404 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11405
11406 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11407
11408 * cc-cmds.el (c-electric-brace, c-electric-slash,
11409 c-electric-star, c-electric-semi&comma, c-electric-colon,
11410 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11411 when c-syntactic-indentation is nil.
11412
11413 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11414 we were left at comments preceding the first statement when
11415 reaching the beginning of the buffer.
11416
11417 * cc-vars.el (c-syntactic-indentation): New variable to turn
11418 off all syntactic indentation.
11419
11420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11421
11422 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11423 between the text and the block comment ender when it hangs,
11424 depending on how many there are before the fill.
11425
11426 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11427
11428 * cc-engine.el (c-beginning-of-closest-statement): New helper
11429 function to go back to the closest preceding statement start,
11430 which could be inside a conditional statement.
11431 * cc-engine.el (c-guess-basic-syntax): Use
11432 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11433
11434 * cc-engine.el (c-guess-basic-syntax): Better handling of
11435 arglist-intro, arglist-cont-nonempty and arglist-close when
11436 the arglist is nested inside parens. Cases 7A, 7C and 7F
11437 changed.
11438
11439 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11440 up-to-date with javadoc 1.2.
11441
11442 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11443
11444 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11445 multiline Pike type decls.
11446
11447 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11448
11449 * cc-cmds.el (c-indent-new-comment-line): Always break
11450 multiline comments in multiline mode, regardless of
11451 comment-multi-line.
11452
11453 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11454
11455 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11456 fully::qualified::names in C++ member init lists. Preamble in
11457 case 5D changed.
11458
11459 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11460
11461 * cc-langs.el (c-common-init): Handling of obsolete variables
11462 moved to c-initialize-cc-mode. More compatible style override
11463 when using global style variables.
11464 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11465 variables moved here.
11466
11467 * cc-styles.el (c-make-styles-buffer-local): Flag style
11468 variable localness in c-style-variables-are-local-p to make
11469 the compatibility measure in c-common-init work well.
11470
11471 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11472 longer contain set-from-style.
11473 * cc-styles.el (c-initialize-builtin-style): Don't check for
11474 set-from-style on c-special-indent-hook.
11475 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11476 copy-alist is sufficient now.
11477
11478 * cc-styles.el (c-set-style, c-set-style-1,
11479 c-get-style-variables): Fixes to variable initialization so
11480 that duplicate entries in styles have the same effect
11481 regardless of DONT-OVERRIDE.
11482
11483 * cc-styles.el (c-set-style-2): Fixed bug where the
11484 initialization of inheriting styles failed when the
11485 dont-override flag is set.
11486
11487 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11488 on this.
11489
11490 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11491
11492 * cc-defs.el (c-forward-comment): Removed the workaround
11493 introduced in 5.38 since it had worse side-effects. If a line
11494 contains the string "//\"", it regarded the // as a comment
11495 start since the \ temporarily doesn't have escape syntax.
11496
11497 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11498
11499 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11500 ada-xref.el before ada-prj.el, so that the Project menu is created
11501 when ada-prj tries to add to it.
11502 (ada-activate-keys-for-case): Suppress the characters that are not
11503 part of the Ada syntax. Better compatibility with else-mode
11504 (ada-adjust-case-interactive): When auto-casing is not active,
11505 correctly insert newlines (used to insert only ^M). Prevent the
11506 syntax table from being changed in case of an error
11507 (or '_' becomes part of a word and some commands are confused).
11508 Do nothing if ada-auto-case is nil.
11509 (ada-after-keyword-p): Ignore keywords that are also attributes
11510 (ada-batch-reformat): Update usage comment
11511 (ada-call-from-contextual-menu): New function
11512 (ada-case-read-exceptions): Reinitialize the casing exception list
11513 first to nil first, so that the casing exception file can be
11514 shared.
11515 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11516 files.
11517 (ada-compile-goto-error): Fix regexp used to detect a file:line
11518 anywhere in the error message
11519 (ada-contextual-menu-last-point): New variable
11520 (ada-create-keymap): If the variable delete-key-deletes-forward is
11521 t on XEmacs, it means that DEL should delete one character
11522 forward.
11523 (ada-create-menu): Use :included instead of :visible for XEmacs.
11524 New submenu "Options".
11525 (ada-end-stmt-re): Correctly indent "select ... then abort"
11526 statements.
11527 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11528 even if they don't match ada-fill-comment-prefix Fix handling of
11529 paragraphs on the first or last line of a file.
11530 (ada-format-paramlist): Fix handling of default parameter values.
11531 (ada-get-body-name): New function.
11532 (ada-get-current-indent): Optimized by searchling directly for an
11533 existing generic part or a statement outside of it. Handle
11534 ada-indent-align-comments when indenting comments Replaced some
11535 regexps by testing directly the next character. This results in a
11536 huge speedup on some files. New indentation scheme for renames
11537 statements. Stop looking for the 'while' or 'for' associated with
11538 a 'loop' at the first semicolon encountered. A "return" can also
11539 match an anonymous access subprogram declaration.
11540 (ada-get-indent-noindent): Ignore strings and comments when
11541 looking for the keywords "record" and "private".
11542 (ada-goto-matching-decl-start): When matching "if", make sure we
11543 are not in fact seeing "end if". Ignore "when" statements except
11544 when initial keyword was "begin". Fix handling of nested
11545 procedures. Add a recursive call to this function to skip over
11546 other 'end' statmts. Fix indentation for "when .. => begin"
11547 (ada-in-open-paren-p): Fix indentation for complex boolean
11548 expressions, where 'and then', 'or else' and parenthesis
11549 statements are mixed up.
11550 (ada-in-paramlist-p): Skip comments while searching for the
11551 beginning Fix handling of operator declarations.
11552 (ada-indent-align-comments): New variable
11553 (ada-indent-current): Change the syntax table only in the
11554 protected section, so that we are sure it is restored correctly.
11555 (ada-indent-on-previous-lines): Use ada-use-indent and
11556 ada-with-indent Correctly indent "select ... then"
11557 (ada-indent-region): Slight speedup.
11558 (ada-indent-renames): New variable.
11559 (ada-last-which-function-subprog, ada-last-which-function-line):
11560 New variables
11561 (ada-looking-at-semi-private): Correctly indent the 'private'
11562 keyword when it is the first word in a package declaration.
11563 (ada-loose-case-word): Stop searching if at the end of the buffer.
11564 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11565 even if point is not initially at the end of the word.
11566 (ada-matching-decl-start-re): Add "when".
11567 (ada-mode): Add support for abbrev-mode, outline-mode and
11568 which-func-mode Override the old find-file.el entry in
11569 ff-special-constructs since it is using the obsolete
11570 ada-spec-suffix variable
11571 (ada-no-auto-case): New function
11572 (ada-scan-paramlist): When parsing the argument type, accept
11573 spaces (as in "X 'Class", generated by Rational Rose).
11574 (ada-other-file-name): No longer loads the other file.
11575 (ada-popup-menu): Save and restore the current buffer and cursor
11576 position before and after displaying the menu.
11577 (ada-search-ignore-complex-boolean): New function.
11578 (ada-uncomment-region): Emacs21 already knows how to delete
11579 comments not starting in the first column.
11580 (ada-use-indent): New variable
11581 (ada-which-function): New function.
11582 (ada-with-indent): New variable
11583 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11584 can be batch-compiled from the command line.
11585
11586 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11587 Add to the menu when the file is loaded, not in ada-mode-hook.
11588 Add -toolbar to the default ddd command Switches moved from
11589 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11590 ada-prj-default-comp-opt
11591 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11592 Reference Manual to the menu
11593 (ada-check-current): rewritten as a call to ada-compile-current
11594 (ada-compile): Removed.
11595 (ada-compile-application, ada-compile-current, ada-check-current):
11596 Set the compilation-search-path so that compile.el automatically
11597 finds the sources in src_dir. Automatic scrollong of the
11598 compilation buffer. C-uC-cC-c asks for confirmation before
11599 compiling
11600 (ada-compile-current): New parameter, prj-field
11601 (ada-complete-identifier): Load the .ali file before doing
11602 processing
11603 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11604 conform to gnatmake's behavior.
11605 (ada-find-file-in-dir): New function
11606 (ada-find-references): Set the environment variables for gnatfind
11607 (ada-find-src-file-in-dir): New function.
11608 (ada-first-non-nil): Removed
11609 (ada-gdb-application): Add support for jdb, the java debugger.
11610 (ada-get-ada-file-name): Load the original-file first if not done
11611 yet.
11612 (ada-get-all-references): Handles the new ali syntax (parent types
11613 are found between <>).
11614 (ada-initialize-runtime-library): New function
11615 (ada-mode-hook): Always load a project file when a file is opened,
11616 so that the casing exceptions are correctly read.
11617 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11618 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11619 to open the project file, since the latter does not work with
11620 speedbar Get default values before loading the prj file, or the
11621 default executable file name is wrong. Use the absolute value of
11622 src_dir to initialize ada-search-directories and
11623 compilation-search-path,... Add the standard runtime library to
11624 the search path for find-file.
11625 (ada-prj-default-debugger): Was missing an opening '{'
11626 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11627 variables.
11628 (ada-prj-default-gnatmake-opt): New variable
11629 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11630 buffers, the project file is the default one Save the windows
11631 configuration before displaying the menu.
11632 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11633 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11634 ...) regexp-quote identifiers names to support operators +,
11635 -,... in regexps.
11636 (ada-remote): New function.
11637 (ada-run-application): Erase the output buffer before starting the
11638 run Support remote execution of the application. Use
11639 call-process, or the arguments are incorrectly parsed
11640 (ada-set-default-project-file): Reread the content of the active
11641 project file, not the one from the current buffer When a project
11642 file is set as the default project, all directories are
11643 automatically associated with it.
11644 (ada-set-environment): New function
11645 (ada-treat-cmd-string): New special variable ${current}
11646 (ada-treat-cmd-string): Revised. The substitution is now done for
11647 any ${...} substring
11648 (ada-xref-current): If no body was found, compiles the spec
11649 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11650 compiler to get rid of command line length limitations.
11651 (ada-xref-get-project-field): New function
11652 (ada-xref-project-files): New variable
11653 (ada-xref-runtime-library-specs-path)
11654 (ada-xref-runtime-library-ali-path): New variables
11655 (ada-xref-set-default-prj-values): Default run command now does a
11656 cd to the build directory. New field: main_unit Provide a default
11657 file name even if the current buffer has no prj file.
11658
11659 * ada-prj.el:
11660 Rewritten to show a tabbed-dialog.
11661 (ada-prj-add-ada-menu): Remove the map and name parameters.
11662 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11663 New function
11664 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11665 (ada-prj-load-from-file): New function
11666 (ada-prj-save): Always save fields that depend on the current buffer
11667 (ada-prj-show-value): New function
11668
11669 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11670 Ada mode. This will allow us to display the Ada menu in any buffer
11671 we want (for project items).
11672 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11673 number of spaces in the header.
11674
11675 2000-07-24 Dave Love <fx@gnu.org>
11676
11677 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11678
11679 2000-07-23 Noah Friedman <friedman@splode.com>
11680
11681 * type-break.el (type-break): perform autosave.
11682 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11683 (type-break-do-query): Cancel query schedule while performing
11684 actual query, to avoid possibility of a second query being made
11685 while first one is already in progress.
11686 (type-break-time-stamp-format): New variable.
11687 (type-break-time-stamp): New function.
11688 (type-break-time-warning): Use it.
11689 (type-break-keystroke-warning): Use it.
11690 (type-break-noninteractive-query): Use it.
11691
11692 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11693 cookie.
11694 Use add-minor-mode to set minor-mode-alist, if available.
11695 (eldoc-echo-area-use-multiline-p): New user option.
11696 (eldoc-echo-area-multiline-supported-p): New variable.
11697 (eldoc-docstring-format-sym-doc): Use them.
11698 (eldoc-mode): If not using idle timers, append to local post and
11699 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11700 (eldoc-display-message-no-interference-p): Don't interfere with
11701 edebug.
11702 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11703 (eldoc-function-arglist): New function.
11704 (eldoc-function-argstring): Use it.
11705
11706 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11707 auto save directory exists before calling directory-files.
11708
11709 2000-07-23 Dave Love <fx@gnu.org>
11710
11711 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11712 ^o, ^u.
11713
11714 2000-07-21 Dave Love <fx@gnu.org>
11715
11716 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11717 now passed to the function. It now works properly.
11718
11719 * smerge-mode.el (smerge-mode-menu): Fill it out.
11720
11721 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11722
11723 * info-look.el (info-lookup): If *info* is shown in another frame
11724 on the same display, select that frame, instead of switching to
11725 the Info buffer in another window of the selected frame.
11726
11727 * simple.el (universal-argument-map): Bind numeric keypad keys
11728 kp-0 to kp-9 and kp-subtract.
11729 (digit-argument): Handle these keys.
11730
11731 2000-07-20 Dave Love <fx@gnu.org>
11732
11733 * net/goto-addr.el (goto-address-fontify): Don't bother with
11734 buffer-modified and read-only stuff -- irrelevant with overlays.
11735 Put an extra property on the overlays and use it to clean up in
11736 case goto-address is re-run.
11737
11738 2000-07-19 Richard M. Stallman <rms@gnu.org>
11739
11740 * timer.el (run-with-idle-timer): Doc fix.
11741
11742 * mail/mail-utils.el (mail-strip-quoted-names):
11743 Handle case where <...> appears inside "...".
11744 Use replace-match to edit the string more simply.
11745 (rmail-dont-reply-to): Cope with an unmatched ".
11746
11747 2000-07-19 Dave Love <fx@gnu.org>
11748
11749 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11750 implementation.
11751
11752 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11753 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11754 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11755
11756 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11757
11758 * textmodes/refer.el: Correct maintainer's email address.
11759
11760 * progmodes/hideif.el: Correct author's email address.
11761 Fix typo in comment.
11762
11763 * xml.el: New file.
11764
11765 * mail/mailheader.el: Correct author's mail address.
11766
11767 * gnus/parse-time.el: Correct author's mail address.
11768
11769 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11770
11771 * comint.el (comint-highlight-input, comint-highlight-face):
11772 New user options.
11773 (comint-input-ring-file-name): Change custom type.
11774 (comint-mode-map): Bind mouse-2.
11775 (comint-insert-clicked-input): New function.
11776 (comint-send-input): Handle input highlighting.
11777
11778 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11779
11780 * mouse.el (popup-menu): New function.
11781 (mouse-major-mode-menu): Use it.
11782
11783 2000-07-18 Dave Love <fx@gnu.org>
11784
11785 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11786 improvements.
11787
11788 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11789
11790 * faces.el (face-font-selection-order)
11791 (face-font-family-alternatives): Add custom type.
11792
11793 2000-07-18 Dave Love <fx@gnu.org>
11794
11795 * cus-edit.el (custom-variable-reset-saved)
11796 (custom-variable-reset-standard): Remove unused bindings.
11797
11798 * rect.el (open-rectangle-line): Remove unused let.
11799
11800 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11801
11802 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11803
11804 * cdl.el: Fix `Maintainer' keyword.
11805
11806 * play/pong.el: Add author's email address.
11807
11808 2000-07-17 Sam Steingold <sds@gnu.org>
11809
11810 * files.el (insert-directory): Call `split-string' instead of
11811 re-implementing it.
11812
11813 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11814
11815 * mail/vms-pmail.el: Change maintainer to FSF.
11816
11817 * net/goto-addr.el: Change maintainer to FSF.
11818
11819 * info.el (Info-title-face-alist): Removed.
11820
11821 2000-07-18 David Ponce <david@dponce.com>
11822
11823 * recentf.el (recentf-open-files): New command that works like
11824 `recentf-open-more-files', but shows the whole list of files (not just
11825 those omitted from the menu). Useful if you don't use a menu-bar!
11826 (recentf-open-more-files) Modified to use `recentf-open-files'.
11827
11828 (recentf-open-files, recentf-open-more-files)
11829 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11830
11831 (recentf-dialog-mode): New mode for dialogs. You can now just type
11832 "q" to cancel the dialogs.
11833
11834 2000-07-18 David Ponce <david@dponce.com>
11835
11836 * recentf.el: This is a major update of recentf.el. It adds new
11837 features to better organize the recentf menu and "More..." buffer.
11838
11839 Using new provided menu filtering functions you can now organize the
11840 recent files list:
11841
11842 - by major modes
11843 - by directories
11844 - by user defined rules
11845
11846 Finally, with the new `recentf-filter-changer' customizable filter you
11847 can define a ring of filters and dynamically (via the menu) cycle on
11848 each menu organization in the ring (a la msb).
11849
11850 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11851
11852 * eshell/eshell.el (eshell): Replace links to eshell.info with
11853 links to eshell, to avoid problems on systems where the manual is
11854 installed as `eshell'.
11855 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11856 * eshell/em-smart.el (eshell-smart): Ditto.
11857 * eshell/em-banner.el (eshell-banner): Ditto.
11858 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11859
11860 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11861 same-file check in the MS-DOS version (it does support inodes).
11862
11863 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11864
11865 * eshell/eshell.el (eshell-directory-name):
11866 Run default directory name through convert-standard-filename.
11867
11868 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11869
11870 * international/mule-cmds.el (select-safe-coding-system):
11871 Fix typo in the comment.
11872
11873 * language/european.el (compound-text):
11874 Force katakana-jisx0201 to be designated to G1.
11875
11876 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11877 Don't translate some national variant characters of latin-jisx0201.
11878 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11879
11880 * international/kkc.el (kkc-after-update-conversion-functions):
11881 New variable.
11882 (kkc-update-conversion): Run functions in it at the tail.
11883
11884 2000-07-16 John Wiegley <johnw@gnu.org>
11885
11886 * lisp/align.el (align-newline-and-indent):
11887 Adding new function. for auto-aligning blocks of code on RET.
11888 (align-region): Fixed badly formatted minibuffer message.
11889
11890 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11891
11892 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11893 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11894 the conversion list at first if appropriate.
11895 (kkc-next): Don't update kkc-next-count here.
11896 (kkc-prev): Don't update kkc-prev-count here.
11897 (kkc-show-conversion-list-update): Fix setting up of conversion
11898 list message.
11899
11900 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11901
11902 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11903
11904 2000-07-16 Dave Love <fx@gnu.org>
11905
11906 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11907 function to be more specific.
11908
11909 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11910 non-string help-echo.
11911 (widget-types-convert-widget): Defsubst it.
11912 (widget-echo-help): Try to cope with a help-echo function of two
11913 possible sorts.
11914
11915 2000-07-15 Jason Rumney <jasonr@gnu.org>
11916
11917 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11918 Declare as obsolete.
11919
11920 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11921
11922 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11923
11924 * hilit-chg.el: Fix typo.
11925
11926 2000-07-14 Dave Love <fx@gnu.org>
11927
11928 * info.el (Info-mode-menu): Fix use of :help, :enable.
11929
11930 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11931
11932 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11933
11934 2000-07-13 Dave Love <fx@gnu.org>
11935
11936 * emacs-lisp/easymenu.el: Doc fixes.
11937 (easy-menu-remove): Defalias to ignore.
11938
11939 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11940 Call throw correctly.
11941
11942 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11943
11944 * faces.el (frame-background-mode): Doc fix.
11945
11946 * simple.el (eval-expression-print-length): Change custom type to
11947 allow entering nil as value.
11948
11949 2000-07-13 Dave Love <fx@gnu.org>
11950
11951 * progmodes/fortran.el (fortran-imenu-generic-expression):
11952 Change definition layout.
11953 (fortran-mode-menu): Reinstate customize entries.
11954
11955 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11956 Use :filter, per old XEmacs code.
11957
11958 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11959
11960 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11961 event when deciding what to send to the terminal.
11962
11963 2000-07-12 Dave Love <fx@gnu.org>
11964
11965 * cus-start.el: Add optional version as 4th element of specs and
11966 use it for several things new in v21. Remove load-path. Fix type
11967 of line-number-display-limit.
11968
11969 2000-07-11 Dave Love <fx@gnu.org>
11970
11971 * progmodes/fortran.el: Don't require easymenu.
11972 Use repeat counts in various regexps.
11973 (fortran-mode-syntax-table): Defvar directly.
11974 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11975 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11976 Use defvar, not defconst.
11977 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11978 (fortran-mode): Set fortran-comment-line-start-skip,
11979 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11980 (fortran-comment-indent): Use defsubst.
11981 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11982 Use fortran-comment-indent, not fortran-comment-indent-function.
11983 (fortran-comment-region, fortran-electric-line-number): Simplify.
11984 (fortran-auto-fill): New function.
11985 (fortran-do-auto-fill): Deleted.
11986 (fortran-find-comment-start-skip):
11987 Check for non-null comment-start-skip.
11988 (fortran-auto-fill-mode, fortran-fill-statement):
11989 Use fortran-auto-fill.
11990 (fortran-fill): Use fortran-auto-fill. Check for null
11991 comment-start-skip. Simplify final clause and use end-of-line finally.
11992
11993 * widget.el (widget-plist-member): New alias.
11994
11995 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11996
11997 * eshell/esh-module.el (toplevel): Reference
11998 byte-compile-current-file only if it is bound.
11999
12000 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12001
12002 * dired.el: Don't require `dired-aux'.
12003
12004 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12005
12006 * dired-aux.el (dired-show-file-type): New function.
12007 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12008 (dired-show-file-type): Add autoload.
12009
12010 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12011
12012 * international/mule-diag.el (describe-font): Adjusted for the
12013 change of fontset-info.
12014 (print-fontset): Likewise.
12015
12016 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12017
12018 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12019
12020 2000-07-07 Gerd Moellmann <gerd@gnu.org>
12021
12022 * bindings.el: Bind `[delete]' to delete-char.
12023
12024 * dired.el (dired-find-alternate-file): New function.
12025 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12026 (toplevel): Require dired-aux when compiling.
12027 (dired-buffers): Move defvar within file to avoid compiler warning.
12028
12029 * info.el (Info-last-search): Variable removed.
12030 (Info-search-history): New variable.
12031 (Info-search): New Info-search-history.
12032
12033 * battery.el, info-look.el: Change author's mail address.
12034
12035 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12036
12037 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12038 if rmail-ignored-headers is nil.
12039 (rmail-retry-failure): Bind rmail-ignored-headers and
12040 rmail-displayed-headers to nil.
12041
12042 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12043
12044 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12045 (print-region-1): Don't hard code `-h' here.
12046
12047 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12048
12049 2000-07-01 Francesco Potorti` <pot@gnu.org>
12050
12051 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12052 exim can use "your message" instead of "the message".
12053
12054 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12055
12056 * facemenu.el: Docstrings fixes.
12057 (facemenu-get-face): Don't use internal-find-face.
12058 (facemenu-iterate): Rename arg to match the docstring.
12059
12060 * newcomment.el (uncomment-region): Be more careful when skipping
12061 backwards over `=' not to bump into BOBP.
12062
12063 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12064
12065 * ediff-diff.el (ediff-wordify): Use syntax table.
12066 * ediff-init.el (ediff-has-face-support-p): Use
12067 ediff-color-display-p.
12068 (ediff-color-display-p): Use display-color-p, changed to defun
12069 from defsubst.
12070 Got rid of special cases for NeXT and OS/2.
12071 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12072 face.
12073
12074 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12075
12076 * emacs-lisp/lucid.el: Require CL.
12077 (copy-tree, remprop): Remove, it's provided by CL.
12078 (map-keymap): Define in terms of cl-map-keymap.
12079 (extent-property, set-extent-end-glyph): New functions.
12080
12081 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12082
12083 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12084
12085 * Makefile.in (DONTCOMPILE): Add comment that the name may
12086 not be changed without changing the make-dist script.
12087
12088 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12089 (cl-mapc): Use mapc instead of cl-old-mapc.
12090
12091 2000-07-05 Andrew Innes <andrewi@gnu.org>
12092
12093 * makefile.nt: Add support for `bootstrap' and related targets.
12094
12095 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12096
12097 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12098 (easy-menu-do-define): Use `menu-item' format.
12099 Handle case where easy-menu-create-menu returns a symbol.
12100 Manually call the potential top-level filter in the function binding.
12101 (easy-menu-filter-return): New arg NAME.
12102 Convert to a keymap if MENU is an XEmacs menu.
12103 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12104 (easy-menu-converted-items-table, easy-menu-convert-item):
12105 New var and fun to memoize easy-menu-convert-item-1.
12106 (easy-menu-do-add-item): Use it.
12107 (easy-menu-create-menu): Use easy-menu-convert-item.
12108 Wrap easy-menu-filter-return around any :filter specification.
12109 Don't convert the menu if a filter was specified.
12110 Tell easy-menu-make-symbol not to check for MENU being an expression.
12111 (easy-menu-make-symbol): New arg NOEXP.
12112
12113 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12114
12115 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12116 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12117 (eval-defun): If called with prefix arg, instrument code for
12118 Edebug.
12119
12120 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12121 similar to that of eval-defun.
12122
12123 2000-07-04 Dave Love <fx@gnu.org>
12124
12125 * hl-line.el (hl-line-overlay): Make it permanent-local.
12126
12127 * calendar/todo-mode.el: Replaced with a working version, based on
12128 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12129
12130 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12131
12132 * paths.el (prune-directory-list): New function.
12133 (Info-default-directory-list): Rewritten to more methodically
12134 enumerate a big list of possible info directories (based on the
12135 list used by the standalone info reader).
12136
12137 * info.el (info-initialize): Use prune-directory-list to remove
12138 non-existent directories from Info-directory-list.
12139
12140 * paths.el (Info-default-directory-list): Try a list of possible
12141 info-directories instead of a single one. Add the possible
12142 info directory "/usr/share/info".
12143
12144 * woman.el (woman-man.conf-path): Explicitly include the debian
12145 man-db config file "/etc/manpath.config".
12146 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12147 are present in `manpath.config'.
12148 (woman-manpath): Include "/usr/share/man".
12149
12150 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12151
12152 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12153
12154 * startup.el (command-line): Initialize blink-cursor based
12155 on window-system.
12156
12157 * frame.el (blink-cursor): Default to nil if not running under
12158 a window-system.
12159
12160 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12161 (face-x-resources): Remove duplicate entry for :font.
12162
12163 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12164 instead of cycling through windows with next-window.
12165
12166 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12167 of cycling through windows with next-window.
12168
12169 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12170 of cycling through windows with next-window.
12171
12172 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12173 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12174 instead of cycling through windows with next-window.
12175
12176 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12177 instead of cycling through windows with next-window.
12178
12179 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12180 of cycling through windows with next-window.
12181
12182 * terminal.el (te-process-output): Use walk-windows instead of
12183 cycling through windows with next-window.
12184
12185 * server.el (server-switch-buffer): Use some-window instead of
12186 cycling through windows with next-window.
12187
12188 * window.el (some-window): New function.
12189 (walk-windows): Remove reference to walk-windows-start.
12190
12191 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12192
12193 2000-07-03 Richard Stallman <rms@gnu.org>
12194
12195 * window.el (walk-windows): Guarantee termination by keeping a list
12196 of all the windows already handled.
12197
12198 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12199
12200 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12201 window-system.
12202
12203 * man.el (Man-notify-when-ready): Don't use window-system. If
12204 Man-notify-method is newframe, and the display is not
12205 multi-frame, select the frame created for the man page.
12206 (Man-init-defvars): Doc fix.
12207
12208 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12209
12210 * faces.el (region): Change background color for light background.
12211
12212 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12213 attribute from mode-line face of Ediff control frame.
12214
12215 * replace.el (query-replace-map): Bind `e' like `E'.
12216
12217 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12218
12219 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12220 Change name to "Select All".
12221
12222 * dos-fns.el (convert-standard-filename): Fix last change.
12223
12224 2000-06-27 Gerd Moellmann <gerd@gnu.org>
12225
12226 * help.el (describe-variable): Don't insert a second `'s' in front
12227 of the string `value is shown below'. Since the syntax-table is
12228 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12229 an existing `'s', so that this won't be deleted.
12230
12231 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12232 * pcmpl-unix.el: New files.
12233
12234 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12235
12236 * wid-edit.el (widget-member): Use the new plist-member.
12237
12238 2000-06-26 Gerd Moellmann <gerd@gnu.org>
12239
12240 * replace.el (perform-replace): Undo change of 2000-04-04.
12241 Instead, move backward 1 character at the end of the loop when
12242 necessary.
12243
12244 * faces.el (fringe): Change face for different backgrounds.
12245
12246 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12247 patch from John.
12248
12249 * eshell/*.el: Change spelling of the Free Software Foundation.
12250
12251 * eshell/esh-toggle.el: Removed.
12252
12253 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12254
12255 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12256 interactively.
12257
12258 2000-06-26 Alex Schroeder <alex@gnu.org>
12259
12260 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12261 `define-key'; instead of checking `(emacs-version)' check for
12262 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12263 for `;' and `o' which might be electric.
12264
12265 (sql-electric-stuff): New user option.
12266 (sql-magic-go): New function which uses `sql-electric-stuff'.
12267 (sql-magic-semicolon): New function which uses
12268 `sql-electric-stuff'.
12269
12270 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12271 is not fboundp.
12272
12273 (sql-oracle-options): New variable.
12274 (sql-oracle): Use it.
12275
12276 (sql-imenu-generic-expression): Doc change.
12277 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12278 is used.
12279
12280 (sql-informix): Added command line parameter "-" to force
12281 sql-informix-program to use stdout.
12282
12283 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12284
12285 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12286 (cp864-decode-table): Doc fix.
12287 (cp720-decode-table): New variable, supports the Arabic OEM
12288 codepage used by Windows.
12289 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12290
12291 2000-06-23 Dave Love <fx@gnu.org>
12292
12293 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12294 (font-lock-fontify-anchored-keywords): Use
12295 line-beginning-position.
12296 (global-font-lock-mode): Use mapc.
12297
12298 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12299
12300 * eshell/esh-module.el: Require CL when compiling.
12301
12302 2000-06-23 Gerd Moellmann <gerd@gnu.org>
12303
12304 * comint.el (comint-substitute-in-file-name): Call replace-match
12305 with second and third arg t.
12306
12307 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12308 Specify foreground color.
12309
12310 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12311 color.
12312
12313 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12314
12315 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12316 cddr instead of cdddr.
12317
12318 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12319 instead of copy-list.
12320
12321 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12322 of copy-list.
12323
12324 * subdirs.el: Add eshell subdirectory.
12325
12326 * eshell: New subdirectory containing the Eshell package.
12327
12328 * pcomplete.el: New file.
12329
12330 2000-06-23 Paul Eggert <eggert@twinsun.com>
12331
12332 * mail/mailpost.el (post-mail-send-it): Make sure file has
12333 proper permissions from birth.
12334
12335 * files.el (basic-save-buffer-2): When temporarily setting
12336 file modes, set them to current modes plus 0200, not to 0777.
12337
12338 * emerge.el (emerge-make-temp-file): Make sure file has proper
12339 permissions from birth.
12340
12341 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12342
12343 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12344 backup file name through convert-standard-filename.
12345
12346 * dos-fns.el (convert-standard-filename): Convert leading
12347 directories as well. When long file names are supported, convert
12348 characters that are invalid in Windows file names.
12349
12350 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12351
12352 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12353 ps-print crashes. New feature: page selection for printing. Create
12354 raw-text-unix coding system for XEmacs. Doc fix.
12355 (ps-print-version): New version number (5.2.3).
12356 (ps-plot-region): Bug fix.
12357 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12358 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12359 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12360 funs.
12361 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12362 (ps-last-page): New vars.
12363
12364 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12365
12366 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12367 empty option string.
12368
12369 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12370
12371 * man.el (man): Doc fix.
12372
12373 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12374
12375 * international/mule-cmds.el (set-language-info-alist): Docstring
12376 fixed.
12377
12378 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12379
12380 * version.el (emacs-version): Use ISO date format.
12381
12382 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12383 instead of `M-backspace'.
12384
12385 * simple.el (turn-off-auto-fill): New function.
12386
12387 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12388
12389 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12390 Renamed from with-buffer-prepared-for-font-lock and use
12391 inhibit-modification-hooks rather than setting *-change-functions.
12392 Update all functions to use the new name.
12393 (jit-lock-first-unfontify-pos): New semantics (and doc).
12394 (jit-lock-mode): Make non-interactive.
12395 Don't automatically turn on font-lock.
12396 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12397 Always use jit-lock-after-change.
12398 Remove and restore font-lock-after-change-function.
12399 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12400 (jit-lock-after-unfontify-buffer): Remove.
12401 (jit-lock-stealth-fontify):
12402 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12403 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12404
12405 2000-06-20 Sam Steingold <sds@gnu.org>
12406
12407 * emacs-lisp/cl-indent.el (toplevel): Indent
12408 `print-unreadable-object' properly. Untabify.
12409
12410 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12411
12412 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12413 Support for bibentry.
12414 (reftex-compile-variables): Fixed problem with end of section-re.
12415
12416 * texmodes/reftex-dcr.el (reftex-view-crossref,
12417 reftex-view-crossref-from-bibtex):
12418 Deal with changed `reftex-find-citation-regexp-format'.
12419 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12420 Replaced `remprop' with `put'.
12421 (reftex-view-crossref, reftex-view-crossref-when-idle):
12422 Support for bibentry.
12423
12424 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12425 New entry for bibentry package.
12426
12427 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12428 Regexp also matches "\nobibliography".
12429
12430 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12431 Call `reftex-ensure-write-access' before doing anything.
12432 (reftex-ensure-write-access): New function.
12433
12434 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12435
12436 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12437
12438 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12439
12440 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12441
12442 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12443
12444
12445 2000-06-20 Dave Love <fx@gnu.org>
12446
12447 * faces.el (frame-background-mode): Use set-default, not set, in
12448 setter.
12449 (frame-update-faces, frame-update-face-colors): Define with
12450 defalias.
12451
12452 * enriched.el (enriched-decode-foreground)
12453 (enriched-decode-background): Don't use internal-find-face.
12454
12455 * apropos.el: Doc fixes.
12456
12457 * cus-edit.el (customize-changed-options): Check arg.
12458 (customize-version-lessp): Don't require decimal point.
12459
12460 * custom.el (defcustom, defgroup): Doc fix.
12461
12462 * newcomment.el (comment) <defgroup>: Add :version.
12463 (comment-multi-line): Doc fix.
12464
12465 * emulation/mlsupport.el (define-hooked-local-abbrev,
12466 define-hooked-global-abbrev): Fix, using define-abbrev.
12467
12468 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12469
12470 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12471 the whole buffer.
12472
12473 2000-06-19 Dave Love <fx@gnu.org>
12474
12475 * menu-bar.el (menu-bar-options-save): New function.
12476 (menu-bar-options-menu): Use it.
12477 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12478 Simplify.
12479
12480 2000-06-19 Andreas Schwab <schwab@suse.de>
12481
12482 * progmodes/etags.el (tags-query-replace): Put new parameters
12483 START and END at the end, for backward compatibility.
12484
12485 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12486
12487 * international/codepage.el:
12488 (cp-coding-system-for-codepage-1): Delete special codes for
12489 generating xxx-dos coding system because now a CCL based coding
12490 system can handle EOL conversion by default.
12491
12492 * international/mule.el (make-coding-system): Generate subsidiary
12493 coding systems for EOL handling variants even for a CCL based
12494 coding system.
12495
12496 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12497
12498 * international/isearch-x.el (isearch-minibuffer-input-method)
12499 (isearch-minibuffer-input-method-function): These variables
12500 deleted.
12501 (isearch-with-input-method): Don't use the above variables.
12502 (isearch-process-search-multibyte-characters): Likewise. Call
12503 read-string with the arg INHERIT-INPUT-METHOD t.
12504
12505 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12506
12507 * font-lock.el (font-lock-after-fontify-buffer)
12508 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12509
12510 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12511 Use consistent make-local-variable style for font-lock-fontified.
12512 (jit-lock-fontify-buffer):
12513 Don't bother checking for font-lock-mode and jit-lock-mode.
12514
12515 * time.el: Remove trailing ^M that prevent CVS-merging.
12516
12517 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12518
12519 * Makefile.in (distclean): New target.
12520
12521 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12522
12523 * Makefile.in (srcdir): Define for update-subdirs.
12524
12525 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12526
12527 * find-lisp.el: New file.
12528
12529 2000-06-16 Andrew Innes <andrewi@gnu.org>
12530
12531 * time.el (display-time-mail-function): New variable, to allow
12532 external packages to indicate when new mail is available.
12533 (display-time-update): Use it.
12534
12535 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12536
12537 * international/mule.el (mule-version): Change version name to
12538 SAKAKI. AOI has already been used by Meadow.
12539
12540 * international/quail.el (quail-show-guidance-buf): To find the
12541 bottom window (but minibuffer), pay attention to the height of
12542 minibuffer.
12543
12544 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12545
12546 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12547 menu-bar menus. Add help strings. Don't remove the Edit menu
12548 from the menu bar, as the menu bar has enough space now.
12549
12550 * Makefile.in (SHELL): Make sure /bin/sh is used.
12551
12552 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12553 characters, which use series of two ^H characters instead of one.
12554
12555 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12556
12557 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12558 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12559 functions.
12560 (Info-find-node-2): Try a case-sensitive search first, then
12561 do a case-insensitive search.
12562
12563 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12564 tutorials.
12565
12566 * complete.el (PC-env-vars-alist): New variable.
12567 (PC-complete-as-file-name): New function.
12568 (partial-completion-mode): Initialize PC-env-vars-alist from
12569 process-environment.
12570 (PC-do-completion): Handle completion of env vars.
12571
12572 * info.el (Info-set-mode-line): Show file name in mode line,
12573 use `*Info*' instead of `Info:'.
12574
12575 * startup.el (command-line-1): Change copyright messages to year
12576 2000.
12577
12578 2000-06-15 Dave Love <fx@gnu.org>
12579
12580 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12581 not local-map.
12582
12583 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12584
12585 * international/mule.el (set-buffer-file-coding-system): Almost
12586 rewritten to handle `undecided' as no-op.
12587
12588 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12589
12590 * Makefile.in: New file.
12591
12592 * Makefile: Removed.
12593
12594 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12595 (goto-address-highlight-keymap): Bind C-c RET.
12596
12597 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12598
12599 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12600 inherits buffer-file-coding-system of the current buffer.
12601
12602 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12603 0. Give correct argument to set-auto-coding-function.
12604 (tar-expunge): For goto-char, use (point-min), not 0.
12605 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12606 (tar-subfile-save-buffer): Likewize.
12607
12608 * international/mule.el
12609 (after-insert-file-set-buffer-file-coding-system): Call
12610 set-buffer-file-coding-system with the arg FORCE t.
12611
12612 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12613
12614 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12615 nil. Contemporary sendmails issue an X-Authentication-Warning if
12616 the sender is set with `-f'.
12617
12618 2000-06-13 Dave Love <fx@gnu.org>
12619
12620 * help.el (describe-function-1): Kluge around cases of functions
12621 fset to subrs whose doc doesn't match their symbol-name.
12622
12623 * image.el (insert-image): Default STRING to a space.
12624
12625 * info.el Doc fixes.
12626 (Info-build-node-completions): Match Ref tags.
12627
12628 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12629
12630 * frame.el (display-multi-frame-p, display-multi-font-p): New
12631 defaliases for display-graphic-p.
12632
12633 * hl-line.el: Fixed a typo in commentary.
12634
12635 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12636
12637 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12638 fixed.
12639
12640 2000-06-12 Dave Love <fx@gnu.org>
12641
12642 * image.el (insert-image): Save a little consing.
12643
12644 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12645
12646 * language/tibet-util.el: Convert all tibetan-1-column characters
12647 to the corresponding tibetan characters.
12648 (tibetan-add-components): Delete code for the special treatment of
12649 'a chung.
12650
12651 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12652 change.
12653 (tibetan-vowel-transcription-alist): More rules added.
12654 (tibetan-composite-vowel-alist): New variable.
12655 (tibetan-precomposition-rule-alist): More rules added.
12656
12657 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12658
12659 * startup.el (command-line): Only call menu-bar-mode if interactive.
12660
12661 * thingatpt.el (toplevel symbol-properties):
12662 * textmodes/makeinfo.el (makeinfo-compile):
12663 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12664 * progmodes/hideif.el (hif-compress-define-list)
12665 (hide-ifdef-use-define-alist):
12666 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12667 (ange-ftp-vms-add-file-entry):
12668 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12669 * man.el (Man-build-man-command):
12670 * mail/rnewspost.el (news-reply-header-hook):
12671 * info.el (Info-insert-dir):
12672 * emulation/mlconvert.el (backward-word, forward-word, setq):
12673 * emacs-lisp/gulp.el (gulp-send-requests):
12674 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12675 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12676 (byte-optimize-apply, end of file):
12677 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12678 (ad-make-freeze-definition):
12679 * startup.el (command-line, command-line-1): Don't quote lambdas.
12680
12681 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12682 (cvs-cleanup-removed): New function.
12683 (cvs-cleanup-functions): New var.
12684 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12685 some flexibility in specifying additional entries to auto-cleanup.
12686 (cvs-quickdir): New function.
12687 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12688 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12689 (cvs-mode-find-file): Check that we are on a filename or dirname
12690 when invoked through a mouse-click.
12691 (cvs-full-path): Remove.
12692 (cvs-dired-action): Re-introduced.
12693 (cvs-dired-noselect): Use it.
12694 (vc-post-command-functions): use this new hook if available.
12695
12696 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12697 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12698 (cvs-filename-map, cvs-dirname-map): Remove.
12699 (cvs-default-action): Remove.
12700 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12701 if the arg is really a keymap.
12702 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12703 Don't hardcode the mapping from state (aka type) to face, but check
12704 the var cvs-fi-<type>-face instead.
12705 (cvs-fileinfo-from-entries): New function.
12706
12707 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12708 Docstring fix.
12709 (cvs-find-file-and-jump): Change default to be safer.
12710 (cvs-mode-diff-map): Define it as a function as well.
12711 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12712 Bind mouse-2 in this global map rather than with text-properties.
12713
12714 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12715 file to resolve the ambiguity between C(conflict) and C(need-merge).
12716
12717 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12718
12719 * international/mule.el (set-buffer-file-coding-system): If
12720 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12721 unconditionally.
12722
12723 2000-06-12 Dave Love <fx@gnu.org>
12724
12725 * wid-edit.el (widget-specify-button): Really suppress the face if
12726 required.
12727
12728 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12729
12730 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12731
12732 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12733
12734 * imenu.el (imenu-generic-expression): Docstring fix.
12735
12736 * composite.el (composition-function-table): Move the `put'
12737 below the autoload cookie so we can load the file before loaddefs.
12738
12739 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12740
12741 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12742 Handle easy-mmode-define-global-mode.
12743 For complex macros like define-minor-mode that can generate
12744 several autoload entries, try to autoload entries in the
12745 macroexpanded code.
12746
12747 * emacs-lisp/easy-mmode.el (define-minor-mode):
12748 If KEYMAP is a symbol, just use it.
12749 Use byte-compile-current-file and load-file-name to infer the
12750 proper :require to pass to defcustom.
12751 Wrap the hook var into `progn' so as not to autoload it.
12752 Add a :autoload-end cookie.
12753 Be more careful about the evaluation of KEYMAP.
12754 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12755 (define-derived-mode): Move define-abbrev-table outside of defvar.
12756
12757 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12758
12759 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12760 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12761 (backup-compiled-files): Ignore errors during `tar'.
12762 (bootstrap): Make autoloads before elc files.
12763
12764 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12765
12766 * international/mule.el (set-buffer-file-coding-system): If one of
12767 undecided-XXX is specified, change only EOL conversion.
12768
12769 * international/mule-conf.el (unix): New alias for the coding
12770 system undecided-unix.
12771
12772 2000-06-09 Dave Love <fx@gnu.org>
12773
12774 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12775
12776 * progmodes/executable.el: Byte compile dynamic.
12777 (executable-insert): Change custom type.
12778 (executable-find): Add autoload cookie.
12779 (executable-make-buffer-file-executable-if-script-p): New
12780 function. After Noah Friedman.
12781
12782 * files.el (after-save-hook): Customize, with
12783 executable-make-buffer-file-executable-if-script-p as an option.
12784
12785 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12786
12787 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12788 "tib24p-mule.bdf" for Tibetan.
12789
12790 * composite.el (decompose-composite-char): Declare it as obsolete.
12791
12792 * man.el (Man-fontify-manpage): Pay attention to underline and
12793 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12794
12795 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12796
12797 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12798 Set maintainer to FSF since author isn't reachable.
12799
12800 2000-06-08 Dave Love <fx@gnu.org>
12801
12802 * international/mule-cmds.el (select-safe-coding-system): If
12803 DEFAULT-CODING-SYSTEM is not specified, also check the most
12804 preferred coding-system if buffer-file-coding-system is
12805 `undecided'. From Handa.
12806
12807 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12808
12809 * international/mule.el
12810 (after-insert-file-set-buffer-file-coding-system): If the buffer
12811 size is greater than INSERTED, judget that we are not visiting.
12812
12813 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12814
12815 * whitespace.el (defgroup whitespace): Comment out `:version'.
12816 XEmacs 20.4 has problems defining the group with this present.
12817 We'll have this commented out till get resolve the problem.
12818
12819 2000-06-07 John Wiegley <johnw@gnu.org>
12820
12821 * align.el (align-dq-string-modes, align-sq-string-modes)
12822 (align-open-comment-modes): Add pyhton-mode.
12823 (align-rules-list): Use get-text-property instead of
12824 text-properties-at.
12825 (align-rules-list): Add python-assignment.
12826 (align-rules-list): Change perl-comma-delimiter to
12827 basic-comma-delimiter. Use if for Perl modes and python-mode.
12828 (align-rules-list): Add python-chain-logic and
12829 basic-line-continuation.
12830
12831 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12832
12833 * apropos.el (apropos-mode-hook): New user variable.
12834 (apropos-mode): Run apropos-mode-hook.
12835
12836 2000-06-07 David Ponce <david@dponce.com>
12837
12838 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12839 commands. Require `wid-edit' at run-time.
12840
12841 2000-06-07 David Ponce <david@dponce.com>
12842
12843 * recentf.el: Added some "Commentary".
12844 (recentf-open-more-files, recentf-edit-list): Minor changes to
12845 move the point at the top of the file list. This behaviour is
12846 consistent with the menu one when the list contains a lot of
12847 files.
12848 (recentf-cleanup): Now displays the number of items removed from
12849 the list.
12850 (recentf-relative-filter) New menu filter to show filenames
12851 relative to `default-directory'.
12852
12853 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12854
12855 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12856 with/without giving an error if PostScript printer doesn't have this
12857 kind of page size. Zebra Stripe continues or restarts on next page.
12858 Manual/automatic paper feeding. Switch or not the header.
12859 (ps-print-version): New version number (5.2.2).
12860 (ps-windows-system): Include emx as a Windows system.
12861 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12862 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12863 (ps-background-text): Code fix.
12864 (ps-error-handler-message, ps-user-defined-prologue)
12865 (ps-print-prologue-header, ps-printer-name)
12866 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12867 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12868 (ps-use-face-background): Customization fix.
12869 (ps-n-up-database): Data fix.
12870 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12871 (ps-switch-header): New vars.
12872 (ps-xemacs-color-name, ps-face-foreground-name)
12873 (ps-face-background-name, ps-boolean-constant): New funs.
12874
12875 2000-06-07 Dave Love <fx@gnu.org>
12876
12877 * allout.el: New version from Manheimer.
12878
12879 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12880
12881 * textmodes/fill.el (fill-find-break-point): Check the validity of
12882 charset.
12883
12884 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12885
12886 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12887 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12888 Call display-color-p and display-mouse-p instead of looking at
12889 window-system.
12890
12891 2000-06-06 Dave Love <fx@gnu.org>
12892
12893 * image.el (find-image): Doc fix. Return nil if image not found.
12894 (put-image, insert-image): Make STRING arg optional.
12895
12896 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12897
12898 * language/vietnamese.el: Remove eval-when-compile.
12899 (viet-viscii-nonascii-translation-table): Define it as a
12900 translation table made from viet-viscii-decode-table.
12901 (viet-viscii-encode-table): Define it as a translation table made
12902 from the reverse map of above.
12903 (viet-vscii-nonascii-translation-table): Define it as a
12904 translation table made from viet-vscii-decode-table.
12905 (viet-vscii-encode-table): Define it as a translation table made
12906 from the reverse map of above.
12907 (ccl-decode-viscii): Use translate-character.
12908 (ccl-encode-viscii, ccl-encode-viscii-font)
12909 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12910 Likewize.
12911
12912 * language/cyrillic.el: Remove eval-when-compile.
12913 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12914 translation table made from cyrillic-koi8-r-decode-table.
12915 (cyrillic-koi8-r-encode-table): Define it as a translation table
12916 made from the reverse map of above.
12917 (ccl-decode-koi8): Use translate-character.
12918 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12919 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12920 a translation table made from cyrillic-alternativnyj-decode-table.
12921 (cyrillic-alternativnyj-encode-table): Define it as a translation
12922 table made from the reverse map of above.
12923 (ccl-decode-alternativnyj): Use translate-character.
12924 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12925 Likewize
12926
12927 * international/mule-diag.el (non-iso-charset-alist): Specify
12928 translation table symbol instead of translation table itself.
12929 (list-block-of-chars): CHARSET may be a translation table symbol.
12930
12931 * international/mule.el (make-coding-system): If CODING-SYSTEM
12932 already exists, override it.
12933
12934 * international/fontset.el: Use family `proportional' for Tibetan
12935 fonts.
12936
12937 * international/ccl.el (ccl-compile-translate-character): Don't
12938 check if Rrr has property translation-table.
12939 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12940
12941 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12942
12943 * info.el: Bind case-fold-search to t when searching in case
12944 a user sets it to nil in a hook.
12945
12946 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12947
12948 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12949 * hl-line.el (hl-line-mode): Use the new :global key argument.
12950
12951 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12952 (tar-clip-time-string): Prepend a space.
12953 (tar-grind-file-mode): Construct a string rather than modifying one.
12954 (tar-header-block-summarize): Fix docstring.
12955 Use `format' rather than an error-prone set of copy-loops.
12956
12957 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12958 (diff-goto-source, diff-unified->context, diff-context->unified)
12959 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12960 understand the format output by the `-p' argument to diff.
12961
12962 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12963 (sh-re-done): Use defconst.
12964 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12965 (sh-help-string-for-variable, sh-guess-basic-offset):
12966 Don't quote lambdas.
12967 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12968 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12969
12970 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12971 (mh-letter-mode): Derive from text-mode.
12972 This implicitly means that it now calls kill-all-local-variables.
12973 Also remove the Emacs-18 compatibility code.
12974
12975 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12976 Make use of symbol-property doc-string-elt.
12977 Use memq rather than a sequence of eq.
12978 (doc-string-elt): Fix the wrong or missing previously unused values.
12979 (autoload-print-form): New function extracted from
12980 generate-file-autoloads to allow recursion when handling progn
12981 so that defvar's and defun's docstrings are properly printed.
12982 (generate-file-autoloads): Use it.
12983
12984 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12985 Use find-file-hooks in the minor-mode function.
12986 Be careful not to loop indefinitely in the post-command-hook function.
12987
12988 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12989
12990 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12991 tty's.
12992 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12993 differences whenever appropriate.
12994 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12995 * viper.el (find-file, find-file-other-window): Get viper to do
12996 wildcards.
12997
12998 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12999
13000 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13001 (jit-lock-fontify-buffer): New function for JIT refontification.
13002 (jit-lock-mode): Fix docstring.
13003 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13004 Remove jit-lock-after-change from the _local_ hook.
13005 (jit-lock-function-1): Fix docstring.
13006
13007 * info.el (Info-on-current-buffer): Initialize info.
13008
13009 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13010
13011 * progmodes/tcl.el (tcl-indent-for-comment):
13012 Ignore comment-indent-hook.
13013
13014 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13015 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13016 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13017 and improve to use the lighter to guess the capitalization.
13018 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13019 Add keyword arguments to specify global-ness or the custom group.
13020 Add local-map and help-echo properties to the lighter.
13021 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13022 (easy-mmode-define-global-mode): New macro.
13023
13024 2000-06-02 Dave Love <fx@gnu.org>
13025
13026 * wid-edit.el: byte-compile-dynamic since we typically don't use
13027 all the widgets. Don't require cl or widget. Remove
13028 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13029 (widget-read-event): Removed. Callers changed to use read-event.
13030 (widget-button-release-event-p): Renamed from
13031 button-release-event-p.
13032 (widget-field-add-space, widget-field-use-before-change):
13033 Uncustomize.
13034 (widget-specify-field): Use keymap property, not local-map.
13035 (widget-specify-button): Obey :suppress-face.
13036 (widget-specify-insert): Use modern backquote syntax.
13037 (widget-image-directory): Renamed from widget-glyph-directory.
13038 (widget-image-enable): Renamed from widget-glyph-enable.
13039 (widget-image-find): Replaces widget-glyph-find.
13040 (widget-button-pressed-face): Move defvar.
13041 (widget-image-insert): Replaces widget-glyph-insert.
13042 (widget-convert): Use keywordp.
13043 (widget-leave-text, widget-children-value-delete): Use mapc.
13044 (widget-keymap): Remove XEmacs stuff.
13045 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13046 (widget-button-click): Don't set point at the click, but re-centre
13047 if we scroll out of window. Rewritten for images v. glyphs &c.
13048 (widget-tabable-at): Use POS arg, not point.
13049 (widget-beginning-of-line, widget-end-of-line)
13050 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13051 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13052 (widget-default-create): Use widget-image-insert; some rewriting.
13053 (widget-visibility-value-create)
13054 (widget-push-button-value-create, widget-toggle-value-create): Use
13055 widget-image-insert.
13056 (checkbox): Create on and off images dynamically.
13057 (documentation-link): Change :help-echo.
13058 (widget-documentation-link-echo-help): Remove.
13059
13060 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13061
13062 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13063
13064 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13065 (easy-mmode-define-toggle, define-minor-mode): Use it.
13066 (easy-mmode-define-keymap): Docstring fix.
13067 (define-derived-mode): Default PARENT to fundamental-mode.
13068 Add the derived-mode-parent symbol-property.
13069 (easy-mmode-derived-mode-p): New function.
13070
13071 2000-06-02 Dave Love <fx@gnu.org>
13072
13073 * files.el (convert-standard-filename): Doc fix.
13074 (normal-backup-enable-predicate): New function.
13075 (backup-enable-predicate): Use it to replace the lambda form.
13076
13077 * calendar/todo-mode.el: [This needs more work on the outline
13078 stuff.] Doc fixes.
13079 (todo) <defgroup>: Add :version.
13080 (todo-add-category): Don't use pushnew.
13081 (todo-cmd-raise): Fix typo.
13082 (todo-top-priorities): Change temp buffer name.
13083 (todo-category-alist): Avoid redundant lambda.
13084 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13085 Use outline-next-heading.
13086
13087 * autoarg.el: Rewritten to use define-minor-mode.
13088 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13089 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13090
13091 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13092
13093 * isearch.el (isearch-other-meta-char): Fix previous change.
13094
13095 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13096
13097 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13098 (log-edit-done): Only add the comment to the ring if it's different
13099 from the last comment entered.
13100
13101 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13102
13103 2000-06-01 Dave Love <fx@gnu.org>
13104
13105 * hl-line.el: Rewritten using define-minor-mode.
13106
13107 * help.el (describe-function-1): Distinguish special form from
13108 builtin function. Sanity-check presence of arglist for builtins.
13109
13110 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13111
13112 * international/characters.el: Fix syntax/category setting of
13113 Tibetan characters.
13114
13115 * language/tibet-util.el (tibetan-add-components): Fixes for new
13116 encoding of Tibetan characters.
13117 (tibetan-decompose-precomposition-alist): New variable.
13118 (tibetan-decompose-region): Convert precomposed characters to
13119 non-precomposed characters.
13120 (tibetan-decompose-string): Likewise.
13121 (tibetan-composition-function): Fix args to
13122 thibetan-compose-string.
13123
13124 * language/tibetan.el (tibetan-composable-pattern): More
13125 characters included.
13126 (tibetan-consonant-transcription-alist): Rule for "R" added.
13127 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13128 "+R" added.
13129 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13130
13131 * language/lao-util.el (lao-composition-function): Fix args to
13132 compose-string.
13133
13134 * language/thai-util.el (thai-composition-function): Fix args to
13135 compose-string.
13136
13137 * isearch.el (isearch-update): Set disable-point-adjustment to t
13138 to prevent the point moving to the end of a composition when a
13139 part of a composition is searched.
13140 (isearch-other-meta-char): If the key invoking this command can be
13141 mapped by function-key-map to a printing char, call
13142 isearch-process-search-char directly.
13143
13144 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13145
13146 * emacs-lisp/bytecomp.el:
13147 * frame.el:
13148 * international/mule-cmds.el:
13149 * international/mule-util.el:
13150 * international/mule.el:
13151 * mouse.el:
13152 * subr.el:
13153 * faces.el: Update calls to make-obsolete with a WHEN argument.
13154
13155 * byte-run.el (make-obsolete, make-obsolete-variable):
13156 Add an optional WHEN argument and change the format of the
13157 symbol-property information.
13158 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13159 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13160 new obsolete-symbol-property format and print WHEN if it is provided.
13161
13162 2000-05-31 Dave Love <fx@gnu.org>
13163
13164 * loadhist.el (loadhist-hook-functions): Remove
13165 before-change-function, after-change-function.
13166 (unload-feature): Deal with symbols which are both bound and
13167 fbound.
13168
13169 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13170 before-change-function, after-change-function.
13171
13172 * simple.el (newline): Don't bind before-change-function,
13173 after-change-function.
13174
13175 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13176
13177 * whitespace.el (whitespace-rescan-timer-time): Update interval
13178 set to 600 seconds (10 minutes) instead of 60 seconds since
13179 a large number of whitespace buffers causes emacs to `freeze'
13180 for a considerable amount of time.
13181
13182 * whitespace.el: Updated email address
13183
13184 2000-05-31 Dave Love <fx@gnu.org>
13185
13186 * add-log.el (change-log-font-lock-keywords) <function>: Add
13187 pattern for function of change.
13188 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13189 acknowledgements patterns.
13190
13191 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13192
13193 * isearch.el (isearch-printing-char): If keyboard coding system is
13194 being used, call isearch-process-search-multibyte-characters.
13195
13196 * international/isearch-x.el: Mostly rewritten.
13197
13198 * international/quail.el (quail-start-conversion): Don't include
13199 unhandled events in the returned events, but set them in
13200 unread-command-events. Exit if all inputs are deleted.
13201
13202 2000-05-30 Jason Rumney <jasonr@gnu.org>
13203
13204 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13205
13206 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13207 Reenable code to create initial fontsets.
13208 Use set-fontset-font in place of put-charset-property.
13209
13210 2000-05-30 Gerd Moellmann <gerd@gnu.org>
13211
13212 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13213 label, ensure that the first colon isn't followed by another.
13214
13215 * paths.el (Info-default-directory-list): Doc fix.
13216
13217 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13218 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13219 send a query containing USER only, not USER@HOST.
13220
13221 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13222 and rmail-msgend to compute the restriction at the end, instead of
13223 computing it.
13224
13225 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13226
13227 * dabbrev.el (dabbrev-expand): Don't display messages in the
13228 echo area if the minibuffer window is active.
13229
13230 * jit-lock.el (jit-lock-mode): Add after change function to
13231 local hook.
13232
13233 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13234
13235 * antlr-mode.el: New commands: hide/unhide actions,
13236 upcase/downcase literals.
13237 (antlr-tiny-action-length): New user option.
13238 (antlr-hide-actions): New command. Suggested by
13239 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13240 (antlr-mode-map): New binding [C-c C-v].
13241 (antlr-mode-menu): New entries.
13242 (antlr-downcase-literals): New command.
13243 (antlr-upcase-literals): Ditto.
13244
13245 * antlr-mode.el: Minor changes: indendation, mode-name.
13246 (antlr-indent-line): Indent cpp directive at column 0.
13247 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13248
13249 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13250 (antlr-font-lock-additional-keywords): Workaround for intentional
13251 bug in XEmacs version of font-lock.
13252 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13253 be used by a smarter version of `buffers-menu-grouping-function'.
13254
13255 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13256
13257 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13258 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13259
13260 2000-05-29 Kenichi Handa <handa@etl.go.jp>
13261
13262 * international/encoded-kb.el
13263 (encoded-kbd-iso2022-designation-map): Pay attention to that
13264 charset-iso-final-char return -1 for eight-bit-control and
13265 eight-bit-graphic.
13266
13267 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13268
13269 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13270 (speedbar-easymenu-definition-base): Use display-graphic-p where
13271 available, instead of window-system.
13272
13273 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13274
13275 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13276 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13277 coding systems.
13278
13279 2000-05-26 Dave Love <fx@gnu.org>
13280
13281 * disp-table.el (standard-display-underline): Don't use
13282 internal-find-face.
13283
13284 * mail/reporter.el: Maintainer change. Doc fixes.
13285 (reporter-version): Deleted.
13286
13287 * emacs-lisp/elp.el: Maintainer change.
13288 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13289
13290 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13291
13292 * add-log.el (add-change-log-entry): Merge the current entry with the
13293 previous one if the previous one is empty.
13294
13295 2000-05-26 Dave Love <fx@gnu.org>
13296
13297 * loadhist.el (unload-feature): Fix interactive spec [from
13298 lijnzaad@ebi.ac.uk].
13299
13300 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13301 subr-arity to check primitives.
13302 (byte-compile-flush-pending, byte-compile-file-form-progn)
13303 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13304 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13305 mapcar.
13306
13307 2000-05-26 Kenichi Handa <handa@etl.go.jp>
13308
13309 * international/fontset.el: Set family names of non-latin charsets
13310 in default fontset to "*".
13311
13312 * international/mule-diag.el (print-fontset): Combine family part
13313 and registry part of the fontname by "-*-" instead of "-".
13314
13315 * international/mule-cmds.el (encode-coding-char): Make strings
13316 multibyte before calling encode-coding-string.
13317
13318 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13319
13320 * derived.el: Fix keywords.
13321 (define-derived-mode): Only define if needed.
13322
13323 * simple.el (fill-comment, comment-column, comment-start)
13324 (comment-start-skip, comment-end, comment-indent-function)
13325 (block-comment-start, block-comment-end, indent-for-comment)
13326 (set-comment-column, kill-comment, comment-padding, comment-region)
13327 (comment-multi-line, indent-new-comment-line): Remove.
13328
13329 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13330 function names for comment operations.
13331
13332 * newcomment.el: Add abundant autoload cookies.
13333 (comment-style): Don't depend on runtime data at compile-time.
13334 (comment-indent-hook): Remove.
13335 (comment-indent): Check if comment-indent-hook is bound.
13336 (comment-region): Docstring fix.
13337
13338 2000-05-25 Dave Love <fx@gnu.org>
13339
13340 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13341 byte-code-function-p.
13342
13343 * mail/rmailsum.el: Add provide.
13344
13345 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13346
13347 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13348 defcustom.
13349
13350 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13351
13352 * ediff-diff.el (ediff-exec-process): delete --binary option from
13353 non-buffer ediff jobs.
13354
13355 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13356
13357 * hilit-chg.el (highlight-changes-mode): Ask about color or
13358 grayscale support, not about window-system.
13359
13360 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13361 window-system.
13362 (ffap-highlight): Always default to t.
13363
13364 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13365 display-popup-menus-p instead of looking at window-system.
13366
13367 * disp-table.el (standard-display-g1, standard-display-graphic):
13368 Only refuse to use string glyphs on X and MS-Windows.
13369
13370 * avoid.el: Remove window-system from commentary, suggest to use
13371 display-*-p instead.
13372
13373 * apropos.el (apropos-print): Use display-mouse-p instead of
13374 window-system.
13375
13376 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13377
13378 * international/codepage.el (cp-decoding-vector-for-codepage):
13379 Fill up unsupported characters with their own codes. From Kenichi
13380 Handa.
13381
13382 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13383
13384 * international/mule-diag.el (describe-char-after): Use
13385 display-graphic-p instead of window-system, so that this function
13386 works on MS-DOS.
13387
13388 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13389
13390 * international/codepage.el (cp-make-coding-systems-for-codepage):
13391 Remove the eight-bit-graphic and eight-bit-control charsets from
13392 the list of charsets which we convert into `?'.
13393
13394 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13395
13396 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13397 private charsets.
13398 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13399 japanese-jisx0213-2): New charsets.
13400
13401 * international/fontset.el: Setup default fontset for new charsets.
13402
13403 2000-05-24 Dave Love <fx@gnu.org>
13404
13405 * info.el (Info-find-node-2): Restructure [following "Vadim
13406 S. Solomin" <sovs@uic.nnov.ru>].
13407
13408 * icomplete.el: Fix header for Finder.
13409
13410 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13411
13412 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13413 STAY.
13414
13415 * rmail.el (rmail-automatic-folder-directives): New user variable.
13416 (rmail-show-message): Add call to `rmail-auto-file' during
13417 display.
13418 (rmail-auto-file): New function.
13419
13420 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13421
13422 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13423 account.
13424 (ediff-test-utility,ediff-diff-mandatory-option)
13425 (ediff-reset-diff-options): Utilities for proper initialization of
13426 ediff-diff-options and ediff-diff3-options on Windows.
13427
13428 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13429 variable.
13430
13431 * ediff-mult.el (ediff-filegroup-action): Use
13432 ediff-merge-filename-prefix.
13433
13434 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13435
13436 * viper-ex.el (ex-write): Set selective display to nil.
13437
13438 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13439
13440 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13441 aliases for hebrew-iso-8bit.
13442
13443 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13444
13445 * woman.el: New version from Francis J. Wright
13446 <F.J.Wright@Maths.QMW.ac.uk>.
13447 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13448 names in environment variables regardless of the path separator.
13449 (woman-topic-all-completions-1): Don't call file-name-directory-p
13450 on all files, since woman-file-regexp already filters out any
13451 directories.
13452
13453 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13454
13455 * international/quail.el (quail-start-translation): Don't change
13456 modified-p of the current buffer.
13457 (quail-start-conversion): Likewise.
13458
13459 * international/kkc.el (kkc-region): Don't change modified-p of
13460 the current buffer.
13461
13462 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13463 conform to RFC1468.
13464 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13465
13466 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13467
13468 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13469 (speedbar-insert-button): Invisible text property fix.
13470 (speedbar-directory-plus): Renamed from speedbar-directory-+
13471 (speedbar-directory-minus): Renamed from speedbar-directory--
13472 (speedbar-page-plus): Renamed from speedbar-file-+
13473 (speedbar-page-minus): Renamed from speedbar-file--
13474 (speedbar-page): Renamed from speedbar-file-
13475 (speedbar-tag): Renamed from speedbar-tag-
13476 (speedbar-tag-plus): Renamed from speedbar-tag-+
13477 (speedbar-tag-minus): Renamed from speedbar-tag--
13478 (speedbar-expand-image-button-alist): Use above renames.
13479
13480 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13481 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13482 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13483 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13484 * sb-pg.xpm: Renamed from sb-file.xpm
13485 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13486 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13487
13488 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13489
13490 * international/quail.el (quail-show-guidance-buf): Set
13491 current-input-method of the guidance buffer to the name of the
13492 curren input method.
13493
13494 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13495
13496 * progmodes/compile.el (compile-internal): Style typo.
13497
13498 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13499 quote vars and functions in the docstring.
13500
13501 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13502
13503 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13504 Don't quote lambdas.
13505
13506 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13507
13508 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13509
13510 * startup.el (command-line): Determine source file of compiled
13511 user init file differently. Warn if compiled user init file
13512 is older than its source file.
13513
13514 * ffap.el (ffap-url-regexp): Add `https'.
13515
13516 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13517
13518 * files.el (make-backup-file-name-1): Replace slashes with `!'
13519 rather than `|' (which is not allowed on Windows). Replace the
13520 drive letters with a string "drive_X".
13521
13522 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13523
13524 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13525
13526 * files.el (interpreter-mode-alist): Add `bash2'.
13527
13528 2000-05-22 Dave Love <fx@gnu.org>
13529
13530 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13531 mapc.
13532 (feature-file): Avoid calling symbol-name. Doc fix.
13533 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13534 (loadhist-hook-functions): Add mouse-position-function.
13535 (unload-feature): Change uses of mapcar.
13536
13537 * files.el (parse-colon-path): Doc fix.
13538 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13539 (set-auto-mode): Use mapc.
13540
13541 * complete.el (PC-look-for-include-file): Use :alnum: character
13542 class.
13543 (partial-completion-mode): Add autoload cookie.
13544
13545 2000-05-22 Sam Steingold <sds@gnu.org>
13546
13547 * info.el (Info-fontify-node): Fixed the call to
13548 `add-text-properties' (bug introduced on 2000-05-18).
13549
13550 2000-05-22 Dave Love <fx@gnu.org>
13551
13552 * bindings.el: Remove debug-ignored-errors set in other files.
13553
13554 * progmodes/etags.el: Add to debug-ignored-errors.
13555 (visit-tags-table-buffer): Clear out buffers holding old tables
13556 when making a new list.
13557 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13558 mapc.
13559
13560 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13561 quote keywords.
13562 (cmpl-string-case-type): Use character classes.
13563
13564 * comint.el:
13565 * textmodes/ispell.el:
13566 * imenu.el:
13567 * mail/mh-e.el:
13568 * progmodes/compile.el: Add to debug-ignored-errors.
13569
13570 * dabbrev.el: Add to debug-ignored-errors.
13571 (dabbrev-completion): Use mapc.
13572
13573 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13574
13575 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13576 (woman-mapcan, woman-parse-man.conf)
13577 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13578 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13579 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13580 path syntax better.
13581 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13582 (woman-manpath): Call woman-parse-man.conf.
13583 (woman-emulation): New defcustom, defaults to nroff.
13584 (woman-font-support): New defconst.
13585 (woman-use-symbol-font): New defcustom.
13586 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13587 "Emulation".
13588 Many functions: Doc fix.
13589
13590 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13591
13592 * international/quail.el (quail-simple-translation-keymap): Map
13593 128..255 to quail-self-insert-command.
13594 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13595
13596 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13597
13598 * help.el (help-manyarg-func-alist): Typo.
13599
13600 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13601 intervals which makes it heaps simpler.
13602
13603 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13604 the nested comment markers.
13605
13606 * subr.el (remove-hook): Don't turn the hook's value into a list.
13607
13608 2000-05-21 Dave Love <fx@gnu.org>
13609
13610 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13611 are invalid characters.
13612
13613 * international/mule-util.el (detect-coding-with-priority): Use
13614 mapc. Remove redundant lambda.
13615
13616 * international/mule-diag.el (list-non-iso-charset-chars)
13617 (describe-fontset): Remove redundant lambda.
13618
13619 * emulation/crisp.el (brief-mode): New alias.
13620
13621 * emacs-lisp/ring.el (ring-elements): New function.
13622
13623 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13624 (easy-menu-do-add-item): Use keywordp.
13625
13626 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13627
13628 * replace.el: Doc and error message fixes.
13629 (replace-highlight): Use facep, not internal-find-face.
13630
13631 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13632
13633 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13634
13635 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13636 (log-edit-insert-changelog): Drop `:' as well.
13637
13638 * log-view.el: Fix file description.
13639 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13640 available.
13641 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13642 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13643
13644 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13645 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13646 Print a status message if the toggle is called interactively.
13647 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13648 for global minor modes and use `defcustom' for them.
13649 Use add-minor-mode.
13650 (easy-mmode-define-derived-mode): Remove.
13651 (define-derived-mode): Fancier default docstring.
13652 (easy-mmode-define-navigation): Signal an error rather than (ding).
13653
13654 * newcomment.el (comment-styles): New `box-multi'.
13655 (comment-normalize-vars): Better default for comment-continue to
13656 avoid whitespace-only continuations.
13657 (comment-search-forward): Always move even in the no-syntax case.
13658 (comment-padright): Only obey N if it's only obeyed for padleft.
13659 (comment-make-extra-lines): Better handling of empty continuations.
13660 Use `=' for the filler if comment-start has only one character.
13661 (uncomment-region): Try handling the special `=' filler.
13662 (comment-region): Allow LINES even if MULTI is nil.
13663 (comment-box): Choose box style based on comment-style.
13664
13665 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13666
13667 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13668 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13669
13670 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13671
13672 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13673 and insert, not subst-char-in-region.
13674
13675 * international/mule-diag.el (list-character-sets-1): Handle
13676 charsets eight-bit-control and eight-bit-graphic.
13677 (list-iso-charset-chars): Likewise.
13678 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13679 charactes as is. Use indent-to to align characters.
13680
13681 * international/mule-cmds.el (find-multibyte-characters): Never
13682 exclude charsets eight-bit-control and eight-bit-graphic.
13683
13684 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13685
13686 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13687 Don't quote lambdas.
13688
13689 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13690
13691 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13692
13693 * gud.el (gud-jdb-directories): Doc fix.
13694
13695 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13696
13697 * newcomment.el: New file.
13698
13699 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13700
13701 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13702
13703 2000-05-18 Andreas Schwab <schwab@suse.de>
13704
13705 * dired.el (dired-between-files): Also skip lines beginning with
13706 `used'.
13707
13708 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13709
13710 * msb.el (msb-menu-cond): Add choice `user'.
13711
13712 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13713
13714 * ps-print.el: Compatibility, customization and doc fix.
13715 (ps-printer-name-option): Replace defconst by defvar.
13716 (ps-postscript-code-directory): XEmacs compatibility.
13717 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13718 fix.
13719 (ps-user-defined-prologue, ps-print-prologue-header)
13720 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13721 compatibility and code fix.
13722 (ps-print-background-image, ps-print-background-text):
13723 Customization fix.
13724 (ps-line-number-start, ps-n-up-on): New vars.
13725
13726 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13727
13728 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13729 the indent-comment function to just return the appropriate indent.
13730
13731 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13732
13733 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13734 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13735 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13736
13737 2000-05-18 Dave Love <fx@gnu.org>
13738
13739 * info.el (Info-fontify-node): Add intangible property as well as
13740 invisible.
13741
13742 * calendar/appt.el (appt-make-list): Match all lines of entry.
13743 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13744
13745 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13746
13747 * international/mule-diag.el (describe-char-after): Call
13748 internal-char-font, not char-font. If internal-char-font returns
13749 nil, display "-- none --".
13750
13751 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13752
13753 * image.el (image-type-available-p): Don't reference image-types
13754 if it isn't bound.
13755
13756 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13757
13758 * autoarg.el (autoarg-mode): Typo in the :set argument.
13759
13760 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13761
13762 * startup.el (command-line-1): Don't signal an error if the
13763 directory for auto-save-list files does not yet exist.
13764
13765 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13766
13767 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13768
13769 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13770
13771 * subr.el (remove-hook): `setq' hook-value, not `set'.
13772
13773 2000-05-16 Sam Steingold <sds@gnu.org>
13774
13775 * info.el (debug-ignored-errors): More errors to ignore.
13776
13777 2000-05-16 Dave Love <fx@gnu.org>
13778
13779 * cus-edit.el: Don't require cl or easymenu.
13780 (custom-variable-prompt): Test standard-value property, not
13781 user-variable-p.
13782
13783 2000-05-16 Sam Steingold <sds@gnu.org>
13784
13785 * subr.el (add-hook): `setq' hook-value, not `set'.
13786
13787 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13788
13789 * startup.el (command-line-1): Mention the FAQ in the startup
13790 message.
13791
13792 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13793
13794 * progmodes/compile.el (compilation-parse-errors): Collect
13795 `nomessage' regexps last.
13796
13797 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13798
13799 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13800 to the function name.
13801
13802 2000-05-15 Dave Love <fx@gnu.org>
13803
13804 * speedbar.el (speedbar-recenter): Typo.
13805 (speedbar-expand-line): Make arg optional.
13806 (speedbar-mode): Avoid a compiler warning.
13807
13808 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13809
13810 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13811 user-specified option string is empty.
13812
13813 * mouse.el (mouse-yank-at-click): Doc fix.
13814
13815 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13816
13817 * term/internal.el (IT-character-translations): More updates of
13818 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13819 documents.
13820
13821 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13822
13823 * env.el (getenv): New function, interactively callable.
13824 (setenv, getenv): Remove autoload cookies.
13825
13826 * loadup.el: Load `env'.
13827
13828 * progmodes/f90.el: Change author's mail address.
13829
13830 2000-05-14 Dave Love <fx@gnu.org>
13831
13832 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13833 goto-addr as an option.
13834
13835 * help.el (help-xref-stack): Doc fix.
13836 (help-xref-following): New variable.
13837 (help-make-xrefs): Use it.
13838 (help-xref-go-back): Use position information from stack element.
13839 (help-follow): Make position in stack element a pair. Use
13840 help-xref-following.
13841
13842 * autoarg.el: New file.
13843
13844 * faces.el: Declare more functions obsolete.
13845
13846 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13847 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13848 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13849 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13850 Remove all the setup-...-environment functions.
13851
13852 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13853
13854 * speedbar.el: Updated the commentary section. xemacs20p now uses
13855 >= when detecting. Require `defimage' safely.
13856 (speedbar-easymenu-definition-base): Add toggle for images.
13857 (speedbar-easymenu-definition-special): Add flush cache & expand.
13858 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13859 (speedbar-reconfigure-keymaps-hook): New variable.
13860 (speedbar-frame-parameters): Updated documentation.
13861 (speedbar-use-imenu-flag): Updated custom tag
13862 (speedbar-dynamic-tags-function-list): New variable.
13863 (speedbar-tag-hierarchy-method): Updated doc & custom.
13864 (speedbar-indentation-width, speedbar-indentation-width) New
13865 variables.
13866 (speedbar-hide-button-brackets-flag): Customizable.
13867 (speedbar-vc-indicator): Doc update.
13868 (speedbar-ignored-path-expressions): Updated default value.
13869 (speedbar-supported-extension-expressions): Updated default value.
13870 (speedbar-syntax-table): Remove {} paren status.
13871 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13872 as "+". Added overlay aliases.
13873 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13874 `force-mode-line-update'.
13875 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13876 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13877 `mouse-set-point'
13878 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13879 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13880 of arbitrary text, and new helper functions.
13881 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13882 filename finder.
13883 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13884 (speedbar-directory-buttons): Update path search/expansion.
13885 (speedbar-make-tag-line): Pay attention to
13886 `speedbar-indentation-width'. Use more care w/ invisible
13887 properties.
13888 (speedbar-change-expand-button-char): Call
13889 `speedbar-insert-image-button-maybe'.
13890 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13891 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13892 (speedbar-trim-words-tag-hierarchy)
13893 (speedbar-simple-group-tag-hierarchy): New functions
13894 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13895 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13896 functions.
13897 (speedbar-mouse-set-point): New function
13898 (speedbar-power-click): Updated documentation.
13899 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13900 of tag prefix text.
13901 (speedbar-expand-line, speedbar-contract-line): Make more robust
13902 to strange text.
13903 (speedbar-expand-line): Takes universal argument to flush the
13904 cache.
13905 (speedbar-flush-expand-line): New function.
13906 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13907 Use new generator insertion method.
13908 (speedbar-fetch-dynamic-tags): New function.
13909 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13910 `speedbar-fetch-dynamic-imenu'.
13911 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13912 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13913 "Revert Buffer" menu items.
13914 (speedbar-buffer-buttons-engine): Be smarter when creating a
13915 filename tag (for expansion purposes.).
13916 (speedbar-highlight-one-tag-line,
13917 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13918 (speedbar-recenter): New functions.
13919 (defimage-speedbar): Image loading abstraction.
13920 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13921 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13922 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13923 (speedbar-tag-type, speedbar-tag-mail): New images.
13924 (speedbar-expand-image-button-alist): New variable.
13925 (speedbar-insert-image-button-maybe): Insert an image over some
13926 buttons.
13927
13928 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13929
13930 * international/mule-cmds.el (encode-coding-char): An ASCII
13931 character is always encodable.
13932
13933 * international/mule-conf.el: Add more information in descriptions
13934 of character sets.
13935
13936 * international/mule-diag.el (describe-char-after): New function.
13937 (describe-font-internal): Adjusted for the change of font-info.
13938 (describe-font): Likewise.
13939 (print-fontset): Rewritten for the new fontset implementation.
13940 (describe-fontset): Include fontset alias names in completion.
13941 (list-fontsets): Adjusted for the change of print-fontset.
13942
13943 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13944 describe-char-after instead of displaying the detail in the echo
13945 area.
13946 (syntax-code-table): Format changed.
13947 (string-to-syntax): Adjusted for the above change.
13948
13949 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13950
13951 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13952
13953 2000-05-12 Dave Love <fx@gnu.org>
13954
13955 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13956 dependence. Use line-{beginning,end}-position, not
13957 point-at{b,e}ol. Some doc fixes.
13958 (todo-position): New function. Fix callers of position to use it.
13959 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13960
13961 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13962
13963 * time.el (display-time-mail-icon): Use `:ascent center'.
13964
13965 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13966 handling FTP security extensions.
13967
13968 2000-05-11 Dave Love <fx@gnu.org>
13969
13970 * calendar/todo-mode.el: New file.
13971
13972 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13973
13974 * comint.el (comint-read-input-ring): Move reference to
13975 comint-input-ring-size outside of the save-excursion. It was
13976 causing the default value to be the only one ever seen.
13977
13978 * font-lock.el: Update copyright. Remove Simon Marshall's email
13979 address on request from him.
13980
13981 * subr.el (substitute-key-definition): Add comment describing
13982 the meaning of PREFIX.
13983
13984 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13985
13986 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13987
13988 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13989 (add-minor-mode): Don't make the variable buffer-local and add a
13990 reference to define-minor-mode in the docstring.
13991
13992 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13993 HEADER/FOOTER and fix bug with trailing empty directory.
13994 (cvs-append-to-ignore): Use vc-editable-p if available.
13995 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13996 (vc-do-command): Tweak advice to handle the new VC.
13997
13998 * log-view.el (log-view-goto-rev): New function for the new VC.
13999 (log-view-minor-wrap): Use mark-active.
14000
14001 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14002 (log-edit-changelog-full-paragraphs): New var.
14003 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14004 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14005 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14006 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14007 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14008 Replace the `cvs' prefix with `log-edit'.
14009
14010 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14011
14012 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14013 (diff-font-lock-defaults): Explicitly turn off multiline.
14014 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14015 (diff-ediff-patch): Fix call to ediff-patch-file.
14016 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14017 Handle comments.
14018
14019 * frame.el (automatic-hscrolling): Typo.
14020
14021 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14022
14023 2000-05-09 Sam Steingold <sds@goems.com>
14024
14025 * apropos.el (apropos-print): use `describe-face' instead of
14026 `customize-face-other-window'.
14027
14028 2000-05-09 Dave Love <fx@gnu.org>
14029
14030 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14031
14032 * help.el (describe-variable): Have customize button pop the
14033 help-xref stack when invoked.
14034 (help-xref-symbol-regexp): Add `face'.
14035 (help-make-xrefs): Check for quoted face names and adapt regexp
14036 submatch numbers to cope.
14037 (help-xref-interned): Maybe insert face doc too. Separate
14038 sections with a line of hyphens.
14039
14040 * faces.el: Some doc fixes. Declare some functions obsolete.
14041 (describe-face): Add customize button. Return the help
14042 text. Fix prompt.
14043
14044 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14045
14046 * term/internal.el (IT-character-translations): Fix last change.
14047
14048 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14049
14050 * woman.el: New file
14051 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14052
14053 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14054
14055 * term/internal.el (IT-character-translations): Update ASCII
14056 simulations for greek-iso8859-7, add latin-iso8859-14 and
14057 latin-iso8859-15.
14058
14059 * international/mule-cmds.el (set-language-info-alist): Call
14060 define-prefix-command with 3 arguments, to make the map suitable
14061 for a menu.
14062
14063 2000-05-07 Dave Love <fx@gnu.org>
14064
14065 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14066
14067 2000-05-05 Dave Love <fx@gnu.org>
14068
14069 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14070 list in doc string. Don't quote keyword symbols.
14071 * emacs-lisp/cl.el: Likewise
14072 * emacs-lisp/cl-seq.el: Likewise
14073
14074 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14075
14076 * abbrev.el (abbrev-mode): Make ARG optional.
14077
14078 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14079
14080 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14081
14082 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14083
14084 * subr.el (substitute-key-definition): Clarify documentation.
14085
14086 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14087
14088 * glasses.el (glasses-convert-to-unreadable): Use
14089 `glasses-separator' instead of the hard-wired "_".
14090 (glasses-mode): Call `glasses-make-unreadable' only in a single
14091 place.
14092
14093 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14094
14095 * term/internal.el (cjk-codepages-alist): Add associations for
14096 Chinese and Korean codepages. Remove FIXME comment.
14097
14098 2000-05-03 Dave Love <fx@gnu.org>
14099
14100 * time.el (display-time-mail-face, display-time-use-mail-icon):
14101 New option.
14102 (display-time-mail-icon): New variable.
14103 (display-time-string-forms): Use the above. Fix the local-map.
14104
14105 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14106
14107 * replace.el (query-replace-map): Add binding for `E'.
14108 (query-replace-help): Extend help text.
14109 (perform-replace): Allow editing the replacement string.
14110
14111 * make-mode.el (makefile-mode-abbrev-table): New variable.
14112 (makefile-mode): Set local abbrev table to
14113 makefile-mode-abbrev-table.
14114 (makefile-font-lock-keywords): Fontify includes and conditionals.
14115
14116 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14117 set TOGGLE's value.
14118
14119 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14120 mail-interactive-insert-alias.
14121 (mail-abbrev-complete-alias): New command.
14122 (mail-mode-map): Bind it to `M-TAB'.
14123
14124 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14125
14126 * language/lao-util.el (lao-compose-region): New function.
14127
14128 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14129
14130 * files.el (recover-session): Make directories as necessary
14131 if they don't exist yet.
14132
14133 * calendar/cal-french.el
14134 (french-calendar-multibyte-special-days-array)
14135 (french-calendar-special-days-array): Change French text.
14136 (calendar-french-date-string): Change output.
14137 (calendar-goto-french-date): Likewise.
14138
14139 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14140
14141 * wid-edit.el (widget-default-active): Obey `:always-active'.
14142 (widget-documentation-string-value-create): Set `:always-active'.
14143
14144 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14145
14146 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14147 default prefix to `~/_emacs.d/auto-save.list/_s'.
14148 (normal-top-level): Create the directory for auto-save files, if
14149 it doesn't already exist (in the ms-dos case only).
14150
14151 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14152
14153 * international/mule-cmds.el (set-language-environment): Don't
14154 concat an integer (dos-codepage), use format instead.
14155
14156 2000-05-02 Dave Love <fx@gnu.org>
14157
14158 * help.el (help-xref-on-pp): Check for constant symbols.
14159
14160 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14161
14162 * startup.el (normal-top-level): Put a condition-case around
14163 the code loading subdirs.el.
14164
14165 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14166
14167 * ps-print.el: Upside-down and face background color printing,
14168 line number step, doc fix.
14169 (ps-print-version): New version number (5.2).
14170 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14171 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14172 (ps-spool-config): Var fix.
14173 (ps-printer-name-option): Const fix.
14174 (ps-print-upside-down, ps-use-face-background)
14175 (ps-line-number-step): New vars.
14176 (ps-window-system, ps-lp-system): New consts.
14177 (ps-face-background): New fun.
14178
14179 2000-04-28 Richard Stallman <rms@gnu.org>
14180
14181 * files.el (make-auto-save-file-name):
14182 Apply auto-save-file-name-transforms to visited file name
14183 before generating auto save file name.
14184 (auto-save-file-name-transforms): New variable.
14185
14186 * files.el (backup-enable-predicate):
14187 Correctly test for a file under a temporary directory.
14188
14189 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14190
14191 * subr.el (add-minor-mode): Rewritten.
14192
14193 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14194
14195 * mail/sendmail.el (sendmail-send-it): Set
14196 buffer-file-coding-system to the selected coding system for MIME
14197 header.
14198
14199 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14200
14201 * dired.el (dired-move-to-filename-regexp): Allow format where
14202 YYYY is followed by two spaces.
14203
14204 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14205 in the second character class of the regexp.
14206
14207 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14208 mh-etc, too.
14209
14210 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14211 nil.
14212
14213 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14214
14215 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14216 argument.
14217
14218 2000-04-27 Sen Nagata <sen@eccosys.com>
14219
14220 * emacs-lisp/crm.el (crm-completion-table): New variable.
14221 (crm-collection-fn, crm-test-completion)
14222 (completing-read-multiple): Use it.
14223
14224 2000-04-27 Dave Love <fx@gnu.org>
14225
14226 * help.el (locate-library): Use mapc.
14227 (help-manyarg-func-alist): Add call-process-region.
14228
14229 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14230
14231 * subr.el (add-minor-mode): Make argument MAP optional.
14232
14233 * desktop.el (desktop-save): Save list of minor modes.
14234 (desktop-create-buffer): Restore minor modes.
14235 (desktop-minor-mode-table): New user-option.
14236
14237 * subr.el (add-minor-mode): New function.
14238
14239 * image.el (find-image): New function.
14240 (defimage): Rewritten to find image at load time.
14241
14242 * startup.el (normal-top-level-add-to-load-path): Handle
14243 case that the default directory is not in load-path.
14244
14245 * help.el: Old patch from Stefan Monnier.
14246 (help-xref-on-pp): New function.
14247 (describe-variable): Use it to display xrefs in a symbol's value.
14248
14249 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14250
14251 * cus-edit.el (custom-face): Fix parenthesis.
14252
14253 2000-04-26 Kenichi Handa <handa@etl.go.jp>
14254
14255 * mail/rmail.el (rmail-expunge): When there are no deleted
14256 messages, do nothing.
14257
14258 2000-04-26 Dave Love <fx@gnu.org>
14259
14260 * international/mule-cmds.el (locale-translation-file-name):
14261 Defvar to nil.
14262 (set-locale-environment): Set it here (at runtime).
14263
14264 2000-04-25 Gerd Moellmann <gerd@gnu.org>
14265
14266 * replace.el (perform-replace): Add parameters START and END. Use
14267 them instead of the check for a region in Transient Mark mode.
14268 (query-replace-read-args): Return two more list elements for the
14269 start and end of the region in Transient Mark mode.
14270 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14271 (map-query-replace-regexp, replace-string, replace-regexp): Add
14272 optional last arguments START and END and pass them to
14273 perform-replace.
14274
14275 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14276 form with additional arguments for perform-replace.
14277
14278 * progmodes/etags.el (tags-query-replace): Add parameters START
14279 and END. Construct a form with additional arguments for
14280 perform-replace.
14281
14282 * simple.el (shell-command): Set default directory for "*Shell
14283 Command Output" buffer.
14284
14285 * language/european.el (iso-latin-4): Fix typo.
14286
14287 * emacs-lisp/crm.el: New file.
14288
14289 2000-04-24 Dave Love <fx@gnu.org>
14290
14291 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14292 (Custom-reset-saved, Custom-reset-standard)
14293 (custom-group-value-create, custom-group-set, custom-group-save)
14294 (custom-group-reset-current, custom-group-reset-saved)
14295 (custom-group-reset-standard): Use mapc.
14296 (custom-buffer-create-internal): Disable undo when creating items.
14297 Use mapc.
14298 (custom-face): Avoid redundant lambda.
14299
14300 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14301
14302 * startup.el (auto-save-list-file-prefix): Set default to
14303 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14304
14305 2000-04-24 Sam Steingold <sds@gnu.org>
14306
14307 * time-stamp.el (time-stamp-string-preprocess): Always convert
14308 `field-result' to a string.
14309
14310 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14311
14312 * frame.el (scrolling): New group.
14313 (automatic-hscrolling): New user-option.
14314
14315 * startup.el (command-line-x-option-alist): Add `-lsp' and
14316 `--line-spacing'.
14317
14318 2000-04-19 Dave Love <fx@gnu.org>
14319
14320 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14321 (cl-mapc): Rename from mapc. Fix the funcall.
14322
14323 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14324
14325 * simple.el (clone-indirect-buffer-other-window): New command.
14326 (clone-indirect-buffer): Add optional arg NORECROD.
14327 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14328
14329 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14330
14331 * window.el (count-screen-lines): New function.
14332 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14333 instead of window-buffer-height.
14334
14335 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14336 non-existing variable comint-input-sentinel.
14337 (inferior-lisp-args-to-list): Removed.
14338 (inferior-lisp): Use split-string instead of
14339 inferior-lisp-args-to-list.
14340
14341 * hexl.el (hexl-insert-hex-string): New command.
14342
14343 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14344 instead of concat.
14345
14346 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14347
14348 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14349 at the start of an existing but empty folder.
14350
14351 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14352
14353 * ps-mule.el: Customization fix, doc fix.
14354 (ps-multibyte-buffer): Customization fix.
14355
14356 2000-04-17 Richard M. Stallman <rms@gnu.org>
14357
14358 * subr.el (read-passwd): Use read-char-exclusive.
14359
14360 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14361
14362 * textmodes/texinfo.el (texinfo-insert-@email)
14363 (texinfo-insert-@emph, texinfo-insert-@quotation)
14364 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14365 (texinfo-mode-map): Add key bindings for them.
14366
14367 * files.el (basic-save-buffer-2): Use a template with `$'
14368 instead of `#' for VMS.
14369
14370 * simple.el (clone-indirect-buffer): New function.
14371
14372 2000-04-16 Stephen Eglen <stephen@gnu.org>
14373
14374 * iswitchb.el (iswitchb-case): New function. If the user input
14375 contains any upper-case characters, the search is made
14376 case-sensitive.
14377
14378 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14379
14380 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14381 comment-end.
14382 (texinfo-font-lock-syntactic-keywords): New var.
14383 (texinfo-font-lock-keywords): Remove comment regexp.
14384 (texinfo-insert-block): New function.
14385 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14386 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14387 and font-lock-defaults. Use regexp-opt for outline-regexp.
14388 (texinfo-environments): New var.
14389 (texinfo-environment-regexp): Use regexp-opt and
14390 texinfo-environments.
14391
14392 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14393 ispell-process is bound since this might be eval'd before ispell
14394 is loaded.
14395 (ispell-message): Use a tiny bit less magic and a bit more hard
14396 data to figure out what kind of sc-cite-regexp to use.
14397
14398 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14399
14400 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14401 (insert-cyclic-diary-entry): Unquote the lambda.
14402
14403 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14404
14405 * files.el (backup-enable-predicate): Unquote the lambda.
14406
14407 * cus-edit.el (custom-face, face): Unquote the lambda.
14408
14409 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14410
14411 * ps-print.el: Check for line-beginning-position definition.
14412
14413 * ps-print.el: Fix counting lines in a region.
14414 (ps-print-version): New version number (5.1.5).
14415 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14416 (ps-printing-region): Fun code fix.
14417
14418 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14419
14420 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14421 to file-directory-p.
14422
14423 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14424
14425 * gud.el (gud-jdb-build-source-files-list): Check that directory
14426 exists before calling directory-files.
14427
14428 2000-04-13 Dave Love <fx@gnu.org>
14429
14430 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14431 syntax.
14432
14433 * emacs-lisp/cl-specs.el: Remove when, unless.
14434
14435 * emacs-lisp/cl-extra.el: Don't quote keywords.
14436 (cl-old-mapc): New variable.
14437 (mapc): Use it.
14438 (cl-map-intervals): Use with-current-buffer. Don't check for
14439 next-property-change.
14440 (cl-map-overlays): Use with-current-buffer.
14441 (cl-expt): Remove.
14442 (copy-tree, remprop): Define unconditionally.
14443
14444 * emacs-lisp/cl-compat.el (keywordp): Remove.
14445
14446 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14447 to use keywordp.
14448 (edebug-spec): Enable keywordp.
14449
14450 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14451 string-lessp.
14452
14453 * cus-start.el: Use keywordp.
14454
14455 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14456
14457 * diary-lib.el (include-other-diary-files): Fix the fix of
14458 2000-02-18 by doing a save-excursion.
14459
14460 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14461
14462 * ps-print.el: Customization fix, doc fix.
14463 (ps-print-version): New version number (5.1.4).
14464 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14465 (ps-print-preprint): Adjust code.
14466 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14467 (ps-print-prologue-header, ps-print-control-characters)
14468 (ps-spool-config): Customization fix.
14469
14470 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14471
14472 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14473 converted to the new menu-item format, names silightly changed,
14474 help strings added.
14475
14476 Support for spelling without async subprocesses:
14477
14478 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14479 (ispell-session-buffer): New variables.
14480 (ispell-start-process, ispell-process-status,
14481 ispell-accept-output, ispell-send-string): New functions, for
14482 Ispell invocation when async subprocesses aren't supported.
14483 (ispell-word, ispell-pdict-save, ispell-command-loop,
14484 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14485 to process-send-string with calls to ispell-send-string, and
14486 accept-process-output with ispell-accept-output.
14487 (ispell-init-process): Call ispell-process-status instead of
14488 process-status with.
14489 (ispell-init-process): Call ispell-start-process. Call
14490 ispell-accept-output and ispell-send-string. Don't call
14491 process-kill-without-query and kill-process if they are unbound.
14492 (ispell-async-processp): New function.
14493
14494 2000-04-12 Dave Love <fx@gnu.org>
14495
14496 * info.el: Add debug-ignored-errors.
14497 (Info-mode-menu): Add some items.
14498 (Info-directory): Add autoload cookie.
14499
14500 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14501 Modify `truncate-lines'. Make `describe-language-environment'
14502 always visible and add help. Modify `describe-key' help. Invoke
14503 Info-directory from `info'. New entry `emacs-manual'.
14504
14505 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14506
14507 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14508 propertized-buffer-identification.
14509 (ebrowse-update-member-buffer-mode-line): Likewise.
14510 (ebrowse--mode-strings): Removed.
14511 (ebrowse--mode-line-props): Removed.
14512
14513 * files.el (auto-mode-alist): Add `EBROWSE'.
14514
14515 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14516 space before testing for end of buffer.
14517 (ebrowse-load): Removed.
14518 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14519 (ebrowse-create-tree-buffer): Rewritten.
14520 (ebrowse-tree-mode): Read tree from buffer.
14521
14522 * progmodes/ebrowse-ffh.el: Removed.
14523
14524 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14525
14526 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14527
14528 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14529
14530 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14531 at the wrong place.
14532
14533 2000-04-09 Dave Love <fx@gnu.org>
14534
14535 * files.el (backup-enable-predicate): Use
14536 temporary-file-directory, small-temporary-file-directory.
14537 (make-backup-file-name-function, backup-directory-alist): New
14538 variables.
14539 (make-backup-file-name-1): New function.
14540 (make-backup-file-name): Use it.
14541 (find-backup-file-name): Likewise. Use format for clarity, not
14542 concat.
14543 (file-newest-backup): Use make-backup-file-name.
14544
14545 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14546
14547 * progmodes/ebrowse-ffh.el: New file.
14548
14549 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14550 to ebrowse-ffh.el.
14551 (ebrowse-load): Add autoload.
14552
14553 * finder.el (finder-commentary): Add autoload cookie.
14554
14555 * mail/rfc2368.el: Correct author's email address.
14556
14557 * progmodes/ebrowse.el: New file.
14558
14559 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14560 item help string.
14561 (easy-menu-do-add-item): Ditto.
14562 (easy-menu-define): Extend doc string.
14563
14564 * jit-lock.el (with-buffer-unmodified): Use
14565 restore-buffer-modified-p.
14566 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14567 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14568 with-buffer-unmodified.
14569
14570 2000-04-08 Dave Love <fx@gnu.org>
14571
14572 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14573 unless, when.
14574
14575 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14576
14577 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14578 (viper-flash-search-pattern): No operation when using Emacs
14579 doesn't support face.
14580 Use `viper-put-on-search-overlay'.
14581
14582 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14583
14584 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14585 like C-r.
14586
14587 * progmodes/make-mode.el: Some doc fixes.
14588 (makefile-mode-abbrev-table): New variable.
14589 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14590 (makefile-font-lock-keywords): Fontify includes and conditionals.
14591 (toplevel): Require `dabbrev' and `add-log' when compiling.
14592
14593 * replace.el (perform-replace): Don't move forward one char
14594 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14595 to do that because it leaves point 1 position after the last
14596 replacement, after everything has been replaced.
14597
14598 * jit-lock.el (with-buffer-unmodified): New macro.
14599 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14600 modified state.
14601 (jit-lock-function-1): Extracted from jit-lock-function; not
14602 preserving buffer's modified state.
14603 (jit-lock-function, jit-lock-stealth-fontify): Call
14604 jit-lock-function-1.
14605
14606 * mail/rfc2368.el: Remove supernumerary copyright line.
14607
14608 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14609
14610 * glasses.el: Provide facilities for inserting space before left
14611 parentheses and uncapitalization of identifiers.
14612 (glasses-mode): Try to remove old overlays in all cases.
14613
14614 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14615
14616 * progmodes/compile.el (compile-internal): Display the compilation
14617 buffer in a different frame, if it's already displayed there.
14618
14619 * mail/rfc2368.el: New file.
14620
14621 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14622 header and insert its value as mail body.
14623
14624 * subr.el (member-ignore-case): New function.
14625
14626 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14627 (dabbrev--find-expansion): Ignore buffers matching a regexp
14628 from dabbrev-ignored-regexps.
14629
14630 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14631 to extensions handled by gzip.
14632
14633 2000-04-03 Richard M. Stallman <rms@gnu.org>
14634
14635 * files.el (insert-directory): List the total free space
14636 along with the used space.
14637
14638 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14639 line is followed by one that matches CITATION-REGEXP, end the
14640 paragraph.
14641
14642 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14643
14644 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14645 (rmail-make-basic-summary-line): Use that option.
14646
14647 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14648
14649 * international/mule-cmds.el (encoded-string-description):
14650 Rewritten. Try pretty description for ISO 2022 escape sequences
14651 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14652 for hexadecimal format.
14653
14654 2000-04-01 Dave Love <fx@gnu.org>
14655
14656 * cpp.el: Change customization group to `c' from `C'.
14657
14658 * vcursor.el (vcursor-move): Use display-color-p.
14659
14660 * international/mule-util.el: Provide mule-utils.
14661 (string-to-sequence): Simplify and speed up.
14662
14663 * international/mule.el (make-coding-system): Purecopy doc-string.
14664
14665 * international/mule-cmds.el: Various menu changes.
14666 (describe-specified-language-support): Handle `Default'.
14667 (set-language-info): Purecopy `info'.
14668
14669 2000-03-31 Andrew Innes <andrewi@gnu.org>
14670
14671 * vc.el (vc-backend-diff): Return the correct status if we had to
14672 retry the rcsdiff command without the --brief option.
14673
14674 2000-03-31 Dave Love <fx@gnu.org>
14675
14676 * help.el (help-manyarg-func-alist): Correct several omissions.
14677
14678 * add-log.el: Don't require cl, fortran.
14679 (add-log-current-defun-function): Doc fix.
14680 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14681 fix.
14682 (change-log-version-rcs): Function deleted.
14683 (change-log-version-number-search): Doc fix. Use
14684 vc-workfile-version. Avoid CL dolist.
14685 (add-change-log-entry): Just call add-log-current-defun to get
14686 defun. Simplify somewhat.
14687 (change-log-get-method-definition-1): Likewise.
14688 (add-log-current-defun): Return nil if calling
14689 add-log-current-defun-function does so. Move Fortran stuff to
14690 fortran.el. Return string without properties.
14691
14692 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14693 and :alpha: char classes.
14694
14695 * mail/supercite.el: Defvar curline when compiling.
14696 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14697 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14698 rather than a-zA-Z0-9 to allow non-ASCII characters.
14699
14700 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14701
14702 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14703
14704 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14705 Re-enable new code.
14706
14707 * lpr.el (print-region-1): Use -d to specify printer name for
14708 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14709
14710 2000-03-31 Dave Love <fx@gnu.org>
14711
14712 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14713 for function definition in symbol's function value slot first
14714 instead of first consulting byte-compile-function-environment.
14715
14716 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14717
14718 * language/european.el ("Polish"): New language environment.
14719 (setup-polish-environment): New function.
14720
14721 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14722
14723 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14724 Disable new code.
14725
14726 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14727 trying to `load' the symbol of an autoload instead of the file
14728 recorded in the autoload. Fix error messages.
14729
14730 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14731
14732 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14733 (ps-print-version): New version number (5.1.3).
14734 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14735 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14736 (ps-generate-postscript-with-faces): Code fix.
14737 (ps-color-values): XEmacs compatibility.
14738 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14739 (ps-default-fg, ps-default-bg): Adjust customization.
14740 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14741 (ps-color-scale): Renaming old ps-color-value fun.
14742 (ps-print-headers): Replace ps-print-header group to avoid conflict
14743 with ps-print-header variable.
14744 (ps-print-miscellany): New group.
14745 (ps-format-color, ps-rgb-color): New funs.
14746 (ps-default-foreground): New var.
14747 (ps-printer-name-option): New const.
14748
14749 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14750
14751 * net/net-utils.el:
14752 (network-connection-host, network-connection-service): New variables
14753 (network-connection-mode): New mode, derived from comint-mode
14754 (network-connection-mode-setup): New function, saves host and
14755 service information in local variables.
14756
14757 * lisp/locate.el:
14758 (locate-word-at-point): Added this function
14759 (locate): Default to using locate-word-at-point as input
14760 Run dired-mode-hook
14761
14762 2000-03-29 Dave Love <fx@gnu.org>
14763
14764 * calendar/appt.el: Doc fixes.
14765 (appt-check): Convert min-to-app to a string before passing to
14766 appt-disp-window-function or concat.
14767 (appt-delete-window): Remove test for frame-root-window.
14768 (appt-select-lowest-window, appt-convert-time): Simplify.
14769
14770 * emacs-lisp/bytecomp.el: Doc fixes.
14771 (byte-compile-file-form-autoload): Update
14772 byte-compile-function-environment.
14773
14774 2000-03-29 Andreas Schwab <schwab@suse.de>
14775
14776 * emacs-lisp/autoload.el: Also print defsubst doc string
14777 specially.
14778
14779 * dired.el (dired-insert-directory): If dired-free-space-program
14780 failed just delete its output.
14781
14782 2000-03-29 Dave Love <fx@gnu.org>
14783
14784 * international/iso-cvt.el: Move provide to end. Doc fixes.
14785 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14786 (iso-iso2sgml, iso-sgml2iso): New functions.
14787 (iso-cvt-define-menu): Fix some entries and use backquote for
14788 clarity.
14789
14790 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14791
14792 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14793
14794 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14795 ISO-DATE. If non-nil, return date in ISO 8601 format.
14796
14797 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14798
14799 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14800 if it ever becomes used.
14801 (log-edit-mode-hook): Default to vc-log-mode-hook.
14802 (log-edit-mode): Fix the docstring.
14803
14804 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14805 the code.
14806
14807 2000-03-26 Dave Love <fx@gnu.org>
14808
14809 * net/browse-url.el (browse-url): Re-fix case of
14810 browse-url-browser-function being an alist.
14811 (browse-url): Add :link to defgroup.
14812
14813 * files.el: Doc fixes.
14814 (file-truename): Include `[' in wildcard characters.
14815 (automount-dir-prefix): Customize.
14816 (find-file-wildcards): Add :version.
14817 (find-file-noselect): Simplify a mapcar call.
14818
14819 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14820 compatible with inf-lisp version.
14821 (eval-defun-1): Fix custom-declare-variable case.
14822
14823 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14824
14825 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14826
14827 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14828
14829 * Makefile (COMPILE_FIRST): New macro.
14830 (compile-files): Compile files from COMPILE_FIRST first.
14831
14832 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14833 code.
14834
14835 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14836 matching open parenthesis in column 0 to defun-prompt-regexp
14837 only if open-paren-in-column-0-is-defun-start is set.
14838
14839 * sun-curs.el: Require CL at compile-time only.
14840
14841 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14842 instead of copy-list which is a function from CL.
14843 (msb--choose-menu, msb--mode-menu-cond)
14844 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14845 (msb--init-file-alist): Use mapcar instead of mapcan.
14846 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14847 `(' in column 0 in doc string.
14848 (msb--add-separators): Use mapcar instead of mapcan.
14849
14850 * cus-dep.el: Require CL at compile-time only.
14851
14852 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14853
14854 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14855 (byte-compile-warnings): New warning `noruntime'.
14856 (byte-compile-constants, byte-compile-variables): Fix docstring.
14857 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14858 execute `eval-whenc-compile's body.
14859 (byte-compile-unresolved-functions): Fix docstring.
14860 (byte-compile-eval): New function.
14861 (byte-compile-callargs-warn): Check if the function will be available
14862 at runtime (via property `byte-compile-noruntime').
14863 (byte-compile-print-syms): New function.
14864 (byte-compile-warn-about-unresolved-functions): Also warn about
14865 `noruntime' functions (and use `byte-compile-print-syms').
14866 (byte-compile-file): Capitalize the message.
14867
14868 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14869
14870 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14871 (rmail-expunge): Ask for confirmation depending on the setting
14872 of rmail-confirm-expunge.
14873
14874 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14875
14876 * Makefile (bootstrap-clean): If $(emacs) exists, build
14877 loaddefs.el first. A loaddefs.el that's not up-to-date might
14878 cause a bootstrap failure because things don't autoload as
14879 expected.
14880
14881 2000-03-23 Dave Love <fx@gnu.org>
14882
14883 * net/browse-url.el: Restore previous use of
14884 browse-url-maybe-new-window.
14885
14886 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14887
14888 * ps-print.el: Skip banner page fix.
14889 (ps-print-version): New version number (5.1.2).
14890 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14891
14892 2000-03-23 Dave Pearson <davep@davep.org>
14893
14894 * net/quickurl.el Changed the type of parameter passed to the
14895 function defined by `quickurl-format-function'. Before only the
14896 text of the URL was passed. Now the whole URL structure is passed
14897 and the function is responsible for extracting the parts it
14898 requires. Changed the default of `quickurl-format-function'
14899 accordingly.
14900 (quickurl-insert): Changed the `funcall' of
14901 `quickurl-format-function' to match the above change.
14902 (quickurl-list-insert): Changed the `url' case so that it makes
14903 use of `quickurl-format-function', previous to this the format was
14904 hard wired.
14905
14906 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14907
14908 * startup.el: Change some spellings for the X Window System.
14909
14910 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14911
14912 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14913 up the code and the regexp and make sure the cursor is temporarily
14914 moved to the suspicious line while querying the user.
14915
14916 2000-03-22 Jason Rumney <jasonr@gnu.org>
14917
14918 * w32-fns.el (w32-charset-info-alist): Initialize.
14919
14920 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14921
14922 * ps-print.el: N-up last page fix.
14923 (ps-print-version): New version number (5.1.1).
14924 (ps-end-file, ps-end-job, ps-generate): Code fix.
14925
14926 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14927
14928 * files.el (find-file-run-dired): Update docstring.
14929 (find-directory-functions): New hook.
14930 (find-file-noselect): Run find-directory-functions rather than
14931 calling dired directly.
14932
14933 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14934
14935 * pcvs.el: Add a minimal leading commentary.
14936 (cvs-make-cvs-buffer): Change the header part by removing the startup
14937 message and adding a `Module' entry. Also replace the FOOTER and
14938 HEADER special fileinfos with the new support in ewoc for updating
14939 its own footer and header.
14940 (cvs-update-header): Update to use the header/footer of the ewoc.
14941 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14942 (cvs-is-within-p): New function.
14943 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14944 to only examine some subset of the buffers.
14945
14946 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14947 `format' instead of our own ad-hoc functions.
14948 Remove HEADER and FOOTER cases, now handled in the EWOC.
14949 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14950
14951 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14952 output to avoid scaring the user.
14953 (cvs-parse-table): Catch message for non-up-to-date commits.
14954
14955 * pcvs-defs.el (cvs-startup-message): Remove.
14956 (cvs-global-menu): New autoloaded menu.
14957
14958 * pcvs-util.el (cvs-string-fill): Remove.
14959
14960 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14961 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14962 PP part of it and also make it work for footers and headers.
14963 (ewoc-create): Drop POS and BUFFER arguments.
14964 Use the DLL's dummy node to store the end-of-footer position.
14965 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14966 (ewoc-refresh): Remove unused `header' variable.
14967 (ewoc-(get|set)-hf): New functions.
14968
14969 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14970 log-view-*-(message|file) and use easy-mmode-define-navigation.
14971 (log-view-message-re): Match SCCS format as well.
14972 And match the revision line rather than the dashed separator line.
14973 (log-view-mode): Use the new define-derived-mode.
14974 (log-view-current-tag): Fill in with an actual implementation.
14975
14976 * cvs-status.el (cvs-status-(prev|next)): Rename from
14977 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14978 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14979 to let the output "breathe" a little more (more readable).
14980 (cvs-status-mode): Use the new define-derived-mode.
14981
14982 * smerge-mode.el (smerge-auto-leave): New function and variable.
14983 (smerge-basic-map): Rename from smerge-basic-keymap.
14984 Change the bindings for smerge-diff-*.
14985 (smerge-*-map): Use easy-mmode-defmap.
14986 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14987 (smerge-keep-*): Use smerge-auto-leave.
14988
14989 2000-03-21 Jason Rumney <jasonr@gnu.org>
14990
14991 * cus-edit.el (custom-button-face): Use 3D look for w32.
14992 (custom-button-pressed-face): Likewise.
14993
14994 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14995
14996 * progmodes/etags.el (tags-case-fold-search): New user-option.
14997 (tags-loop-eval): New function. Bind case-fold-search around eval
14998 depending on the value of tags-case-fold-search.
14999 (tags-loop-continue): Use tags-loop-eval.
15000 (find-tag-in-order): Bind case-fold-search depending on the value
15001 of tags-case-fold-search.
15002
15003 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15004
15005 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15006 (diff-end-of-hunk): Return the end position for use in
15007 `easy-mmode-define-navigation'.
15008 (diff-recenter): Remove.
15009 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15010 of `easy-mmode-define-navigation'.
15011 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15012 previous renaming) and fix to use new names.
15013 (diff-merge-strings): Use \n as separator: simpler, faster.
15014 (diff-mode): Use `define-derived-mode'.
15015
15016 * derived.el (define-derived-mode): Don't autoload anymore.
15017 Prefer the macro-only version provided by easy-mmode.el.
15018
15019 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15020 `easy-mmode-define-derived-mode'.
15021 Use `combine-run-hooks'.
15022 (easy-mmode-define-navigation): New macro.
15023
15024 * subr.el (combine-run-hooks): New function.
15025
15026 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15027
15028 * term/x-win.el: Fontsets related initialization is simplified.
15029
15030 * international/mule-diag.el (describe-font): Don't refer to
15031 global-fontset-alist, instead call font-list.
15032 (describe-fontset, list-fontsets, mule-diag): Likewise.
15033 (print-fontset): Adjusted for the change of fontset
15034 implementation.
15035
15036 * international/fontset.el (x-charset-registries): Variable
15037 removed, instead the corresponding data is stored in the default
15038 fontset.
15039 (register-alternate-fontnames): Function removed.
15040 (resolved-ascii-font): Variable removed.
15041 (x-compose-font-name): Ignore the second argument REDOCE.
15042 (x-complement-fontset-spec): Complement only an ASCII font and
15043 element for those charsets than can use that ASCII font.
15044 (generate-fontset-menu): Don't refer to global-fontset-alist,
15045 instead call fontset-list.
15046 (uninstantiated-fontset-alist): Variable removed.
15047 (x-style-funcs-alist): Likewise.
15048 (fontset-default-styles): Likewise.
15049 (x-modify-font-name): Function removed.
15050 (create-fontset-from-fontset-spec): Ignore the argument
15051 STYLE-VARIANT.
15052 (create-fontset-from-ascii-font): Docsting adjusted for the above
15053 change.
15054 (instantiate-fontset, resolve-fontset-name): Functions removed.
15055 (fontset-list): Now implemented by C code.
15056
15057 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15058 (describe-face): Include `font' attribute in the description.
15059
15060 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15061
15062 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15063
15064 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15065
15066 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15067 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15068 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15069
15070 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15071 about behavior of set-buffer-modified-p wrt redisplay.
15072
15073 2000-03-19 Richard M. Stallman <rms@gnu.org>
15074
15075 * view.el (view-mode-disable): Kill local binding of view-read-only.
15076
15077 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15078
15079 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15080 is a string, convert it to a syntax cell using string-to-syntax.
15081
15082 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15083 (string-to-syntax): New function.
15084
15085 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15086 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15087 try to use passive ftp mode.
15088
15089 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15090
15091 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15092
15093 * simple.el (append-to-buffer): Update point of windows after
15094 insertion.
15095
15096 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15097 forward then moving backward. Reindent.
15098
15099 * frame.el (other-frame): Call x-focus-frame only if
15100 focus-follows-mouse is off.
15101
15102 2000-03-17 Dave Love <fx@gnu.org>
15103
15104 * pcvs-util.el (cvs-strings->string): Rename
15105 replace-regexps-in-string.
15106
15107 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15108
15109 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15110 regexp for labels cannot span several lines.
15111
15112 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15113 `(setq :<key> ':<key>)' to the macro expansion.
15114
15115 2000-03-16 Dave Love <fx@gnu.org>
15116
15117 * progmodes/f90.el (f90): Put custom group under `languages', not
15118 `fortran'.
15119 (f90-mode-hook): Customize.
15120 (f90-mode): Set add-log-current-defun-function.
15121 (f90-current-defun): New function.
15122
15123 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15124
15125 * cus-edit.el (custom-variable-tag-face): Handle case that
15126 default face's height is not a number.
15127 (custom-face-tag-face, custom-group-tag-face-1)
15128 (custom-group-tag-face): Ditto.
15129 (custom-group-tag-face-1): Add :group.
15130
15131 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15132
15133 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15134
15135 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15136 requiring easymenu.
15137
15138 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15139
15140 * ps-print.el: PostScript user-defined prologue, PostScript error
15141 handler, doc fix.
15142 (ps-print-version): New version number (5.1).
15143 (ps-user-defined-prologue, ps-error-handler-message)
15144 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15145 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15146 (ps-insert-string): New function.
15147
15148 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15149
15150 * international/ccl.el (ccl-compile-expression): Don't generate
15151 invalid self-assignment code.
15152
15153 2000-03-14 Dave Love <fx@gnu.org>
15154
15155 * subr.el (replace-regexp-in-string): Renamed from
15156 replace-regexps-in-string. Doc fix.
15157
15158 2000-03-12 Dave Love <fx@gnu.org>
15159
15160 * cus-edit.el: Doc fixes.
15161 (customize-set-variable, customize-save-variable): Rename args for
15162 doc.
15163 (custom-variable-tag-face, custom-face-tag-face)
15164 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15165 style which user identify as hyperlink.
15166 (hook): Don't add undefined functions to the hook.
15167 (debug-ignored-errors): Transfer message from bindings.el.
15168
15169 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15170
15171 * recentf.el (recentf-keep-non-readable-files-p): Remove
15172 double/nested definition.
15173
15174 2000-03-12 Dave Love <fx@gnu.org>
15175
15176 * facemenu.el (facemenu-get-face): Use display-color-p.
15177 * enriched.el (enriched-decode-foreground): Likewise.
15178 (enriched-decode-background): Likewise.
15179 * isearch.el (isearch-highlight): Likewise.
15180 * info-look.el (info-lookup): Likewise.
15181 * simple.el (completion-setup-function): Likewise.
15182
15183 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15184 :options.
15185
15186 * bindings.el (mode-line-format): Fix line-number and
15187 column-number items. Add help-echo for the background.
15188 (mode-line-mule-info): Modify help-echo.
15189
15190 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15191
15192 * files.el (load-file): Allow completion to .elc.
15193
15194 * man.el: Doc fixes.
15195 (Man-init-defvars): Use display-color-p to set fontification.
15196
15197 * play/hanoi.el (hanoi-internal): Don't use oddp.
15198
15199 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15200
15201 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15202
15203 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15204
15205 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15206
15207 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15208 Fix comment.
15209
15210 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15211
15212 * font-lock.el (font-lock-keywords): Fix the doc now that
15213 regexp-opt-depth is unnecessary.
15214 (save-buffer-state): Set an edebug spec.
15215 (font-lock-fontify-anchored-keywords): Properly handle the case when
15216 the matcher goes past the limit.
15217
15218 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15219 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15220
15221 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15222 dll.el and cookie.el (from Elib) with heavy renaming and other
15223 massaging.
15224
15225 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15226 Autoload the functions used.
15227 (easy-mmode-define-syntax): Fix CL typo.
15228 (easy-mmode-define-derived-mode): Improve the docstring generation.
15229
15230 2000-03-10 Gerd Moellmann <gerd@gnu.org>
15231
15232 * textmodes/texinfo.el (texinfo-version): Variable and function
15233 removed.
15234
15235 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15236
15237 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15238 allow more flexibility.
15239 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15240 fns.
15241 (easy-mmode-defmap, easy-mmode-defsyntax)
15242 (easy-mmode-define-derived-mode): New macros.
15243
15244 2000-03-09 Didier Verna <didier@xemacs.org>
15245
15246 * rect.el (replace-rectangle): New function.
15247
15248 2000-03-09 Dave Love <fx@gnu.org>
15249
15250 * progmodes/fortran.el (fortran-comment-line-start): Define as
15251 "C".
15252 (fortran-comment-line-start-skip): Don't match cpp stuff.
15253 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15254 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15255 (fortran-mode): Don't set fortran-comment-line-start-skip,
15256 fortran-comment-line-start here. Set comment-start,
15257 add-log-current-defun.
15258 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15259 (fortran-current-defun): New function.
15260
15261 2000-03-09 Gerd Moellmann <gerd@gnu.org>
15262
15263 * emacs-lisp/re-builder.el: New file.
15264
15265 * mouse.el (mouse-drag-region): Don't run up-event handler
15266 if hscroll has changed.
15267
15268 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15269 builtin operators, use `font-lock-builtin-face' for Emacs and
15270 `font-lock-preprocessor-face' otherwise.
15271
15272 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15273 `(defun (setf foo)' differently.
15274
15275 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15276
15277 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15278 (regexp-opt): Update comment and adapt the code the new meaning of
15279 the `paren' argument of regex-opt-group for shy-groups.
15280 (regexp-opt-depth): Handle shy groups as well as backslashed
15281 backslashes.
15282 (regexp-opt-group): Turn the leading comment into a docstring.
15283 Allow `paren' to be a string (the string to use to open a group).
15284 Remove open-presuf and close-presuf. Instead of checking for `all
15285 one-char' and then later on check for `several one-char', handle
15286 both cases close together. Also apply a more generic algorithm
15287 for suffixes (the mirror image of the algorithm used for
15288 prefixes). Use shy-groups. Use nreverse rather than reverse.
15289 (regexp-opt-try-suffix): Removed.
15290
15291 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15292 from comint-mode-map, so we can just inherit from it. Also, move
15293 the initialization into the `defvar' since there's no docstring
15294 anyway and it's fairly short.
15295 (inferior-scheme-mode): Define it as derived-mode: the code is
15296 shorter and this way we inherit from comint-mode-map rather than
15297 copying it.
15298
15299 * subr.el (replace-regexps-in-string): Properly handle the case
15300 where we match an empty string.
15301
15302 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15303 when the command has a directory component (such as "./testml").
15304 Also fix a typo in the comment.
15305
15306 2000-03-08 Gerd Moellmann <gerd@gnu.org>
15307
15308 * Makefile (compile-files): Compile files one by one because
15309 that's the only way to ensure a clean compilation environment for
15310 each individual file.
15311
15312 * frame.el (other-frame): Call x-focus-frame.
15313
15314 2000-03-07 Dave Love <fx@gnu.org>
15315
15316 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15317 :require to defcustom.
15318
15319 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15320 lists.
15321
15322 * files.el (auto-mode-alist): Add configure.in.
15323
15324 * progmodes/autoconf.el: New file.
15325
15326 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15327
15328 * mail/mh-e.el: Change maintainer to `none'.
15329
15330 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15331 to remove-hook and add-hook.
15332
15333 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15334
15335 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15336 it as the default.
15337 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15338 (sendmail-send-it): Conditionally add MIME headers specifying the
15339 used character set.
15340
15341 2000-03-07 Dave Love <fx@gnu.org>
15342
15343 * winner.el: Fix keywords, autoload cookies. Split
15344 eval-when-compile form to avoid compilation failure.
15345
15346 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15347
15348 * international/mule.el: Modify comment about coding system
15349 property `coding-category'.
15350 (make-coding-system): New argument EOL-TYPE. Pay attention to
15351 coding-category property of PROPERTIES.
15352
15353 * international/mule-conf.el (coding-category-utf-8,
15354 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15355 categories. Include them in the argument for set-coding-priority.
15356
15357 * international/mule-cmds.el (reset-language-environment): Include
15358 coding-category-utf-8, coding-category-utf-16-be, and
15359 coding-category-utf-16-le in the argument for set-coding-priority.
15360 (reset-language-environment): Initialize coding-category-utf-8,
15361 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15362
15363 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15364
15365 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15366 code abstracted out of `bookmark-jump-noselect'. Now tries info
15367 extensions as well as compression extensions.
15368 (bookmark-jump-noselect): Use above new func.
15369
15370 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15371
15372 * strokes.el: Change maintainer's mail address.
15373
15374 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15375
15376 * international/mule-diag.el (list-character-sets): Make help-echo
15377 string by substitute-command-keys.
15378 (list-character-sets): Likewise.
15379 (sort-listed-character-sets): Call help-setup-xref.
15380
15381 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15382
15383 * time.el (display-time-mail-file): Add `none' to the list of
15384 choices.
15385
15386 2000-03-01 Dave Love <fx@gnu.org>
15387
15388 * help.el (help-xref-go-back): Don't try to set position.
15389
15390 * international/mule-diag.el (list-character-sets): Call
15391 help-setup-xref. Add help-echo to xrefs.
15392 (list-character-sets-1): Add help-echo to xrefs.
15393
15394 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15395
15396 * frame.el (blink-cursor-mode): Switch cursor on when turning
15397 the mode off.
15398
15399 * add-log.el (add-log-current-defun): Add support for
15400 Autoconf mode.
15401
15402 * mail/rmail.el (rmail-quit-hook): New variable.
15403
15404 2000-03-01 Dave Love <fx@gnu.org>
15405
15406 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15407
15408 * help.el (help-xref-button): Add help-echo arg.
15409 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15410
15411 * faces.el (list-faces-display): Supply help-echo with
15412 help-make-xrefs.
15413
15414 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15415 nil.
15416
15417 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15418
15419 * image.el (defimage): Look for image files in load-path.
15420
15421 * frame.el (busy-cursor-delay-seconds): Change type to
15422 `number'.
15423
15424 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15425
15426 * recentf.el (recentf): Added version tag to the defgroup of
15427 recentf.
15428
15429 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15430
15431 * recentf.el (recentf-cleanup): Changed to remove excluded file
15432 too.
15433 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15434 action to select/unselect a file.
15435 (recentf-edit-list): Code cleanup and improvement.
15436 (recentf-open-more-files-action): `recentf-open-more-files' button
15437 widget action to open a file.
15438 (recentf-open-more-files): No more use standard completion but
15439 widgets.
15440 (recentf-more-collection): Deleted.
15441 (recentf-more-history): Deleted.
15442 (recentf-setup-more-completion): Deleted.
15443
15444 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15445
15446 * recentf.el (recentf-mode): No more needs that Emacs is running
15447 under a window-system.
15448
15449 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15450
15451 * recentf.el (recentf-edit-list): New command to edit the recent
15452 list which allow the user to remove files.
15453 (recentf-edit-selected-items): New global variable, used by
15454 `recentf-edit-list' to hold the list of files to be removed from
15455 the recent list.
15456 (recentf-make-menu-items): Updated to display a "Edit list..."
15457 menu item. Minor code cleanup.
15458
15459 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15460
15461 * recentf.el (recentf-open-more-files): New command to open files
15462 that are not displayed in the menu.
15463 (recentf-more-collection): New global variable holding the set of
15464 permissible completions used by `recentf-open-more-files'.
15465 (recentf-more-history): New global variable holding the history list
15466 used by `recentf-open-more-files' completion.
15467 (recentf-setup-more-completion): New function to setup completion for
15468 `recentf-open-more-files'.
15469 (recentf-make-menu-items): Updated to display a "More..." menu item.
15470
15471 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15472
15473 * recentf.el (recentf-menu-action): Doc fixed.
15474
15475 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15476
15477 * recentf.el (recentf-menu-filter): Doc updated.
15478 (recentf-update-menu-hook): Allow menu filters to force menu update.
15479 (recentf-make-menu-items): New menu filter handling.
15480 (recentf-make-menu-item): New helper function.
15481 (recentf-menu-elements): New menu handling function.
15482 (recentf-sort-ascending): Updated to new menu filter handling.
15483 (recentf-sort-descending): Updated to new menu filter handling.
15484 (recentf-sort-basenames-ascending): New menu filter function.
15485 (recentf-sort-basenames-descending): New menu filter function.
15486 (recentf-show-basenames): New menu filter function.
15487 (recentf-show-basenames-ascending): New menu filter function.
15488 (recentf-show-basenames-descending): New menu filter function.
15489
15490 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15491
15492 * diary-lib.el (list-diary-entries): Don't try to go forward at
15493 the end of the buffer.
15494
15495 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15496
15497 * international/mule-diag.el (list-character-sets): Completely
15498 rewritten.
15499 (sort-listed-character-sets): New function.
15500 (list-character-sets-1): Completely rewritten.
15501 (list-character-sets-2): New function.
15502 (non-iso-charset-alist): New variable.
15503 (decode-codepage-char): New function.
15504 (charset-history): New variable.
15505 (read-charset) (list-block-of-chars)
15506 (list-iso-charset-chars)
15507 (list-non-iso-charset-chars)
15508 (list-charset-chars): New functions.
15509 (mule-diag): Call list-character-sets-2, not
15510 list-character-sets-2.
15511 (dump-charsets): Likewise.
15512
15513 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15514
15515 * dired-x.el (dired-filename-at-point): Add `@' to valid
15516 file name characters.
15517 (dired-filename-at-point): Handle ange-ftp file names.
15518
15519 * frame.el (frame-notice-user-settings): Use assq-delete-all
15520 instead of assoc-delete-all.
15521 (frame-notice-user-settings): Ditto.
15522
15523 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15524 Don't copy alist.
15525
15526 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15527
15528 * calculator.el (calculator-use-menu): New option.
15529 (calculator-initial-bindings): Changed some bindings to work as
15530 macros.
15531 (calculator-forced-input): Removed.
15532 (calculator-restart-other-mode): New variable.
15533 (calculator-mode-map): Set up menu.
15534
15535 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15536
15537 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15538 tags.
15539
15540 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15541
15542 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15543 translate all ESC key sequences.
15544 (viper-goto-mark-subr): restore markers for files for which
15545 they were saved.
15546 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15547 * viper-util.el (viper-set-replace-overlay-glyphs,
15548 viper-set-replace-overlay): always check if the replacement
15549 overlay is live.
15550 * viper.el (viper-vi-state-mode-list): added major modes.
15551 * ediff-wind.el: minor comment changes.
15552 * ediff.el: copyright notice date fix.
15553
15554 2000-02-27 Jason Rumney <jasonr@gnu.org>
15555
15556 * faces.el (face-font-family-alternatives): Add arial to helv.
15557 (mode-line, header-line, tool-bar): Same default as x for w32.
15558 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15559 face-font-family-alternatives from working.
15560 * term/w32-win.el (mouse-set-font): Do not build fontset from
15561 chosen font.
15562
15563 2000-02-25 Sam Steingold <sds@goems.com>
15564
15565 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15566 properly.
15567
15568 2000-02-25 Richard M. Stallman <rms@gnu.org>
15569
15570 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15571
15572 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15573
15574 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15575 writable.
15576
15577 * frame.el (busy-cursor-delay-seconds): New option.
15578
15579 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15580
15581 * frame.el (show-cursor-in-non-selected-windows): New option.
15582
15583 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15584
15585 * diary-lib.el (include-other-diary-files): Undo the selective
15586 display in any included file and don't kill it.
15587
15588 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15589
15590 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15591 bar. Menu items converted to (menu-item format, help strings
15592 added.
15593 [downcase, upcase]: Don't enable on MS-DOS.
15594 [symlink, symlinks]: Don't show if make-symbolic-link is not
15595 bound.
15596 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15597
15598 2000-02-23 Dave Love <fx@gnu.org>
15599
15600 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15601 (backward-kill-word): Revert addition of * to interactive spec --
15602 it's a feature.
15603
15604 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15605 (backward-kill-sentence, kill-sentence): Likewise.
15606
15607 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15608 scratch buffer name.
15609 (gud-format-command): Use int-to-string in ?l case. Simplify
15610 slightly.
15611
15612 * term/w32-win.el (internal-face-interactive): Update prompt for
15613 new read-face-name.
15614
15615 * mail/footnote.el (footnote): Add :version to defgroup.
15616 (footnote-section-tag-regexp): Customize.
15617 (footnote-start-tag, footnote-end-tag): New option.
15618 (footnote-latin-regexp): New variable.
15619 (Footnote-latin): New function.
15620 (footnote-style-alist): Add element for latin style.
15621 (footnote-style): Moved.
15622 (Footnote-goto-footnote): Use eq to test arg.
15623
15624 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15625
15626 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15627 (byte-compile-trueconstp): Include keywords.
15628 (byte-optimize-quote, byte-optimize-lapcode): Use
15629 byte-compile-const-symbol-p.
15630 (byte-optimize-char-before): New optimization.
15631
15632 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15633 (byte-compile-const-symbol-p): New function.
15634 (byte-compile-constp, byte-compile-out-toplevel)
15635 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15636 Use it.
15637
15638 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15639
15640 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15641
15642 * international/encoded-kb.el: Be sure to update minor-mode-alist
15643 and minor-mode-map-alist.
15644 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15645 codes SS2 and SS3 correctly.
15646 (encoded-kbd-self-insert-ccl): New function.
15647 (encoded-kbd-setup-keymap): New function.
15648 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15649 by calling encoded-kbd-setup-keymap.
15650
15651 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15652 characters.
15653 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15654 locally.
15655
15656 2000-02-22 Dave Love <fx@gnu.org>
15657
15658 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15659 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15660 defvar.
15661 (lisp-mode-syntax-table): Set up for #|...|# comments.
15662 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15663 classes. Match `defface'.
15664 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15665 (eval-defun-1): Fix for defcustom.
15666 (lisp-indent-region): Doc fix.
15667
15668 * subr.el (when, unless, split-string): Doc fix.
15669 (read-passwd): Move call of clear-this-command-keys to the right
15670 place.
15671 (replace-regexps-in-string): New function.
15672
15673 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15674
15675 * help.el (describe-variable): Set syntax table to
15676 emacs-lisp-mode-syntax-table when moving forward over the
15677 symbol's name.
15678
15679 2000-02-22 Dave Love <fx@gnu.org>
15680
15681 * xt-mouse.el: Doc fixes.
15682 (xterm-mouse-position-function): New function, replacing advice of
15683 mouse-position.
15684 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15685
15686 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15687
15688 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15689
15690 * format.el (format-annotate-single-property-change): Handle
15691 properties.with dotted-list values.
15692 (format-proper-list-p): New function.
15693
15694 * enriched.el (enriched-face-ans): Handle '(foreground-color
15695 . COLOR) and (background-color . COLOR).
15696
15697 2000-02-20 Dave Love <fx@gnu.org>
15698
15699 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15700 and assignments to it.
15701 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15702 current local map.
15703 (make-flyspell-overlay): Use it.
15704 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15705
15706 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15707 (lm-get-header-re): Defun, not defsubst.
15708 (lm-get-package-name): Defun, not defsubst. Simplify.
15709 (lm-version): Doc fix. Simplify.
15710 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15711 (lm-crack-address, lm-last-modified-date, lm-commentary)
15712 (lm-verify, lm-synopsis): Simplify.
15713 (lm-report-bug): Require emacsbug. Use compose-mail.
15714
15715 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15716
15717 * dired.el (dired-mode): Call propertized-buffer-identification
15718 to set mode-line-buffer-identification to something having
15719 the right text properties.
15720
15721 * bindings.el (propertized-buffer-identification): New function.
15722
15723 2000-02-20 Dave Love <fx@gnu.org>
15724
15725 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15726 check for t-mouse too.
15727
15728 * cus-start.el: Make echo-keystrokes `number'.
15729
15730 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15731
15732 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15733 Don't call ring-empty-p unless tags-location-ring is bound.
15734 From Noah Friedman <friedman@splode.com>.
15735
15736 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15737
15738 * progmodes/hideshow.el (hs-flag-region): No longer use
15739 `intangible' overlay property.
15740
15741 (hs-toggle-hiding): New command.
15742 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15743
15744 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15745 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15746 and deactivation.
15747
15748 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15749
15750 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15751
15752 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15753
15754 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15755
15756 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15757 of `*' to handle `(* ... *)' comments.
15758
15759 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15760
15761 * faces.el (list-faces-display): Use display-mouse-p instead of
15762 window-system.
15763
15764 * menu-bar.el (global-map): Menu-bar items converted to the new
15765 format (menu-item..., rearranged for better CUA compliance, and
15766 their names changed for better clarity. Help strings added.
15767
15768 * international/mule-cmds.el (mule-menu-keymap)
15769 (describe-language-environment-map, set-coding-system-map)
15770 (setup-language-environment-map): Convert to new (menu-item...
15771 form, add help strings. Change names of menu items for better
15772 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15773 submenu).
15774
15775 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15776
15777 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15778 within the code.
15779
15780 2000-02-16 Dave Love <fx@gnu.org>
15781
15782 * faces.el: Don't require custom. Add more specific :groups to
15783 various deffaces.
15784 (set-face-attribute): Purecopy args.
15785 (read-face-name): Default to name at point and use it in prompt.
15786 Remove colon from arg in all callers.
15787 (list-faces-display): Hyperlink to face descriptions and customize
15788 buffers.
15789
15790 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15791
15792 * wid-edit.el (widget-match-inline): An atom never matches a
15793 list.
15794
15795 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15796
15797 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15798 at ':' characters by call to split-string.
15799
15800 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15801
15802 * textmodes/bibtex.el: Added RCS version identification.
15803
15804 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15805
15806 * textmodes/bibtex.el: Some temporary comments removed.
15807 (bibtex-field-name, bibtex-entry-type): Made the relationship
15808 explicit.
15809 (bibtex-field-const): Allow capital letters.
15810 (bibtex-start-of-string): Deleted because unused.
15811
15812 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15813 use the term 'reference' to describe a bibtex entry as a whole.
15814 Further, reference keys are no longer called 'labels'.
15815 (bibtex-keys): Renamed to bibtex-reference-keys.
15816 (bibtex-reformat-previous-labels): Renamed to
15817 bibtex-reformat-previous-reference-keys.
15818 (bibtex-reference-type): Renamed to bibtex-entry-type.
15819 (bibtex-reference-head): Renamed to bibtex-entry-head.
15820 (bibtex-reference-maybe-empty-head): Renamed to
15821 bibtex-entry-maybe-empty-head.
15822 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15823 (bibtex-search-reference): Renamed to bibtex-search-entry.
15824 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15825 bibtex-enclosing-entry-maybe-empty-head.
15826 (bibtex-entry-field-alist, bibtex-entry-head,
15827 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15828 bibtex-map-entries, bibtex-search-entry,
15829 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15830 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15831 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15832 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15833 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15834 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15835 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15836
15837 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15838
15839 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15840 comment.
15841 (bibtex-format-field-delimiters): New function, functionality
15842 extracted from bibtex-format-entry.
15843 (bibtex-autokey-get-yearfield-digits): New function, functionality
15844 extracted from bibtex-autokey-get-yearfield.
15845
15846 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15847 entries in order to avoid stack overflow in the regexp matcher if
15848 field contents become large.
15849 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15850 bibtex-field-string-part-not-braced,
15851 bibtex-field-string-part-no-inner-braces,
15852 bibtex-field-string-part-1-inner-brace,
15853 bibtex-field-string-part-2-inner-braces,
15854 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15855 bibtex-field-string-quoted, bibtex-field-string,
15856 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15857 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15858 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15859 as parsing is now performed by the following functions.
15860 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15861 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15862 bibtex-parse-field-string, bibtex-search-forward-field-string,
15863 bibtex-parse-association, bibtex-field-name-for-parsing,
15864 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15865 bibtex-search-forward-field, bibtex-search-backward-field,
15866 bibtex-start-of-field, bibtex-end-of-field,
15867 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15868 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15869 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15870 bibtex-parse-string, bibtex-search-forward-string,
15871 bibtex-search-backward-string, bibtex-start-of-string,
15872 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15873 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15874 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15875 entries. Instead of reporting the results of the parsing by
15876 match-beginning or match-end, these functions return data structures
15877 that hold the corresponding positions.
15878 (bibtex-enclosing-field): Changed to also report field boundaries by
15879 return values rather than by match-beginning or match-end. The
15880 following functions have been adapted to use the new parsing
15881 functions.
15882 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15883 bibtex-enclosing-field, bibtex-format-entry,
15884 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15885 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15886 bibtex-print-help-message, bibtex-end-of-entry,
15887 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15888 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15889 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15890 method for parsing.
15891 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15892 bibtex-map-entries, bibtex-flash-head,
15893 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15894 bibtex-autokey-change, bibtex-autokey-get-namefield,
15895 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15896 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15897 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15898 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15899 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15900 order to make the new binding of case-fold-search immediately
15901 visible.
15902
15903 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15904
15905 * textmodes/bibtex.el: Copyright notice is up to date.
15906 Added constant 'bibtex-maintainer-salutation.
15907
15908 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15909 than make-temp-name, use match-string-no-properties and eliminate
15910 a quadratic behavior when building bibtex-strings.
15911
15912 * bibtex.el (bibtex-reference-key): Accept string entries whose
15913 reference key contains upper case letters.
15914
15915 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15916
15917 * bibtex.el (bibtex-reference-head): Allow entries to start with
15918 a new line.
15919
15920 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15921
15922 * bibtex.el: Hiding of entry bodies is not longer provided by
15923 bibtex.el directly. Instead the hideshow package can be used.
15924 Added a special bibtex entry to hs-special-modes-alist.
15925 (bibtex-hs-forward-sexp): Added for hideshow.el.
15926
15927 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15928
15929 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15930 at ':' characters by call to split-string.
15931
15932 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15933
15934 * textmodes/bibtex.el: Added RCS version identification.
15935
15936 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15937
15938 * textmodes/bibtex.el: Some temporary comments removed.
15939 (bibtex-field-name, bibtex-entry-type): Made the relationship
15940 explicit.
15941 (bibtex-field-const): Allow capital letters.
15942 (bibtex-start-of-string): Deleted because unused.
15943
15944 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15945 use the term 'reference' to describe a bibtex entry as a whole.
15946 Further, reference keys are no longer called 'labels'.
15947 (bibtex-keys): Renamed to bibtex-reference-keys.
15948 (bibtex-reformat-previous-labels): Renamed to
15949 bibtex-reformat-previous-reference-keys.
15950 (bibtex-reference-type): Renamed to bibtex-entry-type.
15951 (bibtex-reference-head): Renamed to bibtex-entry-head.
15952 (bibtex-reference-maybe-empty-head): Renamed to
15953 bibtex-entry-maybe-empty-head.
15954 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15955 (bibtex-search-reference): Renamed to bibtex-search-entry.
15956 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15957 bibtex-enclosing-entry-maybe-empty-head.
15958 (bibtex-entry-field-alist, bibtex-entry-head,
15959 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15960 bibtex-map-entries, bibtex-search-entry,
15961 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15962 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15963 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15964 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15965 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15966 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15967 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15968
15969 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15970
15971 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15972 comment.
15973 (bibtex-format-field-delimiters): New function, functionality
15974 extracted from bibtex-format-entry.
15975 (bibtex-autokey-get-yearfield-digits): New function, functionality
15976 extracted from bibtex-autokey-get-yearfield.
15977
15978 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15979 entries in order to avoid stack overflow in the regexp matcher if
15980 field contents become large.
15981 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15982 bibtex-field-string-part-not-braced,
15983 bibtex-field-string-part-no-inner-braces,
15984 bibtex-field-string-part-1-inner-brace,
15985 bibtex-field-string-part-2-inner-braces,
15986 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15987 bibtex-field-string-quoted, bibtex-field-string,
15988 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15989 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15990 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15991 as parsing is now performed by the following functions.
15992 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15993 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15994 bibtex-parse-field-string, bibtex-search-forward-field-string,
15995 bibtex-parse-association, bibtex-field-name-for-parsing,
15996 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15997 bibtex-search-forward-field, bibtex-search-backward-field,
15998 bibtex-start-of-field, bibtex-end-of-field,
15999 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16000 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16001 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16002 bibtex-parse-string, bibtex-search-forward-string,
16003 bibtex-search-backward-string, bibtex-start-of-string,
16004 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16005 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16006 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16007 entries. Instead of reporting the results of the parsing by
16008 match-beginning or match-end, these functions return data structures
16009 that hold the corresponding positions.
16010 (bibtex-enclosing-field): Changed to also report field boundaries by
16011 return values rather than by match-beginning or match-end. The
16012 following functions have been adapted to use the new parsing
16013 functions.
16014 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16015 bibtex-enclosing-field, bibtex-format-entry,
16016 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16017 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16018 bibtex-print-help-message, bibtex-end-of-entry,
16019 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16020 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16021 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16022 method for parsing.
16023 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16024 bibtex-map-entries, bibtex-flash-head,
16025 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16026 bibtex-autokey-change, bibtex-autokey-get-namefield,
16027 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16028 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16029 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16030 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16031 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16032 order to make the new binding of case-fold-search immediately
16033 visible.
16034
16035 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16036
16037 * textmodes/bibtex.el: Copyright notice is up to date.
16038 Added constant 'bibtex-maintainer-salutation.
16039
16040 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16041 than make-temp-name, use match-string-no-properties and eliminate
16042 a quadratic behavior when building bibtex-strings.
16043
16044 * bibtex.el (bibtex-reference-key): Accept string entries whose
16045 reference key contains upper case letters.
16046
16047 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16048
16049 * bibtex.el (bibtex-reference-head): Allow entries to start with
16050 a new line.
16051
16052 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16053
16054 * bibtex.el: Hiding of entry bodies is not longer provided by
16055 bibtex.el directly. Instead the hideshow package can be used.
16056 Added a special bibtex entry to hs-special-modes-alist.
16057 (bibtex-hs-forward-sexp): Added for hideshow.el.
16058
16059 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16060
16061 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16062 proceedings entry type (for cross referencing). Thanks to Wagner
16063 Toledo Correa for the suggestion.
16064
16065 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16066
16067 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16068
16069 * international/characters.el: Setup case table for Vietnamese.
16070
16071 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16072
16073 * uniquify.el (toplevel): Require CL at compile time.
16074 (uniquify-push): Removed.
16075
16076 * shadowfile.el (shadow-when): Removed.
16077
16078 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16079 (tempo-process-and-insert-string): Use dolist instead of
16080 tempo-dolist.
16081
16082 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16083 regexp for paragraph-start.
16084
16085 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16086 commas as well.
16087
16088 2000-02-10 Dave Love <fx@gnu.org>
16089
16090 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16091 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16092 Deleted.
16093 (widget-specify-field, widget-specify-button): Don't use
16094 widget-mouse-help as help-echo property.
16095 (default): Use #'ignore for :validate and :mouse-down-action.
16096 (checkbox): Add help-echo.
16097 (widget-sexp-validate): Rewritten to clarify error messages.
16098 (character): Use char-valid-p in :match function.
16099 (widget-color-complete): Use facemenu-color-alist.
16100 (widget-color-action): Use facemenu-read-color.
16101
16102 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16103 set up `caar' &c that we now have.
16104
16105 2000-02-09 Ray Blaak <blaak@gnu.org>
16106
16107 * delphi.el: Make resourcestring a declaration region, like const
16108 and var.
16109
16110 2000-02-09 Dave Love <fx@gnu.org>
16111
16112 * bindings.el (mode-line-input-method-map): New variable.
16113 (mode-line-mule-info): Use it; fix last change.
16114 (mode-line-mode-menu): Move definition.
16115 (mode-line-mouse-sensitive-p): Deleted.
16116 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16117 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16118 level.
16119
16120 * startup.el (command-line-1): Don't call
16121 make-mode-line-mouse-sensitive.
16122
16123 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16124
16125 * mail/rmail.el (rmail-retry-failure): Use
16126 rmail-beginning-of-message before rmail-toggle-header, because the
16127 former toggles headers.
16128
16129 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16130
16131 * diff-mode.el (diff-kill-junk): New interactive function.
16132 (diff-reverse-direction): Use delete-and-extract-region.
16133 (diff-post-command-hook): Restrict the area so that the hook also works
16134 outside of any diff hunk. This is necessary for the minor-mode.
16135 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16136 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16137
16138 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16139 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16140 so that it can be used more easily in <foo>-mode-hook. Also make sure
16141 to avoid duplicate entries.
16142 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16143 (font-lock-remove-keywords): Just as was done for `add', allow it to
16144 work even if font-lock-mode is nil. Also make sure we don't modify
16145 any pre-existing list by forcing a copy-sequence. Finally rename
16146 `major-mode' to `mode'.
16147 (font-lock-fontify-syntactic-anchored-keywords)
16148 (font-lock-fontify-anchored-keywords)
16149 (font-lock-fontify-keywords-region): Use line-end-position.
16150 Don't make `font-lock-multiline' local (it's now done in
16151 font-lock-set-defaults).
16152 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16153 move the `font-lock-fontified' creation to inside the `unless'.
16154
16155 2000-02-06 Andrew Innes <andrewi@gnu.org>
16156
16157 * term/w32-win.el (x-handle-args): Comment out call to message,
16158 which occurs before window system is initialized.
16159
16160 * makefile.nt: Add support for recompiling lisp code.
16161
16162 2000-02-04 Dave Love <fx@gnu.org>
16163
16164 * bindings.el (mode-line-mule-info): Fix/extend last change.
16165
16166 * completion.el: Replace completion-dolist with dolist.
16167
16168 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16169 dotimes.
16170
16171 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16172
16173 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16174 environment names before they go into the section regexp.
16175
16176 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16177 char class in regexp.
16178
16179 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16180 `case-fold-search' to nil.
16181
16182 * progmodes/idlwave.el (idlwave-template): Respect
16183 `idlwave-abbrev-change-case'.
16184 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16185 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16186 idlwave-while): respect `idlwave-reserved-word-upcase'.
16187 (idlwave-rw-case): New function.
16188 (idlwave-statement-match): Fixed problem with assignment regexp.
16189 (idlwave-font-lock-keywords): Improved regexp for keyword
16190 parameters.
16191 (idlwave-surround): New argument LENGTH to support padding of
16192 operators longer than 1 char.
16193
16194 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16195 idlwave-shell-expression-overlay. Implemented printing of
16196 expressions on higher levels of the calling stack.
16197 (idlwave-shell-display-level-in-calling-stack): Restore stack
16198 level.
16199 (idlwave-retrieve-expression-from-level): New function.
16200 (idlwave-shell-last-calling-stack): Variable removed.
16201 (idlwave-shell-reset): Argument action reversed (`visible' to
16202 `hidden'). Also remove stop-line overlay.
16203 (idlwave-shell-calling-stack-routine): New variable.
16204 (idlwave-shell-parse-stack-and-display): Messages now display
16205 negative level numbers.
16206 (idlwave-shell-mode): Set `modeline-format'.
16207 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16208 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16209 21.
16210 (idlwave-shell-print-expression-function): New option.
16211
16212 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16213 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16214 `tool-bar' instead of `toolbar'.
16215
16216 2000-02-02 Dave Love <fx@gnu.org>
16217
16218 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16219 emacs-lisp-mode-hook. Don't check for defalias being defined.
16220
16221 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16222 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16223 the new builtins directly.
16224
16225 * whitespace.el (whitespace): Add :version to defgroup.
16226
16227 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16228 Doc fix.
16229
16230 * thingatpt.el (sexp-at-point, symbol-at-point)
16231 (number-at-point, list-at-point): Add autoload cookie.
16232
16233 * recentf.el (recentf): Add :version to defgroup.
16234
16235 * quickurl.el (quickurl): Add :version to defgroup.
16236
16237 * elide-head.el (elide-head): Use point-marker more.
16238
16239 * bs.el (bs): Add :version to defgroup.
16240
16241 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16242
16243 * progmodes/delphi.el (delphi): Add :version to defgroup.
16244
16245 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16246
16247 * ange-ftp.el (ange-ftp-write-region): Handle case that
16248 succeeding process operation sets a different coding system.
16249
16250 * calculator.el: New file.
16251
16252 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16253
16254 * frame.el (frames-on-display-list, framep-on-display): New
16255 functions.
16256 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16257 (display-selections-p, display-screens, display-pixel-width)
16258 (display-pixel-height, display-mm-width, display-mm-height)
16259 (display-backing-store, display-save-under, display-planes)
16260 (display-color-cells, display-visual-class): New functions.
16261
16262 * term/tty-colors.el (tty-color-gray-shades): New function.
16263
16264 * faces.el (display-color-p): Use framep-on-display.
16265 (display-grayscale-p): New function.
16266
16267 2000-01-31 Dave Love <fx@gnu.org>
16268
16269 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16270 (create-fontset-from-x-resource): Don't concat integers.
16271
16272 2000-01-31 Inge Frick <inge@nada.kth.se>
16273
16274 * view.el: Some changes in documentation. Removed some trailing
16275 whitespace. Changed some parameter names to agree with
16276 documentation.
16277 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16278 window is not deleted. Modifies change 1998-04-26.
16279
16280 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16281
16282 * windmove.el: New file.
16283
16284 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16285 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16286 progmodes/ebnf-yac.el: Update copyright and license info.
16287
16288 * jit-lock.el (jit-lock-function): Widen before calculating end
16289 position.
16290 (jit-lock-stealth-chunk-start): Rewritten.
16291
16292 * info.el (Info-title-face-alist): Removed.
16293 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16294 faces.
16295 (Info-fontify-node): Use these faces.
16296
16297 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16298
16299 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16300 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16301 `&allow-other-keywords'.
16302
16303 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16304 the list of directories scanned heuristically.
16305
16306 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16307 exist.
16308
16309 2000-01-30 Jason Rumney <jasonr@gnu.org>
16310
16311 * w32-fns.el: Define w32-tty-standard-colors.
16312
16313 * startup.el (command-line): Use w32-tty-standard-colors when in
16314 w32 console mode.
16315
16316 2000-01-30 Dave Love <fx@gnu.org>
16317
16318 * jka-compr.el (jka-compr-load): Fix up load-history.
16319
16320 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16321
16322 * emacs-lisp/cl-macs.el: Revert previous change.
16323
16324 2000-01-29 Dave Love <fx@gnu.org>
16325
16326 * facemenu.el: Purecopy various strings.
16327
16328 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16329 years. Deal with three-digit years.
16330
16331 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16332 defconst, purecopy.
16333 (help-back-label): Purecopy it.
16334
16335 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16336
16337 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16338 variable. If non-nil, order the buffer list according to the
16339 currently selected frame.
16340 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16341 non-nil, pass the selected frame to function buffer-list.
16342
16343 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16344
16345 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16346
16347 2000-01-28 Dave Love <fx@gnu.org>
16348
16349 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16350
16351 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16352 Don't use lisp-indent-hook property.
16353 (cl-abs): Remove.
16354
16355 * subr.el: Move out indent and edebug specs for when and unless.
16356
16357 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16358 when, unless.
16359
16360 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16361 unless, when.
16362
16363 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16364
16365 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16366 `collecting' as synonym for `collect'.
16367
16368 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16369 for the case it contains spaces.
16370
16371 * simple.el (what-cursor-position): Change formatting of
16372 messages.
16373
16374 * frame.el (delete-other-frames): New function.
16375 (toplevel): Bind it to C-x 5 1.
16376
16377 * sort.el (sort-numeric-base): New option.
16378 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16379 interpret it as octal or hexadecimal. Use sort-numeric-base
16380 as default base.
16381
16382 * progmodes/glasses.el: New file.
16383
16384 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16385
16386 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16387 userids differently.
16388
16389 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16390 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16391 progmodes/ebnf-yac.el: New files.
16392
16393 2000-01-26 Dave Love <fx@gnu.org>
16394
16395 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16396 on a function with an empty body. [From Eric Ludlam.]
16397
16398 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16399
16400 * vc.el (vc-version-diff): Make sure file name is expanded.
16401
16402 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16403
16404 * scroll-bar.el (scroll-bar-timer): Variable removed.
16405 (scroll-bar-toolkit-scroll): Don't use a timer.
16406
16407 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16408
16409 * language/thai-util.el (thai-composition-function): Delete
16410 superfluous `a'.
16411
16412 2000-01-24 Dave Love <fx@gnu.org>
16413
16414 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16415 end-of-defun-function.
16416
16417 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16418 &c.
16419
16420 2000-01-22 Jason Rumney <jasonr@gnu.org>
16421
16422 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16423 conflicts with new face support.
16424
16425 2000-01-22 Richard M. Stallman <rms@gnu.org>
16426
16427 * replace.el (query-replace): Rename last arg to DELIMITED.
16428 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16429 (query-replace-regexp): Likewise.
16430
16431 2000-01-20 Richard M. Stallman <rms@gnu.org>
16432
16433 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16434
16435 * emacs-lisp/lisp.el (beginning-of-defun-function):
16436 Variable renamed from beginning-of-defun.
16437 Do not call make-variable-buffer-local.
16438 (beginning-of-defun-raw): Use new variable name; doc fix.
16439 (beginning-of-defun): Doc fix.
16440 (end-of-defun-function): Variable renamed from end-of-defun.
16441 Do not call make-variable-buffer-local.
16442 (end-of-defun): Use new variable name; doc fix.
16443
16444 * subr.el (dolist, dotimes): Copied from cl-macs.el
16445 and made to work.
16446
16447 * mail/undigest.el (rmail-digest-end-regexps):
16448 Variable replaces rmail-digest-end-regexp.
16449 Allows multiple regexps for detecting the end line.
16450 (undigestify-rmail-message): Corresponding changes.
16451
16452 2000-01-19 Dave Love <fx@gnu.org>
16453
16454 * files.el (user-init-file): Don't declare here -- is primitive.
16455
16456 * startup.el (command-line): Check for compiled user-init-file and
16457 set to uncompiled version if necessary.
16458
16459 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16460
16461 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16462 (undigestify-rmail-message): Use it.
16463
16464 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16465
16466 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16467
16468 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16469 of mini-buffer.
16470
16471 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16472
16473 * emacs-lisp/copyright.el (copyright-update): Removed the
16474 requirement for a trailing space from `copyright-regexp', to
16475 support copyrights with owner specified on a separate line..
16476
16477 * align.el: New file.
16478
16479 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16480
16481 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16482
16483 2000-01-13 Dave Love <fx@gnu.org>
16484
16485 * ph.el: Removed. (Obsoleted by EUDC.)
16486
16487 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16488
16489 * net/eudc.el (toplevel): Remove autoloaded code installing
16490 menu with easymenu, because that causes build problems.
16491
16492 * frame.el (frame-notice-user-settings): New variable.
16493 (frame-notice-user-settings): Don't modify frame parameters
16494 if called a second time.
16495
16496 2000-01-13 Richard M. Stallman <rms@gnu.org>
16497
16498 * frame.el (frame-notice-user-settings):
16499 Notice default-frame-parameters even for non-window frames.
16500
16501 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16502
16503 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16504 for Emacs.
16505 (eudc-bob-can-display-inline-images): Extend for Emacs.
16506 (eudc-bob-toggle-inline-display): Ditto.
16507 (eudc-bob-display-jpeg): Ditto.
16508
16509 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16510
16511 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16512 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16513 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16514
16515 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16516 nil)'.
16517
16518 * subdirs.el: Add `net' directory.
16519
16520 * net: New directory.
16521
16522 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16523 eval-last-sexp. Don't bind debug-on-error here.
16524 (eval-last-sexp): New function. Bind debug-on-error if
16525 eval-expression-debug-on-error is non-nil.
16526 (eval-defun-2, eval-defun): Likewise.
16527
16528 * simple.el (eval-expression): Don't bind debug-on-error if
16529 eval-expression-debug-on-error is nil. Detect changed
16530 debug-on-error, and propagate new value to global binding, if
16531 eval-expression-debug-on-error is non-nil,
16532 (eval-expression-debug-on-error): Change doc string.
16533
16534 2000-01-11 Richard M. Stallman <rms@gnu.org>
16535
16536 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16537
16538 * emacs-lisp/lisp-mode.el (with-syntax-table):
16539 Set up lisp-indent-function property.
16540
16541 * subr.el (with-syntax-table): Moved from simple.el.
16542
16543 * simple.el (with-syntax-table): Moved to subr.el.
16544
16545 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16546
16547 * tmm.el (tmm-shortcut): Delete region after prompt instead
16548 of erasing buffer.
16549
16550 * textmodes/fill.el (fill-common-string-prefix): New function.
16551 (fill-context-prefix): Use the longest common prefix of first
16552 and second line fill prefix, if there is one.
16553
16554 2000-01-11 Richard M. Stallman <rms@gnu.org>
16555
16556 * array.el (array-mode): Don't use make-variable-buffer-local.
16557 Use make-local-variable for `truncate-lines'.
16558
16559 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16560
16561 * add-log.el (add-log-current-defun): Handle user-defined
16562 add-log-current-function returning nil,
16563
16564 * add-log.el (add-change-log-entry): Insert version number
16565 if having found a current function
16566
16567 * add-log.el (add-log-current-defun): Call
16568 `add-log-current-defun-function'. Try matches at level 0 and
16569 level 1. Strip whitespace from defun found.
16570
16571 2000-01-10 John Wiegley <johnw@gnu.org>
16572
16573 * allout.el (isearch-done/outline-provisions): Added `edit'
16574 argument to correspond with the current definition of
16575 `isearch-done'.
16576
16577 2000-01-10 Dave Love <fx@gnu.org>
16578
16579 * elide-head.el (elide-head): Use point-marker, not point.
16580
16581 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16582
16583 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16584 before and after the year 2000.
16585
16586 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16587 Add ispell- prefix.
16588
16589 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16590
16591 * ispell.el: Only define dictionaries in menus when they exist.
16592 (version18p): New variable.
16593 (version20p): New variable.
16594 (xemacsp): New variable.
16595 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16596 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16597 (ispell-dictionary-alist6): Russian command lines no longer accept
16598 run-together words.
16599 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16600 (ispell-dictionary-alist): Add koi8-r to customize definition.
16601 (check-ispell-version): Added documentation string. Returns
16602 library path when called non-interactively.
16603 (ispell-menu-map-needed): Uses new variables.
16604 (ispell-library-path): New variable.
16605 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16606 (ispell-word): Improved documentation string. Test for valid
16607 character mappings. Correctly check typed in word changes that can
16608 result in single words split into multiple words. Returns
16609 replacement word.
16610 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16611 replace in recursive query replace mode. Help message for
16612 recursive edit mode.
16613 (ispell-show-choices): Protect against bad framepop bindings.
16614 (ispell-help): Fix to work with XEmacs.
16615 (ispell-highlight-spelling-error): Use new variables.
16616 (ispell-overlay-window): Fix to work with XEmacs.
16617 (ispell-parse-output): Passed and returns location information
16618 tracking spelling corrections. Doesn't recheck same word on
16619 current line.
16620 (ispell-init-process): Protect against bogus XEmacs variable binding.
16621 Fix call to single argument in sleep-for. Use new variables.
16622 (ispell-region): Passed and returns location information tracking
16623 spelling corrections. Doesn't check same word on current line.
16624 Improved documentation string. Doesn't resend a line already
16625 checked to the ispell process - fixes bug in LaTeX parsing.
16626 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16627 (ispell-skip-region): No longer skips <TT> in SGML.
16628 (ispell-process-line): Tracks location information with spelling
16629 corrections. Added documentation string. Accounts for words
16630 already accepted on this line. Don't allow query-replace on line
16631 starting with math characters. Doesn't resend a line already sent
16632 to ispell process. Fixes alignment error bug.
16633
16634 2000-01-10 Richard M. Stallman <rms@gnu.org>
16635
16636 * dired-x.el (dired-guess-shell-alist-default):
16637 Suggest xloadimage, which is free, not xv, which isn't.
16638
16639 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16640 Don't ever include the host name or user name in the value.
16641
16642 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16643
16644 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16645 of a real newline.
16646
16647 2000-01-09 Stephen Eglen <stephen@gnu.org>
16648
16649 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16650 for .png files.
16651
16652 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16653
16654 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16655
16656 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16657
16658 * progmodes/cperl-mode.el: Replace ^F with ^L.
16659
16660 * sendmail.el (toplevel): Provide `sendmail' when compiling
16661 before `require'ing rmail and mailalias to prevent infinite
16662 recursion.
16663
16664 2000-01-08 Dave Love <fx@gnu.org>
16665
16666 * emacs-lisp/backquote.el: Remove inappropriate customization
16667 (allowing custom.el to use backquote).
16668
16669 2000-01-07 Dave Love <fx@gnu.org>
16670
16671 * add-log.el (add-log-debugging): Deleted.
16672 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16673 file. Remove debugging code.
16674 (change-log-get-method-definition, change-log-name): Add doc.
16675 (change-log-sortable-date-at): New function.
16676 (change-log-merge): New command.
16677
16678 * time.el (display-time-string-forms): Make the Mail string active.
16679 (display-time-update): Provide help-echo for load average.
16680
16681 * bindings.el (make-mode-line-mouse2-map): New function.
16682 (mode-line-modified): Use it and simplify.
16683 (mode-line-mule-info): Provide help-echo info.
16684 (minor-mode-alist): Activate the strings.
16685 (make-mode-line-mouse-sensitive): Simplify for
16686 mode-line-buffer-identification.
16687
16688 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16689
16690 * play/pong.el: New file.
16691
16692 2000-01-06 Dave Love <fx@gnu.org>
16693
16694 * array.el: Assorted cleanups for compiler warnings, doc strings,
16695 `array-' prefix for symbols.
16696
16697 2000-01-05 Dave Love <fx@gnu.org>
16698
16699 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16700 outline-headers-as-kill.
16701 (outline-mode): Define imenu-generic-expression.
16702 (outline-headers-as-kill): New command.
16703
16704 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16705 from paragraph-start.
16706 (paragraph-indent-minor-mode): New command.
16707
16708 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16709 M-C-e, M-C-h, C-j, C-xnd, TAB.
16710 (fortran-mode): Set beginning-of-defun, end-of-defun.
16711 (fortran-column-ruler): Simplify.
16712 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16713 (fortran-with-subprogram-narrowing): Likewise.
16714 (fortran-indent-subprogram): Call mark-defun.
16715 (fortran-check-for-matching-do): Change narrowing.
16716
16717 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16718 (cl-lucid-hash-tag): Delete.
16719 (cl-hash-table-p): Correct test for native table.
16720 (cl-hash-table-count): Use hash-table-count.
16721
16722 * browse-url.el (browse-url): Fix case of
16723 browse-url-browser-function being an alist.
16724
16725 2000-01-05 Carsten Dominik <cd@gnu.org>
16726
16727 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16728 (reftex-index-phrase-file-extension): New options.
16729
16730 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16731 Use new option `reftex-index-phrase-file-extension'.
16732
16733 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16734 `reftex-parse-file-extension'.
16735
16736 2000-01-05 Dave Love <fx@gnu.org>
16737
16738 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16739 (beginning-of-defun-raw): Use it.
16740 (end-of-defun): New variable.
16741 (end-of-defun): Use it.
16742 (check-parens): New command.
16743
16744 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16745
16746 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16747 (hs-show-block): Don't use `mapcar' when not accumulating.
16748
16749 Fix buglet in local variables initialization.
16750
16751 2000-01-05 Andreas Schwab <schwab@suse.de>
16752
16753 * hscroll.el (hscroll): Doc fix.
16754
16755 2000-01-05 Carsten Dominik <cd@gnu.org>
16756
16757 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16758 idlw-toolbar.
16759
16760 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16761 file idlw-rinfo.el.
16762 (idlwave-customize): load must read file idlw-shell.el.
16763 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16764
16765 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16766
16767 * progmodes/idlw-shell.el: Also provide idlwave-shell
16768 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16769 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16770
16771 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16772 both reftex-dcr and reftex-vcr.
16773
16774 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16775
16776 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16777
16778 * ps-print.el: PostScript code now is in separate files, doc fix.
16779 (ps-print-version): New version number (5.0.3).
16780 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16781 local.
16782 (ps-spool-config): Initialization fix.
16783 (ps-print-prologue-1, ps-print-prologue-2)
16784 (ps-print-duplex-feature): PostScript code moved to separated file.
16785 (ps-background-image): Little code reformating.
16786 (ps-begin-file, ps-begin-job): Fix code.
16787 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16788 (ps-prologue-file): New fun.
16789
16790 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16791
16792 * ps-vars.el: Eliminated.
16793
16794 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16795 `;;;###autoload'.
16796
16797 * ps-print.el: ps-vars eliminated, doc fix.
16798 (ps-print-version): New version number (5.0.2).
16799 (ps-spool-config): Initialization fix.
16800 (ps-print-customize): New fun.
16801
16802 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16803
16804 * autorevert.el (auto-revert-mode): Return value of
16805 auto-revert-mode.
16806
16807 2000-01-04 Dave Love <fx@gnu.org>
16808
16809 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16810 menu items.
16811
16812 2000-01-03 Dave Love <fx@gnu.org>
16813
16814 * elide-head.el (elide-head) [defgroup]: Add :version.
16815
16816 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16817 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16818 `cl-hash-table-p', not `hash-table-p'.
16819 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16820
16821 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16822
16823 * faces.el (face-read-integer, read-face-attribute)
16824 (color-defined-p, color-values): unspecified-{f,b}g are now
16825 strings.
16826
16827 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16828
16829 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16830 at comment end, and re-insert them after filling.
16831
16832 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16833
16834 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16835 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16836 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16837
16838 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16839
16840 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16841 the new name of face-color-supported-p.
16842
16843 * term/w32-win.el (xw-defined-colors): Likewise.
16844
16845 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16846
16847 * simple.el (completion-setup-function): Count completion-size
16848 from minibuffer-prompt-end, not from point-min.
16849
16850 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16851
16852 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16853 Pass the frame to tty-color-* functions.
16854 (display-color-p, frame-set-background-mode): Pass the frame to
16855 tty-display-color-p.
16856
16857 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16858 tty-color-alist.
16859 (tty-color-alist, tty-modify-color-alist): New functions.
16860 (tty-color-define, tty-color-clear, tty-color-approximate)
16861 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16862 an optional parameter FRAME.
16863
16864 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16865
16866 * image.el (create-image, defimage): Don't assume image data is a
16867 string.
16868
16869 * image.el (defimage): Handle specifications containing :data
16870 instead of :file.
16871 (image-type-from-data): New function.
16872 (image-type-from-file-header): Use it.
16873 (create-image): Add parameter DATA-P.
16874
16875 See ChangeLog.8 for earlier changes.
16876
16877 ;; Local Variables:
16878 ;; coding: iso-2022-7bit
16879 ;; End: