]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(pc-selection-mode): Don't turn on
[gnu-emacs] / lisp / ChangeLog
1 2001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * emulation/pc-select.el (pc-selection-mode): Don't turn on
4 normal-erase-is-backspace on a tty. Instead, bind some keys such
5 as [delete] directly, like pc-select.el did before
6 normal-erase-is-backspace was invented.
7
8 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9
10 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
11
12 2001-04-11 John Wiegley <johnw@gnu.org>
13
14 * eshell/em-ls.el (eshell-ls-insert-directory): Set
15 font-lock-defaults to nil, to prevent fontification in dired
16 buffers, if Eshell's ls is being used.
17
18 2001-04-10 John Wiegley <johnw@gnu.org>
19
20 * calendar/timeclock.el (timeclock-completing-read): new function.
21 (timeclock-ask-for-project, timeclock-ask-for-reason): Call
22 `timeclock-completing-read'.
23
24 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
25 required where `member' was being used.
26
27 2001-04-09 Colin Walters <walters@cis.ohio-state.edu>
28
29 * eshell/em-hist.el (eshell-previous-matching-input): Don't
30 display "History item" if the the minibuffer is active.
31
32 2001-04-11 Gerd Moellmann <gerd@gnu.org>
33
34 * startup.el (command-line): Output a newline after printing
35 an error from loading the window system's init file.
36
37 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add
40 fontification for @value, @dfn, @dmn, @acronym, @anchor, and
41 @inforef. Add an OVERRIDE of `keep' to highlight specs of
42 keywords whose arguments routinely include @@.
43
44 2001-04-10 Gerd Moellmann <gerd@gnu.org>
45
46 * emacs-lisp/advice.el (ad-make-advised-definition): Construct
47 advice for subrs differently.
48
49 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
50 regexp in parentheses when building the regexp for searching
51 backwards.
52
53 * simple.el (completion-list-mode-finish): New function.
54 (toplevel): Add completion-list-mode-finish to
55 temp-buffer-show-hook.
56
57 * language/european.el ("Polish"): Change sample text.
58 From: jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
59
60 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
61 parameter.
62
63 * faces.el (menu): Doc fix.
64
65 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
66
67 * ps-print.el: Footer implementation. Doc fix.
68 (ps-print-version): New version number (6.5.1).
69 (ps-header-frame-alist): New customization var for header frame
70 properties.
71 (ps-line-number-color): New customization var for line number color.
72 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
73 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
74 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
75 (ps-right-footer): New customization vars for footers.
76 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
77 footers.
78 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
79 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): Code
80 fix.
81 (ps-prologue-file): Indentation fix.
82 (ps-print-quote): Fun eliminated.
83 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
84 (ps-output-frame-properties): New fun.
85 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
86 (ps-skip-newline): Replace defun by defsubst.
87
88 2001-04-05 Colin Walters <walters@cis.ohio-state.edu>
89
90 * eshell/eshell.el (eshell-command): Needed a "%s" format
91 specifier, in case the buffer contains percent characters.
92
93 2001-04-04 John Wiegley <johnw@gnu.org>
94
95 * calendar/timeclock.el (timeclock-generate-report): Added a
96 missing insert of the project name.
97
98 2001-04-09 Gerd Moellmann <gerd@gnu.org>
99
100 * obsolete/profile.el: Moved from emacs-lisp/.
101
102 * Makefile.in (nonobsolete_setwins): New macro.
103 (finder-data): Use it instead of `setwins'.
104 From: Dave Love <fx@gnu.org>.
105
106 * server.el (server-visit-files): Set server-existing-buffer correctly.
107 (server-visit-files): Run server-visit-hook after going to
108 line 1 so that the hook can set point as it sees fit.
109
110 * bindings.el (mode-line-modified): Unify help messages.
111
112 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
113
114 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
115 All callers changed.
116
117 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
118
119 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
120 long file names aren't supported, truncate the file names in
121 quail-misc-package-ext-info to 8+3 before matching them against
122 FILENAME.
123
124 * dos-fns.el (dos-truncate-to-8+3): New function.
125
126 * progmodes/compile.el (grep-compute-defaults): Use null-device
127 instead of literal /dev/null. Reported by Jens Schmidt
128 <schmidt@mathematik.uni-kl.de>.
129
130 * simple.el (normal-erase-is-backspace-mode): Doc fix.
131
132 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
133
134 * textmodes/sgml-mode.el: Add unknown maintainer.
135 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
136 (html-mode-map): Use set-keymap-parent.
137
138 2001-04-06 Dave Love <fx@gnu.org>
139
140 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
141 Remove redundant string-to-list.
142
143 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
144
145 * composite.el (reference-point-alist): Doc fix.
146
147 2001-04-05 Sam Steingold <sds@gnu.org>
148
149 * font-lock.el (font-lock-keywords-case-fold-search):
150 Make buffer-local. This fixes a very annoying bug when loading a Lisp
151 file made font-lock case-insensitive.
152
153 2001-04-05 Gerd Moellmann <gerd@gnu.org>
154
155 * faces.el (defface menu): Doc fix.
156
157 * wid-edit.el (widget-color-sample-face-get): Don't make
158 faces for undefined colors.
159
160 * version.el (emacs-version): Include LessTif/Motif version info.
161
162 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
163
164 * ps-mule.el: Eliminate cl package dependence.
165 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
166 if they aren't defined yet.
167 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
168 Eliminate cl package dependence.
169
170 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
171
172 * progmodes/cc-cmds.el (c-outline-level):
173 Bind buffer-invisibility-spec. Originally from Dave Love, but
174 got lost when incorporating version 5.26.
175
176 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
177
178 * emulation/pc-select.el (pc-selection-mode):
179 Call normal-erase-is-backspace-mode instead of binding
180 keys individually.
181
182 * cus-load.el (normal-erase-is-backspace): Use it instead of
183 delete-key-deletes-forward.
184
185 * startup.el (command-line): Use normal-erase-is-backspace and
186 normal-erase-is-backspace-mode.
187
188 * simple.el (normal-erase-is-backspace): Rename from
189 delete-key-deletes-forward. Doc fix.
190 (normal-erase-is-backspace-mode): Rename from
191 delete-key-deletes-forward-mode. Doc fix.
192 Run normal-erase-is-backspace-hook.
193
194 * dired.el (dired-move-to-filename-regexp): Support file sizes in
195 ``human-readable'' format produced by GNU `ls'.
196 (dired-move-to-filename-regexp): Recognize ISO format dates.
197 From Paul Eggert <eggert@twinsun.com>.
198
199 2001-04-04 Gerd Moellmann <gerd@gnu.org>
200
201 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
202 New functions.
203 (lm-verify): Check keywords.
204 From Eric M. Ludlam <eric@siege-engine.com>.
205
206 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
207
208 * speedbar.el (speedbar-insert-image-button-maybe): Check for
209 `xemacs' feature instead of for the function `set-extent-property'.
210
211 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
212
213 * mail/mh-utils.el (mh-folder-hist): New var.
214 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
215
216 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
217
218 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
219 region, position point on the first or last 16-byte group.
220 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
221 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
222 hexl-beginning-of-line.
223
224 2001-04-03 Gerd Moellmann <gerd@gnu.org>
225
226 * icomplete.el (icomplete-mode): Treat an argument like other
227 modes do.
228
229 * startup.el (fancy-splash-head): Use splash8.xpm for color
230 depth 8.
231
232 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
233 Add an antry for ``converts''.
234
235 * language/slovak.el ("Slovak"): Add documentation string.
236 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
237
238 * language/czech.el ("Czech"): Add documentation string.
239 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
240
241 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
242 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
243
244 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
245
246 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
247 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
248 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
249 Use `defsubst' rather than a macro to ease debugging.
250 (mail-extr-last): Remove (use `last' instead).
251 (mail-extract-address-components): Properly reset the syntax-table
252 after parsing an address. Use `last' rather than mail-extr-last.
253 Make sure the end marker stays at the very end.
254
255 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
258 last change.
259
260 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
261
262 * ps-print.el: Line and paragraph spacing feature. Region to cut
263 out when printing. Doc fix.
264 (ps-print-version): New version number (6.5).
265 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
266 New vars. Line and paragraph spacing feature.
267 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
268 out when printing.
269 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
270 (ps-get-font-size, ps-begin-job, ps-continue-line)
271 (ps-plot-region): Code fix.
272 (ps-print-prologue-2): Var eliminated.
273 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
274 New internal vars.
275 (ps-get-size): New fun.
276 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
277 (ps-next-line): Replace defun by defsubst.
278 (ps-mule-plot-string): Autoload doc fix.
279
280 * ps-bdf.el: XEmacs compatibility. Doc fix.
281 (installation-directory, coding-system-for-read): Declare vars if
282 it's not declared yet.
283 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
284
285 * ps-mule.el: XEmacs compatibility. Doc fix.
286 (leading-code-private-22): Declare var if it's not declared yet.
287 (charset-bytes, charset-dimension, charset-id, charset-width)
288 (find-charset-region, split-char, char-width, chars-in-region)
289 (forward-point, decompose-composite-char, encode-coding-string)
290 (coding-system-p, ccl-execute-on-string, define-ccl-program):
291 Define funs if not defined yet.
292 (encode-composition-rule, find-composition): Define funs if not
293 loaded yet.
294 (ps-mule-prologue): PostScript code fix.
295
296 2001-04-02 Kenichi Handa <handa@etl.go.jp>
297
298 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
299 non-nil, generate font for the header strings.
300 (ps-mule-prepare-font): Likewise.
301 (ps-mule-generate-glyphs): Likewise.
302 (ps-mule-string-encoding): Likewise.
303 (ps-mule-header-charsets): New variable.
304 (ps-mule-encode-header-string): New function.
305 (ps-mule-header-string-charsets): New function.
306 (ps-mule-begin-job): Check charsets in the header strings. If there
307 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
308
309 * ps-print.el (ps-generate-header-line): Encode the header string by
310 ps-mule-encode-header-string.
311 (ps-mule-encode-header-string): Declare autoload.
312
313 2001-04-02 Gerd Moellmann <gerd@gnu.org>
314
315 * frame.el (cursor-in-non-selected-windows):
316 Replaces show-cursor-in-non-selected-windows.
317
318 2001-03-31 Kenichi Handa <handa@etl.go.jp>
319
320 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
321 Delete entries for "chinese-py" and "chinese-ziranma".
322 (quail-misc-package-ext-info): New variable.
323 (tsang-quick-converter): New function.
324 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
325 (quick-cns-converter, py-converter, ziranma-converter)
326 (miscdic-convert, batch-miscdic-convert): New functions.
327
328 2001-03-30 Kenichi Handa <handa@etl.go.jp>
329
330 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
331 eight-bit-control chars.
332
333 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
334 Reduce making temporary vector (suggested by Dave Love).
335
336 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
337
338 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
339 string as well.
340
341 2001-03-30 Andreas Schwab <schwab@suse.de>
342
343 * files.el (backup-directory-alist): Fix typo.
344
345 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
346
347 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
348 <eggert@twinsun.com>.
349
350 2001-03-30 Dave Love <fx@gnu.org>
351
352 * progmodes/fortran.el (fortran-comment-region): Fix typo.
353
354 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
355
356 * simple.el (transient-mark-mode): Mention C-g in the doc string.
357
358 2001-03-30 Miles Bader <miles@gnu.org>
359
360 * subr.el (interactive-form): Fix paren typo.
361
362 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
363
364 * emacs-lisp/profile.el: Say that it's obsolete in the header
365 line, so that finder.el puts that into its data-base.
366 Suggested by Alex Schroeder <alex@gnu.org>.
367
368 2001-03-29 Paul Eggert <eggert@twinsun.com>
369
370 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
371 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
372
373 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
374
375 * generic.el (generic-mode-set-comments): Use "" rather than nil
376 for comment-end.
377
378 2001-03-29 Gerd Moellmann <gerd@gnu.org>
379
380 * emacs-lisp/advice.el (ad-make-advised-definition):
381 Call interactive-form to obtain the interactive spec of subrs.
382
383 * subr.el (interactive-form): New function.
384
385 2001-03-29 Andre Spiegel <spiegel@gnu.org>
386
387 * vc-sccs.el (vc-sccs-register): Use relative file names.
388
389 2001-03-28 Gerd Moellmann <gerd@gnu.org>
390
391 * bookmark.el (bookmark-get-bookmark): Handle case that
392 BOOKMARK is not a string.
393
394 * image.el (image-type-regexps): Change type for PS files
395 to `postscript'.
396
397 * subr.el (read-passwd): Clear command history after each
398 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
399
400 2001-03-27 Kenichi Handa <handa@etl.go.jp>
401
402 * international/kkc.el (kkc-save-init-file): Locally bind
403 print-length to nil.
404
405 2001-03-26 Gerd Moellmann <gerd@gnu.org>
406
407 * textmodes/flyspell.el: Some doc fixes.
408 (flyspell-maybe-correct-transposition)
409 (flyspell-maybe-correct-doubling): Use a temporary buffer
410
411 * textmodes/ispell.el (ispell-parse-output): Doc fix.
412
413 * emacs-lisp/byte-opt.el (byte-optimize-while)
414 (byte-optimize-form-code-walker): Diagnose too few arguments
415 for `if' and `while'.
416
417 2001-03-26 Kenichi Handa <handa@etl.go.jp>
418
419 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
420 Prepend `\' to "\<quail-translation-docstring>".
421
422 2001-03-26 Gerd Moellmann <gerd@gnu.org>
423
424 * autorevert.el (global-auto-revert-non-file-buffers):
425 Remove duplicate defcustom.
426
427 2001-03-26 Miles Bader <miles@gnu.org>
428
429 * international/latin1-disp.el (latin1-char-displayable-p):
430 Add leading "-" for X font pattern.
431
432 2001-03-26 Kenichi Handa <handa@etl.go.jp>
433
434 * international/mule-diag.el (describe-coding-system):
435 For raw-text and emacs-mule, don't add anymore text about what
436 charsets they can encode.
437
438 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
439
440 * help.el (view-lossage): Mention open-dribble-file in the doc
441 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
442
443 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
444
445 * skeleton.el (skeleton-internal-list): Fix bogus logic.
446 (skeleton-pair-insert-maybe): Don't pair after a backslash.
447
448 2001-03-23 Kenichi Handa <handa@etl.go.jp>
449
450 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
451 Call ccl-execute-on-string directly so that CCL program handling
452 multibyte sequence can work correctly.
453 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
454 property of the coding system.
455
456 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
457
458 * textmodes/fill.el (fill-individual-paragraphs-prefix):
459 Fix transcription typo.
460
461 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
462
463 * whitespace.el: Add buffer local variables to toggle testing of
464 whitespaces in buffers without affecting the default values.
465 Bump version to 3.0 to account for a few other changes.
466 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
467 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
468 (whitespace-toggle-spacetab-check): New functions.
469
470 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
471
472 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
473
474 2001-03-21 Gerd Moellmann <gerd@gnu.org>
475
476 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
477 bs-cycle-configuration-name. From Juanma Barranquero
478 <lektu@uol.com.br>.
479
480 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
481 and cc-vars.el.
482
483 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
484 headers. Always invoke sendmail with option -t.
485
486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
487
488 * Release of cc-mode 5.28.
489
490 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
491
492 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
493 Removed the hardcoded switch to "java" style in Java mode.
494 It's instead taken care of by the default value for c-default-style.
495
496 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
497
498 * cc-align.el (c-lineup-math): Fix bug where lineup was
499 triggered by equal signs in string literals.
500
501 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
502
503 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
504 limit detection when at the ends of the buffer.
505
506 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
507 "for" statement clause in case 7F; a better one is done
508 earlier in case 7D anyway.
509
510 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
511
512 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
513 somewhat more and did a small optimization.
514
515 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
516
517 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
518 Use the limit argument only to limit the syntactic context
519 search, not to limit the actual movement.
520
521 * cc-cmds.el (c-beginning-of-statement): Move by sentence
522 inside multiline strings, just like in comments. Also various
523 fixes to the paragraph and comment prefix recognition, block
524 comment ender handling etc.
525
526 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
527
528 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
529 the relative position of the point.
530
531 * cc-cmds.el (c-electric-continued-statement): New function to
532 use as abbrev hook to reindent for keywords such as "else"
533 that continues an earlier statement.
534
535 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
536 like classes.
537
538 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
539 (pike-mode): Populate the default abbrev tables to reindent for
540 keywords such as "else" that can continue earlier statements.
541 Abbrev mode is therefore turned on by default now. (Note that
542 this doesn't apply to idl-mode, since IDL afaik doesn't have
543 statements at all.)
544
545 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
546
547 * cc-engine.el (c-inside-bracelist-p): Fix for handling
548 bracelists where the declaration contains template arguments.
549
550 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
551
552 * cc-cmds.el (c-comment-indent):
553 Use `c-get-syntactic-indentation' to correctly calculate the
554 syntactic indentation. Fixes bug with lineup functions that
555 return vectors.
556
557 * cc-engine.el (c-get-syntactic-indentation): Split the
558 indentation sum calculation from `c-indent-line' to a separate
559 function.
560
561 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
562
563 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
564 Fixed places where it was assumed that preprocessor directives
565 have to start in column zero.
566
567 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
568 template arguments after a class identifier properly.
569
570 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
571 lists for `new Foo[]' constructs in Java as expressions and
572 not top level definition brace lists on the top level, so that
573 they'll get indented consistently with the same type of
574 expression in a normal block.
575
576 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
577
578 * cc-cmds.el (c-fill-paragraph): The kludge that checks
579 whether the adaptive filling package fails to keep the comment
580 prefix is now kludged further to check for filladapt-mode
581 which doesn't have that problem. This is really icky, but it's
582 the only way that works with the current misfeatures/bugs in
583 both adaptive-fill-mode and filladapt-mode.
584
585 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
586 around point is recognized more robust.
587
588 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
589
590 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
591 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
592 (c-lit-type): Fixed all internal variables used dynamically so
593 that they are always bound.
594
595 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
596 errors:
597
598 (c-indent-region): Fixed reporting of syntactic errors so that
599 the region is fully reindented even when an error occurs.
600 The last syntactic error is printed afterwards. Also cleanup up a
601 whole lot of code that tried to optimize indentation of whole
602 sexps but in reality accomplishes nothing.
603
604 (c-indent-sexp): Use c-indent-region.
605
606 (c-parsing-error): Changed this variable to hold the message
607 for any syntactic error that is discovered.
608
609 (c-parse-state): Search backward from point instead of the bod
610 position when the latter is invalid. This makes CC Mode
611 recover faster when there are unbalanced close braces.
612
613 (c-backward-to-start-of-if): Use c-parsing-error to report
614 dangling "else" clauses instead of throwing an error, and fall
615 back to a reasonable position.
616
617 (c-indent-line): Added argument to avoid reporting syntactic errors.
618
619 (c-show-syntactic-information): Don't report any syntactic errors.
620
621 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
622
623 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
624 paragraph recognition when moving by sentence in literals.
625
626 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
627 start regexp for javadoc to recognize javadoc markup in general instead
628 of a specific set of keywords, to be more future-safe.
629
630 (c-Pike-pikedoc-paragraph-start)
631 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
632 pikedoc markup.
633
634 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
635
636 (pike-mode): Initialize paragraph settings pikedoc recognition.
637
638 * cc-vars.el (c-default-style): Made a nicer Customize widget.
639
640 (c-comment-prefix-regexp): Made it possible to use an
641 association list on this to specify mode specific regexps.
642 The default value now use a special regexp in Pike mode to
643 recognize pikedoc markup.
644
645 (c-current-comment-prefix): New variable containing the actual
646 regexp from c-comment-prefix-regexp for the current buffer.
647
648 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
649
650 * cc-cmds.el (c-electric-brace): Fixed check for special brace
651 lists: We can't look at the syntax, since a brace list can get
652 recognized as a plain statement-cont.
653
654 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
655 special brace list opener broken over two lines got recognized
656 as a statement on the second line. Case 9A changed.
657
658 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
659
660 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
661 adjustment after line is reindented.
662
663 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
664
665 * cc-defs.el (c-point): Added optional argument for position
666 to use instead of the current point.
667
668 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
669 the in-expression block symbols when the construct starts at
670 boi, to avoid the extra level of indentation in that case.
671 Cases 4, 16A and 17E affected.
672
673 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
674
675 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
676 calls to `c-indent-line', to adhere better to Emacs conventions.
677
678 * cc-engine.el (c-indent-line): Use the syntax already bound
679 to `c-syntactic-context', if there is any.
680
681 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
682
683 * cc-engine.el (c-get-offset): Fixed bug where the indentation
684 wasn't added up correctly when a lineup function returned nil.
685
686 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
687
688 * cc-engine.el (c-collect-line-comments): Fixed bug where
689 empty lines were ignored when collecting line comments backwards.
690
691 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
692
693 * cc-align.el (c-lineup-dont-change): Return an absolute
694 indentation column to work correctly in the case when several
695 syntactic elements are processed for the same line.
696
697 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
698 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
699 (c-set-offset): Added absolute indentation column settings by
700 using the vector type.
701
702 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
703
704 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
705 Implemented two new cleanups `space-before-funcall' and
706 `compact-empty-funcall'.
707
708 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
709
710 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
711 helping building regexps.
712
713 * cc-engine.el (c-on-identifier): New function for detecting
714 identifiers. It takes keywords into account.
715
716 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
717 lists. `c-keywords' is set to a regexp matching all keywords
718 in the current language.
719
720 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
721
722 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
723 list of characters to skip backwards over at the beginning of
724 a statement, since it can precede string literals in Pike.
725
726 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
727
728 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
729 recognition when standing on the last line in a C++ comment
730 with nothing but whitespace after the prefix.
731
732 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
733 given no limit argument.
734
735 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
736
737 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
738 recognition for the `[]= operator symbol in Pike.
739
740 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
741
742 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
743 around a bug in `eval-when-compile' in the byte compiler.
744
745 * cc-engine.el (c-forward-token-1): Fixed bug with return
746 value when count is zero and there's no token start within the limit.
747
748 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
749 "prefix comments", i.e. comments which are followed by code on
750 the same line.
751
752 * cc-mode-19.el: Fixes so that checks that must be done at
753 compile time also are done then.
754
755 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
756
757 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
758 time and at runtime, and only when it's needed.
759
760 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
761
762 Major cleanup for less error prone and more warning free
763 compilation, including some fixes for bugs due to different
764 compilation orders. Thanks to Martin Buchholz for providing
765 the basis for all this.
766
767 * cc-bytecomp.el: New file that provides some byte compilation
768 features: It ensures that files always are loaded from the
769 current source directory during compilation, and it provides a
770 set of macros to turn off specific compiler warnings for
771 specific symbols. (It's not CC Mode specific in any way.)
772
773 Fixed a nearly acyclic dependency tree (both runtime and
774 compile-time) between all files.
775
776 * cc-defs.el: Separated all macros before the inline functions,
777 to ensure correct compilation.
778
779 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
780 cc-defs.el to cc-engine.el and made it a function instead.
781
782 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
783 about char-after.
784
785 * cc-vars.el: Cope even when there isn't a custom package
786 containing defcustom available.
787
788 * cc-make.el: Removed since it's no longer necessary.
789
790 README: Updated installation instructions.
791
792 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
793
794 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
795 improve the modularity: Moved all mode init stuff from
796 cc-langs.el to cc-mode.el, including the keymap
797 initialization; cc-langs now only contains the various
798 variables for configuring the language syntax.
799
800 * cc-engine.el, cc-styles.el (c-evaluate-offset)
801 (c-get-offset): Moved from cc-styles to cc-engine since file
802 dependency analysis suggests they belong there (which also
803 makes more sense). Thanks to Martin Buchholz for doing the analysis.
804
805 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
806
807 * cc-cmds.el (c-fn-region-is-active-p): New function that
808 wraps the corresponding macro, for use in places that aren't
809 compiled. Thanks to Martin Buchholz for pointing out this.
810
811 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
812
813 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
814 add things to the bug report.
815
816 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
817
818 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
819 returned prefix could contain a newline when the search for a
820 good prefix line failed.
821
822 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
823
824 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
825 (c-toggle-auto-hungry-state): Made the argument optional, as
826 the documentation says it is.
827
828 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
829
830 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
831 multiline string syntax, #"...", as a cpp macro.
832
833 2001-03-21 Paul Eggert <eggert@twinsun.com>
834
835 * international/mule-cmds.el (set-locale-environment):
836 Set system-messages-locale and system-time-locale, but only if the
837 caller specifies a non-nil locale name.
838
839 2001-03-20 Gerd Moellmann <gerd@gnu.org>
840
841 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
842 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
843
844 2001-03-20 Gerd Moellmann <gerd@gnu.org>
845
846 * follow.el (follow-avoid-tail-recenter): Doc fix.
847
848 * custom.el (custom-set-variables): Avoid reversing the list
849 of args needlessly.
850
851 * startup.el (fancy-splash-head): Don't change the colors of the
852 XPM image on a dark background.
853
854 * comint.el (comint-exec-1): Set columns of the terminal to
855 window-width instead of frame-width.
856
857 * info.el (Info-scroll-down): Add missing WINDOW arg for
858 pos-visible-in-window-p.
859
860 * ehelp.el (electric-help-mode-hook): Add defcustom.
861
862 * mail/sendmail.el (mail-mode): Activate case-folding in
863 font-lock-defaults.
864
865 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
866
867 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
868 (completion-ignored-extensions): Remove duplicate ".class".
869
870 2001-03-19 Andreas Schwab <schwab@suse.de>
871
872 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
873 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
874
875 2001-03-19 Gerd Moellmann <gerd@gnu.org>
876
877 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
878 methods since there are not prefix input methods.
879
880 2001-03-19 Kenichi Handa <handa@etl.go.jp>
881
882 * international/mule-cmds.el (read-input-method-name):
883 Locally bind enable-recursive-minibuffers to t.
884
885 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
886
887 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
888
889 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
890
891 * ediff-util.el: Copyright years.
892 (ediff-choose-syntax-table): New function.
893 (ediff-setup): Use ediff-choose-syntax-table.
894
895 * ediff-init.el (ediff-with-syntax-table): New macro, uses
896 with-syntax-table.
897
898 * ediff.el: Date of last update, copyright years.
899
900 * ediff-wind (ediff-setup-control-frame): Nill->nil.
901
902 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
903 of Scott Bronson.
904 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
905 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
906 Deleted functions.
907 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
908 ex-token-list.
909
910 * viper-util.el: Spaces, indentation.
911
912 * viper.el: Changed version, modification time.
913
914 2001-03-16 John Wiegley <johnw@gnu.org>
915
916 * calendar/timeclock.el (timeclock-workday-remaining):
917 Check whether `discrep' is non-null before using it.
918
919 2001-03-16 John Wiegley <johnw@gnu.org>
920
921 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
922 first-time checkins.
923 (timeclock-log-data): Fixed problem with reading timelog log file.
924 Resulting data in the "day list" was incorrect.
925 (timeclock-find-discrep): Check if `timeclock-file' is readable
926 before opening it.
927 (timeclock-time-less-p): New function.
928 (timeclock-day-base): New function.
929 (timeclock-geometric-mean): New function.
930 (timeclock-generate-report): Generate a summary report based on
931 the contents of the log file. This uses `timeclock-log-data', and
932 is an example of writing a timelog manipulation function.
933 (timeclock-visit-timelog): A quick command for opening the timelog
934 file.
935 (timeclock-log-data): Bound the variable event.
936
937 2001-03-16 Kenichi Handa <handa@etl.go.jp>
938
939 * international/mule-cmds.el (select-safe-coding-system):
940 Fix typo: symbol-name -> symbol-value.
941
942 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
943 before substitute-in-file-name to handle double slashes in FILE
944 correctly.
945
946 2001-03-15 Gerd Moellmann <gerd@gnu.org>
947
948 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
949 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
950
951 2001-03-14 Gerd Moellmann <gerd@gnu.org>
952
953 * bindings.el (features): Add `md5' and `overlay' to the list.
954
955 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
956 bound before using it. It's not bound when configured without X,
957 for instance.
958
959 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
960
961 * progmodes/hideshow.el: Update copyright.
962 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
963 (hs-minor-mode-hook): Include `:version' in defcustom form.
964
965 2001-03-13 Gerd Moellmann <gerd@gnu.org>
966
967 * help.el (string-key-binding): Don't call event-start on
968 a non-list.
969
970 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
971
972 * startup.el (fancy-splash-tail, command-line-1): Fix the
973 copyright year.
974
975 2001-03-13 Kenichi Handa <handa@etl.go.jp>
976
977 * term.el: These changes are based on a patch sent from Yong Lu
978 <lyongu@yahoo.com>.
979 (term-set-escape-char): Bind M-x to execute-extended-command in
980 term-raw-escape-map.
981 (term-move-columns): Don't try to move to negagive column.
982 (term-emulate-terminal): Insert a string before deleting a text to
983 overwrite.
984
985 2001-03-12 Gerd Moellmann <gerd@gnu.org>
986
987 * play/life.el (life): Rearrange code so that all calls to
988 life-display-generation are in a catch-form.
989
990 * progmodes/etags.el (tags-loop-continue): Don't change point in a
991 file that isn't interesting. In an interesting file, push the old
992 value of point on the mark ring.
993
994 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
995 New function.
996 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
997 Use it.
998
999 * emacs-lisp/autoload.el (generate-file-autoloads):
1000 Remove warning about line lengths.
1001
1002 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
1003
1004 * progmodes/etags.el (tags-compression-info-list): New variable.
1005 (find-tag-in-order): Use it to deal with compressed source files.
1006 (tag-file-name-match-p): New function.
1007 (etags-recognize-tags-table): Use it for better match of file names.
1008
1009 2001-03-12 Kenichi Handa <handa@etl.go.jp>
1010
1011 * international/mule-cmds.el (register-input-method): Doc fix.
1012
1013 * international/quail.el (quail-translate-key): Fix condition to
1014 check if there's another breaking point in the current key.
1015
1016 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
1017
1018 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
1019 Babyl header to the newly-created output file, bind
1020 coding-system-for-write to either rmail-file-coding-system or
1021 emacs-mule-unix.
1022
1023 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
1024
1025 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
1026 Fix the name and regexp used for subsubsections.
1027
1028 2001-03-10 Dave Love <fx@gnu.org>
1029
1030 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
1031 and save-buffer if buffer-file-name non-nil. From rms.
1032
1033 2001-03-10 Andre Spiegel <spiegel@gnu.org>
1034
1035 * vc.el (vc-do-command): If the destination buffer is already
1036 current, don't set it up and don't erase it. Updated doc string
1037 to reflect that.
1038 (vc-version-diff): When doing a single file diff, don't switch to the
1039 *vc-diff* buffer before the command. This is to preserve local
1040 variable bindings that might affect the diff command.
1041 (vc-print-log): Don't switch to the *vc* buffer before the
1042 command, so that local variable bindings are preserved.
1043
1044 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
1045 not the current buffer.
1046 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
1047
1048 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
1049 make output go to buffer *vc*, not the current buffer.
1050
1051 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
1052
1053 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
1054 so ^, $, *, ? and + are interpreted correctly.
1055
1056 2001-03-09 Gerd Moellmann <gerd@gnu.org>
1057
1058 * help.el (string-key-binding): Renamed from
1059 mode-line-key-binding. Handle any event on a string.
1060 Check for `keymap' properties as well as `local-map' properties.
1061
1062 * comint.el (comint-insert-clicked-input): Use the last key
1063 from this-command-keys to lookup the global key definition.
1064
1065 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1066
1067 * international/characters.el: Add category `j' for
1068 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1069
1070 * international/mule-conf.el (no-conversion): Fix docstring.
1071 (raw-text): Fix docstring.
1072
1073 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1074
1075 * simple.el (choose-completion-string): When not leaving the
1076 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1077 is set.
1078
1079 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1080 parameter `(minibuffer . t)'.
1081
1082 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1083
1084 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1085 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1086 (sh-mode): Remove `make-local-variable' for unused var
1087 `font-lock-unfontify-region-function'.
1088
1089 2001-03-07 Richard M. Stallman <rms@gnu.org>
1090
1091 * info.el (Info-scroll-down): Fix previous change.
1092
1093 * mail/rmail.el (rmail-toggle-header): Use a window which
1094 is showing the Rmail buffer, rather than the selected window.
1095
1096 2001-03-07 Dave Love <fx@gnu.org>
1097
1098 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1099 now, to avoid problems with binding imenu directly to a mouse event.
1100
1101 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1102
1103 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1104 second arg t.
1105
1106 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1107
1108 * log-edit.el (log-edit-common-indent): New var.
1109 (log-edit-set-common-indentation): Renamed from
1110 log-edit-delete-common-indentation. Use the new var.
1111 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1112
1113 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1114 (cvs-mode-add-change-log-entry-other-window):
1115 Don't presume change-log-default-name is defined.
1116
1117 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1118
1119 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1120 the "tree" operation as well.
1121
1122 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1123
1124 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1125 to match paragraph-start.
1126
1127 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1128 comment-start-skip and set comment-end-skip as well.
1129 (sgml-comment-indent): Fix for new value of comment-start-skip.
1130 (html-autoview-mode): Don't bother using make-local-hook.
1131
1132 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1133
1134 * cus-edit.el (custom-save-delete): Move in front of local
1135 variables, otherwise long Custom entries would make them ineffective.
1136
1137 * uniquify.el: Set maintainer to FSF.
1138
1139 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1140
1141 * dired-aux.el (dired-do-shell-command): Doc fix.
1142
1143 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1144
1145 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1146
1147 * which-func.el (which-func-modes): Add cperl-mode.
1148 (which-func-mode-global): Use define-minor-mode.
1149
1150 * info-look.el: Docstring fixes and dead code eliminated.
1151 (cperl-mode): Add support.
1152 (emacs-lisp-mode): List all entries from elisp manual, whether
1153 or not they are currently (f)bound or not. Update regexp.
1154
1155 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1156
1157 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1158 so that C-h m shows the correct information.
1159 Use make-local-variable rather than make-variable-buffer-local.
1160 (cperl-info-buffer, cperl-setup-tmp-buf):
1161 Use make-local-variable rather than make-variable-buffer-local.
1162 (cperl-msb-fix, cperl-get-help-defer):
1163 Check major-mode for `cperl-mode' as well.
1164
1165 * progmodes/cperl-mode.el: Updated to author version 4.23.
1166 (cperl-electric-pod): SYNOPSIS was misspelled.
1167 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1168 (cperl-after-expr-p): Make true after __END__.
1169
1170 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1171
1172 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1173 bookmark-completion-ignore-case is t.
1174
1175 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1176 switch, like xterm, and concat resource strings, with a newline
1177 between them.
1178
1179 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1180
1181 * international/codepage.el (cp770-decode-table)
1182 (cp773-decode-table, cp774-decode-table): New variables.
1183
1184 * man.el (Man-hyphenated-reference-regexp): New variable.
1185 (Man-build-references-alist): Use it to search for referenced
1186 manpages. If hyphenated is non-nil, record a concatenated word in
1187 Man-refpages-alist only if it matches Man-reference-regexp.
1188 Update word's length when it is concatenated. Reverse the list,
1189 to get the first manpage at the head.
1190 (Man-possibly-hyphenated-word): New function.
1191 (Man-follow-manual-reference): Use it instead of current-word to
1192 find a manpage at point, in a way that accounts for hyphenated
1193 references.
1194
1195 2001-03-06 Alex Schroeder <alex@gnu.org>
1196
1197 * sql.el (sql-interbase): New function.
1198 (sql-interbase-program): New option.
1199 (sql-interbase-options): New option.
1200 And some typos fixed: "customise" to "customize".
1201
1202 2001-03-06 Dave Love <fx@gnu.org>
1203
1204 * textmodes/flyspell.el (flyspell-region):
1205 Set up flyspell-local-mouse-map.
1206
1207 2001-03-05 Richard M. Stallman <rms@gnu.org>
1208
1209 * mail/rmail.el (rmail-retry-failure):
1210 Don't call rmail-beginning-of-message.
1211 Don't discard From: field. Do discard Received: field.
1212 Use unwind-protect to re-prune.
1213 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1214
1215 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1216
1217 * international/quail.el (quail-title): Add autoload cookie.
1218
1219 2001-03-05 Dave Love <fx@gnu.org>
1220
1221 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1222 new defs.
1223
1224 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1225
1226 * language/ethio-util.el (ethio-toggle-space):
1227 Update current-input-method-title if necessary.
1228 (ethio-toggle-punctuation): Likewise.
1229
1230 * international/quail.el (quail-title): Fix for the case that a
1231 title of an input method is specified by a list of the same form
1232 as used in mode-line-format.
1233
1234 * international/mule-cmds.el (activate-input-method):
1235 If current-input-method-title is set by activating INPUT-METHOD,
1236 respect that value.
1237
1238 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1239
1240 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1241
1242 2001-03-05 Alex Schroeder <alex@gnu.org>
1243
1244 * sql.el (sql-sybase): Fix typo (was: query user about server two
1245 times instead of server and database).
1246
1247 * sql.el (sql-sybase): Doc change.
1248 (sql-mysql): Doc change.
1249 (sql-postgres): Doc change.
1250
1251 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1252
1253 * international/mule-conf.el (emacs-mule, raw-text):
1254 Docstring modified.
1255
1256 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1257
1258 * term/internal.el: Update copyright notice.
1259
1260 * term/pc-win.el: Update copyright notice.
1261
1262 2001-03-02 Dave Love <fx@gnu.org>
1263
1264 * files.el (insert-file-contents-literally):
1265 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1266 not jka-compr-compression-info-list.
1267
1268 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1269
1270 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1271 spaces in default comment-start-skip settings rather than \s-.
1272
1273 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1274
1275 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1276 default-frame-alist as well.
1277
1278 2001-03-01 Dave Love <fx@gnu.org>
1279
1280 * textmodes/reftex.el (defvar): Wrap some defvars in
1281 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1282
1283 * subr.el (event-basic-type): Doc fix.
1284
1285 * international/quail.el: Doc fixes.
1286
1287 * international/utf-8.el: Doc fixes.
1288
1289 * international/mule-cmds.el: Doc fixes.
1290 (leim-list-header): Fix header text.
1291
1292 * international/mule.el (coding-system-category): Doc fix.
1293
1294 * international/ccl.el (ccl-compile): Doc fix.
1295
1296 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1297
1298 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1299 rather than (before|after)-change-functions.
1300
1301 2001-03-01 Gerd Moellmann <gerd@gnu.org>
1302
1303 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1304 scroll-left and scroll-right being called interactively so that
1305 they set the window's min_hscroll.
1306
1307 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1308
1309 * info.el (info-insert-file-contents-1): Accept an additional
1310 argument `lfn': if it is non-nil, concatenate `filename' and
1311 `suffix'; otherwise use the complicated MS-DOS code.
1312 All callers changed.
1313 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1314 can access long file names, try the long file-name version of
1315 `info-insert-file-contents-1', then the short file-name version.
1316
1317 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1318
1319 * language/ethio-util.el (setup-ethiopic-environment-internal):
1320 Change bindings of functions keys to conform to "Emacs Lisp Coding
1321 Convention".
1322
1323 * language/ethiopic.el ("Ethiopic"): Add documentation.
1324
1325 2001-02-28 Kenichi Handa <handa@etl.go.jp>
1326
1327 * international/utf-8.el (mule-utf-8): Set coding-category
1328 property to coding-category-utf-8.
1329
1330 2001-02-27 Richard M. Stallman <rms@gnu.org>
1331
1332 * lpr.el (lpr-page-header-switches, print-region-1):
1333 Undo 2000-07-06 change.
1334 (lpr-add-switches): Default to t on gnu/linux.
1335
1336 2001-02-27 Gerd Moellmann <gerd@gnu.org>
1337
1338 * bs.el (bs-attributes-list): Doc fix.
1339
1340 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1341
1342 * help.el (describe-project): Display the file THE-GNU-PROJECT.
1343
1344 * help.el (view-order-manuals): Use goto-address.
1345
1346 * startup.el (command-line-1): Add info about ordering manuals
1347 to the not so fancy splash screens.
1348
1349 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1350
1351 * vc.el (vc-default-workfile-unchanged-p)
1352 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1353
1354 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1355
1356 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1357 fontify in the right buffer.
1358
1359 * allout.el (outline-flag-region): Move macro in front of first
1360 use to avoid a run-time error.
1361
1362 2001-02-24 Andrew Innes <andrewi@gnu.org>
1363
1364 * makefile.w32-in: Fix copyright notice.
1365
1366 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1367
1368 * international/utf-8.el (mule-utf-8): Set correct value for
1369 valid-codes property.
1370
1371 * international/fontset.el (x-complement-fontset-spec): In the
1372 case that we use ASCII font for the other charsets, use only
1373 family and registry part of it.
1374
1375 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1378 (shrink-window-if-larger-than-buffer): Doc fix.
1379
1380 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1383 predicate passed to completing-read.
1384
1385 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * startup.el (command-line): Fix last change.
1388
1389 2001-02-23 Jason Rumney <jasonr@gnu.org>
1390
1391 * startup.el (tool-bar-originally-present): New variable.
1392 (command-line): Set it if the tool-bar is switched on at startup.
1393
1394 * frame.el (frame-notice-user-settings): Only adjust frame height
1395 for no tool-bar case if tool-bar was originally switched on.
1396 From E. Jay Berkenbilt.
1397
1398 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1399
1400 * server.el (server-switch-buffer): Only switch window if the
1401 current one is dedicated.
1402
1403 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1404 rather than using (match-beginning 0) when searching for break point.
1405
1406 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1407
1408 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1409 @ follows an accent command such as @'. Support optional braces
1410 in commands that insert accents, like makeinfo does.
1411
1412 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1413
1414 * startup.el (fancy-splash-text): Add a line for ordering
1415 manuals. Reverse order of splash screens shown.
1416 (use-fancy-splash-screens-p): Adapt to the text line added.
1417
1418 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1419 manuals from the FSF.
1420
1421 * help.el (view-order-manuals): New function.
1422 (toplevel): Bind C-h C-m to this function.
1423
1424 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1425
1426 * newcomment.el (comment-forward): Skip the comment-start before
1427 searching for the comment-end.
1428
1429 2001-02-21 Dave Love <fx@gnu.org>
1430
1431 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1432
1433 * international/mule-cmds.el, international/mule.el: Doc fixes.
1434
1435 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1436 (fortune) <defgroup>: Add :link.
1437 (fortune-from-region): Use eq, not eql.
1438
1439 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1440
1441 * startup.el (fancy-splash-screens): Use display-hourglass
1442 instead of display-busy-cursor.
1443
1444 * frame.el (display-hourglass): Renamed from busy-cursor.
1445 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1446 (show-cursor-in-non-selected-windows): Doc fix.
1447
1448 2001-02-20 Dave Love <fx@gnu.org>
1449
1450 * international/utf-8.el: Doc and commentary fixes.
1451
1452 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1453
1454 * ehelp.el (with-electric-help): Doc fix.
1455
1456 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1457
1458 * msb.el (msb-mode): Call the update-buffers function explicitly
1459 with a FORCE argument.
1460
1461 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1462 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1463 returns nil.
1464
1465 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1466
1467 * ps-print.el: Timestamp package replacement. Some enhancements.
1468 Some XEmacs compatibility. Doc fix.
1469 (ps-print-version): New version number (6.4).
1470 (ps-printer-name): Initialization fix.
1471 (ps-zebra-stripe-follow): Funcionality enhancement.
1472 (ps-prologue-file): Code enhancement.
1473 (ps-right-header): Timestamp package replacement.
1474 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1475 (ps-get-page-dimensions)
1476 (ps-generate-header, ps-begin-file, ps-begin-job)
1477 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1478 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1479 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1480 (coding-system-for-write): Var declaration (XEmacs compatibility).
1481
1482 2001-02-20 Miles Bader <miles@gnu.org>
1483
1484 * image-file.el (image-file-name-extensions): Add "tif".
1485
1486 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1487
1488 * wid-edit.el (widget-button-click): Save the selected window
1489 around the code handling clicks on buttons.
1490
1491 2001-02-18 Dave Love <fx@gnu.org>
1492
1493 * imenu.el (imenu--generic-function): Use mapc to iterate over
1494 syntax characters.
1495
1496 2001-02-17 Richard M. Stallman <rms@gnu.org>
1497
1498 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1499
1500 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1501
1502 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1503
1504 * mouse.el (mouse-save-then-kill): If the distance from the new
1505 point to the mark is equal to the distance of point from the new
1506 point, move point instead of the mark.
1507
1508 2001-02-16 Dave Love <fx@gnu.org>
1509
1510 * textmodes/flyspell.el (flyspell-get-word): Return string without
1511 properties.
1512
1513 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1514
1515 * generic.el (generic-find-file-regexp): Doc fix.
1516 (generic-ignore-files-regexp): New defcustom.
1517 (generic-mode-find-file-hook): If the file's name matches the
1518 regexp in `generic-ignore-files-regexp', don't enter
1519 default-generic-mode. Doc fix.
1520
1521 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1522
1523 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1524 Add autoload cookies.
1525
1526 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1527 of cal-tex-24.
1528
1529 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1530
1531 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1532
1533 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1534 the character class after the (optional) drive, to support file
1535 names with embedded blanks.
1536
1537 2001-02-15 Sam Steingold <sds@gnu.org>
1538
1539 * textmodes/tex-mode.el (tex-shell-running):
1540 Check the process buffer too.
1541
1542 2001-02-15 Dave Love <fx@gnu.org>
1543
1544 * battery.el (battery-status-function): Fix doc, :type.
1545
1546 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1547
1548 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1549
1550 * subr.el (read-passwd): Clear Lisp memory holding password.
1551
1552 2001-02-15 Miles Bader <miles@gnu.org>
1553
1554 * info.el (Info-copy-current-node-name): New function.
1555 (Info-mode-menu): Add it to the menu.
1556
1557 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1558
1559 * international/mule-cmds.el (toggle-input-method): Doc fix.
1560
1561 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1562
1563 * replace.el (occur): Stop at end of buffer.
1564
1565 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1566
1567 * international/mule-cmds.el (set-input-method): Another doc fix.
1568
1569 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1570
1571 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1572
1573 2001-02-13 Miles Bader <miles@gnu.org>
1574
1575 * faces.el (set-face-background, set-face-foreground)
1576 (set-face-stipple): Treat a value of nil as being `unspecified'.
1577
1578 2001-02-12 Dave Love <d.love@dl.ac.uk>
1579
1580 * international/latin1-disp.el: Doc fixes.
1581 (latin1-display) <defgroup>: Add :link.
1582 (latin1-display) <function>: Set variable latin1-display.
1583
1584 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1585
1586 * international/mule-cmds.el (set-input-method): Doc fix.
1587
1588 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1589
1590 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1591 (speedbar-line-file): Return nil if not a file.
1592 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1593
1594 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1595
1596 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1597 for remote files.
1598 (ediff-coding-system-for-read): Replaced the no-conversion default
1599 with raw-text.
1600
1601 * ediff-init.el: Removed :version from defcustom vars.
1602
1603 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1604 Better handling of the diff mode.
1605
1606 * ediff.texi: Added ediff-coding-system-for-read.
1607
1608 * viper.texi: Fix typos.
1609
1610 2001-02-11 Dave Love <fx@gnu.org>
1611
1612 * shadowfile.el: Doc fixes.
1613 (shadow) <defgroup>: Add :link.
1614 (shadowfile-unload-hook): New function.
1615 (shadow-initialize): Use defalias, not fset.
1616 (shadow-define-cluster, shadow-define-literal-group)
1617 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1618
1619 * international/mule.el: Doc and message fixes.
1620
1621 * international/ccl.el (define-ccl-program): Doc fix.
1622
1623 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1624
1625 * faces.el (mode-line): Set :line-width property to -1.
1626
1627 2001-02-10 Richard M. Stallman <rms@gnu.org>
1628
1629 * complete.el (partial-completion-mode): Doc fix.
1630
1631 * simple.el (delete-key-deletes-forward-mode):
1632 Change `let' to `let*' to fix gross bug in last change.
1633
1634 * repeat.el (repeat): Don't let execute-kbd-macro alter
1635 real-last-command.
1636
1637 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1638
1639 * simple.el (eval-expression): Doc fix.
1640
1641 2001-02-09 Dave Love <fx@gnu.org>
1642
1643 * imenu.el (imenu-generic-expression): Doc fix.
1644
1645 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1646 From Juanma Barranquero.
1647
1648 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1649
1650 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1651
1652 * faces.el (set-face-attribute): Describe the case of a negative
1653 value specified for :line-width.
1654
1655 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1656
1657 * which-func.el (which-func-mode): Invert which-func-mode-global.
1658 From Juanma Barranquero <lektu@uol.com.br>.
1659
1660 2001-02-08 Dave Love <fx@gnu.org>
1661
1662 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1663 widget-plist-value-type.
1664 (widget-alist-convert-widget): Replace binding of
1665 widget-alist-value-type.
1666
1667 * textmodes/paragraphs.el (sentence-end): Doc fix.
1668
1669 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1670 Remove `backward-line'.
1671
1672 * play/pong.el (pong-blank-color, pong-bat-color)
1673 (pong-ball-color, pong-border-color, pong-left-key)
1674 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1675 (pong-pause-key, pong-resume-key, pong-timer-delay):
1676 * mail/mh-comp.el (mh-compose-letter-function):
1677 * eshell/esh-mode.el (eshell-skip-prompt-function):
1678 * emulation/viper-ex.el (ex-unix-type-shell-options):
1679 * recentf.el (recentf-menu-filter):
1680 * ps-print.el (ps-print-region-function):
1681 * lpr.el (print-region-function):
1682 * forms.el (forms-mode-hooks):
1683 * dirtrack.el (dirtrack-directory-change-hook):
1684 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1685 * textmodes/spell.el (spell-filter):
1686 * textmodes/fill.el (adaptive-fill-function):
1687 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1688 * progmodes/etags.el (find-tag-default-function):
1689 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1690 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1691
1692 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1693
1694 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1695 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1696 Meyering <jim@meyering.net>.
1697
1698 * loadup.el: Revert last change.
1699
1700 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1701
1702 * international/mule.el (transform-make-coding-system-args):
1703 Make it work also for coding systems not using CCL.
1704
1705 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1706
1707 * simple.el (previous-matching-history-element)
1708 (next-matching-history-element): Doc fix.
1709
1710 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1711 specific part.
1712
1713 2001-02-06 Dave Love <fx@gnu.org>
1714
1715 * add-log.el (add-log-current-defun-function)
1716 (add-log-buffer-file-name-function, add-log-file-name-function):
1717 Fix :type.
1718 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1719
1720 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1721
1722 * info.el (info-initialize): Remove the test for system-type when
1723 invocation-directory is non-nil.
1724
1725 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1726 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1727
1728 2001-02-06 Andrew Innes <andrewi@gnu.org>
1729
1730 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1731 absolute.
1732
1733 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1734
1735 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1736 buffers. When hi-lock turned on rather than only checking current
1737 buffer for regexps, all buffers are checked. Moved activation of
1738 font-lock to hi-lock-refontify. When font-lock turned off rather
1739 than removing added highlighting just in current buffer, remove it
1740 in all buffers. Changed edit menu text from "Automatic
1741 Highlighting" to "Regexp Highlighting" Documentation for
1742 highlighting phrases, minor documentation changes.
1743 (hi-lock-set-file-patterns): Execute only if there are new or
1744 existing file patterns.
1745 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1746 unfontify and, if a support mode is active, will not refontify the
1747 whole buffer. If necessary, turn on font lock. (Removed
1748 font-lock-unfontify and font-lock support-mode-specific calls,
1749 such as lazy-lock-fontify-window.)
1750 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1751 patterns are found. Not useful now since find-file-hook is removed
1752 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1753 (hi-lock-face-phrase-buffer): New function. Also added related
1754 menu item and keybinding.
1755 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1756 (hi-lock-process-phrase): New function.
1757 (hi-lock-line-face-buffer): Doc fixes.
1758 (hi-lock-face-buffer): Doc fixes.
1759 (hi-lock-unface-buffer): Doc fixes.
1760
1761 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1762
1763 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1764 dabbrev-ignored-regexps.
1765
1766 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1767
1768 * simple.el (kill-line): Doc fix.
1769
1770 2001-02-05 Dave Love <fx@gnu.org>
1771
1772 * loadup.el: Revert last two changes -- bootstrapping works with
1773 regenerated loaddefs.
1774
1775 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1776
1777 * isearch.el (isearch-forward): Doc fix.
1778
1779 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1780 of font-lock-defaults to backward-paragraph.
1781
1782 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1783
1784 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1785 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1786
1787 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1788
1789 * ebnf2ps.el: Eliminate time-stamp functions.
1790 (ebnf-version): New version (3.5).
1791 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1792 format-time-string.
1793
1794 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1795
1796 * simple.el (next-line): Goto end-of-line before inserting a newline.
1797
1798 2001-02-05 Miles Bader <miles@gnu.org>
1799
1800 * image-file.el (insert-image-file): When visiting an image, also
1801 set `truncate-lines' to t so that any fringe arrow looks correct.
1802
1803 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1804
1805 * isearch.el (isearch-forward): Add description about input method
1806 in the docsting.
1807
1808 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1809
1810 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1811
1812 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1813
1814 * info.el (info-initialize): If installation-directory is nil, for
1815 DOS/Windows systems try looking in a sibling of invocation-directory.
1816
1817 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1818
1819 * wid-edit.el (widget-button-click): Fix last change.
1820
1821 * frame.el (frame-notice-user-settings): When resizing the initial
1822 frame because the tool bar is off, also change the frame's top
1823 position if a negative top position was specified.
1824
1825 2001-02-02 Miles Bader <miles@gnu.org>
1826
1827 * image-file.el (insert-image-file): When visiting an image,
1828 suppress the cursor in the image buffer.
1829
1830 2001-02-01 Dave Love <fx@gnu.org>
1831
1832 * progmodes/f90.el (f90-mode): Remove startup message.
1833
1834 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1835
1836 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1837
1838 * startup.el (command-line): Fix code determining whether or not
1839 to use delete-key-deletes-forward-mode.
1840
1841 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1842
1843 * vc.el (vc-diff-switches): New user option.
1844 (vc-version-diff): Use it.
1845 (vc-diff-switches-list): New macro.
1846
1847 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1848 New customization options.
1849 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1850
1851 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1852
1853 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1854
1855 * msb.el (toplevel): Quote hook symbols.
1856
1857 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1858
1859 * international/mule.el (make-coding-system): Add description
1860 about recognized properties in the docstring.
1861
1862 * international/mule-conf.el: Remove unused charsets
1863 mac-roman-lower and mac-roman-upper.
1864
1865 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1866
1867 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1868 is in front of the left-margin, if any.
1869
1870 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1871 like `delete'.
1872
1873 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1874
1875 * term/w32-win.el (mouse-set-font): Doc fix.
1876
1877 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1878
1879 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1880 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1881 on already.
1882
1883 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1884
1885 * files.el (save-buffer): Don't give message if (buffer-file-name)
1886 returns nil.
1887
1888 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1889
1890 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1891
1892 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1893 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1894
1895 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1896 display problems.
1897
1898 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1899
1900 * international/mule.el (charset-info): Fix docstring.
1901
1902 * international/mule-diag.el (describe-character-set): Check final
1903 char valid before printing it.
1904
1905 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1906
1907 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1908
1909 * frame.el (frame-notice-user-settings): Do the tool-bar
1910 stuff only for graphical displays. Fix a braino.
1911
1912 * frame.el (frame-initialize): Create initial frame visible.
1913 (frame-notice-user-settings): When tool-bar has been switched off,
1914 correct the frame size and sync tool-bar-mode.
1915
1916 * startup.el (command-line): Remove manipulation of frame
1917 height for tool bars.
1918
1919 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1920
1921 * lpr.el: Compatibility with XEmacs and doc fixes.
1922 (lpr-windows-system, lpr-lp-system): New vars.
1923 (lpr-printer-switch): New defcustom.
1924 (printer-name, lpr-command): Customization fix.
1925 (print-region-1): Code fix.
1926 (print-region-new-buffer, printify-region): Indentation fix.
1927 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1928 New functions.
1929
1930 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1931
1932 * msb.el (toplevel): Fix the eval-after-load.
1933
1934 2001-01-29 Dave Love <fx@gnu.org>
1935
1936 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1937
1938 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1939
1940 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1941 (tcl-using-emacs-19-23): Consider Emacs 21+.
1942 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1943 (tcl-add-emacs-menu): Supply menu name.
1944 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1945
1946 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1947
1948 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1949
1950 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1951
1952 * pcvs.el (cvs-mark-fis-dead): New function.
1953 (cvs-mode-add): Use it.
1954 (cvs-mode-add-change-log-entry-other-window):
1955 Rebind change-log-default-name to itself rather than to nil.
1956
1957 2001-01-29 Sam Steingold <sds@gnu.org>
1958
1959 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1960 `autoload' statements.
1961
1962 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1963
1964 * files.el (confirm-kill-emacs): Doc fix.
1965
1966 * frame.el (frame-initialize): Doc fix.
1967
1968 * time-stamp.el (time-stamp-string): Doc fix.
1969
1970 * woman.el (WoMan-log-1): Make the log buffer writable.
1971 From Markus Rost <rost@math.ohio-state.edu>.
1972
1973 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1974
1975 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1976 the `make-variable-buffer-local'.
1977
1978 2001-01-29 Dave Love <fx@gnu.org>
1979
1980 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1981 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1982 Add autoload cookie.
1983 (ansi-color-apply-sequence): Fix typo.
1984
1985 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1986
1987 * menu-bar.el (menu-bar-files-menu): Add menu items for
1988 Postscript printing in black and white.
1989
1990 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1991 X-Mailman-Version, Precedence, List-Help, List-Post,
1992 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1993 Content-Type, Content-Length.
1994
1995 2001-01-29 Dave Love <fx@gnu.org>
1996
1997 * elide-head.el (elide-head): Make overlay evaporate.
1998
1999 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
2000
2001 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2002
2003 * isearch.el (isearch-highlight): Don't punt if the display
2004 doesn't support colors, since isearch faces are defined for
2005 monochrome displays as well.
2006
2007 2001-01-27 Sam Steingold <sds@gnu.org>
2008
2009 * shell.el (shell-write-history-on-exit): Make sure that we are in
2010 the shell buffer (M-x tex-file RET inserted the error message into
2011 the TeX buffer).
2012
2013 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2014
2015 * simple.el (transient-mark-mode): Doc fix.
2016
2017 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2018
2019 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
2020
2021 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2022
2023 * shell.el (shell-unquote-argument): If the shell is one of the
2024 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
2025 quote character.
2026 (shell-dumb-shell-regexp): Document that the shells which match
2027 this regexp are supposed to not treat a backslash as a quote character.
2028
2029 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
2030 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
2031
2032 2001-01-27 Richard M. Stallman <rms@gnu.org>
2033
2034 * dabbrev.el (dabbrev--substitute-expansion):
2035 Treat a one-capital-letter abbrev as "not all upper case",
2036 so as to force preservation of the expansion's pattern
2037 if the expansion starts with a capital letter.
2038
2039 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2040
2041 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
2042 Doc fix.
2043
2044 * simple.el (transient-mark-mode): Document the fact that many
2045 commands act on the region when mark is active.
2046
2047 2001-01-27 Kenichi Handa <handa@etl.go.jp>
2048
2049 * international/quail.el (quail-setup-completion-buf): Make the
2050 multibyteness of current buffer inherited to Quail completion buffer.
2051 (quail-show-guidance-buf): Make the multibyteness of current
2052 buffer inherited to Quail guidance buffer.
2053 (quail-help): Make the multibyteness of current buffer inherited
2054 to Quail help buffer.
2055
2056 2001-01-26 Dave Love <fx@gnu.org>
2057
2058 * time-stamp.el: Doc fixes.
2059
2060 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
2061 (delphi-keyword-face, delphi-other-face): Fix :type.
2062
2063 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2064
2065 * mail/feedmail.el (feedmail): Add :link.
2066 (feedmail-send-it): Doc fix.
2067
2068 * mail/sendmail.el: Doc fixes.
2069 (sendmail-send-it): Fix the non-ASCII regexp and use
2070 rfc2047-encode-string.
2071
2072 * dired.el, dired-aux.el: Revert last change.
2073
2074 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2075
2076 * makefile.w32-in (DONTCOMPILE): Add various term files.
2077
2078 2001-01-26 Dave Love <fx@gnu.org>
2079
2080 * Makefile.in (DONTCOMPILE): Add various term files.
2081
2082 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2083
2084 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2085
2086 * startup.el (display-startup-echo-area-message): Make sure
2087 the echo area is resized to fit the size of the startup message.
2088
2089 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2090 part of which is a constant.
2091
2092 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2093
2094 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2095
2096 2001-01-26 Richard M. Stallman <rms@gnu.org>
2097
2098 * simple.el (next-line): Don't let `newline' expand abbrevs.
2099 Simplify slightly.
2100 (open-line): Don't let `newline' expand abbrevs.
2101
2102 2001-01-25 John Wiegley <johnw@gnu.org>
2103
2104 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2105 to `repeat' in the :type field.
2106
2107 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2108 allow a choice of regexp or nil.
2109 (pcomplete-dir-ignore): Same.
2110
2111 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2112 a command) to always fail.
2113
2114 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2115
2116 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2117 discard the result.
2118 (iswitchb-to-end): Likewise.
2119
2120 2001-01-25 Sam Steingold <sds@gnu.org>
2121
2122 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2123 Require vc.
2124
2125 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2126
2127 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2128
2129 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2130
2131 2001-01-25 Dave Love <fx@gnu.org>
2132
2133 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2134 (describe-coding-system): Tweak the English text.
2135
2136 * loadup.el: Preload international/ccl for utf-8.
2137
2138 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2139
2140 * mail/rmail.el (rmail-redecode-body): Doc fix.
2141
2142 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2143
2144 * international/mule-cmds.el (reset-language-environment):
2145 Reset coding-category-utf-8 to mule-utf-8.
2146
2147 * international/mule-conf.el (coding-category-utf-8):
2148 Initialize to mule-utf-8.
2149
2150 * loadup.el: Preload international/utf-8.
2151
2152 * international/utf-8.el: New file.
2153
2154 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2155
2156 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2157
2158 2001-01-24 Sam Steingold <sds@gnu.org>
2159
2160 * dired.el (dired-replace-in-string): Removed.
2161 (dired-sort-toggle): Use `replace-regexps-in-string'
2162 instead of `dired-replace-in-string'.
2163
2164 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2165 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2166
2167 * gs.el (gs-replace-in-string): Removed.
2168 (gs-options): Use `replace-regexps-in-string'
2169 instead of `gs-replace-in-string'.
2170
2171 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2172
2173 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2174 bug report is mailed to an email list and posted to a news group.
2175
2176 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2177
2178 * comint.el (comint-replace-by-expanded-history-before-point):
2179 Fix change of 2000-08-03 to move point to the start of the line again.
2180
2181 * startup.el (tool-bar-images-pixel-height): New variable.
2182 (command-line): After loading the user's init file, when
2183 tool-bar-mode is on, increase the frame's size by some lines for
2184 the tool-bar.
2185
2186 * frame.el (frame-initialize): Create the initial frame invisible.
2187
2188 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2189
2190 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2191 (chinese-big5): MIME:Big5.
2192
2193 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2194
2195 * international/mule-cmds.el (universal-coding-system-argument):
2196 Handle commands with prefix args.
2197
2198 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2199
2200 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2201 being a list of numbers.
2202 (diary-mail-entries): Rewritten.
2203
2204 2001-01-23 Dave Love <fx@gnu.org>
2205
2206 * international/mule.el (make-coding-system): Fix typo.
2207
2208 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2209 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2210
2211 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2212
2213 * font-lock.el (font-lock-mode): Doc fix.
2214
2215 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2216
2217 * international/mule.el (make-translation-table): Fix docstring.
2218
2219 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2220
2221 * mail/rmail.el (rmail-redecode-body): New function.
2222
2223 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2224
2225 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2226
2227 * isearch.el (isearch-lazy-highlight-case-fold-search)
2228 (isearch-lazy-highlight-regexp): New variables.
2229 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2230 case-fold search or regexp search has been toggled.
2231
2232 * wid-edit.el (widget-button-click): Avoid a save-excursion
2233 around running a global binding.
2234
2235 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2236 to 0.25.
2237
2238 2001-01-20 Miles Bader <miles@gnu.org>
2239
2240 * cus-edit.el (custom-face-save): Do post-processing on the face's
2241 new value like `custom-face-set' does.
2242
2243 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2244
2245 * mail/emacsbug.el (report-emacs-bug): Report the value of
2246 LC_CTYPE, not LC_TYPE.
2247
2248 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2249 isearch-toggle-regexp and isearch-edit-string to doc string.
2250
2251 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2252
2253 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2254 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2255
2256 * jit-lock.el (jit-lock-fontify-now): Don't bind
2257 font-lock-beginning-of-syntax-function to nil.
2258
2259 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2260
2261 * mail/emacsbug.el (report-emacs-bug): Report values of
2262 locale-coding-system, default-enable-multibyte-characters, and the
2263 environment variables LC_ALL, LC_TYPE, and LANG.
2264
2265 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2266
2267 * font-lock.el (font-lock-default-fontify-region): Fix last change.
2268
2269 * font-lock.el (font-lock-multiline): Default to nil.
2270 (font-lock-default-fontify-region): If font-lock-multiline is
2271 nil, don't check the property `font-lock-multiline'.
2272
2273 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2274 is nil, don't check the `font-lock-multiline' text property.
2275
2276 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2277
2278 * viper.el: Call initial-major-mode on startup.
2279
2280 * ediff.el (ediff-patch-file): Use better defaults.
2281
2282 * ediff-vers.el: Fix for 8+3 DOS file systems.
2283
2284 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
2285
2286 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2287 diff mode, if available.
2288
2289 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2290
2291 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2292
2293 * ediff-init.el (subst-char-in-string): Define and use it, unless
2294 it's already defined.
2295
2296 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2297
2298 * tooltip.el (tooltip-hide-delay): New user-option.
2299 (tooltip-show): Use tooltip-hide-delay instead of the default.
2300
2301 2001-01-18 Kenichi Handa <handa@etl.go.jp>
2302
2303 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2304 kill-local-variable doesn't work for enable-multibyte-characters.
2305
2306 2001-01-17 Dave Love <fx@gnu.org>
2307
2308 * ediff-init.el (ediff-before-setup-hook)
2309 (ediff-merge-filename-prefix): Add :version.
2310
2311 * international/latin1-disp.el: Require disp-table.
2312 (latin1-display): Fix :set.
2313
2314 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2315
2316 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2317
2318 * isearch.el (isearch-lazy-highlight-initial-delay)
2319 (isearch-lazy-highlight-interval): Default to 0.
2320
2321 2001-01-17 Bob Glickstein <bobg@zanshin.com>
2322
2323 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2324 1 here rather than each time through
2325 isearch-lazy-highlight-new-loop.
2326 (isearch-lazy-highlight-max): Variable deleted.
2327 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2328 isearch-lazy-highlight-max but controls a single invocation of
2329 isearch-lazy-highlight-update.
2330 (isearch-lazy-highlight-wrapped): Variable recreated.
2331 (isearch-lazy-highlight-window-start): New variable.
2332 (isearch-lazy-highlight-cleanup): Restored to behavior of
2333 before 2-Jan.
2334 (isearch-lazy-highlight-remove-overlays): Function deleted;
2335 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2336 behavior removed.
2337 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2338 isearch-lazy-highlight-update in a loop rather than just once.
2339 Test isearch-invalid-regexp here and decide not to start a new
2340 loop, rather than testing it each time through
2341 isearch-lazy-highlight-update.
2342 (isearch-lazy-highlight-search): Function restored.
2343 (isearch-lazy-highlight-update): Get called in a timer loop again,
2344 but this time highlight more than one match each time through.
2345 Only highlight matches in the visible part of the window.
2346 Start at point, move in the direction of the search, and wrap around at
2347 the edge of the window. Use sit-for to force redisplay and ensure
2348 window-start is credible. "Face suppressing" behavior removed;
2349 overlay priorities should make it unnecessary, right?
2350 (isearch-highlight): Face suppressing behavior removed.
2351 (isearch-dehighlight): Face suppressing behavior removed.
2352 (isearch-set-lazy-highlight-faces-at): Removed.
2353
2354 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2355
2356 * language/european.el ("Latin-1"): Make the format of description
2357 about additional language environments same as that of Latin-2.
2358
2359 2001-01-16 Dave Love <fx@gnu.org>
2360
2361 * isearch.el (isearch-lazy-highlight): Add :version.
2362
2363 * simple.el (backward-delete-char-untabify-method)
2364 (next-line-add-newlines): Add :version.
2365
2366 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2367
2368 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2369 Don't bind <delete> otherwise.
2370
2371 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2372 and <delete> via function-key-map.
2373
2374 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2375 Subject line only if point is after the `Subject:'.
2376
2377 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2378
2379 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2380 japanese-jisx0213-2 in `charset' property of this lang. env.
2381
2382 * language/european.el ("Latin-1"): Add description for Dutch and
2383 Spanish lang. env.
2384
2385 * international/mule.el (decode-char): Fix conditions.
2386 (encode-char): Handle eight-bit-control too.
2387 (transform-make-coding-system-args): New function.
2388 (make-coding-system): Accept XEmacs style arguments for CCL base
2389 coding system.
2390
2391 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2392
2393 * progmodes/etags.el (find-tag-noselect): Save the value of
2394 tags-file-name before switching buffers, for the case it has a
2395 buffer-local value.
2396
2397 2001-01-15 Alex Schroeder <alex@gnu.org>
2398
2399 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2400 From Dave Love <fx@gnu.org>.
2401 (ansi-color-for-comint-mode): Fix :version.
2402
2403 2001-01-15 Alex Schroeder <alex@gnu.org>
2404
2405 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2406
2407 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2408
2409 * dired.el (dired-insert-directory): If file-system-info fails,
2410 remove the " free " part, but don't signal an error.
2411
2412 2001-01-12 Sam Steingold <sds@gnu.org>
2413
2414 * bookmark.el (bookmark-maybe-historicize-string):
2415 Use new backquote syntax.
2416
2417 2001-01-12 Richard M. Stallman <rms@gnu.org>
2418
2419 * subr.el (last): Handle a list that doesn't end in nil.
2420
2421 2001-01-12 Sam Steingold <sds@gnu.org>
2422
2423 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2424 to `backward-delete-char-untabify'.
2425
2426 2001-01-12 Dave Love <fx@gnu.org>
2427
2428 * cus-edit.el (customize-menu-create): Fix the :filter following
2429 easymenu change.
2430
2431 * wid-edit.el (function): Add :match-alternatives.
2432 (widget-color-action): Doc fix.
2433
2434 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2435
2436 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2437
2438 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2439
2440 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2441
2442 * international/ccl.el (define-ccl-program): Fix docstring.
2443
2444 2001-01-11 Dave Love <fx@gnu.org>
2445
2446 * international/mule-cmds.el (standard-display-european-internal):
2447 Set display table for 2208 as for 160.
2448
2449 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2450
2451 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2452 entry for custom-menu-create change.
2453 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2454 don't cons it in the search loop.
2455
2456 * imenu.el (imenu--truncate-items): Revert last change.
2457
2458 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2459
2460 * info.el (Info-setup-header-line): If the node header includes
2461 either Next: or Prev: links, don't show the File: and Node: parts
2462 in the header line.
2463
2464 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2465
2466 * comint.el (comint-goto-process-mark): Don't print a message
2467 when running in batch mode.
2468
2469 * isearch.el (isearch-search): In the condition-case handler for
2470 `error', set isearch-invalid-regexp to the whole error message.
2471
2472 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2473 ensure that eval-after-load works for files dumped with Emacs.
2474
2475 * help.el (load-symbol-file-load-history): New function extracted
2476 from function symbol-file.
2477 (symbol-file): Use it.
2478
2479 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2480
2481 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2482
2483 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2484 behave as if there were no prefix argument.
2485 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2486 argument were nil.
2487
2488 2001-01-11 Richard M. Stallman <rms@gnu.org>
2489
2490 * isearch.el (isearch-lazy-highlight-update):
2491 Don't look for more potential matches once maximum is exceeded.
2492 Use overlays-in to check correctly for overlap with current match.
2493 Ignore empty matches.
2494
2495 2001-01-11 Miles Bader <miles@gnu.org>
2496
2497 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2498 (ispell-overlay-window, ispell-help, ispell-show-choices)
2499 (ispell-command-loop): Use it instead of `window-height'.
2500
2501 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2502
2503 * files.el (confirm-kill-emacs): New user-option.
2504 (save-buffers-kill-emacs): Ask for final confirmation before
2505 killing Emacs.
2506
2507 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2508 to nil.
2509
2510 2001-01-10 Dave Love <fx@gnu.org>
2511
2512 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2513
2514 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2515
2516 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2517
2518 * calculator.el (calculator-number-digits): Fix :type.
2519
2520 * vc-cvs.el (vc-cvs-header): Fix :type.
2521 * vc-rcs.el (vc-rcs-header): Fix :type.
2522 * vc-sccs.el (vc-sccs-header): Fix :type.
2523
2524 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2525
2526 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2527
2528 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2529
2530 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2531
2532 * simple.el (set-variable): Force a thorough redisplay for the
2533 case that the variable has an effect on the display, like
2534 `tab-width' has.
2535
2536 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2537
2538 * vc.el: Add documentation for backend interface.
2539
2540 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2541
2542 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2543
2544 * international/mule-conf.el (latin-extra-code-table): Set to t
2545 for \223 and \224.
2546
2547 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2548
2549 * international/mule-cmds.el (locale-language-names): Map "es" to
2550 "Spanish" and "nl" to "Dutch".
2551
2552 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2553
2554 * bindings.el (global-map): Bind <home> to beginning-of-line,
2555 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2556 C-<end> to end-of-buffer.
2557
2558 * language/european.el: Add Dutch and Spanish language info
2559 to be able to use the appropriate tutorials.
2560
2561 2001-01-09 Alex Schroeder <alex@gnu.org>
2562
2563 * ansi-color.el (ansi-color-process-output): Use markers instead
2564 of positions for start and end of region.
2565 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2566 Previously, occasional mistakes happend when fontifying many
2567 chunks of output (eg. ls --color=yes /dev). This happened
2568 whenever an overlay was created up to the end of the region, which
2569 coincided with the process-mark. New text would then be added
2570 within that overlay instead of after it.
2571 (ansi-color-make-extent): Overlays are created with the property
2572 `modification-hooks' set to '(ansi-color-freeze-overlay).
2573 (ansi-color-freeze-overlay): New function. When inserting text at
2574 the end of the overlay, the overlay will resize.
2575
2576 2000-01-09 Alex Schroeder <alex@gnu.org>
2577
2578 * ansi-color.el (ansi-color-process-output): Doc change.
2579 (ansi-color-unfontify-region): Doc change. No longer installed
2580 automatically in font-lock-unfontify-region-function.
2581 (ansi-color-apply): Doc change.
2582 (ansi-color-apply-on-region): Use extents or overlays instead of
2583 text-properties.
2584 (ansi-color-make-extent): New function.
2585 (ansi-color-set-extent-face): New function.
2586
2587 2000-01-09 Alex Schroeder <alex@gnu.org>
2588
2589 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2590 both use ansi-color-process-output, now.
2591 (ansi-color-process-output): Doesn't return string anymore. It is
2592 installed in comint-output-filter-functions for both Emacs and
2593 XEmacs, now.
2594 (ansi-color-unfontify-region): Simplified code removing variables
2595 pos and start-ansi.
2596 (ansi-color-apply): Put text-property ansi-color before putting
2597 text-property face because ansi-color-unfontify-region is called
2598 immediately after the call to put-text-property.
2599 (ansi-color-context-region): Doc change.
2600 (ansi-color-filter-region): Simplified code.
2601 (ansi-color-apply-on-region): Changed start to start-marker, using
2602 a marker explicitly. Put text-property ansi-color before putting
2603 text-property face because ansi-color-unfontify-region is called
2604 immediately after the call to put-text-property.
2605
2606 2000-01-09 Alex Schroeder <alex@gnu.org>
2607
2608 * ansi-color.el (ansi-color-faces-vector): Doc change.
2609 (ansi-color-for-comint-mode): Changed :type property to choice.
2610 (ansi-color-last-context): Removed.
2611 (ansi-color-process-output): Don't use ansi-color-last-context, as
2612 the main functions will store their context now.
2613 (ansi-color-context): Doc change.
2614 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2615 Uses ansi-color-context such that repeated calls will strip
2616 partial escape sequences, too.
2617 (ansi-color-apply): Simplified code. Colorize end of string if
2618 face is not null. Store context in new (FACE STRING) format, such
2619 that repeated calls will strip partial escape sequences, too.
2620 Append faces to face property using ansi-color-apply-sequence such
2621 that cumulative mode actually works.
2622 (ansi-color-context-region): New variable.
2623 (ansi-color-filter-region): Rewrote it based on
2624 ansi-color-apply-on-region. Uses ansi-color-context-region such
2625 that repeated calls will strip partial escape sequences, too.
2626 (ansi-color-apply-on-region): Simplified code. Colorize end of
2627 region if face is not null. Store context in new (FACE POS)
2628 format, such that repeated calls will strip partial escape
2629 sequences, too. Append faces to face property using
2630 ansi-color-apply-sequence such that cumulative mode actually works.
2631 (ansi-color-apply-sequence): New function.
2632 (ansi-color-get-face): When the default face is added to the list
2633 of faces, all previous settings are discarded and the list of
2634 faces is set to '(default).
2635
2636 2000-01-09 Alex Schroeder <alex@gnu.org>
2637
2638 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2639 face, such that ansi-color-apply and ansi-color-apply-on-region
2640 will do the right thing.
2641 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2642 returns nil, set the list of faces back to nil instead of
2643 appending the result of ansi-color-get-face to the front of the list.
2644
2645 2000-01-09 Alex Schroeder <alex@gnu.org>
2646
2647 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2648 (ansi-color-process): Doc change.
2649 (ansi-color-last-context): New buffer-local variable.
2650 (ansi-color-process-output): New function. It is automatically
2651 added to comint-output-filter-functions if this is XEmacs.
2652 (ansi-color-unfontify-region): New optional parameter for XEmacs
2653 compatibility. Check wether font-lock-syntactic-keywords is
2654 boundp before removing the syntax table text property, as XEmacs
2655 doesn't have it.
2656 (ansi-color-filter-region): Doc change.
2657 (ansi-color-apply-on-region): Doc change.
2658 (ansi-color-make-face): New function. Compatibility layer for
2659 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2660 (ansi-color-make-color-map): Use ansi-color-make-face.
2661 (ansi-color-get-face): Avoid face text property '(nil) as results
2662 in an errow for XEmacs.
2663
2664 2000-01-09 Alex Schroeder <alex@gnu.org>
2665
2666 * ansi-color.el (ansi-color-unfontify-region): New function.
2667 Uses text-property ansi-color in order to preserve fontification by
2668 ansi-color. When the package is loaded, a lambda expression is
2669 put onto font-lock-mode-hook. This lambda expression will check
2670 font-lock-unfontify-region-function and replace
2671 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2672 (ansi-color-apply): Add text-property ansi-color in addition to
2673 text-property face.
2674 (ansi-color-apply-on-region): Add text-property ansi-color in
2675 addition to text-property face.
2676 (save-buffer-state): Copy of the macro that is also used by
2677 lazy-lock and font-lock.
2678
2679 (ansi-color-for-comint-mode): New option.
2680 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2681 (ansi-color-for-comint-mode-off): Ditto.
2682 (ansi-color-for-comint-mode-filter): Ditto.
2683 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2684 decide what to do. This function is added to
2685 comint-preoutput-filter-functions when the package is loaded.
2686
2687 (ansi-color-for-shell-mode-set): Removed.
2688 (ansi-color-for-shell-mode): Removed.
2689
2690 2000-01-09 Alex Schroeder <alex@gnu.org>
2691
2692 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2693 the lambda expression from the ansi-color-for-shell-mode :set
2694 property. Additionally, modify shell-mode-hook to enable or
2695 disable font-lock-mode for future shell buffers.
2696 (ansi-color-for-shell-mode): The :set property calls
2697 ansi-color-for-shell-mode-set instead of a lambda expression.
2698
2699 2000-01-09 Alex Schroeder <alex@gnu.org>
2700
2701 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2702 (ansi-color-context): New variable.
2703 (ansi-color-apply): Save context between calls.
2704
2705 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * isearch.el (isearch, isearch-lazy-highlight-face):
2708 New definitions for face colors and attributes.
2709
2710 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2711 of display-mouse-p.
2712
2713 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2714
2715 * international/mule.el (make-coding-system): If the coding system
2716 accepts extra latin codes, register such codes as safe for the
2717 coding system.
2718
2719 2001-01-08 Richard M. Stallman <rms@gnu.org>
2720
2721 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2722 don't mention the file name or the date here, because they are
2723 logged at the start of the file.
2724
2725 2001-01-08 Richard M. Stallman <rms@gnu.org>
2726
2727 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2728 Change screen-width to frame-width.
2729
2730 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2731
2732 * info.el (Info-search): Print the default as part of the prompt.
2733
2734 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2735
2736 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2737 constant implementations in backends.
2738
2739 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2740 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2741
2742 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2743 WRITABLE to EDITABLE.
2744
2745 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2746 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2747 to EDITABLE.
2748
2749 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2750
2751 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2752 (copyright, copyright-update): Compute the current year at run time.
2753
2754 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2755
2756 * isearch.el (isearch-old-signal-hook): Removed.
2757 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2758 instead of setting signal-hook-function.
2759 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2760
2761 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2762
2763 * emulation/edt.el: Update to version 4.0. Provide support for
2764 EDT scroll margins at top and bottom of the window. Provide an
2765 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2766 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2767 user when file-related buffer modifications exist.
2768 Provide support for running EDT Emulation in XEmacs.
2769 Provide customize access to some user updatable variables.
2770 Add Commentary section to file header.
2771 Fixed a few minor bugs and cleaned up some code.
2772
2773 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2774 for detecting a keypress that generates an ASCII key sequence.
2775 (Previously, only a keypress that generates a vector was
2776 recognized.) Embed Window Manager name into name of the generated
2777 EDT Emulation initialization file since the initialization file is
2778 Window Manager specific. Add Commentary section to file header.
2779
2780 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2781
2782 * mail/sendmail.el (mail-mode): Doc fix.
2783
2784 * info.el (Info-goto-emacs-command-node): Doc fix.
2785 (Info-goto-emacs-key-command-node): Doc fix.
2786
2787 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2788
2789 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2790 systems without long file-name support.
2791
2792 2001-01-06 Andrew Innes <andrewi@gnu.org>
2793
2794 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2795
2796 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2797
2798 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2799 (isearch-lazy-highlight-update): Doc fix.
2800
2801 * ffap.el (ffap-bindings): Doc fix.
2802
2803 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2804
2805 2001-01-05 Dave Love <fx@gnu.org>
2806
2807 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2808
2809 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2810
2811 * mouse-drag.el (mouse-drag-safe-scroll):
2812 Bind scroll-preserve-screen-position to nil.
2813
2814 * isearch.el (isearch-old-signal-hook): New variable.
2815 (isearch-mode): Set signal-hook-function to isearch-done.
2816 (isearch-done): Restore old signal-hook-function.
2817
2818 * info.el (Info-fontify-node): Mark one more char as intangible.
2819
2820 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2821
2822 * composite.el (compose-last-chars): New argument COMPONENTS.
2823 If it is non-nil, compose preceding characters by compose-region with
2824 COMPONENTS.
2825
2826 * international/quail.el (quail-input-string-to-events): New function.
2827 (quail-input-method): Convert input string to events here.
2828 (quail-start-translation): Return input string, not event list.
2829 (quail-start-conversion): Likewise.
2830
2831 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2832
2833 * tooltip.el (tooltip-cancel-delayed-tip)
2834 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2835 and tooltip-add-timeout.
2836 (tooltip-show): Set border color from faces's foreground.
2837 (tooltip-show-help-function): If called with the same help string
2838 as last time, do nothing.
2839 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2840
2841 * startup.el (fancy-splash-screens): Don't bind show-help-function
2842 to nil.
2843
2844 * tooltip.el (tooltip-frame-parameters): Remove colors.
2845 (tooltip): New face
2846 (tooltip-set-param): New function.
2847 (tooltip-show): Set up color frame parameters from face `tooltip'.
2848 Display the tooltip text in face `tooltip'.
2849
2850 2001-01-04 Dave Love <fx@gnu.org>
2851
2852 * whitespace.el (whitespace-global-mode): Fix typo.
2853
2854 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2855
2856 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2857
2858 * help.el (help-for-help): Fix a typo in a doc string.
2859 From kwzh@gnu.org (Karl Heuer).
2860
2861 2001-01-03 Dave Love <fx@gnu.org>
2862
2863 * dired-x.el: Doc fixes. Maintainer change.
2864 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2865 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2866 (dired-guess-shell-alist-user): Customize.
2867 (dired-x-help-address): Set to bug-gnu-emacs.
2868 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2869 (dired-default-directory): Renamed from default-directory.
2870
2871 * hl-line.el (hl-line): Doc fix.
2872
2873 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2874
2875 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2876
2877 2001-01-02 Richard M. Stallman <rms@gnu.org>
2878
2879 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2880 to remove all the current alternative-match highlighting.
2881 If nil, remove only what's outside the current window.
2882 (isearch-lazy-highlight-remove-overlays): Take optional
2883 region within which NOT to remove them.
2884 (isearch-lazy-highlight-new-loop): Greatly simplified.
2885 (isearch-lazy-highlight-update): Find all the other occurrences
2886 visible in the window, in just one call.
2887 (isearch-lazy-highlight-start): Now holds start of region to scan.
2888 (isearch-lazy-highlight-end): Now holds end of region to scan.
2889 (isearch-lazy-highlight-wrapped): Variable deleted.
2890 (isearch-lazy-highlight-search): Function deleted.
2891
2892 2000-01-02 Andrew Innes <andrewi@gnu.org>
2893
2894 * w32-fns.el (convert-standard-filename): Do length check on name
2895 before aref.
2896
2897 2001-01-02 Dave Love <fx@gnu.org>
2898
2899 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2900 value.
2901 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2902
2903 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2904
2905 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2906 read syntax.
2907
2908 * calendar/todo-mode.el (todo): Add :link, :version.
2909 (todo-save-top-priorities): Remove autoload cookie.
2910 (todo-add-category, todo-add-item-non-interactively)
2911 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2912
2913 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2914
2915 * comint.el (comint-input-history-ignore): New variable.
2916 (comint-read-input-ring): Ignore entries matching
2917 comint-input-history-ignore.
2918
2919 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2920
2921 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2922 (lm-copyright-mark): New function.
2923 (lm-crack-copyright): New function.
2924 (lm-verify): Check that the file has a copyright.
2925 Check that the file is copyright Free Software Foundation.
2926
2927 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2928
2929 * international/mule-diag.el (print-fontset): Indent font name by
2930 24 columns, not 25.
2931
2932 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2933
2934 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2935 in Subject line.
2936
2937 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2938 Use mail-mode-hook instead of mail-setup-hook.
2939 Otherwise continuing an interrupted message with C-u C-x m for
2940 instance, winds up in Mail mode without abbrevs.
2941
2942 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2943
2944 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2945 non-nil. Adding almost all customization variables on ps-setup.
2946 Doc fix.
2947 (ps-print-version): New version number (6.3.3).
2948 (ps-end-with-control-d): Initialization fix.
2949 (ps-lines-printed): New var.
2950 (ps-skip-newline): New fun.
2951 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2952 (ps-next-line, ps-continue-line, ps-plot-region)
2953 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2954
2955 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2956
2957 * international/fontset.el (x-complement-fontset-spec):
2958 Resolve ASCII font name so that the same family name is used for fonts
2959 registered in x-font-name-charset-alist.
2960 (create-fontset-from-fontset-spec): Adjusted for the above change.
2961 The name of fontset alias should be a unresolved ASCII font name.
2962
2963 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2964
2965 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2966 and delete in isearch-mode-map.
2967
2968 2000-12-28 Richard M. Stallman <rms@gnu.org>
2969
2970 * dired-x.el (dired-guess-shell-alist-default):
2971 Use xpdf instead of acroread.
2972
2973 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2974
2975 * textmodes/artist.el (artist-butlast): Deleted.
2976 (artist-ellipse-mirror-quadrant): Use butlast instead of
2977 artist-butlast.
2978
2979 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2980
2981 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2982
2983 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2984
2985 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2986
2987 * ls-lisp.el: Better support for the Mac and MS-Windows.
2988 (ls-lisp): New defgroup.
2989 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2990 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2991 (ls-lisp-support-shell-wildcards): New defcustoms.
2992 (ls-lisp-parse-symlink): New function.
2993 (insert-directory): Code to convert switches to a list and set up
2994 the wildcard argument copied from ls-lisp-insert-directory.
2995 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2996 for -C and -R switches.
2997 (ls-lisp-column-format): New function.
2998 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2999 (ls-lisp-format-time): Add doc strings.
3000 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
3001 Support ls-lisp-dirs-first.
3002 (ls-lisp-classify, ls-lisp-extension): New functions.
3003 (ls-lisp-format): Optionally support emulation of symlinks.
3004 Support -i, -s, and -G switches.
3005
3006 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3007
3008 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
3009
3010 * version.el (emacs-version): Print X scroll bar information.
3011
3012 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
3013 instead of x-toolkit-scroll-bars-p.
3014
3015 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
3016 of x-toolkit-scroll-bars-p.
3017
3018 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
3021 (ffap-bindings): Doc fix, to reflect the above change.
3022
3023 2000-12-27 Kenichi Handa <handa@etl.go.jp>
3024
3025 * term.el (term-char-mode): Define all non-ascii self-inserting
3026 characters to 'term-send-raw in term-raw-map.
3027
3028 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
3029
3030 * viper-init (viper-restore-cursor-type): Added condition-case guard.
3031
3032 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
3033 Changed initialization; use add-hook.
3034 (ediff-file-remote-p): Use file-local-copy.
3035
3036 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
3037
3038 * ediff.el (ediff-patch-buffer): Bug fix.
3039 (ediff-revision): Allow selection of the file at the prompt.
3040
3041 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
3042
3043 * subr.el (combine-run-hooks): Remove.
3044
3045 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
3046 and remove the rogue second spec.
3047
3048 2000-12-23 Gerd Moellmann <gerd@gnu.org>
3049
3050 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
3051
3052 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
3053
3054 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
3055 Use minibuffer menu prompt for the `=' prefix.
3056 (smerge-command-prefix): Change default to C-^.
3057 (smerge-mode): Don't assume font-lock doesn't move point.
3058
3059 * skeleton.el (skeleton-internal-1): Make sure the first line of
3060 the region is also re-indented.
3061 (skeleton-end-newline): New var.
3062 (skeleton-end-hook): Use it.
3063
3064 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3065
3066 * comint.el (comint-password-prompt-regexp): Support CVS.
3067
3068 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3069
3070 * simple.el (delete-key-deletes-forward-mode): Simplify.
3071 Also backspace key combinations, depending on
3072 delete-key-deletes-forward.
3073
3074 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3075
3076 * simple.el (delete-key-deletes-forward): Doc fix.
3077
3078 2000-08-22 Emmanuel Briot <briot@gnat.com>
3079
3080 * xml.el (top level comment): Updated to reflect the fact that
3081 white spaces are relevant in the XML file.
3082 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3083 to parse was already edited. This allows for on-the-fly analysis
3084 of XML files.
3085 (xml-parse-tag): Check that the casing is the same in the start
3086 tag and end tag, since XML is case-sensitive. Allows for spaces
3087 in the end tag, after the name of the tag.
3088 (xml-parse-attlist): Allow for the character '-' in the name of
3089 attributes, as in the standard http-equiv attribute Do not save
3090 the properties in the XML tree, since they are not relevant.
3091
3092 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * generic.el (generic-read-type): Undo last change, inline into
3095 `generic-mode' and then remove.
3096 (generic-mode): Inline generic-read-type.
3097 (define-generic-mode): Push the symbol name rather than the symbol
3098 onto generic-mode-list.
3099
3100 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3101
3102 * generic.el (generic-read-type): Build an alist for
3103 completing-read as in 20.7.
3104
3105 * play/landmark.el (lm): Use interactive spec `P'.
3106 (toplevel): Don't set debug-on-error.
3107
3108 * server.el (server-switch-buffer): Choose a window on a visible frame.
3109
3110 2000-12-21 Dave Pearson <davep@davep.org>
3111
3112 * quickurl.el: Commentry change, I've moved my web site.
3113
3114 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3115
3116 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3117 ranges like \177-\237, but accepts the character sequence from \177 to
3118 \237. Doc fix.
3119 (ebnf-version): New version (3.4).
3120 (ebnf-setup): Code fix.
3121 (ebnf-range-regexp): New fun.
3122 (ebnf-8-bit-chars): Const fix.
3123
3124 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3125 entry. Doc fix.
3126 (ebnf-bnf-lex): Code fix.
3127 (ebnf-bnf-comment-chars): Const fix.
3128
3129 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3130 entry. Doc fix.
3131 (ebnf-iso-comment-chars): Const fix.
3132
3133 * ebnf-otz.el: Doc fix.
3134
3135 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3136 entry. Doc fix.
3137 (ebnf-yac-skip-code): Code fix.
3138 (ebnf-yac-comment-chars): Const fix.
3139
3140 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3141
3142 * files.el (insert-directory-safely): New function.
3143 (recover-file): Use it instead of insert-directory.
3144 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3145
3146 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3147
3148 * international/mule-cmds.el (select-safe-coding-system):
3149 Check coding-category-list more rigidly. Improve help message.
3150
3151 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3152
3153 2000-12-21 Miles Bader <miles@gnu.org>
3154
3155 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3156
3157 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3158
3159 * international/mule-diag.el (describe-char-after): Make *Help*
3160 buffer inherit multibyteness of the current buffer.
3161
3162 * international/mule.el (make-char): Docstring adjusted for the
3163 change of make-char-internal.
3164
3165 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * international/iso-cvt.el: Docstrings fix.
3168
3169 2000-12-20 Dave Love <fx@gnu.org>
3170
3171 * subr.el (eval-after-load): Doc fix.
3172
3173 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3174
3175 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3176 for numbers.
3177
3178 2000-12-20 Miles Bader <miles@gnu.org>
3179
3180 * international/quail.el (quail-help): Resize the help window
3181 again after it has all its contents. Remove unneeded progn.
3182
3183 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3184
3185 * pcmpl-linux.el: Fix copy/paste error.
3186
3187 2000-12-19 Andrew Innes <andrewi@gnu.org>
3188
3189 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3190
3191 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3192
3193 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3194
3195 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3196
3197 * progmodes/idlw-shell.el: Fixed copyright notice.
3198
3199 * progmodes/idlwave.el: Fixed copyright notice.
3200
3201 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3202 TAB as key separators.
3203
3204 2000-12-19 Alex Schroeder <alex@gnu.org>
3205
3206 * sql.el (sql-sybase-options): New option.
3207 (sql-sybase): Use it. Add sql-database to the list of parameters
3208 provided for login. The options -w 2048 -n are not used any more.
3209 (sql-postgres-options): Changed default from "--pset" to "-P".
3210 (sql-mysql-options): Doc change.
3211 (sql-stop): Doc change.
3212
3213 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3214
3215 * international/quail.el (quail-input-method): Always hide
3216 the guidance buffer on exiting.
3217
3218 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3219
3220 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3221 isn't fboundp.
3222
3223 * server.el (server-buffer-done): Bury the buffer before
3224 killing it.
3225
3226 * faces.el (face-spec-set): Interpret a nil in specs for
3227 foreground and background colors as `unspecified', for
3228 compatibility with 20.x.
3229
3230 2000-12-18 Dave Love <fx@gnu.org>
3231
3232 * simple.el (mail-user-agent): Doc fix.
3233 (input-mode-8-bit): Removed.
3234
3235 * international/mule.el (set-keyboard-coding-system): Doc fix.
3236 (keyboard-coding-system): New option.
3237
3238 * mail/sendmail.el (send-mail-function): Customize.
3239
3240 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3241
3242 * international/codepage.el (cp866-decode-table): New table.
3243
3244 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3245
3246 * version.el (emacs-version): Remove `%a' from the time format
3247 because the weekday doesn't fit well into each locale.
3248
3249 2000-12-18 Miles Bader <miles@gnu.org>
3250
3251 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3252
3253 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3254 Check that emacs-major-version is `=' to 20, not `>='.
3255 (artist-replace-chars): Use `make-string' instead of a loop.
3256
3257 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3258
3259 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3260 (cvs-execute-single-file): Don't change directory.
3261 Patch from Per Cederqvist.
3262
3263 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3264
3265 * textmodes/ispell.el (check-ispell-version):
3266 If `ispell-program-name' is "aspell", pass it the -v switch instead
3267 of -vv.
3268
3269 2000-12-16 Kenichi Handa <handa@etl.go.jp>
3270
3271 * international/mule-diag.el (mule-diag): Insert information about
3272 configure options, multibyte awareness, language env.
3273
3274 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3275 regexp to search for candidates.
3276
3277 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3278
3279 * info.el (Info-forward-node): If the node has an
3280 Info-header-line, widen the buffer before searching for "next:"
3281 and "up:" pointers, and set the search limit to stay in the
3282 current node.
3283
3284 2000-12-16 Miles Bader <miles@gnu.org>
3285
3286 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3287
3288 2000-12-15 Miles Bader <miles@gnu.org>
3289
3290 * comint.el (comint-send-string, comint-send-region): Also accept
3291 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3292 process-send-string/region.
3293
3294 2000-12-15 Gerd Moellmann <gerd@gnu.org>
3295
3296 * isearch.el (isearch-lazy-highlight-max): New user-option.
3297 (isearch-lazy-highlight-update): Don't highlight more than
3298 isearch-lazy-highlight-max matches.
3299
3300 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3301
3302 2000-12-15 Richard M. Stallman <rms@gnu.org>
3303
3304 * sort.el (sort-columns): Fix error message.
3305
3306 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3307 `upcase' or `downcase' or nil.
3308 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3309 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3310 (dabbrev--substitute-expansion): New arg record-case-pattern.
3311 If it is non-nil, set dabbrev--last-case-pattern.
3312 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3313
3314 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3315
3316 2000-12-15 Miles Bader <miles@gnu.org>
3317
3318 * paths.el (Info-default-directory-list): Don't delete
3319 configure-info-directory from the list of standard info
3320 directories when appending it to the end -- their order is important.
3321
3322 * faces.el (read-face-attribute): If there's no entry for the
3323 user's input in VALID, just use it as-is (this will often result
3324 in an error, but it may be OK for e.g. colors using hexadecimal
3325 notation, and at least will yield a better error message).
3326
3327 * window.el (mode-line-window-height-fudge): Function removed.
3328 (height-affecting-face-attributes, mode-line-window-height-fudge):
3329 Variables removed.
3330 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3331 window is really the right size. Use vertical-motion
3332 rather than forward-line.
3333 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3334 (ispell-command-loop, ispell-show-choices): Use the variable
3335 ispell-choices-win-default-height, rather than the function.
3336 (ispell-choices-win-default-height): Function removed.
3337 (ispell-mode-line-window-height-fudge): Function removed.
3338
3339 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3340
3341 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3342
3343 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * paths.el (Info-default-directory-list):
3346 If configure-info-directory is not one of the standard directories,
3347 put it first in the list; otherwise put it last. Doc string
3348 changed accordingly.
3349
3350 * info.el (Info-directory-list): Change doc string to reflect the
3351 change in Info-default-directory-list.
3352
3353 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3354 windows-nt as windowed environments, even under -nw.
3355
3356 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3357 if not fboundp. Switch delete-forward mode for the <delete> key
3358 on all PC platforms, even under -nw.
3359
3360 * term/internal.el ([M-delete]): Remap to M-d.
3361
3362 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3363
3364 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3365
3366 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3367
3368 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3369
3370 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3371
3372 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3373 if appropriate.
3374
3375 * simple.el (delete-key-deletes-forward): New user-option.
3376 (delete-key-deletes-forward-mode): New function.
3377
3378 * bindings.el: Bind `delete' to backward-delete-char.
3379
3380 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3381 Test if symbol is bound before getting its value.
3382
3383 * tooltip.el (tooltip-show): If an error is signaled in
3384 x-show-tip, display that error, and display the help in the
3385 echo area.
3386
3387 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3388
3389 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3390 Show "... entries" messages for every 10000 entries, not 10.
3391
3392 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3393
3394 * bookmark.el: Provide a generic exit hook, as suggested by
3395 Ovidiu Predescu <ovidiu@cup.hp.com>:
3396 (bookmark-exit-hook): New var.
3397 (bookmark-exit-hook-internal): New func, replaces
3398 old raw lambda form in `kill-emacs-hook', and runs new
3399 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3400 as logically that feature must have been provided if this function
3401 is running.
3402 Removed ;;;###autoload before the `add-hook' call.
3403
3404 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3405
3406 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3407 (easy-menu-current-active-maps): New function.
3408 (easy-menu-get-map): Use it.
3409 Make a proper menu entry when creating a new keymap.
3410
3411 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3412
3413 * international/characters.el: Fix cases and syntaxes for
3414 mule-unicode-0100-24ff.
3415
3416 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3417 that a Japanese character is not appended after day and year.
3418
3419 * info.el (Info-suffix-list): Change format for a command that
3420 requires arguments.
3421 (info-insert-file-contents): Adjusted for the above change.
3422
3423 2000-12-12 Andreas Schwab <schwab@suse.de>
3424
3425 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3426 on the name of the tar buffer. Verify that the existing buffer is
3427 visiting the same subfile.
3428
3429 2000-12-12 Dave Love <fx@gnu.org>
3430
3431 * subdirs.el: Add obsolete.
3432
3433 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3434
3435 * mail/rmailsum.el (rmail-summary-expunge)
3436 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3437 instead of rmail-confirm-expunge.
3438
3439 * replace.el (perform-replace): Don't use an empty match adjacent
3440 to a non-empty match when computing the next match before the
3441 replacement is performed.
3442
3443 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3444
3445 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3446 definition (patch by Stefan Monnier).
3447 (glasses-mode): Use jit-lock instead of `after-change-functions'
3448 (patch by Stefan Monnier).
3449
3450 2000-12-12 Miles Bader <miles@gnu.org>
3451
3452 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3453 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3454
3455 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3456
3457 * term/mac-win.el: Remove load for ls-lisp.
3458
3459 * loadup.el: Load ls-lisp for system-type `macos'.
3460
3461 2000-12-12 Miles Bader <miles@gnu.org>
3462
3463 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3464 Respect field end too.
3465 (just-one-space): Respect fields as `delete-horizontal-space'.
3466 (newline-and-indent, reindent-then-newline-and-indent):
3467 Use `delete-horizontal-space'.
3468
3469 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3470
3471 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3472 (so as to obey the field property in the minibuffer).
3473
3474 * obsolete/c-mode.el: Moved from lisp/progmodes.
3475 * obsolete/auto-show.el: Moved from lisp.
3476 * obsolete/ooutline.el: Moved from lisp/textmodes.
3477
3478 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3479
3480 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3481 changes to list them here.
3482
3483 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3484 Too many changes to list them here.
3485
3486 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3487 Too many changes to list them here.
3488
3489 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3490
3491 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3492
3493 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3494
3495 * cus-edit.el (custom-save-variables, custom-save-faces):
3496 Comment fix.
3497
3498 * hscroll.el: Moved to `obsolete' subdir.
3499
3500 2000-12-11 Miles Bader <miles@gnu.org>
3501
3502 * window.el (window-text-height): Function removed (now in C).
3503
3504 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3505
3506 * log-edit.el (log-edit-parent-buffer): New var.
3507 (log-edit): Set it. Add BUFFER argument.
3508 (log-edit-done): Use char-before.
3509 Don't bother checking validity of vc-comment-ring.
3510 Only bury the buffer if log-edit popped it up.
3511
3512 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3513 (cvs-mode-diff-help): Remove.
3514 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3515 (cvs-mode-marked): Set up the default for CMD manually.
3516
3517 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3518 Remove binding for ? now made unnecessary.
3519
3520 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3521
3522 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3523 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3524
3525 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3526 when master file is not open.
3527
3528 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3529
3530 * progmodes/ada-stmt.el: Update `maintainer'.
3531
3532 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3533
3534 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3535 choices to match documentation string.
3536
3537 2000-12-09 Miles Bader <miles@gnu.org>
3538
3539 * minibuf-eldef.el: New file.
3540
3541 * window.el (fit-window-to-buffer): Don't pass last argument to
3542 pos-visible-in-window-p, now that its meaning is inverted.
3543
3544 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3547 <ceder@lysator.liu.se>.
3548
3549 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3550
3551 * autoinsert.el (auto-insert-alist): Add missing final \n.
3552
3553 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3554 (cvs-menu-map): Remove.
3555 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3556 (cvs-mode-quit): Turn it back into a plain function.
3557
3558 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3559 (texinfo-filter): Remove (move to texinfo.el).
3560
3561 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3562 file where it's more visible.
3563 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3564 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3565 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3566 (texinfo-inside-macro-p): Only catch `scan-error's.
3567 (texinfo-inside-env-p): Make better use of the match info.
3568 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3569 (texinfo-insert-@end): Slight re-organization.
3570 Also remove useless `looking-at' call.
3571
3572 2000-12-08 Andrew Innes <andrewi@gnu.org>
3573
3574 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3575 accessible in -nw mode.
3576
3577 * term/w32-win.el: Remove stuff about selection timeout, which is
3578 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3579 it is accessible in -nw mode.
3580
3581 2000-12-08 Dave Love <fx@gnu.org>
3582
3583 * emacs-lisp/lisp-mode.el (lisp-mode):
3584 Set font-lock-keywords-case-fold-search.
3585
3586 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3587
3588 * textmodes/ispell.el (ispell): Doc fix.
3589
3590 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3591
3592 * international/quail.el (quail-insert-decode-map): Check the
3593 frame width of a window displaying the current buffer, not that of
3594 the selected frame.
3595 (quail-help): Make sure that the help buffer has window before
3596 inserting text in it.
3597
3598 2000-12-07 Sam Steingold <sds@gnu.org>
3599
3600 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3601 Backquote is used in isearch.el, so autoloading saves nothing.
3602
3603 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3604
3605 * startup.el (normal-top-level-add-subdirs-to-load-path):
3606 Ignore the CVS and RCS subdirectories case-insensitively.
3607
3608 * dired.el (dired-insert-directory): If file-system-info is
3609 fboundp, call it instead of invoking dired-free-space-program.
3610
3611 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3612
3613 * server.el (server-visit-files): Push files on file-name-history.
3614
3615 * progmodes/cc-langs.el: Update copyright.
3616
3617 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3618
3619 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3620
3621 * bindings.el (mode-line-mode-menu): Reverse the order
3622 of define-keys so that the menu appears in alphabetical order.
3623
3624 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3625
3626 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3627 of the function.
3628
3629 2000-12-07 Dave Love <fx@gnu.org>
3630
3631 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3632
3633 * facemenu.el (facemenu-unlisted-faces): Fix value.
3634
3635 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3636
3637 * font-lock.el (font-lock-default-fontify-region):
3638 Include the terminating \n (off-by-one error).
3639 (font-lock-set-defaults): Use dolist.
3640
3641 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3642
3643 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3644
3645 * international/mule-cmds.el (describe-language-environment):
3646 Fix for the case that an input method title is not string but a list.
3647
3648 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3649 of wrong SIZE record.
3650
3651 2000-12-06 Dave Love <fx@gnu.org>
3652
3653 * newcomment.el (comment-region, comment-dwim): Doc fix.
3654
3655 * textmodes/texinfo.el: Require tex-mode when compiling.
3656 (texinfo-update-node): Doc fix.
3657 (texinfo-imenu-generic-expression): Add @anchor.
3658 (texinfo-font-lock-keywords): Add @uref.
3659 (texinfo-inside-macro-p): Don't use ignore-errors.
3660 (texinfo-insert-quote): Match more contexts.
3661
3662 * international/mule.el (decode-char, encode-char): Doc fix.
3663 (auto-coding-alist): Customize.
3664
3665 * files.el (load-file): Fix change of 2000-03-12.
3666
3667 * wid-edit.el (widget-text-keymap): Doc fix.
3668
3669 2000-12-06 Andrew Innes <andrewi@gnu.org>
3670
3671 * makefile.w32-in (lisp): Set to an absolute directory, namely
3672 $(CURDIR).
3673
3674 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3675
3676 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3677 read generated-autoload-file, and set buffer-file-coding-system to
3678 raw-text-unix after reading the file.
3679
3680 * international/mule-conf.el (file-coding-system-alist):
3681 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3682
3683 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3684
3685 * replace.el (occur): Make line-number-width 1 smaller for the
3686 colon following the line number.
3687
3688 * startup.el (fancy-splash-text, command-line-1):
3689 Use `File' for the menu name instead of `Files'.
3690
3691 * tmm.el: Update copyright.
3692
3693 * cus-start.el: Add entry for even-window-heights.
3694
3695 2000-12-06 Miles Bader <miles@gnu.org>
3696
3697 * faces.el (frame-set-background-mode): Avoid stomping on
3698 locally modified faces.
3699
3700 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3701
3702 * international/fontset.el: Correct the font registries for
3703 japanese-jisx0213-1 and japanese-jisx0213-2.
3704
3705 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3706
3707 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3708
3709 * iswitchb.el: Update customization commentary.
3710
3711 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3712
3713 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3714 (tpu-search-highlight): Fixed comparison of overlay end positions.
3715 (tpu-trim-line-ends): Implemented trimming logic locally.
3716
3717 * emulation/tpu-extras.el (tpu-write-file-hook)
3718 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3719
3720 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3721
3722 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3723 to cn-gb.
3724 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3725
3726 2000-12-04 Dave Love <fx@gnu.org>
3727
3728 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3729
3730 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3731
3732 * mail/rmailsum.el (rmail-summary-expunge)
3733 (rmail-summary-expunge-and-save): Ask for confirmation with
3734 rmail-expunge-confirmed.
3735
3736 * mail/rmail.el (rmail-expunge-confirmed): New function.
3737 (rmail-expunge): Use it.
3738
3739 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3740
3741 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3742 (etags-recognize-tags-table, find-tag-in-order):
3743 New functionality: interpret file names as tags.
3744
3745 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3748 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3749 the first subnode until the bottom of the current node is visible.
3750
3751 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3752
3753 * format.el (format-decode): Don't change buffer's undo list.
3754
3755 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3756
3757 * faces.el (face-font-registry-alternatives): Add entries for CJK
3758 fonts. Doc-string adjusted for the actual usage of this data.
3759
3760 * international/fontset.el: Change the font registries for CJK
3761 fonts in the default fontset. Don't append '*' to registries.
3762
3763 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3764
3765 * emacs-lisp/easy-mmode.el (define-derived-mode)
3766 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3767
3768 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3769 (derived-mode-p): New function.
3770 (derived-mode-make-docstring): Add `docstring' argument.
3771 Use it if available and complete it if necessary.
3772
3773 2000-12-03 Andreas Schwab <schwab@suse.de>
3774
3775 * type-break.el (type-break): Don't make parent of itself.
3776
3777 2000-12-03 Miles Bader <miles@gnu.org>
3778
3779 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3780
3781 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3782
3783 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3784 (tex-main-file, tex-file): Simplify.
3785 (tex-generate-zap-file-name): Use subst-char-in-string.
3786 (tex-strip-dots): Remove.
3787
3788 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3789
3790 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3791 to check if the match succeeded.
3792
3793 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3794
3795 * startup.el (use-fancy-splash-screens-p): New function.
3796 (command-line-1): Use it to determine whether or not to use
3797 a fancy splash screen.
3798
3799 2000-12-02 Andreas Schwab <schwab@suse.de>
3800
3801 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3802
3803 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3804
3805 * international/mule.el (make-char): Fix last change.
3806
3807 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3808 New defcustoms.
3809 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3810 autoloading tex-mode; instead, do the same manually.
3811 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3812 with numeric argument. Docstring fix.
3813 (toplevel): Require cl when compiling.
3814
3815 * international/mule.el (make-char): Doc fix.
3816
3817 2000-12-02 Jason Rumney <jasonr@gnu.org>
3818
3819 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3820 the Emacs Lisp manual)
3821
3822 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3823
3824 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3825
3826 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3827 the Emacs Lisp manual).
3828
3829 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3830
3831 * simple.el (next-line-add-newlines): Change default to nil.
3832
3833 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3834
3835 * files.el (revert-buffer, recover-file):
3836 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3837
3838 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3839
3840 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3841
3842 2000-12-01 Miles Bader <miles@gnu.org>
3843
3844 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3845
3846 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3847
3848 * international/mule-diag.el (describe-char-after): Fix typo.
3849 (describe-character-set, non-iso-charset-alist): Fix typo.
3850
3851 2000-12-01 Miles Bader <miles@gnu.org>
3852
3853 * image-file.el (image-file-name-regexp): Automatically add
3854 upper-case variants of each filename extension in
3855 `image-file-name-extensions', since they seem to be common.
3856
3857 * simple.el (minibuffer-contents)
3858 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3859 New functions.
3860 * filecache.el (file-cache-directory-name)
3861 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3862
3863 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3864
3865 * filecache.el (file-cache-minibuffer-complete): Don't try to
3866 delete the minibuffer prompt.
3867
3868 2000-11-30 Dave Love <fx@gnu.org>
3869
3870 * cus-start.el: Fix read-buffer-function type.
3871
3872 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3873
3874 * md5.el: Removed. There's a built-in function, now.
3875
3876 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3877
3878 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3879 as dummy 0-th char of rmail-deleted-vector.
3880
3881 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3882
3883 * ps-print.el (ps-end-job): Bind case-fold-search only after
3884 switching to ps-spool-buffer.
3885
3886 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3887
3888 * ps-print.el: Line number font customization. PostScript: Lines and
3889 PageCount are initialized on each page. Doc Fix.
3890 (ps-print-version): New version number (6.3.2).
3891 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3892 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3893 (ps-right-header): Customization fix.
3894 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3895 Fix code.
3896 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3897 New vars.
3898
3899 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3900
3901 * bs.el: Fix typos and spelling errors.
3902 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3903 (bs-configuration): Doc fix.
3904
3905 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3906
3907 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3908
3909 * emulation/tpu-edt.el (tpu-version): New version.
3910 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3911 (tpu-original-mode-line): Variable deleted.
3912 (tpu-mark-flag): New initial value.
3913 (tpu-set-mode-line): Don't redefine mode-line-format.
3914 Add tpu-mark-flag to minor-mode-alist.
3915 (tpu-update-mode-line): New mark flag logic.
3916 (tpu-get): Use find-file-wildcards.
3917 (tpu-search-highlight): Move overlay less, reset overlay properly.
3918 (tpu-unselect): Deactivate mark.
3919 (tpu-lm-replace): Reset overlay properly.
3920 (tpu-forward-line): Use forward-visible-line.
3921 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3922
3923 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3924
3925 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3926
3927 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3928
3929 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3930
3931 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3932 and skip whitespace and newlines.
3933
3934 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3935
3936 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3937
3938 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3939
3940 * help.el (describe-function-1): Regexp-quote function name
3941 when used as part of a regexp.
3942
3943 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3944 Use face-attribute instead of face-foreground and face-background.
3945 (tool-bar-add-item): Likewise, and handle unspecified colors.
3946
3947 * enriched.el (enriched-face-ans): Use face-attribute instead
3948 of face-foreground and face-background.
3949
3950 * faces.el (face-foreground, face-background, face-stipple):
3951 Return nil if attribute is unspecified, for backward compatibility.
3952
3953 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3954
3955 * play/5x5.el: Remove version info.
3956
3957 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3958
3959 * frame.el (blink-cursor-mode): Doc fix.
3960
3961 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3962
3963 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3964 to create Makefile rules.
3965 (antlr-tool-command): New user option.
3966 (antlr-ask-about-save): New user option.
3967 (antlr-makefile-specification): New user option.
3968 (antlr-file-formats-alist): New variable.
3969 (antlr-special-file-formats): New variable.
3970 (antlr-unknown-file-formats): New user option.
3971 (antlr-help-unknown-file-text): New variable.
3972 (antlr-help-rules-intro): New variable.
3973 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3974 (antlr-mode-menu): Add entries.
3975 (antlr-file-dependencies): New function.
3976 (antlr-directory-dependencies): New function.
3977 (antlr-superclasses-glibs): New function.
3978 (antlr-run-tool): New command.
3979 (antlr-makefile-insert-variable): New function.
3980 (antlr-insert-makefile-rules): New function.
3981 (antlr-show-makefile-rules): New command.
3982
3983 * antlr-mode.el: More Emacs/XEmacs stuff.
3984 (antlr-no-action-keywords): New constant with value nil.
3985 (antlr-font-lock-keywords-alist): Use it. Old value would break
3986 syntax highlighting in Emacs-21.0.
3987 (antlr-default-directory): Emacs/XEmacs dependend function.
3988 (antlr-read-shell-command): Ditto.
3989 (antlr-with-displaying-help-buffer): Ditto.
3990
3991 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3992
3993 * antlr-mode.el: imenu, parsing and highlighting changes.
3994 (antlr-imenu-create-index-function): Don't create extra submenus
3995 for definitions in different grammar classes. It is not necessary
3996 for the menu and would make command `imenu' awkward to use.
3997 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3998 header actions and more than one.
3999 (antlr-font-lock-tokendef-face): Changed color.
4000 (antlr-font-lock-tokenref-face): Changed color.
4001 (antlr-font-lock-additional-keywords): Also highlight lowercase.
4002 (antlr-mode-syntax-table): New variable.
4003 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
4004 (antlr-with-syntax-table): Don't copy syntax table.
4005
4006 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4007
4008 * antlr-mode.el: Minor changes: language setting.
4009 (antlr-language-alist): The value for file option "language" can
4010 be both an identifier and a string.
4011 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
4012 (antlr-language-limit-n-regexp): Change accordingly.
4013
4014 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4015
4016 * antlr-mode.el: Minor changes: tabs, hiding.
4017 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
4018 (antlr-action-visibility): Also allow value nil to also hide the
4019 braces. Renamed from `antlr-tiny-action-length'.
4020 Suggested by Jay@aol.com.
4021 (antlr-hide-actions): Change accordingly. Hide line if completely
4022 hidden action is on a line of its own.
4023
4024 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4025
4026 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
4027
4028 * sort.el (sort-columns): Don't concat strings with numbers.
4029
4030 2000-11-29 Dave Love <fx@gnu.org>
4031
4032 * cus-edit.el (face): Fix :format.
4033
4034 * mail/feedmail.el: Require smtpmail when compiling.
4035 (mail-do-fcc): Autoload.
4036 (feedmail) <defgroup>: Fix :link.
4037 (feedmail-nuke-body-in-fcc): Fix :type.
4038 (feedmail-send-it): Add autoload cookie.
4039
4040 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
4041
4042 * newcomment.el (comment-indent): Save excursion around call to
4043 comment-indent-function.
4044
4045 2000-11-29 Miles Bader <miles@gnu.org>
4046
4047 * subr.el (member-ignore-case): Return the tail of the list who's
4048 car matches, like `member', not the matching element itself.
4049
4050 2000-11-29 Kenichi Handa <handa@etl.go.jp>
4051
4052 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
4053 should not contain `\n'.
4054
4055 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4056
4057 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4058
4059 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
4060
4061 * dired-aux.el (dired-do-create-files): Construct default file
4062 name for dired-mark-read-file-name so that when the user enters
4063 just RET, the target file will end up in the target directory.
4064
4065 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4066 local-abbrev-table before changing buffers because it might
4067 have a buffer-local binding.
4068
4069 2000-11-28 Miles Bader <miles@gnu.org>
4070
4071 * simple.el (delete-horizontal-space): Handle fields more generally.
4072
4073 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4074
4075 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4076
4077 2000-11-28 Dave Love <fx@gnu.org>
4078
4079 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4080 comment-start-skip locally.
4081
4082 * progmodes/fortran.el (fortran-mode): Don't set
4083 fortran-comment-line-start-skip. Set comment-start to
4084 fortran-comment-line-start.
4085 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4086 (fortran-comment-line-start-skip): Simplify slightly.
4087
4088 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4089
4090 * play/5x5.el: Remove RCS keyword.
4091
4092 * bs.el: Mistaken commit, undone 2000-11-30.
4093
4094 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4095
4096 * textmodes/tildify.el (tildify-string-alist):
4097 Add `plain-tex-mode' here.
4098
4099 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4100
4101 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4102 reference.
4103
4104 2000-11-28 Miles Bader <miles@gnu.org>
4105
4106 * cus-face.el (custom-face-attributes): Add post-filter function
4107 for :box. Make pre-filter function for :box handle all cases.
4108
4109 * wid-edit.el (widget-choose): Make sure pop-up window is large
4110 enough to display all the choices, as there's no way to scroll it.
4111
4112 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4113
4114 * international/mule-conf.el: Make the coding system no-conversion
4115 safe for all characters.
4116
4117 2000-11-27 Dave Love <fx@gnu.org>
4118
4119 * net/ldap.el (ldap) <defgroup>: Add :version.
4120
4121 * tooltip.el (tooltip-use-echo-area): Doc fix.
4122
4123 * cus-start.el <minibuffer-prompt-properties>: Add version.
4124 <read-buffer-function>: Add.
4125
4126 * apropos.el (apropos-print): Add help-echo to active text.
4127
4128 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4129
4130 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4131
4132 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4133 type, group and version.
4134
4135 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4136
4137 * select.el (x-get-selection): Docstring fix.
4138
4139 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4140
4141 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4142
4143 2000-11-27 Andrew Innes <andrewi@gnu.org>
4144
4145 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4146
4147 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4148
4149 2000-11-27 Miles Bader <miles@gnu.org>
4150
4151 * dired.el (dired-get-filename): Return filename verbatim if
4152 LOCALP is `verbatim'.
4153 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4154 `verbatim' so that we don't inadvertently delete a non-existant
4155 directory name.
4156
4157 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4158
4159 * international/characters.el: Specify cases and syntaxes for
4160 mule-unicode-0100-24ff.
4161
4162 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4163
4164 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4165 that foreground and/or background colors of the face `tool-bar'
4166 are unspecified.
4167
4168 2000-11-27 Miles Bader <miles@gnu.org>
4169
4170 * wid-edit.el (widget-field-buffer, widget-field-start)
4171 (widget-field-end): Handle widget field `pseudo-overlays'.
4172 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4173 if it's there instead of in `widget-field-list'.
4174
4175 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4176 (help-make-xrefs): Delete extraneous newlines at the end of the
4177 docstring.
4178
4179 2000-11-25 Jason Rumney <jasonr@gnu.org>
4180
4181 * startup.el (command-line): Call set-locale-environment after
4182 Window System init file is read, as it can result in a call to
4183 redraw-frame.
4184
4185 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4186
4187 * simple.el (shell-command): Mention the effect of the prefix
4188 argument in the doc string.
4189
4190 2000-11-25 Miles Bader <miles@gnu.org>
4191
4192 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4193
4194 * wid-edit.el (widget-field-value-delete): Don't try to delete
4195 overlay when it's the `pseudo-overlay' that exists at some points.
4196
4197 2000-11-24 Jason Rumney <jasonr@gnu.org>
4198
4199 * international/mule-cmds.el (locale-language-names): Add "jp" as
4200 a non-standard alternative for Japanese.
4201
4202 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4203
4204 * vc-hooks.el: Require 'cl during compilation.
4205
4206 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4207
4208 * faces.el (face-set-after-frame-default): Let face attributes
4209 specified for new frames override frame parameters.
4210
4211 * startup.el (command-line): Fix computation of the source file
4212 for user-init-file when user-init-file is a compiled file.
4213
4214 2000-11-24 Miles Bader <miles@gnu.org>
4215
4216 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4217 (custom-post-filter-face-spec): New functions.
4218 (custom-face-set, custom-face-value-create): Filter the face spec
4219 before and after customization.
4220 (custom-face-set): If VALUE specifies a null face, pass a
4221 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4222 * cus-face.el (custom-face-attributes): Remove SET and GET
4223 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4224 cases they're needed.
4225
4226 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4227 that it's distinguishable from the :off-glyph on dark-background
4228 displays. Set its background color too.
4229
4230 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4231 so that people can easily turn it off.
4232
4233 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4234
4235 * ediff-diff.el: Moved variables around to have it compile under NT.
4236
4237 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4238
4239 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4240
4241 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4242 redundant skip-small-frames test.
4243
4244 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4245 (viper-downgrade-to-insert): Protect against errors in hooks.
4246
4247 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4248 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4249 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4250 New functions.
4251
4252 * viper-util.el (viper-memq-char): Bug fixes.
4253
4254 * viper.el (viper-mode): Fix cursor handling.
4255
4256 2000-11-24 Kenichi Handa <handa@etl.go.jp>
4257
4258 * international/mule-diag.el (list-iso-charset-chars):
4259 For two-byte charset, fix the `while' condition.
4260 (list-non-iso-charset-chars): Fix the `while' condition.
4261
4262 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4265 if the variable is make-variable-buffer-local.
4266
4267 * progmodes/ada-stmt.el (ada-template-map):
4268 Initialize and bind it to C-c t in ada-mode-map.
4269 (ada-stmt-mode-hook): New function extracted from old code.
4270 Only change the buffer-local side of skeleton-*.
4271 (ada-mode-hook): Use it.
4272
4273 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4274
4275 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4276 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4277 we expect to be returned by minibuffer-depth once we prompt the
4278 user in the minibuffer.
4279 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4280 as recorded in iswitchb-minibuf-depth, return non-nil.
4281
4282 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4283
4284 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4285 (hscroll-window-maybe): Docstring fix.
4286
4287 2000-11-23 Dave Love <fx@gnu.org>
4288
4289 * rect.el (string-rectangle): Don't test delete-selection-mode.
4290
4291 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4292
4293 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4294 is in the tool bar.
4295
4296 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4297 with `no-dir'; we want the directory part to be able to remove it.
4298
4299 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4300
4301 * textmodes/outline.el (outline-flag-region):
4302 Don't bind inhibit-read-only since we don't modify the buffer.
4303 (outline-isearch-open-invisible): Don't jump to overlay-start
4304 since we're trying to unhide text around point.
4305 (outline-discard-overlays): Use dolist.
4306
4307 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4308
4309 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4310
4311 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4312
4313 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4314
4315 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4316 Fix ARG regexp to skip quoted braces.
4317 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4318 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4319 are (correctly) handled separately).
4320 Remove `caption' and `footnote' from `citations': they contain text.
4321 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4322 (latex-skeleton-end-hook): New function.
4323 (latex-mode): Use it.
4324 (tex-start-tex-marker): Remove.
4325 (tex-send-tex-command): Don't set tex-start-tex-marker.
4326 (tex-error-parse-syntax-table): New var.
4327 (tex-compilation-parse-errors): Use it.
4328 Ignore tex-start-tex-marker. Don't bother with marker-position.
4329 (tex-validate-buffer): Don't bother with marker-position.
4330
4331 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4332 (flyspell-generic-progmode-verify): Use it.
4333
4334 2000-11-22 Sam Steingold <sds@gnu.org>
4335
4336 * simple.el (delete-trailing-whitespace): New interactive function.
4337
4338 * progmodes/ada-mode.el (ada-mode): Use it instead of
4339 `ada-remove-trailing-spaces'.
4340 (ada-remove-trailing-spaces): Removed.
4341
4342 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4343
4344 * textmodes/picture.el (picture-clean): Removed.
4345 (picture-mode-exit): Call it instead of `picture-clean'.
4346
4347 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4348
4349 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4350
4351 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4352 jit-lock-fontify-buffer; it should anyway be unneccessary to
4353 do anything special when jit-lock is active.
4354 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4355
4356 2000-11-22 Dave Love <fx@gnu.org>
4357
4358 * calendar/todo-mode.el (todo-top-priorities): Use
4359 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4360
4361 * language/chinese.el, language/cyrillic.el:
4362 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4363 * language/hebrew.el, language/indian.el, language/japanese.el:
4364 * language/korean.el, language/lao.el, language/misc-lang.el:
4365 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4366 Use provide.
4367
4368 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4369 (custom-variable-set): Improve validation error mesage.
4370
4371 * rect.el (string-rectangle): Revert last change.
4372 (string-rectangle-line): New arg DELETE.
4373 (string-rectangle): Check delete-selection-mode.
4374
4375 * emacs-lisp/edebug.el (edebug-version)
4376 (edebug-maintainer-address): Deleted.
4377 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4378 (edebug-read-function): Account for other `'#' read forms.
4379 (edebug-mode-menus): Make some items toggles.
4380 (edebug-outside-unread-command-event, unread-command-event):
4381 Remove these to avoid warnings.
4382
4383 2000-11-22 David Ponce <david@dponce.com>
4384
4385 * recentf.el (recentf-menu-items-for-commands)
4386 (recentf-make-menu-items, recentf-make-menu-item)
4387 (recentf-filter-changer): Added :help and :active menu-item properties.
4388
4389 (recentf-build-dir-rules, recentf-dump-variable)
4390 (recentf-edit-list, recentf-open-files-item)
4391 (recentf-open-files): Replaced unnecessary `mapcar' with new
4392 built-in `mapc'.
4393
4394 2000-11-23 Miles Bader <miles@gnu.org>
4395
4396 * faces.el (menu): Make inverse-video on ttys too.
4397
4398 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4399
4400 * simple.el (comment-line-break-function): Use the new name
4401 indent-new-comment-line -> comment-indent-new-line.
4402 (clone-indirect-buffer): Don't ignore NORECORD.
4403 (next-completion): Properly handle the case where items are adjacent.
4404
4405 * mouse.el (popup-menu): Stupid typo.
4406
4407 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4408
4409 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4410 maintainer, keywords tags.
4411
4412 * rect.el (replace-rectangle): Don't call string-rectangle-line
4413 with too many arguments.
4414
4415 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4416
4417 * ediff-util.el (ediff-file-checked-out-p)
4418 (ediff-file-checked-in-p): Call vc-state instead of
4419 vc-locking-user, which no longer exists.
4420
4421 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4422
4423 2000-11-22 Dave Love <fx@gnu.org>
4424
4425 * md5.el (md5): Provide.
4426 (md5): Fix error call.
4427
4428 2000-11-22 Miles Bader <miles@gnu.org>
4429
4430 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4431 (refill-fill-paragraph-at): Remove debugging code.
4432
4433 * calendar/calendar.el (generate-calendar-window): When we don't
4434 call `fit-window-to-buffer', make sure the top line is fully visible.
4435
4436 * image-file.el (insert-image-file): Don't make `read-only'
4437 property rear-nonsticky.
4438
4439 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4440 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4441 stashing away its original value.
4442 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4443 in the recursive edit.
4444 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4445 (isearch-done): Restore `minibuffer-message-timeout'.
4446
4447 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4448
4449 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4452
4453 * find-lisp.el (find-lisp-find-files-internal):
4454 Use dolist, when and file-name-as-directory.
4455
4456 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4457 (define-derived-mode, define-minor-mode): Add specs.
4458
4459 * window.el: General comment and spacing fixes.
4460 (save-selected-window): Use backquotes.
4461 (window-safely-shrinkable-p): New function.
4462 (shrink-window-if-larger-than-buffer): Use it.
4463
4464 * subr.el (make-local-hook): Docstring fix.
4465
4466 * shell.el (shell-mode): Use define-derived-mode.
4467
4468 * newcomment.el (comment-indent): Insert comment before calling
4469 comment-indent-function. Don't insert in column 0.
4470 (comment-dwim): Indent before inserting comment.
4471
4472 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4473 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4474 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4475 Use mapc rather than map.
4476
4477 * files.el (find-buffer-visiting): Compare all attributes before
4478 declaring two files identical (rather than just their inode-no).
4479 (auto-mode-alist): Use \' rather than $.
4480
4481 * which-func.el: Update maintainer line.
4482
4483 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4484 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4485 (uniquify-buffer-file-name): Use it.
4486
4487 2000-11-22 Miles Bader <miles@gnu.org>
4488
4489 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4490 * simple.el (minibuffer-avoid-prompt): New function.
4491
4492 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4493
4494 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4495
4496 2000-11-21 Miles Bader <miles@gnu.org>
4497
4498 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4499 inclusion of `track-mouse'.
4500
4501 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4502 (refill-adjust-ignorable-overlay): New function.
4503 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4504 only the paragraph's tail if possible.
4505 Update `refill-ignorable-overlay'.
4506 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4507
4508 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4509 point inside the fill-prefix.
4510
4511 * textmodes/refill.el (refill-post-command-function): Don't reset
4512 refill-doit in the case where a self-insertion command doesn't
4513 case a refill. Use `refill-fill-paragraph-at', getting position
4514 from `refill-doit'.
4515 (refill-after-change-function): Set `refill-doit' to END.
4516 (refill-fill-paragraph-at): New function, mostly from old
4517 refill-fill-paragraph.
4518 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4519 (refill-pre-command-function): New function.
4520 (refill-mode): Add it to `pre-command-hook'.
4521
4522 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4523
4524 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4525
4526 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4527 javadoc tags.
4528
4529 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4530
4531 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4532 vc.el).
4533
4534 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4535 require vc.
4536
4537 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4538 checkouts.
4539
4540 2000-11-20 Dave Love <fx@gnu.org>
4541
4542 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4543
4544 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4545
4546 * calculator.el (calculator-paste): Use `if' instead of `and'
4547 and `or'.
4548 (calculator-help): Don't use electric-describe-mode for XEmacs.
4549
4550 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4551
4552 * info.el (info-menu-5): Doc fix.
4553
4554 * textmodes/artist.el: New file.
4555
4556 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4557
4558 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4559 and differentiate according to checkout model.
4560 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4561 since this function is only concerned with master state.
4562
4563 * vc-hooks.el (vc-workfile-unchanged-p)
4564 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4565
4566 * vc.el (vc-workfile-unchanged-p)
4567 (vc-default-workfile-unchanged-p): See above.
4568
4569 2000-11-19 Miles Bader <miles@gnu.org>
4570
4571 * image-file.el (insert-image-file): Make `intangible' and
4572 `read-only' properties rear-nonsticky too.
4573
4574 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4575
4576 * ps-print.el: Update copyright notice.
4577
4578 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4579 (tooltip-show): Use the offsets.
4580
4581 * bindings.el (mode-line-modified): Fix a typo.
4582 (mode-line-toggle-modified, mode-line-widen)
4583 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4584
4585 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4586
4587 * ps-print.el (toplevel): Test for find-coding-system being
4588 fboundp before calling ps-x-find-coding-system.
4589
4590 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4591
4592 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4593 (vc-version-backup-file): Docstring fix.
4594
4595 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4596
4597 * files.el (basic-save-buffer): Don't add a newline if
4598 find-file-literally is non-nil.
4599 (find-file-literally): Extend doc string.
4600
4601 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4602 sort(1) with the `-f' argument.
4603
4604 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4605
4606 * vc.el: Updated backend documentation.
4607 (vc-default-check-headers): New function.
4608
4609 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4610
4611 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4612 up-to-date.
4613 (vc-do-command): In the asynchronous case, output messages only if
4614 the minibuffer is not active.
4615
4616 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4617 `vc-cvs-use-edit' is on.
4618 (vc-cvs-checkout): When this is used for reverting the workfile,
4619 make a backup of the original contents and revert to that in case
4620 of error.
4621 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4622 remote repositories.
4623
4624 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4625 for both version and ratio in the minibuffer.
4626
4627 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4628 Use vc-do-command to perform the annotation, not call-process.
4629
4630 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4631
4632 * international/quail.el (quail-start-translation): Don't call
4633 `message' before reading key sequence.
4634
4635 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4636
4637 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4638
4639 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4640
4641 * window.el (fit-window-to-buffer): Be sure to acquire at least
4642 one text line even if the buffer is empty.
4643
4644 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4645
4646 * net/ange-ftp.el (ange-ftp-file-writable-p)
4647 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4648 Bind ange-ftp-process-verbose to nil.
4649
4650 2000-11-15 Dave Love <fx@gnu.org>
4651
4652 * wid-edit.el (widget-specify-field, widget-specify-button):
4653 If :help-echo is a function, set help-echo of overlay to
4654 widget-mouse-help.
4655 (widget-mouse-help): New function.
4656 (widget-echo-help): Rewritten for :help-echo functions only taking
4657 a widget arg.
4658
4659 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4660 Use display-graphic-p.
4661 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4662 and that JPEG is available.
4663 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4664
4665 * international/mule-cmds.el (locale-charset-language-names):
4666 Match @euro.
4667
4668 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4669
4670 * faces.el (face-set-after-frame-default):
4671 If `inhibit-default-face-x-resources' is bound, don't intialize the
4672 default face from X resources.
4673
4674 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4675
4676 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4677 Don't set EMACSLOADPATH.
4678
4679 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4680
4681 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4682 texinfo-insert-@url.
4683 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4684 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4685
4686 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4687
4688 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4689 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4690 (checkdoc-minor-keymap): Backward compatibility.
4691 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4692 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4693 (checkdoc-this-string-valid-engine): Be a bit more strict
4694 to avoid matching substrings of `...' quoted vars/funs.
4695 (checkdoc-defun-info): Only look for `interactive' if alone.
4696 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4697
4698 * progmodes/compile.el (grep): `tag-default' can be nil.
4699
4700 * newcomment.el (comment-indent): Paren typo.
4701
4702 2000-11-14 Dave Love <fx@gnu.org>
4703
4704 * calculator.el: New maintainer version.
4705
4706 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4707
4708 * cmuscheme.el: Doc fixes.
4709 (cmuscheme) <defgroup>: Use `scheme' as parent.
4710 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4711
4712 * xscheme.el (scheme-program-name): Don't define here.
4713
4714 * progmodes/scheme.el (scheme-program-name): New variable
4715 (originally in cmuscheme).
4716
4717 2000-11-14 Miles Bader <miles@gnu.org>
4718
4719 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4720 Handle header-lines. Don't loop forever if we can't enlarge the
4721 window anymore. Simplify a bit.
4722
4723 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4724
4725 * window.el (fit-window-to-buffer): Don't check
4726 window-text-height. Assure that the last line is fully visible.
4727
4728 * international/quail.el (quail-show-guidance-buf):
4729 Call fit-window-to-buffer to assure the enough height of the guidance
4730 buffer.
4731 (quail-update-guidance): Avoid making the guidance buffer shorter.
4732
4733 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4734
4735 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4736 rather than `prepend' and add an interesting comment.
4737 (tex-math-face, tex-font-lock-syntactic-face-function):
4738 New face and function to use it.
4739 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4740 than `menu-enable' symbol property.
4741 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4742 (tex-mode): Add some latex-mode commands for auto-selection.
4743 Use tex-font-lock-syntactic-face-function.
4744 (tex-insert-quote): Simplify.
4745 (tex-shell): New mode.
4746 (tex-start-shell): Use it.
4747 (tex-shell-proc, tex-shell-buf): New functions.
4748 (tex-send-command): Use it.
4749 (tex-main-file): Fix the meaning of the new arg REALFILE.
4750 (tex-send-tex-command): New function split from `tex-start-tex'.
4751 Set compilation-last-buffer and compilation-parsing-end.
4752
4753 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4754 when it follows non-comment text on the line.
4755
4756 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4757 Set font-lock-defaults.
4758 (lisp-mode-shared-map): Init inside the defvar.
4759 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4760 Use define-derived-mode.
4761
4762 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4763
4764 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4765
4766 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4767
4768 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4769 Don't recursively optimize body because that can lead to infinite
4770 recursion; see comment there.
4771
4772 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4773
4774 * faces.el (face-spec-set-match-display): Revert the change from
4775 2000-10-24. Add a FIXME for after v21.1.
4776
4777 2000-11-13 Miles Bader <miles@gnu.org>
4778
4779 * textmodes/fill.el (skip-line-prefix): New function.
4780 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4781 (fill-paragraph): Don't leave point inside the fill-prefix.
4782 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4783 point inside the fill-prefix.
4784
4785 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4786
4787 * calendar/calendar.el (generate-calendar-window):
4788 Use `fit-window-to-buffer'.
4789
4790 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4791
4792 * gud.el (gud-minor-mode): New var.
4793 (gud-symbol, gud-val): New functions.
4794 (gud-find-file): Copy gud-minor-mode to the new buffer.
4795 (gud-menu-map): Include entries for commands that are not always
4796 available, using :enable to (de)activate them.
4797 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4798 (gud-mode-map): New map.
4799 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4800 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4801 Don't set up gud's menu (it's done by the minor-mode).
4802 (gud-minibuffer-local-map): New.
4803 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4804 (gud-query-cmdline): New function.
4805 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4806 (gud-mode): Use define-derived-mode.
4807 Don't set up gud's menu (it's done by the minor-mode).
4808 (gud-chop-words): Remove.
4809 (gud-common-init): Use split-string instead.
4810 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4811
4812 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4813 Add keyword arg :name.
4814
4815 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4816 (diff-count-matches, diff-split-hunk): New functions.
4817 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4818
4819 * pcvs-info.el (cvs-fi-conflict-face): New var.
4820
4821 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4822 Make it into a simple syntax-table, shared among all submodes.
4823 (sh-heredoc-face): Re-introduce.
4824 (sh-font-lock-syntactic-face-function): New function.
4825 (sh-mode): Use it. Also use define-derived-mode.
4826 Remove old bogus setting of indent-region-function.
4827 (sh-set-shell): Don't set the syntax-table any more.
4828 (sh-mode-syntax-table) <defun>: Remove.
4829
4830 2000-11-12 Miles Bader <miles@gnu.org>
4831
4832 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4833 message if interactive.
4834
4835 2000-11-12 Dave Love <fx@gnu.org>
4836
4837 * mail/feedmail.el: Fix header,
4838 (feedmail) <defgroup>: Add :link.
4839
4840 * view.el: Use local-map property, not keymap on mode-line string.
4841
4842 * scroll-all.el (scroll-all-mode): Customize variable.
4843 Add autoload cookie to function.
4844
4845 * lazy-lock.el: Remove compatibility code.
4846
4847 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4848 (finder-help-echo): New variable.
4849 (finder-mouse-face-on-line): Add help-echo stuff.
4850 (finder-list-keywords, finder-list-matches): Use mapc.
4851
4852 * faces.el (face-font-registry-alternatives): Add :version.
4853
4854 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4855 tags-table-list.
4856
4857 * net/browse-url.el (browse-url-browser-function): Update :version.
4858
4859 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4860 (mail-mode): Use [:alnum:] in some regexps.
4861
4862 2000-11-10 Dave Love <fx@gnu.org>
4863
4864 * ediff.el (ediff-regions-internal, ediff-documentation):
4865 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4866 fundamental mode.
4867
4868 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4869 buffer into fundamental mode.
4870 (ediff-set-difference): Use copy-sequence if available.
4871
4872 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4873 Check ediff-patch-map non-nil.
4874 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4875 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4876 buffer into fundamental mode.
4877
4878 * ediff-merg.el (state-or-merge): Defvar when compiling.
4879
4880 2000-11-10 Jason Rumney <jasonr@gnu.org>
4881
4882 * w32-fns.el (w32-add-charset-info): New function.
4883 (w32-charset-info-alist): Use it.
4884
4885 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4886
4887 * faces.el (face-font-registry-alternatives): New user-option.
4888
4889 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4890
4891 * textmodes/texinfo.el (texinfo-block-default): New var.
4892 (texinfo-insert-block): Use it. Insert a newline if needed.
4893
4894 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4895 (fill-region-as-paragraph): Use it.
4896
4897 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4898 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4899 Tweak paragraph regexps to allow a leading [ \t]*.
4900 (tex-latex-block): Insert a newline if necessary.
4901 (latex-insert-item): Only insert a newline if necessary.
4902 (tex-guess-main-file): New function.
4903 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4904 Set tex-main-file if TeX-master is provided.
4905 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4906
4907 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4908
4909 * startup.el (command-line): Set the default tooltip-mode
4910 to t for graphical displays which implement x-show-tip.
4911
4912 * tooltip.el (tooltip-mode): Add a comment about startup.el
4913 setting the default value of this user-option.
4914
4915 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4916
4917 * font-lock.el (font-lock-*-face) <defvar>: Move.
4918 (font-lock-defaults-alist): Mark obsolete.
4919 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4920 (font-lock-mode): Use define-minor-mode.
4921 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4922 (font-lock-turn-off-thing-lock): Be more explicit.
4923 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4924 (font-lock-syntactic-face-function): New var.
4925 (font-lock-fontify-syntactically-region): Use it.
4926 (font-lock-doc-face): New.
4927
4928 * pcvs.el (cvs-enabledp): Ignore errors.
4929 (cvs-commit-filelist): Never query.
4930 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4931 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4932 (cvs-do-removal): Use cvs-partition rather than delete-if.
4933 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4934 cvs-bury-buffer.
4935
4936 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4937 Allow `next' to jump to after the end of the last match.
4938
4939 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4940
4941 * simple.el (byte-compiling-files-p): New function.
4942
4943 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4944 if it is there.
4945
4946 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4947 nil again.
4948
4949 * textmodes/ispell.el (ispell-library-path): Don't call
4950 check-ispell-version when byte-compiling because that starts
4951 an ispell process, and ispell might not be installed.
4952 (toplevel): Don't set up a menu when byte-compiling.
4953
4954 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4955 it, so that a boundp test can be used to determine if we're
4956 currently byte-compiling.
4957
4958 2000-11-09 Dave Love <fx@gnu.org>
4959
4960 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4961
4962 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4963
4964 * ps-print.el: Patch for variable initialization when spooling.
4965 Doc fix.
4966 (ps-output-list): Fun eliminated.
4967 (ps-begin-file, ps-begin-job): Code fix.
4968
4969 2000-11-08 Dave Love <fx@gnu.org>
4970
4971 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4972
4973 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4974
4975 * simple.el (shell-command, display-message-or-buffer)
4976 (shell-command-on-region): Mention resize-mini-windows in the doc
4977 string.
4978 (display-message-or-buffer): Take the value of resize-mini-windows
4979 into account.
4980
4981 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4982
4983 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4984
4985 * dired.el (dired-between-files): Add `^. find' as an alternative
4986 to the regular expression, for find-dired.
4987
4988 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4989
4990 * textmodes/texnfo-upd.el: Require texinfo.
4991 (defmacro, defgroup): Remove.
4992 (texinfo-section-to-generic-alist): Remove.
4993 Use texinfo-section-list instead (i.e. level is changed string->int).
4994 (texinfo-filter): New function.
4995 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4996 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4997 Use it. And use regexp-opt.
4998 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4999 (texinfo-update-menu-region-beginning)
5000 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
5001 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
5002 (texinfo-update-menu-same-level-regexps): Update.
5003 (texinfo-update-node, texinfo-every-node-update)
5004 (texinfo-sequential-node-update): Remove autoload cookie.
5005
5006 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
5007 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
5008 (texinfo-chapter-level-regexp): Remove.
5009 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
5010
5011 2000-11-06 Dave Love <fx@gnu.org>
5012
5013 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
5014
5015 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5016 Match defun*.
5017
5018 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5019
5020 * composite.el (composition-function-table): Variable declaration
5021 moved to src/composite.c.
5022 (compose-chars-after): New optional arg object.
5023
5024 2000-11-06 Gerd Moellmann <gerd@gnu.org>
5025
5026 * bindings.el (mode-line-toggle-read-only)
5027 (mode-line-toggle-modified, mode-line-widen)
5028 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
5029 (make-mode-line-mouse2-map): Rewritten.
5030 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
5031 functions so that C-h k can show something with a doc string.
5032
5033 * startup.el (fancy-splash-delay): Set to 10 seconds.
5034 (fancy-splash-max-time): New user-option.
5035 (fancy-splash-stop-time): New variable.
5036 (fancy-splash-screens): Set it. Catch `stop-splashing'.
5037 (fancy-splash-screens-1): Throw `stop-splashing' when current
5038 time is greater than fancy-splash-stop-time.
5039
5040 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5041
5042 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
5043
5044 * pcvs.el (cvs-mode-marked): New arg `noquery'.
5045 Prompt user for a file rather than raising an error.
5046 (cvs-enabledp): Fix call to cvs-mode-marked.
5047 (cvs-insert-file): New function (extracted from cvs-mode-insert).
5048 (cvs-mode-insert): Use it. Change the init prompt' value.
5049 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
5050
5051 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
5052 Don't pass default arg to ewoc-locate.
5053 (ewoc-collect): Return result in the right order.
5054
5055 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
5056
5057 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
5058 (cvs-status-get-tags): Fix regexp.
5059 (cvs-status-trees, cvs-status-cvstrees):
5060 Combine after change hooks and don't sit-for.
5061 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
5062 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
5063 Use make-char rather than hard-coded cryptic data.
5064 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5065
5066 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5067
5068 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5069 (cvs-insert-strings): New function.
5070
5071 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5072
5073 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5074 `mwheel-scroll-amount'.
5075 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5076 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5077 string-matching against the version string.
5078
5079 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5080
5081 * language/thai.el ("Thai"): Set a lisp form that produces
5082 composed string in `sample-text' language info.
5083
5084 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5085 composed string in `sample-text' language info.
5086
5087 * international/mule-cmds.el (describe-language-environment):
5088 Eval `sample-text' data and insert the result.
5089
5090 * international/mule-conf.el (compound-text): Define this coding
5091 system here. Make x-ctext and ctext aliases of it.
5092
5093 * language/european.el (compound-text, ctext): Moved to
5094 international/mule-conf.el.
5095
5096 2000-11-05 Andrew Innes <andrewi@gnu.org>
5097
5098 * w32-fns.el (w32-version): New function.
5099
5100 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5101
5102 * progmodes/awk-mode.el: Update copyright.
5103 (awk-mode-abbrev-table): Remove.
5104 (awk-font-lock-keywords): Use regexp-opt.
5105 (awk-mode): Use define-derived-mode.
5106
5107 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5108 when extracting a suffix.
5109
5110 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5111
5112 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5113 auto-save-mode.
5114
5115 2000-11-04 Jason Rumney <jasonr@gnu.org>
5116
5117 * language/european.el (decode-mac-roman): Test against r1 not r0.
5118
5119 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5120
5121 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5122 (icon-mode): Define indent-line-function.
5123 (icon-comment-indent): Simplify.
5124 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5125
5126 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5127
5128 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5129 Bind change-log-default-mode to defeat the caching done on it.
5130 Don't bother saving excursion any more.
5131
5132 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5133
5134 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5135 (set-frame-font): Use the new name (and the old for compatibility).
5136
5137 * toolbar/tool-bar.el (tool-bar-mode):
5138 * time.el (display-time-mode):
5139 * recentf.el (recentf-mode):
5140 * paren.el (show-paren-mode):
5141 * mwheel.el (mouse-wheel-mode):
5142 * msb.el (msb-mode):
5143 * jka-compr.el (auto-compression-mode):
5144 * image-file.el (auto-image-file-mode):
5145 * hl-line.el (hl-line-mode):
5146 * delsel.el (delete-selection-mode):
5147 * autoinsert.el (auto-insert-mode):
5148 * complete.el (partial-completion-mode): Drop unneeded positional args.
5149
5150 * info.el (Info-mode):
5151 * comint.el (comint-mode): Don't bother with make-local-hook.
5152
5153 * log-edit.el (log-edit-menu): New menu.
5154
5155 2000-11-03 Miles Bader <miles@gnu.org>
5156
5157 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5158 definition, so that trailing spaces are handled properly.
5159 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5160
5161 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5162
5163 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5164 tab character.
5165 (fancy-splash-screens): Set tab-width to 20.
5166
5167 2000-11-03 Dave Love <fx@gnu.org>
5168
5169 * comint.el (comint-completion-addsuffix): Fix custom type.
5170
5171 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5172
5173 * font-lock.el (font-lock-buffers): Remove.
5174 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5175 (font-lock-change-major-mode): Remove.
5176 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5177 (font-lock-default-fontify-region): Extend the multiline
5178 fontification to whole lines.
5179 (font-lock-fontify-anchored-keywords)
5180 (font-lock-fontify-keywords-region): If matching just one
5181 line (with \n) only mark the \n as multiline.
5182
5183 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5184 Correctly handle the case where several :group args are supplied.
5185 Allow :extra-args.
5186 (easy-mmode-define-global-mode): Allow :extra-args.
5187 Correctly handle the case where several :group args are supplied.
5188
5189 2000-11-02 Miles Bader <miles@gnu.org>
5190
5191 * calendar/calendar.el (diary-face, calendar-today-face)
5192 (holiday-face): Remove dependency on `window-system'.
5193
5194 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5195
5196 * Makefile.in (emacs): Set EMACSLOADPATH always.
5197 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5198 (compile-files): Bomb out if compilation of a file fails.
5199
5200 2000-11-02 Dave Love <fx@gnu.org>
5201
5202 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5203
5204 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5205
5206 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5207 punctuation in the warning inserted into the *mail* buffer.
5208
5209 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5210
5211 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5212 (authors-public-domain-p): New function.
5213 (authors-print): Use it.
5214
5215 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5216
5217 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5218
5219 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5220
5221 * ps-print.el: Extension for even/odd printing. Doc fix.
5222 (ps-print-version): New version number (6.3.1).
5223 (ps-even-or-odd-pages): Customization fix.
5224 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5225 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5226 (ps-page-count): Var replaced by `ps-page-column'.
5227 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5228 (ps-print-sheet-p): New fun.
5229
5230 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5231
5232 * tooltip.el (tooltip-gud-tips-setup): New function.
5233 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5234 (tooltip-mode): Call tooltip-gud-tips-setup.
5235 (tooltip-gud-tips): Use `gud-basic-call' instead of
5236 process-send-string, so the prompt gets frobbed appropriately.
5237 Handle nil return value from `tooltip-gud-print-command'.
5238
5239 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5240
5241 * comint.el (comint-add-to-input-history): New function.
5242 (comint-send-input): Use `comint-add-to-input-history'.
5243
5244 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5245
5246 * info.el (info-menu-header): New face.
5247 (Info-fontify-menu-headers): New function.
5248 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5249
5250 * info.el (Info-insert-dir): Don't include blank lines at
5251 beginning of additional dir files (one is added automatically).
5252
5253 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5254
5255 * emacs-lisp/easy-mmode.el (define-minor-mode):
5256 Revert the latest changes.
5257 Allow the three positional arguments to be skipped and replaced
5258 by keyword arguments.
5259 Add a :toggle argument to determine whether a nil arg means toggle
5260 or means turn-on. The default is unchanged.
5261 Add a call to force-mode-line-update.
5262
5263 2000-11-01 Dave Love <fx@gnu.org>
5264
5265 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5266
5267 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5268
5269 * calendar/calendar.el (diary-face, holiday-face):
5270 Add dark-background variants.
5271
5272 2000-10-31 Sam Steingold <sds@gnu.org>
5273
5274 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5275 `tex-main-file' does not have directory in it.
5276
5277 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5278
5279 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5280
5281 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5282
5283 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5284 functional change.
5285
5286 2000-10-31 Gerd Moellmann <gerd@gnu.org>
5287
5288 * files.el (find-file-noselect): When we expand a wildcard, return
5289 a list of buffers, as we should do according to the doc string.
5290
5291 2000-10-31 Ken Raeburn <raeburn@gnu.org>
5292
5293 * loadup.el (top level): Adjust load path if program name is
5294 "../src/bootstrap-emacs", in case it's not dumped and thus the
5295 load path adjustment hasn't already been done.
5296
5297 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5298
5299 * ps-print.el: Fix bug on selected pages for printing.
5300 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
5301 is on. Try to avoid warning messages when compiling. Doc Fix.
5302 (ps-print-version): New version number (6.3).
5303 (ps-color-device): Use `color-values' to determine if device
5304 supports color.
5305 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5306 (ps-print-page-p): Changed from defsubst to defun.
5307 (ps-page-number): Changed from defmacro to defun.
5308 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5309 printing.
5310 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5311 (ps-end-file, ps-dummy-page): Funs eliminated.
5312 (ps-print-color-scale): Changed default value.
5313 (ps-page-n-up, ps-print-page-p): New internal vars.
5314 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5315 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5316
5317 * delim-col.el: Little programming improvement.
5318 (delimit-columns-str): New macro.
5319 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5320
5321 2000-10-31 Kenichi Handa <handa@etl.go.jp>
5322
5323 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5324 Moved to european.el.
5325 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5326 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5327 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5328 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5329
5330 2000-10-30 Dave Love <fx@gnu.org>
5331
5332 * progmodes/cc-menus.el (imenu-generic-expression)
5333 (imenu-progress-message): Only defvar when compiling.
5334
5335 * emacs-lisp/elp.el (elp-unload-hook): New function.
5336
5337 * loadhist.el (unload-feature): Call elp-restore-function,
5338 checking for symbols; don't use elp-restore-all.
5339 (loadhist-hook-functions): Doc fix.
5340
5341 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5342
5343 * log-edit.el (log-edit-confirm): Fix the default.
5344
5345 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5346
5347 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5348 delimit-columns-format.
5349 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5350
5351 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5352
5353 * comint.el (comint-replace-by-expanded-history): Don't use
5354 comint-get-old-input (we're not looking at *old* input).
5355 (comint-get-old-input-default): If using fields, signal an error
5356 when the point is not in an input field.
5357
5358 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5359
5360 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5361 and mule-unicode-e000-ffff.
5362
5363 * international/mule.el (decode-char, encode-char): New functions.
5364 (make-coding-system): Accept a symbol of translation table as a
5365 value of property `safe-chars'.
5366
5367 * international/mule-cmds.el (encode-coding-char): Check property
5368 safe-chars instead of safe-charsets.
5369
5370 * international/fontset.el (fontset-default): Modified for
5371 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5372 (x-font-name-charset-alist): Likewise.
5373 (ccl-encode-unicode-font): New CCL program. Record it in
5374 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5375
5376 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5377 New translation tables.
5378 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5379 programs are modified and moved from mac-win.el.
5380 (mac-roman): Definition of this coding system is modified and
5381 moved from mac-win.el.
5382
5383 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5384
5385 * ediff-wind.el (ediff-setup-control-frame): Enclose
5386 face-attribute in condition-case to avoid errors in older emacsen.
5387
5388 2000-10-29 Miles Bader <miles@gnu.org>
5389
5390 * custom.el (custom-add-to-group): Allow multiple entries for a
5391 given value OPTION, as long as their widget types are different.
5392 * cus-edit.el (custom-face-value-create): If face name doesn't end
5393 with "face", add such here (similar to custom group widgets).
5394
5395 * comint.el (comint-highlight-prompt): Add :type.
5396
5397 2000-10-28 John Wiegley <johnw@gnu.org>
5398
5399 * calendar/timeclock.el (timeclock-log): Doc fix.
5400 (timeclock-last-event): Doc fix.
5401 (timeclock-log): Kill the timelog buffer after appending a new event.
5402 (timeclock-find-discrep): Use a temp buffer to read in the
5403 timelog, instead of visiting the file.
5404 (timeclock-log-data): A new function, along with a host of helper
5405 functions, for the purpose of making timelog data accessible to
5406 programmers.
5407
5408 * eshell/esh-mode.el (window-height test): Make certain that
5409 `eshell-stringify-t' is non-nil.
5410 (eshell-password-prompt-regexp): Changed to a much simpler
5411 password regexp.
5412 (eshell-send-input): If `eshell-invoke-directly' returns t,
5413 directly invoke the parsed command using `eval'. This improves
5414 turn-around time on simple commands by a factor of three or
5415 greater, such as cd, ls, pwd, etc. -- which get used very often.
5416 It also conserves thousands of cons cells per call (since
5417 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5418 in the Pacific Cookie Company).
5419
5420 * eshell/esh-test.el (eshell-test): Whitespace fix.
5421
5422 * eshell/em-ls.el (eshell-ls-insert-directory):
5423 Make `eshell-ls-initial-args' nil when inserting directory contents.
5424
5425 * eshell/em-script.el (eshell-script-initialize): Add names to
5426 `eshell-complex-commands, since `source' and `.' are complex.
5427
5428 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5429 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5430 `eshell-copy-handles'.
5431 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5432 bodies.
5433 (eshell-separate-commands): Whitespace fix.
5434 (eshell-complex-commands): Added a new list of names, for
5435 determining whether a given command is as simple as it looks.
5436 (eshell-invoke-directly): New function. Returns t if a command
5437 should be invoked directly (using `eval'), rather than indirectly
5438 using `eshell-do-eval'.
5439 (eshell-do-eval): Whitespace fix.
5440
5441 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5442 which provides an emulation of the DOS shell behavior of assuming
5443 that cp/mv/ln should copy/move/link to the current directory.
5444 (eshell-remove-entries): Added a doc string.
5445 (eshell-shuffle-files): Removed the check for `target' being null.
5446 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5447 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5448 it to do a smarter check of whether a destination was provided.
5449 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5450 (eshell/ln): Enable `:preserve-args', and use
5451 `eshell-mvcpln-template' to implement the body of the function.
5452 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5453 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5454 list after flattening it. This makes it possible to cat files
5455 with numerical names.
5456 (eshell-unix-initialize): Added several names to
5457 `eshell-complex-commands.
5458 (eshell-unix-command-complex-p): Return t if a given command name
5459 may result in external processes being invoked.
5460
5461 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5462 variable nil by default, since it slows down glob processing by a
5463 factor of two or more, and increases memory consumption.
5464
5465 * eshell/em-smart.el: Added a note about how memory consumptive
5466 smart display mode can be (at least this is true in Emacs 21).
5467 (eshell-smart-initialize): Whitespace fix.
5468 (eshell-refresh-windows): Use `if' instead of `when'.
5469 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5470 not necessary.
5471 (eshell-currently-handling-window): Added a missing global variable.
5472
5473 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5474 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5475 Whitespace fix.
5476 (eshell-ls-exclude-hidden): Added this variable in addition to
5477 `eshell-ls-exclude-regexp'. This one prevents files beginning
5478 with . from even being read, which can improve memory consumption
5479 quite a bit.
5480 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5481 read file entries beginning with a dot. In home directories with
5482 lots of hidden files, fully two-thirds of the time spent in ls is
5483 used to read directory entries that are immediately thrown away.
5484 (eshell-ls-initial-args): Added back this configuration variable,
5485 for specifying default initial arguments to every call to ls.
5486 Much faster than using an alias to do the same thing.
5487 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5488 (eshell-ls-dir): Whitespace change.
5489
5490 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5491
5492 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5493 (eshell-stringify-t): Added a customization variable, to indicate
5494 whether `t' should be rendered as a string at all. If not, one
5495 can still determine if the result of an expression is true using
5496 "file-exists-p FILE && echo true".
5497 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5498 stringify t!
5499
5500 * eshell/esh-module.el: Whitespace fix.
5501
5502 * eshell/em-alias.el (eshell-alias-initialize):
5503 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5504 (eshell-command-aliased-p): New function that returns t if a
5505 command name names an aliased.
5506
5507 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5508
5509 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5510 redrawing the screen when changing cursor color.
5511 (viper-insert-state-pre-command-sentinel)
5512 (viper-replace-state-pre-command-sentinel)
5513 (viper-replace-state-post-command-sentinel):
5514 Use viper-preserve-cursor-color.
5515 Many functions changed to use viper= instead of = when comparing
5516 characters.
5517 * viper-util.el (viper-memq-char,viper=): New functions for
5518 working with characters.
5519 (viper-change-cursor-color): Fixed buglet.
5520 Many functions changed to use viper= instead of = when comparing
5521 characters.
5522 * viper.el (viper-insert-state-mode-list): Added eshell.
5523
5524 * ediff-init.el (ediff-before-setup-hook): New hook.
5525 Several typos fixed in various docstrings.
5526 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5527 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5528 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5529 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5530 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5531 (ediff-get-selected-buffers): New function.
5532 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5533 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5534 Use save-window-excursion.
5535 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5536 termination check in while loop.
5537 * ediff.el (ediff-get-default-file-name): Better defaults when in
5538 dired buffer.
5539 (ediff-files,ediff-merge-files,ediff-files3)
5540 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5541
5542 2000-10-28 Dave Love <fx@gnu.org>
5543
5544 * info.el (Info-fontify-node): Add help-echo for menu items.
5545
5546 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5547
5548 * startup.el (normal-top-level): If the value of $TERM indicates
5549 we are running from xterm or one of its work-alikes, default to a
5550 light background mode.
5551
5552 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5553 * faces.el (tty-handle-reverse-video): New function.
5554 (tty-create-frame-with-faces): Call it.
5555
5556 * frame.el (frame-notice-user-settings): Don't apply
5557 default-frame-alist and initial-frame-alist to MS-DOS frames.
5558 Call tty-handle-reverse-video, frame-set-background-mode, and
5559 face-set-after-frame-default for non-MS-DOS frames.
5560
5561 * startup.el (tty-long-option-alist): New variable.
5562 (tty-handle-args): New function.
5563 (command-line): Call tty-handle-args.
5564
5565 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5566 startup.el now does that for all character-terminal frames.
5567
5568 2000-10-28 Miles Bader <miles@gnu.org>
5569
5570 * emacs-lisp/easy-mmode.el (define-minor-mode):
5571 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5572 is global. If :global is followed by a non-nil but non-t value,
5573 make the mode buffer-local, but also generate a `global-MODE'
5574 version using `easy-mmode-define-global-mode'.
5575 Add :conditional-turn-on keyword argument.
5576
5577 2000-10-28 Dave Love <fx@gnu.org>
5578
5579 * international/latin1-disp.el (latin1-char-displayable-p):
5580 Don't use window-system.
5581
5582 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5583
5584 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5585 Don't call find-buffer-file-type-coding-system. Instead, just
5586 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5587 if the file is on an untranslated filesystem.
5588 (add-untranslated-filesystem): Use "D" instead of "f" inside
5589 interactive.
5590
5591 2000-10-27 Dave Love <fx@gnu.org>
5592
5593 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5594 (refill-mode): Use it.
5595
5596 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5597
5598 * international/quail.el (quail-activate): Don't make-local-hook.
5599
5600 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5601
5602 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5603 manual backups and file.~<rev>.~ for automatic ones.
5604 (vc-make-version-backup): Don't do it on MS-DOS without long file
5605 names.
5606
5607 * vc.el (vc-version-other-window): If an automatic backup of the
5608 desired version exists, rename it instead of copying it.
5609
5610 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5611 after command. If there's an unexpected error, signal it instead
5612 of being silent.
5613 (vc-cvs-merge-news): Be prepared for no news at all.
5614
5615 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5616
5617 * shell.el (shell): Add BUFFER argument.
5618 * comint.el (make-comint-in-buffer): New function.
5619 (make-comint): Use it.
5620
5621 * faces.el (face-spec-choose): Change syntax so that the list of
5622 attribute-value pairs is now the cdr of each clause, not the cadr.
5623 Detect old-style entries, and handle them. Use pop.
5624
5625 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5626
5627 * cus-edit.el (custom-mode-map): Use a sparse map.
5628 (custom-mode): Don't bother with make-local-hook.
5629
5630 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5631
5632 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5633
5634 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5635
5636 * ps-print.el: Avoid compilation gripes.
5637 (ps-print-version): New version number (6.2.1).
5638
5639 2000-10-26 Dave Love <fx@gnu.org>
5640
5641 * menu-bar.el: Modify some menu item help strings.
5642 (menu-bar-help-menu): Add link to MORE.STUFF.
5643
5644 * cus-edit.el (custom-mode): Add `special' mode-class property.
5645
5646 * wid-browse.el (widget-browse-mode): Likewise.
5647
5648 * wid-edit.el (widget-specify-field): Revert to using local-map
5649 property, not keymap.
5650
5651 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5652
5653 * wid-edit.el (widget-field-end): When checking for a `boundary'
5654 field, do so in the correct buffer.
5655
5656 * simple.el (undo): Correctly distinguish between numeric and
5657 non-numeric prefix args in non-transient-mark-mode, as per the doc
5658 string. When in transient-mark-mode, treat all prefix-args as
5659 numeric.
5660
5661 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5662 Position point on match. Handle N == 0 correctly.
5663
5664 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5665 (comint-mode-map): Reverse order of `comint-write-output' and
5666 `comint-append-output-to-file'.
5667 (comint-append-output-to-file): Reinstate this function, for the
5668 benefit of the menu.
5669
5670 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5671
5672 * vc.el (vc-version-other-window): Bind `file'.
5673
5674 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5675
5676 * Makefile.in (update-authors): New target for maintenance purposes.
5677
5678 * emacs-lisp/authors.el (batch-update-authors): New function.
5679 (authors-fixed-entries): New defconst.
5680 (authors-add-fixed-entries): New function.
5681 (authors): Call it.: Don't process lispref/.
5682
5683 2000-10-25 Jason Rumney <jasonr@gnu.org>
5684
5685 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5686 Merge x w32 and mac definitions.
5687
5688 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5689
5690 * menu-bar.el (menu-bar-options-menu): Add a help string for
5691 `uniquify'.
5692
5693 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5694
5695 * time-stamp.el (time-stamp-string-preprocess):
5696 Fix a wrong type argument error.
5697
5698 2000-10-25 Miles Bader <miles@gnu.org>
5699
5700 * recentf.el (recentf-mode): Variable removed.
5701 (recentf-mode): Use `define-minor-mode'.
5702
5703 * mwheel.el (mouse-wheel-mode): New global minor mode.
5704 (mwheel-install): Use `mouse-wheel-mode'.
5705
5706 2000-10-25 Dave Love <fx@gnu.org>
5707
5708 * progmodes/cperl-mode.el (cperl-mode):
5709 Set normal-auto-fill-function correctly.
5710
5711 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5712 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5713 bindings.
5714
5715 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5716
5717 * wid-edit.el (widget-field-at): New function.
5718 (widget-at, widget-field-activate): Use it.
5719 (widget-tabable-at): Use `widget-at'.
5720 (widget-specify-field): If the terminating character of the widget
5721 field (which is read-only) is a newline, put it into a special
5722 `boundary' field so that C-n/C-p act more naturally.
5723 (widget-field-end): Also don't subtract one if a special
5724 `boundary' field has been added after the widget field.
5725
5726 * comint.el (comint-output-filter, comint-send-input):
5727 Don't bother adding stickiness fields to overlays to fool the field
5728 code, since it should notice the overlay insertion-types now.
5729
5730 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5731 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5732 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5733
5734 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5735
5736 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5737 (authors): Set file coding system to iso-2022-7bit.
5738 Add file-local variables to output buffer.
5739
5740 * files.el (after-find-file): Don't print any warnings if
5741 WARN is nil.
5742
5743 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5744
5745 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5746
5747 * delim-col.el: Now there is a column formatting mechanism.
5748 Modified to customization mechanisms convention. Doc fix.
5749 (columns): New group for delim-col.
5750 (delimit-columns-before, delimit-columns-after)
5751 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5752 (delimit-columns-end): New vars.
5753 (delimit-columns-customize, delimit-columns-format): New funs.
5754 (delimit-columns-region, delimit-columns-rectangle)
5755 (delimit-columns-rectangle-line): Modified to support column
5756 formatting.
5757
5758 2000-10-24 Dave Love <fx@gnu.org>
5759
5760 * log-edit.el (log-edit): Add :version and a :group for vc.
5761
5762 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5763
5764 * files.el (after-find-file): Don't print a message ``New file''
5765 if WARN is nil.
5766
5767 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5768 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5769 get duplicate tool-bar entries because we'll see the global ones
5770 on more than one path through keymaps.
5771
5772 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5773
5774 * progmodes/cmacexp.el: Change Francesco's email address.
5775
5776 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5777
5778 * window.el (fit-window-to-buffer): Adjust point of the window
5779 buffer, not that of the current buffer.
5780
5781 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5782
5783 * progmodes/cmacexp.el: Update the euthor's email address.
5784
5785 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5786
5787 * faces.el (face-spec-set-match-display): Add `graphic' display
5788 type (the inverse of `tty'). Use `display-graphic-p' instead of
5789 the window-system variable.
5790
5791 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5792
5793 * international/isearch-x.el (isearch-with-input-method):
5794 Call input-method-function with the first event in
5795 unread-command-events.
5796
5797 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5798
5799 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5800
5801 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5802
5803 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5804 New charsets.
5805
5806 * term/mac-win.el: Remove definitions of mac-roman-lower and
5807 mac-roman-upper, require dired, and define instead of set
5808 mac-ready-for-drag-n-drop to avoid compilation error.
5809
5810 2000-10-23 Andrew Innes <andrewi@gnu.org>
5811
5812 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5813 Remove superfluous calls to subst-char-in-string; instead apply
5814 expand-file-name after convert-standard-filename to ensure
5815 expected directory separators are used.
5816
5817 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5818
5819 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5820
5821 2000-10-23 Dave Love <fx@gnu.org>
5822
5823 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5824 (tool-bar-add-item): Set foreground and background for XBM icons.
5825
5826 * international/latin1-disp.el (latin1-char-displayable-p):
5827 New function (from Handa).
5828 (latin1-display-check-font): Use it.
5829
5830 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5831 using :key-sequence, making it much more usable.
5832 Use nconc, not append.
5833 (imenu--create-keymap-1): Avoid append.
5834
5835 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5836
5837 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5838
5839 [the following changes fix a bug where `define-minor-mode' didn't
5840 correctly generate :require clauses for defcustoms in compiled files]
5841 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5842 (byte-compile-log-file, byte-compile-log-1): Don't set
5843 `byte-compile-current-file' to nil. Instead set
5844 `byte-compile-last-logged-file' to it. Test whether
5845 byte-compile-current-file equals byte-compile-last-logged-file
5846 instead of whether its nil.
5847 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5848
5849 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5850
5851 * textmodes/refill.el: Fix var names in doc.
5852 (refill-mode): Don't bother with make-local-hook anymore.
5853
5854 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5855
5856 * faces.el (face-user-default-spec, face-default-spec): New functions.
5857 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5858 (frame-set-background-mode, face-set-after-frame-default):
5859 Use `face-user-default-spec'. Simplify code slightly.
5860
5861 * woman.el (woman-italic-face, woman-bold-face)
5862 (woman-unknown-face): Add dark-background variants.
5863 (woman-default-faces): Renamed from `woman-colour-faces'.
5864 Set using the stored defaults, rather than using hard-wired colors.
5865 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5866 Just make the foreground `unspecified' rather than "black".
5867 (woman-menu): Rename menu entries accordingly.
5868
5869 * faces.el (header-line): Make more reasonable on mono/grayscale
5870 displays.
5871
5872 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5873
5874 * cus-edit.el (custom-button-face): Use 3D look for mac.
5875 (custom-button-pressed-face): Likewise.
5876
5877 * faces.el (set-face-attributes-from-resources): Handle mac frames
5878 in the same way as x and w32 frames.
5879 (face-valid-attribute-values): Likewise.
5880 (read-face-attribute): Likewise.
5881 (defined-colors): Likewise.
5882 (color-defined-p): Likewise.
5883 (color-values): Likewise.
5884 (display-grayscale-p): Likewise.
5885 (face-set-after-frame-default): Likewise.
5886 (mode-line): Same default face as for x and w32.
5887 (tool-bar): Likewise.
5888
5889 * frame.el: Remove call to frame-notice-user-settings at end of
5890 the file.
5891
5892 * info.el (Info-fontify-node): Make underlines invisible for mac
5893 as for x, pc, and w32 frame types.
5894
5895 * term/mac-win.el: New file.
5896
5897 2000-10-22 Dave Love <fx@gnu.org>
5898
5899 * textmodes/refill.el: New file.
5900
5901 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5902
5903 * vc-hooks.el (vc-version-backup-file-name): New optional args
5904 MANUAL and REGEXP.
5905 (vc-delete-automatic-version-backups, vc-make-version-backup):
5906 New functions.
5907 (vc-before-save): Use the latter.
5908 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5909 confusion.
5910
5911 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5912 expected by vc[-hooks].el.
5913
5914 * vc.el (vc-checkout): Added `-p' suffix in call to
5915 vc-make-version-backups-p; use vc-make-version-backup to actually
5916 make the backup.
5917 (vc-version-other-window, vc-version-backup-file): Handle both
5918 automatic and manual backups.
5919 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5920 of all of them.
5921
5922 2000-10-22 Miles Bader <miles@gnu.org>
5923
5924 * comint.el (comint-highlight-input, comint-highlight-prompt):
5925 Renamed, `-face' at end removed.
5926 (comint-send-input, comint-output-filter): Use renamed faces.
5927
5928 * window.el (fit-window-to-buffer): Change defaulting of
5929 MAX-HEIGHT slightly.
5930
5931 * faces.el (color-values, color-defined-p): Use `member', not
5932 `memq', because it works correctly for strings.
5933 (frame-set-background-mode): Actually, "unspecified-fg" and
5934 "unspecified-bg" *are* strings. Use `member', not `memq', and
5935 `equal', not `eq', when a string value is possible.
5936
5937 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5938
5939 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5940
5941 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5942
5943 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5944 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5945 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5946 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5947 (sh-font-lock-syntactic-keywords): Use them.
5948 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5949 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5950 (sh-mode): Don't override font-lock-unfontify-region-function.
5951 Use a copy of sh-font-lock-syntactic-keywords.
5952 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5953 Don't call sh-scan-buffer since font-lock does it on the fly.
5954 (sh-get-indent-info): Use `face' rather than `syntax-table'
5955 text-property to detect here-documents.
5956 Replace sh-special-syntax with sh-st-punc.
5957 (sh-prev-line): Use `face' rather than `syntax-table'
5958 text-property to skip over here-documents.
5959 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5960 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5961 (sh-electric-less, sh-set-here-doc-region)
5962 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5963 (sh-scan-buffer, sh-rescan-buffer): Remove.
5964
5965 2000-10-21 Andrew Innes <andrewi@gnu.org>
5966
5967 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5968 remote (ange-ftp) file names.
5969
5970 2000-10-21 Miles Bader <miles@gnu.org>
5971
5972 * window.el (fit-window-to-buffer): New function.
5973 (shrink-window-if-larger-than-buffer): Use it.
5974 (window-text-height): Don't expect minibuffers to have mode-lines.
5975
5976 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5977 * international/quail.el (quail-update-guidance):
5978 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5979
5980 * international/quail.el (quail-show-guidance-buf): Make sure
5981 guidance window really has enough room.
5982 (quail-update-guidance): If quail-guidance-win is already shown,
5983 make sure its height is OK.
5984
5985 * window.el (window-text-height, set-window-text-height):
5986 New functions.
5987 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5988 instead of `window-height' & `mode-line-window-height-fudge'.
5989 (mode-line-window-height-fudge): Add FACE parameter.
5990 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5991 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5992
5993 2000-10-20 Miles Bader <miles@gnu.org>
5994
5995 * window.el (height-affecting-face-attributes): Use `defconst'.
5996
5997 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5998 New function, conditionally aliased to `mode-line-window-height-fudge'.
5999 (ispell-help): Use it.
6000 (ispell-choices-win-default-height): Don't include mode-line fudge.
6001 (ispell-choices-win-default-height): New function.
6002 (ispell-show-choices, ispell-command-loop): Use function
6003 `ispell-choices-win-default-height' instead of variable.
6004
6005 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
6006
6007 * window.el (mode-line-window-height-fudge): New variable.
6008 (height-affecting-face-attributes): New variable.
6009 (mode-line-window-height-fudge): New function.
6010 (shrink-window-if-larger-than-buffer): Use it.
6011 * help.el (resize-temp-buffer-window): Likewise.
6012
6013 * info.el (Info-fontify-node): Add support for @subsubsection
6014 titles, which use `Info-title-4-face'.
6015 (Info-title-4-face): New face.
6016 (Info-title-3-face): Inherit from Info-title-4-face instead of
6017 variable-pitch.
6018
6019 2000-10-19 Jason Rumney <jasonr@gnu.org>
6020
6021 * dired.el (dired-insert-directory): Do not let errors signalled by
6022 attempt to run dired-free-space-program prevent dired from working.
6023
6024 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
6025
6026 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
6027
6028 2000-10-19 Gerd Moellmann <gerd@gnu.org>
6029
6030 * dirtrack.el (dirtrack): Fix call to run-hooks.
6031
6032 * cmuscheme.el (cmuscheme-program-name): Renamed from
6033 scheme-program-name because xscheme.el contains a defcustom with
6034 the same name. As a consequence, customizing group `cmuscheme'
6035 loaded `xscheme' which redefined run-scheme.
6036 (run-scheme): Use cmuscheme-program-name.
6037
6038 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
6039
6040 * play/doctor.el (doctor-death): Update the Samaritans'
6041 anonymous address, and add a website for Befrienders International.
6042
6043 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6044
6045 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
6046 Avoid compilation gripes. Doc fix.
6047 (ps-print-version): New version number (6.2).
6048 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
6049 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
6050 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
6051 (ps-x-extent-priority, ps-x-extent-start-position)
6052 (ps-x-face-font-instance, ps-x-find-coding-system)
6053 (ps-x-font-instance-properties, ps-x-make-color-instance)
6054 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
6055 avoid compilation gripes without defining functions.
6056 (ps-e-find-composition): Alias for function find-composition, to have a
6057 suitable function depending on Emacs version.
6058 (ps-color-device, ps-color-values, ps-face-foreground-name)
6059 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
6060 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
6061 (ps-print-ensure-fontified): Function definitions surrounded by
6062 `eval-and-compile' to avoid compilation gripes.
6063 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6064 by symbol-value to avoid compilation gripes.
6065 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6066 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6067
6068 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6069
6070 * startup.el (normal-top-level): Call `frame-set-background-mode'
6071 after `frame-notice-user-settings' because the latter doesn't call
6072 the former on a tty.
6073
6074 * faces.el (frame-set-background-mode): `unspecified' &c are
6075 symbols, not strings.
6076
6077 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6078
6079 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6080 why some "light*" colors are deliberately absent from the alist.
6081
6082 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6083 Change colors for tty's, as suggested by Miles Bader.
6084
6085 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6086
6087 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6088 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6089 for ISO10646-1 fonts.
6090 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6091
6092 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6093
6094 * faces.el (frame-set-background-mode): If a tty frame defines a
6095 background color, use that to compute the background mode, instead
6096 of always defaulting to "dark".
6097
6098 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6099
6100 * comint.el (comint-write-output): New function.
6101 (comint-mode-map): Add it to the menu.
6102 Bind `C-c C-s' to comint-write-output.
6103
6104 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6105
6106 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6107 Use fancy-splash-delay.
6108
6109 2000-10-18 Alex Schroeder <alex@gnu.org>
6110
6111 * progmodes/sql.el (sql-sybase-options): New option.
6112 (sql-sybase): Use it. Add sql-database to the list of parameters
6113 provided for login. The options -w 2048 -n are not used any more.
6114
6115 * comint.el (comint-read-input-ring): Bugfix such that the first
6116 and the last entry of the input ring file are not lost.
6117
6118 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6119
6120 * ps-print.el: Internal variable changes to defcustom,
6121 make-local-hook changes to defvar. Doc fix.
6122 (ps-print-version): New version number (6.1).
6123 (ps-setup, ps-do-despool): Code fix.
6124 (ps-printer-name): Customization fix.
6125 (ps-printer-name-option): Now is a defcustom instead of an
6126 internal variable.
6127 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6128 (ps-print-begin-column-hook): Now are defvar instead of
6129 make-local-hook.
6130
6131 2000-10-18 Miles Bader <miles@gnu.org>
6132
6133 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6134 (comint-kill-output): Changed into an alias for `comint-delete-output',
6135 and made obsolete.
6136 (comint-mode-map): Rename references to comint-kill-output.
6137
6138 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6139
6140 * diff-mode.el (diff-header-face, diff-file-header-face)
6141 (diff-changed-face): Add bold and italic attributes to tty faces.
6142 (diff-function-face): New face.
6143 (diff-font-lock-keywords): Use it.
6144
6145 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6146
6147 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6148 Remove commented-out call to force-mode-line-update.
6149 (comint-kill-output): Use `forward-line 0' instead of
6150 beginning-of-line to make sure we get past the prompt.
6151
6152 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6153
6154 * diff-mode.el (diff-header-face, diff-file-header-face):
6155 Add specific setting for dark background.
6156 (diff-context-face): Renamed from diff-comment-face.
6157 Set explicitly rather than inheriting from font-lock-comment-face.
6158
6159 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6160
6161 * startup.el (command-line): Move the code which sets the default
6162 TTY colors to before before-init-hook.
6163
6164 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6165
6166 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6167
6168 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6169
6170 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6171 extensions, for MS-DOS.
6172
6173 * diff-mode.el (diff-header-face, diff-file-header-face)
6174 (diff-changed-face): Define tty-specific colors.
6175
6176 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6177
6178 * startup.el (fancy-splash-text): Realign the text.
6179
6180 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6181
6182 * font-lock.el (font-lock-comment-face): Define a separate default
6183 for dark-background tty's.
6184
6185 2000-10-17 Miles Bader <miles@gnu.org>
6186
6187 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6188 being obscured by whizzy mode-lines on graphics displays.
6189
6190 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6191
6192 * info.el (Info-title-1-face, Info-title-2-face)
6193 (Info-title-3-face): Define colors for tty's.
6194 (info-header-node): Remove unneeded tty-specific definition.
6195
6196 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6197
6198 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6199 reverse from the frame parameters, and don't invert foreground and
6200 background colors.
6201
6202 2000-10-16 Miles Bader <miles@gnu.org>
6203
6204 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6205 string "*Info*". Call propertized-buffer-identification to spruce
6206 up the result.
6207
6208 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6209
6210 * help.el: Provide `help' for the sake of define-minor-mode
6211 which generates defcustoms with requires.
6212
6213 * jit-lock.el (jit-lock-after-change): If we're in text that
6214 matches a multi-line font-lock pattern, make sure the whole text
6215 will be redisplayed.
6216
6217 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6218 author's name is unknown.
6219
6220 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6221 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6222 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6223 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6224 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6225 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6226 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6227 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6228 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6229 Add author information.
6230
6231 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6232
6233 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6234 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6235 full-color version (using the Gimp) to eliminate dithering artifacts.
6236
6237 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6238
6239 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6240
6241 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6242
6243 2000-10-15 Dave Love <fx@gnu.org>
6244
6245 * progmodes/sh-script.el: Require skeleton and comint when compiling.
6246
6247 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6248
6249 * whitespace.el: Doc fixes.
6250 (top-level): Don't add hooks here.
6251 (whitespace-running-emacs): Deleted.
6252 (timer): Don't require.
6253 (whitespace): Add back :version conditional on xemacs test.
6254 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6255 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6256 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6257 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6258 Avoid specific xemacs test.
6259 (whitespace-global-mode): New option.
6260 (whitespace-global-mode): New command.
6261 (whitespace-unload-hook): New function.
6262
6263 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6264 (Info-fontify-node, Info-goto-node, Info-mode-menu)
6265 (Info-fontify-node): `Goto' goes to `Go to'.
6266 (Info-fontify-node): Add help-echo to xref links.
6267
6268 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6269
6270 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6271
6272 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6273
6274 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6275 Use plist-get and allow :inherit.
6276
6277 * emacs-lisp/cl-macs.el (cl-do-arglist):
6278 Use plist-get and plist-member instead of memq.
6279
6280 * emacs-lisp/ewoc.el (ewoc-location): New function.
6281 (ewoc-enter-after, ewoc-enter-before): Document return value.
6282 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6283 Don't need make-local-hook any more.
6284 (cvs-addto-collection): Return the new tin.
6285 (cvs-mode-insert): Jump to the new line.
6286
6287 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6288
6289 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6290
6291 * font-lock.el (font-lock-syntactically-fontified): New var.
6292 (font-lock-fontify-syntactic-keywords-region): Use it.
6293 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6294
6295 * diff-mode.el (diff-find-file-name): Fix regexp.
6296
6297 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6298 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6299
6300 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6301 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6302 (sh-mode): Don't make all vars local here.
6303 (sh-kw): Reformat.
6304 (sh-set-shell): Use dolist. Don't set indent-region-function.
6305 (sh-mode-syntax-table): Use pop.
6306 (sh-remember-variable): Use push.
6307 (sh-help-string-for-variable): Use memq.
6308 (sh-safe-backward-sexp): Remove.
6309 (sh-safe-forward-sexp): Add ARG.
6310 (sh-get-indent-info, sh-prev-stmt): Use it.
6311 (sh-prev-line): Simplify by using forward-comment.
6312 (sh-this-is-a-continuation): Simplify.
6313 (sh-learn-buffer-indent): Use dolist.
6314 (sh-do-nothing): Remove.
6315 (sh-set-char-syntax, sh-set-here-doc-region):
6316 Use inhibit-modification-hooks.
6317 (sh-name-style): Use mapcar and push.
6318 (sh-load-style): Use dolist.
6319 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6320 (sh-case, sh-while-getopts): Use propertize directly rather
6321 than sh-electric-rparen.
6322
6323 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6324
6325 * textmodes/tex-mode.el: Require CL when compiling.
6326 (tex-mode-syntax-table): Init immediately.
6327 (tex-mode-map): Bind M-RET to latex-insert-item.
6328 (latex-mode): Set indent-line-function to latex-indent.
6329 (tex-common-initialization): Don't setup the syntax-table any more.
6330 (latex-insert-item): New skeleton.
6331 (tex-next-unmatched-end): Fix copy/paste braino.
6332 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6333 (latex-indent, latex-find-indent): New functions.
6334 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6335 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6336 (tex-compilation-parse-errors): Use with-syntax-table.
6337
6338 2000-10-15 Miles Bader <miles@gnu.org>
6339
6340 * font-lock.el (font-lock-comment-face): Change dark-background,
6341 color, non-tty, default to `chocolate1'.
6342
6343 2000-10-13 John Wiegley <johnw@gnu.org>
6344
6345 * eshell/esh-util.el (require): Added a missing `require' form,
6346 needed when compiling (for an ange-ftp macro definition).
6347
6348 2000-10-13 Dave Love <fx@gnu.org>
6349
6350 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6351
6352 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6353
6354 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6355
6356 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6357 transparent -colors 8).
6358
6359 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6360
6361 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6362 that breaks with old list format timestamps.
6363 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6364 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6365
6366 2000-10-13 John Wiegley <johnw@gnu.org>
6367
6368 * align.el, pcomplete.el, calendar/timeclock.el,
6369 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6370
6371 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6372 faulty math, where holiday hours were being computing as seconds.
6373
6374 2000-10-13 John Wiegley <johnw@gnu.org>
6375
6376 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6377 specifying what "other" kinds of buffers should be saved.
6378 This used to be hard-coded.
6379 (desktop-buffer-misc-functions): A global for specifying how
6380 auxiliary data should be determined for special buffer types.
6381 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6382 instead of hard-coding the special buffer types.
6383 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6384 auxiliary data, instead of hard-coding for Info buffers and dired.
6385 (desktop-buffer-info-misc-data): Aux function for determining Info
6386 buffer auxiliary info.
6387 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6388 (desktop-buffer-info): Changed this function to use the info
6389 gathered above.
6390 (desktop-create-buffer): Be a little more careful about what
6391 `minor-mode' means before calling it. This is important for some
6392 buffer types.
6393
6394 2000-10-13 John Wiegley <johnw@gnu.org>
6395
6396 * eshell/esh-util.el: Added a global form which declares an
6397 autoload for `parse-time-string', if that function is not already
6398 defined, and if parse-time.el is available on the user's system.
6399
6400 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6401 to be aware of ange-ftp user info.
6402 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6403 (eshell-ls-annotate): Use `eshell-file-attributes'.
6404 (eshell-ls-file): Made the user-id printing code a bit smarter.
6405
6406 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6407 allow identification of alias user ids in remote directories.
6408 It's manual, but there's no other way to know when the current user
6409 on the local machine, is also the owning user on the remote machine.
6410 (fboundp): Bind `ange-cache'.
6411 (eshell-directory-files-and-attributes): Re-organized the logic a
6412 bit to use `eshell-file-attributes' instead of `file-attributes'.
6413 The former is more sensitive to directories that are read via FTP,
6414 and knows how to use ange-ftp to determine full attribute
6415 information, instead of just the name and last modtime.
6416 (eshell-current-ange-uids): Return the current user id when in a
6417 remote directory.
6418 (eshell-parse-ange-ls): Parse a full directory listing that has
6419 been returned by ange-ftp.
6420 (eshell-file-attributes): This beefed up version of
6421 `file-attributes' is only special if the user is currently in a
6422 remote directory, in which case it does a lot of work to find out
6423 what the real attributes of a file are, as they appear on the
6424 remote machine. This makes usage of remote directories (i.e.,
6425 ange-ftp pathnames) much more useful. You can now use Eshell as a
6426 full-fledged FTP client, with much more manipulation ability than
6427 most other clients.
6428
6429 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6430 variable, which means that Eshell's du should always be preferred
6431 in remote directories.
6432 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6433 just `file-attributes'.
6434 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6435 when reading remote directories. This is an Eshell-specific
6436 variable (not part of ange-ftp).
6437 (eshell/ln): Bind `ange-cache'.
6438 (eshell/du): Added some extra logic for determining when to use
6439 Eshell's du (which is slow), and when to use the external version
6440 (which may or may not exist).
6441
6442 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6443 Call `eshell-interactive-process', rather than using
6444 `get-buffer-process', since backgrounded processes don't count in
6445 the context of this function's logic.
6446
6447 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6448 `forward-char', so that null strings are parsed correctly.
6449
6450 2000-09-13 John Wiegley <johnw@gnu.org>
6451
6452 * eshell/em-pred.el (eshell-pred-file-type)
6453 (eshell-pred-file-links, eshell-pred-file-size):
6454 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6455
6456 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6457 that remote file globbing is more efficient.
6458
6459 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6460 gathering the files and attributes within a directory.
6461
6462 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6463 the command line is a special file (not a regular file, directory
6464 or symlink), always attempt to call the external version of cat.
6465
6466 2000-09-13 John Wiegley <johnw@gnu.org>
6467
6468 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6469 Eshell-friendly version of find-tag.
6470
6471 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6472
6473 * image-file.el (image-file-name-extensions)
6474 (image-file-name-regexps): Add autoload cookies.
6475
6476 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6477
6478 * international/mule-cmds.el (select-safe-coding-system): If FROM
6479 is string, show it in *Warning* buffer.
6480
6481 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6482
6483 * startup.el (normal-top-level): Use display-popup-menus-p instead
6484 of window-system.
6485 (command-line): Use display-graphic-p instead of window-system.
6486 (command-line-1): Use display-popup-menus-p and display-mouse-p
6487 instead of window-system.
6488
6489 2000-10-12 Sam Steingold <sds@gnu.org>
6490
6491 * tooltip.el (tooltip-use-echo-area): New user variable.
6492 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6493
6494 2000-10-12 Dave Love <fx@gnu.org>
6495
6496 * recentf.el: Maintainer's checkdoc fixes.
6497
6498 * startup.el (normal-top-level-add-subdirs-to-load-path):
6499 Use character class, not ASCII when matching file names.
6500 (fancy-splash-head): Add trailing slash to URL.
6501 (command-line): Don't require XPM support for toolbar.
6502
6503 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6504 (cperl-invalid-face): Revert last change.
6505 (cperl-init-faces): Quote cperl-invalid-face.
6506
6507 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6508
6509 * startup.el (fancy-splash-text): Remove superfluous quote.
6510
6511 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6512
6513 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6514 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6515 (command-line-1): Don't use fancy-splash-pending-command.
6516 (fancy-splash-screens-1): Goto point-min after inserting text.
6517
6518 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6519
6520 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6521 instead of shared-lisp-mode-map.
6522
6523 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6524
6525 * faces.el (header-line): Change tty-variant to use underlining.
6526
6527 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6528 (isearch-highlight): Restore lazy-isearch face properties at old
6529 position, and suppress them at new position.
6530 (isearch-dehighlight): Restore lazy-isearch face properties.
6531 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6532 over the real isearch overlay, but in that case, don't give it a
6533 face property. Use `push'.
6534
6535 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6536
6537 * man.el (Man-getpage-in-background): Fix previous change.
6538 Decode the process output only when we are in multibyte mode.
6539
6540 2000-10-11 Dave Love <fx@gnu.org>
6541
6542 * info.el (Info-mode-menu): Fix some help.
6543 (info-tool-bar-map): Add entry for Info-last.
6544
6545 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6546 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6547 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6548 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6549 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6550 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6551 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6552 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6553 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6554 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6555 Reduce colour requirements to 25 overall. (Probably wants
6556 revisiting from the originals to reduce further.)
6557
6558 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6559
6560 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6561 buffer-file-coding-system, instead of raw-text.
6562 (dehexlify-buffer): Bind coding-system-for-read to
6563 buffer-file-coding-system, instead of raw-text.
6564
6565 2000-10-11 Sam Steingold <sds@gnu.org>
6566
6567 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6568 `underline' - fixes the bug introduced on 2000-09-21.
6569
6570 2000-10-11 Dave Love <fx@gnu.org>
6571
6572 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6573 Avoid compiler warnings.
6574 (scheme-mode): Doc fix.
6575 (scheme-font-lock-keywords-1): Match `define-syntax'.
6576
6577 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6578
6579 * faces.el (frame-set-background-mode): Pay attention to saved
6580 face specs as well as default ones. Only do anything if the
6581 bg-mode or display-type has actually changed. Use `dolist'.
6582 (region): Make dark-background `region' face less in-your-face.
6583
6584 2000-10-10 Sam Steingold <sds@gnu.org>
6585
6586 * chistory.el, ielm.el, ledit.el:
6587 * progmodes/inf-lisp.el, progmodes/scheme.el:
6588 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6589
6590 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6591
6592 * textmodes/texinfo.el: Update copyright and fix typo.
6593
6594 * desktop.el (desktop-modes-not-to-save): New var.
6595 (desktop-save-buffer-p): Use it.
6596 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6597 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6598
6599 2000-10-10 Dave Love <fx@gnu.org>
6600
6601 * toolbar/tool-bar.el (tool-bar-add-item)
6602 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6603
6604 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6605 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6606 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6607 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6608 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6609 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6610 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6611 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6612 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6613 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6614 the .xpms; probably need retouching.
6615
6616 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6617
6618 * subr.el (add-to-list): Add optional argument APPEND.
6619 * battery.el (display-battery): Use `add-to-list'.
6620
6621 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6622
6623 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6624 properties.
6625 (zone, zone-when-idle, zone-leave-me-alone)
6626 (zone-pgm-whack-chars): Use new symbol properties.
6627
6628 * battery.el (display-battery): Doc spelling fix.
6629
6630 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6631 property.
6632
6633 2000-10-09 Dave Love <fx@gnu.org>
6634
6635 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6636 has been initialized before calling tool-bar-setup.
6637 (tool-bar-add-item-from-menu): Add autoload cookie.
6638
6639 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6640
6641 * menu-bar.el (send-mail-item-name): New function.
6642 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6643 of mail-user-agent in the menu. Don't display the "Send Mail"
6644 item if mail-user-agent is nil or its value is ignore.
6645 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6646 if read-mail-command is nil or its value is ignore.
6647
6648 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6649
6650 2000-10-09 Miles Bader <miles@gnu.org>
6651
6652 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6653 Correct image size.
6654 * toolbar/left_arrow.xpm: Correct image size.
6655
6656 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6657 will be done by the definition of `auto-compression-mode' if
6658 necessary. Move code to uninstall existing file-name handler
6659 before definition of `auto-compression-mode'.
6660
6661 * image-file.el (auto-image-file-mode): Move to the end of the
6662 file, because `define-minor-mode' actually calls the mode-function
6663 if the associated variable is non-nil, which requires that all
6664 needed functions be already defined.
6665
6666 * mouse.el (popup-menu): Balance parens.
6667
6668 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6669
6670 * mouse.el (popup-menu): Move the command call outside the loop
6671 so that popup-menu returns whatever the command returns.
6672
6673 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6674 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6675 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6676 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6677
6678 * vc.el (vc-version-diff): diff-switches can be a list.
6679 Use relative filenames for prettier output.
6680
6681 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6682 (vc-post-command-functions): Remove old-VC compatibility code.
6683
6684 * newcomment.el (comment-indent-default): Autoload.
6685
6686 * font-lock.el (font-lock-defaults): Make buffer-local.
6687 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6688 (font-lock-choose-keywords):
6689 Ignore LEVEL unless KEYWORDS is a list of syms.
6690 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6691 Don't wrap regexp-opt things in \(...\) unnecessarily.
6692
6693 * jit-lock.el: Don't require font-lock any more.
6694 (jit-lock-functions): Make buffer-local.
6695 (jit-lock-saved-fontify-buffer-function): Remove.
6696 (jit-lock-mode): Remove autoload cookie.
6697 Remove font-lock specific code.
6698 (jit-lock-unregister): Don't bother handling complex hooks any more.
6699 (jit-lock-refontify): New function.
6700 (jit-lock-fontify-buffer): Use it.
6701 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6702 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6703 Add optional args START and END.
6704 Never call font-lock-fontify-region directly.
6705 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6706
6707 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6708
6709 2000-10-08 Dave Love <fx@gnu.org>
6710
6711 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6712
6713 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6714
6715 * play/studly.el (studlify-region, studlify-word): Add autoload
6716 cookie.
6717
6718 * play/morse.el (morse-region, unmorse-region): Add autoload
6719 cookie.
6720
6721 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6722 concat.
6723
6724 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6725 insist on symbols starting with word syntax.
6726 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6727 (eval-defun-1): Doc fix.
6728 (indent-sexp): Use nconc to build up indent-stack.
6729
6730 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6731 Gnus with little use.
6732 (mail-setup-hook): Add mail-abbrevs-setup to options.
6733
6734 * recentf.el: Doc fixes.
6735
6736 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6737 Clean up remainder.
6738
6739 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6740 without timezone and (8) with timezone to enforce some whitespace.
6741 Simplify code somewhat.
6742
6743 * options.el (list-options): Doc that you should use customize.
6744
6745 * iswitchb.el (iswitchb-mode): Add :require.
6746
6747 * info.el (Info-goto-node, Info-menu): Doc fix.
6748 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6749 (info-tool-bar-map): New variable.
6750 (Info-mode): Use it.
6751 (Info-edit-map): Define all in defvar.
6752 (speedbar-attached-frame): Avoid compiler warning.
6753
6754 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6755 (global-map): Bind [tool-bar] to a filtered map.
6756 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6757 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6758 Allow PBM icons.
6759 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6760
6761 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6762 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6763 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6764 icons, except up_arrow, which is left-arrow rotated.
6765
6766 * imenu.el (imenu-add-to-menubar): Fix last change.
6767
6768 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6769
6770 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6771 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6772
6773 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6774
6775 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6776 typos in doc strings.
6777
6778 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6779 the doc strings how to customize Font Lock faces.
6780
6781 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6782 computing growth when dragging the header line.
6783
6784 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6785
6786 * simple.el (kill-line): Doc fix.
6787
6788 2000-10-08 Miles Bader <miles@gnu.org>
6789
6790 * faces.el (secondary-selection): Make foreground visible on tty.
6791
6792 * jka-compr.el (auto-compression-mode): Move to the end of the
6793 file, because `define-minor-mode' actually calls the mode-function
6794 if the associated variable is non-nil, which requires that all
6795 needed functions be already defined.
6796 (with-auto-compression-mode): Add autoload cookie.
6797
6798 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6799
6800 * files.el (find-backup-file-name) [ms-dos]: If support for long
6801 file names is not available, behave as if version-control were set
6802 to never.
6803
6804 2000-10-07 Dave Love <fx@gnu.org>
6805
6806 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6807 (browse-url-gnome-moz): New function.
6808 (browse-url-browser-function): Use it.
6809 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6810
6811 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6812
6813 * indent.el (tab-always-indent): New var.
6814 (indent-for-tab-command): Use it.
6815
6816 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6817 raise an error. This way it can still default to a sane value.
6818
6819 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6820
6821 * startup.el (fancy-splash-screens): Use local rather than global map.
6822 Don't use `update-menu-bindings' any more.
6823 Get rid of assumptions about keymap representation.
6824
6825 2000-10-06 Dave Love <fx@gnu.org>
6826
6827 * textmodes/fill.el (sentence-end-double-space)
6828 (sentence-end-without-period): Doc fix.
6829 (adaptive-fill-regexp): Purecopy.
6830 (unjustify-current-line): Use line-end-position.
6831 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6832
6833 * net/eudc-vars.el (eudc): Add :version, :link.
6834
6835 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6836
6837 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6838 Fix for define-minor-mode.
6839 (function-at-point): Alias to function-called-at-point.
6840
6841 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6842
6843 * simple.el (backward-word): Doc fix.
6844
6845 * image-file.el (image-file-name-regexp): image-file-regexps ->
6846 image-file-name-regexps.
6847 (image-file-name-extensions): Add pbm.
6848
6849 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6850
6851 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6852 and add filename to the names so that diff-mode can jump to source.
6853
6854 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6855 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6856 (tex-font-lock-keywords-1): Remove.
6857 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6858 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6859 (font-lock-default-fontify-region):
6860 Expand beg..end correctly when just following a multiline region.
6861 (font-lock-fontify-anchored-keywords):
6862 Include the anchor text as part of the multiline.
6863
6864 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6865
6866 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6867 latter needs the autoloaded define-minor-mode macro during the
6868 bootstrap.
6869
6870 * startup.el (command-line): For now, activate tool-bar-mode only
6871 if XPM images are supported.
6872
6873 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6874 window by dragging a header-line at the top of the frame; that's
6875 confusing because the header-line doesn't move.
6876 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6877 of treating the event as a list. Some cleanup.
6878
6879 2000-10-06 Miles Bader <miles@gnu.org>
6880
6881 * simple.el (display-message-or-buffer): New function.
6882 (shell-command-on-region): Use `display-message-or-buffer'.
6883
6884 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6885 docstring parts.
6886
6887 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6888 (smbclient-prompt-regexp): Add usage note to doc string.
6889 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6890 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6891 Use add-hook for adding the comint filter function, and only do so
6892 if it's not already in the global hook list.
6893 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6894 to `make-local-variable'.
6895 (nslookup-font-lock-keywords): Remove prompt entry.
6896 (nslookup): Don't set the process-filter.
6897 (finger): Exit the loop correctly when the regexps list runs out.
6898 (ftp, smbclient, smbclient-list-shares):
6899 Set the real major mode immediately, not after execing.
6900 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6901
6902 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6903
6904 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6905
6906 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6907
6908 * which-func.el (which-func-format): Remove spurious space.
6909 (which-func-mode): Don't make it permanent-local.
6910 (which-func-ff-hook): Allow which-func-maxout to be nil.
6911 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6912 (which-func-mode): Simplify.
6913 Use post-command-idle-hook rather than post-command-hook.
6914 Go through all buffers and update their state.
6915 (which-function): Also try add-log-current-defun-function.
6916
6917 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6918 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6919 Update call to with-vc-properties accordingly.
6920 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6921 (vc-revert-buffer): More careful about window selection and deletion.
6922 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6923
6924 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6925 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6926 (cvs-dired-action): Change the default to quickdir.
6927
6928 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6929 if comment-indent-function returns nil.
6930 (comment-indent-default): New function.
6931 (comment-indent-function): Use it and document the new semantics.
6932
6933 * image-file.el: Docstring fixes.
6934
6935 * help.el (help-xref-on-pp): Use match-string.
6936 (describe-variable): New arg BUFFER.
6937 Store the current buffer in the help-xref-stack.
6938 (temp-buffer-resize-mode): Use define-minor-mode.
6939
6940 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6941 consistently with its docstring.
6942 Set jit-lock-first-unfontify-pos in an idempotent way.
6943 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6944
6945 2000-10-05 Alex Schroeder <alex@gnu.org>
6946
6947 * sql.el (sql-mysql-options): New variable.
6948 (sql-mysql): Use it.
6949
6950 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6951
6952 * image.el (image): New group.
6953
6954 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6955 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6956
6957 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6958
6959 * net/net-utils.el (nslookup-font-lock-keywords)
6960 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6961 Ignore the value of wqindow-system; always define keywords
6962
6963 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6964
6965 * startup.el (fancy-splash-screens): Remove the code for
6966 debugging; `(trace-to-stderr "EXITTT\n")'.
6967
6968 2000-10-05 Miles Bader <miles@gnu.org>
6969
6970 * diff-mode.el (diff-goto-source): Update call to
6971 `diff-hunk-status-msg' to reflect new REV variable.
6972
6973 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6974
6975 * progmodes/icon.el (icon-mode):
6976 Don't gratuitously override the default for comment-column.
6977
6978 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6979
6980 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6981 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6982 (jit-lock-functions): New var.
6983 (jit-lock-function-1): Use it if non-nil.
6984 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6985 Set the `fontified' property before doing the fontification to avoid
6986 repeatedly going through the same error.
6987 Don't turn errors into messages.
6988 (jit-lock-register, jit-lock-unregister): New functions.
6989
6990 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6991 Use with-current-buffer.
6992
6993 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6994 Turn comment into docstring.
6995
6996 * apropos.el (apropos-mode): Use define-derived-mode.
6997
6998 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6999
7000 * startup.el (fancy-splash-pending-command): New variable.
7001 (fancy-splash-pre-command): New function.
7002 (fancy-splash-screens): Rewritten.
7003 (command-line-1): If fancy-splash-pending-command is set, call it
7004 interactively.
7005
7006 2000-10-04 Dave Love <fx@gnu.org>
7007
7008 * toolbar/tool-bar.el (tool-bar-setup): New function.
7009 (tool-bar-mode): Use it.
7010
7011 * subr.el (substitute-key-definition): Doc fix.
7012 (play-sound-file): New command.
7013
7014 2000-10-04 Andre Spiegel <spiegel@gnu.org>
7015
7016 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
7017 vc-version-backup-file-name): New functions.
7018
7019 * files.el (basic-save-buffer): Call vc-before-save before saving.
7020
7021 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
7022 vc-cvs-stay-local-p.
7023
7024 * vc.el (vc-revert-buffer): Handle empty diff properly.
7025 (vc-version-backup-file): New function.
7026 (vc-checkout): Create a version backup if necessary.
7027 (vc-checkin): If a version backup file exists, delete it.
7028 (vc-version-diff): Diff locally using version backups, if available.
7029 (vc-revert-file): If there's a version backup, revert locally.
7030 (vc-transfer-file): Use version backup for base version, if
7031 available. If not, ask for confirmation whether to get it from the
7032 server. Update mode line before check-in.
7033
7034 2000-10-04 Dave Love <fx@gnu.org>
7035
7036 * toolbar/tool-bar.el (tool-bar-setup): New function.
7037 (tool-bar-mode): Use it.
7038
7039 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7040
7041 * net/net-utils.el (nslookup-font-lock-keywords)
7042 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7043 Only set if window-system is non-nil
7044 (net-utils-run-program): Returns buffer.
7045 (network-connection-reconnect): Added this function.
7046
7047 * generic.el:
7048 Incorporates extensive cleanup and docfixes by
7049 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
7050 Uses cl compile-time macros.
7051 (generic-mode-name, generic-comment-list)
7052 (generic-keywords-list, generic-font-lock-expressions)
7053 (generic-mode-function-list, generic-mode-syntax-table):
7054 Removed variables.
7055 (generic-mode-alist): Renamed to generic-mode-list.
7056 (generic-find-file-regexp): Default changed to "^#".
7057 (generic-read-type): Uses completing read on generic-mode-list.
7058 (generic-mode-sanity-check): removed this function.
7059 (generic-add-to-auto-mode): Removed this function
7060 (generic-mode-internal): Bind mode-specific definitions
7061 into function instead of putting them in alist.
7062 (generic-mode-set-comments): Reworked extensively.
7063 (generic-mode-find-file-hook): Simplified regexp searching
7064 (generic-make-keywords-list): Omit extra pair of parens
7065
7066 * find-lisp.el (find-lisp-find-files-internal):
7067 Make sure directory name ends with "/".
7068
7069 * generic-x.el (apache-conf-generic-mode):
7070 Regexp now allows leading whitespace.
7071 (rc-generic-mode): Added eval-when-compile
7072 around generic-make-keywords-list.
7073 Deleted duplicate regexp
7074 (rul-generic-mode): Added eval-when-compile
7075 around generic-make-keywords-list.
7076 (etc-fstab-generic-mode): New generic mode.
7077 (rul-generic-mode): Removed one eval-when-compile
7078 which caused a max-specpdl-size exceeded error.
7079
7080 2000-10-04 Miles Bader <miles@gnu.org>
7081
7082 * simple.el (minibuffer-temporary-goal-position): New variable.
7083 (next-history-element): Try to keep the position of point in the
7084 input string constant.
7085
7086 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7087 (dired-do-create-files): If there's only one file, pass it in as
7088 the DEFAULT arg to dired-mark-read-file-name.
7089
7090 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7091
7092 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7093 (diff-goto-source): Be smarter when choosing REVERSE or not.
7094
7095 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7096 (texinfo-mode-menu): Add an explicit shortcut for update all.
7097
7098 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7099
7100 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7101 factorize backend-specific code cleanly (this was essentially
7102 conceived by Stefan Monnier).
7103 (vc-unregister): Function removed.
7104 (vc-revert-file): New function.
7105 (vc-revert-buffer): Delegate some of the work to it.
7106
7107 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7108 default branch unconditionally.
7109 (vc-rcs-set-default-branch): New function.
7110 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7111 (vc-rcs-checkin): If an appropriate default branch has been set,
7112 force creation of that branch.
7113 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7114 code (as suggested by Stefan Monnier).
7115
7116 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7117
7118 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7119 highlighting overlay with a different face over the overlay
7120 isearch uses to highlight the current match because that can lead
7121 to bad face combinations.
7122
7123 * loadup.el (toplevel): Load faces before isearch.
7124
7125 * isearch.el (isearch-faces): New custom group.
7126 (isearch): New defface; was already tested for in the code.
7127 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7128 (isearch-highlight): Always use face `isearch'.
7129
7130 2000-10-02 Dave Love <fx@gnu.org>
7131
7132 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7133 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7134 comparison of opcode with operand.
7135
7136 2000-10-03 Miles Bader <miles@gnu.org>
7137
7138 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7139 buffer, since the echo area will now grow to accommodate them.
7140
7141 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7142
7143 * vc-hooks.el (vc-registered): If FILE used to be registered under
7144 a certain backend, try that one first.
7145
7146 * vc.el (vc-responsible-backend): Undo the previous change in the
7147 argument list. Handle multiple backends correctly.
7148 (vc-find-new-backend): Function removed.
7149 (vc-register): Use vc-responsible-backend, as before.
7150 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7151
7152 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7153
7154 * startup.el (fancy-splash-head): Change message below the
7155 logo.
7156
7157 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7158
7159 * diff-mode.el (diff-goto-source): Emit a status message.
7160 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7161 (diff-test-hunk): Fix doc string.
7162 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7163 (diff-advance-after-apply-hunk): New variable.
7164 (diff-apply-hunk): Don't return a value.
7165
7166 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7167
7168 * vc.el (vc-editable-p): Minor optimization.
7169 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7170 (vc-find-new-backend): New function split from vc-responsible-backend.
7171 (vc-register): Use it.
7172 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7173 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7174 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7175 (vc-clear-headers): Don't use find-file.
7176 (vc-revert-buffer): Use `and' again (must have been a braino).
7177 (vc-switch-backend): Only prompt if requested.
7178 Short circuit if nothing is to be done.
7179 Don't use vc-resynch-buffer which could lose unsaved editing.
7180 (vc-default-receive-file): Update call to vc-unregister.
7181 (with-vc-file, vc-next-action-on-file):
7182 Use vc-backend rather than vc-registered.
7183 (vc-next-action-on-file): Use intern-soft.
7184 Deal with read-only *vc-diff* buffer.
7185 (vc-transfer-file): Docstring fix.
7186
7187 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7188 (vc-rcs-receive-file): Avoid with-vc-properties.
7189 Update call to vc-unregister.
7190 Use constant `RCS' rather than (dynamically bound) var `backend'.
7191
7192 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7193
7194 * vc.el (vc-next-action-on-file): Update mode line only if file
7195 is visited.
7196 (vc-start-entry): New argument initial-contents. Don't visit the file
7197 if it isn't already visited. Brought documentation up-to-date.
7198 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7199 (vc-checkin): New optional arg initial-contents, which is passed to
7200 vc-start-entry.
7201 (vc-finish-logentry): Make sure to bury log buffer only if there
7202 really is one. Call `vc-resynch-buffer' on log-file, not
7203 buffer-file-name.
7204 (vc-default-comment-history, vc-default-wash-log): New functions.
7205 (vc-index-of): Removed.
7206 (vc-transfer-file): Make do without the above.
7207 (vc-default-receive-file): Call comment-history unconditionally. Pass
7208 the resulting string to vc-checkin, instead of inserting it into the
7209 comment ring.
7210
7211 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7212 unconditionally. Use the comments as initial contents of the log
7213 entry buffer. Document the trick to force branch creation with no
7214 changes.
7215
7216 2000-10-01 Miles Bader <miles@gnu.org>
7217
7218 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7219 `recenter' with an arg to prevent redrawing the display.
7220
7221 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7224
7225 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7226
7227 * progmodes/c-mode.el (c-mode):
7228 Don't gratuitously override the default for comment-column.
7229
7230 * textmodes/tex-mode.el (latex-metasection-list): New var.
7231 (latex-imenu-create-index): Use it.
7232 Move the regexp construction outside loops (and use push).
7233 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7234 (tex-font-lock-keywords): Moved from font-lock.el.
7235 (tex-comment-indent): Remove.
7236 (tex-common-initialization): Don't set comment-indent-function.
7237 (latex-block-default): New var.
7238 (tex-latex-block): Use it to provide a default choice.
7239 Add any unknown choice to latex-block-names.
7240 Insert [...] after {...}.
7241 (tex-last-unended-begin): Simplify regexp.
7242 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7243 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7244 (latex-mode): Set forward-sexp-function.
7245
7246 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7247 Add regexp for @ignore ... @end ignore.
7248 (texinfo-heading-face): New face.
7249 (texinfo-font-lock-keywords): Use it.
7250 (texinfo-mode-menu): New menu.
7251 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7252 New functions.
7253 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7254 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7255 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7256 Remove declaration.
7257 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7258
7259 * delsel.el (delete-selection-mode): Use define-minor-mode.
7260
7261 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7262
7263 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7264
7265 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7266
7267 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7268
7269 * replace.el (keep-lines-read-args): New function.
7270 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7271 read arguments interactively. Add parameters RSTART and REND.
7272 Operate on the active region in Transient Mark mode.
7273
7274 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7275
7276 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7277 (authors-obsolete-files-regexps): New variable.
7278 (authors-add): Don't record changes in obsolete files.
7279
7280 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7281
7282 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7283
7284 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7285 (comment-indent): Make sure there's a space between code and comment.
7286 Shift comments left to avoid going past fill-column.
7287
7288 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7289
7290 * startup.el (startup-echo-area-message): New function.
7291 (display-startup-echo-area-message): Use it.
7292 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7293 (fancy-splash-default-action): New function.
7294 (fancy-splash-screens-1): New function.
7295 (fancy-splash-head): Put a help-echo and a keymap under the image.
7296
7297 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7298
7299 * diff-mode.el (diff-add-log-file-name): Remove.
7300 (diff-mode): Use add-log-buffer-file-name-function.
7301
7302 * add-log.el (find-change-log): New arg BUFFER-FILE.
7303 (add-log-file-name): Obey add-log-file-name-function.
7304 (add-log-buffer-file-name-function): New var.
7305 (add-change-log-entry): Use it.
7306
7307 2000-09-29 Miles Bader <miles@gnu.org>
7308
7309 * image-file.el (image-file-name-extensions): New variable.
7310 (image-file-name-regexps): Renamed from `image-file-regexps'.
7311 New default value is nil. Call `auto-image-file-mode'.
7312 (image-file-name-regexp): New function.
7313 (auto-image-file-mode): New minor mode.
7314 (insert-image-file): Don't make conditional on the image-file
7315 handler being enabled.
7316 (image-file-handler): Make the call here conditional instead.
7317 (set-image-file-handler-enabled, enable-image-file-handler)
7318 (disable-image-file-handler): Functions removed.
7319
7320 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7321 string.
7322
7323 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7324
7325 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7326 it's a function from CL.
7327 (latex-imenu-create-index): Replace eval-when-compile with progn
7328 because latex-section-alist is not bound while compiling.
7329
7330 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7331
7332 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7333 (outline-mode): Use define-derived-mode.
7334
7335 * progmodes/perl-mode.el (perl-mode):
7336 * progmodes/awk-mode.el (awk-mode):
7337 * progmodes/asm-mode.el (asm-mode):
7338 Don't gratuitously override the default for comment-column.
7339
7340 * emacs-lisp/lisp.el (lisp-complete-symbol):
7341 Distinguish the let-binding case from the funcall case.
7342 (forward-sexp-function): New variable.
7343 (forward-sexp): Use it.
7344
7345 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7346 (easy-mmode-defmap): Remove the now useless autoload.
7347
7348 * time.el (display-time-mode): Use define-minor-mode.
7349
7350 * subr.el (add-minor-mode): Don't eval NAME.
7351 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7352 Use if rather than cond.
7353
7354 * simple.el (read-expression-map): Define more properly.
7355 (comment-indent-hook): Remove.
7356 (string-to-syntax): Bug fix.
7357
7358 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7359 (cvs-ediff-diff): Fix typo.
7360 (cvs-revert-if-needed): Don't bother preserving read-only.
7361
7362 * paren.el (show-paren-mode): Use define-minor-mode.
7363
7364 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7365 (toggle-auto-compression): Remove.
7366 (jka-compr-build-file-regexp): Remove useless grouping.
7367
7368 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7369 Avoid user-reserved bindings.
7370 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7371 (diff-header-face): Revert to grey85.
7372
7373 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7374
7375 * complete.el (partial-completion-mode) <defcustom>: Remove.
7376 (partial-completion-mode): Use define-minor-mode.
7377 (PC-do-completion): Understand `completion-auto-help = delay'
7378 to mean to popup the completion buffer only the second time.
7379 (PC-include-file-all-completions, PC-include-file-all-completions)
7380 (PC-include-file-all-completions): Don't quote lambda.
7381
7382 * comint.el (comint-mode-hook): Docstring fix.
7383 (comint-mode): Use define-derived-mode.
7384 (comint-mode-map): Remove obsolete comment.
7385 (make-comint): Minor stylistic change.
7386 (comint-insert-clicked-input): Be more careful to find the overlay.
7387 Use this-command-keys rather than hardcoding mouse-2.
7388
7389 * font-lock.el: Replace confusing (,@ with ,
7390 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7391 Don't use regexp-opt-depth. Spice up the regexp for args.
7392 Don't distinguish between cmds that can take an opt arg or not.
7393 Use `append' and `prepend' rather than `keep'.
7394
7395 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7396 (latex-outline-regexp): New var.
7397 (latex-outline-level): New fun.
7398 (latex-section-alist): New var.
7399 (latex-imenu-create-index): Use it. Use `push' as well.
7400 (tex-shell-map): Initialize it properly.
7401 (tex-mode): Minor stylistic change.
7402 (plain-tex-mode): Use define-derived-mode.
7403 (latex-mode): Use define-derived-mode.
7404 Construct the paragraph regexps in a more readable way.
7405 Set the buffer-local outline-{level,regexp} vars.
7406 (slitex-mode): Derive from latex-mode.
7407 (tex-common-initialization): Don't kill-all-vars anymore.
7408 Add setting for comment-add and font-lock-defaults.
7409 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7410 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7411 (tex-start-tex): New arg DIR (and send a chdir command for it).
7412 Also display the shell buffer and save it in tex-last-buffer-texed.
7413 (tex-region): Use expand-file-name rather than concat.
7414 Remove code made useless by changes in tex-start-tex.
7415 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7416
7417 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7418
7419 2000-09-28 Dave Love <fx@gnu.org>
7420
7421 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7422
7423 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7424
7425 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7426 `append'.
7427
7428 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * info.el (Info-extract-pointer): Undo last change.
7431 Instead, fix the position of the `bound' arg to re-search-backward.
7432
7433 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7434
7435 * info.el (Info-extract-pointer):
7436 Widen more carefully, to avoid finding pointers in other nodes.
7437 (Info-index): Use push.
7438
7439 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7440
7441 * frame.el (set-frame-font): Remove call to obsolete function
7442 frame-update-faces.
7443 (set-foreground-color, set-background-color): Likewise for
7444 frame-update-face-colors.
7445
7446 2000-09-27 Miles Bader <miles@gnu.org>
7447
7448 * image-file.el: New file.
7449
7450 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7451
7452 * frame.el (frame-notice-user-settings): Don't call
7453 frame-update-faces, which is a no-op now.
7454
7455 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7456 tool-bar-lines.
7457
7458 2000-09-27 Dave Love <fx@gnu.org>
7459
7460 * mouse.el: Fix last change.
7461
7462 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7463
7464 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7465
7466 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7467
7468 * international/quail.el (quail-help): The output message is
7469 improved.
7470
7471 2000-09-26 Dave Love <fx@gnu.org>
7472
7473 * mouse.el (popup-menu): If POSITION is nil, set it using
7474 mouse-position.
7475
7476 2000-09-25 Sam Steingold <sds@gnu.org>
7477
7478 * net/browse-url.el (browse-url-file-url): Check for null maps.
7479
7480 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7481
7482 * frame.el (frame-notice-user-settings): Don't add a
7483 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7484
7485 * frame.el (frame-notice-user-settings):
7486 Make tool-bar-mode and default-frame-alist consistent.
7487
7488 * toolbar/tool-bar.el (tool-bar-help): New function.
7489
7490 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7491
7492 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7493 current-load-list in top-level forms. Else this leaks a cons cell
7494 every time a defun is called.
7495
7496 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7497
7498 2000-09-25 Dave Love <fx@gnu.org>
7499
7500 * startup.el (fancy-splash-head): Check XPM is available.
7501
7502 * autoinsert.el (auto-insert): Doc fix.
7503 (auto-insert-alist): Following GNU notices, don't say `copyright
7504 _by_'. Use line-beginning-position.
7505 (auto-insert): Check buffer-file-name is non-nil before use.
7506
7507 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7508
7509 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7510 starting with `@def' or `@multitable', in addition to ones
7511 specified by the user in auto-fill-inhibit-regexp.
7512
7513 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7514
7515 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7516 rmail-dont-reply-to-names matches the empty string.
7517
7518 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7519
7520 * startup.el (command-line-1, fancy-splash-text): Change the
7521 text to sound more friendly.
7522
7523 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7524
7525 * progmodes/hideshow.el: Update author email address.
7526 Generally, sync w/ maintainer version 5.22.
7527 (hs-hide-all-non-comment-function): New var.
7528 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7529 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7530 (hs-show-region): Delete this command.
7531 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7532
7533 2000-09-22 Dave Love <fx@gnu.org>
7534
7535 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7536 (hl-line-highlight): Specify buffer when moving overlay.
7537
7538 * progmodes/fortran.el (fortran-mode): Locally set
7539 normal-auto-fill-function.
7540 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7541 (fortran-mode-map): Adjust auto-fill menu entry.
7542
7543 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7544
7545 * vc-rcs.el (toplevel): Require `vc' when compiling.
7546
7547 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7548
7549 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7550
7551 * vc.el (vc-switch-backend): Signal an error if the file is not
7552 registered under the new backend.
7553
7554 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7555 without explicit revision number.
7556
7557 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7558
7559 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7560 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7561 (diff-xor): New function.
7562 (diff-find-source-location): Use it. Fix a stupid name clash.
7563 (diff-hunk-status-msg): New function.
7564 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7565 (diff-test-hunk): Use diff-find-source-location.
7566 (diff-goto-source): Favor the `reverse'.
7567 (diff-hunk-text): Properly handle one-sided context diffs.
7568 (diff-apply-hunk): When done, advance to the next hunk.
7569
7570 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7571
7572 * startup.el (command-line): If frame was created with a non-zero
7573 tool-bar-lines parameter, switch tool-bar-mode on.
7574
7575 * add-log.el (change-log-date-face, change-log-name-face)
7576 (change-log-email-face, change-log-file-face)
7577 (change-log-list-face, change-log-conditionals-face)
7578 (change-log-function-face, change-log-acknowledgement-face):
7579 New faces, inheriting from font-lock faces.
7580 (change-log-font-lock-keywords): Use them.
7581
7582 2000-09-21 Dave Love <fx@gnu.org>
7583
7584 * progmodes/cperl-mode.el (top-level): Clean up
7585 `eval-when-compile's and assorted defvars.
7586 (cperl-invalid-face): Don't double-quote value. Change custom
7587 type.
7588 (cperl-mode): Set normal-auto-fill-function and don't zap
7589 auto-fill-function.
7590 (cperl-imenu--function-name-regexp-perl): Renamed from
7591 imenu-example--function-name-regexp-perl.
7592 (cperl-imenu--create-perl-index): Renamed from
7593 imenu-example--create-perl-index.
7594 (cperl-xsub-scan): Don't require cl.
7595
7596 * msb.el (msb-mode-map): Use substitute-key-definition.
7597 (msb-mode): Use msb-mode-map.
7598
7599 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7600
7601 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7602 New functions.
7603 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7604 (vc-switch-backend): New function.
7605 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7606 (vc-register): Fix prompt.
7607 (vc-unregister, vc-default-unregister): New functions.
7608 (vc-version-diff): Handle empty buffer in sentinel.
7609
7610 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7611 (vc-rcs-state-heuristic): Use it to guess the state of files with
7612 non-strict locking.
7613 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7614 been set with -b, but not created yet.
7615 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7616 contents in order to find the state.
7617 (vc-rcs-checkin): Allow creation of branches with no changes.
7618 (vc-rcs-unregister, vc-rcs-receive-file)
7619 (vc-rcs-set-non-strict-locking): New functions.
7620
7621 * vc-hooks.el (vc-name): Force correct computation of the value
7622 in case it is missing.
7623
7624 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7625
7626 * startup.el (fancy-splash-tail): Use a different foreground
7627 color on a dark frame background.
7628
7629 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7630
7631 * info.el: Use the correct capitalization when making Info-mode
7632 and Info-edit-mode `special' modes.
7633
7634 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7635
7636 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7637 (diff-mode): Add support for add-log.el.
7638 (diff-hunk-text): Use char offsets rather than line offsets.
7639 (diff-find-source-location): Replace LINE with line-offset (nil
7640 if not found) and always set POS to a meaningful position.
7641 Adapt to the new char-offsets.
7642 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7643 Adapt to the new diff-find-source-location.
7644 (diff-goto-source): Adapt to the new diff-find-source-location.
7645
7646 * add-log.el (add-log-file-name): New function (split out of
7647 add-change-log-entry).
7648 (add-change-log-entry): Use it.
7649 Call add-log-file-name-function with the changelog file name if
7650 the current buffer is not associated with any file.
7651 Avoid find-file if the selected window is dedicated.
7652
7653 * diff-mode.el (diff-find-source-location):
7654 Move code from diff-apply-hunk. Return buffer rather than file.
7655 (diff-apply-hunk): Use the new result from diff-find-source-location.
7656 (diff-goto-source): Use the new diff-find-source-location.
7657
7658 2000-09-20 Dave Love <fx@gnu.org>
7659
7660 * iswitchb.el: Some doc fixes.
7661 (iswitchb-mode-map): Define completely initially. Inherit
7662 minibuffer-local-map.
7663 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7664 fundamental-mode.
7665 (iswitchb-global-map): New variable.
7666 (iswitchb-summaries-to-end): Amalgamate regexps.
7667 (iswitchb-mode): New.
7668 (iswitchb-mode-hook): New variable.
7669 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7670 `extensions'.
7671
7672 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7673
7674 * ehelp.el (electric-help): New defgroup.
7675 (electric-help-shrink-window): New user-option.
7676 (with-electric-help): Use it.
7677
7678 * window.el (shrink-window-if-larger-than-buffer): If face
7679 `mode-line' has a :box, and we're on a graphical frame, add 1
7680 to the needed window height.
7681
7682 * frame.el (frame-notice-user-settings): Add a last parameter nil
7683 to a call to `append', because the last list passed to `append' is
7684 not copied, and so subsequent calls to assq-delete-all will modify
7685 default-frame-alist.
7686
7687 * startup.el (fancy-splash-image): Change :type.
7688 (fancy-splash-head): Use an XBM image if appropriate.
7689 (command-line-1): Show splash screens in more cases.
7690
7691 * startup.el (fancy-splash-text): Don't quote faces.
7692
7693 * dired.el (dired-font-lock-keywords): Undo last change.
7694 (dired-readin): Bind indent-tabs-mode to nil.
7695
7696 * startup.el (fancy-splash-head): If frame's background mode
7697 is `dark', change the black background of the image to gray.
7698 (fancy-splash-screens): Display startup echo area message.
7699 (display-startup-echo-area-message): New function.
7700
7701 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7702
7703 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7704
7705 * info.el (info-header-node): Tweak for color ttys.
7706
7707 * faces.el (face-valid-attribute-values): Make sure directories we
7708 search for stipples both exist and are readable before trying to
7709 search them.
7710
7711 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7712 in the dry-run case.
7713
7714 * jka-compr.el (with-auto-compression-mode): New macro.
7715
7716 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7717 (custom-group-tag-face, custom-variable-tag-face): Use relative
7718 :height and inherit from `variable-pitch' face instead of
7719 hardwiring :family.
7720 * hi-lock.el (hi-black-hb): Likewise.
7721
7722 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7723 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7724 toolbar-add-item, if image doesn't have a mask add a `:mask
7725 heuristic'.
7726
7727 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7728
7729 * diff-mode.el: Docstring fixes.
7730 (diff-header-face, diff-comment-face): New faces.
7731 (diff-font-lock-keywords): Highlight a bit differently.
7732 (diff-find-source-location): Don't return SPAN any more.
7733 (diff-hunk-text): Don't bother erasing the temp buffer.
7734 (diff-find-text): Drop argument LINE.
7735 (diff-apply-hunk): Update calls to diff-find-text.
7736 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7737
7738 * calendar/calendar.el: Docstring fixes.
7739 (calendar-make-alist): Don't quote lambda.
7740 (calendar-star-date): Use make-local-variable.
7741
7742 2000-09-19 Dave Love <fx@gnu.org>
7743
7744 * toolbar/tool-bar.el: Renamed from toolbar.el.
7745 Change `toolbar' to `tool-bar' generally in symbols.
7746 Make some items invisible in `special' major modes.
7747 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7748 Add arg PROPS.
7749
7750 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7751 Add :version here.
7752 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7753
7754 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7755
7756 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7757
7758 * files.el (find-file-suppress-same-file-warnings): New user-option.
7759 (find-file-noselect): Use it.
7760
7761 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7762 (fancy-splash-screen): Defgroup.
7763
7764 * add-log.el (change-log-font-lock-keywords): Match names
7765 more exactly for the case that font-lock-constant-face is
7766 underlined.
7767
7768 2000-09-19 Richard M. Stallman <rms@gnu.org>
7769
7770 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7771
7772 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7773
7774 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7775
7776 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7777
7778 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7779 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7780 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7781 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7782 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7783 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7784 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7785 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7786 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7787 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7788 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7789 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7790
7791 * startup.el (fancy-splash-text): New variable.
7792 (fancy-splash-delay, fancy-splash-image): New user-options.
7793 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7794 (fancy-splash-screens): New functions.
7795 (command-line-1): If display has a `display' frame parameter, has
7796 colors, and we have XPM support, show more fancy splash screens.
7797
7798 2000-09-19 Dave Love <fx@gnu.org>
7799
7800 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7801 with null `help'. Use modern backquote syntax.
7802
7803 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7804
7805 * font-lock.el (font-lock-mode): Change message telling the user
7806 that ``the buffer is too big''.
7807
7808 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7809 for instance for the case that tab-width is 2.
7810
7811 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7812
7813 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7814 toolbar-add-item, if image doesn't have a mask add a `:mask
7815 heuristic'.
7816
7817 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7818
7819 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7820 and return a cons if it's non-nil.
7821 (diff-apply-hunk): Try to jump to the line in the source text
7822 corresponding to the position of point in the in the hunk.
7823
7824 * info.el (Info-title-3-face, Info-title-2-face)
7825 (Info-title-1-face): Use face inheritance and relative sizes
7826 instead of hard-wiring things.
7827
7828 * faces.el (secondary-selection): Make dark-background variant sane.
7829
7830 2000-09-16 Andrew Innes <andrewi@gnu.org>
7831
7832 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7833 read-only, since they aren't under VC now.
7834
7835 2000-09-17 Dave Love <fx@gnu.org>
7836
7837 * tmm.el: Replace mapcar with mapc in several places.
7838
7839 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7840 ad-unadvise.
7841
7842 * international/latin1-disp.el: New file.
7843
7844 * calendar/cal-move.el (scroll-calendar-left)
7845 (scroll-calendar-right): Make arg optional (for active mode line).
7846
7847 * calendar/calendar.el (calendar-mode-line-format): Make fields
7848 mouse-sensitive.
7849 (calendar-read-date, calendar-read-date, calendar-window-list):
7850 Unquote lambda.
7851 (calendar-month-name): Use aref, not sref.
7852
7853 * view.el (minor-mode-alist): Propertize the string.
7854
7855 * international/characters.el (standard-case-table): Add entries
7856 for Greek.
7857
7858 2000-09-18 Miles Bader <miles@gnu.org>
7859
7860 * info.el (info-node, info-xref): Add dark-background variants.
7861
7862 * faces.el (header-line): Change defaults to be less confusing
7863 when mixed with mode-lines.
7864
7865 * info.el (Info-fontify-node): Make a few cleanups.
7866 Add extra `help-echo' and `local-map' props to node xrefs.
7867 Use header-specific faces for node-names & xrefs.
7868 (Info-use-header-line): New variable.
7869 (info-header-xref, info-header-node): New faces.
7870 (Info-setup-header-line): New function.
7871 (Info-select-node): Call Info-setup-header-line when enabled.
7872 (Info-extract-pointer): Work even if the header line is hidden.
7873 (Info-header-line): New variable.
7874
7875 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7876
7877 * vms-patch.el (print-region-function): Don't quote lambda.
7878
7879 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7880
7881 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7882 (lm-get-header-re): Allow spaces between the header and the colon.
7883 (lm-header): Allow $ in non-RCS headers.
7884 (lm-header-multiline): Put the strings back into order.
7885 Stop at an empty line. Don't require two space chars if the
7886 line is clearly not another header line.
7887
7888 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7889 (popup-menu-popup): Remove.
7890
7891 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7892
7893 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7894 specification if or if not tool-bar item contains an `:enabled'
7895 property.
7896
7897 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7898 current buffer has no file name.
7899
7900 2000-09-15 Dave Love <fx@gnu.org>
7901
7902 * strokes.el: Sync with maintainer's current version with changes
7903 for Emacs, but avoid runtime cl and levents.
7904 (toplevel): Change autoloads and compilation requires.
7905 (strokes-version, strokes-bug-address, strokes-lift): Values
7906 changed.
7907 (strokes-xpm-header, strokes-insinuated): New variable.
7908 (strokes): Add :link.
7909 (strokes-mode): Customized.
7910 (strokes-while-inhibiting-garbage-collector): New macro.
7911 (strokes-remassoc): Avoid remove-if.
7912 (strokes-fix-button2-command): Don't use ad-do-it.
7913 (strokes-insinuate): New function.
7914 (strokes-button-press-event-p, strokes-button-release-event-p):
7915 New functions, used instead of non-`strokes-' versions..
7916 (strokes-mouse-event-p): Rewritten.
7917 (strokes-event-closest-point): Avoid event-point.
7918 (strokes-get-grid-position): Avoid cdadr, caadr
7919 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7920 functions.
7921 (strokes-help): Use with-output-to-temp-buffer.
7922 (strokes-window-configuration-changed-p): New function.
7923 (strokes-update-window-configuration): Use buffer-live-p,
7924 strokes-window-configuration-changed-p.
7925 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7926 (strokes-char-face): New face.
7927 (strokes-char-table, strokes-base64-chars): New variable.
7928 (strokes-xpm-for-stroke, strokes-list-strokes)
7929 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7930 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7931 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7932 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7933 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7934 functions.
7935
7936 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7937
7938 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7939
7940 * image.el (create-image): Doc fix.
7941
7942 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7943 instead of `:heuristic-mask t'.
7944
7945 2000-09-14 Andrew Innes <andrewi@gnu.org>
7946
7947 * makefile.w32-in: Revert to Unix line endings.
7948
7949 2000-09-14 Andrew Innes <andrewi@gnu.org>
7950
7951 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7952 when installing.
7953
7954 * makefile.nt (DONTCOMPILE): Fix typo.
7955
7956 * shell.el (shell-write-history-on-exit): New function.
7957 (shell-dumb-shell-regexp): New custom variable.
7958 (shell-mode): Make shell-write-history-on-exit the process
7959 sentinel if shell name matches shell-dumb-shell-regexp.
7960
7961 * w32-fns.el: Comment out before-init-hook function which resets
7962 source-directory based; this breaks bootstrap.
7963
7964 2000-09-14 Dave Love <fx@gnu.org>
7965
7966 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7967 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7968 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7969 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7970 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7971 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7972 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7973 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7974 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7975
7976 * toolbar/toolbar.el: New.
7977
7978 * subdirs.el: Add toolbar.
7979
7980 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7981
7982 * indent.el (indent-for-tab-command): Doc fix.
7983
7984 2000-09-14 Alex Schroeder <alex@gnu.org>
7985
7986 * ansi-color.el (ansi-colors): Doc change.
7987 (ansi-color-get-face): Simplified regexp.
7988 (ansi-color-faces-vector): Added more faces, doc change.
7989 (ansi-color-names-vector): Doc change.
7990 (ansi-color-regexp): Simplified regexp.
7991 (ansi-color-parameter-regexp): New regexp.
7992 (ansi-color-filter-apply): Doc change.
7993 (ansi-color-filter-region): Doc change.
7994 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7995 deal with zero length parameters.
7996 (ansi-color-apply-on-region): Doc change.
7997 (ansi-color-map): Doc change.
7998 (ansi-color-map-update): Removed debugging message.
7999 (ansi-color-get-face-1): Added condition-case to trap
8000 args-out-of-range errors.
8001 (ansi-color-get-face): Doc change.
8002 (ansi-color-make-face): Removed.
8003 (ansi-color-for-shell-mode): New option.
8004
8005 2000-09-13 Kenichi Handa <handa@etl.go.jp>
8006
8007 * international/quail.el (quail-start-translation): Translate KEY
8008 if necessary even if it doesn't have any mapping in the current
8009 input method.
8010 (quail-start-conversion): Likewise.
8011 (quail-help): The output message is improved.
8012
8013 2000-09-13 Miles Bader <miles@gnu.org>
8014
8015 * comint.el (comint-output-filter): Revert to using
8016 `insert-before-markers'. Add bletcherous hack to undo damage
8017 caused by `insert-before-markers'. Put `front-sticky' property on
8018 overlays created here so that the field code understands how the
8019 overlay works. Use a let when making comint-last-prompt-overlay,
8020 so that the code is easier to read.
8021
8022 2000-09-13 Dave Love <fx@gnu.org>
8023
8024 * wid-edit.el (widget-default-format-handler): DTRT when
8025 doc-property is a function.
8026
8027 2000-09-12 Francesco Potorti` <pot@gnu.org>
8028
8029 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
8030 filed name if it's not there.
8031
8032 2000-09-12 Dave Love <fx@gnu.org>
8033
8034 * simple.el (read-mail-command): Doc fix.
8035 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
8036
8037 * vc.el (vc-dired-listing-switches): Fix :version.
8038
8039 * vc-hooks.el: Doc fixes.
8040
8041 * subr.el (add-minor-mode): Use toggle-fun arg.
8042
8043 * speedbar.el: Add :version to several defcustoms.
8044
8045 * imenu.el (imenu--truncate-items, imenu--cleanup)
8046 (imenu--generic-function): Avoid mapcar.
8047 (imenu--replace-spaces): Function removed.
8048 (imenu--completion-buffer): Use subst-char-in-string.
8049 (imenu-add-to-menubar): Use keymap inheritance.
8050
8051 2000-09-12 Miles Bader <miles@gnu.org>
8052
8053 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
8054 (diff-mode-map): Bind `diff-test-hunk'.
8055 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
8056
8057 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8058
8059 * bytecomp.el (byte-compile-defvar): Undo last change
8060 because it breaks '(make-variable-buffer-local (defvar ...)'
8061 which is used at least in dired.
8062
8063 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8064
8065 * international/quail.el (quail-define-package): Docstring
8066 modified.
8067
8068 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8069
8070 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8071 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8072 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8073 docstring of "chinese-py".
8074
8075 * international/quail.el (quail-translation-docstring): New
8076 variable.
8077 (quail-show-keyboard-layout): Docstring modified.
8078 (quail-select-current): Likewise.
8079 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8080 infinite recursive call.
8081 (quail-help): Check quail-translation-docstring. Format of the
8082 output changed.
8083 (quail-help-insert-keymap-description): Adjusted for the above
8084 change.
8085
8086 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8087
8088 * bytecomp.el (byte-compile-defvar): Only cons onto
8089 current-load-list in top-level forms. Else this leaks a cons cell
8090 every time a defun is called.
8091
8092 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8093
8094 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8095 Now understands non-unified diffs. Some functionality moved into
8096 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8097 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8098 modify anything. Only reposition point in the patched file if the
8099 patch succeeds. Only pop up another window if POPUP is true.
8100 Emit a message describing what happened if successful, and at what
8101 line-offset. Automatically detect reversed hunks and do something
8102 appropriate.
8103 (diff-hunk-text, diff-find-text): New functions.
8104 (diff-filter-lines): Function removed.
8105 (diff-test-hunk): New function.
8106 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8107
8108 2000-09-10 Dave Love <fx@gnu.org>
8109
8110 * textmodes/tildify.el: Minor doc/commentary fixes.
8111 (tildify) <defgroup>: Add :version.
8112
8113 * faces.el (face-x-resources): Make custom type more specific.
8114 (frame-background-mode): Use mapc.
8115 (region) <defcustom>: Add :version.
8116
8117 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8118
8119 * vc-sccs.el (vc-sccs-register):
8120 * vc-rcs.el (vc-rcs-register):
8121 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8122 * vc.el (vc-register): Clear file's properties.
8123
8124 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8125
8126 * faces.el (face-spec-set): Only face-spec-reset-face when
8127 ATTRS is non-nil.
8128
8129 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8130
8131 * help.el (help-insert-xref-button): Fix a typo in doc string.
8132
8133 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8134
8135 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8136 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8137 methods.
8138
8139 * menu-bar.el (read-mail-item-name): New function.
8140 (menu-bar-tools-menu): Use it to compute and display the package
8141 used to read email.
8142 (menu-bar-tools-menu): Fix typo in GUD's help string.
8143
8144 2000-09-07 Dave Love <fx@gnu.org>
8145
8146 * diff-mode.el (diff-mouse-goto-source): New function.
8147
8148 * vc-sccs.el: Doc fixes.
8149 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8150
8151 * vc-rcs.el: Doc fixes.
8152 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8153 (vc-rcs-checkout-switches, vc-rcs-header)
8154 (vc-rcs-master-templates): Add or change :version.
8155
8156 * vc-cvs.el: Doc fixes.
8157 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8158 (vc-cvs-stay-local): Add :version.
8159
8160 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8161
8162 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8163
8164 * international/quail.el (quail-help): Fix previous change.
8165
8166 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8167
8168 * faces.el (color-values): Doc fix.
8169
8170 * faces.el (frame-set-background-mode): Use frame-parameter
8171 instead of frame-parameters.
8172
8173 * frame.el (filtered-frame-list): Reduce consing.
8174 (frames-on-display-list): Call frame-parameter instead of
8175 frame-parameters.
8176
8177 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8178
8179 * language/devan-util.el (devanagari-to-indian-region): In the
8180 loop, change the following char, not preceding char.
8181
8182 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8183
8184 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8185 instead of frame-parameters.
8186
8187 * faces.el (set-face-attribute): Simplify by calling
8188 internal-set-lisp-face-attribute with FRAME being 0.
8189
8190 * vc.el: Remove `Id' version control keyword.
8191
8192 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8193
8194 * help.el (help-make-xrefs): Adjusted for the change of
8195 help-xref-mule-regexp.
8196 (help-insert-xref-button): New function.
8197
8198 * international/mule-cmds.el (help-xref-mule-regexp-template):
8199 Include the pattern for character set.
8200 (leim): New group.
8201
8202 * international/quail.el: Don't require face.
8203 (quail): New group.
8204 (quail-other-command): Dummy command to make quail-help work better.
8205 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8206 (quail-keyboard-layout-substitution): New variable.
8207 (quail-update-keyboard-layout): New function.
8208 (quail-keyboard-layout-type): New customizable variable.
8209 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8210 (quail-keyboard-translate): Pay attention to
8211 quail-keyboard-layout-substitution.
8212 (quail-insert-kbd-layout): New function.
8213 (quail-show-keyboard-layout): New function.
8214 (quail-get-translation): If the definition is a vector of length
8215 1, and the element is a string of length 1, return the character
8216 in that string.
8217 (quail-update-current-translations): Fix the case of
8218 relative-index out of range.
8219 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8220 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8221 Show key sequences for all available characters.
8222 (quail-help-insert-keymap-description): Don't show such verbose
8223 key bindings as quail-self-insert-command.
8224
8225 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8226 Format changed, and each element now have extra documentations.
8227 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8228 Adjusted for the change of quail-cxterm-package-ext-info.
8229
8230 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8231
8232 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8233 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8234 during bootstrap.
8235
8236 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8237
8238 * vc.el: (toplevel): Don't require `dired' at run-time.
8239 (vc-dired-resynch-file): Remove autoload cookie.
8240
8241 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8242
8243 * vc.el: Made several backend functions optional.
8244 (vc-default-responsible-p): New function.
8245 (vc-merge): Use RET for first version to trigger merge-news, not
8246 prefix arg.
8247 (vc-annotate): Handle backends that do not support annotation.
8248 (vc-default-merge-news): Removed. The existence of a merge-news
8249 implementation is now checked on caller sites.
8250
8251 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8252 case.
8253
8254 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8255 special case that has been removed from the default in vc-hooks.el.
8256
8257 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8258
8259 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8260
8261 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8262
8263 * vc-hooks.el: Require vc during compilation.
8264 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8265 macro `with-vc-properties' in vc.el.
8266 (vc-file-getprop): Doc fix.
8267 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8268
8269 * vc.el: Require dired-aux during compilation.
8270 (vc-name-assoc-file): Moved to vc-sccs.el.
8271 (with-vc-properties): New macro.
8272 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8273 vc-finish-steal): Use it.
8274 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8275 to the backend-specific function is now supposed to do the checkout,
8276 too.
8277 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8278
8279 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8280 set file properties; that gets done in the generic code now.
8281
8282 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8283 Changed parameter list, added code from vc.el that does the
8284 checkout, possibly with a double-take.
8285
8286 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8287 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8288 the above under the new name.
8289 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8290 parameter list, added checkout command.
8291 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8292 properties; that gets done in the generic code now.
8293
8294 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8295
8296 * vc.el: Docstring fixes (courtesy of checkdoc).
8297
8298 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8299
8300 * vc.el (vc-checkout-writable-buffer-hook)
8301 (vc-checkout-writable-buffer): Remove.
8302 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8303 (vc-log-mode): Make it into a clean derived major mode.
8304 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8305 vc-log-mode if log-edit is not available.
8306 (vc-dired-mode-map): Don't set-keymap-parent yet.
8307 (vc-dired-mode): Do set-keymap-parent here.
8308 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8309
8310 2000-09-05 Gerd Moellmann <gerd@gnu.org>
8311
8312 * faces.el (set-face-attribute, face-spec-reset-face)
8313 (face-spec-set): Avoid consing by removing calls to `apply'.
8314
8315 * frame.el (frame-parameter): Move to C code.
8316
8317 2000-09-05 Dave Love <fx@gnu.org>
8318
8319 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8320 insert-before-markers-and-inherit. Now checked systematically!
8321
8322 2000-09-05 Alex Schroeder <alex@gnu.org>
8323
8324 * sql.el (sql-postgres): Use sql-postgres-options.
8325 (sql-postgres-options): New variable.
8326
8327 2000-09-05 Alex Schroeder <alex@gnu.org>
8328
8329 * sql.el (sql-mode-menu): Work around missing variable mark-active
8330 in XEmacs.
8331 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8332 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8333 compatibility.
8334
8335 2000-09-04 Gerd Moellmann <gerd@gnu.org>
8336
8337 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8338
8339 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8340
8341 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8342
8343 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8344
8345 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8346 don't support anything else under SCCS yet.
8347
8348 * vc-hooks.el: Minor doc fixes.
8349
8350 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8351
8352 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8353 not necessary. If verbose in state `needs-patch', do the same as
8354 under `up-to-date'. When NOT verbose and `needs-patch', check out
8355 latest version instead of `merge-news'.
8356 (vc-next-action-dired): Don't mess with default-directory here; it
8357 breaks other parts of dired. It is the job of the
8358 backend-specific functions to adjust it temporarily if they need it.
8359 (vc-next-action): Remove a special CVS case.
8360 (vc-clear-headers): New optional arg FILE.
8361 (vc-checkin, vc-checkout): Set properties vc-state and
8362 vc-checkout-time properly.
8363 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8364 (vc-print-log): Use new backend function `show-log-entry'.
8365 (vc-cancel-version): Do the checks in a different order. Added a
8366 FIXME concerning RCS-only code.
8367
8368 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8369 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8370
8371 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8372
8373 * vc-hooks.el (vc-default-mode-line-string): Show state
8374 `needs-patch' as a `-' too.
8375
8376 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8377
8378 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8379 (vc-default-could-register): New function.
8380 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8381 (vc-resynch-buffer): Call vc-dired-resynch-file.
8382 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8383 vc-resynch-buffer instead of vc-resynch-window.
8384 (vc-next-action-dired): Don't redisplay here, that gets done as a
8385 result of the individual file operations.
8386 (vc-retrieve-snapshot): Corrected prompt order.
8387
8388 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8389
8390 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8391 as well.
8392 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8393 hostname regexps. Updated all callers.
8394 (vc-cvs-responsible-p): Handle directories as well.
8395 (vc-cvs-could-register): New function.
8396 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8397 properties up-to-date.
8398
8399 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8400 user whether to create one.
8401
8402 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8403
8404 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8405 check out a non-existing file.
8406
8407 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8408 workfile does not exist.
8409
8410 * vc.el (vc-version-diff): Use `require' to check for existence of
8411 diff-mode.
8412
8413 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8414
8415 * vc-cvs.el (vc-cvs-registered): Use new function
8416 vc-cvs-parse-entry to do the actual work.
8417
8418 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8419
8420 * vc-hooks.el (vc-find-backend-function): If function doesn't
8421 exist, return nil instead of error.
8422 (vc-call-backend): Doc fix.
8423
8424 * vc.el (vc-do-command): Doc fix.
8425 (vc-finish-logentry): When checking in from vc-dired, choose the
8426 right backend for logentry check.
8427 (vc-dired-mode-map): Inherit from dired-mode-map.
8428 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8429 simplified.
8430 (vc-dired-state-info): Removed, updated caller.
8431 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8432 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8433 (vc-dired-listing-switches): New variable.
8434 (vc-directory): Use it, instead of dired-listing-switches.
8435
8436 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8437 (vc-cvs-dir-state): New function.
8438 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8439 (vc-cvs-parse-entry): New function, also to be used in
8440 vc-cvs-registered.
8441
8442 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8443
8444 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8445 *or* single-window-frames.
8446
8447 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8448
8449 * vc.el (vc-update-changelog): Split into generic part and default
8450 implementation. Doc string adapted.
8451 (vc-default-update-changelog): New function. Call the `rcs2log'
8452 script in exec-directory, to fix a long-standing nuisance.
8453
8454 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8455 simply signals an error.
8456
8457 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8458
8459 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8460 control-flow more clear and to avoid running `cvs' twice.
8461
8462 * vc.el (vc-next-action-on-file): Doc fix.
8463 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8464 (vc-print-log): Eval `file' before constructing the continuation.
8465
8466 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8467
8468 * vc.el (vc-next-action-on-file): Corrected several messages.
8469 (vc-merge): Add prefix arg `merge-news'; handle it.
8470
8471 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8472 is not reached. It is.
8473 (vc-cvs-merge): Set state to 'edited after merge.
8474 (vc-cvs-merge-news): Set workfile version to nil if not known.
8475 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8476
8477 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8478 via stdout. (Merge from main line.)
8479
8480 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8481
8482 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8483 detection.
8484
8485 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8486
8487 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8488 against kill-all-local-variables.
8489 (vc-log-edit): Don't save vc-parent-buffer any more.
8490 (vc-last-comment-match): Initialize to an empty string.
8491 (vc-post-command-functions): New hook.
8492 (vc-do-command): Run it.
8493 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8494 (vc-finish-logentry): Only add the comment to the ring if it's
8495 different from the last comment entered.
8496 (vc-new-comment-index): New function.
8497 (vc-previous-comment): Use it. Make the minibuffer message
8498 slightly less terse.
8499 (vc-comment-search-reverse): Make it work forward as well. Don't
8500 set vc-comment-ring-index if no match is found. Use
8501 vc-new-comment-index.
8502 (vc-comment-search-forward): Use vc-comment-search-reverse.
8503 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8504 define-derived-mode will do it for us. Bind `v' to a keymap that
8505 inherits from vc-prefix-map so that we can bind `vt' without
8506 binding C-x v t.
8507 (vc-retrieve-snapshot): Parenthesis typo.
8508
8509 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8510 to 1. Make sure to switch to *vc* before looking for an error
8511 message. Use vc-parse-buffer.
8512
8513 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8514
8515 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8516 and NAME.
8517 (vc-retrieve-snapshot): Split into two parts.
8518 (vc-default-retrieve-snapshot): New function.
8519
8520 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8521 (vc-cvs-retrieve-snapshot): New function (untested).
8522 (vc-cvs-stay-local): Default to t.
8523 (vc-cvs-remote-p): New function and property.
8524 (vc-cvs-state): Stay local only if the above is t.
8525 (vc-handle-cvs): Removed.
8526 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8527 done via vc-handled-backends now.
8528 (vc-cvs-header): Escape Id.
8529
8530 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8531
8532 * vc.el (vc-do-command): Remove unused commands.
8533 (vc-version-diff): Make sure default-directory ends with a slash.
8534 Move the window commands into a vc-exec-after.
8535 (vc-print-log): Move more of the code into the `vc-exec-after'.
8536
8537 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8538
8539 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8540 (vc-print-log): Search current revision from beginning of buffer.
8541 (vc-revert-buffer): Clear echo area after the diff is finished.
8542 (vc-prefix-map): Removed definition of "t" for terse display in vc
8543 dired.
8544 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8545 definition of "vt" for terse display.
8546 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8547
8548 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8549
8550 * vc.el (vc-exec-after): Avoid caddr.
8551
8552 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8553
8554 * vc.el (vc-exec-after): New function.
8555 (vc-do-command): Use it to add a termination message for async
8556 procs.
8557 (vc-checkout): Try to handle a missing-backend situation.
8558 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8559 of a directory with a backend using async diffs.
8560 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8561 present.
8562
8563 * vc-sccs.el (vc-sccs-state-heuristic): Use
8564 file-ownership-preserved-p.
8565
8566 * vc-rcs.el (vc-rcs-state-heuristic): Use
8567 file-ownership-preserved-p.
8568 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8569
8570 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8571
8572 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8573 vc-do-command.
8574
8575 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8576 when there are no changes.
8577
8578 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8579
8580 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8581
8582 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8583
8584 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8585
8586 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8587
8588 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8589 the `fset' outside of the defvar so that it works even if
8590 vc-prefix-map was already defined.
8591 (vc-setup-buffer): New function, split out of vc-do-command.
8592 (vc-do-command): Allow BUFFER to be t to mean `just use the
8593 current buffer without any fuss'.
8594 (vc-version-diff): Change the `diff' backend operation to just put
8595 the diff in the current buffer without erasing it. Always use
8596 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8597 shrink-window-if-larger-than-buffer.
8598 (vc-print-log): Change the `print-log' backend operation to just
8599 put the log in the current buffer without erasing it. Protect
8600 shrink-window-if-larger-than-buffer.
8601 (vc-update-change-log): Fix setd typo.
8602
8603 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8604 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8605
8606 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8607 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8608 CMP.
8609
8610 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8611 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8612 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8613
8614 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8615
8616 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8617 not possible, use vc-BACKEND-workfile-unchanged-p.
8618 (vc-default-workfile-unchanged-p): New function. Delegates to a
8619 full vc-BACKEND-diff.
8620
8621 * vc-hooks.el (vc-simple-command): Removed.
8622
8623 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8624 instead of vc-simple-command.
8625 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8626 avoid doing a diff when opening a file.
8627 (vc-rcs-state): Added check for unlocked-changes.
8628 (vc-rcs-header): Escape Id.
8629 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8630 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8631 version.
8632
8633 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8634 (vc-sccs-diff): Remove optional arg CMP.
8635 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8636 SCCS-specific function.
8637
8638 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8639 vc-simple-command.
8640
8641 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8642
8643 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8644 (with-vc-file, vc-merge): Use vc-editable-p.
8645 (vc-do-command): Remove unused var vc-file and fix the
8646 doubly-defined `status' var. Add a user message when starting an
8647 async command.
8648 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8649 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8650 Use with-current-buffer.
8651 (vc-buffer-sync): Use unless.
8652 (vc-next-action-on-file): If the file is 'edited by read-only,
8653 make it read-write instead of trying to commit.
8654 (vc-version-diff, vc-update-change-log): Use `setq
8655 default-directory' rather than `cd'.
8656 (vc-log-edit): Don't forget to set default-directory in the
8657 buffer.
8658
8659 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8660 (vc-sccs-state-heuristic): Use file-writable-p instead of
8661 comparing userids.
8662 (vc-sccs-checkout): Use `unless'.
8663
8664 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8665 of comparing userids.
8666 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8667 Simplify the logic by eliminating unreachable code.
8668 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8669 just do a recursive call if we need to retry.
8670 (vc-rcs-checkout): Handle the case where rcs is missing by making
8671 the buffer read-write if requested and re-signalling the error.
8672
8673 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8674
8675 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8676
8677 * vc-hooks.el (vc-handled-backends): Docstring change.
8678 (vc-ignore-vc-files): Mark obsolete.
8679 (vc-registered): Check vc-ignore-vc-files.
8680 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8681 vc-ignore-vc-files.
8682
8683 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8684
8685 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8686
8687 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8688 files since ange-ftp already has vc-registered return nil.
8689
8690 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8691 (vc-sccs-workfile-version): Use with-temp-buffer and new
8692 vc-parse-buffer and don't bother setting the property.
8693 (vc-sccs-add-triple): Use with-current-buffer and
8694 find-file-noselect.
8695 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8696
8697 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8698 derives from the old vc-parse-buffer but uses the revision number
8699 rather than the date (much easier to compare robustly).
8700 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8701 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8702 locking-user more directly. Check strict locking and set
8703 checkout-model appropriately.
8704 (vc-rcs-parse-locks): Remove.
8705 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8706 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8707 (vc-rcs-system-release): Use with-current-buffer and
8708 vc-parse-buffer.
8709 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8710
8711 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8712 (vc-simple-command): Docstring fix.
8713 (vc-registered): Align the way the file-handler is called with the
8714 way the function itself works.
8715 (vc-file-owner): Remove.
8716
8717 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8718 extraction of fields and call to file-attributes because of a
8719 temporary bug in rcp.el.
8720 (vc-cvs-fetch-status): Use with-current-buffer.
8721
8722 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8723
8724 * vc.el (vc-do-command): Use file-relative-name.
8725 (vc-responsible-backend): Use vc-backend if possible.
8726 (vc-create-snapshot): Improve the `interactive' spec. Add support
8727 for branches and dispatch to backend-specific `create-snapshot'.
8728 (vc-default-create-snapshot): New function, containing the bulk of
8729 the old vc-create-snapshot.
8730 (vc-retrieve-snapshot): Improve the interactive spec.
8731
8732 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8733 (vc-backend-hook-functions): Remove.
8734 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8735 (vc-backend): Reintroduce the test for `file = nil' now that I
8736 know why it was there (and added a comment to better remember).
8737
8738 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8739 code from vc-sccs-hooks.el.
8740 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8741 'vc anymore.
8742 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8743 and file-directory-p instead of file-exists-p.
8744 (vc-sccs-check-headers): Simplify the regexp.
8745
8746 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8747 from vc-rcs-hooks.el. Don't require 'vc anymore.
8748 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8749 file-directory-p instead of file-exists-p.
8750
8751 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8752 from vc-cvs-hooks.el.
8753 (proto vc-cvs-registered): Require 'vc-cvs instead of
8754 'vc-cvs-hooks. Don't require 'vc anymore.
8755 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8756 file-directory-p instead of file-exists-p.
8757 (vc-cvs-create-snapshot): New function, replacing
8758 vc-cvs-assign-name.
8759 (vc-cvs-assign-name): Remove.
8760
8761 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8762
8763 * vc-cvs.el (vc-cvs-header): New var.
8764
8765 * vc-rcs.el (vc-rcs-exists): Remove.
8766 (vc-rcs-header): New var.
8767
8768 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8769 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8770 (vc-sccs-header): New var.
8771
8772 * vc.el (vc-do-command): Get rid of the `last' argument.
8773 (vc-header-alist): Remove, replaced by vc-X-header.
8774 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8775 (vc-dired-hook): Use expand-file-name instead of concat.
8776 (vc-directory): Use file-name-as-directory.
8777 (vc-snapshot-precondition, vc-create-snapshot)
8778 (vc-retrieve-snapshot): Allow the command to operate on any
8779 directory.
8780
8781 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8782 just removing the 'WORKFILE argument or by removing the 'MASTER
8783 argument and replacing `file' with (vc-name file).
8784
8785 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8786
8787 * vc.el: Update Copyright and add a crude list of backend funs.
8788 (vc-writable-p): New function.
8789 (with-vc-file): Use vc-writable-p.
8790 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8791 (vc-register): Avoid vc-name.
8792 (vc-locking-user): Remove.
8793 (vc-steal-lock): Make the `owner' arg non-optional.
8794 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8795 vc-checkout-model.
8796 (vc-default-dired-state-info): Use vc-state instead of
8797 vc-locking-user and return special strings for special states.
8798 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8799 and get rid of one of the special CVS cases.
8800 (vc-cancel-version): prettify error message with \\[...].
8801 (vc-rename-master): New function.
8802 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8803 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8804 the CVS special case generic.
8805 (vc-default-record-rename): Remove.
8806 (vc-file-tree-walk-internal): Only call FUNC for files that are
8807 under control of some VC backend and replace `concat' with
8808 expand-file-name.
8809 (vc-file-tree-walk): Update docstring.
8810 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8811 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8812
8813 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8814 vc-sccs-record-rename. Use `find-file-noselect' rather than
8815 `find-file' and call `vc-rename-master' to do the actual move.
8816 (vc-sccs-diff): Remove unused `backend' variable.
8817
8818 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8819 to delay loading of vc-sccs until it is really used.
8820 (vc-sccs-master-templates): Preload.
8821 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8822 (vc-sccs-project-dir): Remove (merged into
8823 vc-sccs-search-project-dir).
8824 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8825 rather than `concat', make sure it is preloaded and don't bother
8826 to check that the file actually exists.
8827 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8828 `locks' argument (use buffer's content instead) and eliminate n^2
8829 behavior.
8830
8831 * vc-rcs.el: Update Copyright.
8832 (vc-rcs-rename-file): New function.
8833 (vc-rcs-diff): Remove unused `backend' variable.
8834
8835 * vc-hooks.el: Update Copyright.
8836 (vc-backend): Don't accept a nil argument any more.
8837 (vc-up-to-date-p): Turn into a defsubst.
8838 (vc-possible-master): New function.
8839 (vc-check-master-templates): Use `vc-possible-master' and allow
8840 funs in vc-X-master-templates to return a non-existent file.
8841
8842 * vc-cvs.el: Update Copyright.
8843 (vc-cvs-diff): Remove unused `backend' variable.
8844 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8845
8846 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8847
8848 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8849
8850 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8851 since it can be called from vc-rcs.el.
8852 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8853
8854 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8855
8856 * vc.el (vc-version-diff): Expand file name read from the
8857 minibuffer. Handle the case when a previous version number can't
8858 be guessed. Give suitable messages when there were no differences
8859 found.
8860 (vc-clear-headers): Call backend-specific implementation, if one
8861 exists.
8862 (vc-cancel-version): Made error checks generic. When done, clear
8863 headers generically, too.
8864
8865 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8866 from vc-clear-headers in vc.el.
8867
8868 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8869 correctly.
8870 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8871 optional. Handle the case when it's not there.
8872
8873 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8874
8875 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8876
8877 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8878
8879 * vc-hooks.el (vc-loadup): Remove.
8880 (vc-find-backend-function): Use `require'. Also, handle the case
8881 where vc-BACKEND-hooks.el doesn't exist.
8882 (vc-call-backend): Cleanup.
8883
8884 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8885
8886 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8887 vc-rcs-grab-templates)
8888 (vc-rcs-registered): Remove. The default function works as well.
8889 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8890 vc-sccs-grab-templates)
8891 (vc-sccs-registered): Remove. The default function works as well.
8892
8893 * vc.el (vc-version-diff): Left out a vc- in call to
8894 vc-call-backend.
8895 (vc-default-dired-state-info, vc-default-record-rename)
8896 (vc-default-merge-news): Update for the new backend argument.
8897
8898 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8899 using the default function.
8900 (vc-call-backend): If calling the default function, pass it the
8901 backend as first argument. Update the docstring accordingly.
8902 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8903 for the new backend argument.
8904 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8905 (vc-find-backend-function): Use the new name.
8906 (vc-default-registered): New function.
8907
8908 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8909
8910 * vc.el (vc-merge): Use vc-find-backend-function.
8911
8912 * vc-hooks.el (vc-backend-functions): Remove.
8913 (vc-loadup): Don't setup 'vc-functions.
8914 (vc-find-backend-function): New function.
8915 (vc-call-backend): Use above fun and populate 'vc-functions
8916 lazily.
8917 (vc-backend-defines): Remove.
8918
8919 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8920
8921 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8922 Call vc-call-backend without the leading vc-.
8923 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8924 (vc-check-headers): Call vc-call-backend without the leading vc-.
8925 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8926 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8927 Call vc-call-backend without the leading vc-.
8928
8929 * vc-cvs.el (tail): Provide vc-cvs.
8930 * vc-sccs.el (tail): Provide vc-sccs.
8931 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8932
8933 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8934 (vc-make-backend-function, vc-call): Pass names without leading
8935 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8936 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8937 (vc-call-backend): Always try to load vc-X-hooks.
8938 (vc-registered): Remove vc- in call to vc-call-backend.
8939
8940 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8941
8942 * vc.el (vc-process-filter): New function.
8943 (vc-do-command): Setup `vc-process-filter' for the async process.
8944 (vc-maybe-resolve-conflicts): New function to reduce
8945 code-duplication. Additionally, it puts the buffer in
8946 `smerge-mode' if applicable.
8947 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8948 calling `merge-news'.
8949 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8950 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8951 interfacing to log-edit.el.
8952 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8953 log-edit is available.
8954 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8955
8956 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8957
8958 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8959 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8960 defvar and the initialization.
8961 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8962
8963 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8964 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8965
8966 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8967
8968 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8969
8970 * vc.el (vc-file-clear-masterprops): Removed.
8971 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8972 (vc-version-diff): Use buffer-size without argument.
8973 (vc-register): Heed vc-initial-comment.
8974
8975 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8976 default branch.
8977
8978 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8979 file name and workfile version.
8980 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8981
8982 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8983 vc-file-clear-masterprops.
8984
8985 * vc-sccs.el (vc-sccs-checkout): Removed call to
8986 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8987 rather than user login name.
8988
8989
8990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8991
8992 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8993 `want-differences-if-changed' and simplify.
8994 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8995 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8996 output (which is invalid for async vc-diff) to decide whether to
8997 do the revert silently or not.
8998
8999 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9000
9001 * vc-hooks.el (vc-loadup): Load files quietly.
9002 (vc-call-backend): Oops, brain fart.
9003
9004 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9005
9006 * vc-cvs.el (vc-cvs-state): Typo.
9007 (vc-cvs-merge-news): Return the status code rather than the error msg.
9008
9009 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9010
9011 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
9012 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
9013 vc-state or vc-up-to-date-p.
9014 (vc-merge): Use vc-backend-defines to check whether merging is
9015 possible. Set state to 'edited after successful merge.
9016
9017 * vc-hooks.el (vc-locking-user): If locked by the calling user,
9018 return that name. Redocumented.
9019
9020 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9021
9022 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
9023 new `vc-state' semantics.
9024 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
9025 'vc-locking-user to the current user.
9026 (vc-merge): Inline vc-backend-merge. Comment out code that I
9027 don't understand and hence can't adapt to the new `vc-state' and
9028 `vc-locking-user' semantics.
9029 (vc-backend-merge): Remove.
9030
9031 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
9032 rather than 'vc-locking-user.
9033
9034 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
9035
9036 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
9037 (vc-state): Don't use 'reserved any more. Just use the same
9038 convention as the one used for vc-<backend>-state where the
9039 locking user (as a string) is returned.
9040 (vc-locking-user): Update, based on the above convention. The
9041 'vc-locking-user property has disappeared.
9042 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
9043
9044 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
9045 with a heuristic one.
9046 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
9047 (vc-cvs-checkin): Do a trivial parse to set the state in case of
9048 error. That allows us to get to 'needs-merge even in the
9049 stay-local case. There's still no way to detect 'needs-patch in
9050 such a setup (or to force an update for that matter).
9051 (vc-cvs-logentry-check): Remove, the default works as well.
9052
9053 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9054
9055 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
9056
9057 * vc.el (vc-do-command): kill-all-local-variables, to reset any
9058 major-mode in which the buffer might have been put earlier. Use
9059 `remove' and `when'. Allow `okstatus' to be `async' and use
9060 `start-process' in this case.
9061 (vc-version-diff): Handle the case where the diff looks empty
9062 because of the use of an async process.
9063
9064 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9065
9066 * vc.el (vc-next-action-on-file): Removed optional parameter
9067 `simple'. Recompute state unconditionally.
9068 (vc-default-toggle-read-only): Removed.
9069
9070 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9071 (vc-toggle-read-only): Undid prev change.
9072
9073 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9074 vc-cvs-simple-toggle. Redocumented.
9075 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9076 (vc-cvs-toggle-read-only): Removed.
9077
9078 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9079
9080 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9081 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9082 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9083 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9084 still is. So maybe it should be removed.
9085 (vc-head-version, vc-find-binary): Remove.
9086 (vc-recompute-state): Move from vc-hooks.el.
9087 (vc-next-action-on-file): Add a `simple' argument to allow
9088 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9089 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9090 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9091 (vc-dired-mode-map): Properly defvar it.
9092 (vc-print-log): Call log-view-mode if available.
9093 (small-temporary-file-directory): defvar instead of use boundp.
9094 (vc-merge-news): Moved to vc-cvs.el.
9095 (vc-default-merge-news): New function.
9096
9097 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9098 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9099 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9100 unknown `vc-latest-version' function. It should probably refer to
9101 vc-workfile-version or somesuch, but it's very unclear to me and I
9102 don't have SCCS to test things.
9103
9104 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9105 (vc-sccs-state-heuristic): Fix typo.
9106 (vc-sccs-workfile-unchanged-p): Add missing argument.
9107
9108 * vc-rcs.el: Require vc and vc-rcs-hooks.
9109 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9110 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9111 (vc-release-greater-or-equal-p): Move from vc.
9112 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9113 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9114 (vc-rcs-checkout): Add a missing `new-version' argument in the
9115 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9116
9117 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9118 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9119 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9120 than the apparently unbound `workfile-version'.
9121
9122 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9123 (vc-file-prop-obarray): Use `make-vector'.
9124 (vc-backend-functions): Add new hookable functions
9125 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9126 (vc-loadup): If neither backend nor default functions exist, use
9127 the backend function rather than nil.
9128 (vc-call-backend): If the function if not bound yet, try to load
9129 the non-hook file to see if it provides it.
9130 (vc-call): New macro plus use it wherever possible.
9131 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9132 nor `vc-find-binary' since it's only called from
9133 vc-mistrust-permission which is only used once the backend is known.
9134 (vc-checkout-model): Fix parenthesis.
9135 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9136
9137 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9138 (vc-cvs-release, vc-cvs-system-release): Remove.
9139 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9140 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9141 status symbols.
9142 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9143 (vc-cvs-toggle-read-only): First cut at a function to allow a
9144 cvs-status-free vc-toggle-read-only.
9145 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9146 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9147 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9148 (vc-cvs-checkout): Modify access rights directly if the user
9149 requested not to use `cvs edit'. And refresh the mode line.
9150
9151 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9152 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9153
9154 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9155
9156 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9157 workfile' that got lost when the code was extracted from vc.el.
9158 And merged the tail with the rest of the code (not possible in the
9159 old vc.el where the tail was shared among all backends). And
9160 explicitly set the state to 'edited if `writable' is set.
9161
9162 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9163 (vc-cvs-state): Be careful to return the value from
9164 vc-cvs-parse-state.
9165 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9166 property but return it instead. Also be careful to handle a nil
9167 or "" `rev' when workfile is non-nil (it was handled properly when
9168 workfile was nil).
9169
9170 * vc.el: Removed those pesky unnecessary `(function' quotes.
9171 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9172 directly in the defvar.
9173 (vc-do-command): Bind inhibit-read-only so as to properly handle
9174 the case where the destination buffer has been made read-only.
9175 (vc-diff): Delegate to vc-version-diff in all cases.
9176 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9177 (vc-annotate-mode-variables): Removed (code moved partly to
9178 defvars and partly to vc-annotate-add-menu).
9179 (vc-annotate-mode): Turned into a derived-mode.
9180 (vc-annotate-add-menu): Moved in code in
9181 vc-annotate-mode-variables.
9182 (vc-update-change-log): Use make-temp-file if available.
9183
9184 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9185
9186 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9187 `vc-checkout-model' updated to `vc-cvs-update-model'.
9188
9189 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9190
9191 * vc.el (vc-next-action-on-file): Added handling of state
9192 `unlocked-changes'.
9193 (vc-checkout-carefully): Is now practically obsolete, unless the
9194 above is too slow to be enabled unconditionally.
9195 (vc-update-change-log): Fixed typo.
9196
9197 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9198
9199 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9200 Now handles state `unlocked-changes'.
9201 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9202
9203 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9204
9205 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9206 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9207 `unlocked-changes'.
9208 (vc-rcs-workfile-unchanged-p): Renamed from
9209 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9210 function yet, but supposed to become one soon.
9211
9212 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9213 `vc-steal-lock'.
9214 (vc-call-backend): Changed error message.
9215 (vc-state): Added description of state `unlocked-changes'.
9216
9217 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9218
9219 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9220 always return t in CVS-controlled directories.
9221
9222 * vc.el (vc-responsible-backend): New function.
9223 (vc-register): Largely rewritten.
9224 (vc-admin): Removed (implementation moved into vc-register).
9225 (vc-checkin): Redocumented.
9226 (vc-finish-logentry): If no backend defined yet (because we are in
9227 the process of registering), use the responsible backend.
9228
9229 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9230 Updated function lists.
9231 (vc-call-backend): Fixed typo.
9232
9233 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9234 New functions.
9235 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9236 Removed query option. Redocumented.
9237
9238 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9239
9240 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9241
9242 * vc.el: Updated callers of `vc-checkout-required' to use
9243 `vc-checkout-model'.
9244
9245 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9246
9247 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9248 stuff updated to reference this function instead of the old
9249 `vc-backend-release-p'.
9250
9251 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9252
9253 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9254 vc-checkout-model. Return appropriate values. Updated callers.
9255
9256 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9257
9258 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9259 (vc-backend-revert): Function moved into `vc-revert';
9260 `vc-next-action' must be updated to accomodate this change.
9261 (vc-backend-steal): Function moved into `vc-finish-steal'.
9262 (vc-backend-logentry-check): Function moved into
9263 `vc-finish-logentry'.
9264 (vc-backend-printlog): Function moved into `vc-print-log'.
9265 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9266 (vc-backend-assign-name): Function moved into
9267 `vc-create-snapshot'.
9268
9269 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9270
9271 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9272 Rename to vc-checkout-model. Return appropriate values.
9273 Update callers.
9274
9275 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9276 to vc-checkout-model.
9277 (vc-checkout-required): Rename to vc-checkout-model.
9278 Re-implement and re-comment.
9279 (vc-after-save): Use vc-checkout-model.
9280
9281 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9282
9283 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9284 Update to use the vc-BACKEND-diff functions instead.
9285 `vc-diff' is now working.
9286
9287 * vc-rcs.el (vc-rcs-logentry-check): New function.
9288
9289 * vc-cvs.el (vc-cvs-logentry-check): New function.
9290
9291 * vc-sccs.el (vc-sccs-diff): Function changed name from
9292 `vc-backend-diff'. This makes `vc-diff' work.
9293
9294 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9295 of functions possibly implemented in a vc-BACKEND library.
9296 (vc-checkout-required): Fix bug that caused an error to be
9297 signaled during `vc-after-save'.
9298
9299 * vc.el: Fix typo.
9300 This checkin is made with our new VC code base for the very first time.
9301 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9302
9303 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9304 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9305
9306 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9307 updated to `vc-uses-locking'.
9308 (vc-checkout-required): Call to backend function.
9309 `vc-checkout-required' updated to `vc-uses-locking' instead.
9310
9311 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9312 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9313
9314 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9315 to match the split into various backends.
9316 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9317 (vc-retrieve-snapshot): Bug fix.
9318
9319 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9320
9321 * vc-sccs.el (vc-sccs-release): Doc fix.
9322
9323 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9324
9325 * vc.el (vc-next-action-on-file): Bug found and fixed.
9326 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9327 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9328
9329 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9330 (vc-rcs-checkout): Name space cleaned up. No more revision number
9331 crunching function names that are not prefixed with vc-rcs.
9332 (vc-rcs-checkout-model): Function added. References to
9333 `vc-checkout-model' replaced.
9334
9335 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9336
9337 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9338 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9339 still need to be split, and implemented for RCS).
9340
9341 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9342
9343 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9344
9345 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9346 required by the vc.el file.
9347
9348 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9349 required by the vc.el file.
9350 (vc-rcs-exists): Function added.
9351
9352 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9353 required by the vc.el file.
9354
9355 * vc.el (vc-admin): Updated to handle selection of appropriate
9356 backend. Current implementation is crufty and need re-thinking.
9357
9358 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9359
9360 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9361
9362 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9363 beginning of annotate buffers correctly.
9364
9365 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9366 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9367 functionality updated quite a lot to support multiple backends.
9368 Variables `vc-annotate-mode', `vc-annotate-buffers',
9369 `vc-annotate-backend' added.
9370
9371 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9372 `vc-annotate-difference' added to supported backend functions.
9373
9374 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9375
9376 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9377 Use with-temp-file instead of /bin/sh. Merged from mainline
9378
9379 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9380
9381 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9382
9383 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9384
9385 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9386
9387 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9388
9389 * vc-hooks.el: vc-state-heuristic added to
9390 vc-backend-hook-functions.
9391
9392 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9393
9394 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9395
9396 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9397 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9398 state to `reserved'.
9399
9400 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9401 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9402
9403 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9404
9405 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9406 untouched.
9407
9408 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9409
9410 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9411 if defined. (Merged from main line, slightly adapted.)
9412
9413 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9414 millenium problem (merged from mainline).
9415
9416 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9417
9418 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9419 part and moved the non-BACKEND stuff to vc.el.
9420
9421 * vc.el: Split the annotate feature into a BACKEND specific part
9422 and moved it from the vc-cvs.el file to this one.
9423
9424 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9425
9426 * vc-hooks.el: Implement new state model.
9427 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9428 (vc-locking-user): Simplify. Now only needed if the file is
9429 locked by somebody else.
9430 (vc-lock-from-permissions): Remove. Functionality is in
9431 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9432 (vc-mode-line-string): New name for former vc-status. Adapted.
9433 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9434
9435 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9436 Various simplifications and adaptations all over the place.
9437
9438 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9439 Simplify and adapt the rest.
9440
9441 * vc.el (vc-resynch-window): Add TODO comment: check for
9442 interaction with view mode according to recent RCS change.
9443 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9444
9445 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9446
9447 * vc.el: Convert the remaining function comments to docstrings.
9448
9449 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9450
9451 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9452 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9453 (vc-minor-part, vc-previous-version): Functions that operate and
9454 compare revision numbers got proper documentation. Comments added
9455 about their possible removal.
9456
9457 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9458
9459 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9460 the vc-backend.el files.
9461
9462 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9463
9464 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9465 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9466 (vc-rcs-previous-version): Functions added.
9467
9468 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9469
9470 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9471
9472 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9473
9474 * vc-hooks.el (vc-master-templates): Is really obsolete.
9475 Comment out the definition for now. What is the right procedure
9476 to get rid of it?
9477 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9478 rewritten.
9479 (vc-default-registered): Remove.
9480 (vc-check-master-templates): New function; does mostly what the
9481 above did before.
9482 (vc-locking-user): Don't rely on the backend to set the property.
9483
9484 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9485 Rewrite documentation.
9486 (vc-rcs-templates-grabbed): New variable.
9487 (vc-rcs-grab-templates): New function.
9488 (vc-rcs-registered): Rewrite to use above mechanism.
9489
9490 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9491 Rewrite documentation.
9492 (vc-sccs-templates-grabbed): New variable.
9493 (vc-sccs-grab-templates): New function.
9494 (vc-sccs-registered): Rewrite to use above mechanism.
9495 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9496 Don't throw the result, simply return it.
9497
9498 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9499 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9500 (vc-cvs-registered): Does the check itself now. Simplify.
9501
9502 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9503 from main line.
9504
9505 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9506
9507 * vc-cvs.el (vc-cvs-diff): New function.
9508
9509 * vc-sccs.el (vc-sccs-diff): New function.
9510
9511 * vc-rcs.el (vc-rcs-diff): New function.
9512 (vc-rcs-checkout): Bug (typo) found and fixed.
9513 (vc-rcs-register-switches): New variable.
9514
9515 * vc.el (vc-backend-diff): Function removed and placed in the
9516 backend files.
9517
9518 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9519
9520 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9521
9522 * vc.el (vc-backend-checkout): Function removed and replaced in
9523 the vc-backend.el files.
9524
9525 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9526
9527 * vc.el (vc-backend-admin): Removed and replaced in the
9528 vc-backend.el files.
9529
9530 * vc.el (Martin): Removed all the annotate functionality since it
9531 is CVS backend specific.
9532
9533 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9534
9535 * spec.txt: Added specification of vc-state.
9536
9537 * vc-sccs-hooks.el (vc-sccs-master-properties):
9538 Remove handling of vc-latest-version and
9539 vc-your-latest-version. What used to be vc-latest-version, is now
9540 returned as vc-workfile-version.
9541 (vc-sccs-workfile-version): Adapt.
9542
9543 2000-09-04 Dave Love <fx@gnu.org>
9544
9545 * vc.el: [Merged from mainline.]
9546 (vc-dired-mode): Make the dired-move-to-filename-regexp
9547 regexp match the date, to avoid treating date as file size.
9548 Add YYYY S option to WESTERN/
9549
9550 2000-09-04 Dave Love <fx@gnu.org>
9551
9552 * vc.el: Require `compile' when compiling.
9553 (vc-logentry-check-hook): New option.
9554 (vc-steal-lock): Use compose-mail.
9555 (vc-dired-mode-map): Defvar when compiling.
9556 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9557 vc-sccs.el and renamed. Callers changed.
9558 (vc-backend-checkout, vc-backend-logentry-check)
9559 (vc-backend-merge-news): Doc fix.
9560 (vc-default-logentry-check): New function.
9561 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9562 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9563 (vc-backend-merge): Doc fix. Use backend functions.
9564 (vc-check-headers): Use backend functions.
9565
9566 * vc-cvs.el: Require vc when compiling.
9567 (vc-cvs-register-switches): Doc fix.
9568 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9569 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9570 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9571 New functions (code from vc.el).
9572 (vc-annotate-display-default): Fix interactive spec.
9573 (vc-annotate-time-span): Doc fix.
9574
9575 * vc-rcs.el: Require vc when compiling.
9576 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9577 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9578 (vc-rcs-checkin): New functions (code from vc.el).
9579 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9580 Doc fix.
9581 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9582
9583 * vc-sccs.el: Require vc when compiling.
9584 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9585 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9586 (vc-sccs-revert)
9587 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9588 from vc.el).
9589 (vc-sccs-add-triple, vc-sccs-record-rename)
9590 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9591 (vc-sccs-admin): Doc fix.
9592
9593 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9594
9595 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9596 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9597 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9598 from vc.el.
9599
9600 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9601
9602 * vc-cvs.el: Moved the annotate functionality from vc.el.
9603 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9604
9605 2000-09-04 Dave Love <fx@gnu.org>
9606
9607 * vc.el (vc-backend-release): Call vc-system-release.
9608
9609 * vc-sccs.el (vc-sccs-system-release):
9610 Renamed from vc-sccs-backend-release.
9611
9612 * vc-rcs.el (vc-rcs-system-release):
9613 Renamed from vc-rcs-backend-release.
9614
9615 * vc-cvs.el (vc-cvs-system-release):
9616 Renamed from vc-cvs-backend-release.
9617
9618 2000-09-04 Dave Love <fx@gnu.org>
9619
9620 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9621 backend files.
9622 (vc-backend-release): Dispatch to backend functions.
9623 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9624 probably needs attention.]
9625
9626 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9627 (vc-sccs-backend-release): New function.
9628
9629 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9630 (vc-cvs-backend-release): New function.
9631
9632 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9633 Doc fix.
9634 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9635 (vc-default-dired-state-info): New function.
9636 (vc-dired-state-info): Dispatch to backends.
9637 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9638
9639 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9640 from vc.el and renamed.
9641
9642 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9643
9644 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9645 (vc-version-other-window, vc-backend-assign-name): Removed
9646 references to vc-latest-version; sometimes changed into
9647 vc-workfile-version.
9648
9649 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9650 vc-rcs-master-workfile-version.
9651 (vc-rcs-workfile-version): Use the above. Don't call
9652 vc-latest-version (that was unreachable code, anyway).
9653 (vc-rcs-fetch-master-properties): Doc fix.
9654
9655 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9656 (vc-backend-hook-functions): Removed them from this list, too.
9657 (vc-fetch-properties): Removed.
9658 (vc-workfile-version): Doc fix.
9659
9660 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9661 (vc-rcs-workfile-version, vc-rcs-locking-user)
9662 (vc-rcs-uses-locking): Use it.
9663
9664 * vc-hooks.el (vc-consult-rcs-headers):
9665 Moved into vc-rcs-hooks.el, under the name
9666 vc-rcs-consult-headers.
9667
9668 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9669 headers.
9670 (vc-cvs-find-master): Use this name only; correct different
9671 versions of the name.
9672
9673 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9674 New functions.
9675 (vc-sccs-locking-user): Use the latter.
9676
9677 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9678 New functions.
9679
9680 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9681 Moved into both
9682 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9683 functions are implementation details of those two backends.
9684
9685 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9686
9687 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9688 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9689
9690 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9691 (vc-sccs-parse-locks): SCCS-specific code moved here from
9692 vc-hooks.
9693
9694 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9695 code moved here from vc-hooks.
9696
9697 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9698 into back-end specific parts and removed. Callers not updated
9699 yet; because I guess these callers will disappear into back-end
9700 specific files anyway.
9701
9702 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9703
9704 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9705 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9706 `vc-uses-locking'.
9707
9708 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9709 Store yes/no in the property, and return t/nil. Updated all
9710 callers.
9711
9712 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9713 vc-sccs-uses-locking. Don't set property.
9714 (vc-sccs-locking-user): Don't set property.
9715
9716 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9717 vc-cvs-uses-locking. Don't set property here; leave that to
9718 vc-hooks.
9719 (vc-cvs-locking-user): Reflect above change. Streamlined.
9720
9721 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9722 vc-rcs-uses-locking.
9723 (vc-rcs-locking-user): Reflect above change.
9724
9725 2000-09-04 Dave Love <fx@gnu.org>
9726
9727 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9728
9729 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9730
9731 * vc-hooks.el (vc-checkout-model): Punt to backends.
9732
9733 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9734
9735 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9736
9737 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9738 New functions.
9739
9740 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9741 New functions.
9742
9743 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9744 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9745
9746 * vc-hooks.el (vc-default-locking-user): New function.
9747 (vc-locking-user, vc-workfile-version): Punt to backends.
9748
9749 2000-09-04 Dave Love <fx@gnu.org>
9750
9751 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9752 (vc-master-workfile-version): Moved from vc-hooks.
9753
9754 * vc-rcs-hooks.el: Fix duplicate code in last change.
9755
9756 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9757 (vc-rcs-master-templates): Improve :type.
9758 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9759 vc-master-workfile-version): Moved from vc-hooks.
9760
9761 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9762 (vc-sccs-master-templates): Improve :type.
9763 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9764
9765 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9766
9767 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9768 (vc-cvs-master-templates): Improve :type. Use
9769 vc-cvs-find-cvs-master.
9770 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9771 from vc-hooks.
9772 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9773
9774 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9775 Moved to vc-cvs-hooks.
9776
9777 * vc-hooks.el: Add doc strings in various places. Simplify the
9778 minor mode setup.
9779 (vc-handled-backends): New user variable.
9780 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9781 simplification.
9782
9783 2000-09-04 Dave Love <fx@gnu.org>
9784
9785 * vc.el: Some doc fixes for autoloaded and interactive functions.
9786 Fix compilation warnings from ediff stuff.
9787 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9788
9789 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9790
9791 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9792
9793 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9794
9795 2000-09-04 Dave Love <fx@gnu.org>
9796
9797 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9798 New variable.
9799 (vc-make-backend-function, vc-loadup, vc-call-backend)
9800 (vc-backend-defines): New functions.
9801
9802 * vc-hooks.el: Various doc fixes.
9803 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9804 (vc-match-substring): Function removed. Callers changed to use
9805 match-string.
9806 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9807 Simplify.
9808
9809 2000-09-04 Dave Love <fx@gnu.org>
9810
9811 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9812 type.
9813 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9814 (vc-sccs-registered): Doc fix.
9815
9816 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9817 (vc-cvs-registered): Doc fix.
9818
9819 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9820 (vc-rcs-registered): Doc fix.
9821
9822 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9823
9824 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9825
9826 * vc-hooks.el: vc-registered has been renamed
9827 vc-default-registered. Some functions have been moved to the
9828 backend specific files. they all support the
9829 vc-BACKEND-registered functions.
9830
9831 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9832
9833 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9834
9835 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9836
9837 2000-09-04 Dave Love <fx@gnu.org>
9838
9839 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9840 menu-bar-update-hook.
9841
9842 * help.el (help-manyarg-func-alist): Add
9843 find-operation-coding-system.
9844
9845 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9846
9847 * custom.el (custom-set-variables): Print message about errors in
9848 setting.
9849
9850 2000-09-03 Andrew Innes <andrewi@gnu.org>
9851
9852 * makefile.w32-in: Change to DOS line endings.
9853
9854 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9855
9856 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9857 minor-mode keymaps, if they don't have one.
9858
9859 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9860
9861 * eshell/esh-module.el (eval-when-compile): Don't lose if
9862 esh-module.el's file name is truncated to DOS 8+3 limits.
9863
9864 2000-09-01 John Wiegley <johnw@gnu.org>
9865
9866 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9867 predicate, which caused entries in the completion list to be
9868 doubled.
9869
9870 2000-08-30 John Wiegley <johnw@gnu.org>
9871
9872 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9873 sending to subprocesses. Also, hook pre-command-hook if
9874 `eshell-send-direct-to-subprocesses' is non-nil.
9875 (eshell-send-direct-to-subprocesses): New config variable. If t,
9876 subprocess input is send immediately.
9877 (eshell-toggle-direct-send): New function.
9878 (eshell-self-insert-command): New function.
9879 (eshell-intercept-commands): New function.
9880 (eshell-send-input): If direct subprocess sending is enabled,
9881 don't echo any input to the Eshell buffer. Let the subprocess
9882 handle that. This requires "stty echo" in bash, for example.
9883
9884 2000-08-28 John Wiegley <johnw@gnu.org>
9885
9886 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9887 completion function for Eshell's implementation of `unset'.
9888
9889 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9890
9891 * info.el (Info-directory-list): Doc fix.
9892
9893 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9894
9895 * filecache.el (file-cache-add-directory-using-find): Don't quote
9896 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9897
9898 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9899
9900 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9901 coding systems.
9902
9903 2000-08-30 Andrew Innes <andrewi@gnu.org>
9904
9905 * timer.el (run-with-idle-timer): Undo last change, so that timer
9906 is not activated immediately if Emacs is already idle. Some
9907 existing code relies on this behaviour.
9908
9909 2000-08-30 Miles Bader <miles@gnu.org>
9910
9911 * frame.el (set-frame-font): Do completion of font-name for
9912 interactive use.
9913
9914 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9915
9916 * international/quail.el (quail-start-translation): Bind locally
9917 last-command-event, last-command, and this-command.
9918 (quail-start-conversion): Likewise.
9919 (quail-self-insert-command): Fix docstring.
9920
9921 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9922
9923 * progmodes/executable.el
9924 (executable-make-buffer-file-executable-if-script-p): Check that
9925 buffer contains at least 2 characters.
9926
9927 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9928
9929 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9930
9931 2000-08-29 Dave Love <fx@gnu.org>
9932
9933 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9934 (diff-mode-shared-map): Bind mouse-2.
9935 (diff-imenu-generic-expression): New variable.
9936 (diff-mode): Use it.
9937
9938 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9939 (mouse-popup-menubar): Add minor mode menus.
9940 (popup-menu): Check for lookup-key returning number.
9941
9942 2000-08-29 Miles Bader <miles@gnu.org>
9943
9944 * comint.el (comint-send-input): Create overlays using the proper
9945 front/read-advance arguments.
9946
9947 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9948
9949 * ps-print.el: Even/odd pages printing. Doc fix.
9950 (ps-print-version): New version number (6.0).
9951 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9952 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9953 (ps-print-duplex-feature): Variable eliminated.
9954 (ps-even-or-odd-pages): New variable.
9955
9956 * progmodes/ebnf2ps.el: Doc fix.
9957 (ebnf-version): New version (3.3).
9958 (ebnf-user-arrow): Change variable customization to sexp.
9959 (ebnf-user-arrow): Function eliminated.
9960 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9961
9962 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9963
9964 * help.el (help-xref-mule-regexp): New variable.
9965 (help-make-xrefs): Handle help-xref-mule-regexp.
9966
9967 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9968 variable.
9969 (describe-input-method): Temporarily activate the specfied input
9970 method to display the information.
9971 (describe-language-environment): Hyperlinks to mule related items.
9972
9973 * international/mule-diag.el (charset-multibyte-form-string): New
9974 function.
9975 (list-character-sets-1): Use charset-multibyte-form-string.
9976 (describe-character-set): New function.
9977 (describe-coding-system): Hyperlinks to safe character sets.
9978
9979 * international/quail.el (quail-help): New arg PACKAGE.
9980 Hyperlinks to mule related items.
9981 (quail-help-insert-keymap-description): Use
9982 substitute-command-keys instead of describe-bindings.
9983 (quail-translation-help): Hyperlinks to mule related items.
9984
9985 2000-08-28 John Wiegley <johnw@gnu.org>
9986
9987 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9988 have a defsubst call itself. Made `eshell-flatten-list' back into
9989 a function again.
9990
9991 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9992 catch, in case re-centering point at bottom messes up the display.
9993 This happens frequently in Emacs 21, due I believe to variable
9994 line heights.
9995
9996 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9997 to call `find-tag-interactive'.
9998
9999 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
10000 the list of remember directories.
10001
10002 2000-08-28 John Wiegley <johnw@gnu.org>
10003
10004 * align.el: Test align-region-separate to see if it's a symbol.
10005
10006 2000-08-28 John Wiegley <johnw@gnu.org>
10007
10008 * eshell/esh-util.el (eshell-flatten-list): Made this function
10009 into a defsubst form. It gets used very frequently, although
10010 calls don't occur all that often.
10011
10012 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
10013 examining it.
10014
10015 * eshell/esh-cmd.el (eshell-rewrite-while-command):
10016 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
10017 `eshell-protect'.
10018 (eshell-copy-handles): Created a new macro for duplicating the
10019 current set of open handles. This is needed by the looping
10020 functions.
10021 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
10022 is not incorrectly stomped on.
10023
10024 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
10025 declaration for pcomplete-use-paring.
10026 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
10027 value of eshell-cmpl-use-paring.
10028 * pcomplete.el (pcomplete-use-paring): New config variable, to
10029 indicate whether paring should be used.
10030 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
10031 completion alternatives that have already been used.
10032
10033 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
10034 bound to C-c C-y, which will repeat the previous N arguments
10035 (based on prefix argument).
10036 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
10037
10038 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
10039 if there is no *Help* buffer. This is for XEmacs, which renames
10040 its help buffers uniquely. TODO: Find out what the current buffer
10041 name to delete is.
10042
10043 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
10044 first entry that correlates to a passwd/group number. Later
10045 entries (used for group/user name aliasing to multiple IDs) are
10046 ignored.
10047
10048 * eshell/em-xtra.el (eshell/expr):
10049 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
10050 (eshell-grep, eshell/diff, eshell/locate):
10051 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
10052 argument list, before passing it to the system command.
10053
10054 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
10055 `find-tag' for use at final position in Eshell buffers (which
10056 otherwise triggers an error on Emacs 21).
10057 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
10058 buffer, if it is currently bound to `find-tag'.
10059
10060 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
10061 in the list of matched Makefile names.
10062 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
10063 directory, prefer its contents to Makefile.
10064
10065 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10066 directory parts (like "cd old new", or "cd =regexp"), are now case
10067 sensitive on non-Windows/DOS platforms.
10068
10069 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10070 types RET after an open delimiter (like "), display a message
10071 indicating that Eshell is waiting for the closing delimiter.
10072
10073 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10074 environment variables.
10075
10076 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10077 gracefully if the user enters incorrect arguments.
10078
10079 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10080 Eshell buffers.
10081
10082 * eshell/esh-var.el (eshell-interpolate-variable):
10083 * eshell/esh-mode.el (eshell-move-argument):
10084 * eshell/em-unix.el (eshell-du-sum-directory):
10085 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10086 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10087 (not (= ...)).
10088
10089 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10090 to ensure the `preserve' flag gets propagated when doing recursive
10091 directory copies.
10092
10093 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10094
10095 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10096 Don't convert \n into \0177 in memory.
10097 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10098 and back again, when reading and writing.
10099
10100 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10101
10102 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10103 testing of `fboundp' on `processp'.
10104
10105 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10106 (eshell/jobs): Don't call process-list if it is not bound.
10107 (eshell-gather-process-output): Support systems where async
10108 subprocesses aren't supported.
10109 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10110 variables.
10111
10112 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10113 eshell-do-eval returns t.
10114 (eshell-do-pipelines-synchronously): New defmacro.
10115 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10116 when async subprocesses aren't supported.
10117 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10118 if async subprocesses aren't supported.
10119 (eshell-resume-command): Don't assume STATUS is a string.
10120
10121 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10122
10123 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10124 (eshell-close-target, eshell-get-target): Use eshell-processp.
10125 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10126 fix.
10127 (eshell-get-target, eshell-create-handles): Doc fix.
10128
10129 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10130
10131 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10132 criterion to include commands that output something, as long as it
10133 leaves both the command and the end-of-buffer visible when the
10134 command has exited.
10135 (eshell-review-quick-commands): Adjust the help doc string
10136 accordingly.
10137
10138 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10139
10140 * locate.el (locate): Cleaned up locate command's interactive prompting
10141 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10142
10143 * filecache.el (file-cache-case-fold-search): New variable
10144 (file-cache-assoc-function): New variable
10145 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10146 Use file-cache-case-fold-search variable
10147 (file-cache-add-file): Use file-cache-assoc-function
10148 (file-cache-delete-file): likewise
10149 (file-cache-directory-name): likewise
10150 (file-cache-debug-read-from-minibuffer): likewise
10151
10152 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10153
10154 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10155 (abbrev-table-name): New function.
10156 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10157 If non-nil list local abbrev, only.
10158
10159 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10160
10161 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10162 from Gnus support code, and use special article copy buffer
10163 `(gnus-original-article-buffer)' instead. This allows to get rid
10164 of article-hide-headers usage (which breaks in the latest Gnus
10165 version). Thanks to Detlev Zundel.
10166
10167 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10168
10169 * international/quail.el (quail-use-package): Hide "... loaded"
10170 message.
10171 (quail-start-translation, quail-start-conversion): Likewise.
10172
10173 * international/kkc.el (kkc-region): Hide "... loaded" message.
10174
10175 2000-08-27 Dave Love <fx@gnu.org>
10176
10177 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10178
10179 2000-08-27 Miles Bader <miles@gnu.org>
10180
10181 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10182
10183 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10184
10185 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10186 'ja-dic-cnv), not (require 'skkdic-cnv).
10187
10188 2000-08-26 Miles Bader <miles@gnu.org>
10189
10190 * faces.el (face-x-resources): Add entry for :inherit.
10191 * cus-face.el (custom-face-attributes): Add support for :inherit
10192 attribute. Add support for relative face heights.
10193 (custom-face-attributes-get): Treat `nil' as being a default value
10194 for :inherit (as well as `unspecified').
10195
10196 * faces.el (set-face-attribute): Update doc string.
10197 (face-attribute-name-alist): Add :inherit.
10198 (face-valid-attribute-values): Handle :inherit.
10199 (face-read-string): Rephrase prompt to be less confusing.
10200 Assume that DEFAULT is a string, since we must return a string.
10201 (face-read-integer): Use `format' to turn DEFAULT into an
10202 acceptable default for face-read-string. Match NEW-VALUE against
10203 the string "unspecified", not the symbol `unspecified', since
10204 that's what face-read-string returns.
10205 (read-face-attribute): Lookup a name for old-value in valid, and
10206 use it as a default if we find one. Treat all values from
10207 face-read-string as strings. If the default is used, don't do any
10208 more processing on the value, just use the old value directly.
10209 (read-face-and-attribute, modify-face): Tweak prompt.
10210 (read-face-name): Don't assume prompt ends with a space.
10211
10212 * faces.el (describe-face): Add support for :inherit attribute.
10213
10214 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10215
10216 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10217 concat doesn't accept interger.
10218
10219 * international/kkc.el: Remove SKK from Keywords. Require
10220 ja-dic-utl instead of skkdic-utl.
10221
10222 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10223 Provide ja-dic-cnv instead of skkdic-cnv.
10224 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10225 (iso-2022-7bit-short): Add safe-charsets property.
10226 (skkdic-convert-postfix): Search Japanese chou-on character in
10227 addition to Hiragana character.
10228 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10229 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10230 (batch-skkdic-convert): Likewise.
10231
10232 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10233 Provide ja-dic-utl instead of skkdic-utl.
10234 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10235
10236 2000-08-24 Dave Love <fx@gnu.org>
10237
10238 * disp-table.el (standard-display-default): Make the test of `l'
10239 useful.
10240
10241 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10242 mod sample text.
10243
10244 * international/iso-ascii.el: Make pilcrow convenient string
10245 consistent with section.
10246 (iso-ascii-display): Set up multibyte characters as well as
10247 unibyte.
10248
10249 2000-08-24 Kenichi Handa <handa@etl.go.jp>
10250
10251 * international/mule-cmds.el (reset-language-environment): Set
10252 default-process-coding-system to '(undecided . iso-latin-1), which
10253 makes process I/O almost consistent with file I/O. Call this
10254 function when mule-cmds.el[c] is loaded.
10255
10256 2000-08-22 Andrew Innes <andrewi@gnu.org>
10257
10258 * makefile.w32-in: New file.
10259
10260 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10261
10262 * comint.el (comint-output-filter): Compare end of
10263 comint-last-output-overlay with the start of the newly inserted
10264 text, not the end, when deciding whether to extend it.
10265 Set saved-point's insertion type to advance after insertion.
10266
10267 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10268 since this is now done independently of font-lock mode.
10269
10270 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10271
10272 * server.el (server-kill-new-buffers): New user option.
10273 (server-existing-buffer): New buffer-local variable.
10274 (server-visit-files): When using an existing buffer, set
10275 server-existing-buffer to t.
10276 (server-buffer-done): If server-kill-new-buffers is t, kill the
10277 buffer, unless it was already present before visiting it with
10278 Emacs server.
10279
10280 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10281
10282 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10283 even if the display doesn't support colors: some displays will
10284 support bold/underline faces.
10285
10286 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10287
10288 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10289
10290 * startup.el (command-line): If user's init file had an error,
10291 add explanatory text to *Messages*.
10292
10293 2000-08-21 Kenichi Handa <handa@etl.go.jp>
10294
10295 * man.el (Man-getpage-in-background): Decode the process output by
10296 the system locale coding system.
10297
10298 2000-08-20 Dave Love <fx@gnu.org>
10299
10300 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10301 Don't test x-popup-menu.
10302 (function) <complete-function>: Complete only fbound symbols.
10303 <validate, value>: New.
10304 (variable) <complete-function>: Complete only bound symbols.
10305 (coding-system): Add :base-only, :complete-function, :validate,
10306 :value, :prompt-match.
10307 (widget-coding-system-prompt-value): Use read-coding-system and
10308 act on :base-only.
10309 (editable-field): Add :help-echo.
10310 (widget-push-button-gui, widget-push-button-cache)
10311 (widget-gui-action, widget-editable-list-gui): COmment out, along
10312 with uses.
10313 (widget-at): Make arg optional.
10314 (widget-echo-help): Adjust for current help-echo calling sequence.
10315 (widget-specify-field, widget-specify-button)
10316 (widget-specify-insert, widget-get-sibling, widget-image-find)
10317 (widget-convert, widget-insert, widget-leave-text)
10318 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10319 (widget-setup, widget-field-find, widget-before-change)
10320 (widget-after-change, widget-default-complete)
10321 (widget-default-create, widget-default-delete)
10322 (widget-push-button-value-create, editable-field)
10323 (widget-field-prompt-value, widget-field-validate)
10324 (widget-choice-value-create, widget-choice-action)
10325 (widget-choice-validate, widget-checklist-add-item)
10326 (widget-radio-add-item, widget-radio-chosen)
10327 (widget-radio-value-inline, widget-editable-list-value-create)
10328 (widget-editable-list-entry-create)
10329 (widget-documentation-link-add)
10330 (widget-documentation-string-value-create)
10331 (widget-regexp-validate, widget-file-complete)
10332 (widget-sexp-validate, widget-plist-convert-widget)
10333 (widget-plist-convert-widget, widget-alist-convert-widget)
10334 (widget-alist-convert-widget, widget-color-complete): Simplify,
10335 particularly to avoid bindings which aren't optimized out.
10336
10337 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10338 Doc fix.
10339 (down-list, backward-up-list, up-list, kill-sexp)
10340 (backward-kill-sexp, mark-sexp): Make arg optional.
10341 (lisp-complete-symbol): Add optional arg PREDICATE.
10342
10343 * cus-start.el: Add display-buffer-reuse-frames,
10344 file-coding-system-alist.
10345
10346 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10347
10348 * startup.el (command-line): Clear realized faces after
10349 modifying TTY color mappings.
10350
10351 2000-08-20 Miles Bader <miles@gnu.org>
10352
10353 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10354 merely a subset of FACE's attributes.
10355
10356 2000-08-19 Miles Bader <miles@gnu.org>
10357
10358 * comint.el (comint-output-filter): Save the point with a marker,
10359 not just a buffer position.
10360
10361 * international/mule.el (set-buffer-process-coding-system): Make
10362 interactive prompt less confusing.
10363
10364 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10365
10366 * hilit-chg.el: General cleanup of doc strings, comments and
10367 code formatting.
10368
10369 2000-08-19 Miles Bader <miles@gnu.org>
10370
10371 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10372 Compiler macro removed; beginning-of-line is no longer always
10373 equivalent to forward-line, in the presence of fields.
10374
10375 * comint.el (comint-output-filter): Remove ad-hoc saving of
10376 restriction, and just use save-restriction, now that it works
10377 correctly. Don't adjust comint-last-input-start to account for
10378 our insertion; it shouldn't have moved because we don't use
10379 insert-before-markers anymore. Comment out call to
10380 `force-mode-line-update'; why is it here?
10381
10382 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10383 while checking for prompt to delete. Use `forward-line 0'
10384 instead of beginning-of-line.
10385 (gud-filter): Temporarily widen gud comint buffer while
10386 examining output.
10387
10388 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10389
10390 * progmodes/sh-script.el: Big bag of typos.
10391
10392 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10393 check since ispell-process is not bound when ispell is not yet loaded.
10394
10395 2000-08-18 Dave Love <fx@gnu.org>
10396
10397 * image.el (find-image): Copy `spec' before using plist-put.
10398
10399 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10400
10401 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10402 `portugues'.
10403
10404 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10405 backward-kill-sexp, analogous to kill-sexp.
10406
10407 * progmodes/icon.el (icon-indent-line)
10408 (icon-is-continuation-line): Handle comments specially.
10409
10410 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10411
10412 * ispell.el: Set to standard author/maintainer/keyword fields.
10413 Fine tuning to menu map appearance and operation, and added help.
10414 Remove `start' and `end' error messages when compiling.
10415 (ispell-choices-win-default-height): Fixed comment string.
10416 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10417 castellano8 dictionaries.
10418 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10419 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10420 dictionary, added italiano dictionary.
10421 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10422 word character
10423 (ispell-tex-skip-alists): Added psfig support.
10424 (ispell-skip-html): Renamed from ispell-skip-sgml.
10425 (ispell-begin-skip-region-regexp, ispell-skip-region)
10426 (ispell-minor-check): Improved html skipping support to skip across
10427 code, and recognize `&' commands without propper `;' syntax;
10428 (ispell-process-line): Fix alignment error when manually
10429 correcting spelling.
10430 (ispell): Fix comment string.
10431 (ispell-add-per-file-word-list): Always put word list on new line.
10432
10433 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10434
10435 * format.el (format-encode-run-method): Fix error message to say
10436 `encode' instead of `decode'. Use save-window-excursion around
10437 shell-command-on-region as in format-decode-run-method because
10438 shell-command-on-region can display a buffer with error output.
10439 (format-decode): Don't record undo information for the decoding.
10440 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10441 that number part of the temporary buffer name so that more than
10442 one decoding using a temporary buffer can happen safely.
10443
10444 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10445 of `A-z' in the regexp.
10446
10447 * hilit-chg.el: Fix typos in commentary.
10448
10449 * help.el (view-emacs-news): Rewritten for new naming scheme
10450 for old NEWS files.
10451
10452 * startup.el (command-line): Pop to *Messages* in case an error
10453 is signaled while loading user-init-file.
10454
10455 2000-08-17 Andreas Schwab <schwab@suse.de>
10456
10457 * files.el (insert-directory): Don't lose original file name,
10458 undoing an undocumented change.
10459
10460 2000-08-17 Alex Schroeder <alex@gnu.org>
10461
10462 * sql.el (sql-magic-go): Use comint-bol.
10463 (sql-copy-column): Use comint-line-beginning-position.
10464 (comint-line-beginning-position): Define a replacement for
10465 comint-line-beginning-position if it is not fboundp.
10466
10467 2000-08-17 Alex Schroeder <alex@gnu.org>
10468
10469 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10470 it didn't have any effect anyway.
10471
10472 2000-08-17 Alex Schroeder <alex@gnu.org>
10473
10474 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10475 --pset and pager=off instead of sending \\o|cat at the beginning
10476 of the session.
10477
10478 2000-08-17 Miles Bader <miles@gnu.org>
10479
10480 * progmodes/octave-inf.el: Add compatibility definition of
10481 comint-line-beginning-position.
10482
10483 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10484
10485 * startup.el (normal-top-level): Look in each dir in load-path for
10486 a leim-list.el file too. This assures of loading leim-list.el
10487 that is created at Emacs installation time even if a user have his
10488 own leim-list.el.
10489
10490 2000-08-17 Miles Bader <miles@gnu.org>
10491
10492 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10493 foreground color to black if the background is dark.
10494
10495 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10496
10497 * loadhist.el (unload-feature): Typo.
10498
10499 * finder.el (finder-compile-keywords):
10500 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10501 to the generated file.
10502
10503 * mail/mh-e.el (mh-make-local-vars):
10504 Replace make-variable-buffer-local with make-local-variable.
10505
10506 * play/landmark.el:
10507 * options.el (Edit-options-{set,toggle,t,nil}):
10508 * mail/mailabbrev.el (mail-abbrevs-mode):
10509 * textmodes/tex-mode.el (tex-expand-files):
10510 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10511
10512 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10513
10514 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10515 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10516 Allow going past the last element.
10517 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10518 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10519 (cvs-mouse-toggle-mark): Don't move point.
10520 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10521
10522 * progmodes/compile.el (grep): Provide a default set of files.
10523 (next-error): Docstring fix.
10524 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10525
10526 * emacs-lisp/easy-mmode.el (define-minor-mode):
10527 Use `symbol-value' to keep the byte-compiler quiet.
10528
10529 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10530 (diff-find-source-location): New fun, extracted from diff-goto-source.
10531 (diff-goto-source): Use it.
10532 (diff-next-complex-hunk, diff-filter-lines): New function.
10533 (diff-apply-hunk): New command.
10534
10535 * smerge-mode.el (smerge-mode-menu): Doc fix.
10536
10537 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10538
10539 2000-08-16 Dave Love <fx@gnu.org>
10540
10541 * windmove.el (windmove) <defgroup>: Add :version.
10542
10543 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10544 (goto-address-fontify-p, goto-address-highlight-p)
10545 (goto-address-url-face, goto-address-url-mouse-face)
10546 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10547 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10548 (goto-address-fontify, goto-address-at-mouse): Simplify,
10549 (goto-address-at-point): browse-url-url-at-point,
10550 goto-address-find-address-at-point can return nil.
10551 (goto-address-find-address-at-point): Return nil on failure.
10552
10553 * align.el (align) <defgroup>: Add :version.
10554
10555 * calculator.el (calculator): Add :version.
10556 (calculator): Use two lines for calculator window if `modeline'
10557 face is boxed.
10558
10559 * play/5x5.el: Doc fixes.
10560 (5x5) <defgroup>: Add :version.
10561
10562 * play/fortune.el (fortune) <defgroup>: Add :version.
10563 (fortune-append): Fix error message.
10564 (fortune-from-region): Doc fix.
10565
10566 * play/pong.el (pong): Doc fix.
10567
10568 * play/morse.el: Keywords, commentary, autoloads.
10569
10570 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10571
10572 * desktop.el (desktop-save): Don't look at symbol-value of a
10573 member of minor-mode-alist, unless it is boundp.
10574
10575 2000-08-16 Sam Steingold <sds@gnu.org>
10576
10577 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10578 `while'; use `with-current-buffer' instead of `save-excursion'.
10579 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10580
10581 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10582
10583 * international/ccl.el (declare-ccl-program): Docstring modified.
10584 (ccl-execute-with-args): Likewise.
10585
10586 2000-08-16 Miles Bader <miles@gnu.org>
10587
10588 * progmodes/sql.el: Add compatibility definition of
10589 comint-line-beginning-position.
10590
10591 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10592
10593 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10594 'buffer-menu' property.
10595 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10596 fails.
10597 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10598 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10599 wasn't killed.
10600
10601 * buff-menu.el (list-buffers-noselect): Don't display the
10602 *Buffer List* buffer.
10603
10604 * font-lock.el: Require jit-lock to prevent a very late
10605 `Loading jit-lock' message.
10606
10607 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10608 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10609 mail address.
10610
10611 2000-08-15 Miles Bader <miles@gnu.org>
10612
10613 * textmodes/ispell.el (ispell-graphic-p): New constant.
10614 (ispell-choices-win-default-height, ispell-help): Use
10615 `ispell-graphic-p' instead of `xemacsp'.
10616
10617 2000-08-15 Dave Love <fx@gnu.org>
10618
10619 * simple.el: Autoload widget-convert when compiling.
10620 (mail-user-agent): Doc fix.
10621
10622 * help.el (function-called-at-point, variable-at-point): Use
10623 with-syntax-table.
10624 (help-manyarg-func-alist): Add insert-and-inherit.
10625
10626 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10627
10628 * delsel.el (delsel-unload-hook): New function.
10629
10630 * find-file.el: Doc fixes. Move provide to end.
10631 (ff) <defgroup>: Add :link.
10632 (ff-goto-click): Deleted.
10633 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10634 Use mouse-set-point.
10635
10636 * textmodes/tildify.el: Doc fixes.
10637 (tildify) <defgroup>: Add:version.
10638
10639 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10640 (glasses-custom-set): Use set-default, not set.
10641 (minor-mode-alist): Propertize the lighter.
10642 (glasses-mode): Provide optional arg.
10643
10644 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10645 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10646 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10647 option. Provide :type.
10648 (cwarn-configuration): Provide :type.
10649 (cwarn-mode): Doc fix.
10650
10651 * add-log.el (change-log-merge): Doc fix.
10652 (change-log-redate): New command.
10653
10654 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10655 Doze and Dog.
10656 (browse-url): Use dolist, not mapcar.
10657 (browse-url-at-point): Check for null url.
10658 (browse-url-event-buffer, browse-url-event-point): Functions
10659 deleted.
10660 (browse-url-at-mouse, browse-url-netscape): Simplify.
10661
10662 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10663 modes.
10664 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10665 Fix previous change to mapcan.
10666 (msb--init-file-alist, msb--add-separators)
10667 (msb--make-keymap-menu): Simplify.
10668 (msb--choose-file-menu): Use copy-sequence.
10669 (msb-mode-map): Add title to keymap.
10670 (msb-unload-hook): New function.
10671
10672 * bs.el: Fix indentation.
10673 (bs) <defgroup>: Add :links.
10674 (bs-show): Doc fix.
10675 (bs-apply-sort-faces): Don't use window-system.
10676 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10677
10678 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10679
10680 * calendar/timeclock.el (timeclock-file): Run .timelog through
10681 convert-standard-filename.
10682
10683 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10684
10685 * emacs-lisp/authors.el: New file.
10686
10687 * paren.el (show-paren-priority): New user option.
10688 (show-paren-function): Set overlay priorities to
10689 show-paren-priority.
10690
10691 2000-08-14 Miles Bader <miles@gnu.org>
10692
10693 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10694 beginning-of-line with inhibit-field-text-motion bound.
10695
10696 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10697
10698 * calendar/timeclock.el: New file.
10699
10700 2000-08-14 David Ponce <david@dponce.com>
10701
10702 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10703 `widget-button-click'. so that one can use left mouse button to
10704 click on dialog buttons.
10705
10706 2000-08-14 Emmanuel Briot <briot@gnat.com>
10707
10708 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10709 identifiers, since XML is case sensitive
10710
10711 2000-08-12 Miles Bader <miles@gnu.org>
10712
10713 * comint.el (comint-output-filter): Don't bother frobbing
10714 window-start, it doesn't seem to be necessary.
10715
10716 * comint.el (comint-send-string, comint-send-region): Make into
10717 real functions. Snapshot the prompt before sending.
10718
10719 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10720
10721 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10722 technique similar to Info-index, instead of relying on specific
10723 names of relevant Index nodes.
10724 (Info-goto-emacs-command-node): Bind Info-history to nil when
10725 going to the first node found by Info-find-emacs-command-nodes.
10726
10727 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10728
10729 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10730
10731 2000-08-10 Miles Bader <miles@gnu.org>
10732
10733 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10734
10735 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10736
10737 * info.el (Info-file-list-for-emacs): More elements for the
10738 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10739 and woman manuals.
10740
10741 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10742
10743 * comint.el (comint-send-input): Make the newline boundary overlay
10744 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10745 (comint-output-filter): Use `insert' instead of
10746 `insert-before-markers'. Extend comint-last-output-overlay when
10747 necessary since we can't rely on insert-before-markers to do it.
10748 * gud.el (gud-filter): Use `with-current-buffer' instead of
10749 save-excursion when inserting the output, so that point gets
10750 updated correctly; the old method relied on a rather dodgy
10751 side-effect of comint-output-filter to avoid the effect of
10752 save-excursion.
10753
10754 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10755
10756 * files.el (recover-file): Call insert-directory instead of
10757 invoking `ls' directly.
10758
10759 2000-08-10 Miles Bader <miles@gnu.org>
10760
10761 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10762 (comint-last-prompt-overlay): New variables.
10763 (comint-output-filter): Implement prompt highlighting.
10764 (comint-snapshot-last-prompt): New function.
10765 (comint-send-input): Snapshot the last prompt.
10766 Use comint-highlight-input-face.
10767 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10768 Use defface instead of defcustom.
10769 (send-invisible, comint-send-eof): Snapshot the last prompt.
10770 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10771 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10772
10773 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10774
10775 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10776 (regexp-opt-group): Use a list of chars for `letters'.
10777 (regexp-opt-charset): `chars' is now a list of chars.
10778 Use a char-table rather than a vector so it works for multibyte chars.
10779
10780 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10781 Set cvs-minor-current-files to the selected fileinfo.
10782 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10783 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10784
10785 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10786
10787 * files.el (insert-directory): Don't call access-file on
10788 directories on DOS and Windows.
10789
10790 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10791
10792 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10793 longer if necessary.
10794 (ccl-embed-code): Call ccl-embed-data to store CODE in
10795 ccl-program-vector.
10796
10797 2000-08-09 Miles Bader <miles@gnu.org>
10798
10799 * comint.el (comint-output-filter): Properly handle the case where
10800 the text surrounded by comint-last-output-overlay was deleted.
10801
10802 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10803
10804 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10805 non-nil.
10806 (Info-file-list-for-emacs): Remove "info" from the list because
10807 that leads to trying to use the documentation from file `info'
10808 in various situations where it isn't appropriate, for instance
10809 C-h C-k C-h i.
10810
10811 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10812 DIR and/or STRING are nil.
10813
10814 * progmodes/compile.el (compilation-setup): Make variable
10815 compilation-error-screen-columns buffer-local, as some comment
10816 in the code suggests it should be.
10817
10818 * files.el (auto-mode-interpreter-regexp): New variable.
10819 (set-auto-mode): Use it.
10820
10821 * indent.el (indent-for-tab-command): Doc fix.
10822
10823 * mouse-sel.el (mouse-sel-mode): Doc fix.
10824
10825 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10826 labels.
10827
10828 * help.el (print-help-return-message): When
10829 display-buffer-reuse-frames is set, let the help window been quit,
10830 instead of deleting it, which might delete a reused frame.
10831
10832 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10833
10834 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10835 rename a directory to a name that differs only by its letter case.
10836
10837 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10838
10839 * international/quail.el (quail-define-rules): Handle Quail decode
10840 map correctly. Add code for supporting annotations.
10841 (quail-install-decode-map): New function.
10842 (quail-defrule-internal): New optional arguments decode-map and
10843 props.
10844 (quail-advice): New function.
10845
10846 2000-08-07 Sam Steingold <sds@gnu.org>
10847
10848 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10849 `defconst', `define-condition', `with-slots'.
10850 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10851
10852 2000-08-03 Miles Bader <miles@gnu.org>
10853
10854 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10855 New variable.
10856 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10857 comint-use-prompt-regexp-instead-of-fields.
10858 (comint-send-input): Add `input' field property to stuff we send to
10859 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10860 (comint-output-filter): Add `output' field property to process
10861 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10862 (comint-replace-by-expanded-history)
10863 (comint-get-old-input-default, comint-show-output)
10864 (comint-backward-matching-input, comint-forward-matching-input)
10865 (comint-next-prompt, comint-previous-prompt): Use field
10866 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10867 (comint-line-beginning-position): New function.
10868 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10869 (comint-replace-by-expanded-history-before-point): Use
10870 comint-line-beginning-position and line-end-position.
10871 (comint-last-output-overlay): New variable.
10872 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10873
10874 * shell.el (shell-prompt-pattern): Doc change.
10875 (shell-backward-command): Use line-beginning-position.
10876
10877 * gud.el (gud-gdb-complete-command): Use
10878 comint-line-beginning-position.
10879
10880 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10881 comint-bol doesn't actually go to the beginning of the line.
10882
10883 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10884 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10885 (try-expand-line-all-buffers): Likewise.
10886
10887 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10888 explicitly matching comint-prompt-regexp.
10889 (sql-copy-column): Use comint-line-beginning-position instead of
10890 explicitly matching comint-prompt-regexp.
10891
10892 * progmodes/octave-inf.el (inferior-octave-complete): Use
10893 comint-line-beginning-position.
10894
10895 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10896
10897 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10898 looking for a prompt, use `forward-line 0' instead of
10899 `beginning-of-line', to avoid getting caught by an input field.
10900
10901 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10902
10903 * files.el (shell-quote-wildcard-pattern): Make sure to return
10904 PATTERN, in the Unix case.
10905
10906 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10907
10908 * play/zone.el (zone): Discard any pending input before running
10909 the randomly-chosen pgm.
10910
10911 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10912
10913 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10914 checking the existence of any multibyte characters.
10915
10916 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10917
10918 * help.el (describe-mode): Test minor-mode symbol for being
10919 bound before testing its value for being nil.
10920
10921 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10922 `first', `second', and `third'.
10923
10924 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10925 (second): Make it an alias for `cadr'.
10926
10927 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10928
10929 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10930 types of display support faces now.
10931
10932 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10933
10934 * pcvs.el (require): Require `cl' during compilation, only.
10935
10936 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10937 (toplevel): Remove `remq' and `remove' from autoloads.
10938 (cl-fake-autoloads): New variable. If set, arrange for an error
10939 when CL functions etc. are autoloaded.
10940
10941 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10942
10943 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10944
10945 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10946 popped up, but the user clicks outside the menu, return an empty
10947 regexp (that causes unhighlight-regexp to have no effect).
10948
10949 * menu-bar.el (menu-bar-games-menu): Add Zone.
10950
10951 * hi-lock.el (toplevel): Require font-lock.
10952
10953 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10954
10955 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10956 (ebnf-8-bit-chars): New var for bug fix.
10957 (ebnf-string): Bug fix.
10958
10959 2000-08-03 Sam Steingold <sds@gnu.org>
10960
10961 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10962 instead of `buffer-string'.
10963 (require 'cl): Always, not just when compiling.
10964 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10965 necessary.
10966
10967 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10968
10969 * international/mule-cmds.el (select-safe-coding-system): Make
10970 the message text about selecting a safe coding system more clear.
10971
10972 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10973
10974 * hi-lock.el: New file.
10975
10976 * play/zone.el: New file.
10977
10978 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10979 value of tab-width in the original buffer. Choose a line number
10980 format that's a multiple of the original buffer's tab width, so
10981 that lines appear right.
10982
10983 * textmodes/ispell.el (ispell): New function, replacing an alias.
10984 Spell-check active region if in transient-mark-mode and mark
10985 is active; otherwise spell-check buffer.
10986
10987 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10988
10989 * ps-mule.el: Fix a customization problem on
10990 ps-mule-font-info-database-default.
10991
10992 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10993
10994 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10995 display-mouse-p instead of window-system.
10996 (ebrowse-member-mode-map): Ditto.
10997
10998 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10999
11000 * progmodes/ebnf2ps.el: Update ps-print functions call.
11001 Indentation fix. Doc fix.
11002 (ebnf-version): New version number (3.2).
11003 (ebnf-format-color, ebnf-begin-job): Code fix.
11004
11005 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
11006
11007 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
11008 font lock support on window-system.
11009 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
11010
11011 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
11012 display-color-p, if fboundp, instead of window-system.
11013
11014 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
11015
11016 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
11017 instead of window-system.
11018
11019 * wid-edit.el (widget-choose): Use display-mouse-p instead of
11020 window-system.
11021 (widget-choice-mouse-down-action): Use display-popup-menus-p
11022 instead of window-system.
11023
11024 * strokes.el (strokes-file): Run the file name through
11025 convert-standard-filename.
11026 (strokes-mode): Call display-mouse-p instead of looking at
11027 window-system. Change the error message accordingly.
11028
11029 * progmodes/cpp.el (toplevel): Support faces on tty's.
11030
11031 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
11032 (lm-plot-square, lm-init-display): Don't use window-system.
11033
11034 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
11035 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
11036
11037 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
11038 instead of looking at window-system.
11039
11040 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11041
11042 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
11043 of testing if iswitchb-prepost-hooks is bound, because the
11044 latter will always be true when invoking a recursive minibuffer
11045 from an active Iswitchb buffer.
11046
11047 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
11048
11049 * files.el (shell-quote-wildcard-pattern): New function.
11050 (insert-directory): Call it. Only prepend "\" to command on Unix
11051 and GNU/Linux systems.
11052
11053 2000-07-30 Gerd Moellmann <gerd@gnu.org>
11054
11055 * eshell/esh-groups.el: Change custom :link file names
11056 from `eshell.info' to `eshell'.
11057
11058 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
11059
11060 * dired.el (dired-build-subdir-alist): Expand subdirectory names
11061 correctly in recursive ange-ftp listings.
11062
11063 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11064
11065 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11066 ps-header-font-size-internal and
11067 ps-header-title-font-size-internal variables are not set,
11068 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11069 face text property is (foreground-color . COLOR) or
11070 `(background-color . COLOR)', ps-print crashes. Doc fix.
11071 (ps-print-version): New version number (5.2.4).
11072 (ps-plot-region): Code fix.
11073 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11074 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11075 Bug fix 2.
11076
11077 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11078
11079 * glasses.el (glasses-make-readable): Fix uncapitalization of
11080 identifiers like `myXMLDocument'.
11081
11082 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11083
11084 * mail/mail-hist.el (mail-hist-previous-input)
11085 (mail-hist-next-input): Do the obvious code factorization.
11086 (mail-hist-retrieve-and-insert): New func, contains common
11087 code of above two.
11088 If inserting a message body, leave point at top.
11089
11090 2000-07-28 Sam Steingold <sds@gnu.org>
11091
11092 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11093 Use `<=', not `<' to compare times!
11094 (ange-ftp-ls): Remove.
11095
11096 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11097
11098 * play/cookie1.el: Add explanation of how to make cookie.el
11099 compatible with strfile(1) to comment.
11100
11101 * subr.el (remove, remq): New functions.
11102
11103 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11104 escape `*' in regexps.
11105 (midnight-find): Reverse order of arguments in the funcall of
11106 TEST.
11107
11108 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11109 and `.class'.
11110
11111 * play/meese.el: Add Commentary section.
11112
11113 2000-07-27 Alex Schroeder <alex@gnu.org>
11114
11115 * sql.el (sql-ms): Added autoload cookie.
11116 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11117 (sql-oracle): Ditto.
11118 (sql-help): Doc change.
11119
11120 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11121 types and exceptions.
11122
11123 2000-07-27 Alex Schroeder <alex@gnu.org>
11124
11125 * sql.el (sql-placeholder-history): New variable.
11126 (sql-query-placeholders-and-send): New function that will query
11127 the user and replace placeholders with user input.
11128 (sql-oracle): If running on NT, set comint-input-sender to
11129 sql-query-placeholders-and-send.
11130
11131 (sql-stop): If in the SQLi buffer, insert stop notification, else
11132 present it as a message.
11133
11134 2000-07-27 Alex Schroeder <alex@gnu.org>
11135
11136 * sql.el (sql-input-ring-separator): Doc change.
11137 (sql-input-ring-file-name): Doc change.
11138 (sql-interactive-mode): Use `sql-input-ring-separator' and
11139 `sql-input-ring-file-name' to set the comint-mode equivalents
11140 without making them local variables.
11141 (sql-stop): Don't bind `sql-input-ring-separator' and
11142 `sql-input-ring-file-name' dynamically to their comint-mode
11143 equivalents.
11144
11145 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11146
11147 * international/mule.el (register-char-codings): New function.
11148 (make-coding-system): Handle `safe-chars' specification in the arg
11149 PROPERTY.
11150
11151 * international/mule-cmds.el
11152 (find-coding-systems-region-subset-p): This function deleted.
11153 (sort-coding-systems-predicate): New variable.
11154 (sort-coding-systems): New function.
11155 (find-coding-systems-region): Use
11156 find-coding-systems-region-internal.
11157 (find-coding-systems-string): Use find-coding-systems-region.
11158 (find-coding-systems-for-charsets): Check
11159 char-coding-system-table.
11160 (select-safe-coding-system-accept-default-p): New variable.
11161 (select-safe-coding-system): Mostly rewritten. New argument
11162 ACCEPT-DEFAULT-P.
11163 (select-message-coding-system): Call select-safe-coding-system
11164 with ACCEPT-DEFAULT-P arg.
11165 (reset-language-environment): Reset default-sendmail-coding-system
11166 to the default value iso-latin-1.
11167 (set-language-environment): Don't set the obsolete variable
11168 charset-origin-alist.
11169
11170 * international/codepage.el (cp-coding-system-for-codepage-1):
11171 Give `safe-chars' property to make-coding-system.
11172
11173 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11174 calling select-message-coding-system twice.
11175
11176 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11177 instead of `safe-charsets'.
11178 (cyrillic-alternativnyj): Likewise.
11179 (ccl-encode-alternativnyj): Don't check the charset
11180 cyrillic-iso8859-5.
11181
11182 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11183
11184 * composite.el (compose-chars-after): Preserve match data.
11185
11186 2000-07-26 Sam Steingold <sds@gnu.org>
11187
11188 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11189 (ange-ftp-real-file-newer-than-file-p): New function.
11190 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11191 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11192
11193 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11194 * midnight.el (midnight-float-time): Ditto.
11195
11196 2000-07-26 Andreas Schwab <schwab@suse.de>
11197
11198 * files.el (normal-backup-enable-predicate): Correct
11199 interpretation of the return value of compare-strings.
11200
11201 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11202
11203 * isearch.el (isearch-resume): New function.
11204 (isearch-done): Add something to command-history to resume
11205 the search.
11206 (isearch-yank-line, isearch-yank-word): Use
11207 buffer-substring-no-properties instead of buffer-substring.
11208
11209 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11210 of flyspell-mouse-map.
11211
11212 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11213 duplicate definition.
11214 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11215
11216 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11217 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11218
11219 2000-07-25 Sam Steingold <sds@gnu.org>
11220
11221 * net/ange-ftp.el: Get modtime over the net.
11222 (ange-ftp-file-modtime): New function.
11223 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11224 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11225 Use it.
11226 (ange-ftp-dot-to-slash): New function.
11227 (ange-ftp-fix-name-for-vms): Use it.
11228
11229 * midnight.el (midnight-buffer-display-time): Use
11230 `with-current-buffer'.
11231
11232 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11233
11234 * find-dired.el: Update copyright notice.
11235 (find-dired): Offer to kill a running `find'.
11236
11237 * enriched.el (enriched-face-ans): For a `foreground-color'
11238 property, return '(("x-color" COLOR))' so that COLOR will be
11239 output as a parameter of the x-color annotation. Likewise for the
11240 `background-color' property. In the case of normal face
11241 properties, don't return annotations for unspecified foreground
11242 and background face attributes.
11243
11244 2000-07-25 Kenichi Handa <handa@etl.go.jp>
11245
11246 * language/japan-util.el (japanese-katakana-region): Fix handling
11247 HANKAKU argument.
11248
11249 2000-07-25 Miles Bader <miles@gnu.org>
11250
11251 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11252 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11253 constrain-to-field.
11254
11255 2000-07-24 Andrew Innes <andrewi@gnu.org>
11256
11257 * timer.el (timer-activate-when-idle): Add optional parameter
11258 DONT-WAIT. Update docstring.
11259 (run-with-idle-timer): Specify extra parameter to
11260 timer-activate-when-idle, so that timer will be activated
11261 immediately if Emacs is already idle.
11262
11263 * w32-fns.el (w32-using-nt): Fix docstring.
11264
11265 2000-07-24 Dave Love <fx@gnu.org>
11266
11267 * mouse.el (popup-menu): Set last-command-event.
11268 (mouse-major-mode-menu-prefix): Declare.
11269
11270 2000-07-24 Gerd Moellmann <gerd@gnu.org>
11271
11272 * textmodes/flyspell.el: Update to author's version 1.5d.
11273
11274 * progmodes/hideshow.el: Update copyright notice.
11275
11276 * vcursor.el: Set maintainer to FSF, since author cannot
11277 be reached.
11278
11279 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11280
11281 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11282 the prompt.
11283
11284 * mouse.el (popup-menu): Run the keymap through indirect-function,
11285 in case it was defined with define-prefix-key. If the menu is a
11286 list of keymaps, look up the binding of user's choice in each one
11287 of the keymaps.
11288 (mouse-popup-menubar): If the global and local menu-bar keymaps
11289 don't have a prompt string, create one and insert it into the
11290 keymap. Don't barf if current-local-map returns nil.
11291
11292 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11293
11294 * dired.el (dired-sort-R-check): Added to allow recursive listing
11295 to be undone.
11296 (dired-sort-other): Use it.
11297
11298 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11299
11300 * Release of cc-mode 5.27
11301
11302 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11303
11304 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11305 c-beginning-of-statement-1 that caused a bad case of recursion
11306 which could consume a lot of CPU in large classes in languages
11307 that have in-expression classes (i.e. Java and Pike).
11308
11309 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11310 statements before top level constructs (i.e. case 6 is moved
11311 before case 5 and is now case 4) to catch in-expression
11312 classes in top level expressions correctly.
11313
11314 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11315
11316 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11317 objc-method-intro. Case 4 removed and case 5I added.
11318
11319 * cc-langs.el (c-append-paragraph-start): New variable used by
11320 c-common-init to get paragraph-start correct.
11321 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11322 initialize paragraph-start to make it correct both with and
11323 without the javadoc special case.
11324
11325 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11326 initialize paragraph-start for javadoc markup.
11327
11328 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11329 change by defaulting this to t. It's motivated by the
11330 confusing behavior that otherwise arise from the style system
11331 when editing both java and non-java files at the same time
11332 (see the comments about style setting in c-common-init).
11333
11334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11335
11336 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11337 similar to the one in c-fill-paragraph to check the fill
11338 prefix from the adaptive fill function for sanity.
11339
11340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11341
11342 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11343 defun block.
11344
11345 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11346
11347 * cc-align.el (c-lineup-multi-inher): Handle lines with
11348 leading comma nicely. Extended to handle member initializers
11349 too.
11350
11351 * cc-engine.el: (c-beginning-of-inheritance-list,
11352 c-guess-basic-syntax): Fixed recognition of inheritance lists
11353 when the lines begins with a comma.
11354
11355 * cc-vars.el (c-offsets-alist): Changed default for
11356 member-init-cont to c-lineup-multi-inher since it now handles
11357 member initializers and indents better for leading commas.
11358
11359 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11360
11361 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11362 handling that caused class open lines to be recognized as
11363 statement-conts in some cases.
11364
11365 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11366 guessed by the adaptive fill function unless point is on the
11367 first line of a block comment.
11368
11369 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11370 when the buffer ends with a macro continuation char.
11371
11372 * cc-engine.el (c-guess-basic-syntax): Added support for
11373 function definitions as statements in Pike. The first
11374 statement in a lambda block is now labeled defun-block-intro
11375 instead of statement-block-intro.
11376
11377 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11378 so that the class surrounding point is selected, not the one
11379 innermost in the state.
11380
11381 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11382 recognition of switch labels having hanging multiline
11383 statements.
11384
11385 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11386 some code in c-guess-basic-syntax to a separate function.
11387 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11388 recognition of member inits with multiple line arglists.
11389 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11390 member-init-cont when the commas are in funny places.
11391
11392 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11393
11394 * cc-defs.el (c-auto-newline): Removed this macro since it's
11395 not used anymore.
11396
11397 * cc-engine.el (c-looking-at-bos): New helper function.
11398 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11399 inexpr and toplevel classes apart in Pike.
11400
11401 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11402 of case 9A.
11403
11404 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11405 constant, since "class" can introduce an in-expression class
11406 in Pike nowadays.
11407
11408 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11409
11410 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11411 indentation on cpp-macro lines.
11412
11413 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11414 a syntax modifier like comment-intro, to make it possible to
11415 get syntactic indentation for preprocessor directives. It's
11416 incompatible wrt to lineup functions on cpp-macro, but it has
11417 no observable effect in the 99.9% common case where cpp-macro
11418 is set to -1000.
11419
11420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11421
11422 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11423 member-init-cont when the preceding arglist is several lines.
11424
11425 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11426
11427 * cc-styles.el (c-style-alist): The basic offset for the BSD
11428 style corrected to 8.
11429
11430 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11431
11432 * cc-styles.el (c-style-alist): Adjusted the indentation of
11433 brace list openers in the gnu style.
11434
11435 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11436
11437 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11438
11439 * cc-cmds.el (c-electric-brace, c-electric-slash,
11440 c-electric-star, c-electric-semi&comma, c-electric-colon,
11441 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11442 when c-syntactic-indentation is nil.
11443
11444 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11445 we were left at comments preceding the first statement when
11446 reaching the beginning of the buffer.
11447
11448 * cc-vars.el (c-syntactic-indentation): New variable to turn
11449 off all syntactic indentation.
11450
11451 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11452
11453 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11454 between the text and the block comment ender when it hangs,
11455 depending on how many there are before the fill.
11456
11457 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11458
11459 * cc-engine.el (c-beginning-of-closest-statement): New helper
11460 function to go back to the closest preceding statement start,
11461 which could be inside a conditional statement.
11462 * cc-engine.el (c-guess-basic-syntax): Use
11463 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11464
11465 * cc-engine.el (c-guess-basic-syntax): Better handling of
11466 arglist-intro, arglist-cont-nonempty and arglist-close when
11467 the arglist is nested inside parens. Cases 7A, 7C and 7F
11468 changed.
11469
11470 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11471 up-to-date with javadoc 1.2.
11472
11473 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11474
11475 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11476 multiline Pike type decls.
11477
11478 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11479
11480 * cc-cmds.el (c-indent-new-comment-line): Always break
11481 multiline comments in multiline mode, regardless of
11482 comment-multi-line.
11483
11484 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11485
11486 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11487 fully::qualified::names in C++ member init lists. Preamble in
11488 case 5D changed.
11489
11490 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11491
11492 * cc-langs.el (c-common-init): Handling of obsolete variables
11493 moved to c-initialize-cc-mode. More compatible style override
11494 when using global style variables.
11495 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11496 variables moved here.
11497
11498 * cc-styles.el (c-make-styles-buffer-local): Flag style
11499 variable localness in c-style-variables-are-local-p to make
11500 the compatibility measure in c-common-init work well.
11501
11502 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11503 longer contain set-from-style.
11504 * cc-styles.el (c-initialize-builtin-style): Don't check for
11505 set-from-style on c-special-indent-hook.
11506 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11507 copy-alist is sufficient now.
11508
11509 * cc-styles.el (c-set-style, c-set-style-1,
11510 c-get-style-variables): Fixes to variable initialization so
11511 that duplicate entries in styles have the same effect
11512 regardless of DONT-OVERRIDE.
11513
11514 * cc-styles.el (c-set-style-2): Fixed bug where the
11515 initialization of inheriting styles failed when the
11516 dont-override flag is set.
11517
11518 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11519 on this.
11520
11521 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11522
11523 * cc-defs.el (c-forward-comment): Removed the workaround
11524 introduced in 5.38 since it had worse side-effects. If a line
11525 contains the string "//\"", it regarded the // as a comment
11526 start since the \ temporarily doesn't have escape syntax.
11527
11528 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11529
11530 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11531 ada-xref.el before ada-prj.el, so that the Project menu is created
11532 when ada-prj tries to add to it.
11533 (ada-activate-keys-for-case): Suppress the characters that are not
11534 part of the Ada syntax. Better compatibility with else-mode
11535 (ada-adjust-case-interactive): When auto-casing is not active,
11536 correctly insert newlines (used to insert only ^M). Prevent the
11537 syntax table from being changed in case of an error
11538 (or '_' becomes part of a word and some commands are confused).
11539 Do nothing if ada-auto-case is nil.
11540 (ada-after-keyword-p): Ignore keywords that are also attributes
11541 (ada-batch-reformat): Update usage comment
11542 (ada-call-from-contextual-menu): New function
11543 (ada-case-read-exceptions): Reinitialize the casing exception list
11544 first to nil first, so that the casing exception file can be
11545 shared.
11546 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11547 files.
11548 (ada-compile-goto-error): Fix regexp used to detect a file:line
11549 anywhere in the error message
11550 (ada-contextual-menu-last-point): New variable
11551 (ada-create-keymap): If the variable delete-key-deletes-forward is
11552 t on XEmacs, it means that DEL should delete one character
11553 forward.
11554 (ada-create-menu): Use :included instead of :visible for XEmacs.
11555 New submenu "Options".
11556 (ada-end-stmt-re): Correctly indent "select ... then abort"
11557 statements.
11558 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11559 even if they don't match ada-fill-comment-prefix Fix handling of
11560 paragraphs on the first or last line of a file.
11561 (ada-format-paramlist): Fix handling of default parameter values.
11562 (ada-get-body-name): New function.
11563 (ada-get-current-indent): Optimized by searchling directly for an
11564 existing generic part or a statement outside of it. Handle
11565 ada-indent-align-comments when indenting comments Replaced some
11566 regexps by testing directly the next character. This results in a
11567 huge speedup on some files. New indentation scheme for renames
11568 statements. Stop looking for the 'while' or 'for' associated with
11569 a 'loop' at the first semicolon encountered. A "return" can also
11570 match an anonymous access subprogram declaration.
11571 (ada-get-indent-noindent): Ignore strings and comments when
11572 looking for the keywords "record" and "private".
11573 (ada-goto-matching-decl-start): When matching "if", make sure we
11574 are not in fact seeing "end if". Ignore "when" statements except
11575 when initial keyword was "begin". Fix handling of nested
11576 procedures. Add a recursive call to this function to skip over
11577 other 'end' statmts. Fix indentation for "when .. => begin"
11578 (ada-in-open-paren-p): Fix indentation for complex boolean
11579 expressions, where 'and then', 'or else' and parenthesis
11580 statements are mixed up.
11581 (ada-in-paramlist-p): Skip comments while searching for the
11582 beginning Fix handling of operator declarations.
11583 (ada-indent-align-comments): New variable
11584 (ada-indent-current): Change the syntax table only in the
11585 protected section, so that we are sure it is restored correctly.
11586 (ada-indent-on-previous-lines): Use ada-use-indent and
11587 ada-with-indent Correctly indent "select ... then"
11588 (ada-indent-region): Slight speedup.
11589 (ada-indent-renames): New variable.
11590 (ada-last-which-function-subprog, ada-last-which-function-line):
11591 New variables
11592 (ada-looking-at-semi-private): Correctly indent the 'private'
11593 keyword when it is the first word in a package declaration.
11594 (ada-loose-case-word): Stop searching if at the end of the buffer.
11595 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11596 even if point is not initially at the end of the word.
11597 (ada-matching-decl-start-re): Add "when".
11598 (ada-mode): Add support for abbrev-mode, outline-mode and
11599 which-func-mode Override the old find-file.el entry in
11600 ff-special-constructs since it is using the obsolete
11601 ada-spec-suffix variable
11602 (ada-no-auto-case): New function
11603 (ada-scan-paramlist): When parsing the argument type, accept
11604 spaces (as in "X 'Class", generated by Rational Rose).
11605 (ada-other-file-name): No longer loads the other file.
11606 (ada-popup-menu): Save and restore the current buffer and cursor
11607 position before and after displaying the menu.
11608 (ada-search-ignore-complex-boolean): New function.
11609 (ada-uncomment-region): Emacs21 already knows how to delete
11610 comments not starting in the first column.
11611 (ada-use-indent): New variable
11612 (ada-which-function): New function.
11613 (ada-with-indent): New variable
11614 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11615 can be batch-compiled from the command line.
11616
11617 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11618 Add to the menu when the file is loaded, not in ada-mode-hook.
11619 Add -toolbar to the default ddd command Switches moved from
11620 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11621 ada-prj-default-comp-opt
11622 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11623 Reference Manual to the menu
11624 (ada-check-current): rewritten as a call to ada-compile-current
11625 (ada-compile): Removed.
11626 (ada-compile-application, ada-compile-current, ada-check-current):
11627 Set the compilation-search-path so that compile.el automatically
11628 finds the sources in src_dir. Automatic scrollong of the
11629 compilation buffer. C-uC-cC-c asks for confirmation before
11630 compiling
11631 (ada-compile-current): New parameter, prj-field
11632 (ada-complete-identifier): Load the .ali file before doing
11633 processing
11634 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11635 conform to gnatmake's behavior.
11636 (ada-find-file-in-dir): New function
11637 (ada-find-references): Set the environment variables for gnatfind
11638 (ada-find-src-file-in-dir): New function.
11639 (ada-first-non-nil): Removed
11640 (ada-gdb-application): Add support for jdb, the java debugger.
11641 (ada-get-ada-file-name): Load the original-file first if not done
11642 yet.
11643 (ada-get-all-references): Handles the new ali syntax (parent types
11644 are found between <>).
11645 (ada-initialize-runtime-library): New function
11646 (ada-mode-hook): Always load a project file when a file is opened,
11647 so that the casing exceptions are correctly read.
11648 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11649 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11650 to open the project file, since the latter does not work with
11651 speedbar Get default values before loading the prj file, or the
11652 default executable file name is wrong. Use the absolute value of
11653 src_dir to initialize ada-search-directories and
11654 compilation-search-path,... Add the standard runtime library to
11655 the search path for find-file.
11656 (ada-prj-default-debugger): Was missing an opening '{'
11657 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11658 variables.
11659 (ada-prj-default-gnatmake-opt): New variable
11660 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11661 buffers, the project file is the default one Save the windows
11662 configuration before displaying the menu.
11663 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11664 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11665 ...) regexp-quote identifiers names to support operators +,
11666 -,... in regexps.
11667 (ada-remote): New function.
11668 (ada-run-application): Erase the output buffer before starting the
11669 run Support remote execution of the application. Use
11670 call-process, or the arguments are incorrectly parsed
11671 (ada-set-default-project-file): Reread the content of the active
11672 project file, not the one from the current buffer When a project
11673 file is set as the default project, all directories are
11674 automatically associated with it.
11675 (ada-set-environment): New function
11676 (ada-treat-cmd-string): New special variable ${current}
11677 (ada-treat-cmd-string): Revised. The substitution is now done for
11678 any ${...} substring
11679 (ada-xref-current): If no body was found, compiles the spec
11680 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11681 compiler to get rid of command line length limitations.
11682 (ada-xref-get-project-field): New function
11683 (ada-xref-project-files): New variable
11684 (ada-xref-runtime-library-specs-path)
11685 (ada-xref-runtime-library-ali-path): New variables
11686 (ada-xref-set-default-prj-values): Default run command now does a
11687 cd to the build directory. New field: main_unit Provide a default
11688 file name even if the current buffer has no prj file.
11689
11690 * ada-prj.el:
11691 Rewritten to show a tabbed-dialog.
11692 (ada-prj-add-ada-menu): Remove the map and name parameters.
11693 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11694 New function
11695 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11696 (ada-prj-load-from-file): New function
11697 (ada-prj-save): Always save fields that depend on the current buffer
11698 (ada-prj-show-value): New function
11699
11700 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11701 Ada mode. This will allow us to display the Ada menu in any buffer
11702 we want (for project items).
11703 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11704 number of spaces in the header.
11705
11706 2000-07-24 Dave Love <fx@gnu.org>
11707
11708 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11709
11710 2000-07-23 Noah Friedman <friedman@splode.com>
11711
11712 * type-break.el (type-break): perform autosave.
11713 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11714 (type-break-do-query): Cancel query schedule while performing
11715 actual query, to avoid possibility of a second query being made
11716 while first one is already in progress.
11717 (type-break-time-stamp-format): New variable.
11718 (type-break-time-stamp): New function.
11719 (type-break-time-warning): Use it.
11720 (type-break-keystroke-warning): Use it.
11721 (type-break-noninteractive-query): Use it.
11722
11723 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11724 cookie.
11725 Use add-minor-mode to set minor-mode-alist, if available.
11726 (eldoc-echo-area-use-multiline-p): New user option.
11727 (eldoc-echo-area-multiline-supported-p): New variable.
11728 (eldoc-docstring-format-sym-doc): Use them.
11729 (eldoc-mode): If not using idle timers, append to local post and
11730 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11731 (eldoc-display-message-no-interference-p): Don't interfere with
11732 edebug.
11733 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11734 (eldoc-function-arglist): New function.
11735 (eldoc-function-argstring): Use it.
11736
11737 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11738 auto save directory exists before calling directory-files.
11739
11740 2000-07-23 Dave Love <fx@gnu.org>
11741
11742 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11743 ^o, ^u.
11744
11745 2000-07-21 Dave Love <fx@gnu.org>
11746
11747 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11748 now passed to the function. It now works properly.
11749
11750 * smerge-mode.el (smerge-mode-menu): Fill it out.
11751
11752 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11753
11754 * info-look.el (info-lookup): If *info* is shown in another frame
11755 on the same display, select that frame, instead of switching to
11756 the Info buffer in another window of the selected frame.
11757
11758 * simple.el (universal-argument-map): Bind numeric keypad keys
11759 kp-0 to kp-9 and kp-subtract.
11760 (digit-argument): Handle these keys.
11761
11762 2000-07-20 Dave Love <fx@gnu.org>
11763
11764 * net/goto-addr.el (goto-address-fontify): Don't bother with
11765 buffer-modified and read-only stuff -- irrelevant with overlays.
11766 Put an extra property on the overlays and use it to clean up in
11767 case goto-address is re-run.
11768
11769 2000-07-19 Richard M. Stallman <rms@gnu.org>
11770
11771 * timer.el (run-with-idle-timer): Doc fix.
11772
11773 * mail/mail-utils.el (mail-strip-quoted-names):
11774 Handle case where <...> appears inside "...".
11775 Use replace-match to edit the string more simply.
11776 (rmail-dont-reply-to): Cope with an unmatched ".
11777
11778 2000-07-19 Dave Love <fx@gnu.org>
11779
11780 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11781 implementation.
11782
11783 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11784 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11785 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11786
11787 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11788
11789 * textmodes/refer.el: Correct maintainer's email address.
11790
11791 * progmodes/hideif.el: Correct author's email address.
11792 Fix typo in comment.
11793
11794 * xml.el: New file.
11795
11796 * mail/mailheader.el: Correct author's mail address.
11797
11798 * gnus/parse-time.el: Correct author's mail address.
11799
11800 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11801
11802 * comint.el (comint-highlight-input, comint-highlight-face):
11803 New user options.
11804 (comint-input-ring-file-name): Change custom type.
11805 (comint-mode-map): Bind mouse-2.
11806 (comint-insert-clicked-input): New function.
11807 (comint-send-input): Handle input highlighting.
11808
11809 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11810
11811 * mouse.el (popup-menu): New function.
11812 (mouse-major-mode-menu): Use it.
11813
11814 2000-07-18 Dave Love <fx@gnu.org>
11815
11816 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11817 improvements.
11818
11819 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11820
11821 * faces.el (face-font-selection-order)
11822 (face-font-family-alternatives): Add custom type.
11823
11824 2000-07-18 Dave Love <fx@gnu.org>
11825
11826 * cus-edit.el (custom-variable-reset-saved)
11827 (custom-variable-reset-standard): Remove unused bindings.
11828
11829 * rect.el (open-rectangle-line): Remove unused let.
11830
11831 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11832
11833 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11834
11835 * cdl.el: Fix `Maintainer' keyword.
11836
11837 * play/pong.el: Add author's email address.
11838
11839 2000-07-17 Sam Steingold <sds@gnu.org>
11840
11841 * files.el (insert-directory): Call `split-string' instead of
11842 re-implementing it.
11843
11844 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11845
11846 * mail/vms-pmail.el: Change maintainer to FSF.
11847
11848 * net/goto-addr.el: Change maintainer to FSF.
11849
11850 * info.el (Info-title-face-alist): Removed.
11851
11852 2000-07-18 David Ponce <david@dponce.com>
11853
11854 * recentf.el (recentf-open-files): New command that works like
11855 `recentf-open-more-files', but shows the whole list of files (not just
11856 those omitted from the menu). Useful if you don't use a menu-bar!
11857 (recentf-open-more-files) Modified to use `recentf-open-files'.
11858
11859 (recentf-open-files, recentf-open-more-files)
11860 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11861
11862 (recentf-dialog-mode): New mode for dialogs. You can now just type
11863 "q" to cancel the dialogs.
11864
11865 2000-07-18 David Ponce <david@dponce.com>
11866
11867 * recentf.el: This is a major update of recentf.el. It adds new
11868 features to better organize the recentf menu and "More..." buffer.
11869
11870 Using new provided menu filtering functions you can now organize the
11871 recent files list:
11872
11873 - by major modes
11874 - by directories
11875 - by user defined rules
11876
11877 Finally, with the new `recentf-filter-changer' customizable filter you
11878 can define a ring of filters and dynamically (via the menu) cycle on
11879 each menu organization in the ring (a la msb).
11880
11881 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11882
11883 * eshell/eshell.el (eshell): Replace links to eshell.info with
11884 links to eshell, to avoid problems on systems where the manual is
11885 installed as `eshell'.
11886 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11887 * eshell/em-smart.el (eshell-smart): Ditto.
11888 * eshell/em-banner.el (eshell-banner): Ditto.
11889 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11890
11891 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11892 same-file check in the MS-DOS version (it does support inodes).
11893
11894 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11895
11896 * eshell/eshell.el (eshell-directory-name):
11897 Run default directory name through convert-standard-filename.
11898
11899 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11900
11901 * international/mule-cmds.el (select-safe-coding-system):
11902 Fix typo in the comment.
11903
11904 * language/european.el (compound-text):
11905 Force katakana-jisx0201 to be designated to G1.
11906
11907 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11908 Don't translate some national variant characters of latin-jisx0201.
11909 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11910
11911 * international/kkc.el (kkc-after-update-conversion-functions):
11912 New variable.
11913 (kkc-update-conversion): Run functions in it at the tail.
11914
11915 2000-07-16 John Wiegley <johnw@gnu.org>
11916
11917 * lisp/align.el (align-newline-and-indent):
11918 Adding new function. for auto-aligning blocks of code on RET.
11919 (align-region): Fixed badly formatted minibuffer message.
11920
11921 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11922
11923 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11924 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11925 the conversion list at first if appropriate.
11926 (kkc-next): Don't update kkc-next-count here.
11927 (kkc-prev): Don't update kkc-prev-count here.
11928 (kkc-show-conversion-list-update): Fix setting up of conversion
11929 list message.
11930
11931 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11932
11933 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11934
11935 2000-07-16 Dave Love <fx@gnu.org>
11936
11937 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11938 function to be more specific.
11939
11940 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11941 non-string help-echo.
11942 (widget-types-convert-widget): Defsubst it.
11943 (widget-echo-help): Try to cope with a help-echo function of two
11944 possible sorts.
11945
11946 2000-07-15 Jason Rumney <jasonr@gnu.org>
11947
11948 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11949 Declare as obsolete.
11950
11951 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11952
11953 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11954
11955 * hilit-chg.el: Fix typo.
11956
11957 2000-07-14 Dave Love <fx@gnu.org>
11958
11959 * info.el (Info-mode-menu): Fix use of :help, :enable.
11960
11961 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11962
11963 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11964
11965 2000-07-13 Dave Love <fx@gnu.org>
11966
11967 * emacs-lisp/easymenu.el: Doc fixes.
11968 (easy-menu-remove): Defalias to ignore.
11969
11970 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11971 Call throw correctly.
11972
11973 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11974
11975 * faces.el (frame-background-mode): Doc fix.
11976
11977 * simple.el (eval-expression-print-length): Change custom type to
11978 allow entering nil as value.
11979
11980 2000-07-13 Dave Love <fx@gnu.org>
11981
11982 * progmodes/fortran.el (fortran-imenu-generic-expression):
11983 Change definition layout.
11984 (fortran-mode-menu): Reinstate customize entries.
11985
11986 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11987 Use :filter, per old XEmacs code.
11988
11989 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11990
11991 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11992 event when deciding what to send to the terminal.
11993
11994 2000-07-12 Dave Love <fx@gnu.org>
11995
11996 * cus-start.el: Add optional version as 4th element of specs and
11997 use it for several things new in v21. Remove load-path. Fix type
11998 of line-number-display-limit.
11999
12000 2000-07-11 Dave Love <fx@gnu.org>
12001
12002 * progmodes/fortran.el: Don't require easymenu.
12003 Use repeat counts in various regexps.
12004 (fortran-mode-syntax-table): Defvar directly.
12005 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
12006 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
12007 Use defvar, not defconst.
12008 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
12009 (fortran-mode): Set fortran-comment-line-start-skip,
12010 fortran-comment-line-start-skip, dabbrev-case-fold-search.
12011 (fortran-comment-indent): Use defsubst.
12012 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
12013 Use fortran-comment-indent, not fortran-comment-indent-function.
12014 (fortran-comment-region, fortran-electric-line-number): Simplify.
12015 (fortran-auto-fill): New function.
12016 (fortran-do-auto-fill): Deleted.
12017 (fortran-find-comment-start-skip):
12018 Check for non-null comment-start-skip.
12019 (fortran-auto-fill-mode, fortran-fill-statement):
12020 Use fortran-auto-fill.
12021 (fortran-fill): Use fortran-auto-fill. Check for null
12022 comment-start-skip. Simplify final clause and use end-of-line finally.
12023
12024 * widget.el (widget-plist-member): New alias.
12025
12026 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
12027
12028 * eshell/esh-module.el (toplevel): Reference
12029 byte-compile-current-file only if it is bound.
12030
12031 2000-07-10 Gerd Moellmann <gerd@gnu.org>
12032
12033 * dired.el: Don't require `dired-aux'.
12034
12035 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
12036
12037 * dired-aux.el (dired-show-file-type): New function.
12038 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
12039 (dired-show-file-type): Add autoload.
12040
12041 2000-07-10 Kenichi Handa <handa@etl.go.jp>
12042
12043 * international/mule-diag.el (describe-font): Adjusted for the
12044 change of fontset-info.
12045 (print-fontset): Likewise.
12046
12047 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
12048
12049 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
12050
12051 2000-07-07 Gerd Moellmann <gerd@gnu.org>
12052
12053 * bindings.el: Bind `[delete]' to delete-char.
12054
12055 * dired.el (dired-find-alternate-file): New function.
12056 (dired-mode-map): Bind `a' to dired-find-alternate-file.
12057 (toplevel): Require dired-aux when compiling.
12058 (dired-buffers): Move defvar within file to avoid compiler warning.
12059
12060 * info.el (Info-last-search): Variable removed.
12061 (Info-search-history): New variable.
12062 (Info-search): New Info-search-history.
12063
12064 * battery.el, info-look.el: Change author's mail address.
12065
12066 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12067
12068 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12069 if rmail-ignored-headers is nil.
12070 (rmail-retry-failure): Bind rmail-ignored-headers and
12071 rmail-displayed-headers to nil.
12072
12073 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12074
12075 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12076 (print-region-1): Don't hard code `-h' here.
12077
12078 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12079
12080 2000-07-01 Francesco Potorti` <pot@gnu.org>
12081
12082 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12083 exim can use "your message" instead of "the message".
12084
12085 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12086
12087 * facemenu.el: Docstrings fixes.
12088 (facemenu-get-face): Don't use internal-find-face.
12089 (facemenu-iterate): Rename arg to match the docstring.
12090
12091 * newcomment.el (uncomment-region): Be more careful when skipping
12092 backwards over `=' not to bump into BOBP.
12093
12094 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12095
12096 * ediff-diff.el (ediff-wordify): Use syntax table.
12097 * ediff-init.el (ediff-has-face-support-p): Use
12098 ediff-color-display-p.
12099 (ediff-color-display-p): Use display-color-p, changed to defun
12100 from defsubst.
12101 Got rid of special cases for NeXT and OS/2.
12102 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12103 face.
12104
12105 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12106
12107 * emacs-lisp/lucid.el: Require CL.
12108 (copy-tree, remprop): Remove, it's provided by CL.
12109 (map-keymap): Define in terms of cl-map-keymap.
12110 (extent-property, set-extent-end-glyph): New functions.
12111
12112 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12113
12114 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12115
12116 * Makefile.in (DONTCOMPILE): Add comment that the name may
12117 not be changed without changing the make-dist script.
12118
12119 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12120 (cl-mapc): Use mapc instead of cl-old-mapc.
12121
12122 2000-07-05 Andrew Innes <andrewi@gnu.org>
12123
12124 * makefile.nt: Add support for `bootstrap' and related targets.
12125
12126 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12127
12128 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12129 (easy-menu-do-define): Use `menu-item' format.
12130 Handle case where easy-menu-create-menu returns a symbol.
12131 Manually call the potential top-level filter in the function binding.
12132 (easy-menu-filter-return): New arg NAME.
12133 Convert to a keymap if MENU is an XEmacs menu.
12134 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12135 (easy-menu-converted-items-table, easy-menu-convert-item):
12136 New var and fun to memoize easy-menu-convert-item-1.
12137 (easy-menu-do-add-item): Use it.
12138 (easy-menu-create-menu): Use easy-menu-convert-item.
12139 Wrap easy-menu-filter-return around any :filter specification.
12140 Don't convert the menu if a filter was specified.
12141 Tell easy-menu-make-symbol not to check for MENU being an expression.
12142 (easy-menu-make-symbol): New arg NOEXP.
12143
12144 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12145
12146 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12147 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12148 (eval-defun): If called with prefix arg, instrument code for
12149 Edebug.
12150
12151 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12152 similar to that of eval-defun.
12153
12154 2000-07-04 Dave Love <fx@gnu.org>
12155
12156 * hl-line.el (hl-line-overlay): Make it permanent-local.
12157
12158 * calendar/todo-mode.el: Replaced with a working version, based on
12159 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12160
12161 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12162
12163 * paths.el (prune-directory-list): New function.
12164 (Info-default-directory-list): Rewritten to more methodically
12165 enumerate a big list of possible info directories (based on the
12166 list used by the standalone info reader).
12167
12168 * info.el (info-initialize): Use prune-directory-list to remove
12169 non-existent directories from Info-directory-list.
12170
12171 * paths.el (Info-default-directory-list): Try a list of possible
12172 info-directories instead of a single one. Add the possible
12173 info directory "/usr/share/info".
12174
12175 * woman.el (woman-man.conf-path): Explicitly include the debian
12176 man-db config file "/etc/manpath.config".
12177 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12178 are present in `manpath.config'.
12179 (woman-manpath): Include "/usr/share/man".
12180
12181 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12182
12183 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12184
12185 * startup.el (command-line): Initialize blink-cursor based
12186 on window-system.
12187
12188 * frame.el (blink-cursor): Default to nil if not running under
12189 a window-system.
12190
12191 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12192 (face-x-resources): Remove duplicate entry for :font.
12193
12194 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12195 instead of cycling through windows with next-window.
12196
12197 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12198 of cycling through windows with next-window.
12199
12200 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12201 of cycling through windows with next-window.
12202
12203 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12204 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12205 instead of cycling through windows with next-window.
12206
12207 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12208 instead of cycling through windows with next-window.
12209
12210 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12211 of cycling through windows with next-window.
12212
12213 * terminal.el (te-process-output): Use walk-windows instead of
12214 cycling through windows with next-window.
12215
12216 * server.el (server-switch-buffer): Use some-window instead of
12217 cycling through windows with next-window.
12218
12219 * window.el (some-window): New function.
12220 (walk-windows): Remove reference to walk-windows-start.
12221
12222 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12223
12224 2000-07-03 Richard Stallman <rms@gnu.org>
12225
12226 * window.el (walk-windows): Guarantee termination by keeping a list
12227 of all the windows already handled.
12228
12229 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12230
12231 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12232 window-system.
12233
12234 * man.el (Man-notify-when-ready): Don't use window-system. If
12235 Man-notify-method is newframe, and the display is not
12236 multi-frame, select the frame created for the man page.
12237 (Man-init-defvars): Doc fix.
12238
12239 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12240
12241 * faces.el (region): Change background color for light background.
12242
12243 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12244 attribute from mode-line face of Ediff control frame.
12245
12246 * replace.el (query-replace-map): Bind `e' like `E'.
12247
12248 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12249
12250 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12251 Change name to "Select All".
12252
12253 * dos-fns.el (convert-standard-filename): Fix last change.
12254
12255 2000-06-27 Gerd Moellmann <gerd@gnu.org>
12256
12257 * help.el (describe-variable): Don't insert a second `'s' in front
12258 of the string `value is shown below'. Since the syntax-table is
12259 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12260 an existing `'s', so that this won't be deleted.
12261
12262 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12263 * pcmpl-unix.el: New files.
12264
12265 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12266
12267 * wid-edit.el (widget-member): Use the new plist-member.
12268
12269 2000-06-26 Gerd Moellmann <gerd@gnu.org>
12270
12271 * replace.el (perform-replace): Undo change of 2000-04-04.
12272 Instead, move backward 1 character at the end of the loop when
12273 necessary.
12274
12275 * faces.el (fringe): Change face for different backgrounds.
12276
12277 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12278 patch from John.
12279
12280 * eshell/*.el: Change spelling of the Free Software Foundation.
12281
12282 * eshell/esh-toggle.el: Removed.
12283
12284 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12285
12286 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12287 interactively.
12288
12289 2000-06-26 Alex Schroeder <alex@gnu.org>
12290
12291 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12292 `define-key'; instead of checking `(emacs-version)' check for
12293 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12294 for `;' and `o' which might be electric.
12295
12296 (sql-electric-stuff): New user option.
12297 (sql-magic-go): New function which uses `sql-electric-stuff'.
12298 (sql-magic-semicolon): New function which uses
12299 `sql-electric-stuff'.
12300
12301 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12302 is not fboundp.
12303
12304 (sql-oracle-options): New variable.
12305 (sql-oracle): Use it.
12306
12307 (sql-imenu-generic-expression): Doc change.
12308 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12309 is used.
12310
12311 (sql-informix): Added command line parameter "-" to force
12312 sql-informix-program to use stdout.
12313
12314 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12315
12316 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12317 (cp864-decode-table): Doc fix.
12318 (cp720-decode-table): New variable, supports the Arabic OEM
12319 codepage used by Windows.
12320 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12321
12322 2000-06-23 Dave Love <fx@gnu.org>
12323
12324 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12325 (font-lock-fontify-anchored-keywords): Use
12326 line-beginning-position.
12327 (global-font-lock-mode): Use mapc.
12328
12329 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12330
12331 * eshell/esh-module.el: Require CL when compiling.
12332
12333 2000-06-23 Gerd Moellmann <gerd@gnu.org>
12334
12335 * comint.el (comint-substitute-in-file-name): Call replace-match
12336 with second and third arg t.
12337
12338 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12339 Specify foreground color.
12340
12341 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12342 color.
12343
12344 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12345
12346 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12347 cddr instead of cdddr.
12348
12349 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12350 instead of copy-list.
12351
12352 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12353 of copy-list.
12354
12355 * subdirs.el: Add eshell subdirectory.
12356
12357 * eshell: New subdirectory containing the Eshell package.
12358
12359 * pcomplete.el: New file.
12360
12361 2000-06-23 Paul Eggert <eggert@twinsun.com>
12362
12363 * mail/mailpost.el (post-mail-send-it): Make sure file has
12364 proper permissions from birth.
12365
12366 * files.el (basic-save-buffer-2): When temporarily setting
12367 file modes, set them to current modes plus 0200, not to 0777.
12368
12369 * emerge.el (emerge-make-temp-file): Make sure file has proper
12370 permissions from birth.
12371
12372 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12373
12374 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12375 backup file name through convert-standard-filename.
12376
12377 * dos-fns.el (convert-standard-filename): Convert leading
12378 directories as well. When long file names are supported, convert
12379 characters that are invalid in Windows file names.
12380
12381 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12382
12383 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12384 ps-print crashes. New feature: page selection for printing. Create
12385 raw-text-unix coding system for XEmacs. Doc fix.
12386 (ps-print-version): New version number (5.2.3).
12387 (ps-plot-region): Bug fix.
12388 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12389 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12390 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12391 funs.
12392 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12393 (ps-last-page): New vars.
12394
12395 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12396
12397 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12398 empty option string.
12399
12400 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12401
12402 * man.el (man): Doc fix.
12403
12404 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12405
12406 * international/mule-cmds.el (set-language-info-alist): Docstring
12407 fixed.
12408
12409 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12410
12411 * version.el (emacs-version): Use ISO date format.
12412
12413 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12414 instead of `M-backspace'.
12415
12416 * simple.el (turn-off-auto-fill): New function.
12417
12418 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12419
12420 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12421 Renamed from with-buffer-prepared-for-font-lock and use
12422 inhibit-modification-hooks rather than setting *-change-functions.
12423 Update all functions to use the new name.
12424 (jit-lock-first-unfontify-pos): New semantics (and doc).
12425 (jit-lock-mode): Make non-interactive.
12426 Don't automatically turn on font-lock.
12427 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12428 Always use jit-lock-after-change.
12429 Remove and restore font-lock-after-change-function.
12430 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12431 (jit-lock-after-unfontify-buffer): Remove.
12432 (jit-lock-stealth-fontify):
12433 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12434 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12435
12436 2000-06-20 Sam Steingold <sds@gnu.org>
12437
12438 * emacs-lisp/cl-indent.el (toplevel): Indent
12439 `print-unreadable-object' properly. Untabify.
12440
12441 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12442
12443 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12444 Support for bibentry.
12445 (reftex-compile-variables): Fixed problem with end of section-re.
12446
12447 * texmodes/reftex-dcr.el (reftex-view-crossref,
12448 reftex-view-crossref-from-bibtex):
12449 Deal with changed `reftex-find-citation-regexp-format'.
12450 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12451 Replaced `remprop' with `put'.
12452 (reftex-view-crossref, reftex-view-crossref-when-idle):
12453 Support for bibentry.
12454
12455 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12456 New entry for bibentry package.
12457
12458 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12459 Regexp also matches "\nobibliography".
12460
12461 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12462 Call `reftex-ensure-write-access' before doing anything.
12463 (reftex-ensure-write-access): New function.
12464
12465 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12466
12467 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12468
12469 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12470
12471 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12472
12473 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12474
12475
12476 2000-06-20 Dave Love <fx@gnu.org>
12477
12478 * faces.el (frame-background-mode): Use set-default, not set, in
12479 setter.
12480 (frame-update-faces, frame-update-face-colors): Define with
12481 defalias.
12482
12483 * enriched.el (enriched-decode-foreground)
12484 (enriched-decode-background): Don't use internal-find-face.
12485
12486 * apropos.el: Doc fixes.
12487
12488 * cus-edit.el (customize-changed-options): Check arg.
12489 (customize-version-lessp): Don't require decimal point.
12490
12491 * custom.el (defcustom, defgroup): Doc fix.
12492
12493 * newcomment.el (comment) <defgroup>: Add :version.
12494 (comment-multi-line): Doc fix.
12495
12496 * emulation/mlsupport.el (define-hooked-local-abbrev,
12497 define-hooked-global-abbrev): Fix, using define-abbrev.
12498
12499 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12500
12501 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12502 the whole buffer.
12503
12504 2000-06-19 Dave Love <fx@gnu.org>
12505
12506 * menu-bar.el (menu-bar-options-save): New function.
12507 (menu-bar-options-menu): Use it.
12508 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12509 Simplify.
12510
12511 2000-06-19 Andreas Schwab <schwab@suse.de>
12512
12513 * progmodes/etags.el (tags-query-replace): Put new parameters
12514 START and END at the end, for backward compatibility.
12515
12516 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12517
12518 * international/codepage.el:
12519 (cp-coding-system-for-codepage-1): Delete special codes for
12520 generating xxx-dos coding system because now a CCL based coding
12521 system can handle EOL conversion by default.
12522
12523 * international/mule.el (make-coding-system): Generate subsidiary
12524 coding systems for EOL handling variants even for a CCL based
12525 coding system.
12526
12527 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12528
12529 * international/isearch-x.el (isearch-minibuffer-input-method)
12530 (isearch-minibuffer-input-method-function): These variables
12531 deleted.
12532 (isearch-with-input-method): Don't use the above variables.
12533 (isearch-process-search-multibyte-characters): Likewise. Call
12534 read-string with the arg INHERIT-INPUT-METHOD t.
12535
12536 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12537
12538 * font-lock.el (font-lock-after-fontify-buffer)
12539 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12540
12541 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12542 Use consistent make-local-variable style for font-lock-fontified.
12543 (jit-lock-fontify-buffer):
12544 Don't bother checking for font-lock-mode and jit-lock-mode.
12545
12546 * time.el: Remove trailing ^M that prevent CVS-merging.
12547
12548 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12549
12550 * Makefile.in (distclean): New target.
12551
12552 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12553
12554 * Makefile.in (srcdir): Define for update-subdirs.
12555
12556 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12557
12558 * find-lisp.el: New file.
12559
12560 2000-06-16 Andrew Innes <andrewi@gnu.org>
12561
12562 * time.el (display-time-mail-function): New variable, to allow
12563 external packages to indicate when new mail is available.
12564 (display-time-update): Use it.
12565
12566 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12567
12568 * international/mule.el (mule-version): Change version name to
12569 SAKAKI. AOI has already been used by Meadow.
12570
12571 * international/quail.el (quail-show-guidance-buf): To find the
12572 bottom window (but minibuffer), pay attention to the height of
12573 minibuffer.
12574
12575 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12576
12577 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12578 menu-bar menus. Add help strings. Don't remove the Edit menu
12579 from the menu bar, as the menu bar has enough space now.
12580
12581 * Makefile.in (SHELL): Make sure /bin/sh is used.
12582
12583 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12584 characters, which use series of two ^H characters instead of one.
12585
12586 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12587
12588 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12589 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12590 functions.
12591 (Info-find-node-2): Try a case-sensitive search first, then
12592 do a case-insensitive search.
12593
12594 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12595 tutorials.
12596
12597 * complete.el (PC-env-vars-alist): New variable.
12598 (PC-complete-as-file-name): New function.
12599 (partial-completion-mode): Initialize PC-env-vars-alist from
12600 process-environment.
12601 (PC-do-completion): Handle completion of env vars.
12602
12603 * info.el (Info-set-mode-line): Show file name in mode line,
12604 use `*Info*' instead of `Info:'.
12605
12606 * startup.el (command-line-1): Change copyright messages to year
12607 2000.
12608
12609 2000-06-15 Dave Love <fx@gnu.org>
12610
12611 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12612 not local-map.
12613
12614 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12615
12616 * international/mule.el (set-buffer-file-coding-system): Almost
12617 rewritten to handle `undecided' as no-op.
12618
12619 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12620
12621 * Makefile.in: New file.
12622
12623 * Makefile: Removed.
12624
12625 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12626 (goto-address-highlight-keymap): Bind C-c RET.
12627
12628 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12629
12630 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12631 inherits buffer-file-coding-system of the current buffer.
12632
12633 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12634 0. Give correct argument to set-auto-coding-function.
12635 (tar-expunge): For goto-char, use (point-min), not 0.
12636 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12637 (tar-subfile-save-buffer): Likewize.
12638
12639 * international/mule.el
12640 (after-insert-file-set-buffer-file-coding-system): Call
12641 set-buffer-file-coding-system with the arg FORCE t.
12642
12643 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12644
12645 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12646 nil. Contemporary sendmails issue an X-Authentication-Warning if
12647 the sender is set with `-f'.
12648
12649 2000-06-13 Dave Love <fx@gnu.org>
12650
12651 * help.el (describe-function-1): Kluge around cases of functions
12652 fset to subrs whose doc doesn't match their symbol-name.
12653
12654 * image.el (insert-image): Default STRING to a space.
12655
12656 * info.el Doc fixes.
12657 (Info-build-node-completions): Match Ref tags.
12658
12659 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12660
12661 * frame.el (display-multi-frame-p, display-multi-font-p): New
12662 defaliases for display-graphic-p.
12663
12664 * hl-line.el: Fixed a typo in commentary.
12665
12666 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12667
12668 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12669 fixed.
12670
12671 2000-06-12 Dave Love <fx@gnu.org>
12672
12673 * image.el (insert-image): Save a little consing.
12674
12675 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12676
12677 * language/tibet-util.el: Convert all tibetan-1-column characters
12678 to the corresponding tibetan characters.
12679 (tibetan-add-components): Delete code for the special treatment of
12680 'a chung.
12681
12682 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12683 change.
12684 (tibetan-vowel-transcription-alist): More rules added.
12685 (tibetan-composite-vowel-alist): New variable.
12686 (tibetan-precomposition-rule-alist): More rules added.
12687
12688 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12689
12690 * startup.el (command-line): Only call menu-bar-mode if interactive.
12691
12692 * thingatpt.el (toplevel symbol-properties):
12693 * textmodes/makeinfo.el (makeinfo-compile):
12694 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12695 * progmodes/hideif.el (hif-compress-define-list)
12696 (hide-ifdef-use-define-alist):
12697 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12698 (ange-ftp-vms-add-file-entry):
12699 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12700 * man.el (Man-build-man-command):
12701 * mail/rnewspost.el (news-reply-header-hook):
12702 * info.el (Info-insert-dir):
12703 * emulation/mlconvert.el (backward-word, forward-word, setq):
12704 * emacs-lisp/gulp.el (gulp-send-requests):
12705 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12706 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12707 (byte-optimize-apply, end of file):
12708 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12709 (ad-make-freeze-definition):
12710 * startup.el (command-line, command-line-1): Don't quote lambdas.
12711
12712 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12713 (cvs-cleanup-removed): New function.
12714 (cvs-cleanup-functions): New var.
12715 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12716 some flexibility in specifying additional entries to auto-cleanup.
12717 (cvs-quickdir): New function.
12718 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12719 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12720 (cvs-mode-find-file): Check that we are on a filename or dirname
12721 when invoked through a mouse-click.
12722 (cvs-full-path): Remove.
12723 (cvs-dired-action): Re-introduced.
12724 (cvs-dired-noselect): Use it.
12725 (vc-post-command-functions): use this new hook if available.
12726
12727 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12728 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12729 (cvs-filename-map, cvs-dirname-map): Remove.
12730 (cvs-default-action): Remove.
12731 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12732 if the arg is really a keymap.
12733 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12734 Don't hardcode the mapping from state (aka type) to face, but check
12735 the var cvs-fi-<type>-face instead.
12736 (cvs-fileinfo-from-entries): New function.
12737
12738 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12739 Docstring fix.
12740 (cvs-find-file-and-jump): Change default to be safer.
12741 (cvs-mode-diff-map): Define it as a function as well.
12742 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12743 Bind mouse-2 in this global map rather than with text-properties.
12744
12745 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12746 file to resolve the ambiguity between C(conflict) and C(need-merge).
12747
12748 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12749
12750 * international/mule.el (set-buffer-file-coding-system): If
12751 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12752 unconditionally.
12753
12754 2000-06-12 Dave Love <fx@gnu.org>
12755
12756 * wid-edit.el (widget-specify-button): Really suppress the face if
12757 required.
12758
12759 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12760
12761 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12762
12763 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12764
12765 * imenu.el (imenu-generic-expression): Docstring fix.
12766
12767 * composite.el (composition-function-table): Move the `put'
12768 below the autoload cookie so we can load the file before loaddefs.
12769
12770 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12771
12772 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12773 Handle easy-mmode-define-global-mode.
12774 For complex macros like define-minor-mode that can generate
12775 several autoload entries, try to autoload entries in the
12776 macroexpanded code.
12777
12778 * emacs-lisp/easy-mmode.el (define-minor-mode):
12779 If KEYMAP is a symbol, just use it.
12780 Use byte-compile-current-file and load-file-name to infer the
12781 proper :require to pass to defcustom.
12782 Wrap the hook var into `progn' so as not to autoload it.
12783 Add a :autoload-end cookie.
12784 Be more careful about the evaluation of KEYMAP.
12785 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12786 (define-derived-mode): Move define-abbrev-table outside of defvar.
12787
12788 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12789
12790 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12791 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12792 (backup-compiled-files): Ignore errors during `tar'.
12793 (bootstrap): Make autoloads before elc files.
12794
12795 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12796
12797 * international/mule.el (set-buffer-file-coding-system): If one of
12798 undecided-XXX is specified, change only EOL conversion.
12799
12800 * international/mule-conf.el (unix): New alias for the coding
12801 system undecided-unix.
12802
12803 2000-06-09 Dave Love <fx@gnu.org>
12804
12805 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12806
12807 * progmodes/executable.el: Byte compile dynamic.
12808 (executable-insert): Change custom type.
12809 (executable-find): Add autoload cookie.
12810 (executable-make-buffer-file-executable-if-script-p): New
12811 function. After Noah Friedman.
12812
12813 * files.el (after-save-hook): Customize, with
12814 executable-make-buffer-file-executable-if-script-p as an option.
12815
12816 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12817
12818 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12819 "tib24p-mule.bdf" for Tibetan.
12820
12821 * composite.el (decompose-composite-char): Declare it as obsolete.
12822
12823 * man.el (Man-fontify-manpage): Pay attention to underline and
12824 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12825
12826 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12827
12828 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12829 Set maintainer to FSF since author isn't reachable.
12830
12831 2000-06-08 Dave Love <fx@gnu.org>
12832
12833 * international/mule-cmds.el (select-safe-coding-system): If
12834 DEFAULT-CODING-SYSTEM is not specified, also check the most
12835 preferred coding-system if buffer-file-coding-system is
12836 `undecided'. From Handa.
12837
12838 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12839
12840 * international/mule.el
12841 (after-insert-file-set-buffer-file-coding-system): If the buffer
12842 size is greater than INSERTED, judget that we are not visiting.
12843
12844 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12845
12846 * whitespace.el (defgroup whitespace): Comment out `:version'.
12847 XEmacs 20.4 has problems defining the group with this present.
12848 We'll have this commented out till get resolve the problem.
12849
12850 2000-06-07 John Wiegley <johnw@gnu.org>
12851
12852 * align.el (align-dq-string-modes, align-sq-string-modes)
12853 (align-open-comment-modes): Add pyhton-mode.
12854 (align-rules-list): Use get-text-property instead of
12855 text-properties-at.
12856 (align-rules-list): Add python-assignment.
12857 (align-rules-list): Change perl-comma-delimiter to
12858 basic-comma-delimiter. Use if for Perl modes and python-mode.
12859 (align-rules-list): Add python-chain-logic and
12860 basic-line-continuation.
12861
12862 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12863
12864 * apropos.el (apropos-mode-hook): New user variable.
12865 (apropos-mode): Run apropos-mode-hook.
12866
12867 2000-06-07 David Ponce <david@dponce.com>
12868
12869 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12870 commands. Require `wid-edit' at run-time.
12871
12872 2000-06-07 David Ponce <david@dponce.com>
12873
12874 * recentf.el: Added some "Commentary".
12875 (recentf-open-more-files, recentf-edit-list): Minor changes to
12876 move the point at the top of the file list. This behaviour is
12877 consistent with the menu one when the list contains a lot of
12878 files.
12879 (recentf-cleanup): Now displays the number of items removed from
12880 the list.
12881 (recentf-relative-filter) New menu filter to show filenames
12882 relative to `default-directory'.
12883
12884 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12885
12886 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12887 with/without giving an error if PostScript printer doesn't have this
12888 kind of page size. Zebra Stripe continues or restarts on next page.
12889 Manual/automatic paper feeding. Switch or not the header.
12890 (ps-print-version): New version number (5.2.2).
12891 (ps-windows-system): Include emx as a Windows system.
12892 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12893 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12894 (ps-background-text): Code fix.
12895 (ps-error-handler-message, ps-user-defined-prologue)
12896 (ps-print-prologue-header, ps-printer-name)
12897 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12898 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12899 (ps-use-face-background): Customization fix.
12900 (ps-n-up-database): Data fix.
12901 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12902 (ps-switch-header): New vars.
12903 (ps-xemacs-color-name, ps-face-foreground-name)
12904 (ps-face-background-name, ps-boolean-constant): New funs.
12905
12906 2000-06-07 Dave Love <fx@gnu.org>
12907
12908 * allout.el: New version from Manheimer.
12909
12910 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12911
12912 * textmodes/fill.el (fill-find-break-point): Check the validity of
12913 charset.
12914
12915 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12916
12917 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12918 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12919 Call display-color-p and display-mouse-p instead of looking at
12920 window-system.
12921
12922 2000-06-06 Dave Love <fx@gnu.org>
12923
12924 * image.el (find-image): Doc fix. Return nil if image not found.
12925 (put-image, insert-image): Make STRING arg optional.
12926
12927 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12928
12929 * language/vietnamese.el: Remove eval-when-compile.
12930 (viet-viscii-nonascii-translation-table): Define it as a
12931 translation table made from viet-viscii-decode-table.
12932 (viet-viscii-encode-table): Define it as a translation table made
12933 from the reverse map of above.
12934 (viet-vscii-nonascii-translation-table): Define it as a
12935 translation table made from viet-vscii-decode-table.
12936 (viet-vscii-encode-table): Define it as a translation table made
12937 from the reverse map of above.
12938 (ccl-decode-viscii): Use translate-character.
12939 (ccl-encode-viscii, ccl-encode-viscii-font)
12940 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12941 Likewize.
12942
12943 * language/cyrillic.el: Remove eval-when-compile.
12944 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12945 translation table made from cyrillic-koi8-r-decode-table.
12946 (cyrillic-koi8-r-encode-table): Define it as a translation table
12947 made from the reverse map of above.
12948 (ccl-decode-koi8): Use translate-character.
12949 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12950 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12951 a translation table made from cyrillic-alternativnyj-decode-table.
12952 (cyrillic-alternativnyj-encode-table): Define it as a translation
12953 table made from the reverse map of above.
12954 (ccl-decode-alternativnyj): Use translate-character.
12955 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12956 Likewize
12957
12958 * international/mule-diag.el (non-iso-charset-alist): Specify
12959 translation table symbol instead of translation table itself.
12960 (list-block-of-chars): CHARSET may be a translation table symbol.
12961
12962 * international/mule.el (make-coding-system): If CODING-SYSTEM
12963 already exists, override it.
12964
12965 * international/fontset.el: Use family `proportional' for Tibetan
12966 fonts.
12967
12968 * international/ccl.el (ccl-compile-translate-character): Don't
12969 check if Rrr has property translation-table.
12970 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12971
12972 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12973
12974 * info.el: Bind case-fold-search to t when searching in case
12975 a user sets it to nil in a hook.
12976
12977 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12978
12979 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12980 * hl-line.el (hl-line-mode): Use the new :global key argument.
12981
12982 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12983 (tar-clip-time-string): Prepend a space.
12984 (tar-grind-file-mode): Construct a string rather than modifying one.
12985 (tar-header-block-summarize): Fix docstring.
12986 Use `format' rather than an error-prone set of copy-loops.
12987
12988 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12989 (diff-goto-source, diff-unified->context, diff-context->unified)
12990 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12991 understand the format output by the `-p' argument to diff.
12992
12993 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12994 (sh-re-done): Use defconst.
12995 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12996 (sh-help-string-for-variable, sh-guess-basic-offset):
12997 Don't quote lambdas.
12998 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12999 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
13000
13001 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
13002 (mh-letter-mode): Derive from text-mode.
13003 This implicitly means that it now calls kill-all-local-variables.
13004 Also remove the Emacs-18 compatibility code.
13005
13006 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
13007 Make use of symbol-property doc-string-elt.
13008 Use memq rather than a sequence of eq.
13009 (doc-string-elt): Fix the wrong or missing previously unused values.
13010 (autoload-print-form): New function extracted from
13011 generate-file-autoloads to allow recursion when handling progn
13012 so that defvar's and defun's docstrings are properly printed.
13013 (generate-file-autoloads): Use it.
13014
13015 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
13016 Use find-file-hooks in the minor-mode function.
13017 Be careful not to loop indefinitely in the post-command-hook function.
13018
13019 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
13020
13021 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
13022 tty's.
13023 * ediff-diff.el (ediff-exec-process): Use --binary for fine
13024 differences whenever appropriate.
13025 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
13026 * viper.el (find-file, find-file-other-window): Get viper to do
13027 wildcards.
13028
13029 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
13030
13031 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
13032 (jit-lock-fontify-buffer): New function for JIT refontification.
13033 (jit-lock-mode): Fix docstring.
13034 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
13035 Remove jit-lock-after-change from the _local_ hook.
13036 (jit-lock-function-1): Fix docstring.
13037
13038 * info.el (Info-on-current-buffer): Initialize info.
13039
13040 * newcomment.el (comment-indent): Ignore comment-indent-hook.
13041
13042 * progmodes/tcl.el (tcl-indent-for-comment):
13043 Ignore comment-indent-hook.
13044
13045 * emacs-lisp/easy-mmode.el: Require CL during compilation.
13046 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
13047 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
13048 and improve to use the lighter to guess the capitalization.
13049 (define-minor-mode): Inline code from easy-mmode-define-toggle.
13050 Add keyword arguments to specify global-ness or the custom group.
13051 Add local-map and help-echo properties to the lighter.
13052 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
13053 (easy-mmode-define-global-mode): New macro.
13054
13055 2000-06-02 Dave Love <fx@gnu.org>
13056
13057 * wid-edit.el: byte-compile-dynamic since we typically don't use
13058 all the widgets. Don't require cl or widget. Remove
13059 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
13060 (widget-read-event): Removed. Callers changed to use read-event.
13061 (widget-button-release-event-p): Renamed from
13062 button-release-event-p.
13063 (widget-field-add-space, widget-field-use-before-change):
13064 Uncustomize.
13065 (widget-specify-field): Use keymap property, not local-map.
13066 (widget-specify-button): Obey :suppress-face.
13067 (widget-specify-insert): Use modern backquote syntax.
13068 (widget-image-directory): Renamed from widget-glyph-directory.
13069 (widget-image-enable): Renamed from widget-glyph-enable.
13070 (widget-image-find): Replaces widget-glyph-find.
13071 (widget-button-pressed-face): Move defvar.
13072 (widget-image-insert): Replaces widget-glyph-insert.
13073 (widget-convert): Use keywordp.
13074 (widget-leave-text, widget-children-value-delete): Use mapc.
13075 (widget-keymap): Remove XEmacs stuff.
13076 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13077 (widget-button-click): Don't set point at the click, but re-centre
13078 if we scroll out of window. Rewritten for images v. glyphs &c.
13079 (widget-tabable-at): Use POS arg, not point.
13080 (widget-beginning-of-line, widget-end-of-line)
13081 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13082 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13083 (widget-default-create): Use widget-image-insert; some rewriting.
13084 (widget-visibility-value-create)
13085 (widget-push-button-value-create, widget-toggle-value-create): Use
13086 widget-image-insert.
13087 (checkbox): Create on and off images dynamically.
13088 (documentation-link): Change :help-echo.
13089 (widget-documentation-link-echo-help): Remove.
13090
13091 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13092
13093 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13094
13095 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13096 (easy-mmode-define-toggle, define-minor-mode): Use it.
13097 (easy-mmode-define-keymap): Docstring fix.
13098 (define-derived-mode): Default PARENT to fundamental-mode.
13099 Add the derived-mode-parent symbol-property.
13100 (easy-mmode-derived-mode-p): New function.
13101
13102 2000-06-02 Dave Love <fx@gnu.org>
13103
13104 * files.el (convert-standard-filename): Doc fix.
13105 (normal-backup-enable-predicate): New function.
13106 (backup-enable-predicate): Use it to replace the lambda form.
13107
13108 * calendar/todo-mode.el: [This needs more work on the outline
13109 stuff.] Doc fixes.
13110 (todo) <defgroup>: Add :version.
13111 (todo-add-category): Don't use pushnew.
13112 (todo-cmd-raise): Fix typo.
13113 (todo-top-priorities): Change temp buffer name.
13114 (todo-category-alist): Avoid redundant lambda.
13115 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13116 Use outline-next-heading.
13117
13118 * autoarg.el: Rewritten to use define-minor-mode.
13119 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13120 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13121
13122 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13123
13124 * isearch.el (isearch-other-meta-char): Fix previous change.
13125
13126 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13127
13128 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13129 (log-edit-done): Only add the comment to the ring if it's different
13130 from the last comment entered.
13131
13132 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13133
13134 2000-06-01 Dave Love <fx@gnu.org>
13135
13136 * hl-line.el: Rewritten using define-minor-mode.
13137
13138 * help.el (describe-function-1): Distinguish special form from
13139 builtin function. Sanity-check presence of arglist for builtins.
13140
13141 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13142
13143 * international/characters.el: Fix syntax/category setting of
13144 Tibetan characters.
13145
13146 * language/tibet-util.el (tibetan-add-components): Fixes for new
13147 encoding of Tibetan characters.
13148 (tibetan-decompose-precomposition-alist): New variable.
13149 (tibetan-decompose-region): Convert precomposed characters to
13150 non-precomposed characters.
13151 (tibetan-decompose-string): Likewise.
13152 (tibetan-composition-function): Fix args to
13153 thibetan-compose-string.
13154
13155 * language/tibetan.el (tibetan-composable-pattern): More
13156 characters included.
13157 (tibetan-consonant-transcription-alist): Rule for "R" added.
13158 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13159 "+R" added.
13160 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13161
13162 * language/lao-util.el (lao-composition-function): Fix args to
13163 compose-string.
13164
13165 * language/thai-util.el (thai-composition-function): Fix args to
13166 compose-string.
13167
13168 * isearch.el (isearch-update): Set disable-point-adjustment to t
13169 to prevent the point moving to the end of a composition when a
13170 part of a composition is searched.
13171 (isearch-other-meta-char): If the key invoking this command can be
13172 mapped by function-key-map to a printing char, call
13173 isearch-process-search-char directly.
13174
13175 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13176
13177 * emacs-lisp/bytecomp.el:
13178 * frame.el:
13179 * international/mule-cmds.el:
13180 * international/mule-util.el:
13181 * international/mule.el:
13182 * mouse.el:
13183 * subr.el:
13184 * faces.el: Update calls to make-obsolete with a WHEN argument.
13185
13186 * byte-run.el (make-obsolete, make-obsolete-variable):
13187 Add an optional WHEN argument and change the format of the
13188 symbol-property information.
13189 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13190 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13191 new obsolete-symbol-property format and print WHEN if it is provided.
13192
13193 2000-05-31 Dave Love <fx@gnu.org>
13194
13195 * loadhist.el (loadhist-hook-functions): Remove
13196 before-change-function, after-change-function.
13197 (unload-feature): Deal with symbols which are both bound and
13198 fbound.
13199
13200 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13201 before-change-function, after-change-function.
13202
13203 * simple.el (newline): Don't bind before-change-function,
13204 after-change-function.
13205
13206 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13207
13208 * whitespace.el (whitespace-rescan-timer-time): Update interval
13209 set to 600 seconds (10 minutes) instead of 60 seconds since
13210 a large number of whitespace buffers causes emacs to `freeze'
13211 for a considerable amount of time.
13212
13213 * whitespace.el: Updated email address
13214
13215 2000-05-31 Dave Love <fx@gnu.org>
13216
13217 * add-log.el (change-log-font-lock-keywords) <function>: Add
13218 pattern for function of change.
13219 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13220 acknowledgements patterns.
13221
13222 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13223
13224 * isearch.el (isearch-printing-char): If keyboard coding system is
13225 being used, call isearch-process-search-multibyte-characters.
13226
13227 * international/isearch-x.el: Mostly rewritten.
13228
13229 * international/quail.el (quail-start-conversion): Don't include
13230 unhandled events in the returned events, but set them in
13231 unread-command-events. Exit if all inputs are deleted.
13232
13233 2000-05-30 Jason Rumney <jasonr@gnu.org>
13234
13235 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13236
13237 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13238 Reenable code to create initial fontsets.
13239 Use set-fontset-font in place of put-charset-property.
13240
13241 2000-05-30 Gerd Moellmann <gerd@gnu.org>
13242
13243 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13244 label, ensure that the first colon isn't followed by another.
13245
13246 * paths.el (Info-default-directory-list): Doc fix.
13247
13248 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13249 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13250 send a query containing USER only, not USER@HOST.
13251
13252 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13253 and rmail-msgend to compute the restriction at the end, instead of
13254 computing it.
13255
13256 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13257
13258 * dabbrev.el (dabbrev-expand): Don't display messages in the
13259 echo area if the minibuffer window is active.
13260
13261 * jit-lock.el (jit-lock-mode): Add after change function to
13262 local hook.
13263
13264 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13265
13266 * antlr-mode.el: New commands: hide/unhide actions,
13267 upcase/downcase literals.
13268 (antlr-tiny-action-length): New user option.
13269 (antlr-hide-actions): New command. Suggested by
13270 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13271 (antlr-mode-map): New binding [C-c C-v].
13272 (antlr-mode-menu): New entries.
13273 (antlr-downcase-literals): New command.
13274 (antlr-upcase-literals): Ditto.
13275
13276 * antlr-mode.el: Minor changes: indendation, mode-name.
13277 (antlr-indent-line): Indent cpp directive at column 0.
13278 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13279
13280 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13281 (antlr-font-lock-additional-keywords): Workaround for intentional
13282 bug in XEmacs version of font-lock.
13283 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13284 be used by a smarter version of `buffers-menu-grouping-function'.
13285
13286 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13287
13288 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13289 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13290
13291 2000-05-29 Kenichi Handa <handa@etl.go.jp>
13292
13293 * international/encoded-kb.el
13294 (encoded-kbd-iso2022-designation-map): Pay attention to that
13295 charset-iso-final-char return -1 for eight-bit-control and
13296 eight-bit-graphic.
13297
13298 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13299
13300 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13301 (speedbar-easymenu-definition-base): Use display-graphic-p where
13302 available, instead of window-system.
13303
13304 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13305
13306 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13307 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13308 coding systems.
13309
13310 2000-05-26 Dave Love <fx@gnu.org>
13311
13312 * disp-table.el (standard-display-underline): Don't use
13313 internal-find-face.
13314
13315 * mail/reporter.el: Maintainer change. Doc fixes.
13316 (reporter-version): Deleted.
13317
13318 * emacs-lisp/elp.el: Maintainer change.
13319 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13320
13321 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13322
13323 * add-log.el (add-change-log-entry): Merge the current entry with the
13324 previous one if the previous one is empty.
13325
13326 2000-05-26 Dave Love <fx@gnu.org>
13327
13328 * loadhist.el (unload-feature): Fix interactive spec [from
13329 lijnzaad@ebi.ac.uk].
13330
13331 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13332 subr-arity to check primitives.
13333 (byte-compile-flush-pending, byte-compile-file-form-progn)
13334 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13335 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13336 mapcar.
13337
13338 2000-05-26 Kenichi Handa <handa@etl.go.jp>
13339
13340 * international/fontset.el: Set family names of non-latin charsets
13341 in default fontset to "*".
13342
13343 * international/mule-diag.el (print-fontset): Combine family part
13344 and registry part of the fontname by "-*-" instead of "-".
13345
13346 * international/mule-cmds.el (encode-coding-char): Make strings
13347 multibyte before calling encode-coding-string.
13348
13349 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13350
13351 * derived.el: Fix keywords.
13352 (define-derived-mode): Only define if needed.
13353
13354 * simple.el (fill-comment, comment-column, comment-start)
13355 (comment-start-skip, comment-end, comment-indent-function)
13356 (block-comment-start, block-comment-end, indent-for-comment)
13357 (set-comment-column, kill-comment, comment-padding, comment-region)
13358 (comment-multi-line, indent-new-comment-line): Remove.
13359
13360 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13361 function names for comment operations.
13362
13363 * newcomment.el: Add abundant autoload cookies.
13364 (comment-style): Don't depend on runtime data at compile-time.
13365 (comment-indent-hook): Remove.
13366 (comment-indent): Check if comment-indent-hook is bound.
13367 (comment-region): Docstring fix.
13368
13369 2000-05-25 Dave Love <fx@gnu.org>
13370
13371 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13372 byte-code-function-p.
13373
13374 * mail/rmailsum.el: Add provide.
13375
13376 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13377
13378 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13379 defcustom.
13380
13381 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13382
13383 * ediff-diff.el (ediff-exec-process): delete --binary option from
13384 non-buffer ediff jobs.
13385
13386 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13387
13388 * hilit-chg.el (highlight-changes-mode): Ask about color or
13389 grayscale support, not about window-system.
13390
13391 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13392 window-system.
13393 (ffap-highlight): Always default to t.
13394
13395 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13396 display-popup-menus-p instead of looking at window-system.
13397
13398 * disp-table.el (standard-display-g1, standard-display-graphic):
13399 Only refuse to use string glyphs on X and MS-Windows.
13400
13401 * avoid.el: Remove window-system from commentary, suggest to use
13402 display-*-p instead.
13403
13404 * apropos.el (apropos-print): Use display-mouse-p instead of
13405 window-system.
13406
13407 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13408
13409 * international/codepage.el (cp-decoding-vector-for-codepage):
13410 Fill up unsupported characters with their own codes. From Kenichi
13411 Handa.
13412
13413 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13414
13415 * international/mule-diag.el (describe-char-after): Use
13416 display-graphic-p instead of window-system, so that this function
13417 works on MS-DOS.
13418
13419 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13420
13421 * international/codepage.el (cp-make-coding-systems-for-codepage):
13422 Remove the eight-bit-graphic and eight-bit-control charsets from
13423 the list of charsets which we convert into `?'.
13424
13425 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13426
13427 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13428 private charsets.
13429 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13430 japanese-jisx0213-2): New charsets.
13431
13432 * international/fontset.el: Setup default fontset for new charsets.
13433
13434 2000-05-24 Dave Love <fx@gnu.org>
13435
13436 * info.el (Info-find-node-2): Restructure [following "Vadim
13437 S. Solomin" <sovs@uic.nnov.ru>].
13438
13439 * icomplete.el: Fix header for Finder.
13440
13441 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13442
13443 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13444 STAY.
13445
13446 * rmail.el (rmail-automatic-folder-directives): New user variable.
13447 (rmail-show-message): Add call to `rmail-auto-file' during
13448 display.
13449 (rmail-auto-file): New function.
13450
13451 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13452
13453 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13454 account.
13455 (ediff-test-utility,ediff-diff-mandatory-option)
13456 (ediff-reset-diff-options): Utilities for proper initialization of
13457 ediff-diff-options and ediff-diff3-options on Windows.
13458
13459 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13460 variable.
13461
13462 * ediff-mult.el (ediff-filegroup-action): Use
13463 ediff-merge-filename-prefix.
13464
13465 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13466
13467 * viper-ex.el (ex-write): Set selective display to nil.
13468
13469 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13470
13471 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13472 aliases for hebrew-iso-8bit.
13473
13474 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13475
13476 * woman.el: New version from Francis J. Wright
13477 <F.J.Wright@Maths.QMW.ac.uk>.
13478 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13479 names in environment variables regardless of the path separator.
13480 (woman-topic-all-completions-1): Don't call file-name-directory-p
13481 on all files, since woman-file-regexp already filters out any
13482 directories.
13483
13484 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13485
13486 * international/quail.el (quail-start-translation): Don't change
13487 modified-p of the current buffer.
13488 (quail-start-conversion): Likewise.
13489
13490 * international/kkc.el (kkc-region): Don't change modified-p of
13491 the current buffer.
13492
13493 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13494 conform to RFC1468.
13495 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13496
13497 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13498
13499 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13500 (speedbar-insert-button): Invisible text property fix.
13501 (speedbar-directory-plus): Renamed from speedbar-directory-+
13502 (speedbar-directory-minus): Renamed from speedbar-directory--
13503 (speedbar-page-plus): Renamed from speedbar-file-+
13504 (speedbar-page-minus): Renamed from speedbar-file--
13505 (speedbar-page): Renamed from speedbar-file-
13506 (speedbar-tag): Renamed from speedbar-tag-
13507 (speedbar-tag-plus): Renamed from speedbar-tag-+
13508 (speedbar-tag-minus): Renamed from speedbar-tag--
13509 (speedbar-expand-image-button-alist): Use above renames.
13510
13511 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13512 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13513 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13514 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13515 * sb-pg.xpm: Renamed from sb-file.xpm
13516 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13517 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13518
13519 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13520
13521 * international/quail.el (quail-show-guidance-buf): Set
13522 current-input-method of the guidance buffer to the name of the
13523 curren input method.
13524
13525 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13526
13527 * progmodes/compile.el (compile-internal): Style typo.
13528
13529 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13530 quote vars and functions in the docstring.
13531
13532 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13533
13534 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13535 Don't quote lambdas.
13536
13537 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13538
13539 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13540
13541 * startup.el (command-line): Determine source file of compiled
13542 user init file differently. Warn if compiled user init file
13543 is older than its source file.
13544
13545 * ffap.el (ffap-url-regexp): Add `https'.
13546
13547 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13548
13549 * files.el (make-backup-file-name-1): Replace slashes with `!'
13550 rather than `|' (which is not allowed on Windows). Replace the
13551 drive letters with a string "drive_X".
13552
13553 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13554
13555 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13556
13557 * files.el (interpreter-mode-alist): Add `bash2'.
13558
13559 2000-05-22 Dave Love <fx@gnu.org>
13560
13561 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13562 mapc.
13563 (feature-file): Avoid calling symbol-name. Doc fix.
13564 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13565 (loadhist-hook-functions): Add mouse-position-function.
13566 (unload-feature): Change uses of mapcar.
13567
13568 * files.el (parse-colon-path): Doc fix.
13569 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13570 (set-auto-mode): Use mapc.
13571
13572 * complete.el (PC-look-for-include-file): Use :alnum: character
13573 class.
13574 (partial-completion-mode): Add autoload cookie.
13575
13576 2000-05-22 Sam Steingold <sds@gnu.org>
13577
13578 * info.el (Info-fontify-node): Fixed the call to
13579 `add-text-properties' (bug introduced on 2000-05-18).
13580
13581 2000-05-22 Dave Love <fx@gnu.org>
13582
13583 * bindings.el: Remove debug-ignored-errors set in other files.
13584
13585 * progmodes/etags.el: Add to debug-ignored-errors.
13586 (visit-tags-table-buffer): Clear out buffers holding old tables
13587 when making a new list.
13588 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13589 mapc.
13590
13591 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13592 quote keywords.
13593 (cmpl-string-case-type): Use character classes.
13594
13595 * comint.el:
13596 * textmodes/ispell.el:
13597 * imenu.el:
13598 * mail/mh-e.el:
13599 * progmodes/compile.el: Add to debug-ignored-errors.
13600
13601 * dabbrev.el: Add to debug-ignored-errors.
13602 (dabbrev-completion): Use mapc.
13603
13604 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13605
13606 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13607 (woman-mapcan, woman-parse-man.conf)
13608 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13609 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13610 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13611 path syntax better.
13612 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13613 (woman-manpath): Call woman-parse-man.conf.
13614 (woman-emulation): New defcustom, defaults to nroff.
13615 (woman-font-support): New defconst.
13616 (woman-use-symbol-font): New defcustom.
13617 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13618 "Emulation".
13619 Many functions: Doc fix.
13620
13621 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13622
13623 * international/quail.el (quail-simple-translation-keymap): Map
13624 128..255 to quail-self-insert-command.
13625 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13626
13627 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13628
13629 * help.el (help-manyarg-func-alist): Typo.
13630
13631 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13632 intervals which makes it heaps simpler.
13633
13634 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13635 the nested comment markers.
13636
13637 * subr.el (remove-hook): Don't turn the hook's value into a list.
13638
13639 2000-05-21 Dave Love <fx@gnu.org>
13640
13641 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13642 are invalid characters.
13643
13644 * international/mule-util.el (detect-coding-with-priority): Use
13645 mapc. Remove redundant lambda.
13646
13647 * international/mule-diag.el (list-non-iso-charset-chars)
13648 (describe-fontset): Remove redundant lambda.
13649
13650 * emulation/crisp.el (brief-mode): New alias.
13651
13652 * emacs-lisp/ring.el (ring-elements): New function.
13653
13654 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13655 (easy-menu-do-add-item): Use keywordp.
13656
13657 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13658
13659 * replace.el: Doc and error message fixes.
13660 (replace-highlight): Use facep, not internal-find-face.
13661
13662 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13663
13664 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13665
13666 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13667 (log-edit-insert-changelog): Drop `:' as well.
13668
13669 * log-view.el: Fix file description.
13670 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13671 available.
13672 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13673 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13674
13675 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13676 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13677 Print a status message if the toggle is called interactively.
13678 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13679 for global minor modes and use `defcustom' for them.
13680 Use add-minor-mode.
13681 (easy-mmode-define-derived-mode): Remove.
13682 (define-derived-mode): Fancier default docstring.
13683 (easy-mmode-define-navigation): Signal an error rather than (ding).
13684
13685 * newcomment.el (comment-styles): New `box-multi'.
13686 (comment-normalize-vars): Better default for comment-continue to
13687 avoid whitespace-only continuations.
13688 (comment-search-forward): Always move even in the no-syntax case.
13689 (comment-padright): Only obey N if it's only obeyed for padleft.
13690 (comment-make-extra-lines): Better handling of empty continuations.
13691 Use `=' for the filler if comment-start has only one character.
13692 (uncomment-region): Try handling the special `=' filler.
13693 (comment-region): Allow LINES even if MULTI is nil.
13694 (comment-box): Choose box style based on comment-style.
13695
13696 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13697
13698 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13699 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13700
13701 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13702
13703 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13704 and insert, not subst-char-in-region.
13705
13706 * international/mule-diag.el (list-character-sets-1): Handle
13707 charsets eight-bit-control and eight-bit-graphic.
13708 (list-iso-charset-chars): Likewise.
13709 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13710 charactes as is. Use indent-to to align characters.
13711
13712 * international/mule-cmds.el (find-multibyte-characters): Never
13713 exclude charsets eight-bit-control and eight-bit-graphic.
13714
13715 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13716
13717 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13718 Don't quote lambdas.
13719
13720 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13721
13722 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13723
13724 * gud.el (gud-jdb-directories): Doc fix.
13725
13726 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13727
13728 * newcomment.el: New file.
13729
13730 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13731
13732 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13733
13734 2000-05-18 Andreas Schwab <schwab@suse.de>
13735
13736 * dired.el (dired-between-files): Also skip lines beginning with
13737 `used'.
13738
13739 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13740
13741 * msb.el (msb-menu-cond): Add choice `user'.
13742
13743 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13744
13745 * ps-print.el: Compatibility, customization and doc fix.
13746 (ps-printer-name-option): Replace defconst by defvar.
13747 (ps-postscript-code-directory): XEmacs compatibility.
13748 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13749 fix.
13750 (ps-user-defined-prologue, ps-print-prologue-header)
13751 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13752 compatibility and code fix.
13753 (ps-print-background-image, ps-print-background-text):
13754 Customization fix.
13755 (ps-line-number-start, ps-n-up-on): New vars.
13756
13757 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13758
13759 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13760 the indent-comment function to just return the appropriate indent.
13761
13762 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13763
13764 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13765 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13766 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13767
13768 2000-05-18 Dave Love <fx@gnu.org>
13769
13770 * info.el (Info-fontify-node): Add intangible property as well as
13771 invisible.
13772
13773 * calendar/appt.el (appt-make-list): Match all lines of entry.
13774 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13775
13776 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13777
13778 * international/mule-diag.el (describe-char-after): Call
13779 internal-char-font, not char-font. If internal-char-font returns
13780 nil, display "-- none --".
13781
13782 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13783
13784 * image.el (image-type-available-p): Don't reference image-types
13785 if it isn't bound.
13786
13787 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13788
13789 * autoarg.el (autoarg-mode): Typo in the :set argument.
13790
13791 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13792
13793 * startup.el (command-line-1): Don't signal an error if the
13794 directory for auto-save-list files does not yet exist.
13795
13796 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13797
13798 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13799
13800 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13801
13802 * subr.el (remove-hook): `setq' hook-value, not `set'.
13803
13804 2000-05-16 Sam Steingold <sds@gnu.org>
13805
13806 * info.el (debug-ignored-errors): More errors to ignore.
13807
13808 2000-05-16 Dave Love <fx@gnu.org>
13809
13810 * cus-edit.el: Don't require cl or easymenu.
13811 (custom-variable-prompt): Test standard-value property, not
13812 user-variable-p.
13813
13814 2000-05-16 Sam Steingold <sds@gnu.org>
13815
13816 * subr.el (add-hook): `setq' hook-value, not `set'.
13817
13818 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13819
13820 * startup.el (command-line-1): Mention the FAQ in the startup
13821 message.
13822
13823 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13824
13825 * progmodes/compile.el (compilation-parse-errors): Collect
13826 `nomessage' regexps last.
13827
13828 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13829
13830 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13831 to the function name.
13832
13833 2000-05-15 Dave Love <fx@gnu.org>
13834
13835 * speedbar.el (speedbar-recenter): Typo.
13836 (speedbar-expand-line): Make arg optional.
13837 (speedbar-mode): Avoid a compiler warning.
13838
13839 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13840
13841 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13842 user-specified option string is empty.
13843
13844 * mouse.el (mouse-yank-at-click): Doc fix.
13845
13846 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13847
13848 * term/internal.el (IT-character-translations): More updates of
13849 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13850 documents.
13851
13852 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13853
13854 * env.el (getenv): New function, interactively callable.
13855 (setenv, getenv): Remove autoload cookies.
13856
13857 * loadup.el: Load `env'.
13858
13859 * progmodes/f90.el: Change author's mail address.
13860
13861 2000-05-14 Dave Love <fx@gnu.org>
13862
13863 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13864 goto-addr as an option.
13865
13866 * help.el (help-xref-stack): Doc fix.
13867 (help-xref-following): New variable.
13868 (help-make-xrefs): Use it.
13869 (help-xref-go-back): Use position information from stack element.
13870 (help-follow): Make position in stack element a pair. Use
13871 help-xref-following.
13872
13873 * autoarg.el: New file.
13874
13875 * faces.el: Declare more functions obsolete.
13876
13877 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13878 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13879 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13880 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13881 Remove all the setup-...-environment functions.
13882
13883 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13884
13885 * speedbar.el: Updated the commentary section. xemacs20p now uses
13886 >= when detecting. Require `defimage' safely.
13887 (speedbar-easymenu-definition-base): Add toggle for images.
13888 (speedbar-easymenu-definition-special): Add flush cache & expand.
13889 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13890 (speedbar-reconfigure-keymaps-hook): New variable.
13891 (speedbar-frame-parameters): Updated documentation.
13892 (speedbar-use-imenu-flag): Updated custom tag
13893 (speedbar-dynamic-tags-function-list): New variable.
13894 (speedbar-tag-hierarchy-method): Updated doc & custom.
13895 (speedbar-indentation-width, speedbar-indentation-width) New
13896 variables.
13897 (speedbar-hide-button-brackets-flag): Customizable.
13898 (speedbar-vc-indicator): Doc update.
13899 (speedbar-ignored-path-expressions): Updated default value.
13900 (speedbar-supported-extension-expressions): Updated default value.
13901 (speedbar-syntax-table): Remove {} paren status.
13902 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13903 as "+". Added overlay aliases.
13904 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13905 `force-mode-line-update'.
13906 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13907 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13908 `mouse-set-point'
13909 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13910 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13911 of arbitrary text, and new helper functions.
13912 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13913 filename finder.
13914 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13915 (speedbar-directory-buttons): Update path search/expansion.
13916 (speedbar-make-tag-line): Pay attention to
13917 `speedbar-indentation-width'. Use more care w/ invisible
13918 properties.
13919 (speedbar-change-expand-button-char): Call
13920 `speedbar-insert-image-button-maybe'.
13921 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13922 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13923 (speedbar-trim-words-tag-hierarchy)
13924 (speedbar-simple-group-tag-hierarchy): New functions
13925 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13926 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13927 functions.
13928 (speedbar-mouse-set-point): New function
13929 (speedbar-power-click): Updated documentation.
13930 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13931 of tag prefix text.
13932 (speedbar-expand-line, speedbar-contract-line): Make more robust
13933 to strange text.
13934 (speedbar-expand-line): Takes universal argument to flush the
13935 cache.
13936 (speedbar-flush-expand-line): New function.
13937 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13938 Use new generator insertion method.
13939 (speedbar-fetch-dynamic-tags): New function.
13940 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13941 `speedbar-fetch-dynamic-imenu'.
13942 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13943 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13944 "Revert Buffer" menu items.
13945 (speedbar-buffer-buttons-engine): Be smarter when creating a
13946 filename tag (for expansion purposes.).
13947 (speedbar-highlight-one-tag-line,
13948 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13949 (speedbar-recenter): New functions.
13950 (defimage-speedbar): Image loading abstraction.
13951 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13952 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13953 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13954 (speedbar-tag-type, speedbar-tag-mail): New images.
13955 (speedbar-expand-image-button-alist): New variable.
13956 (speedbar-insert-image-button-maybe): Insert an image over some
13957 buttons.
13958
13959 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13960
13961 * international/mule-cmds.el (encode-coding-char): An ASCII
13962 character is always encodable.
13963
13964 * international/mule-conf.el: Add more information in descriptions
13965 of character sets.
13966
13967 * international/mule-diag.el (describe-char-after): New function.
13968 (describe-font-internal): Adjusted for the change of font-info.
13969 (describe-font): Likewise.
13970 (print-fontset): Rewritten for the new fontset implementation.
13971 (describe-fontset): Include fontset alias names in completion.
13972 (list-fontsets): Adjusted for the change of print-fontset.
13973
13974 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13975 describe-char-after instead of displaying the detail in the echo
13976 area.
13977 (syntax-code-table): Format changed.
13978 (string-to-syntax): Adjusted for the above change.
13979
13980 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13981
13982 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13983
13984 2000-05-12 Dave Love <fx@gnu.org>
13985
13986 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13987 dependence. Use line-{beginning,end}-position, not
13988 point-at{b,e}ol. Some doc fixes.
13989 (todo-position): New function. Fix callers of position to use it.
13990 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13991
13992 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13993
13994 * time.el (display-time-mail-icon): Use `:ascent center'.
13995
13996 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13997 handling FTP security extensions.
13998
13999 2000-05-11 Dave Love <fx@gnu.org>
14000
14001 * calendar/todo-mode.el: New file.
14002
14003 2000-05-11 Gerd Moellmann <gerd@gnu.org>
14004
14005 * comint.el (comint-read-input-ring): Move reference to
14006 comint-input-ring-size outside of the save-excursion. It was
14007 causing the default value to be the only one ever seen.
14008
14009 * font-lock.el: Update copyright. Remove Simon Marshall's email
14010 address on request from him.
14011
14012 * subr.el (substitute-key-definition): Add comment describing
14013 the meaning of PREFIX.
14014
14015 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
14016
14017 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
14018
14019 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
14020 (add-minor-mode): Don't make the variable buffer-local and add a
14021 reference to define-minor-mode in the docstring.
14022
14023 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
14024 HEADER/FOOTER and fix bug with trailing empty directory.
14025 (cvs-append-to-ignore): Use vc-editable-p if available.
14026 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
14027 (vc-do-command): Tweak advice to handle the new VC.
14028
14029 * log-view.el (log-view-goto-rev): New function for the new VC.
14030 (log-view-minor-wrap): Use mark-active.
14031
14032 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
14033 (log-edit-changelog-full-paragraphs): New var.
14034 (log-edit-insert-changelog): Remove a lonely leading `* file'.
14035 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
14036 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
14037 (log-edit-changelog-ours-p, log-edit-changelog-entries)
14038 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
14039 Replace the `cvs' prefix with `log-edit'.
14040
14041 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
14042
14043 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
14044 (diff-font-lock-defaults): Explicitly turn off multiline.
14045 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
14046 (diff-ediff-patch): Fix call to ediff-patch-file.
14047 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
14048 Handle comments.
14049
14050 * frame.el (automatic-hscrolling): Typo.
14051
14052 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
14053
14054 2000-05-09 Sam Steingold <sds@goems.com>
14055
14056 * apropos.el (apropos-print): use `describe-face' instead of
14057 `customize-face-other-window'.
14058
14059 2000-05-09 Dave Love <fx@gnu.org>
14060
14061 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
14062
14063 * help.el (describe-variable): Have customize button pop the
14064 help-xref stack when invoked.
14065 (help-xref-symbol-regexp): Add `face'.
14066 (help-make-xrefs): Check for quoted face names and adapt regexp
14067 submatch numbers to cope.
14068 (help-xref-interned): Maybe insert face doc too. Separate
14069 sections with a line of hyphens.
14070
14071 * faces.el: Some doc fixes. Declare some functions obsolete.
14072 (describe-face): Add customize button. Return the help
14073 text. Fix prompt.
14074
14075 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14076
14077 * term/internal.el (IT-character-translations): Fix last change.
14078
14079 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14080
14081 * woman.el: New file
14082 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14083
14084 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14085
14086 * term/internal.el (IT-character-translations): Update ASCII
14087 simulations for greek-iso8859-7, add latin-iso8859-14 and
14088 latin-iso8859-15.
14089
14090 * international/mule-cmds.el (set-language-info-alist): Call
14091 define-prefix-command with 3 arguments, to make the map suitable
14092 for a menu.
14093
14094 2000-05-07 Dave Love <fx@gnu.org>
14095
14096 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14097
14098 2000-05-05 Dave Love <fx@gnu.org>
14099
14100 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14101 list in doc string. Don't quote keyword symbols.
14102 * emacs-lisp/cl.el: Likewise
14103 * emacs-lisp/cl-seq.el: Likewise
14104
14105 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14106
14107 * abbrev.el (abbrev-mode): Make ARG optional.
14108
14109 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14110
14111 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14112
14113 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14114
14115 * subr.el (substitute-key-definition): Clarify documentation.
14116
14117 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14118
14119 * glasses.el (glasses-convert-to-unreadable): Use
14120 `glasses-separator' instead of the hard-wired "_".
14121 (glasses-mode): Call `glasses-make-unreadable' only in a single
14122 place.
14123
14124 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14125
14126 * term/internal.el (cjk-codepages-alist): Add associations for
14127 Chinese and Korean codepages. Remove FIXME comment.
14128
14129 2000-05-03 Dave Love <fx@gnu.org>
14130
14131 * time.el (display-time-mail-face, display-time-use-mail-icon):
14132 New option.
14133 (display-time-mail-icon): New variable.
14134 (display-time-string-forms): Use the above. Fix the local-map.
14135
14136 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14137
14138 * replace.el (query-replace-map): Add binding for `E'.
14139 (query-replace-help): Extend help text.
14140 (perform-replace): Allow editing the replacement string.
14141
14142 * make-mode.el (makefile-mode-abbrev-table): New variable.
14143 (makefile-mode): Set local abbrev table to
14144 makefile-mode-abbrev-table.
14145 (makefile-font-lock-keywords): Fontify includes and conditionals.
14146
14147 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14148 set TOGGLE's value.
14149
14150 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14151 mail-interactive-insert-alias.
14152 (mail-abbrev-complete-alias): New command.
14153 (mail-mode-map): Bind it to `M-TAB'.
14154
14155 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14156
14157 * language/lao-util.el (lao-compose-region): New function.
14158
14159 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14160
14161 * files.el (recover-session): Make directories as necessary
14162 if they don't exist yet.
14163
14164 * calendar/cal-french.el
14165 (french-calendar-multibyte-special-days-array)
14166 (french-calendar-special-days-array): Change French text.
14167 (calendar-french-date-string): Change output.
14168 (calendar-goto-french-date): Likewise.
14169
14170 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14171
14172 * wid-edit.el (widget-default-active): Obey `:always-active'.
14173 (widget-documentation-string-value-create): Set `:always-active'.
14174
14175 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14176
14177 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14178 default prefix to `~/_emacs.d/auto-save.list/_s'.
14179 (normal-top-level): Create the directory for auto-save files, if
14180 it doesn't already exist (in the ms-dos case only).
14181
14182 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14183
14184 * international/mule-cmds.el (set-language-environment): Don't
14185 concat an integer (dos-codepage), use format instead.
14186
14187 2000-05-02 Dave Love <fx@gnu.org>
14188
14189 * help.el (help-xref-on-pp): Check for constant symbols.
14190
14191 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14192
14193 * startup.el (normal-top-level): Put a condition-case around
14194 the code loading subdirs.el.
14195
14196 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14197
14198 * ps-print.el: Upside-down and face background color printing,
14199 line number step, doc fix.
14200 (ps-print-version): New version number (5.2).
14201 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14202 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14203 (ps-spool-config): Var fix.
14204 (ps-printer-name-option): Const fix.
14205 (ps-print-upside-down, ps-use-face-background)
14206 (ps-line-number-step): New vars.
14207 (ps-window-system, ps-lp-system): New consts.
14208 (ps-face-background): New fun.
14209
14210 2000-04-28 Richard Stallman <rms@gnu.org>
14211
14212 * files.el (make-auto-save-file-name):
14213 Apply auto-save-file-name-transforms to visited file name
14214 before generating auto save file name.
14215 (auto-save-file-name-transforms): New variable.
14216
14217 * files.el (backup-enable-predicate):
14218 Correctly test for a file under a temporary directory.
14219
14220 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14221
14222 * subr.el (add-minor-mode): Rewritten.
14223
14224 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14225
14226 * mail/sendmail.el (sendmail-send-it): Set
14227 buffer-file-coding-system to the selected coding system for MIME
14228 header.
14229
14230 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14231
14232 * dired.el (dired-move-to-filename-regexp): Allow format where
14233 YYYY is followed by two spaces.
14234
14235 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14236 in the second character class of the regexp.
14237
14238 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14239 mh-etc, too.
14240
14241 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14242 nil.
14243
14244 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14245
14246 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14247 argument.
14248
14249 2000-04-27 Sen Nagata <sen@eccosys.com>
14250
14251 * emacs-lisp/crm.el (crm-completion-table): New variable.
14252 (crm-collection-fn, crm-test-completion)
14253 (completing-read-multiple): Use it.
14254
14255 2000-04-27 Dave Love <fx@gnu.org>
14256
14257 * help.el (locate-library): Use mapc.
14258 (help-manyarg-func-alist): Add call-process-region.
14259
14260 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14261
14262 * subr.el (add-minor-mode): Make argument MAP optional.
14263
14264 * desktop.el (desktop-save): Save list of minor modes.
14265 (desktop-create-buffer): Restore minor modes.
14266 (desktop-minor-mode-table): New user-option.
14267
14268 * subr.el (add-minor-mode): New function.
14269
14270 * image.el (find-image): New function.
14271 (defimage): Rewritten to find image at load time.
14272
14273 * startup.el (normal-top-level-add-to-load-path): Handle
14274 case that the default directory is not in load-path.
14275
14276 * help.el: Old patch from Stefan Monnier.
14277 (help-xref-on-pp): New function.
14278 (describe-variable): Use it to display xrefs in a symbol's value.
14279
14280 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14281
14282 * cus-edit.el (custom-face): Fix parenthesis.
14283
14284 2000-04-26 Kenichi Handa <handa@etl.go.jp>
14285
14286 * mail/rmail.el (rmail-expunge): When there are no deleted
14287 messages, do nothing.
14288
14289 2000-04-26 Dave Love <fx@gnu.org>
14290
14291 * international/mule-cmds.el (locale-translation-file-name):
14292 Defvar to nil.
14293 (set-locale-environment): Set it here (at runtime).
14294
14295 2000-04-25 Gerd Moellmann <gerd@gnu.org>
14296
14297 * replace.el (perform-replace): Add parameters START and END. Use
14298 them instead of the check for a region in Transient Mark mode.
14299 (query-replace-read-args): Return two more list elements for the
14300 start and end of the region in Transient Mark mode.
14301 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14302 (map-query-replace-regexp, replace-string, replace-regexp): Add
14303 optional last arguments START and END and pass them to
14304 perform-replace.
14305
14306 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14307 form with additional arguments for perform-replace.
14308
14309 * progmodes/etags.el (tags-query-replace): Add parameters START
14310 and END. Construct a form with additional arguments for
14311 perform-replace.
14312
14313 * simple.el (shell-command): Set default directory for "*Shell
14314 Command Output" buffer.
14315
14316 * language/european.el (iso-latin-4): Fix typo.
14317
14318 * emacs-lisp/crm.el: New file.
14319
14320 2000-04-24 Dave Love <fx@gnu.org>
14321
14322 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14323 (Custom-reset-saved, Custom-reset-standard)
14324 (custom-group-value-create, custom-group-set, custom-group-save)
14325 (custom-group-reset-current, custom-group-reset-saved)
14326 (custom-group-reset-standard): Use mapc.
14327 (custom-buffer-create-internal): Disable undo when creating items.
14328 Use mapc.
14329 (custom-face): Avoid redundant lambda.
14330
14331 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14332
14333 * startup.el (auto-save-list-file-prefix): Set default to
14334 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14335
14336 2000-04-24 Sam Steingold <sds@gnu.org>
14337
14338 * time-stamp.el (time-stamp-string-preprocess): Always convert
14339 `field-result' to a string.
14340
14341 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14342
14343 * frame.el (scrolling): New group.
14344 (automatic-hscrolling): New user-option.
14345
14346 * startup.el (command-line-x-option-alist): Add `-lsp' and
14347 `--line-spacing'.
14348
14349 2000-04-19 Dave Love <fx@gnu.org>
14350
14351 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14352 (cl-mapc): Rename from mapc. Fix the funcall.
14353
14354 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14355
14356 * simple.el (clone-indirect-buffer-other-window): New command.
14357 (clone-indirect-buffer): Add optional arg NORECROD.
14358 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14359
14360 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14361
14362 * window.el (count-screen-lines): New function.
14363 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14364 instead of window-buffer-height.
14365
14366 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14367 non-existing variable comint-input-sentinel.
14368 (inferior-lisp-args-to-list): Removed.
14369 (inferior-lisp): Use split-string instead of
14370 inferior-lisp-args-to-list.
14371
14372 * hexl.el (hexl-insert-hex-string): New command.
14373
14374 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14375 instead of concat.
14376
14377 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14378
14379 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14380 at the start of an existing but empty folder.
14381
14382 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14383
14384 * ps-mule.el: Customization fix, doc fix.
14385 (ps-multibyte-buffer): Customization fix.
14386
14387 2000-04-17 Richard M. Stallman <rms@gnu.org>
14388
14389 * subr.el (read-passwd): Use read-char-exclusive.
14390
14391 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14392
14393 * textmodes/texinfo.el (texinfo-insert-@email)
14394 (texinfo-insert-@emph, texinfo-insert-@quotation)
14395 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14396 (texinfo-mode-map): Add key bindings for them.
14397
14398 * files.el (basic-save-buffer-2): Use a template with `$'
14399 instead of `#' for VMS.
14400
14401 * simple.el (clone-indirect-buffer): New function.
14402
14403 2000-04-16 Stephen Eglen <stephen@gnu.org>
14404
14405 * iswitchb.el (iswitchb-case): New function. If the user input
14406 contains any upper-case characters, the search is made
14407 case-sensitive.
14408
14409 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14410
14411 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14412 comment-end.
14413 (texinfo-font-lock-syntactic-keywords): New var.
14414 (texinfo-font-lock-keywords): Remove comment regexp.
14415 (texinfo-insert-block): New function.
14416 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14417 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14418 and font-lock-defaults. Use regexp-opt for outline-regexp.
14419 (texinfo-environments): New var.
14420 (texinfo-environment-regexp): Use regexp-opt and
14421 texinfo-environments.
14422
14423 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14424 ispell-process is bound since this might be eval'd before ispell
14425 is loaded.
14426 (ispell-message): Use a tiny bit less magic and a bit more hard
14427 data to figure out what kind of sc-cite-regexp to use.
14428
14429 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14430
14431 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14432 (insert-cyclic-diary-entry): Unquote the lambda.
14433
14434 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14435
14436 * files.el (backup-enable-predicate): Unquote the lambda.
14437
14438 * cus-edit.el (custom-face, face): Unquote the lambda.
14439
14440 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14441
14442 * ps-print.el: Check for line-beginning-position definition.
14443
14444 * ps-print.el: Fix counting lines in a region.
14445 (ps-print-version): New version number (5.1.5).
14446 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14447 (ps-printing-region): Fun code fix.
14448
14449 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14450
14451 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14452 to file-directory-p.
14453
14454 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14455
14456 * gud.el (gud-jdb-build-source-files-list): Check that directory
14457 exists before calling directory-files.
14458
14459 2000-04-13 Dave Love <fx@gnu.org>
14460
14461 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14462 syntax.
14463
14464 * emacs-lisp/cl-specs.el: Remove when, unless.
14465
14466 * emacs-lisp/cl-extra.el: Don't quote keywords.
14467 (cl-old-mapc): New variable.
14468 (mapc): Use it.
14469 (cl-map-intervals): Use with-current-buffer. Don't check for
14470 next-property-change.
14471 (cl-map-overlays): Use with-current-buffer.
14472 (cl-expt): Remove.
14473 (copy-tree, remprop): Define unconditionally.
14474
14475 * emacs-lisp/cl-compat.el (keywordp): Remove.
14476
14477 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14478 to use keywordp.
14479 (edebug-spec): Enable keywordp.
14480
14481 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14482 string-lessp.
14483
14484 * cus-start.el: Use keywordp.
14485
14486 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14487
14488 * diary-lib.el (include-other-diary-files): Fix the fix of
14489 2000-02-18 by doing a save-excursion.
14490
14491 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14492
14493 * ps-print.el: Customization fix, doc fix.
14494 (ps-print-version): New version number (5.1.4).
14495 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14496 (ps-print-preprint): Adjust code.
14497 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14498 (ps-print-prologue-header, ps-print-control-characters)
14499 (ps-spool-config): Customization fix.
14500
14501 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14502
14503 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14504 converted to the new menu-item format, names silightly changed,
14505 help strings added.
14506
14507 Support for spelling without async subprocesses:
14508
14509 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14510 (ispell-session-buffer): New variables.
14511 (ispell-start-process, ispell-process-status,
14512 ispell-accept-output, ispell-send-string): New functions, for
14513 Ispell invocation when async subprocesses aren't supported.
14514 (ispell-word, ispell-pdict-save, ispell-command-loop,
14515 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14516 to process-send-string with calls to ispell-send-string, and
14517 accept-process-output with ispell-accept-output.
14518 (ispell-init-process): Call ispell-process-status instead of
14519 process-status with.
14520 (ispell-init-process): Call ispell-start-process. Call
14521 ispell-accept-output and ispell-send-string. Don't call
14522 process-kill-without-query and kill-process if they are unbound.
14523 (ispell-async-processp): New function.
14524
14525 2000-04-12 Dave Love <fx@gnu.org>
14526
14527 * info.el: Add debug-ignored-errors.
14528 (Info-mode-menu): Add some items.
14529 (Info-directory): Add autoload cookie.
14530
14531 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14532 Modify `truncate-lines'. Make `describe-language-environment'
14533 always visible and add help. Modify `describe-key' help. Invoke
14534 Info-directory from `info'. New entry `emacs-manual'.
14535
14536 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14537
14538 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14539 propertized-buffer-identification.
14540 (ebrowse-update-member-buffer-mode-line): Likewise.
14541 (ebrowse--mode-strings): Removed.
14542 (ebrowse--mode-line-props): Removed.
14543
14544 * files.el (auto-mode-alist): Add `EBROWSE'.
14545
14546 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14547 space before testing for end of buffer.
14548 (ebrowse-load): Removed.
14549 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14550 (ebrowse-create-tree-buffer): Rewritten.
14551 (ebrowse-tree-mode): Read tree from buffer.
14552
14553 * progmodes/ebrowse-ffh.el: Removed.
14554
14555 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14556
14557 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14558
14559 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14560
14561 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14562 at the wrong place.
14563
14564 2000-04-09 Dave Love <fx@gnu.org>
14565
14566 * files.el (backup-enable-predicate): Use
14567 temporary-file-directory, small-temporary-file-directory.
14568 (make-backup-file-name-function, backup-directory-alist): New
14569 variables.
14570 (make-backup-file-name-1): New function.
14571 (make-backup-file-name): Use it.
14572 (find-backup-file-name): Likewise. Use format for clarity, not
14573 concat.
14574 (file-newest-backup): Use make-backup-file-name.
14575
14576 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14577
14578 * progmodes/ebrowse-ffh.el: New file.
14579
14580 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14581 to ebrowse-ffh.el.
14582 (ebrowse-load): Add autoload.
14583
14584 * finder.el (finder-commentary): Add autoload cookie.
14585
14586 * mail/rfc2368.el: Correct author's email address.
14587
14588 * progmodes/ebrowse.el: New file.
14589
14590 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14591 item help string.
14592 (easy-menu-do-add-item): Ditto.
14593 (easy-menu-define): Extend doc string.
14594
14595 * jit-lock.el (with-buffer-unmodified): Use
14596 restore-buffer-modified-p.
14597 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14598 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14599 with-buffer-unmodified.
14600
14601 2000-04-08 Dave Love <fx@gnu.org>
14602
14603 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14604 unless, when.
14605
14606 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14607
14608 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14609 (viper-flash-search-pattern): No operation when using Emacs
14610 doesn't support face.
14611 Use `viper-put-on-search-overlay'.
14612
14613 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14614
14615 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14616 like C-r.
14617
14618 * progmodes/make-mode.el: Some doc fixes.
14619 (makefile-mode-abbrev-table): New variable.
14620 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14621 (makefile-font-lock-keywords): Fontify includes and conditionals.
14622 (toplevel): Require `dabbrev' and `add-log' when compiling.
14623
14624 * replace.el (perform-replace): Don't move forward one char
14625 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14626 to do that because it leaves point 1 position after the last
14627 replacement, after everything has been replaced.
14628
14629 * jit-lock.el (with-buffer-unmodified): New macro.
14630 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14631 modified state.
14632 (jit-lock-function-1): Extracted from jit-lock-function; not
14633 preserving buffer's modified state.
14634 (jit-lock-function, jit-lock-stealth-fontify): Call
14635 jit-lock-function-1.
14636
14637 * mail/rfc2368.el: Remove supernumerary copyright line.
14638
14639 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14640
14641 * glasses.el: Provide facilities for inserting space before left
14642 parentheses and uncapitalization of identifiers.
14643 (glasses-mode): Try to remove old overlays in all cases.
14644
14645 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14646
14647 * progmodes/compile.el (compile-internal): Display the compilation
14648 buffer in a different frame, if it's already displayed there.
14649
14650 * mail/rfc2368.el: New file.
14651
14652 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14653 header and insert its value as mail body.
14654
14655 * subr.el (member-ignore-case): New function.
14656
14657 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14658 (dabbrev--find-expansion): Ignore buffers matching a regexp
14659 from dabbrev-ignored-regexps.
14660
14661 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14662 to extensions handled by gzip.
14663
14664 2000-04-03 Richard M. Stallman <rms@gnu.org>
14665
14666 * files.el (insert-directory): List the total free space
14667 along with the used space.
14668
14669 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14670 line is followed by one that matches CITATION-REGEXP, end the
14671 paragraph.
14672
14673 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14674
14675 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14676 (rmail-make-basic-summary-line): Use that option.
14677
14678 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14679
14680 * international/mule-cmds.el (encoded-string-description):
14681 Rewritten. Try pretty description for ISO 2022 escape sequences
14682 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14683 for hexadecimal format.
14684
14685 2000-04-01 Dave Love <fx@gnu.org>
14686
14687 * cpp.el: Change customization group to `c' from `C'.
14688
14689 * vcursor.el (vcursor-move): Use display-color-p.
14690
14691 * international/mule-util.el: Provide mule-utils.
14692 (string-to-sequence): Simplify and speed up.
14693
14694 * international/mule.el (make-coding-system): Purecopy doc-string.
14695
14696 * international/mule-cmds.el: Various menu changes.
14697 (describe-specified-language-support): Handle `Default'.
14698 (set-language-info): Purecopy `info'.
14699
14700 2000-03-31 Andrew Innes <andrewi@gnu.org>
14701
14702 * vc.el (vc-backend-diff): Return the correct status if we had to
14703 retry the rcsdiff command without the --brief option.
14704
14705 2000-03-31 Dave Love <fx@gnu.org>
14706
14707 * help.el (help-manyarg-func-alist): Correct several omissions.
14708
14709 * add-log.el: Don't require cl, fortran.
14710 (add-log-current-defun-function): Doc fix.
14711 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14712 fix.
14713 (change-log-version-rcs): Function deleted.
14714 (change-log-version-number-search): Doc fix. Use
14715 vc-workfile-version. Avoid CL dolist.
14716 (add-change-log-entry): Just call add-log-current-defun to get
14717 defun. Simplify somewhat.
14718 (change-log-get-method-definition-1): Likewise.
14719 (add-log-current-defun): Return nil if calling
14720 add-log-current-defun-function does so. Move Fortran stuff to
14721 fortran.el. Return string without properties.
14722
14723 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14724 and :alpha: char classes.
14725
14726 * mail/supercite.el: Defvar curline when compiling.
14727 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14728 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14729 rather than a-zA-Z0-9 to allow non-ASCII characters.
14730
14731 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14732
14733 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14734
14735 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14736 Re-enable new code.
14737
14738 * lpr.el (print-region-1): Use -d to specify printer name for
14739 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14740
14741 2000-03-31 Dave Love <fx@gnu.org>
14742
14743 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14744 for function definition in symbol's function value slot first
14745 instead of first consulting byte-compile-function-environment.
14746
14747 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14748
14749 * language/european.el ("Polish"): New language environment.
14750 (setup-polish-environment): New function.
14751
14752 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14753
14754 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14755 Disable new code.
14756
14757 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14758 trying to `load' the symbol of an autoload instead of the file
14759 recorded in the autoload. Fix error messages.
14760
14761 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14762
14763 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14764 (ps-print-version): New version number (5.1.3).
14765 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14766 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14767 (ps-generate-postscript-with-faces): Code fix.
14768 (ps-color-values): XEmacs compatibility.
14769 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14770 (ps-default-fg, ps-default-bg): Adjust customization.
14771 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14772 (ps-color-scale): Renaming old ps-color-value fun.
14773 (ps-print-headers): Replace ps-print-header group to avoid conflict
14774 with ps-print-header variable.
14775 (ps-print-miscellany): New group.
14776 (ps-format-color, ps-rgb-color): New funs.
14777 (ps-default-foreground): New var.
14778 (ps-printer-name-option): New const.
14779
14780 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14781
14782 * net/net-utils.el:
14783 (network-connection-host, network-connection-service): New variables
14784 (network-connection-mode): New mode, derived from comint-mode
14785 (network-connection-mode-setup): New function, saves host and
14786 service information in local variables.
14787
14788 * lisp/locate.el:
14789 (locate-word-at-point): Added this function
14790 (locate): Default to using locate-word-at-point as input
14791 Run dired-mode-hook
14792
14793 2000-03-29 Dave Love <fx@gnu.org>
14794
14795 * calendar/appt.el: Doc fixes.
14796 (appt-check): Convert min-to-app to a string before passing to
14797 appt-disp-window-function or concat.
14798 (appt-delete-window): Remove test for frame-root-window.
14799 (appt-select-lowest-window, appt-convert-time): Simplify.
14800
14801 * emacs-lisp/bytecomp.el: Doc fixes.
14802 (byte-compile-file-form-autoload): Update
14803 byte-compile-function-environment.
14804
14805 2000-03-29 Andreas Schwab <schwab@suse.de>
14806
14807 * emacs-lisp/autoload.el: Also print defsubst doc string
14808 specially.
14809
14810 * dired.el (dired-insert-directory): If dired-free-space-program
14811 failed just delete its output.
14812
14813 2000-03-29 Dave Love <fx@gnu.org>
14814
14815 * international/iso-cvt.el: Move provide to end. Doc fixes.
14816 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14817 (iso-iso2sgml, iso-sgml2iso): New functions.
14818 (iso-cvt-define-menu): Fix some entries and use backquote for
14819 clarity.
14820
14821 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14822
14823 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14824
14825 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14826 ISO-DATE. If non-nil, return date in ISO 8601 format.
14827
14828 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14829
14830 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14831 if it ever becomes used.
14832 (log-edit-mode-hook): Default to vc-log-mode-hook.
14833 (log-edit-mode): Fix the docstring.
14834
14835 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14836 the code.
14837
14838 2000-03-26 Dave Love <fx@gnu.org>
14839
14840 * net/browse-url.el (browse-url): Re-fix case of
14841 browse-url-browser-function being an alist.
14842 (browse-url): Add :link to defgroup.
14843
14844 * files.el: Doc fixes.
14845 (file-truename): Include `[' in wildcard characters.
14846 (automount-dir-prefix): Customize.
14847 (find-file-wildcards): Add :version.
14848 (find-file-noselect): Simplify a mapcar call.
14849
14850 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14851 compatible with inf-lisp version.
14852 (eval-defun-1): Fix custom-declare-variable case.
14853
14854 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14855
14856 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14857
14858 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14859
14860 * Makefile (COMPILE_FIRST): New macro.
14861 (compile-files): Compile files from COMPILE_FIRST first.
14862
14863 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14864 code.
14865
14866 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14867 matching open parenthesis in column 0 to defun-prompt-regexp
14868 only if open-paren-in-column-0-is-defun-start is set.
14869
14870 * sun-curs.el: Require CL at compile-time only.
14871
14872 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14873 instead of copy-list which is a function from CL.
14874 (msb--choose-menu, msb--mode-menu-cond)
14875 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14876 (msb--init-file-alist): Use mapcar instead of mapcan.
14877 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14878 `(' in column 0 in doc string.
14879 (msb--add-separators): Use mapcar instead of mapcan.
14880
14881 * cus-dep.el: Require CL at compile-time only.
14882
14883 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14884
14885 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14886 (byte-compile-warnings): New warning `noruntime'.
14887 (byte-compile-constants, byte-compile-variables): Fix docstring.
14888 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14889 execute `eval-whenc-compile's body.
14890 (byte-compile-unresolved-functions): Fix docstring.
14891 (byte-compile-eval): New function.
14892 (byte-compile-callargs-warn): Check if the function will be available
14893 at runtime (via property `byte-compile-noruntime').
14894 (byte-compile-print-syms): New function.
14895 (byte-compile-warn-about-unresolved-functions): Also warn about
14896 `noruntime' functions (and use `byte-compile-print-syms').
14897 (byte-compile-file): Capitalize the message.
14898
14899 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14900
14901 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14902 (rmail-expunge): Ask for confirmation depending on the setting
14903 of rmail-confirm-expunge.
14904
14905 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14906
14907 * Makefile (bootstrap-clean): If $(emacs) exists, build
14908 loaddefs.el first. A loaddefs.el that's not up-to-date might
14909 cause a bootstrap failure because things don't autoload as
14910 expected.
14911
14912 2000-03-23 Dave Love <fx@gnu.org>
14913
14914 * net/browse-url.el: Restore previous use of
14915 browse-url-maybe-new-window.
14916
14917 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14918
14919 * ps-print.el: Skip banner page fix.
14920 (ps-print-version): New version number (5.1.2).
14921 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14922
14923 2000-03-23 Dave Pearson <davep@davep.org>
14924
14925 * net/quickurl.el Changed the type of parameter passed to the
14926 function defined by `quickurl-format-function'. Before only the
14927 text of the URL was passed. Now the whole URL structure is passed
14928 and the function is responsible for extracting the parts it
14929 requires. Changed the default of `quickurl-format-function'
14930 accordingly.
14931 (quickurl-insert): Changed the `funcall' of
14932 `quickurl-format-function' to match the above change.
14933 (quickurl-list-insert): Changed the `url' case so that it makes
14934 use of `quickurl-format-function', previous to this the format was
14935 hard wired.
14936
14937 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14938
14939 * startup.el: Change some spellings for the X Window System.
14940
14941 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14942
14943 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14944 up the code and the regexp and make sure the cursor is temporarily
14945 moved to the suspicious line while querying the user.
14946
14947 2000-03-22 Jason Rumney <jasonr@gnu.org>
14948
14949 * w32-fns.el (w32-charset-info-alist): Initialize.
14950
14951 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14952
14953 * ps-print.el: N-up last page fix.
14954 (ps-print-version): New version number (5.1.1).
14955 (ps-end-file, ps-end-job, ps-generate): Code fix.
14956
14957 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14958
14959 * files.el (find-file-run-dired): Update docstring.
14960 (find-directory-functions): New hook.
14961 (find-file-noselect): Run find-directory-functions rather than
14962 calling dired directly.
14963
14964 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14965
14966 * pcvs.el: Add a minimal leading commentary.
14967 (cvs-make-cvs-buffer): Change the header part by removing the startup
14968 message and adding a `Module' entry. Also replace the FOOTER and
14969 HEADER special fileinfos with the new support in ewoc for updating
14970 its own footer and header.
14971 (cvs-update-header): Update to use the header/footer of the ewoc.
14972 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14973 (cvs-is-within-p): New function.
14974 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14975 to only examine some subset of the buffers.
14976
14977 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14978 `format' instead of our own ad-hoc functions.
14979 Remove HEADER and FOOTER cases, now handled in the EWOC.
14980 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14981
14982 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14983 output to avoid scaring the user.
14984 (cvs-parse-table): Catch message for non-up-to-date commits.
14985
14986 * pcvs-defs.el (cvs-startup-message): Remove.
14987 (cvs-global-menu): New autoloaded menu.
14988
14989 * pcvs-util.el (cvs-string-fill): Remove.
14990
14991 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14992 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14993 PP part of it and also make it work for footers and headers.
14994 (ewoc-create): Drop POS and BUFFER arguments.
14995 Use the DLL's dummy node to store the end-of-footer position.
14996 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14997 (ewoc-refresh): Remove unused `header' variable.
14998 (ewoc-(get|set)-hf): New functions.
14999
15000 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15001 log-view-*-(message|file) and use easy-mmode-define-navigation.
15002 (log-view-message-re): Match SCCS format as well.
15003 And match the revision line rather than the dashed separator line.
15004 (log-view-mode): Use the new define-derived-mode.
15005 (log-view-current-tag): Fill in with an actual implementation.
15006
15007 * cvs-status.el (cvs-status-(prev|next)): Rename from
15008 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
15009 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
15010 to let the output "breathe" a little more (more readable).
15011 (cvs-status-mode): Use the new define-derived-mode.
15012
15013 * smerge-mode.el (smerge-auto-leave): New function and variable.
15014 (smerge-basic-map): Rename from smerge-basic-keymap.
15015 Change the bindings for smerge-diff-*.
15016 (smerge-*-map): Use easy-mmode-defmap.
15017 (smerge-(next|prev)): Use easy-mmode-define-navigation.
15018 (smerge-keep-*): Use smerge-auto-leave.
15019
15020 2000-03-21 Jason Rumney <jasonr@gnu.org>
15021
15022 * cus-edit.el (custom-button-face): Use 3D look for w32.
15023 (custom-button-pressed-face): Likewise.
15024
15025 2000-03-21 Gerd Moellmann <gerd@gnu.org>
15026
15027 * progmodes/etags.el (tags-case-fold-search): New user-option.
15028 (tags-loop-eval): New function. Bind case-fold-search around eval
15029 depending on the value of tags-case-fold-search.
15030 (tags-loop-continue): Use tags-loop-eval.
15031 (find-tag-in-order): Bind case-fold-search depending on the value
15032 of tags-case-fold-search.
15033
15034 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15035
15036 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
15037 (diff-end-of-hunk): Return the end position for use in
15038 `easy-mmode-define-navigation'.
15039 (diff-recenter): Remove.
15040 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
15041 of `easy-mmode-define-navigation'.
15042 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
15043 previous renaming) and fix to use new names.
15044 (diff-merge-strings): Use \n as separator: simpler, faster.
15045 (diff-mode): Use `define-derived-mode'.
15046
15047 * derived.el (define-derived-mode): Don't autoload anymore.
15048 Prefer the macro-only version provided by easy-mmode.el.
15049
15050 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
15051 `easy-mmode-define-derived-mode'.
15052 Use `combine-run-hooks'.
15053 (easy-mmode-define-navigation): New macro.
15054
15055 * subr.el (combine-run-hooks): New function.
15056
15057 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
15058
15059 * term/x-win.el: Fontsets related initialization is simplified.
15060
15061 * international/mule-diag.el (describe-font): Don't refer to
15062 global-fontset-alist, instead call font-list.
15063 (describe-fontset, list-fontsets, mule-diag): Likewise.
15064 (print-fontset): Adjusted for the change of fontset
15065 implementation.
15066
15067 * international/fontset.el (x-charset-registries): Variable
15068 removed, instead the corresponding data is stored in the default
15069 fontset.
15070 (register-alternate-fontnames): Function removed.
15071 (resolved-ascii-font): Variable removed.
15072 (x-compose-font-name): Ignore the second argument REDOCE.
15073 (x-complement-fontset-spec): Complement only an ASCII font and
15074 element for those charsets than can use that ASCII font.
15075 (generate-fontset-menu): Don't refer to global-fontset-alist,
15076 instead call fontset-list.
15077 (uninstantiated-fontset-alist): Variable removed.
15078 (x-style-funcs-alist): Likewise.
15079 (fontset-default-styles): Likewise.
15080 (x-modify-font-name): Function removed.
15081 (create-fontset-from-fontset-spec): Ignore the argument
15082 STYLE-VARIANT.
15083 (create-fontset-from-ascii-font): Docsting adjusted for the above
15084 change.
15085 (instantiate-fontset, resolve-fontset-name): Functions removed.
15086 (fontset-list): Now implemented by C code.
15087
15088 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15089 (describe-face): Include `font' attribute in the description.
15090
15091 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15092
15093 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15094
15095 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15096
15097 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15098 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15099 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15100
15101 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15102 about behavior of set-buffer-modified-p wrt redisplay.
15103
15104 2000-03-19 Richard M. Stallman <rms@gnu.org>
15105
15106 * view.el (view-mode-disable): Kill local binding of view-read-only.
15107
15108 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15109
15110 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15111 is a string, convert it to a syntax cell using string-to-syntax.
15112
15113 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15114 (string-to-syntax): New function.
15115
15116 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15117 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15118 try to use passive ftp mode.
15119
15120 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15121
15122 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15123
15124 * simple.el (append-to-buffer): Update point of windows after
15125 insertion.
15126
15127 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15128 forward then moving backward. Reindent.
15129
15130 * frame.el (other-frame): Call x-focus-frame only if
15131 focus-follows-mouse is off.
15132
15133 2000-03-17 Dave Love <fx@gnu.org>
15134
15135 * pcvs-util.el (cvs-strings->string): Rename
15136 replace-regexps-in-string.
15137
15138 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15139
15140 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15141 regexp for labels cannot span several lines.
15142
15143 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15144 `(setq :<key> ':<key>)' to the macro expansion.
15145
15146 2000-03-16 Dave Love <fx@gnu.org>
15147
15148 * progmodes/f90.el (f90): Put custom group under `languages', not
15149 `fortran'.
15150 (f90-mode-hook): Customize.
15151 (f90-mode): Set add-log-current-defun-function.
15152 (f90-current-defun): New function.
15153
15154 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15155
15156 * cus-edit.el (custom-variable-tag-face): Handle case that
15157 default face's height is not a number.
15158 (custom-face-tag-face, custom-group-tag-face-1)
15159 (custom-group-tag-face): Ditto.
15160 (custom-group-tag-face-1): Add :group.
15161
15162 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15163
15164 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15165
15166 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15167 requiring easymenu.
15168
15169 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15170
15171 * ps-print.el: PostScript user-defined prologue, PostScript error
15172 handler, doc fix.
15173 (ps-print-version): New version number (5.1).
15174 (ps-user-defined-prologue, ps-error-handler-message)
15175 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15176 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15177 (ps-insert-string): New function.
15178
15179 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15180
15181 * international/ccl.el (ccl-compile-expression): Don't generate
15182 invalid self-assignment code.
15183
15184 2000-03-14 Dave Love <fx@gnu.org>
15185
15186 * subr.el (replace-regexp-in-string): Renamed from
15187 replace-regexps-in-string. Doc fix.
15188
15189 2000-03-12 Dave Love <fx@gnu.org>
15190
15191 * cus-edit.el: Doc fixes.
15192 (customize-set-variable, customize-save-variable): Rename args for
15193 doc.
15194 (custom-variable-tag-face, custom-face-tag-face)
15195 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15196 style which user identify as hyperlink.
15197 (hook): Don't add undefined functions to the hook.
15198 (debug-ignored-errors): Transfer message from bindings.el.
15199
15200 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15201
15202 * recentf.el (recentf-keep-non-readable-files-p): Remove
15203 double/nested definition.
15204
15205 2000-03-12 Dave Love <fx@gnu.org>
15206
15207 * facemenu.el (facemenu-get-face): Use display-color-p.
15208 * enriched.el (enriched-decode-foreground): Likewise.
15209 (enriched-decode-background): Likewise.
15210 * isearch.el (isearch-highlight): Likewise.
15211 * info-look.el (info-lookup): Likewise.
15212 * simple.el (completion-setup-function): Likewise.
15213
15214 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15215 :options.
15216
15217 * bindings.el (mode-line-format): Fix line-number and
15218 column-number items. Add help-echo for the background.
15219 (mode-line-mule-info): Modify help-echo.
15220
15221 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15222
15223 * files.el (load-file): Allow completion to .elc.
15224
15225 * man.el: Doc fixes.
15226 (Man-init-defvars): Use display-color-p to set fontification.
15227
15228 * play/hanoi.el (hanoi-internal): Don't use oddp.
15229
15230 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15231
15232 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15233
15234 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15235
15236 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15237
15238 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15239 Fix comment.
15240
15241 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15242
15243 * font-lock.el (font-lock-keywords): Fix the doc now that
15244 regexp-opt-depth is unnecessary.
15245 (save-buffer-state): Set an edebug spec.
15246 (font-lock-fontify-anchored-keywords): Properly handle the case when
15247 the matcher goes past the limit.
15248
15249 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15250 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15251
15252 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15253 dll.el and cookie.el (from Elib) with heavy renaming and other
15254 massaging.
15255
15256 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15257 Autoload the functions used.
15258 (easy-mmode-define-syntax): Fix CL typo.
15259 (easy-mmode-define-derived-mode): Improve the docstring generation.
15260
15261 2000-03-10 Gerd Moellmann <gerd@gnu.org>
15262
15263 * textmodes/texinfo.el (texinfo-version): Variable and function
15264 removed.
15265
15266 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15267
15268 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15269 allow more flexibility.
15270 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15271 fns.
15272 (easy-mmode-defmap, easy-mmode-defsyntax)
15273 (easy-mmode-define-derived-mode): New macros.
15274
15275 2000-03-09 Didier Verna <didier@xemacs.org>
15276
15277 * rect.el (replace-rectangle): New function.
15278
15279 2000-03-09 Dave Love <fx@gnu.org>
15280
15281 * progmodes/fortran.el (fortran-comment-line-start): Define as
15282 "C".
15283 (fortran-comment-line-start-skip): Don't match cpp stuff.
15284 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15285 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15286 (fortran-mode): Don't set fortran-comment-line-start-skip,
15287 fortran-comment-line-start here. Set comment-start,
15288 add-log-current-defun.
15289 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15290 (fortran-current-defun): New function.
15291
15292 2000-03-09 Gerd Moellmann <gerd@gnu.org>
15293
15294 * emacs-lisp/re-builder.el: New file.
15295
15296 * mouse.el (mouse-drag-region): Don't run up-event handler
15297 if hscroll has changed.
15298
15299 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15300 builtin operators, use `font-lock-builtin-face' for Emacs and
15301 `font-lock-preprocessor-face' otherwise.
15302
15303 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15304 `(defun (setf foo)' differently.
15305
15306 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15307
15308 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15309 (regexp-opt): Update comment and adapt the code the new meaning of
15310 the `paren' argument of regex-opt-group for shy-groups.
15311 (regexp-opt-depth): Handle shy groups as well as backslashed
15312 backslashes.
15313 (regexp-opt-group): Turn the leading comment into a docstring.
15314 Allow `paren' to be a string (the string to use to open a group).
15315 Remove open-presuf and close-presuf. Instead of checking for `all
15316 one-char' and then later on check for `several one-char', handle
15317 both cases close together. Also apply a more generic algorithm
15318 for suffixes (the mirror image of the algorithm used for
15319 prefixes). Use shy-groups. Use nreverse rather than reverse.
15320 (regexp-opt-try-suffix): Removed.
15321
15322 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15323 from comint-mode-map, so we can just inherit from it. Also, move
15324 the initialization into the `defvar' since there's no docstring
15325 anyway and it's fairly short.
15326 (inferior-scheme-mode): Define it as derived-mode: the code is
15327 shorter and this way we inherit from comint-mode-map rather than
15328 copying it.
15329
15330 * subr.el (replace-regexps-in-string): Properly handle the case
15331 where we match an empty string.
15332
15333 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15334 when the command has a directory component (such as "./testml").
15335 Also fix a typo in the comment.
15336
15337 2000-03-08 Gerd Moellmann <gerd@gnu.org>
15338
15339 * Makefile (compile-files): Compile files one by one because
15340 that's the only way to ensure a clean compilation environment for
15341 each individual file.
15342
15343 * frame.el (other-frame): Call x-focus-frame.
15344
15345 2000-03-07 Dave Love <fx@gnu.org>
15346
15347 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15348 :require to defcustom.
15349
15350 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15351 lists.
15352
15353 * files.el (auto-mode-alist): Add configure.in.
15354
15355 * progmodes/autoconf.el: New file.
15356
15357 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15358
15359 * mail/mh-e.el: Change maintainer to `none'.
15360
15361 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15362 to remove-hook and add-hook.
15363
15364 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15365
15366 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15367 it as the default.
15368 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15369 (sendmail-send-it): Conditionally add MIME headers specifying the
15370 used character set.
15371
15372 2000-03-07 Dave Love <fx@gnu.org>
15373
15374 * winner.el: Fix keywords, autoload cookies. Split
15375 eval-when-compile form to avoid compilation failure.
15376
15377 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15378
15379 * international/mule.el: Modify comment about coding system
15380 property `coding-category'.
15381 (make-coding-system): New argument EOL-TYPE. Pay attention to
15382 coding-category property of PROPERTIES.
15383
15384 * international/mule-conf.el (coding-category-utf-8,
15385 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15386 categories. Include them in the argument for set-coding-priority.
15387
15388 * international/mule-cmds.el (reset-language-environment): Include
15389 coding-category-utf-8, coding-category-utf-16-be, and
15390 coding-category-utf-16-le in the argument for set-coding-priority.
15391 (reset-language-environment): Initialize coding-category-utf-8,
15392 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15393
15394 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15395
15396 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15397 code abstracted out of `bookmark-jump-noselect'. Now tries info
15398 extensions as well as compression extensions.
15399 (bookmark-jump-noselect): Use above new func.
15400
15401 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15402
15403 * strokes.el: Change maintainer's mail address.
15404
15405 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15406
15407 * international/mule-diag.el (list-character-sets): Make help-echo
15408 string by substitute-command-keys.
15409 (list-character-sets): Likewise.
15410 (sort-listed-character-sets): Call help-setup-xref.
15411
15412 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15413
15414 * time.el (display-time-mail-file): Add `none' to the list of
15415 choices.
15416
15417 2000-03-01 Dave Love <fx@gnu.org>
15418
15419 * help.el (help-xref-go-back): Don't try to set position.
15420
15421 * international/mule-diag.el (list-character-sets): Call
15422 help-setup-xref. Add help-echo to xrefs.
15423 (list-character-sets-1): Add help-echo to xrefs.
15424
15425 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15426
15427 * frame.el (blink-cursor-mode): Switch cursor on when turning
15428 the mode off.
15429
15430 * add-log.el (add-log-current-defun): Add support for
15431 Autoconf mode.
15432
15433 * mail/rmail.el (rmail-quit-hook): New variable.
15434
15435 2000-03-01 Dave Love <fx@gnu.org>
15436
15437 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15438
15439 * help.el (help-xref-button): Add help-echo arg.
15440 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15441
15442 * faces.el (list-faces-display): Supply help-echo with
15443 help-make-xrefs.
15444
15445 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15446 nil.
15447
15448 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15449
15450 * image.el (defimage): Look for image files in load-path.
15451
15452 * frame.el (busy-cursor-delay-seconds): Change type to
15453 `number'.
15454
15455 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15456
15457 * recentf.el (recentf): Added version tag to the defgroup of
15458 recentf.
15459
15460 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15461
15462 * recentf.el (recentf-cleanup): Changed to remove excluded file
15463 too.
15464 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15465 action to select/unselect a file.
15466 (recentf-edit-list): Code cleanup and improvement.
15467 (recentf-open-more-files-action): `recentf-open-more-files' button
15468 widget action to open a file.
15469 (recentf-open-more-files): No more use standard completion but
15470 widgets.
15471 (recentf-more-collection): Deleted.
15472 (recentf-more-history): Deleted.
15473 (recentf-setup-more-completion): Deleted.
15474
15475 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15476
15477 * recentf.el (recentf-mode): No more needs that Emacs is running
15478 under a window-system.
15479
15480 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15481
15482 * recentf.el (recentf-edit-list): New command to edit the recent
15483 list which allow the user to remove files.
15484 (recentf-edit-selected-items): New global variable, used by
15485 `recentf-edit-list' to hold the list of files to be removed from
15486 the recent list.
15487 (recentf-make-menu-items): Updated to display a "Edit list..."
15488 menu item. Minor code cleanup.
15489
15490 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15491
15492 * recentf.el (recentf-open-more-files): New command to open files
15493 that are not displayed in the menu.
15494 (recentf-more-collection): New global variable holding the set of
15495 permissible completions used by `recentf-open-more-files'.
15496 (recentf-more-history): New global variable holding the history list
15497 used by `recentf-open-more-files' completion.
15498 (recentf-setup-more-completion): New function to setup completion for
15499 `recentf-open-more-files'.
15500 (recentf-make-menu-items): Updated to display a "More..." menu item.
15501
15502 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15503
15504 * recentf.el (recentf-menu-action): Doc fixed.
15505
15506 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15507
15508 * recentf.el (recentf-menu-filter): Doc updated.
15509 (recentf-update-menu-hook): Allow menu filters to force menu update.
15510 (recentf-make-menu-items): New menu filter handling.
15511 (recentf-make-menu-item): New helper function.
15512 (recentf-menu-elements): New menu handling function.
15513 (recentf-sort-ascending): Updated to new menu filter handling.
15514 (recentf-sort-descending): Updated to new menu filter handling.
15515 (recentf-sort-basenames-ascending): New menu filter function.
15516 (recentf-sort-basenames-descending): New menu filter function.
15517 (recentf-show-basenames): New menu filter function.
15518 (recentf-show-basenames-ascending): New menu filter function.
15519 (recentf-show-basenames-descending): New menu filter function.
15520
15521 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15522
15523 * diary-lib.el (list-diary-entries): Don't try to go forward at
15524 the end of the buffer.
15525
15526 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15527
15528 * international/mule-diag.el (list-character-sets): Completely
15529 rewritten.
15530 (sort-listed-character-sets): New function.
15531 (list-character-sets-1): Completely rewritten.
15532 (list-character-sets-2): New function.
15533 (non-iso-charset-alist): New variable.
15534 (decode-codepage-char): New function.
15535 (charset-history): New variable.
15536 (read-charset) (list-block-of-chars)
15537 (list-iso-charset-chars)
15538 (list-non-iso-charset-chars)
15539 (list-charset-chars): New functions.
15540 (mule-diag): Call list-character-sets-2, not
15541 list-character-sets-2.
15542 (dump-charsets): Likewise.
15543
15544 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15545
15546 * dired-x.el (dired-filename-at-point): Add `@' to valid
15547 file name characters.
15548 (dired-filename-at-point): Handle ange-ftp file names.
15549
15550 * frame.el (frame-notice-user-settings): Use assq-delete-all
15551 instead of assoc-delete-all.
15552 (frame-notice-user-settings): Ditto.
15553
15554 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15555 Don't copy alist.
15556
15557 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15558
15559 * calculator.el (calculator-use-menu): New option.
15560 (calculator-initial-bindings): Changed some bindings to work as
15561 macros.
15562 (calculator-forced-input): Removed.
15563 (calculator-restart-other-mode): New variable.
15564 (calculator-mode-map): Set up menu.
15565
15566 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15567
15568 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15569 tags.
15570
15571 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15572
15573 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15574 translate all ESC key sequences.
15575 (viper-goto-mark-subr): restore markers for files for which
15576 they were saved.
15577 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15578 * viper-util.el (viper-set-replace-overlay-glyphs,
15579 viper-set-replace-overlay): always check if the replacement
15580 overlay is live.
15581 * viper.el (viper-vi-state-mode-list): added major modes.
15582 * ediff-wind.el: minor comment changes.
15583 * ediff.el: copyright notice date fix.
15584
15585 2000-02-27 Jason Rumney <jasonr@gnu.org>
15586
15587 * faces.el (face-font-family-alternatives): Add arial to helv.
15588 (mode-line, header-line, tool-bar): Same default as x for w32.
15589 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15590 face-font-family-alternatives from working.
15591 * term/w32-win.el (mouse-set-font): Do not build fontset from
15592 chosen font.
15593
15594 2000-02-25 Sam Steingold <sds@goems.com>
15595
15596 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15597 properly.
15598
15599 2000-02-25 Richard M. Stallman <rms@gnu.org>
15600
15601 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15602
15603 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15604
15605 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15606 writable.
15607
15608 * frame.el (busy-cursor-delay-seconds): New option.
15609
15610 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15611
15612 * frame.el (show-cursor-in-non-selected-windows): New option.
15613
15614 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15615
15616 * diary-lib.el (include-other-diary-files): Undo the selective
15617 display in any included file and don't kill it.
15618
15619 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15620
15621 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15622 bar. Menu items converted to (menu-item format, help strings
15623 added.
15624 [downcase, upcase]: Don't enable on MS-DOS.
15625 [symlink, symlinks]: Don't show if make-symbolic-link is not
15626 bound.
15627 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15628
15629 2000-02-23 Dave Love <fx@gnu.org>
15630
15631 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15632 (backward-kill-word): Revert addition of * to interactive spec --
15633 it's a feature.
15634
15635 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15636 (backward-kill-sentence, kill-sentence): Likewise.
15637
15638 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15639 scratch buffer name.
15640 (gud-format-command): Use int-to-string in ?l case. Simplify
15641 slightly.
15642
15643 * term/w32-win.el (internal-face-interactive): Update prompt for
15644 new read-face-name.
15645
15646 * mail/footnote.el (footnote): Add :version to defgroup.
15647 (footnote-section-tag-regexp): Customize.
15648 (footnote-start-tag, footnote-end-tag): New option.
15649 (footnote-latin-regexp): New variable.
15650 (Footnote-latin): New function.
15651 (footnote-style-alist): Add element for latin style.
15652 (footnote-style): Moved.
15653 (Footnote-goto-footnote): Use eq to test arg.
15654
15655 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15656
15657 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15658 (byte-compile-trueconstp): Include keywords.
15659 (byte-optimize-quote, byte-optimize-lapcode): Use
15660 byte-compile-const-symbol-p.
15661 (byte-optimize-char-before): New optimization.
15662
15663 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15664 (byte-compile-const-symbol-p): New function.
15665 (byte-compile-constp, byte-compile-out-toplevel)
15666 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15667 Use it.
15668
15669 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15670
15671 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15672
15673 * international/encoded-kb.el: Be sure to update minor-mode-alist
15674 and minor-mode-map-alist.
15675 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15676 codes SS2 and SS3 correctly.
15677 (encoded-kbd-self-insert-ccl): New function.
15678 (encoded-kbd-setup-keymap): New function.
15679 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15680 by calling encoded-kbd-setup-keymap.
15681
15682 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15683 characters.
15684 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15685 locally.
15686
15687 2000-02-22 Dave Love <fx@gnu.org>
15688
15689 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15690 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15691 defvar.
15692 (lisp-mode-syntax-table): Set up for #|...|# comments.
15693 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15694 classes. Match `defface'.
15695 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15696 (eval-defun-1): Fix for defcustom.
15697 (lisp-indent-region): Doc fix.
15698
15699 * subr.el (when, unless, split-string): Doc fix.
15700 (read-passwd): Move call of clear-this-command-keys to the right
15701 place.
15702 (replace-regexps-in-string): New function.
15703
15704 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15705
15706 * help.el (describe-variable): Set syntax table to
15707 emacs-lisp-mode-syntax-table when moving forward over the
15708 symbol's name.
15709
15710 2000-02-22 Dave Love <fx@gnu.org>
15711
15712 * xt-mouse.el: Doc fixes.
15713 (xterm-mouse-position-function): New function, replacing advice of
15714 mouse-position.
15715 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15716
15717 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15718
15719 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15720
15721 * format.el (format-annotate-single-property-change): Handle
15722 properties.with dotted-list values.
15723 (format-proper-list-p): New function.
15724
15725 * enriched.el (enriched-face-ans): Handle '(foreground-color
15726 . COLOR) and (background-color . COLOR).
15727
15728 2000-02-20 Dave Love <fx@gnu.org>
15729
15730 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15731 and assignments to it.
15732 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15733 current local map.
15734 (make-flyspell-overlay): Use it.
15735 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15736
15737 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15738 (lm-get-header-re): Defun, not defsubst.
15739 (lm-get-package-name): Defun, not defsubst. Simplify.
15740 (lm-version): Doc fix. Simplify.
15741 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15742 (lm-crack-address, lm-last-modified-date, lm-commentary)
15743 (lm-verify, lm-synopsis): Simplify.
15744 (lm-report-bug): Require emacsbug. Use compose-mail.
15745
15746 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15747
15748 * dired.el (dired-mode): Call propertized-buffer-identification
15749 to set mode-line-buffer-identification to something having
15750 the right text properties.
15751
15752 * bindings.el (propertized-buffer-identification): New function.
15753
15754 2000-02-20 Dave Love <fx@gnu.org>
15755
15756 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15757 check for t-mouse too.
15758
15759 * cus-start.el: Make echo-keystrokes `number'.
15760
15761 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15762
15763 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15764 Don't call ring-empty-p unless tags-location-ring is bound.
15765 From Noah Friedman <friedman@splode.com>.
15766
15767 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15768
15769 * progmodes/hideshow.el (hs-flag-region): No longer use
15770 `intangible' overlay property.
15771
15772 (hs-toggle-hiding): New command.
15773 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15774
15775 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15776 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15777 and deactivation.
15778
15779 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15780
15781 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15782
15783 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15784
15785 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15786
15787 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15788 of `*' to handle `(* ... *)' comments.
15789
15790 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15791
15792 * faces.el (list-faces-display): Use display-mouse-p instead of
15793 window-system.
15794
15795 * menu-bar.el (global-map): Menu-bar items converted to the new
15796 format (menu-item..., rearranged for better CUA compliance, and
15797 their names changed for better clarity. Help strings added.
15798
15799 * international/mule-cmds.el (mule-menu-keymap)
15800 (describe-language-environment-map, set-coding-system-map)
15801 (setup-language-environment-map): Convert to new (menu-item...
15802 form, add help strings. Change names of menu items for better
15803 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15804 submenu).
15805
15806 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15807
15808 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15809 within the code.
15810
15811 2000-02-16 Dave Love <fx@gnu.org>
15812
15813 * faces.el: Don't require custom. Add more specific :groups to
15814 various deffaces.
15815 (set-face-attribute): Purecopy args.
15816 (read-face-name): Default to name at point and use it in prompt.
15817 Remove colon from arg in all callers.
15818 (list-faces-display): Hyperlink to face descriptions and customize
15819 buffers.
15820
15821 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15822
15823 * wid-edit.el (widget-match-inline): An atom never matches a
15824 list.
15825
15826 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15827
15828 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15829 at ':' characters by call to split-string.
15830
15831 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15832
15833 * textmodes/bibtex.el: Added RCS version identification.
15834
15835 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15836
15837 * textmodes/bibtex.el: Some temporary comments removed.
15838 (bibtex-field-name, bibtex-entry-type): Made the relationship
15839 explicit.
15840 (bibtex-field-const): Allow capital letters.
15841 (bibtex-start-of-string): Deleted because unused.
15842
15843 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15844 use the term 'reference' to describe a bibtex entry as a whole.
15845 Further, reference keys are no longer called 'labels'.
15846 (bibtex-keys): Renamed to bibtex-reference-keys.
15847 (bibtex-reformat-previous-labels): Renamed to
15848 bibtex-reformat-previous-reference-keys.
15849 (bibtex-reference-type): Renamed to bibtex-entry-type.
15850 (bibtex-reference-head): Renamed to bibtex-entry-head.
15851 (bibtex-reference-maybe-empty-head): Renamed to
15852 bibtex-entry-maybe-empty-head.
15853 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15854 (bibtex-search-reference): Renamed to bibtex-search-entry.
15855 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15856 bibtex-enclosing-entry-maybe-empty-head.
15857 (bibtex-entry-field-alist, bibtex-entry-head,
15858 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15859 bibtex-map-entries, bibtex-search-entry,
15860 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15861 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15862 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15863 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15864 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15865 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15866 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15867
15868 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15869
15870 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15871 comment.
15872 (bibtex-format-field-delimiters): New function, functionality
15873 extracted from bibtex-format-entry.
15874 (bibtex-autokey-get-yearfield-digits): New function, functionality
15875 extracted from bibtex-autokey-get-yearfield.
15876
15877 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15878 entries in order to avoid stack overflow in the regexp matcher if
15879 field contents become large.
15880 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15881 bibtex-field-string-part-not-braced,
15882 bibtex-field-string-part-no-inner-braces,
15883 bibtex-field-string-part-1-inner-brace,
15884 bibtex-field-string-part-2-inner-braces,
15885 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15886 bibtex-field-string-quoted, bibtex-field-string,
15887 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15888 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15889 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15890 as parsing is now performed by the following functions.
15891 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15892 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15893 bibtex-parse-field-string, bibtex-search-forward-field-string,
15894 bibtex-parse-association, bibtex-field-name-for-parsing,
15895 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15896 bibtex-search-forward-field, bibtex-search-backward-field,
15897 bibtex-start-of-field, bibtex-end-of-field,
15898 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15899 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15900 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15901 bibtex-parse-string, bibtex-search-forward-string,
15902 bibtex-search-backward-string, bibtex-start-of-string,
15903 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15904 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15905 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15906 entries. Instead of reporting the results of the parsing by
15907 match-beginning or match-end, these functions return data structures
15908 that hold the corresponding positions.
15909 (bibtex-enclosing-field): Changed to also report field boundaries by
15910 return values rather than by match-beginning or match-end. The
15911 following functions have been adapted to use the new parsing
15912 functions.
15913 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15914 bibtex-enclosing-field, bibtex-format-entry,
15915 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15916 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15917 bibtex-print-help-message, bibtex-end-of-entry,
15918 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15919 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15920 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15921 method for parsing.
15922 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15923 bibtex-map-entries, bibtex-flash-head,
15924 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15925 bibtex-autokey-change, bibtex-autokey-get-namefield,
15926 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15927 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15928 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15929 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15930 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15931 order to make the new binding of case-fold-search immediately
15932 visible.
15933
15934 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15935
15936 * textmodes/bibtex.el: Copyright notice is up to date.
15937 Added constant 'bibtex-maintainer-salutation.
15938
15939 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15940 than make-temp-name, use match-string-no-properties and eliminate
15941 a quadratic behavior when building bibtex-strings.
15942
15943 * bibtex.el (bibtex-reference-key): Accept string entries whose
15944 reference key contains upper case letters.
15945
15946 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15947
15948 * bibtex.el (bibtex-reference-head): Allow entries to start with
15949 a new line.
15950
15951 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15952
15953 * bibtex.el: Hiding of entry bodies is not longer provided by
15954 bibtex.el directly. Instead the hideshow package can be used.
15955 Added a special bibtex entry to hs-special-modes-alist.
15956 (bibtex-hs-forward-sexp): Added for hideshow.el.
15957
15958 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15959
15960 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15961 at ':' characters by call to split-string.
15962
15963 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15964
15965 * textmodes/bibtex.el: Added RCS version identification.
15966
15967 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15968
15969 * textmodes/bibtex.el: Some temporary comments removed.
15970 (bibtex-field-name, bibtex-entry-type): Made the relationship
15971 explicit.
15972 (bibtex-field-const): Allow capital letters.
15973 (bibtex-start-of-string): Deleted because unused.
15974
15975 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15976 use the term 'reference' to describe a bibtex entry as a whole.
15977 Further, reference keys are no longer called 'labels'.
15978 (bibtex-keys): Renamed to bibtex-reference-keys.
15979 (bibtex-reformat-previous-labels): Renamed to
15980 bibtex-reformat-previous-reference-keys.
15981 (bibtex-reference-type): Renamed to bibtex-entry-type.
15982 (bibtex-reference-head): Renamed to bibtex-entry-head.
15983 (bibtex-reference-maybe-empty-head): Renamed to
15984 bibtex-entry-maybe-empty-head.
15985 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15986 (bibtex-search-reference): Renamed to bibtex-search-entry.
15987 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15988 bibtex-enclosing-entry-maybe-empty-head.
15989 (bibtex-entry-field-alist, bibtex-entry-head,
15990 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15991 bibtex-map-entries, bibtex-search-entry,
15992 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15993 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15994 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15995 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15996 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15997 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15998 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15999
16000 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16001
16002 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16003 comment.
16004 (bibtex-format-field-delimiters): New function, functionality
16005 extracted from bibtex-format-entry.
16006 (bibtex-autokey-get-yearfield-digits): New function, functionality
16007 extracted from bibtex-autokey-get-yearfield.
16008
16009 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16010 entries in order to avoid stack overflow in the regexp matcher if
16011 field contents become large.
16012 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
16013 bibtex-field-string-part-not-braced,
16014 bibtex-field-string-part-no-inner-braces,
16015 bibtex-field-string-part-1-inner-brace,
16016 bibtex-field-string-part-2-inner-braces,
16017 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
16018 bibtex-field-string-quoted, bibtex-field-string,
16019 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
16020 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
16021 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
16022 as parsing is now performed by the following functions.
16023 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
16024 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
16025 bibtex-parse-field-string, bibtex-search-forward-field-string,
16026 bibtex-parse-association, bibtex-field-name-for-parsing,
16027 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
16028 bibtex-search-forward-field, bibtex-search-backward-field,
16029 bibtex-start-of-field, bibtex-end-of-field,
16030 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
16031 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
16032 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
16033 bibtex-parse-string, bibtex-search-forward-string,
16034 bibtex-search-backward-string, bibtex-start-of-string,
16035 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
16036 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
16037 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
16038 entries. Instead of reporting the results of the parsing by
16039 match-beginning or match-end, these functions return data structures
16040 that hold the corresponding positions.
16041 (bibtex-enclosing-field): Changed to also report field boundaries by
16042 return values rather than by match-beginning or match-end. The
16043 following functions have been adapted to use the new parsing
16044 functions.
16045 (bibtex-skip-to-valid-entry, bibtex-search-reference,
16046 bibtex-enclosing-field, bibtex-format-entry,
16047 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
16048 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
16049 bibtex-print-help-message, bibtex-end-of-entry,
16050 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
16051 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16052 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
16053 method for parsing.
16054 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
16055 bibtex-map-entries, bibtex-flash-head,
16056 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
16057 bibtex-autokey-change, bibtex-autokey-get-namefield,
16058 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
16059 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
16060 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
16061 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
16062 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16063 order to make the new binding of case-fold-search immediately
16064 visible.
16065
16066 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16067
16068 * textmodes/bibtex.el: Copyright notice is up to date.
16069 Added constant 'bibtex-maintainer-salutation.
16070
16071 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16072 than make-temp-name, use match-string-no-properties and eliminate
16073 a quadratic behavior when building bibtex-strings.
16074
16075 * bibtex.el (bibtex-reference-key): Accept string entries whose
16076 reference key contains upper case letters.
16077
16078 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16079
16080 * bibtex.el (bibtex-reference-head): Allow entries to start with
16081 a new line.
16082
16083 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16084
16085 * bibtex.el: Hiding of entry bodies is not longer provided by
16086 bibtex.el directly. Instead the hideshow package can be used.
16087 Added a special bibtex entry to hs-special-modes-alist.
16088 (bibtex-hs-forward-sexp): Added for hideshow.el.
16089
16090 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16091
16092 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16093 proceedings entry type (for cross referencing). Thanks to Wagner
16094 Toledo Correa for the suggestion.
16095
16096 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16097
16098 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16099
16100 * international/characters.el: Setup case table for Vietnamese.
16101
16102 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16103
16104 * uniquify.el (toplevel): Require CL at compile time.
16105 (uniquify-push): Removed.
16106
16107 * shadowfile.el (shadow-when): Removed.
16108
16109 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16110 (tempo-process-and-insert-string): Use dolist instead of
16111 tempo-dolist.
16112
16113 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16114 regexp for paragraph-start.
16115
16116 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16117 commas as well.
16118
16119 2000-02-10 Dave Love <fx@gnu.org>
16120
16121 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16122 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16123 Deleted.
16124 (widget-specify-field, widget-specify-button): Don't use
16125 widget-mouse-help as help-echo property.
16126 (default): Use #'ignore for :validate and :mouse-down-action.
16127 (checkbox): Add help-echo.
16128 (widget-sexp-validate): Rewritten to clarify error messages.
16129 (character): Use char-valid-p in :match function.
16130 (widget-color-complete): Use facemenu-color-alist.
16131 (widget-color-action): Use facemenu-read-color.
16132
16133 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16134 set up `caar' &c that we now have.
16135
16136 2000-02-09 Ray Blaak <blaak@gnu.org>
16137
16138 * delphi.el: Make resourcestring a declaration region, like const
16139 and var.
16140
16141 2000-02-09 Dave Love <fx@gnu.org>
16142
16143 * bindings.el (mode-line-input-method-map): New variable.
16144 (mode-line-mule-info): Use it; fix last change.
16145 (mode-line-mode-menu): Move definition.
16146 (mode-line-mouse-sensitive-p): Deleted.
16147 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16148 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16149 level.
16150
16151 * startup.el (command-line-1): Don't call
16152 make-mode-line-mouse-sensitive.
16153
16154 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16155
16156 * mail/rmail.el (rmail-retry-failure): Use
16157 rmail-beginning-of-message before rmail-toggle-header, because the
16158 former toggles headers.
16159
16160 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16161
16162 * diff-mode.el (diff-kill-junk): New interactive function.
16163 (diff-reverse-direction): Use delete-and-extract-region.
16164 (diff-post-command-hook): Restrict the area so that the hook also works
16165 outside of any diff hunk. This is necessary for the minor-mode.
16166 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16167 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16168
16169 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16170 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16171 so that it can be used more easily in <foo>-mode-hook. Also make sure
16172 to avoid duplicate entries.
16173 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16174 (font-lock-remove-keywords): Just as was done for `add', allow it to
16175 work even if font-lock-mode is nil. Also make sure we don't modify
16176 any pre-existing list by forcing a copy-sequence. Finally rename
16177 `major-mode' to `mode'.
16178 (font-lock-fontify-syntactic-anchored-keywords)
16179 (font-lock-fontify-anchored-keywords)
16180 (font-lock-fontify-keywords-region): Use line-end-position.
16181 Don't make `font-lock-multiline' local (it's now done in
16182 font-lock-set-defaults).
16183 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16184 move the `font-lock-fontified' creation to inside the `unless'.
16185
16186 2000-02-06 Andrew Innes <andrewi@gnu.org>
16187
16188 * term/w32-win.el (x-handle-args): Comment out call to message,
16189 which occurs before window system is initialized.
16190
16191 * makefile.nt: Add support for recompiling lisp code.
16192
16193 2000-02-04 Dave Love <fx@gnu.org>
16194
16195 * bindings.el (mode-line-mule-info): Fix/extend last change.
16196
16197 * completion.el: Replace completion-dolist with dolist.
16198
16199 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16200 dotimes.
16201
16202 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16203
16204 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16205 environment names before they go into the section regexp.
16206
16207 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16208 char class in regexp.
16209
16210 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16211 `case-fold-search' to nil.
16212
16213 * progmodes/idlwave.el (idlwave-template): Respect
16214 `idlwave-abbrev-change-case'.
16215 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16216 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16217 idlwave-while): respect `idlwave-reserved-word-upcase'.
16218 (idlwave-rw-case): New function.
16219 (idlwave-statement-match): Fixed problem with assignment regexp.
16220 (idlwave-font-lock-keywords): Improved regexp for keyword
16221 parameters.
16222 (idlwave-surround): New argument LENGTH to support padding of
16223 operators longer than 1 char.
16224
16225 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16226 idlwave-shell-expression-overlay. Implemented printing of
16227 expressions on higher levels of the calling stack.
16228 (idlwave-shell-display-level-in-calling-stack): Restore stack
16229 level.
16230 (idlwave-retrieve-expression-from-level): New function.
16231 (idlwave-shell-last-calling-stack): Variable removed.
16232 (idlwave-shell-reset): Argument action reversed (`visible' to
16233 `hidden'). Also remove stop-line overlay.
16234 (idlwave-shell-calling-stack-routine): New variable.
16235 (idlwave-shell-parse-stack-and-display): Messages now display
16236 negative level numbers.
16237 (idlwave-shell-mode): Set `modeline-format'.
16238 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16239 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16240 21.
16241 (idlwave-shell-print-expression-function): New option.
16242
16243 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16244 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16245 `tool-bar' instead of `toolbar'.
16246
16247 2000-02-02 Dave Love <fx@gnu.org>
16248
16249 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16250 emacs-lisp-mode-hook. Don't check for defalias being defined.
16251
16252 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16253 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16254 the new builtins directly.
16255
16256 * whitespace.el (whitespace): Add :version to defgroup.
16257
16258 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16259 Doc fix.
16260
16261 * thingatpt.el (sexp-at-point, symbol-at-point)
16262 (number-at-point, list-at-point): Add autoload cookie.
16263
16264 * recentf.el (recentf): Add :version to defgroup.
16265
16266 * quickurl.el (quickurl): Add :version to defgroup.
16267
16268 * elide-head.el (elide-head): Use point-marker more.
16269
16270 * bs.el (bs): Add :version to defgroup.
16271
16272 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16273
16274 * progmodes/delphi.el (delphi): Add :version to defgroup.
16275
16276 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16277
16278 * ange-ftp.el (ange-ftp-write-region): Handle case that
16279 succeeding process operation sets a different coding system.
16280
16281 * calculator.el: New file.
16282
16283 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16284
16285 * frame.el (frames-on-display-list, framep-on-display): New
16286 functions.
16287 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16288 (display-selections-p, display-screens, display-pixel-width)
16289 (display-pixel-height, display-mm-width, display-mm-height)
16290 (display-backing-store, display-save-under, display-planes)
16291 (display-color-cells, display-visual-class): New functions.
16292
16293 * term/tty-colors.el (tty-color-gray-shades): New function.
16294
16295 * faces.el (display-color-p): Use framep-on-display.
16296 (display-grayscale-p): New function.
16297
16298 2000-01-31 Dave Love <fx@gnu.org>
16299
16300 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16301 (create-fontset-from-x-resource): Don't concat integers.
16302
16303 2000-01-31 Inge Frick <inge@nada.kth.se>
16304
16305 * view.el: Some changes in documentation. Removed some trailing
16306 whitespace. Changed some parameter names to agree with
16307 documentation.
16308 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16309 window is not deleted. Modifies change 1998-04-26.
16310
16311 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16312
16313 * windmove.el: New file.
16314
16315 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16316 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16317 progmodes/ebnf-yac.el: Update copyright and license info.
16318
16319 * jit-lock.el (jit-lock-function): Widen before calculating end
16320 position.
16321 (jit-lock-stealth-chunk-start): Rewritten.
16322
16323 * info.el (Info-title-face-alist): Removed.
16324 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16325 faces.
16326 (Info-fontify-node): Use these faces.
16327
16328 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16329
16330 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16331 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16332 `&allow-other-keywords'.
16333
16334 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16335 the list of directories scanned heuristically.
16336
16337 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16338 exist.
16339
16340 2000-01-30 Jason Rumney <jasonr@gnu.org>
16341
16342 * w32-fns.el: Define w32-tty-standard-colors.
16343
16344 * startup.el (command-line): Use w32-tty-standard-colors when in
16345 w32 console mode.
16346
16347 2000-01-30 Dave Love <fx@gnu.org>
16348
16349 * jka-compr.el (jka-compr-load): Fix up load-history.
16350
16351 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16352
16353 * emacs-lisp/cl-macs.el: Revert previous change.
16354
16355 2000-01-29 Dave Love <fx@gnu.org>
16356
16357 * facemenu.el: Purecopy various strings.
16358
16359 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16360 years. Deal with three-digit years.
16361
16362 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16363 defconst, purecopy.
16364 (help-back-label): Purecopy it.
16365
16366 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16367
16368 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16369 variable. If non-nil, order the buffer list according to the
16370 currently selected frame.
16371 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16372 non-nil, pass the selected frame to function buffer-list.
16373
16374 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16375
16376 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16377
16378 2000-01-28 Dave Love <fx@gnu.org>
16379
16380 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16381
16382 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16383 Don't use lisp-indent-hook property.
16384 (cl-abs): Remove.
16385
16386 * subr.el: Move out indent and edebug specs for when and unless.
16387
16388 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16389 when, unless.
16390
16391 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16392 unless, when.
16393
16394 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16395
16396 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16397 `collecting' as synonym for `collect'.
16398
16399 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16400 for the case it contains spaces.
16401
16402 * simple.el (what-cursor-position): Change formatting of
16403 messages.
16404
16405 * frame.el (delete-other-frames): New function.
16406 (toplevel): Bind it to C-x 5 1.
16407
16408 * sort.el (sort-numeric-base): New option.
16409 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16410 interpret it as octal or hexadecimal. Use sort-numeric-base
16411 as default base.
16412
16413 * progmodes/glasses.el: New file.
16414
16415 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16416
16417 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16418 userids differently.
16419
16420 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16421 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16422 progmodes/ebnf-yac.el: New files.
16423
16424 2000-01-26 Dave Love <fx@gnu.org>
16425
16426 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16427 on a function with an empty body. [From Eric Ludlam.]
16428
16429 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16430
16431 * vc.el (vc-version-diff): Make sure file name is expanded.
16432
16433 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16434
16435 * scroll-bar.el (scroll-bar-timer): Variable removed.
16436 (scroll-bar-toolkit-scroll): Don't use a timer.
16437
16438 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16439
16440 * language/thai-util.el (thai-composition-function): Delete
16441 superfluous `a'.
16442
16443 2000-01-24 Dave Love <fx@gnu.org>
16444
16445 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16446 end-of-defun-function.
16447
16448 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16449 &c.
16450
16451 2000-01-22 Jason Rumney <jasonr@gnu.org>
16452
16453 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16454 conflicts with new face support.
16455
16456 2000-01-22 Richard M. Stallman <rms@gnu.org>
16457
16458 * replace.el (query-replace): Rename last arg to DELIMITED.
16459 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16460 (query-replace-regexp): Likewise.
16461
16462 2000-01-20 Richard M. Stallman <rms@gnu.org>
16463
16464 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16465
16466 * emacs-lisp/lisp.el (beginning-of-defun-function):
16467 Variable renamed from beginning-of-defun.
16468 Do not call make-variable-buffer-local.
16469 (beginning-of-defun-raw): Use new variable name; doc fix.
16470 (beginning-of-defun): Doc fix.
16471 (end-of-defun-function): Variable renamed from end-of-defun.
16472 Do not call make-variable-buffer-local.
16473 (end-of-defun): Use new variable name; doc fix.
16474
16475 * subr.el (dolist, dotimes): Copied from cl-macs.el
16476 and made to work.
16477
16478 * mail/undigest.el (rmail-digest-end-regexps):
16479 Variable replaces rmail-digest-end-regexp.
16480 Allows multiple regexps for detecting the end line.
16481 (undigestify-rmail-message): Corresponding changes.
16482
16483 2000-01-19 Dave Love <fx@gnu.org>
16484
16485 * files.el (user-init-file): Don't declare here -- is primitive.
16486
16487 * startup.el (command-line): Check for compiled user-init-file and
16488 set to uncompiled version if necessary.
16489
16490 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16491
16492 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16493 (undigestify-rmail-message): Use it.
16494
16495 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16496
16497 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16498
16499 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16500 of mini-buffer.
16501
16502 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16503
16504 * emacs-lisp/copyright.el (copyright-update): Removed the
16505 requirement for a trailing space from `copyright-regexp', to
16506 support copyrights with owner specified on a separate line..
16507
16508 * align.el: New file.
16509
16510 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16511
16512 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16513
16514 2000-01-13 Dave Love <fx@gnu.org>
16515
16516 * ph.el: Removed. (Obsoleted by EUDC.)
16517
16518 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16519
16520 * net/eudc.el (toplevel): Remove autoloaded code installing
16521 menu with easymenu, because that causes build problems.
16522
16523 * frame.el (frame-notice-user-settings): New variable.
16524 (frame-notice-user-settings): Don't modify frame parameters
16525 if called a second time.
16526
16527 2000-01-13 Richard M. Stallman <rms@gnu.org>
16528
16529 * frame.el (frame-notice-user-settings):
16530 Notice default-frame-parameters even for non-window frames.
16531
16532 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16533
16534 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16535 for Emacs.
16536 (eudc-bob-can-display-inline-images): Extend for Emacs.
16537 (eudc-bob-toggle-inline-display): Ditto.
16538 (eudc-bob-display-jpeg): Ditto.
16539
16540 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16541
16542 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16543 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16544 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16545
16546 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16547 nil)'.
16548
16549 * subdirs.el: Add `net' directory.
16550
16551 * net: New directory.
16552
16553 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16554 eval-last-sexp. Don't bind debug-on-error here.
16555 (eval-last-sexp): New function. Bind debug-on-error if
16556 eval-expression-debug-on-error is non-nil.
16557 (eval-defun-2, eval-defun): Likewise.
16558
16559 * simple.el (eval-expression): Don't bind debug-on-error if
16560 eval-expression-debug-on-error is nil. Detect changed
16561 debug-on-error, and propagate new value to global binding, if
16562 eval-expression-debug-on-error is non-nil,
16563 (eval-expression-debug-on-error): Change doc string.
16564
16565 2000-01-11 Richard M. Stallman <rms@gnu.org>
16566
16567 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16568
16569 * emacs-lisp/lisp-mode.el (with-syntax-table):
16570 Set up lisp-indent-function property.
16571
16572 * subr.el (with-syntax-table): Moved from simple.el.
16573
16574 * simple.el (with-syntax-table): Moved to subr.el.
16575
16576 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16577
16578 * tmm.el (tmm-shortcut): Delete region after prompt instead
16579 of erasing buffer.
16580
16581 * textmodes/fill.el (fill-common-string-prefix): New function.
16582 (fill-context-prefix): Use the longest common prefix of first
16583 and second line fill prefix, if there is one.
16584
16585 2000-01-11 Richard M. Stallman <rms@gnu.org>
16586
16587 * array.el (array-mode): Don't use make-variable-buffer-local.
16588 Use make-local-variable for `truncate-lines'.
16589
16590 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16591
16592 * add-log.el (add-log-current-defun): Handle user-defined
16593 add-log-current-function returning nil,
16594
16595 * add-log.el (add-change-log-entry): Insert version number
16596 if having found a current function
16597
16598 * add-log.el (add-log-current-defun): Call
16599 `add-log-current-defun-function'. Try matches at level 0 and
16600 level 1. Strip whitespace from defun found.
16601
16602 2000-01-10 John Wiegley <johnw@gnu.org>
16603
16604 * allout.el (isearch-done/outline-provisions): Added `edit'
16605 argument to correspond with the current definition of
16606 `isearch-done'.
16607
16608 2000-01-10 Dave Love <fx@gnu.org>
16609
16610 * elide-head.el (elide-head): Use point-marker, not point.
16611
16612 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16613
16614 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16615 before and after the year 2000.
16616
16617 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16618 Add ispell- prefix.
16619
16620 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16621
16622 * ispell.el: Only define dictionaries in menus when they exist.
16623 (version18p): New variable.
16624 (version20p): New variable.
16625 (xemacsp): New variable.
16626 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16627 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16628 (ispell-dictionary-alist6): Russian command lines no longer accept
16629 run-together words.
16630 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16631 (ispell-dictionary-alist): Add koi8-r to customize definition.
16632 (check-ispell-version): Added documentation string. Returns
16633 library path when called non-interactively.
16634 (ispell-menu-map-needed): Uses new variables.
16635 (ispell-library-path): New variable.
16636 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16637 (ispell-word): Improved documentation string. Test for valid
16638 character mappings. Correctly check typed in word changes that can
16639 result in single words split into multiple words. Returns
16640 replacement word.
16641 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16642 replace in recursive query replace mode. Help message for
16643 recursive edit mode.
16644 (ispell-show-choices): Protect against bad framepop bindings.
16645 (ispell-help): Fix to work with XEmacs.
16646 (ispell-highlight-spelling-error): Use new variables.
16647 (ispell-overlay-window): Fix to work with XEmacs.
16648 (ispell-parse-output): Passed and returns location information
16649 tracking spelling corrections. Doesn't recheck same word on
16650 current line.
16651 (ispell-init-process): Protect against bogus XEmacs variable binding.
16652 Fix call to single argument in sleep-for. Use new variables.
16653 (ispell-region): Passed and returns location information tracking
16654 spelling corrections. Doesn't check same word on current line.
16655 Improved documentation string. Doesn't resend a line already
16656 checked to the ispell process - fixes bug in LaTeX parsing.
16657 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16658 (ispell-skip-region): No longer skips <TT> in SGML.
16659 (ispell-process-line): Tracks location information with spelling
16660 corrections. Added documentation string. Accounts for words
16661 already accepted on this line. Don't allow query-replace on line
16662 starting with math characters. Doesn't resend a line already sent
16663 to ispell process. Fixes alignment error bug.
16664
16665 2000-01-10 Richard M. Stallman <rms@gnu.org>
16666
16667 * dired-x.el (dired-guess-shell-alist-default):
16668 Suggest xloadimage, which is free, not xv, which isn't.
16669
16670 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16671 Don't ever include the host name or user name in the value.
16672
16673 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16674
16675 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16676 of a real newline.
16677
16678 2000-01-09 Stephen Eglen <stephen@gnu.org>
16679
16680 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16681 for .png files.
16682
16683 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16684
16685 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16686
16687 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16688
16689 * progmodes/cperl-mode.el: Replace ^F with ^L.
16690
16691 * sendmail.el (toplevel): Provide `sendmail' when compiling
16692 before `require'ing rmail and mailalias to prevent infinite
16693 recursion.
16694
16695 2000-01-08 Dave Love <fx@gnu.org>
16696
16697 * emacs-lisp/backquote.el: Remove inappropriate customization
16698 (allowing custom.el to use backquote).
16699
16700 2000-01-07 Dave Love <fx@gnu.org>
16701
16702 * add-log.el (add-log-debugging): Deleted.
16703 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16704 file. Remove debugging code.
16705 (change-log-get-method-definition, change-log-name): Add doc.
16706 (change-log-sortable-date-at): New function.
16707 (change-log-merge): New command.
16708
16709 * time.el (display-time-string-forms): Make the Mail string active.
16710 (display-time-update): Provide help-echo for load average.
16711
16712 * bindings.el (make-mode-line-mouse2-map): New function.
16713 (mode-line-modified): Use it and simplify.
16714 (mode-line-mule-info): Provide help-echo info.
16715 (minor-mode-alist): Activate the strings.
16716 (make-mode-line-mouse-sensitive): Simplify for
16717 mode-line-buffer-identification.
16718
16719 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16720
16721 * play/pong.el: New file.
16722
16723 2000-01-06 Dave Love <fx@gnu.org>
16724
16725 * array.el: Assorted cleanups for compiler warnings, doc strings,
16726 `array-' prefix for symbols.
16727
16728 2000-01-05 Dave Love <fx@gnu.org>
16729
16730 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16731 outline-headers-as-kill.
16732 (outline-mode): Define imenu-generic-expression.
16733 (outline-headers-as-kill): New command.
16734
16735 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16736 from paragraph-start.
16737 (paragraph-indent-minor-mode): New command.
16738
16739 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16740 M-C-e, M-C-h, C-j, C-xnd, TAB.
16741 (fortran-mode): Set beginning-of-defun, end-of-defun.
16742 (fortran-column-ruler): Simplify.
16743 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16744 (fortran-with-subprogram-narrowing): Likewise.
16745 (fortran-indent-subprogram): Call mark-defun.
16746 (fortran-check-for-matching-do): Change narrowing.
16747
16748 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16749 (cl-lucid-hash-tag): Delete.
16750 (cl-hash-table-p): Correct test for native table.
16751 (cl-hash-table-count): Use hash-table-count.
16752
16753 * browse-url.el (browse-url): Fix case of
16754 browse-url-browser-function being an alist.
16755
16756 2000-01-05 Carsten Dominik <cd@gnu.org>
16757
16758 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16759 (reftex-index-phrase-file-extension): New options.
16760
16761 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16762 Use new option `reftex-index-phrase-file-extension'.
16763
16764 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16765 `reftex-parse-file-extension'.
16766
16767 2000-01-05 Dave Love <fx@gnu.org>
16768
16769 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16770 (beginning-of-defun-raw): Use it.
16771 (end-of-defun): New variable.
16772 (end-of-defun): Use it.
16773 (check-parens): New command.
16774
16775 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16776
16777 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16778 (hs-show-block): Don't use `mapcar' when not accumulating.
16779
16780 Fix buglet in local variables initialization.
16781
16782 2000-01-05 Andreas Schwab <schwab@suse.de>
16783
16784 * hscroll.el (hscroll): Doc fix.
16785
16786 2000-01-05 Carsten Dominik <cd@gnu.org>
16787
16788 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16789 idlw-toolbar.
16790
16791 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16792 file idlw-rinfo.el.
16793 (idlwave-customize): load must read file idlw-shell.el.
16794 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16795
16796 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16797
16798 * progmodes/idlw-shell.el: Also provide idlwave-shell
16799 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16800 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16801
16802 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16803 both reftex-dcr and reftex-vcr.
16804
16805 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16806
16807 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16808
16809 * ps-print.el: PostScript code now is in separate files, doc fix.
16810 (ps-print-version): New version number (5.0.3).
16811 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16812 local.
16813 (ps-spool-config): Initialization fix.
16814 (ps-print-prologue-1, ps-print-prologue-2)
16815 (ps-print-duplex-feature): PostScript code moved to separated file.
16816 (ps-background-image): Little code reformating.
16817 (ps-begin-file, ps-begin-job): Fix code.
16818 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16819 (ps-prologue-file): New fun.
16820
16821 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16822
16823 * ps-vars.el: Eliminated.
16824
16825 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16826 `;;;###autoload'.
16827
16828 * ps-print.el: ps-vars eliminated, doc fix.
16829 (ps-print-version): New version number (5.0.2).
16830 (ps-spool-config): Initialization fix.
16831 (ps-print-customize): New fun.
16832
16833 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16834
16835 * autorevert.el (auto-revert-mode): Return value of
16836 auto-revert-mode.
16837
16838 2000-01-04 Dave Love <fx@gnu.org>
16839
16840 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16841 menu items.
16842
16843 2000-01-03 Dave Love <fx@gnu.org>
16844
16845 * elide-head.el (elide-head) [defgroup]: Add :version.
16846
16847 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16848 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16849 `cl-hash-table-p', not `hash-table-p'.
16850 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16851
16852 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16853
16854 * faces.el (face-read-integer, read-face-attribute)
16855 (color-defined-p, color-values): unspecified-{f,b}g are now
16856 strings.
16857
16858 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16859
16860 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16861 at comment end, and re-insert them after filling.
16862
16863 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16864
16865 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16866 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16867 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16868
16869 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16870
16871 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16872 the new name of face-color-supported-p.
16873
16874 * term/w32-win.el (xw-defined-colors): Likewise.
16875
16876 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16877
16878 * simple.el (completion-setup-function): Count completion-size
16879 from minibuffer-prompt-end, not from point-min.
16880
16881 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16882
16883 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16884 Pass the frame to tty-color-* functions.
16885 (display-color-p, frame-set-background-mode): Pass the frame to
16886 tty-display-color-p.
16887
16888 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16889 tty-color-alist.
16890 (tty-color-alist, tty-modify-color-alist): New functions.
16891 (tty-color-define, tty-color-clear, tty-color-approximate)
16892 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16893 an optional parameter FRAME.
16894
16895 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16896
16897 * image.el (create-image, defimage): Don't assume image data is a
16898 string.
16899
16900 * image.el (defimage): Handle specifications containing :data
16901 instead of :file.
16902 (image-type-from-data): New function.
16903 (image-type-from-file-header): Use it.
16904 (create-image): Add parameter DATA-P.
16905
16906 See ChangeLog.8 for earlier changes.
16907
16908 ;; Local Variables:
16909 ;; coding: iso-2022-7bit
16910 ;; End: