*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2
3 * ps-print.el: Footer implementation. Doc fix.
4 (ps-print-version): New version number (6.5.1).
5 (ps-header-frame-alist): New customization var for header frame
6 properties.
7 (ps-line-number-color): New customization var for line number color.
8 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
10 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
11 (ps-right-footer): New customization vars for footers.
12 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
13 footers.
14 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
15 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): Code
16 fix.
17 (ps-prologue-file): Indentation fix.
18 (ps-print-quote): Fun eliminated.
19 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
20 (ps-output-frame-properties): New fun.
21 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
22 (ps-skip-newline): Replace defun by defsubst.
23
24 2001-04-05 Colin Walters <walters@cis.ohio-state.edu>
25
26 * eshell/eshell.el (eshell-command): Needed a "%s" format
27 specifier, in case the buffer contains percent characters.
28
29 2001-04-04 John Wiegley <johnw@gnu.org>
30
31 * calendar/timeclock.el (timeclock-generate-report): Added a
32 missing insert of the project name.
33
34 2001-04-09 Gerd Moellmann <gerd@gnu.org>
35
36 * obsolete/profile.el: Moved from emacs-lisp/.
37
38 * Makefile.in (nonobsolete_setwins): New macro.
39 (finder-data): Use it instead of `setwins'.
40 From: Dave Love <fx@gnu.org>.
41
42 * server.el (server-visit-files): Set server-existing-buffer correctly.
43 (server-visit-files): Run server-visit-hook after going to
44 line 1 so that the hook can set point as it sees fit.
45
46 * bindings.el (mode-line-modified): Unify help messages.
47
48 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
49
50 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
51 All callers changed.
52
53 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
54
55 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
56 long file names aren't supported, truncate the file names in
57 quail-misc-package-ext-info to 8+3 before matching them against
58 FILENAME.
59
60 * dos-fns.el (dos-truncate-to-8+3): New function.
61
62 * progmodes/compile.el (grep-compute-defaults): Use null-device
63 instead of literal /dev/null. Reported by Jens Schmidt
64 <schmidt@mathematik.uni-kl.de>.
65
66 * simple.el (normal-erase-is-backspace-mode): Doc fix.
67
68 2001-04-06 Stefan Monnier <monnier@cs.yale.edu>
69
70 * textmodes/sgml-mode.el: Add unknown maintainer.
71 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
72 (html-mode-map): Use set-keymap-parent.
73
74 2001-04-06 Dave Love <fx@gnu.org>
75
76 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
77 Remove redundant string-to-list.
78
79 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
80
81 * composite.el (reference-point-alist): Doc fix.
82
83 2001-04-05 Sam Steingold <sds@gnu.org>
84
85 * font-lock.el (font-lock-keywords-case-fold-search):
86 Make buffer-local. This fixes a very annoying bug when loading a Lisp
87 file made font-lock case-insensitive.
88
89 2001-04-05 Gerd Moellmann <gerd@gnu.org>
90
91 * faces.el (defface menu): Doc fix.
92
93 * wid-edit.el (widget-color-sample-face-get): Don't make
94 faces for undefined colors.
95
96 * version.el (emacs-version): Include LessTif/Motif version info.
97
98 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
99
100 * ps-mule.el: Eliminate cl package dependence.
101 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
102 if they aren't defined yet.
103 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
104 Eliminate cl package dependence.
105
106 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
107
108 * progmodes/cc-cmds.el (c-outline-level):
109 Bind buffer-invisibility-spec. Originally from Dave Love, but
110 got lost when incorporating version 5.26.
111
112 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
113
114 * emulation/pc-select.el (pc-selection-mode):
115 Call normal-erase-is-backspace-mode instead of binding
116 keys individually.
117
118 * cus-load.el (normal-erase-is-backspace): Use it instead of
119 delete-key-deletes-forward.
120
121 * startup.el (command-line): Use normal-erase-is-backspace and
122 normal-erase-is-backspace-mode.
123
124 * simple.el (normal-erase-is-backspace): Rename from
125 delete-key-deletes-forward. Doc fix.
126 (normal-erase-is-backspace-mode): Rename from
127 delete-key-deletes-forward-mode. Doc fix.
128 Run normal-erase-is-backspace-hook.
129
130 * dired.el (dired-move-to-filename-regexp): Support file sizes in
131 ``human-readable'' format produced by GNU `ls'.
132 (dired-move-to-filename-regexp): Recognize ISO format dates.
133 From Paul Eggert <eggert@twinsun.com>.
134
135 2001-04-04 Gerd Moellmann <gerd@gnu.org>
136
137 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
138 New functions.
139 (lm-verify): Check keywords.
140 From Eric M. Ludlam <eric@siege-engine.com>.
141
142 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
143
144 * speedbar.el (speedbar-insert-image-button-maybe): Check for
145 `xemacs' feature instead of for the function `set-extent-property'.
146
147 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
148
149 * mail/mh-utils.el (mh-folder-hist): New var.
150 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
151
152 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
153
154 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
155 region, position point on the first or last 16-byte group.
156 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
157 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
158 hexl-beginning-of-line.
159
160 2001-04-03 Gerd Moellmann <gerd@gnu.org>
161
162 * icomplete.el (icomplete-mode): Treat an argument like other
163 modes do.
164
165 * startup.el (fancy-splash-head): Use splash8.xpm for color
166 depth 8.
167
168 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
169 Add an antry for ``converts''.
170
171 * language/slovak.el ("Slovak"): Add documentation string.
172 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
173
174 * language/czech.el ("Czech"): Add documentation string.
175 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
176
177 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
178 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
179
180 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
181
182 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
183 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
184 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
185 Use `defsubst' rather than a macro to ease debugging.
186 (mail-extr-last): Remove (use `last' instead).
187 (mail-extract-address-components): Properly reset the syntax-table
188 after parsing an address. Use `last' rather than mail-extr-last.
189 Make sure the end marker stays at the very end.
190
191 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
192
193 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
194 last change.
195
196 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
197
198 * ps-print.el: Line and paragraph spacing feature. Region to cut
199 out when printing. Doc fix.
200 (ps-print-version): New version number (6.5).
201 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
202 New vars. Line and paragraph spacing feature.
203 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
204 out when printing.
205 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
206 (ps-get-font-size, ps-begin-job, ps-continue-line)
207 (ps-plot-region): Code fix.
208 (ps-print-prologue-2): Var eliminated.
209 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
210 New internal vars.
211 (ps-get-size): New fun.
212 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
213 (ps-next-line): Replace defun by defsubst.
214 (ps-mule-plot-string): Autoload doc fix.
215
216 * ps-bdf.el: XEmacs compatibility. Doc fix.
217 (installation-directory, coding-system-for-read): Declare vars if
218 it's not declared yet.
219 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
220
221 * ps-mule.el: XEmacs compatibility. Doc fix.
222 (leading-code-private-22): Declare var if it's not declared yet.
223 (charset-bytes, charset-dimension, charset-id, charset-width)
224 (find-charset-region, split-char, char-width, chars-in-region)
225 (forward-point, decompose-composite-char, encode-coding-string)
226 (coding-system-p, ccl-execute-on-string, define-ccl-program):
227 Define funs if not defined yet.
228 (encode-composition-rule, find-composition): Define funs if not
229 loaded yet.
230 (ps-mule-prologue): PostScript code fix.
231
232 2001-04-02 Kenichi Handa <handa@etl.go.jp>
233
234 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
235 non-nil, generate font for the header strings.
236 (ps-mule-prepare-font): Likewise.
237 (ps-mule-generate-glyphs): Likewise.
238 (ps-mule-string-encoding): Likewise.
239 (ps-mule-header-charsets): New variable.
240 (ps-mule-encode-header-string): New function.
241 (ps-mule-header-string-charsets): New function.
242 (ps-mule-begin-job): Check charsets in the header strings. If there
243 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
244
245 * ps-print.el (ps-generate-header-line): Encode the header string by
246 ps-mule-encode-header-string.
247 (ps-mule-encode-header-string): Declare autoload.
248
249 2001-04-02 Gerd Moellmann <gerd@gnu.org>
250
251 * frame.el (cursor-in-non-selected-windows):
252 Replaces show-cursor-in-non-selected-windows.
253
254 2001-03-31 Kenichi Handa <handa@etl.go.jp>
255
256 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
257 Delete entries for "chinese-py" and "chinese-ziranma".
258 (quail-misc-package-ext-info): New variable.
259 (tsang-quick-converter): New function.
260 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
261 (quick-cns-converter, py-converter, ziranma-converter)
262 (miscdic-convert, batch-miscdic-convert): New functions.
263
264 2001-03-30 Kenichi Handa <handa@etl.go.jp>
265
266 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
267 eight-bit-control chars.
268
269 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
270 Reduce making temporary vector (suggested by Dave Love).
271
272 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
273
274 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
275 string as well.
276
277 2001-03-30 Andreas Schwab <schwab@suse.de>
278
279 * files.el (backup-directory-alist): Fix typo.
280
281 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
282
283 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
284 <eggert@twinsun.com>.
285
286 2001-03-30 Dave Love <fx@gnu.org>
287
288 * progmodes/fortran.el (fortran-comment-region): Fix typo.
289
290 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
291
292 * simple.el (transient-mark-mode): Mention C-g in the doc string.
293
294 2001-03-30 Miles Bader <miles@gnu.org>
295
296 * subr.el (interactive-form): Fix paren typo.
297
298 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
299
300 * emacs-lisp/profile.el: Say that it's obsolete in the header
301 line, so that finder.el puts that into its data-base.
302 Suggested by Alex Schroeder <alex@gnu.org>.
303
304 2001-03-29 Paul Eggert <eggert@twinsun.com>
305
306 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
307 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
308
309 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
310
311 * generic.el (generic-mode-set-comments): Use "" rather than nil
312 for comment-end.
313
314 2001-03-29 Gerd Moellmann <gerd@gnu.org>
315
316 * emacs-lisp/advice.el (ad-make-advised-definition):
317 Call interactive-form to obtain the interactive spec of subrs.
318
319 * subr.el (interactive-form): New function.
320
321 2001-03-29 Andre Spiegel <spiegel@gnu.org>
322
323 * vc-sccs.el (vc-sccs-register): Use relative file names.
324
325 2001-03-28 Gerd Moellmann <gerd@gnu.org>
326
327 * bookmark.el (bookmark-get-bookmark): Handle case that
328 BOOKMARK is not a string.
329
330 * image.el (image-type-regexps): Change type for PS files
331 to `postscript'.
332
333 * subr.el (read-passwd): Clear command history after each
334 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
335
336 2001-03-27 Kenichi Handa <handa@etl.go.jp>
337
338 * international/kkc.el (kkc-save-init-file): Locally bind
339 print-length to nil.
340
341 2001-03-26 Gerd Moellmann <gerd@gnu.org>
342
343 * textmodes/flyspell.el: Some doc fixes.
344 (flyspell-maybe-correct-transposition)
345 (flyspell-maybe-correct-doubling): Use a temporary buffer
346
347 * textmodes/ispell.el (ispell-parse-output): Doc fix.
348
349 * emacs-lisp/byte-opt.el (byte-optimize-while)
350 (byte-optimize-form-code-walker): Diagnose too few arguments
351 for `if' and `while'.
352
353 2001-03-26 Kenichi Handa <handa@etl.go.jp>
354
355 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
356 Prepend `\' to "\<quail-translation-docstring>".
357
358 2001-03-26 Gerd Moellmann <gerd@gnu.org>
359
360 * autorevert.el (global-auto-revert-non-file-buffers):
361 Remove duplicate defcustom.
362
363 2001-03-26 Miles Bader <miles@gnu.org>
364
365 * international/latin1-disp.el (latin1-char-displayable-p):
366 Add leading "-" for X font pattern.
367
368 2001-03-26 Kenichi Handa <handa@etl.go.jp>
369
370 * international/mule-diag.el (describe-coding-system):
371 For raw-text and emacs-mule, don't add anymore text about what
372 charsets they can encode.
373
374 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
375
376 * help.el (view-lossage): Mention open-dribble-file in the doc
377 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
378
379 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
380
381 * skeleton.el (skeleton-internal-list): Fix bogus logic.
382 (skeleton-pair-insert-maybe): Don't pair after a backslash.
383
384 2001-03-23 Kenichi Handa <handa@etl.go.jp>
385
386 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
387 Call ccl-execute-on-string directly so that CCL program handling
388 multibyte sequence can work correctly.
389 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
390 property of the coding system.
391
392 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
393
394 * textmodes/fill.el (fill-individual-paragraphs-prefix):
395 Fix transcription typo.
396
397 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
398
399 * whitespace.el: Add buffer local variables to toggle testing of
400 whitespaces in buffers without affecting the default values.
401 Bump version to 3.0 to account for a few other changes.
402 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
403 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
404 (whitespace-toggle-spacetab-check): New functions.
405
406 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
407
408 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
409
410 2001-03-21 Gerd Moellmann <gerd@gnu.org>
411
412 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
413 bs-cycle-configuration-name. From Juanma Barranquero
414 <lektu@uol.com.br>.
415
416 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
417 and cc-vars.el.
418
419 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
420 headers. Always invoke sendmail with option -t.
421
422 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
423
424 * Release of cc-mode 5.28.
425
426 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
427
428 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
429 Removed the hardcoded switch to "java" style in Java mode.
430 It's instead taken care of by the default value for c-default-style.
431
432 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
433
434 * cc-align.el (c-lineup-math): Fix bug where lineup was
435 triggered by equal signs in string literals.
436
437 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
438
439 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
440 limit detection when at the ends of the buffer.
441
442 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
443 "for" statement clause in case 7F; a better one is done
444 earlier in case 7D anyway.
445
446 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
447
448 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
449 somewhat more and did a small optimization.
450
451 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
452
453 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
454 Use the limit argument only to limit the syntactic context
455 search, not to limit the actual movement.
456
457 * cc-cmds.el (c-beginning-of-statement): Move by sentence
458 inside multiline strings, just like in comments. Also various
459 fixes to the paragraph and comment prefix recognition, block
460 comment ender handling etc.
461
462 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
463
464 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
465 the relative position of the point.
466
467 * cc-cmds.el (c-electric-continued-statement): New function to
468 use as abbrev hook to reindent for keywords such as "else"
469 that continues an earlier statement.
470
471 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
472 like classes.
473
474 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
475 (pike-mode): Populate the default abbrev tables to reindent for
476 keywords such as "else" that can continue earlier statements.
477 Abbrev mode is therefore turned on by default now. (Note that
478 this doesn't apply to idl-mode, since IDL afaik doesn't have
479 statements at all.)
480
481 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
482
483 * cc-engine.el (c-inside-bracelist-p): Fix for handling
484 bracelists where the declaration contains template arguments.
485
486 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
487
488 * cc-cmds.el (c-comment-indent):
489 Use `c-get-syntactic-indentation' to correctly calculate the
490 syntactic indentation. Fixes bug with lineup functions that
491 return vectors.
492
493 * cc-engine.el (c-get-syntactic-indentation): Split the
494 indentation sum calculation from `c-indent-line' to a separate
495 function.
496
497 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
498
499 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
500 Fixed places where it was assumed that preprocessor directives
501 have to start in column zero.
502
503 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
504 template arguments after a class identifier properly.
505
506 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
507 lists for `new Foo[]' constructs in Java as expressions and
508 not top level definition brace lists on the top level, so that
509 they'll get indented consistently with the same type of
510 expression in a normal block.
511
512 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
513
514 * cc-cmds.el (c-fill-paragraph): The kludge that checks
515 whether the adaptive filling package fails to keep the comment
516 prefix is now kludged further to check for filladapt-mode
517 which doesn't have that problem. This is really icky, but it's
518 the only way that works with the current misfeatures/bugs in
519 both adaptive-fill-mode and filladapt-mode.
520
521 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
522 around point is recognized more robust.
523
524 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
525
526 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
527 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
528 (c-lit-type): Fixed all internal variables used dynamically so
529 that they are always bound.
530
531 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
532 errors:
533
534 (c-indent-region): Fixed reporting of syntactic errors so that
535 the region is fully reindented even when an error occurs.
536 The last syntactic error is printed afterwards. Also cleanup up a
537 whole lot of code that tried to optimize indentation of whole
538 sexps but in reality accomplishes nothing.
539
540 (c-indent-sexp): Use c-indent-region.
541
542 (c-parsing-error): Changed this variable to hold the message
543 for any syntactic error that is discovered.
544
545 (c-parse-state): Search backward from point instead of the bod
546 position when the latter is invalid. This makes CC Mode
547 recover faster when there are unbalanced close braces.
548
549 (c-backward-to-start-of-if): Use c-parsing-error to report
550 dangling "else" clauses instead of throwing an error, and fall
551 back to a reasonable position.
552
553 (c-indent-line): Added argument to avoid reporting syntactic errors.
554
555 (c-show-syntactic-information): Don't report any syntactic errors.
556
557 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
558
559 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
560 paragraph recognition when moving by sentence in literals.
561
562 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
563 start regexp for javadoc to recognize javadoc markup in general instead
564 of a specific set of keywords, to be more future-safe.
565
566 (c-Pike-pikedoc-paragraph-start)
567 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
568 pikedoc markup.
569
570 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
571
572 (pike-mode): Initialize paragraph settings pikedoc recognition.
573
574 * cc-vars.el (c-default-style): Made a nicer Customize widget.
575
576 (c-comment-prefix-regexp): Made it possible to use an
577 association list on this to specify mode specific regexps.
578 The default value now use a special regexp in Pike mode to
579 recognize pikedoc markup.
580
581 (c-current-comment-prefix): New variable containing the actual
582 regexp from c-comment-prefix-regexp for the current buffer.
583
584 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
585
586 * cc-cmds.el (c-electric-brace): Fixed check for special brace
587 lists: We can't look at the syntax, since a brace list can get
588 recognized as a plain statement-cont.
589
590 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
591 special brace list opener broken over two lines got recognized
592 as a statement on the second line. Case 9A changed.
593
594 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
595
596 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
597 adjustment after line is reindented.
598
599 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
600
601 * cc-defs.el (c-point): Added optional argument for position
602 to use instead of the current point.
603
604 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
605 the in-expression block symbols when the construct starts at
606 boi, to avoid the extra level of indentation in that case.
607 Cases 4, 16A and 17E affected.
608
609 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
610
611 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
612 calls to `c-indent-line', to adhere better to Emacs conventions.
613
614 * cc-engine.el (c-indent-line): Use the syntax already bound
615 to `c-syntactic-context', if there is any.
616
617 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
618
619 * cc-engine.el (c-get-offset): Fixed bug where the indentation
620 wasn't added up correctly when a lineup function returned nil.
621
622 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
623
624 * cc-engine.el (c-collect-line-comments): Fixed bug where
625 empty lines were ignored when collecting line comments backwards.
626
627 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
628
629 * cc-align.el (c-lineup-dont-change): Return an absolute
630 indentation column to work correctly in the case when several
631 syntactic elements are processed for the same line.
632
633 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
634 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
635 (c-set-offset): Added absolute indentation column settings by
636 using the vector type.
637
638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
639
640 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
641 Implemented two new cleanups `space-before-funcall' and
642 `compact-empty-funcall'.
643
644 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
645
646 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
647 helping building regexps.
648
649 * cc-engine.el (c-on-identifier): New function for detecting
650 identifiers. It takes keywords into account.
651
652 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
653 lists. `c-keywords' is set to a regexp matching all keywords
654 in the current language.
655
656 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
657
658 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
659 list of characters to skip backwards over at the beginning of
660 a statement, since it can precede string literals in Pike.
661
662 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
663
664 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
665 recognition when standing on the last line in a C++ comment
666 with nothing but whitespace after the prefix.
667
668 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
669 given no limit argument.
670
671 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
672
673 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
674 recognition for the `[]= operator symbol in Pike.
675
676 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
677
678 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
679 around a bug in `eval-when-compile' in the byte compiler.
680
681 * cc-engine.el (c-forward-token-1): Fixed bug with return
682 value when count is zero and there's no token start within the limit.
683
684 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
685 "prefix comments", i.e. comments which are followed by code on
686 the same line.
687
688 * cc-mode-19.el: Fixes so that checks that must be done at
689 compile time also are done then.
690
691 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
692
693 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
694 time and at runtime, and only when it's needed.
695
696 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
697
698 Major cleanup for less error prone and more warning free
699 compilation, including some fixes for bugs due to different
700 compilation orders. Thanks to Martin Buchholz for providing
701 the basis for all this.
702
703 * cc-bytecomp.el: New file that provides some byte compilation
704 features: It ensures that files always are loaded from the
705 current source directory during compilation, and it provides a
706 set of macros to turn off specific compiler warnings for
707 specific symbols. (It's not CC Mode specific in any way.)
708
709 Fixed a nearly acyclic dependency tree (both runtime and
710 compile-time) between all files.
711
712 * cc-defs.el: Separated all macros before the inline functions,
713 to ensure correct compilation.
714
715 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
716 cc-defs.el to cc-engine.el and made it a function instead.
717
718 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
719 about char-after.
720
721 * cc-vars.el: Cope even when there isn't a custom package
722 containing defcustom available.
723
724 * cc-make.el: Removed since it's no longer necessary.
725
726 README: Updated installation instructions.
727
728 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
729
730 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
731 improve the modularity: Moved all mode init stuff from
732 cc-langs.el to cc-mode.el, including the keymap
733 initialization; cc-langs now only contains the various
734 variables for configuring the language syntax.
735
736 * cc-engine.el, cc-styles.el (c-evaluate-offset)
737 (c-get-offset): Moved from cc-styles to cc-engine since file
738 dependency analysis suggests they belong there (which also
739 makes more sense). Thanks to Martin Buchholz for doing the analysis.
740
741 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
742
743 * cc-cmds.el (c-fn-region-is-active-p): New function that
744 wraps the corresponding macro, for use in places that aren't
745 compiled. Thanks to Martin Buchholz for pointing out this.
746
747 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
748
749 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
750 add things to the bug report.
751
752 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
753
754 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
755 returned prefix could contain a newline when the search for a
756 good prefix line failed.
757
758 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
759
760 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
761 (c-toggle-auto-hungry-state): Made the argument optional, as
762 the documentation says it is.
763
764 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
765
766 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
767 multiline string syntax, #"...", as a cpp macro.
768
769 2001-03-21 Paul Eggert <eggert@twinsun.com>
770
771 * international/mule-cmds.el (set-locale-environment):
772 Set system-messages-locale and system-time-locale, but only if the
773 caller specifies a non-nil locale name.
774
775 2001-03-20 Gerd Moellmann <gerd@gnu.org>
776
777 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
778 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
779
780 2001-03-20 Gerd Moellmann <gerd@gnu.org>
781
782 * follow.el (follow-avoid-tail-recenter): Doc fix.
783
784 * custom.el (custom-set-variables): Avoid reversing the list
785 of args needlessly.
786
787 * startup.el (fancy-splash-head): Don't change the colors of the
788 XPM image on a dark background.
789
790 * comint.el (comint-exec-1): Set columns of the terminal to
791 window-width instead of frame-width.
792
793 * info.el (Info-scroll-down): Add missing WINDOW arg for
794 pos-visible-in-window-p.
795
796 * ehelp.el (electric-help-mode-hook): Add defcustom.
797
798 * mail/sendmail.el (mail-mode): Activate case-folding in
799 font-lock-defaults.
800
801 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
802
803 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
804 (completion-ignored-extensions): Remove duplicate ".class".
805
806 2001-03-19 Andreas Schwab <schwab@suse.de>
807
808 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
809 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
810
811 2001-03-19 Gerd Moellmann <gerd@gnu.org>
812
813 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
814 methods since there are not prefix input methods.
815
816 2001-03-19 Kenichi Handa <handa@etl.go.jp>
817
818 * international/mule-cmds.el (read-input-method-name):
819 Locally bind enable-recursive-minibuffers to t.
820
821 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
822
823 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
824
825 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
826
827 * ediff-util.el: Copyright years.
828 (ediff-choose-syntax-table): New function.
829 (ediff-setup): Use ediff-choose-syntax-table.
830
831 * ediff-init.el (ediff-with-syntax-table): New macro, uses
832 with-syntax-table.
833
834 * ediff.el: Date of last update, copyright years.
835
836 * ediff-wind (ediff-setup-control-frame): Nill->nil.
837
838 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
839 of Scott Bronson.
840 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
841 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
842 Deleted functions.
843 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
844 ex-token-list.
845
846 * viper-util.el: Spaces, indentation.
847
848 * viper.el: Changed version, modification time.
849
850 2001-03-16 John Wiegley <johnw@gnu.org>
851
852 * calendar/timeclock.el (timeclock-workday-remaining):
853 Check whether `discrep' is non-null before using it.
854
855 2001-03-16 John Wiegley <johnw@gnu.org>
856
857 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
858 first-time checkins.
859 (timeclock-log-data): Fixed problem with reading timelog log file.
860 Resulting data in the "day list" was incorrect.
861 (timeclock-find-discrep): Check if `timeclock-file' is readable
862 before opening it.
863 (timeclock-time-less-p): New function.
864 (timeclock-day-base): New function.
865 (timeclock-geometric-mean): New function.
866 (timeclock-generate-report): Generate a summary report based on
867 the contents of the log file. This uses `timeclock-log-data', and
868 is an example of writing a timelog manipulation function.
869 (timeclock-visit-timelog): A quick command for opening the timelog
870 file.
871 (timeclock-log-data): Bound the variable event.
872
873 2001-03-16 Kenichi Handa <handa@etl.go.jp>
874
875 * international/mule-cmds.el (select-safe-coding-system):
876 Fix typo: symbol-name -> symbol-value.
877
878 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
879 before substitute-in-file-name to handle double slashes in FILE
880 correctly.
881
882 2001-03-15 Gerd Moellmann <gerd@gnu.org>
883
884 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
885 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
886
887 2001-03-14 Gerd Moellmann <gerd@gnu.org>
888
889 * bindings.el (features): Add `md5' and `overlay' to the list.
890
891 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
892 bound before using it. It's not bound when configured without X,
893 for instance.
894
895 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
896
897 * progmodes/hideshow.el: Update copyright.
898 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
899 (hs-minor-mode-hook): Include `:version' in defcustom form.
900
901 2001-03-13 Gerd Moellmann <gerd@gnu.org>
902
903 * help.el (string-key-binding): Don't call event-start on
904 a non-list.
905
906 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * startup.el (fancy-splash-tail, command-line-1): Fix the
909 copyright year.
910
911 2001-03-13 Kenichi Handa <handa@etl.go.jp>
912
913 * term.el: These changes are based on a patch sent from Yong Lu
914 <lyongu@yahoo.com>.
915 (term-set-escape-char): Bind M-x to execute-extended-command in
916 term-raw-escape-map.
917 (term-move-columns): Don't try to move to negagive column.
918 (term-emulate-terminal): Insert a string before deleting a text to
919 overwrite.
920
921 2001-03-12 Gerd Moellmann <gerd@gnu.org>
922
923 * play/life.el (life): Rearrange code so that all calls to
924 life-display-generation are in a catch-form.
925
926 * progmodes/etags.el (tags-loop-continue): Don't change point in a
927 file that isn't interesting. In an interesting file, push the old
928 value of point on the mark ring.
929
930 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
931 New function.
932 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
933 Use it.
934
935 * emacs-lisp/autoload.el (generate-file-autoloads):
936 Remove warning about line lengths.
937
938 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
939
940 * progmodes/etags.el (tags-compression-info-list): New variable.
941 (find-tag-in-order): Use it to deal with compressed source files.
942 (tag-file-name-match-p): New function.
943 (etags-recognize-tags-table): Use it for better match of file names.
944
945 2001-03-12 Kenichi Handa <handa@etl.go.jp>
946
947 * international/mule-cmds.el (register-input-method): Doc fix.
948
949 * international/quail.el (quail-translate-key): Fix condition to
950 check if there's another breaking point in the current key.
951
952 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
955 Babyl header to the newly-created output file, bind
956 coding-system-for-write to either rmail-file-coding-system or
957 emacs-mule-unix.
958
959 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
960
961 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
962 Fix the name and regexp used for subsubsections.
963
964 2001-03-10 Dave Love <fx@gnu.org>
965
966 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
967 and save-buffer if buffer-file-name non-nil. From rms.
968
969 2001-03-10 Andre Spiegel <spiegel@gnu.org>
970
971 * vc.el (vc-do-command): If the destination buffer is already
972 current, don't set it up and don't erase it. Updated doc string
973 to reflect that.
974 (vc-version-diff): When doing a single file diff, don't switch to the
975 *vc-diff* buffer before the command. This is to preserve local
976 variable bindings that might affect the diff command.
977 (vc-print-log): Don't switch to the *vc* buffer before the
978 command, so that local variable bindings are preserved.
979
980 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
981 not the current buffer.
982 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
983
984 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
985 make output go to buffer *vc*, not the current buffer.
986
987 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
988
989 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
990 so ^, $, *, ? and + are interpreted correctly.
991
992 2001-03-09 Gerd Moellmann <gerd@gnu.org>
993
994 * help.el (string-key-binding): Renamed from
995 mode-line-key-binding. Handle any event on a string.
996 Check for `keymap' properties as well as `local-map' properties.
997
998 * comint.el (comint-insert-clicked-input): Use the last key
999 from this-command-keys to lookup the global key definition.
1000
1001 2001-03-09 Kenichi Handa <handa@etl.go.jp>
1002
1003 * international/characters.el: Add category `j' for
1004 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
1005
1006 * international/mule-conf.el (no-conversion): Fix docstring.
1007 (raw-text): Fix docstring.
1008
1009 2001-03-08 Gerd Moellmann <gerd@gnu.org>
1010
1011 * simple.el (choose-completion-string): When not leaving the
1012 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
1013 is set.
1014
1015 * window.el (shrink-window-if-larger-than-buffer): Handle frame
1016 parameter `(minibuffer . t)'.
1017
1018 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1019
1020 * progmodes/sh-script.el (sh-st-symbol): New symbol.
1021 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
1022 (sh-mode): Remove `make-local-variable' for unused var
1023 `font-lock-unfontify-region-function'.
1024
1025 2001-03-07 Richard M. Stallman <rms@gnu.org>
1026
1027 * info.el (Info-scroll-down): Fix previous change.
1028
1029 * mail/rmail.el (rmail-toggle-header): Use a window which
1030 is showing the Rmail buffer, rather than the selected window.
1031
1032 2001-03-07 Dave Love <fx@gnu.org>
1033
1034 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
1035 now, to avoid problems with binding imenu directly to a mouse event.
1036
1037 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1038
1039 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
1040 second arg t.
1041
1042 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
1043
1044 * log-edit.el (log-edit-common-indent): New var.
1045 (log-edit-set-common-indentation): Renamed from
1046 log-edit-delete-common-indentation. Use the new var.
1047 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
1048
1049 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
1050 (cvs-mode-add-change-log-entry-other-window):
1051 Don't presume change-log-default-name is defined.
1052
1053 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1054
1055 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1056 the "tree" operation as well.
1057
1058 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1059
1060 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1061 to match paragraph-start.
1062
1063 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1064 comment-start-skip and set comment-end-skip as well.
1065 (sgml-comment-indent): Fix for new value of comment-start-skip.
1066 (html-autoview-mode): Don't bother using make-local-hook.
1067
1068 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1069
1070 * cus-edit.el (custom-save-delete): Move in front of local
1071 variables, otherwise long Custom entries would make them ineffective.
1072
1073 * uniquify.el: Set maintainer to FSF.
1074
1075 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * dired-aux.el (dired-do-shell-command): Doc fix.
1078
1079 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1080
1081 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1082
1083 * which-func.el (which-func-modes): Add cperl-mode.
1084 (which-func-mode-global): Use define-minor-mode.
1085
1086 * info-look.el: Docstring fixes and dead code eliminated.
1087 (cperl-mode): Add support.
1088 (emacs-lisp-mode): List all entries from elisp manual, whether
1089 or not they are currently (f)bound or not. Update regexp.
1090
1091 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1092
1093 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1094 so that C-h m shows the correct information.
1095 Use make-local-variable rather than make-variable-buffer-local.
1096 (cperl-info-buffer, cperl-setup-tmp-buf):
1097 Use make-local-variable rather than make-variable-buffer-local.
1098 (cperl-msb-fix, cperl-get-help-defer):
1099 Check major-mode for `cperl-mode' as well.
1100
1101 * progmodes/cperl-mode.el: Updated to author version 4.23.
1102 (cperl-electric-pod): SYNOPSIS was misspelled.
1103 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1104 (cperl-after-expr-p): Make true after __END__.
1105
1106 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1107
1108 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1109 bookmark-completion-ignore-case is t.
1110
1111 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1112 switch, like xterm, and concat resource strings, with a newline
1113 between them.
1114
1115 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1116
1117 * international/codepage.el (cp770-decode-table)
1118 (cp773-decode-table, cp774-decode-table): New variables.
1119
1120 * man.el (Man-hyphenated-reference-regexp): New variable.
1121 (Man-build-references-alist): Use it to search for referenced
1122 manpages. If hyphenated is non-nil, record a concatenated word in
1123 Man-refpages-alist only if it matches Man-reference-regexp.
1124 Update word's length when it is concatenated. Reverse the list,
1125 to get the first manpage at the head.
1126 (Man-possibly-hyphenated-word): New function.
1127 (Man-follow-manual-reference): Use it instead of current-word to
1128 find a manpage at point, in a way that accounts for hyphenated
1129 references.
1130
1131 2001-03-06 Alex Schroeder <alex@gnu.org>
1132
1133 * sql.el (sql-interbase): New function.
1134 (sql-interbase-program): New option.
1135 (sql-interbase-options): New option.
1136 And some typos fixed: "customise" to "customize".
1137
1138 2001-03-06 Dave Love <fx@gnu.org>
1139
1140 * textmodes/flyspell.el (flyspell-region):
1141 Set up flyspell-local-mouse-map.
1142
1143 2001-03-05 Richard M. Stallman <rms@gnu.org>
1144
1145 * mail/rmail.el (rmail-retry-failure):
1146 Don't call rmail-beginning-of-message.
1147 Don't discard From: field. Do discard Received: field.
1148 Use unwind-protect to re-prune.
1149 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1150
1151 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1152
1153 * international/quail.el (quail-title): Add autoload cookie.
1154
1155 2001-03-05 Dave Love <fx@gnu.org>
1156
1157 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1158 new defs.
1159
1160 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1161
1162 * language/ethio-util.el (ethio-toggle-space):
1163 Update current-input-method-title if necessary.
1164 (ethio-toggle-punctuation): Likewise.
1165
1166 * international/quail.el (quail-title): Fix for the case that a
1167 title of an input method is specified by a list of the same form
1168 as used in mode-line-format.
1169
1170 * international/mule-cmds.el (activate-input-method):
1171 If current-input-method-title is set by activating INPUT-METHOD,
1172 respect that value.
1173
1174 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1175
1176 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1177
1178 2001-03-05 Alex Schroeder <alex@gnu.org>
1179
1180 * sql.el (sql-sybase): Fix typo (was: query user about server two
1181 times instead of server and database).
1182
1183 * sql.el (sql-sybase): Doc change.
1184 (sql-mysql): Doc change.
1185 (sql-postgres): Doc change.
1186
1187 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1188
1189 * international/mule-conf.el (emacs-mule, raw-text):
1190 Docstring modified.
1191
1192 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1193
1194 * term/internal.el: Update copyright notice.
1195
1196 * term/pc-win.el: Update copyright notice.
1197
1198 2001-03-02 Dave Love <fx@gnu.org>
1199
1200 * files.el (insert-file-contents-literally):
1201 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1202 not jka-compr-compression-info-list.
1203
1204 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1205
1206 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1207 spaces in default comment-start-skip settings rather than \s-.
1208
1209 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1210
1211 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1212 default-frame-alist as well.
1213
1214 2001-03-01 Dave Love <fx@gnu.org>
1215
1216 * textmodes/reftex.el (defvar): Wrap some defvars in
1217 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1218
1219 * subr.el (event-basic-type): Doc fix.
1220
1221 * international/quail.el: Doc fixes.
1222
1223 * international/utf-8.el: Doc fixes.
1224
1225 * international/mule-cmds.el: Doc fixes.
1226 (leim-list-header): Fix header text.
1227
1228 * international/mule.el (coding-system-category): Doc fix.
1229
1230 * international/ccl.el (ccl-compile): Doc fix.
1231
1232 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1233
1234 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1235 rather than (before|after)-change-functions.
1236
1237 2001-03-01 Gerd Moellmann <gerd@gnu.org>
1238
1239 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1240 scroll-left and scroll-right being called interactively so that
1241 they set the window's min_hscroll.
1242
1243 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * info.el (info-insert-file-contents-1): Accept an additional
1246 argument `lfn': if it is non-nil, concatenate `filename' and
1247 `suffix'; otherwise use the complicated MS-DOS code.
1248 All callers changed.
1249 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1250 can access long file names, try the long file-name version of
1251 `info-insert-file-contents-1', then the short file-name version.
1252
1253 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1254
1255 * language/ethio-util.el (setup-ethiopic-environment-internal):
1256 Change bindings of functions keys to conform to "Emacs Lisp Coding
1257 Convention".
1258
1259 * language/ethiopic.el ("Ethiopic"): Add documentation.
1260
1261 2001-02-28 Kenichi Handa <handa@etl.go.jp>
1262
1263 * international/utf-8.el (mule-utf-8): Set coding-category
1264 property to coding-category-utf-8.
1265
1266 2001-02-27 Richard M. Stallman <rms@gnu.org>
1267
1268 * lpr.el (lpr-page-header-switches, print-region-1):
1269 Undo 2000-07-06 change.
1270 (lpr-add-switches): Default to t on gnu/linux.
1271
1272 2001-02-27 Gerd Moellmann <gerd@gnu.org>
1273
1274 * bs.el (bs-attributes-list): Doc fix.
1275
1276 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1277
1278 * help.el (describe-project): Display the file THE-GNU-PROJECT.
1279
1280 * help.el (view-order-manuals): Use goto-address.
1281
1282 * startup.el (command-line-1): Add info about ordering manuals
1283 to the not so fancy splash screens.
1284
1285 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1286
1287 * vc.el (vc-default-workfile-unchanged-p)
1288 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1289
1290 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1291
1292 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1293 fontify in the right buffer.
1294
1295 * allout.el (outline-flag-region): Move macro in front of first
1296 use to avoid a run-time error.
1297
1298 2001-02-24 Andrew Innes <andrewi@gnu.org>
1299
1300 * makefile.w32-in: Fix copyright notice.
1301
1302 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1303
1304 * international/utf-8.el (mule-utf-8): Set correct value for
1305 valid-codes property.
1306
1307 * international/fontset.el (x-complement-fontset-spec): In the
1308 case that we use ASCII font for the other charsets, use only
1309 family and registry part of it.
1310
1311 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1312
1313 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1314 (shrink-window-if-larger-than-buffer): Doc fix.
1315
1316 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1317
1318 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1319 predicate passed to completing-read.
1320
1321 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1322
1323 * startup.el (command-line): Fix last change.
1324
1325 2001-02-23 Jason Rumney <jasonr@gnu.org>
1326
1327 * startup.el (tool-bar-originally-present): New variable.
1328 (command-line): Set it if the tool-bar is switched on at startup.
1329
1330 * frame.el (frame-notice-user-settings): Only adjust frame height
1331 for no tool-bar case if tool-bar was originally switched on.
1332 From E. Jay Berkenbilt.
1333
1334 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1335
1336 * server.el (server-switch-buffer): Only switch window if the
1337 current one is dedicated.
1338
1339 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1340 rather than using (match-beginning 0) when searching for break point.
1341
1342 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1345 @ follows an accent command such as @'. Support optional braces
1346 in commands that insert accents, like makeinfo does.
1347
1348 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1349
1350 * startup.el (fancy-splash-text): Add a line for ordering
1351 manuals. Reverse order of splash screens shown.
1352 (use-fancy-splash-screens-p): Adapt to the text line added.
1353
1354 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1355 manuals from the FSF.
1356
1357 * help.el (view-order-manuals): New function.
1358 (toplevel): Bind C-h C-m to this function.
1359
1360 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1361
1362 * newcomment.el (comment-forward): Skip the comment-start before
1363 searching for the comment-end.
1364
1365 2001-02-21 Dave Love <fx@gnu.org>
1366
1367 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1368
1369 * international/mule-cmds.el, international/mule.el: Doc fixes.
1370
1371 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1372 (fortune) <defgroup>: Add :link.
1373 (fortune-from-region): Use eq, not eql.
1374
1375 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1376
1377 * startup.el (fancy-splash-screens): Use display-hourglass
1378 instead of display-busy-cursor.
1379
1380 * frame.el (display-hourglass): Renamed from busy-cursor.
1381 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1382 (show-cursor-in-non-selected-windows): Doc fix.
1383
1384 2001-02-20 Dave Love <fx@gnu.org>
1385
1386 * international/utf-8.el: Doc and commentary fixes.
1387
1388 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1389
1390 * ehelp.el (with-electric-help): Doc fix.
1391
1392 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1393
1394 * msb.el (msb-mode): Call the update-buffers function explicitly
1395 with a FORCE argument.
1396
1397 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1398 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1399 returns nil.
1400
1401 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1402
1403 * ps-print.el: Timestamp package replacement. Some enhancements.
1404 Some XEmacs compatibility. Doc fix.
1405 (ps-print-version): New version number (6.4).
1406 (ps-printer-name): Initialization fix.
1407 (ps-zebra-stripe-follow): Funcionality enhancement.
1408 (ps-prologue-file): Code enhancement.
1409 (ps-right-header): Timestamp package replacement.
1410 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1411 (ps-get-page-dimensions)
1412 (ps-generate-header, ps-begin-file, ps-begin-job)
1413 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1414 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1415 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1416 (coding-system-for-write): Var declaration (XEmacs compatibility).
1417
1418 2001-02-20 Miles Bader <miles@gnu.org>
1419
1420 * image-file.el (image-file-name-extensions): Add "tif".
1421
1422 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1423
1424 * wid-edit.el (widget-button-click): Save the selected window
1425 around the code handling clicks on buttons.
1426
1427 2001-02-18 Dave Love <fx@gnu.org>
1428
1429 * imenu.el (imenu--generic-function): Use mapc to iterate over
1430 syntax characters.
1431
1432 2001-02-17 Richard M. Stallman <rms@gnu.org>
1433
1434 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1435
1436 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1437
1438 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1439
1440 * mouse.el (mouse-save-then-kill): If the distance from the new
1441 point to the mark is equal to the distance of point from the new
1442 point, move point instead of the mark.
1443
1444 2001-02-16 Dave Love <fx@gnu.org>
1445
1446 * textmodes/flyspell.el (flyspell-get-word): Return string without
1447 properties.
1448
1449 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1450
1451 * generic.el (generic-find-file-regexp): Doc fix.
1452 (generic-ignore-files-regexp): New defcustom.
1453 (generic-mode-find-file-hook): If the file's name matches the
1454 regexp in `generic-ignore-files-regexp', don't enter
1455 default-generic-mode. Doc fix.
1456
1457 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1458
1459 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1460 Add autoload cookies.
1461
1462 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1463 of cal-tex-24.
1464
1465 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1466
1467 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1468
1469 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1470 the character class after the (optional) drive, to support file
1471 names with embedded blanks.
1472
1473 2001-02-15 Sam Steingold <sds@gnu.org>
1474
1475 * textmodes/tex-mode.el (tex-shell-running):
1476 Check the process buffer too.
1477
1478 2001-02-15 Dave Love <fx@gnu.org>
1479
1480 * battery.el (battery-status-function): Fix doc, :type.
1481
1482 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1483
1484 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1485
1486 * subr.el (read-passwd): Clear Lisp memory holding password.
1487
1488 2001-02-15 Miles Bader <miles@gnu.org>
1489
1490 * info.el (Info-copy-current-node-name): New function.
1491 (Info-mode-menu): Add it to the menu.
1492
1493 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1494
1495 * international/mule-cmds.el (toggle-input-method): Doc fix.
1496
1497 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1498
1499 * replace.el (occur): Stop at end of buffer.
1500
1501 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1502
1503 * international/mule-cmds.el (set-input-method): Another doc fix.
1504
1505 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1506
1507 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1508
1509 2001-02-13 Miles Bader <miles@gnu.org>
1510
1511 * faces.el (set-face-background, set-face-foreground)
1512 (set-face-stipple): Treat a value of nil as being `unspecified'.
1513
1514 2001-02-12 Dave Love <d.love@dl.ac.uk>
1515
1516 * international/latin1-disp.el: Doc fixes.
1517 (latin1-display) <defgroup>: Add :link.
1518 (latin1-display) <function>: Set variable latin1-display.
1519
1520 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1521
1522 * international/mule-cmds.el (set-input-method): Doc fix.
1523
1524 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1525
1526 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1527 (speedbar-line-file): Return nil if not a file.
1528 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1529
1530 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1531
1532 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1533 for remote files.
1534 (ediff-coding-system-for-read): Replaced the no-conversion default
1535 with raw-text.
1536
1537 * ediff-init.el: Removed :version from defcustom vars.
1538
1539 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1540 Better handling of the diff mode.
1541
1542 * ediff.texi: Added ediff-coding-system-for-read.
1543
1544 * viper.texi: Fix typos.
1545
1546 2001-02-11 Dave Love <fx@gnu.org>
1547
1548 * shadowfile.el: Doc fixes.
1549 (shadow) <defgroup>: Add :link.
1550 (shadowfile-unload-hook): New function.
1551 (shadow-initialize): Use defalias, not fset.
1552 (shadow-define-cluster, shadow-define-literal-group)
1553 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1554
1555 * international/mule.el: Doc and message fixes.
1556
1557 * international/ccl.el (define-ccl-program): Doc fix.
1558
1559 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1560
1561 * faces.el (mode-line): Set :line-width property to -1.
1562
1563 2001-02-10 Richard M. Stallman <rms@gnu.org>
1564
1565 * complete.el (partial-completion-mode): Doc fix.
1566
1567 * simple.el (delete-key-deletes-forward-mode):
1568 Change `let' to `let*' to fix gross bug in last change.
1569
1570 * repeat.el (repeat): Don't let execute-kbd-macro alter
1571 real-last-command.
1572
1573 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * simple.el (eval-expression): Doc fix.
1576
1577 2001-02-09 Dave Love <fx@gnu.org>
1578
1579 * imenu.el (imenu-generic-expression): Doc fix.
1580
1581 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1582 From Juanma Barranquero.
1583
1584 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1585
1586 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1587
1588 * faces.el (set-face-attribute): Describe the case of a negative
1589 value specified for :line-width.
1590
1591 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1592
1593 * which-func.el (which-func-mode): Invert which-func-mode-global.
1594 From Juanma Barranquero <lektu@uol.com.br>.
1595
1596 2001-02-08 Dave Love <fx@gnu.org>
1597
1598 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1599 widget-plist-value-type.
1600 (widget-alist-convert-widget): Replace binding of
1601 widget-alist-value-type.
1602
1603 * textmodes/paragraphs.el (sentence-end): Doc fix.
1604
1605 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1606 Remove `backward-line'.
1607
1608 * play/pong.el (pong-blank-color, pong-bat-color)
1609 (pong-ball-color, pong-border-color, pong-left-key)
1610 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1611 (pong-pause-key, pong-resume-key, pong-timer-delay):
1612 * mail/mh-comp.el (mh-compose-letter-function):
1613 * eshell/esh-mode.el (eshell-skip-prompt-function):
1614 * emulation/viper-ex.el (ex-unix-type-shell-options):
1615 * recentf.el (recentf-menu-filter):
1616 * ps-print.el (ps-print-region-function):
1617 * lpr.el (print-region-function):
1618 * forms.el (forms-mode-hooks):
1619 * dirtrack.el (dirtrack-directory-change-hook):
1620 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1621 * textmodes/spell.el (spell-filter):
1622 * textmodes/fill.el (adaptive-fill-function):
1623 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1624 * progmodes/etags.el (find-tag-default-function):
1625 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1626 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1627
1628 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1629
1630 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1631 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1632 Meyering <jim@meyering.net>.
1633
1634 * loadup.el: Revert last change.
1635
1636 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1637
1638 * international/mule.el (transform-make-coding-system-args):
1639 Make it work also for coding systems not using CCL.
1640
1641 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1642
1643 * simple.el (previous-matching-history-element)
1644 (next-matching-history-element): Doc fix.
1645
1646 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1647 specific part.
1648
1649 2001-02-06 Dave Love <fx@gnu.org>
1650
1651 * add-log.el (add-log-current-defun-function)
1652 (add-log-buffer-file-name-function, add-log-file-name-function):
1653 Fix :type.
1654 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1655
1656 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1657
1658 * info.el (info-initialize): Remove the test for system-type when
1659 invocation-directory is non-nil.
1660
1661 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1662 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1663
1664 2001-02-06 Andrew Innes <andrewi@gnu.org>
1665
1666 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1667 absolute.
1668
1669 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1670
1671 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1672 buffers. When hi-lock turned on rather than only checking current
1673 buffer for regexps, all buffers are checked. Moved activation of
1674 font-lock to hi-lock-refontify. When font-lock turned off rather
1675 than removing added highlighting just in current buffer, remove it
1676 in all buffers. Changed edit menu text from "Automatic
1677 Highlighting" to "Regexp Highlighting" Documentation for
1678 highlighting phrases, minor documentation changes.
1679 (hi-lock-set-file-patterns): Execute only if there are new or
1680 existing file patterns.
1681 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1682 unfontify and, if a support mode is active, will not refontify the
1683 whole buffer. If necessary, turn on font lock. (Removed
1684 font-lock-unfontify and font-lock support-mode-specific calls,
1685 such as lazy-lock-fontify-window.)
1686 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1687 patterns are found. Not useful now since find-file-hook is removed
1688 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1689 (hi-lock-face-phrase-buffer): New function. Also added related
1690 menu item and keybinding.
1691 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1692 (hi-lock-process-phrase): New function.
1693 (hi-lock-line-face-buffer): Doc fixes.
1694 (hi-lock-face-buffer): Doc fixes.
1695 (hi-lock-unface-buffer): Doc fixes.
1696
1697 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1698
1699 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1700 dabbrev-ignored-regexps.
1701
1702 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1703
1704 * simple.el (kill-line): Doc fix.
1705
1706 2001-02-05 Dave Love <fx@gnu.org>
1707
1708 * loadup.el: Revert last two changes -- bootstrapping works with
1709 regenerated loaddefs.
1710
1711 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1712
1713 * isearch.el (isearch-forward): Doc fix.
1714
1715 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1716 of font-lock-defaults to backward-paragraph.
1717
1718 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1719
1720 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1721 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1722
1723 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1724
1725 * ebnf2ps.el: Eliminate time-stamp functions.
1726 (ebnf-version): New version (3.5).
1727 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1728 format-time-string.
1729
1730 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1731
1732 * simple.el (next-line): Goto end-of-line before inserting a newline.
1733
1734 2001-02-05 Miles Bader <miles@gnu.org>
1735
1736 * image-file.el (insert-image-file): When visiting an image, also
1737 set `truncate-lines' to t so that any fringe arrow looks correct.
1738
1739 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1740
1741 * isearch.el (isearch-forward): Add description about input method
1742 in the docsting.
1743
1744 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1745
1746 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1747
1748 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1749
1750 * info.el (info-initialize): If installation-directory is nil, for
1751 DOS/Windows systems try looking in a sibling of invocation-directory.
1752
1753 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1754
1755 * wid-edit.el (widget-button-click): Fix last change.
1756
1757 * frame.el (frame-notice-user-settings): When resizing the initial
1758 frame because the tool bar is off, also change the frame's top
1759 position if a negative top position was specified.
1760
1761 2001-02-02 Miles Bader <miles@gnu.org>
1762
1763 * image-file.el (insert-image-file): When visiting an image,
1764 suppress the cursor in the image buffer.
1765
1766 2001-02-01 Dave Love <fx@gnu.org>
1767
1768 * progmodes/f90.el (f90-mode): Remove startup message.
1769
1770 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1771
1772 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1773
1774 * startup.el (command-line): Fix code determining whether or not
1775 to use delete-key-deletes-forward-mode.
1776
1777 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1778
1779 * vc.el (vc-diff-switches): New user option.
1780 (vc-version-diff): Use it.
1781 (vc-diff-switches-list): New macro.
1782
1783 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1784 New customization options.
1785 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1786
1787 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1788
1789 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1790
1791 * msb.el (toplevel): Quote hook symbols.
1792
1793 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1794
1795 * international/mule.el (make-coding-system): Add description
1796 about recognized properties in the docstring.
1797
1798 * international/mule-conf.el: Remove unused charsets
1799 mac-roman-lower and mac-roman-upper.
1800
1801 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1802
1803 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1804 is in front of the left-margin, if any.
1805
1806 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1807 like `delete'.
1808
1809 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1810
1811 * term/w32-win.el (mouse-set-font): Doc fix.
1812
1813 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1814
1815 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1816 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1817 on already.
1818
1819 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1820
1821 * files.el (save-buffer): Don't give message if (buffer-file-name)
1822 returns nil.
1823
1824 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1825
1826 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1827
1828 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1829 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1830
1831 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1832 display problems.
1833
1834 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1835
1836 * international/mule.el (charset-info): Fix docstring.
1837
1838 * international/mule-diag.el (describe-character-set): Check final
1839 char valid before printing it.
1840
1841 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1842
1843 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1844
1845 * frame.el (frame-notice-user-settings): Do the tool-bar
1846 stuff only for graphical displays. Fix a braino.
1847
1848 * frame.el (frame-initialize): Create initial frame visible.
1849 (frame-notice-user-settings): When tool-bar has been switched off,
1850 correct the frame size and sync tool-bar-mode.
1851
1852 * startup.el (command-line): Remove manipulation of frame
1853 height for tool bars.
1854
1855 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1856
1857 * lpr.el: Compatibility with XEmacs and doc fixes.
1858 (lpr-windows-system, lpr-lp-system): New vars.
1859 (lpr-printer-switch): New defcustom.
1860 (printer-name, lpr-command): Customization fix.
1861 (print-region-1): Code fix.
1862 (print-region-new-buffer, printify-region): Indentation fix.
1863 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1864 New functions.
1865
1866 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1867
1868 * msb.el (toplevel): Fix the eval-after-load.
1869
1870 2001-01-29 Dave Love <fx@gnu.org>
1871
1872 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1873
1874 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1875
1876 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1877 (tcl-using-emacs-19-23): Consider Emacs 21+.
1878 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1879 (tcl-add-emacs-menu): Supply menu name.
1880 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1881
1882 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1883
1884 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1885
1886 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1887
1888 * pcvs.el (cvs-mark-fis-dead): New function.
1889 (cvs-mode-add): Use it.
1890 (cvs-mode-add-change-log-entry-other-window):
1891 Rebind change-log-default-name to itself rather than to nil.
1892
1893 2001-01-29 Sam Steingold <sds@gnu.org>
1894
1895 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1896 `autoload' statements.
1897
1898 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1899
1900 * files.el (confirm-kill-emacs): Doc fix.
1901
1902 * frame.el (frame-initialize): Doc fix.
1903
1904 * time-stamp.el (time-stamp-string): Doc fix.
1905
1906 * woman.el (WoMan-log-1): Make the log buffer writable.
1907 From Markus Rost <rost@math.ohio-state.edu>.
1908
1909 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1910
1911 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1912 the `make-variable-buffer-local'.
1913
1914 2001-01-29 Dave Love <fx@gnu.org>
1915
1916 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1917 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1918 Add autoload cookie.
1919 (ansi-color-apply-sequence): Fix typo.
1920
1921 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1922
1923 * menu-bar.el (menu-bar-files-menu): Add menu items for
1924 Postscript printing in black and white.
1925
1926 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1927 X-Mailman-Version, Precedence, List-Help, List-Post,
1928 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1929 Content-Type, Content-Length.
1930
1931 2001-01-29 Dave Love <fx@gnu.org>
1932
1933 * elide-head.el (elide-head): Make overlay evaporate.
1934
1935 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1936
1937 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * isearch.el (isearch-highlight): Don't punt if the display
1940 doesn't support colors, since isearch faces are defined for
1941 monochrome displays as well.
1942
1943 2001-01-27 Sam Steingold <sds@gnu.org>
1944
1945 * shell.el (shell-write-history-on-exit): Make sure that we are in
1946 the shell buffer (M-x tex-file RET inserted the error message into
1947 the TeX buffer).
1948
1949 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1950
1951 * simple.el (transient-mark-mode): Doc fix.
1952
1953 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1954
1955 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1956
1957 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1958
1959 * shell.el (shell-unquote-argument): If the shell is one of the
1960 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1961 quote character.
1962 (shell-dumb-shell-regexp): Document that the shells which match
1963 this regexp are supposed to not treat a backslash as a quote character.
1964
1965 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1966 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
1967
1968 2001-01-27 Richard M. Stallman <rms@gnu.org>
1969
1970 * dabbrev.el (dabbrev--substitute-expansion):
1971 Treat a one-capital-letter abbrev as "not all upper case",
1972 so as to force preservation of the expansion's pattern
1973 if the expansion starts with a capital letter.
1974
1975 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1976
1977 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1978 Doc fix.
1979
1980 * simple.el (transient-mark-mode): Document the fact that many
1981 commands act on the region when mark is active.
1982
1983 2001-01-27 Kenichi Handa <handa@etl.go.jp>
1984
1985 * international/quail.el (quail-setup-completion-buf): Make the
1986 multibyteness of current buffer inherited to Quail completion buffer.
1987 (quail-show-guidance-buf): Make the multibyteness of current
1988 buffer inherited to Quail guidance buffer.
1989 (quail-help): Make the multibyteness of current buffer inherited
1990 to Quail help buffer.
1991
1992 2001-01-26 Dave Love <fx@gnu.org>
1993
1994 * time-stamp.el: Doc fixes.
1995
1996 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1997 (delphi-keyword-face, delphi-other-face): Fix :type.
1998
1999 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
2000
2001 * mail/feedmail.el (feedmail): Add :link.
2002 (feedmail-send-it): Doc fix.
2003
2004 * mail/sendmail.el: Doc fixes.
2005 (sendmail-send-it): Fix the non-ASCII regexp and use
2006 rfc2047-encode-string.
2007
2008 * dired.el, dired-aux.el: Revert last change.
2009
2010 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2011
2012 * makefile.w32-in (DONTCOMPILE): Add various term files.
2013
2014 2001-01-26 Dave Love <fx@gnu.org>
2015
2016 * Makefile.in (DONTCOMPILE): Add various term files.
2017
2018 2001-01-26 Gerd Moellmann <gerd@gnu.org>
2019
2020 * man.el (Man-default-man-entry, Man-mode): Doc fix.
2021
2022 * startup.el (display-startup-echo-area-message): Make sure
2023 the echo area is resized to fit the size of the startup message.
2024
2025 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
2026 part of which is a constant.
2027
2028 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2029
2030 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
2031
2032 2001-01-26 Richard M. Stallman <rms@gnu.org>
2033
2034 * simple.el (next-line): Don't let `newline' expand abbrevs.
2035 Simplify slightly.
2036 (open-line): Don't let `newline' expand abbrevs.
2037
2038 2001-01-25 John Wiegley <johnw@gnu.org>
2039
2040 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
2041 to `repeat' in the :type field.
2042
2043 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
2044 allow a choice of regexp or nil.
2045 (pcomplete-dir-ignore): Same.
2046
2047 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
2048 a command) to always fail.
2049
2050 2001-01-25 Gerd Moellmann <gerd@gnu.org>
2051
2052 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2053 discard the result.
2054 (iswitchb-to-end): Likewise.
2055
2056 2001-01-25 Sam Steingold <sds@gnu.org>
2057
2058 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2059 Require vc.
2060
2061 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2062
2063 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2064
2065 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2066
2067 2001-01-25 Dave Love <fx@gnu.org>
2068
2069 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2070 (describe-coding-system): Tweak the English text.
2071
2072 * loadup.el: Preload international/ccl for utf-8.
2073
2074 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2075
2076 * mail/rmail.el (rmail-redecode-body): Doc fix.
2077
2078 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2079
2080 * international/mule-cmds.el (reset-language-environment):
2081 Reset coding-category-utf-8 to mule-utf-8.
2082
2083 * international/mule-conf.el (coding-category-utf-8):
2084 Initialize to mule-utf-8.
2085
2086 * loadup.el: Preload international/utf-8.
2087
2088 * international/utf-8.el: New file.
2089
2090 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2091
2092 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2093
2094 2001-01-24 Sam Steingold <sds@gnu.org>
2095
2096 * dired.el (dired-replace-in-string): Removed.
2097 (dired-sort-toggle): Use `replace-regexps-in-string'
2098 instead of `dired-replace-in-string'.
2099
2100 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2101 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2102
2103 * gs.el (gs-replace-in-string): Removed.
2104 (gs-options): Use `replace-regexps-in-string'
2105 instead of `gs-replace-in-string'.
2106
2107 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2108
2109 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2110 bug report is mailed to an email list and posted to a news group.
2111
2112 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2113
2114 * comint.el (comint-replace-by-expanded-history-before-point):
2115 Fix change of 2000-08-03 to move point to the start of the line again.
2116
2117 * startup.el (tool-bar-images-pixel-height): New variable.
2118 (command-line): After loading the user's init file, when
2119 tool-bar-mode is on, increase the frame's size by some lines for
2120 the tool-bar.
2121
2122 * frame.el (frame-initialize): Create the initial frame invisible.
2123
2124 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2125
2126 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2127 (chinese-big5): MIME:Big5.
2128
2129 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2130
2131 * international/mule-cmds.el (universal-coding-system-argument):
2132 Handle commands with prefix args.
2133
2134 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2135
2136 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2137 being a list of numbers.
2138 (diary-mail-entries): Rewritten.
2139
2140 2001-01-23 Dave Love <fx@gnu.org>
2141
2142 * international/mule.el (make-coding-system): Fix typo.
2143
2144 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2145 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2146
2147 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * font-lock.el (font-lock-mode): Doc fix.
2150
2151 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2152
2153 * international/mule.el (make-translation-table): Fix docstring.
2154
2155 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2156
2157 * mail/rmail.el (rmail-redecode-body): New function.
2158
2159 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2160
2161 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2162
2163 * isearch.el (isearch-lazy-highlight-case-fold-search)
2164 (isearch-lazy-highlight-regexp): New variables.
2165 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2166 case-fold search or regexp search has been toggled.
2167
2168 * wid-edit.el (widget-button-click): Avoid a save-excursion
2169 around running a global binding.
2170
2171 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2172 to 0.25.
2173
2174 2001-01-20 Miles Bader <miles@gnu.org>
2175
2176 * cus-edit.el (custom-face-save): Do post-processing on the face's
2177 new value like `custom-face-set' does.
2178
2179 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2180
2181 * mail/emacsbug.el (report-emacs-bug): Report the value of
2182 LC_CTYPE, not LC_TYPE.
2183
2184 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2185 isearch-toggle-regexp and isearch-edit-string to doc string.
2186
2187 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2188
2189 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2190 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2191
2192 * jit-lock.el (jit-lock-fontify-now): Don't bind
2193 font-lock-beginning-of-syntax-function to nil.
2194
2195 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2196
2197 * mail/emacsbug.el (report-emacs-bug): Report values of
2198 locale-coding-system, default-enable-multibyte-characters, and the
2199 environment variables LC_ALL, LC_TYPE, and LANG.
2200
2201 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2202
2203 * font-lock.el (font-lock-default-fontify-region): Fix last change.
2204
2205 * font-lock.el (font-lock-multiline): Default to nil.
2206 (font-lock-default-fontify-region): If font-lock-multiline is
2207 nil, don't check the property `font-lock-multiline'.
2208
2209 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2210 is nil, don't check the `font-lock-multiline' text property.
2211
2212 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2213
2214 * viper.el: Call initial-major-mode on startup.
2215
2216 * ediff.el (ediff-patch-file): Use better defaults.
2217
2218 * ediff-vers.el: Fix for 8+3 DOS file systems.
2219
2220 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
2221
2222 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2223 diff mode, if available.
2224
2225 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2226
2227 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2228
2229 * ediff-init.el (subst-char-in-string): Define and use it, unless
2230 it's already defined.
2231
2232 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2233
2234 * tooltip.el (tooltip-hide-delay): New user-option.
2235 (tooltip-show): Use tooltip-hide-delay instead of the default.
2236
2237 2001-01-18 Kenichi Handa <handa@etl.go.jp>
2238
2239 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2240 kill-local-variable doesn't work for enable-multibyte-characters.
2241
2242 2001-01-17 Dave Love <fx@gnu.org>
2243
2244 * ediff-init.el (ediff-before-setup-hook)
2245 (ediff-merge-filename-prefix): Add :version.
2246
2247 * international/latin1-disp.el: Require disp-table.
2248 (latin1-display): Fix :set.
2249
2250 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2251
2252 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2253
2254 * isearch.el (isearch-lazy-highlight-initial-delay)
2255 (isearch-lazy-highlight-interval): Default to 0.
2256
2257 2001-01-17 Bob Glickstein <bobg@zanshin.com>
2258
2259 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2260 1 here rather than each time through
2261 isearch-lazy-highlight-new-loop.
2262 (isearch-lazy-highlight-max): Variable deleted.
2263 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2264 isearch-lazy-highlight-max but controls a single invocation of
2265 isearch-lazy-highlight-update.
2266 (isearch-lazy-highlight-wrapped): Variable recreated.
2267 (isearch-lazy-highlight-window-start): New variable.
2268 (isearch-lazy-highlight-cleanup): Restored to behavior of
2269 before 2-Jan.
2270 (isearch-lazy-highlight-remove-overlays): Function deleted;
2271 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2272 behavior removed.
2273 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2274 isearch-lazy-highlight-update in a loop rather than just once.
2275 Test isearch-invalid-regexp here and decide not to start a new
2276 loop, rather than testing it each time through
2277 isearch-lazy-highlight-update.
2278 (isearch-lazy-highlight-search): Function restored.
2279 (isearch-lazy-highlight-update): Get called in a timer loop again,
2280 but this time highlight more than one match each time through.
2281 Only highlight matches in the visible part of the window.
2282 Start at point, move in the direction of the search, and wrap around at
2283 the edge of the window. Use sit-for to force redisplay and ensure
2284 window-start is credible. "Face suppressing" behavior removed;
2285 overlay priorities should make it unnecessary, right?
2286 (isearch-highlight): Face suppressing behavior removed.
2287 (isearch-dehighlight): Face suppressing behavior removed.
2288 (isearch-set-lazy-highlight-faces-at): Removed.
2289
2290 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2291
2292 * language/european.el ("Latin-1"): Make the format of description
2293 about additional language environments same as that of Latin-2.
2294
2295 2001-01-16 Dave Love <fx@gnu.org>
2296
2297 * isearch.el (isearch-lazy-highlight): Add :version.
2298
2299 * simple.el (backward-delete-char-untabify-method)
2300 (next-line-add-newlines): Add :version.
2301
2302 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2303
2304 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2305 Don't bind <delete> otherwise.
2306
2307 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2308 and <delete> via function-key-map.
2309
2310 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2311 Subject line only if point is after the `Subject:'.
2312
2313 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2314
2315 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2316 japanese-jisx0213-2 in `charset' property of this lang. env.
2317
2318 * language/european.el ("Latin-1"): Add description for Dutch and
2319 Spanish lang. env.
2320
2321 * international/mule.el (decode-char): Fix conditions.
2322 (encode-char): Handle eight-bit-control too.
2323 (transform-make-coding-system-args): New function.
2324 (make-coding-system): Accept XEmacs style arguments for CCL base
2325 coding system.
2326
2327 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2328
2329 * progmodes/etags.el (find-tag-noselect): Save the value of
2330 tags-file-name before switching buffers, for the case it has a
2331 buffer-local value.
2332
2333 2001-01-15 Alex Schroeder <alex@gnu.org>
2334
2335 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2336 From Dave Love <fx@gnu.org>.
2337 (ansi-color-for-comint-mode): Fix :version.
2338
2339 2001-01-15 Alex Schroeder <alex@gnu.org>
2340
2341 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2342
2343 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2344
2345 * dired.el (dired-insert-directory): If file-system-info fails,
2346 remove the " free " part, but don't signal an error.
2347
2348 2001-01-12 Sam Steingold <sds@gnu.org>
2349
2350 * bookmark.el (bookmark-maybe-historicize-string):
2351 Use new backquote syntax.
2352
2353 2001-01-12 Richard M. Stallman <rms@gnu.org>
2354
2355 * subr.el (last): Handle a list that doesn't end in nil.
2356
2357 2001-01-12 Sam Steingold <sds@gnu.org>
2358
2359 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2360 to `backward-delete-char-untabify'.
2361
2362 2001-01-12 Dave Love <fx@gnu.org>
2363
2364 * cus-edit.el (customize-menu-create): Fix the :filter following
2365 easymenu change.
2366
2367 * wid-edit.el (function): Add :match-alternatives.
2368 (widget-color-action): Doc fix.
2369
2370 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2371
2372 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2373
2374 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2375
2376 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2377
2378 * international/ccl.el (define-ccl-program): Fix docstring.
2379
2380 2001-01-11 Dave Love <fx@gnu.org>
2381
2382 * international/mule-cmds.el (standard-display-european-internal):
2383 Set display table for 2208 as for 160.
2384
2385 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2386
2387 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2388 entry for custom-menu-create change.
2389 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2390 don't cons it in the search loop.
2391
2392 * imenu.el (imenu--truncate-items): Revert last change.
2393
2394 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2395
2396 * info.el (Info-setup-header-line): If the node header includes
2397 either Next: or Prev: links, don't show the File: and Node: parts
2398 in the header line.
2399
2400 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2401
2402 * comint.el (comint-goto-process-mark): Don't print a message
2403 when running in batch mode.
2404
2405 * isearch.el (isearch-search): In the condition-case handler for
2406 `error', set isearch-invalid-regexp to the whole error message.
2407
2408 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2409 ensure that eval-after-load works for files dumped with Emacs.
2410
2411 * help.el (load-symbol-file-load-history): New function extracted
2412 from function symbol-file.
2413 (symbol-file): Use it.
2414
2415 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2416
2417 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2418
2419 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2420 behave as if there were no prefix argument.
2421 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2422 argument were nil.
2423
2424 2001-01-11 Richard M. Stallman <rms@gnu.org>
2425
2426 * isearch.el (isearch-lazy-highlight-update):
2427 Don't look for more potential matches once maximum is exceeded.
2428 Use overlays-in to check correctly for overlap with current match.
2429 Ignore empty matches.
2430
2431 2001-01-11 Miles Bader <miles@gnu.org>
2432
2433 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2434 (ispell-overlay-window, ispell-help, ispell-show-choices)
2435 (ispell-command-loop): Use it instead of `window-height'.
2436
2437 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2438
2439 * files.el (confirm-kill-emacs): New user-option.
2440 (save-buffers-kill-emacs): Ask for final confirmation before
2441 killing Emacs.
2442
2443 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2444 to nil.
2445
2446 2001-01-10 Dave Love <fx@gnu.org>
2447
2448 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2449
2450 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2451
2452 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2453
2454 * calculator.el (calculator-number-digits): Fix :type.
2455
2456 * vc-cvs.el (vc-cvs-header): Fix :type.
2457 * vc-rcs.el (vc-rcs-header): Fix :type.
2458 * vc-sccs.el (vc-sccs-header): Fix :type.
2459
2460 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2461
2462 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2463
2464 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2465
2466 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2467
2468 * simple.el (set-variable): Force a thorough redisplay for the
2469 case that the variable has an effect on the display, like
2470 `tab-width' has.
2471
2472 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2473
2474 * vc.el: Add documentation for backend interface.
2475
2476 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2477
2478 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2479
2480 * international/mule-conf.el (latin-extra-code-table): Set to t
2481 for \223 and \224.
2482
2483 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2484
2485 * international/mule-cmds.el (locale-language-names): Map "es" to
2486 "Spanish" and "nl" to "Dutch".
2487
2488 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2489
2490 * bindings.el (global-map): Bind <home> to beginning-of-line,
2491 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2492 C-<end> to end-of-buffer.
2493
2494 * language/european.el: Add Dutch and Spanish language info
2495 to be able to use the appropriate tutorials.
2496
2497 2001-01-09 Alex Schroeder <alex@gnu.org>
2498
2499 * ansi-color.el (ansi-color-process-output): Use markers instead
2500 of positions for start and end of region.
2501 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2502 Previously, occasional mistakes happend when fontifying many
2503 chunks of output (eg. ls --color=yes /dev). This happened
2504 whenever an overlay was created up to the end of the region, which
2505 coincided with the process-mark. New text would then be added
2506 within that overlay instead of after it.
2507 (ansi-color-make-extent): Overlays are created with the property
2508 `modification-hooks' set to '(ansi-color-freeze-overlay).
2509 (ansi-color-freeze-overlay): New function. When inserting text at
2510 the end of the overlay, the overlay will resize.
2511
2512 2000-01-09 Alex Schroeder <alex@gnu.org>
2513
2514 * ansi-color.el (ansi-color-process-output): Doc change.
2515 (ansi-color-unfontify-region): Doc change. No longer installed
2516 automatically in font-lock-unfontify-region-function.
2517 (ansi-color-apply): Doc change.
2518 (ansi-color-apply-on-region): Use extents or overlays instead of
2519 text-properties.
2520 (ansi-color-make-extent): New function.
2521 (ansi-color-set-extent-face): New function.
2522
2523 2000-01-09 Alex Schroeder <alex@gnu.org>
2524
2525 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2526 both use ansi-color-process-output, now.
2527 (ansi-color-process-output): Doesn't return string anymore. It is
2528 installed in comint-output-filter-functions for both Emacs and
2529 XEmacs, now.
2530 (ansi-color-unfontify-region): Simplified code removing variables
2531 pos and start-ansi.
2532 (ansi-color-apply): Put text-property ansi-color before putting
2533 text-property face because ansi-color-unfontify-region is called
2534 immediately after the call to put-text-property.
2535 (ansi-color-context-region): Doc change.
2536 (ansi-color-filter-region): Simplified code.
2537 (ansi-color-apply-on-region): Changed start to start-marker, using
2538 a marker explicitly. Put text-property ansi-color before putting
2539 text-property face because ansi-color-unfontify-region is called
2540 immediately after the call to put-text-property.
2541
2542 2000-01-09 Alex Schroeder <alex@gnu.org>
2543
2544 * ansi-color.el (ansi-color-faces-vector): Doc change.
2545 (ansi-color-for-comint-mode): Changed :type property to choice.
2546 (ansi-color-last-context): Removed.
2547 (ansi-color-process-output): Don't use ansi-color-last-context, as
2548 the main functions will store their context now.
2549 (ansi-color-context): Doc change.
2550 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2551 Uses ansi-color-context such that repeated calls will strip
2552 partial escape sequences, too.
2553 (ansi-color-apply): Simplified code. Colorize end of string if
2554 face is not null. Store context in new (FACE STRING) format, such
2555 that repeated calls will strip partial escape sequences, too.
2556 Append faces to face property using ansi-color-apply-sequence such
2557 that cumulative mode actually works.
2558 (ansi-color-context-region): New variable.
2559 (ansi-color-filter-region): Rewrote it based on
2560 ansi-color-apply-on-region. Uses ansi-color-context-region such
2561 that repeated calls will strip partial escape sequences, too.
2562 (ansi-color-apply-on-region): Simplified code. Colorize end of
2563 region if face is not null. Store context in new (FACE POS)
2564 format, such that repeated calls will strip partial escape
2565 sequences, too. Append faces to face property using
2566 ansi-color-apply-sequence such that cumulative mode actually works.
2567 (ansi-color-apply-sequence): New function.
2568 (ansi-color-get-face): When the default face is added to the list
2569 of faces, all previous settings are discarded and the list of
2570 faces is set to '(default).
2571
2572 2000-01-09 Alex Schroeder <alex@gnu.org>
2573
2574 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2575 face, such that ansi-color-apply and ansi-color-apply-on-region
2576 will do the right thing.
2577 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2578 returns nil, set the list of faces back to nil instead of
2579 appending the result of ansi-color-get-face to the front of the list.
2580
2581 2000-01-09 Alex Schroeder <alex@gnu.org>
2582
2583 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2584 (ansi-color-process): Doc change.
2585 (ansi-color-last-context): New buffer-local variable.
2586 (ansi-color-process-output): New function. It is automatically
2587 added to comint-output-filter-functions if this is XEmacs.
2588 (ansi-color-unfontify-region): New optional parameter for XEmacs
2589 compatibility. Check wether font-lock-syntactic-keywords is
2590 boundp before removing the syntax table text property, as XEmacs
2591 doesn't have it.
2592 (ansi-color-filter-region): Doc change.
2593 (ansi-color-apply-on-region): Doc change.
2594 (ansi-color-make-face): New function. Compatibility layer for
2595 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2596 (ansi-color-make-color-map): Use ansi-color-make-face.
2597 (ansi-color-get-face): Avoid face text property '(nil) as results
2598 in an errow for XEmacs.
2599
2600 2000-01-09 Alex Schroeder <alex@gnu.org>
2601
2602 * ansi-color.el (ansi-color-unfontify-region): New function.
2603 Uses text-property ansi-color in order to preserve fontification by
2604 ansi-color. When the package is loaded, a lambda expression is
2605 put onto font-lock-mode-hook. This lambda expression will check
2606 font-lock-unfontify-region-function and replace
2607 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2608 (ansi-color-apply): Add text-property ansi-color in addition to
2609 text-property face.
2610 (ansi-color-apply-on-region): Add text-property ansi-color in
2611 addition to text-property face.
2612 (save-buffer-state): Copy of the macro that is also used by
2613 lazy-lock and font-lock.
2614
2615 (ansi-color-for-comint-mode): New option.
2616 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2617 (ansi-color-for-comint-mode-off): Ditto.
2618 (ansi-color-for-comint-mode-filter): Ditto.
2619 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2620 decide what to do. This function is added to
2621 comint-preoutput-filter-functions when the package is loaded.
2622
2623 (ansi-color-for-shell-mode-set): Removed.
2624 (ansi-color-for-shell-mode): Removed.
2625
2626 2000-01-09 Alex Schroeder <alex@gnu.org>
2627
2628 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2629 the lambda expression from the ansi-color-for-shell-mode :set
2630 property. Additionally, modify shell-mode-hook to enable or
2631 disable font-lock-mode for future shell buffers.
2632 (ansi-color-for-shell-mode): The :set property calls
2633 ansi-color-for-shell-mode-set instead of a lambda expression.
2634
2635 2000-01-09 Alex Schroeder <alex@gnu.org>
2636
2637 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2638 (ansi-color-context): New variable.
2639 (ansi-color-apply): Save context between calls.
2640
2641 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2642
2643 * isearch.el (isearch, isearch-lazy-highlight-face):
2644 New definitions for face colors and attributes.
2645
2646 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2647 of display-mouse-p.
2648
2649 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2650
2651 * international/mule.el (make-coding-system): If the coding system
2652 accepts extra latin codes, register such codes as safe for the
2653 coding system.
2654
2655 2001-01-08 Richard M. Stallman <rms@gnu.org>
2656
2657 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2658 don't mention the file name or the date here, because they are
2659 logged at the start of the file.
2660
2661 2001-01-08 Richard M. Stallman <rms@gnu.org>
2662
2663 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2664 Change screen-width to frame-width.
2665
2666 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 * info.el (Info-search): Print the default as part of the prompt.
2669
2670 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2671
2672 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2673 constant implementations in backends.
2674
2675 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2676 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2677
2678 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2679 WRITABLE to EDITABLE.
2680
2681 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2682 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2683 to EDITABLE.
2684
2685 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2686
2687 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2688 (copyright, copyright-update): Compute the current year at run time.
2689
2690 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2691
2692 * isearch.el (isearch-old-signal-hook): Removed.
2693 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2694 instead of setting signal-hook-function.
2695 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2696
2697 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2698
2699 * emulation/edt.el: Update to version 4.0. Provide support for
2700 EDT scroll margins at top and bottom of the window. Provide an
2701 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2702 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2703 user when file-related buffer modifications exist.
2704 Provide support for running EDT Emulation in XEmacs.
2705 Provide customize access to some user updatable variables.
2706 Add Commentary section to file header.
2707 Fixed a few minor bugs and cleaned up some code.
2708
2709 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2710 for detecting a keypress that generates an ASCII key sequence.
2711 (Previously, only a keypress that generates a vector was
2712 recognized.) Embed Window Manager name into name of the generated
2713 EDT Emulation initialization file since the initialization file is
2714 Window Manager specific. Add Commentary section to file header.
2715
2716 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * mail/sendmail.el (mail-mode): Doc fix.
2719
2720 * info.el (Info-goto-emacs-command-node): Doc fix.
2721 (Info-goto-emacs-key-command-node): Doc fix.
2722
2723 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2724
2725 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2726 systems without long file-name support.
2727
2728 2001-01-06 Andrew Innes <andrewi@gnu.org>
2729
2730 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2731
2732 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2733
2734 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2735 (isearch-lazy-highlight-update): Doc fix.
2736
2737 * ffap.el (ffap-bindings): Doc fix.
2738
2739 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2740
2741 2001-01-05 Dave Love <fx@gnu.org>
2742
2743 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2744
2745 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2746
2747 * mouse-drag.el (mouse-drag-safe-scroll):
2748 Bind scroll-preserve-screen-position to nil.
2749
2750 * isearch.el (isearch-old-signal-hook): New variable.
2751 (isearch-mode): Set signal-hook-function to isearch-done.
2752 (isearch-done): Restore old signal-hook-function.
2753
2754 * info.el (Info-fontify-node): Mark one more char as intangible.
2755
2756 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2757
2758 * composite.el (compose-last-chars): New argument COMPONENTS.
2759 If it is non-nil, compose preceding characters by compose-region with
2760 COMPONENTS.
2761
2762 * international/quail.el (quail-input-string-to-events): New function.
2763 (quail-input-method): Convert input string to events here.
2764 (quail-start-translation): Return input string, not event list.
2765 (quail-start-conversion): Likewise.
2766
2767 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2768
2769 * tooltip.el (tooltip-cancel-delayed-tip)
2770 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2771 and tooltip-add-timeout.
2772 (tooltip-show): Set border color from faces's foreground.
2773 (tooltip-show-help-function): If called with the same help string
2774 as last time, do nothing.
2775 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2776
2777 * startup.el (fancy-splash-screens): Don't bind show-help-function
2778 to nil.
2779
2780 * tooltip.el (tooltip-frame-parameters): Remove colors.
2781 (tooltip): New face
2782 (tooltip-set-param): New function.
2783 (tooltip-show): Set up color frame parameters from face `tooltip'.
2784 Display the tooltip text in face `tooltip'.
2785
2786 2001-01-04 Dave Love <fx@gnu.org>
2787
2788 * whitespace.el (whitespace-global-mode): Fix typo.
2789
2790 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2791
2792 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2793
2794 * help.el (help-for-help): Fix a typo in a doc string.
2795 From kwzh@gnu.org (Karl Heuer).
2796
2797 2001-01-03 Dave Love <fx@gnu.org>
2798
2799 * dired-x.el: Doc fixes. Maintainer change.
2800 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2801 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2802 (dired-guess-shell-alist-user): Customize.
2803 (dired-x-help-address): Set to bug-gnu-emacs.
2804 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2805 (dired-default-directory): Renamed from default-directory.
2806
2807 * hl-line.el (hl-line): Doc fix.
2808
2809 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2810
2811 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2812
2813 2001-01-02 Richard M. Stallman <rms@gnu.org>
2814
2815 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2816 to remove all the current alternative-match highlighting.
2817 If nil, remove only what's outside the current window.
2818 (isearch-lazy-highlight-remove-overlays): Take optional
2819 region within which NOT to remove them.
2820 (isearch-lazy-highlight-new-loop): Greatly simplified.
2821 (isearch-lazy-highlight-update): Find all the other occurrences
2822 visible in the window, in just one call.
2823 (isearch-lazy-highlight-start): Now holds start of region to scan.
2824 (isearch-lazy-highlight-end): Now holds end of region to scan.
2825 (isearch-lazy-highlight-wrapped): Variable deleted.
2826 (isearch-lazy-highlight-search): Function deleted.
2827
2828 2000-01-02 Andrew Innes <andrewi@gnu.org>
2829
2830 * w32-fns.el (convert-standard-filename): Do length check on name
2831 before aref.
2832
2833 2001-01-02 Dave Love <fx@gnu.org>
2834
2835 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2836 value.
2837 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2838
2839 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2840
2841 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2842 read syntax.
2843
2844 * calendar/todo-mode.el (todo): Add :link, :version.
2845 (todo-save-top-priorities): Remove autoload cookie.
2846 (todo-add-category, todo-add-item-non-interactively)
2847 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2848
2849 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2850
2851 * comint.el (comint-input-history-ignore): New variable.
2852 (comint-read-input-ring): Ignore entries matching
2853 comint-input-history-ignore.
2854
2855 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2856
2857 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2858 (lm-copyright-mark): New function.
2859 (lm-crack-copyright): New function.
2860 (lm-verify): Check that the file has a copyright.
2861 Check that the file is copyright Free Software Foundation.
2862
2863 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2864
2865 * international/mule-diag.el (print-fontset): Indent font name by
2866 24 columns, not 25.
2867
2868 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2869
2870 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2871 in Subject line.
2872
2873 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2874 Use mail-mode-hook instead of mail-setup-hook.
2875 Otherwise continuing an interrupted message with C-u C-x m for
2876 instance, winds up in Mail mode without abbrevs.
2877
2878 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2879
2880 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2881 non-nil. Adding almost all customization variables on ps-setup.
2882 Doc fix.
2883 (ps-print-version): New version number (6.3.3).
2884 (ps-end-with-control-d): Initialization fix.
2885 (ps-lines-printed): New var.
2886 (ps-skip-newline): New fun.
2887 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2888 (ps-next-line, ps-continue-line, ps-plot-region)
2889 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2890
2891 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2892
2893 * international/fontset.el (x-complement-fontset-spec):
2894 Resolve ASCII font name so that the same family name is used for fonts
2895 registered in x-font-name-charset-alist.
2896 (create-fontset-from-fontset-spec): Adjusted for the above change.
2897 The name of fontset alias should be a unresolved ASCII font name.
2898
2899 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2900
2901 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2902 and delete in isearch-mode-map.
2903
2904 2000-12-28 Richard M. Stallman <rms@gnu.org>
2905
2906 * dired-x.el (dired-guess-shell-alist-default):
2907 Use xpdf instead of acroread.
2908
2909 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2910
2911 * textmodes/artist.el (artist-butlast): Deleted.
2912 (artist-ellipse-mirror-quadrant): Use butlast instead of
2913 artist-butlast.
2914
2915 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2916
2917 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2918
2919 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2922
2923 * ls-lisp.el: Better support for the Mac and MS-Windows.
2924 (ls-lisp): New defgroup.
2925 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2926 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2927 (ls-lisp-support-shell-wildcards): New defcustoms.
2928 (ls-lisp-parse-symlink): New function.
2929 (insert-directory): Code to convert switches to a list and set up
2930 the wildcard argument copied from ls-lisp-insert-directory.
2931 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2932 for -C and -R switches.
2933 (ls-lisp-column-format): New function.
2934 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2935 (ls-lisp-format-time): Add doc strings.
2936 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2937 Support ls-lisp-dirs-first.
2938 (ls-lisp-classify, ls-lisp-extension): New functions.
2939 (ls-lisp-format): Optionally support emulation of symlinks.
2940 Support -i, -s, and -G switches.
2941
2942 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2943
2944 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2945
2946 * version.el (emacs-version): Print X scroll bar information.
2947
2948 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2949 instead of x-toolkit-scroll-bars-p.
2950
2951 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2952 of x-toolkit-scroll-bars-p.
2953
2954 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2955
2956 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2957 (ffap-bindings): Doc fix, to reflect the above change.
2958
2959 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2960
2961 * term.el (term-char-mode): Define all non-ascii self-inserting
2962 characters to 'term-send-raw in term-raw-map.
2963
2964 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2965
2966 * viper-init (viper-restore-cursor-type): Added condition-case guard.
2967
2968 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2969 Changed initialization; use add-hook.
2970 (ediff-file-remote-p): Use file-local-copy.
2971
2972 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2973
2974 * ediff.el (ediff-patch-buffer): Bug fix.
2975 (ediff-revision): Allow selection of the file at the prompt.
2976
2977 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2978
2979 * subr.el (combine-run-hooks): Remove.
2980
2981 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2982 and remove the rogue second spec.
2983
2984 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2985
2986 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2987
2988 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2989
2990 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2991 Use minibuffer menu prompt for the `=' prefix.
2992 (smerge-command-prefix): Change default to C-^.
2993 (smerge-mode): Don't assume font-lock doesn't move point.
2994
2995 * skeleton.el (skeleton-internal-1): Make sure the first line of
2996 the region is also re-indented.
2997 (skeleton-end-newline): New var.
2998 (skeleton-end-hook): Use it.
2999
3000 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3001
3002 * comint.el (comint-password-prompt-regexp): Support CVS.
3003
3004 2000-12-22 Gerd Moellmann <gerd@gnu.org>
3005
3006 * simple.el (delete-key-deletes-forward-mode): Simplify.
3007 Also backspace key combinations, depending on
3008 delete-key-deletes-forward.
3009
3010 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
3011
3012 * simple.el (delete-key-deletes-forward): Doc fix.
3013
3014 2000-08-22 Emmanuel Briot <briot@gnat.com>
3015
3016 * xml.el (top level comment): Updated to reflect the fact that
3017 white spaces are relevant in the XML file.
3018 (xml-parse-file): Do not kill an existing Emacs buffer if the file
3019 to parse was already edited. This allows for on-the-fly analysis
3020 of XML files.
3021 (xml-parse-tag): Check that the casing is the same in the start
3022 tag and end tag, since XML is case-sensitive. Allows for spaces
3023 in the end tag, after the name of the tag.
3024 (xml-parse-attlist): Allow for the character '-' in the name of
3025 attributes, as in the standard http-equiv attribute Do not save
3026 the properties in the XML tree, since they are not relevant.
3027
3028 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
3029
3030 * generic.el (generic-read-type): Undo last change, inline into
3031 `generic-mode' and then remove.
3032 (generic-mode): Inline generic-read-type.
3033 (define-generic-mode): Push the symbol name rather than the symbol
3034 onto generic-mode-list.
3035
3036 2000-12-21 Gerd Moellmann <gerd@gnu.org>
3037
3038 * generic.el (generic-read-type): Build an alist for
3039 completing-read as in 20.7.
3040
3041 * play/landmark.el (lm): Use interactive spec `P'.
3042 (toplevel): Don't set debug-on-error.
3043
3044 * server.el (server-switch-buffer): Choose a window on a visible frame.
3045
3046 2000-12-21 Dave Pearson <davep@davep.org>
3047
3048 * quickurl.el: Commentry change, I've moved my web site.
3049
3050 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3051
3052 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3053 ranges like \177-\237, but accepts the character sequence from \177 to
3054 \237. Doc fix.
3055 (ebnf-version): New version (3.4).
3056 (ebnf-setup): Code fix.
3057 (ebnf-range-regexp): New fun.
3058 (ebnf-8-bit-chars): Const fix.
3059
3060 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3061 entry. Doc fix.
3062 (ebnf-bnf-lex): Code fix.
3063 (ebnf-bnf-comment-chars): Const fix.
3064
3065 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3066 entry. Doc fix.
3067 (ebnf-iso-comment-chars): Const fix.
3068
3069 * ebnf-otz.el: Doc fix.
3070
3071 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3072 entry. Doc fix.
3073 (ebnf-yac-skip-code): Code fix.
3074 (ebnf-yac-comment-chars): Const fix.
3075
3076 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3077
3078 * files.el (insert-directory-safely): New function.
3079 (recover-file): Use it instead of insert-directory.
3080 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3081
3082 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3083
3084 * international/mule-cmds.el (select-safe-coding-system):
3085 Check coding-category-list more rigidly. Improve help message.
3086
3087 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3088
3089 2000-12-21 Miles Bader <miles@gnu.org>
3090
3091 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3092
3093 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3094
3095 * international/mule-diag.el (describe-char-after): Make *Help*
3096 buffer inherit multibyteness of the current buffer.
3097
3098 * international/mule.el (make-char): Docstring adjusted for the
3099 change of make-char-internal.
3100
3101 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3102
3103 * international/iso-cvt.el: Docstrings fix.
3104
3105 2000-12-20 Dave Love <fx@gnu.org>
3106
3107 * subr.el (eval-after-load): Doc fix.
3108
3109 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3110
3111 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3112 for numbers.
3113
3114 2000-12-20 Miles Bader <miles@gnu.org>
3115
3116 * international/quail.el (quail-help): Resize the help window
3117 again after it has all its contents. Remove unneeded progn.
3118
3119 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3120
3121 * pcmpl-linux.el: Fix copy/paste error.
3122
3123 2000-12-19 Andrew Innes <andrewi@gnu.org>
3124
3125 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3126
3127 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3128
3129 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3130
3131 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3132
3133 * progmodes/idlw-shell.el: Fixed copyright notice.
3134
3135 * progmodes/idlwave.el: Fixed copyright notice.
3136
3137 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3138 TAB as key separators.
3139
3140 2000-12-19 Alex Schroeder <alex@gnu.org>
3141
3142 * sql.el (sql-sybase-options): New option.
3143 (sql-sybase): Use it. Add sql-database to the list of parameters
3144 provided for login. The options -w 2048 -n are not used any more.
3145 (sql-postgres-options): Changed default from "--pset" to "-P".
3146 (sql-mysql-options): Doc change.
3147 (sql-stop): Doc change.
3148
3149 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3150
3151 * international/quail.el (quail-input-method): Always hide
3152 the guidance buffer on exiting.
3153
3154 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3155
3156 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3157 isn't fboundp.
3158
3159 * server.el (server-buffer-done): Bury the buffer before
3160 killing it.
3161
3162 * faces.el (face-spec-set): Interpret a nil in specs for
3163 foreground and background colors as `unspecified', for
3164 compatibility with 20.x.
3165
3166 2000-12-18 Dave Love <fx@gnu.org>
3167
3168 * simple.el (mail-user-agent): Doc fix.
3169 (input-mode-8-bit): Removed.
3170
3171 * international/mule.el (set-keyboard-coding-system): Doc fix.
3172 (keyboard-coding-system): New option.
3173
3174 * mail/sendmail.el (send-mail-function): Customize.
3175
3176 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3177
3178 * international/codepage.el (cp866-decode-table): New table.
3179
3180 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3181
3182 * version.el (emacs-version): Remove `%a' from the time format
3183 because the weekday doesn't fit well into each locale.
3184
3185 2000-12-18 Miles Bader <miles@gnu.org>
3186
3187 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3188
3189 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3190 Check that emacs-major-version is `=' to 20, not `>='.
3191 (artist-replace-chars): Use `make-string' instead of a loop.
3192
3193 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3194
3195 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3196 (cvs-execute-single-file): Don't change directory.
3197 Patch from Per Cederqvist.
3198
3199 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * textmodes/ispell.el (check-ispell-version):
3202 If `ispell-program-name' is "aspell", pass it the -v switch instead
3203 of -vv.
3204
3205 2000-12-16 Kenichi Handa <handa@etl.go.jp>
3206
3207 * international/mule-diag.el (mule-diag): Insert information about
3208 configure options, multibyte awareness, language env.
3209
3210 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3211 regexp to search for candidates.
3212
3213 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * info.el (Info-forward-node): If the node has an
3216 Info-header-line, widen the buffer before searching for "next:"
3217 and "up:" pointers, and set the search limit to stay in the
3218 current node.
3219
3220 2000-12-16 Miles Bader <miles@gnu.org>
3221
3222 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3223
3224 2000-12-15 Miles Bader <miles@gnu.org>
3225
3226 * comint.el (comint-send-string, comint-send-region): Also accept
3227 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3228 process-send-string/region.
3229
3230 2000-12-15 Gerd Moellmann <gerd@gnu.org>
3231
3232 * isearch.el (isearch-lazy-highlight-max): New user-option.
3233 (isearch-lazy-highlight-update): Don't highlight more than
3234 isearch-lazy-highlight-max matches.
3235
3236 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3237
3238 2000-12-15 Richard M. Stallman <rms@gnu.org>
3239
3240 * sort.el (sort-columns): Fix error message.
3241
3242 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3243 `upcase' or `downcase' or nil.
3244 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3245 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3246 (dabbrev--substitute-expansion): New arg record-case-pattern.
3247 If it is non-nil, set dabbrev--last-case-pattern.
3248 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3249
3250 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3251
3252 2000-12-15 Miles Bader <miles@gnu.org>
3253
3254 * paths.el (Info-default-directory-list): Don't delete
3255 configure-info-directory from the list of standard info
3256 directories when appending it to the end -- their order is important.
3257
3258 * faces.el (read-face-attribute): If there's no entry for the
3259 user's input in VALID, just use it as-is (this will often result
3260 in an error, but it may be OK for e.g. colors using hexadecimal
3261 notation, and at least will yield a better error message).
3262
3263 * window.el (mode-line-window-height-fudge): Function removed.
3264 (height-affecting-face-attributes, mode-line-window-height-fudge):
3265 Variables removed.
3266 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3267 window is really the right size. Use vertical-motion
3268 rather than forward-line.
3269 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3270 (ispell-command-loop, ispell-show-choices): Use the variable
3271 ispell-choices-win-default-height, rather than the function.
3272 (ispell-choices-win-default-height): Function removed.
3273 (ispell-mode-line-window-height-fudge): Function removed.
3274
3275 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3276
3277 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3278
3279 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3280
3281 * paths.el (Info-default-directory-list):
3282 If configure-info-directory is not one of the standard directories,
3283 put it first in the list; otherwise put it last. Doc string
3284 changed accordingly.
3285
3286 * info.el (Info-directory-list): Change doc string to reflect the
3287 change in Info-default-directory-list.
3288
3289 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3290 windows-nt as windowed environments, even under -nw.
3291
3292 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3293 if not fboundp. Switch delete-forward mode for the <delete> key
3294 on all PC platforms, even under -nw.
3295
3296 * term/internal.el ([M-delete]): Remap to M-d.
3297
3298 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3299
3300 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3301
3302 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3303
3304 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3305
3306 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3307
3308 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3309 if appropriate.
3310
3311 * simple.el (delete-key-deletes-forward): New user-option.
3312 (delete-key-deletes-forward-mode): New function.
3313
3314 * bindings.el: Bind `delete' to backward-delete-char.
3315
3316 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3317 Test if symbol is bound before getting its value.
3318
3319 * tooltip.el (tooltip-show): If an error is signaled in
3320 x-show-tip, display that error, and display the help in the
3321 echo area.
3322
3323 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3324
3325 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3326 Show "... entries" messages for every 10000 entries, not 10.
3327
3328 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3329
3330 * bookmark.el: Provide a generic exit hook, as suggested by
3331 Ovidiu Predescu <ovidiu@cup.hp.com>:
3332 (bookmark-exit-hook): New var.
3333 (bookmark-exit-hook-internal): New func, replaces
3334 old raw lambda form in `kill-emacs-hook', and runs new
3335 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3336 as logically that feature must have been provided if this function
3337 is running.
3338 Removed ;;;###autoload before the `add-hook' call.
3339
3340 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3341
3342 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3343 (easy-menu-current-active-maps): New function.
3344 (easy-menu-get-map): Use it.
3345 Make a proper menu entry when creating a new keymap.
3346
3347 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3348
3349 * international/characters.el: Fix cases and syntaxes for
3350 mule-unicode-0100-24ff.
3351
3352 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3353 that a Japanese character is not appended after day and year.
3354
3355 * info.el (Info-suffix-list): Change format for a command that
3356 requires arguments.
3357 (info-insert-file-contents): Adjusted for the above change.
3358
3359 2000-12-12 Andreas Schwab <schwab@suse.de>
3360
3361 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3362 on the name of the tar buffer. Verify that the existing buffer is
3363 visiting the same subfile.
3364
3365 2000-12-12 Dave Love <fx@gnu.org>
3366
3367 * subdirs.el: Add obsolete.
3368
3369 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3370
3371 * mail/rmailsum.el (rmail-summary-expunge)
3372 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3373 instead of rmail-confirm-expunge.
3374
3375 * replace.el (perform-replace): Don't use an empty match adjacent
3376 to a non-empty match when computing the next match before the
3377 replacement is performed.
3378
3379 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3380
3381 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3382 definition (patch by Stefan Monnier).
3383 (glasses-mode): Use jit-lock instead of `after-change-functions'
3384 (patch by Stefan Monnier).
3385
3386 2000-12-12 Miles Bader <miles@gnu.org>
3387
3388 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3389 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3390
3391 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3392
3393 * term/mac-win.el: Remove load for ls-lisp.
3394
3395 * loadup.el: Load ls-lisp for system-type `macos'.
3396
3397 2000-12-12 Miles Bader <miles@gnu.org>
3398
3399 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3400 Respect field end too.
3401 (just-one-space): Respect fields as `delete-horizontal-space'.
3402 (newline-and-indent, reindent-then-newline-and-indent):
3403 Use `delete-horizontal-space'.
3404
3405 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3406
3407 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3408 (so as to obey the field property in the minibuffer).
3409
3410 * obsolete/c-mode.el: Moved from lisp/progmodes.
3411 * obsolete/auto-show.el: Moved from lisp.
3412 * obsolete/ooutline.el: Moved from lisp/textmodes.
3413
3414 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3415
3416 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3417 changes to list them here.
3418
3419 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3420 Too many changes to list them here.
3421
3422 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3423 Too many changes to list them here.
3424
3425 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3426
3427 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3428
3429 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3430
3431 * cus-edit.el (custom-save-variables, custom-save-faces):
3432 Comment fix.
3433
3434 * hscroll.el: Moved to `obsolete' subdir.
3435
3436 2000-12-11 Miles Bader <miles@gnu.org>
3437
3438 * window.el (window-text-height): Function removed (now in C).
3439
3440 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3441
3442 * log-edit.el (log-edit-parent-buffer): New var.
3443 (log-edit): Set it. Add BUFFER argument.
3444 (log-edit-done): Use char-before.
3445 Don't bother checking validity of vc-comment-ring.
3446 Only bury the buffer if log-edit popped it up.
3447
3448 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3449 (cvs-mode-diff-help): Remove.
3450 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3451 (cvs-mode-marked): Set up the default for CMD manually.
3452
3453 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3454 Remove binding for ? now made unnecessary.
3455
3456 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3457
3458 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3459 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3460
3461 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3462 when master file is not open.
3463
3464 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3465
3466 * progmodes/ada-stmt.el: Update `maintainer'.
3467
3468 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3469
3470 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3471 choices to match documentation string.
3472
3473 2000-12-09 Miles Bader <miles@gnu.org>
3474
3475 * minibuf-eldef.el: New file.
3476
3477 * window.el (fit-window-to-buffer): Don't pass last argument to
3478 pos-visible-in-window-p, now that its meaning is inverted.
3479
3480 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3481
3482 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3483 <ceder@lysator.liu.se>.
3484
3485 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3486
3487 * autoinsert.el (auto-insert-alist): Add missing final \n.
3488
3489 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3490 (cvs-menu-map): Remove.
3491 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3492 (cvs-mode-quit): Turn it back into a plain function.
3493
3494 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3495 (texinfo-filter): Remove (move to texinfo.el).
3496
3497 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3498 file where it's more visible.
3499 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3500 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3501 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3502 (texinfo-inside-macro-p): Only catch `scan-error's.
3503 (texinfo-inside-env-p): Make better use of the match info.
3504 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3505 (texinfo-insert-@end): Slight re-organization.
3506 Also remove useless `looking-at' call.
3507
3508 2000-12-08 Andrew Innes <andrewi@gnu.org>
3509
3510 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3511 accessible in -nw mode.
3512
3513 * term/w32-win.el: Remove stuff about selection timeout, which is
3514 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3515 it is accessible in -nw mode.
3516
3517 2000-12-08 Dave Love <fx@gnu.org>
3518
3519 * emacs-lisp/lisp-mode.el (lisp-mode):
3520 Set font-lock-keywords-case-fold-search.
3521
3522 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3523
3524 * textmodes/ispell.el (ispell): Doc fix.
3525
3526 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3527
3528 * international/quail.el (quail-insert-decode-map): Check the
3529 frame width of a window displaying the current buffer, not that of
3530 the selected frame.
3531 (quail-help): Make sure that the help buffer has window before
3532 inserting text in it.
3533
3534 2000-12-07 Sam Steingold <sds@gnu.org>
3535
3536 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3537 Backquote is used in isearch.el, so autoloading saves nothing.
3538
3539 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3540
3541 * startup.el (normal-top-level-add-subdirs-to-load-path):
3542 Ignore the CVS and RCS subdirectories case-insensitively.
3543
3544 * dired.el (dired-insert-directory): If file-system-info is
3545 fboundp, call it instead of invoking dired-free-space-program.
3546
3547 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3548
3549 * server.el (server-visit-files): Push files on file-name-history.
3550
3551 * progmodes/cc-langs.el: Update copyright.
3552
3553 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3554
3555 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3556
3557 * bindings.el (mode-line-mode-menu): Reverse the order
3558 of define-keys so that the menu appears in alphabetical order.
3559
3560 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3561
3562 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3563 of the function.
3564
3565 2000-12-07 Dave Love <fx@gnu.org>
3566
3567 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3568
3569 * facemenu.el (facemenu-unlisted-faces): Fix value.
3570
3571 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3572
3573 * font-lock.el (font-lock-default-fontify-region):
3574 Include the terminating \n (off-by-one error).
3575 (font-lock-set-defaults): Use dolist.
3576
3577 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3578
3579 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3580
3581 * international/mule-cmds.el (describe-language-environment):
3582 Fix for the case that an input method title is not string but a list.
3583
3584 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3585 of wrong SIZE record.
3586
3587 2000-12-06 Dave Love <fx@gnu.org>
3588
3589 * newcomment.el (comment-region, comment-dwim): Doc fix.
3590
3591 * textmodes/texinfo.el: Require tex-mode when compiling.
3592 (texinfo-update-node): Doc fix.
3593 (texinfo-imenu-generic-expression): Add @anchor.
3594 (texinfo-font-lock-keywords): Add @uref.
3595 (texinfo-inside-macro-p): Don't use ignore-errors.
3596 (texinfo-insert-quote): Match more contexts.
3597
3598 * international/mule.el (decode-char, encode-char): Doc fix.
3599 (auto-coding-alist): Customize.
3600
3601 * files.el (load-file): Fix change of 2000-03-12.
3602
3603 * wid-edit.el (widget-text-keymap): Doc fix.
3604
3605 2000-12-06 Andrew Innes <andrewi@gnu.org>
3606
3607 * makefile.w32-in (lisp): Set to an absolute directory, namely
3608 $(CURDIR).
3609
3610 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3611
3612 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3613 read generated-autoload-file, and set buffer-file-coding-system to
3614 raw-text-unix after reading the file.
3615
3616 * international/mule-conf.el (file-coding-system-alist):
3617 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3618
3619 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3620
3621 * replace.el (occur): Make line-number-width 1 smaller for the
3622 colon following the line number.
3623
3624 * startup.el (fancy-splash-text, command-line-1):
3625 Use `File' for the menu name instead of `Files'.
3626
3627 * tmm.el: Update copyright.
3628
3629 * cus-start.el: Add entry for even-window-heights.
3630
3631 2000-12-06 Miles Bader <miles@gnu.org>
3632
3633 * faces.el (frame-set-background-mode): Avoid stomping on
3634 locally modified faces.
3635
3636 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3637
3638 * international/fontset.el: Correct the font registries for
3639 japanese-jisx0213-1 and japanese-jisx0213-2.
3640
3641 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3642
3643 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3644
3645 * iswitchb.el: Update customization commentary.
3646
3647 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3648
3649 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3650 (tpu-search-highlight): Fixed comparison of overlay end positions.
3651 (tpu-trim-line-ends): Implemented trimming logic locally.
3652
3653 * emulation/tpu-extras.el (tpu-write-file-hook)
3654 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3655
3656 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3657
3658 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3659 to cn-gb.
3660 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3661
3662 2000-12-04 Dave Love <fx@gnu.org>
3663
3664 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3665
3666 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3667
3668 * mail/rmailsum.el (rmail-summary-expunge)
3669 (rmail-summary-expunge-and-save): Ask for confirmation with
3670 rmail-expunge-confirmed.
3671
3672 * mail/rmail.el (rmail-expunge-confirmed): New function.
3673 (rmail-expunge): Use it.
3674
3675 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3676
3677 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3678 (etags-recognize-tags-table, find-tag-in-order):
3679 New functionality: interpret file names as tags.
3680
3681 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3682
3683 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3684 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3685 the first subnode until the bottom of the current node is visible.
3686
3687 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3688
3689 * format.el (format-decode): Don't change buffer's undo list.
3690
3691 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3692
3693 * faces.el (face-font-registry-alternatives): Add entries for CJK
3694 fonts. Doc-string adjusted for the actual usage of this data.
3695
3696 * international/fontset.el: Change the font registries for CJK
3697 fonts in the default fontset. Don't append '*' to registries.
3698
3699 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3700
3701 * emacs-lisp/easy-mmode.el (define-derived-mode)
3702 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3703
3704 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3705 (derived-mode-p): New function.
3706 (derived-mode-make-docstring): Add `docstring' argument.
3707 Use it if available and complete it if necessary.
3708
3709 2000-12-03 Andreas Schwab <schwab@suse.de>
3710
3711 * type-break.el (type-break): Don't make parent of itself.
3712
3713 2000-12-03 Miles Bader <miles@gnu.org>
3714
3715 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3716
3717 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3718
3719 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3720 (tex-main-file, tex-file): Simplify.
3721 (tex-generate-zap-file-name): Use subst-char-in-string.
3722 (tex-strip-dots): Remove.
3723
3724 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3725
3726 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3727 to check if the match succeeded.
3728
3729 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3730
3731 * startup.el (use-fancy-splash-screens-p): New function.
3732 (command-line-1): Use it to determine whether or not to use
3733 a fancy splash screen.
3734
3735 2000-12-02 Andreas Schwab <schwab@suse.de>
3736
3737 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3738
3739 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3740
3741 * international/mule.el (make-char): Fix last change.
3742
3743 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3744 New defcustoms.
3745 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3746 autoloading tex-mode; instead, do the same manually.
3747 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3748 with numeric argument. Docstring fix.
3749 (toplevel): Require cl when compiling.
3750
3751 * international/mule.el (make-char): Doc fix.
3752
3753 2000-12-02 Jason Rumney <jasonr@gnu.org>
3754
3755 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3756 the Emacs Lisp manual)
3757
3758 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3759
3760 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3761
3762 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3763 the Emacs Lisp manual).
3764
3765 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3766
3767 * simple.el (next-line-add-newlines): Change default to nil.
3768
3769 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3770
3771 * files.el (revert-buffer, recover-file):
3772 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3773
3774 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3775
3776 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3777
3778 2000-12-01 Miles Bader <miles@gnu.org>
3779
3780 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3781
3782 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3783
3784 * international/mule-diag.el (describe-char-after): Fix typo.
3785 (describe-character-set, non-iso-charset-alist): Fix typo.
3786
3787 2000-12-01 Miles Bader <miles@gnu.org>
3788
3789 * image-file.el (image-file-name-regexp): Automatically add
3790 upper-case variants of each filename extension in
3791 `image-file-name-extensions', since they seem to be common.
3792
3793 * simple.el (minibuffer-contents)
3794 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3795 New functions.
3796 * filecache.el (file-cache-directory-name)
3797 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3798
3799 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3800
3801 * filecache.el (file-cache-minibuffer-complete): Don't try to
3802 delete the minibuffer prompt.
3803
3804 2000-11-30 Dave Love <fx@gnu.org>
3805
3806 * cus-start.el: Fix read-buffer-function type.
3807
3808 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3809
3810 * md5.el: Removed. There's a built-in function, now.
3811
3812 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3813
3814 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3815 as dummy 0-th char of rmail-deleted-vector.
3816
3817 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3818
3819 * ps-print.el (ps-end-job): Bind case-fold-search only after
3820 switching to ps-spool-buffer.
3821
3822 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3823
3824 * ps-print.el: Line number font customization. PostScript: Lines and
3825 PageCount are initialized on each page. Doc Fix.
3826 (ps-print-version): New version number (6.3.2).
3827 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3828 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3829 (ps-right-header): Customization fix.
3830 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3831 Fix code.
3832 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3833 New vars.
3834
3835 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3836
3837 * bs.el: Fix typos and spelling errors.
3838 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3839 (bs-configuration): Doc fix.
3840
3841 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3842
3843 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3844
3845 * emulation/tpu-edt.el (tpu-version): New version.
3846 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3847 (tpu-original-mode-line): Variable deleted.
3848 (tpu-mark-flag): New initial value.
3849 (tpu-set-mode-line): Don't redefine mode-line-format.
3850 Add tpu-mark-flag to minor-mode-alist.
3851 (tpu-update-mode-line): New mark flag logic.
3852 (tpu-get): Use find-file-wildcards.
3853 (tpu-search-highlight): Move overlay less, reset overlay properly.
3854 (tpu-unselect): Deactivate mark.
3855 (tpu-lm-replace): Reset overlay properly.
3856 (tpu-forward-line): Use forward-visible-line.
3857 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3858
3859 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3860
3861 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3862
3863 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3864
3865 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3866
3867 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3868 and skip whitespace and newlines.
3869
3870 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3871
3872 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3873
3874 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3875
3876 * help.el (describe-function-1): Regexp-quote function name
3877 when used as part of a regexp.
3878
3879 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3880 Use face-attribute instead of face-foreground and face-background.
3881 (tool-bar-add-item): Likewise, and handle unspecified colors.
3882
3883 * enriched.el (enriched-face-ans): Use face-attribute instead
3884 of face-foreground and face-background.
3885
3886 * faces.el (face-foreground, face-background, face-stipple):
3887 Return nil if attribute is unspecified, for backward compatibility.
3888
3889 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3890
3891 * play/5x5.el: Remove version info.
3892
3893 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3894
3895 * frame.el (blink-cursor-mode): Doc fix.
3896
3897 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3898
3899 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3900 to create Makefile rules.
3901 (antlr-tool-command): New user option.
3902 (antlr-ask-about-save): New user option.
3903 (antlr-makefile-specification): New user option.
3904 (antlr-file-formats-alist): New variable.
3905 (antlr-special-file-formats): New variable.
3906 (antlr-unknown-file-formats): New user option.
3907 (antlr-help-unknown-file-text): New variable.
3908 (antlr-help-rules-intro): New variable.
3909 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3910 (antlr-mode-menu): Add entries.
3911 (antlr-file-dependencies): New function.
3912 (antlr-directory-dependencies): New function.
3913 (antlr-superclasses-glibs): New function.
3914 (antlr-run-tool): New command.
3915 (antlr-makefile-insert-variable): New function.
3916 (antlr-insert-makefile-rules): New function.
3917 (antlr-show-makefile-rules): New command.
3918
3919 * antlr-mode.el: More Emacs/XEmacs stuff.
3920 (antlr-no-action-keywords): New constant with value nil.
3921 (antlr-font-lock-keywords-alist): Use it. Old value would break
3922 syntax highlighting in Emacs-21.0.
3923 (antlr-default-directory): Emacs/XEmacs dependend function.
3924 (antlr-read-shell-command): Ditto.
3925 (antlr-with-displaying-help-buffer): Ditto.
3926
3927 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3928
3929 * antlr-mode.el: imenu, parsing and highlighting changes.
3930 (antlr-imenu-create-index-function): Don't create extra submenus
3931 for definitions in different grammar classes. It is not necessary
3932 for the menu and would make command `imenu' awkward to use.
3933 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3934 header actions and more than one.
3935 (antlr-font-lock-tokendef-face): Changed color.
3936 (antlr-font-lock-tokenref-face): Changed color.
3937 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3938 (antlr-mode-syntax-table): New variable.
3939 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3940 (antlr-with-syntax-table): Don't copy syntax table.
3941
3942 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3943
3944 * antlr-mode.el: Minor changes: language setting.
3945 (antlr-language-alist): The value for file option "language" can
3946 be both an identifier and a string.
3947 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3948 (antlr-language-limit-n-regexp): Change accordingly.
3949
3950 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3951
3952 * antlr-mode.el: Minor changes: tabs, hiding.
3953 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3954 (antlr-action-visibility): Also allow value nil to also hide the
3955 braces. Renamed from `antlr-tiny-action-length'.
3956 Suggested by Jay@aol.com.
3957 (antlr-hide-actions): Change accordingly. Hide line if completely
3958 hidden action is on a line of its own.
3959
3960 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3961
3962 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3963
3964 * sort.el (sort-columns): Don't concat strings with numbers.
3965
3966 2000-11-29 Dave Love <fx@gnu.org>
3967
3968 * cus-edit.el (face): Fix :format.
3969
3970 * mail/feedmail.el: Require smtpmail when compiling.
3971 (mail-do-fcc): Autoload.
3972 (feedmail) <defgroup>: Fix :link.
3973 (feedmail-nuke-body-in-fcc): Fix :type.
3974 (feedmail-send-it): Add autoload cookie.
3975
3976 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3977
3978 * newcomment.el (comment-indent): Save excursion around call to
3979 comment-indent-function.
3980
3981 2000-11-29 Miles Bader <miles@gnu.org>
3982
3983 * subr.el (member-ignore-case): Return the tail of the list who's
3984 car matches, like `member', not the matching element itself.
3985
3986 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3987
3988 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3989 should not contain `\n'.
3990
3991 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3992
3993 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3994
3995 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3996
3997 * dired-aux.el (dired-do-create-files): Construct default file
3998 name for dired-mark-read-file-name so that when the user enters
3999 just RET, the target file will end up in the target directory.
4000
4001 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
4002 local-abbrev-table before changing buffers because it might
4003 have a buffer-local binding.
4004
4005 2000-11-28 Miles Bader <miles@gnu.org>
4006
4007 * simple.el (delete-horizontal-space): Handle fields more generally.
4008
4009 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4010
4011 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
4012
4013 2000-11-28 Dave Love <fx@gnu.org>
4014
4015 * progmodes/ps-mode.el (ps-mode): Set comment-start and
4016 comment-start-skip locally.
4017
4018 * progmodes/fortran.el (fortran-mode): Don't set
4019 fortran-comment-line-start-skip. Set comment-start to
4020 fortran-comment-line-start.
4021 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
4022 (fortran-comment-line-start-skip): Simplify slightly.
4023
4024 2000-11-28 Gerd Moellmann <gerd@gnu.org>
4025
4026 * play/5x5.el: Remove RCS keyword.
4027
4028 * bs.el: Mistaken commit, undone 2000-11-30.
4029
4030 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
4031
4032 * textmodes/tildify.el (tildify-string-alist):
4033 Add `plain-tex-mode' here.
4034
4035 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
4036
4037 * chistory.el (Command-history-setup): Remove extraneous `keymap'
4038 reference.
4039
4040 2000-11-28 Miles Bader <miles@gnu.org>
4041
4042 * cus-face.el (custom-face-attributes): Add post-filter function
4043 for :box. Make pre-filter function for :box handle all cases.
4044
4045 * wid-edit.el (widget-choose): Make sure pop-up window is large
4046 enough to display all the choices, as there's no way to scroll it.
4047
4048 2000-11-28 Kenichi Handa <handa@etl.go.jp>
4049
4050 * international/mule-conf.el: Make the coding system no-conversion
4051 safe for all characters.
4052
4053 2000-11-27 Dave Love <fx@gnu.org>
4054
4055 * net/ldap.el (ldap) <defgroup>: Add :version.
4056
4057 * tooltip.el (tooltip-use-echo-area): Doc fix.
4058
4059 * cus-start.el <minibuffer-prompt-properties>: Add version.
4060 <read-buffer-function>: Add.
4061
4062 * apropos.el (apropos-print): Add help-echo to active text.
4063
4064 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4065
4066 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4067
4068 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4069 type, group and version.
4070
4071 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4072
4073 * select.el (x-get-selection): Docstring fix.
4074
4075 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4076
4077 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4078
4079 2000-11-27 Andrew Innes <andrewi@gnu.org>
4080
4081 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4082
4083 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4084
4085 2000-11-27 Miles Bader <miles@gnu.org>
4086
4087 * dired.el (dired-get-filename): Return filename verbatim if
4088 LOCALP is `verbatim'.
4089 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4090 `verbatim' so that we don't inadvertently delete a non-existant
4091 directory name.
4092
4093 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4094
4095 * international/characters.el: Specify cases and syntaxes for
4096 mule-unicode-0100-24ff.
4097
4098 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4099
4100 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4101 that foreground and/or background colors of the face `tool-bar'
4102 are unspecified.
4103
4104 2000-11-27 Miles Bader <miles@gnu.org>
4105
4106 * wid-edit.el (widget-field-buffer, widget-field-start)
4107 (widget-field-end): Handle widget field `pseudo-overlays'.
4108 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4109 if it's there instead of in `widget-field-list'.
4110
4111 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4112 (help-make-xrefs): Delete extraneous newlines at the end of the
4113 docstring.
4114
4115 2000-11-25 Jason Rumney <jasonr@gnu.org>
4116
4117 * startup.el (command-line): Call set-locale-environment after
4118 Window System init file is read, as it can result in a call to
4119 redraw-frame.
4120
4121 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4122
4123 * simple.el (shell-command): Mention the effect of the prefix
4124 argument in the doc string.
4125
4126 2000-11-25 Miles Bader <miles@gnu.org>
4127
4128 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4129
4130 * wid-edit.el (widget-field-value-delete): Don't try to delete
4131 overlay when it's the `pseudo-overlay' that exists at some points.
4132
4133 2000-11-24 Jason Rumney <jasonr@gnu.org>
4134
4135 * international/mule-cmds.el (locale-language-names): Add "jp" as
4136 a non-standard alternative for Japanese.
4137
4138 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4139
4140 * vc-hooks.el: Require 'cl during compilation.
4141
4142 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4143
4144 * faces.el (face-set-after-frame-default): Let face attributes
4145 specified for new frames override frame parameters.
4146
4147 * startup.el (command-line): Fix computation of the source file
4148 for user-init-file when user-init-file is a compiled file.
4149
4150 2000-11-24 Miles Bader <miles@gnu.org>
4151
4152 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4153 (custom-post-filter-face-spec): New functions.
4154 (custom-face-set, custom-face-value-create): Filter the face spec
4155 before and after customization.
4156 (custom-face-set): If VALUE specifies a null face, pass a
4157 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4158 * cus-face.el (custom-face-attributes): Remove SET and GET
4159 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4160 cases they're needed.
4161
4162 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4163 that it's distinguishable from the :off-glyph on dark-background
4164 displays. Set its background color too.
4165
4166 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4167 so that people can easily turn it off.
4168
4169 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4170
4171 * ediff-diff.el: Moved variables around to have it compile under NT.
4172
4173 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4174
4175 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4176
4177 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4178 redundant skip-small-frames test.
4179
4180 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4181 (viper-downgrade-to-insert): Protect against errors in hooks.
4182
4183 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4184 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4185 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4186 New functions.
4187
4188 * viper-util.el (viper-memq-char): Bug fixes.
4189
4190 * viper.el (viper-mode): Fix cursor handling.
4191
4192 2000-11-24 Kenichi Handa <handa@etl.go.jp>
4193
4194 * international/mule-diag.el (list-iso-charset-chars):
4195 For two-byte charset, fix the `while' condition.
4196 (list-non-iso-charset-chars): Fix the `while' condition.
4197
4198 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4199
4200 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4201 if the variable is make-variable-buffer-local.
4202
4203 * progmodes/ada-stmt.el (ada-template-map):
4204 Initialize and bind it to C-c t in ada-mode-map.
4205 (ada-stmt-mode-hook): New function extracted from old code.
4206 Only change the buffer-local side of skeleton-*.
4207 (ada-mode-hook): Use it.
4208
4209 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4210
4211 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4212 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4213 we expect to be returned by minibuffer-depth once we prompt the
4214 user in the minibuffer.
4215 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4216 as recorded in iswitchb-minibuf-depth, return non-nil.
4217
4218 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4221 (hscroll-window-maybe): Docstring fix.
4222
4223 2000-11-23 Dave Love <fx@gnu.org>
4224
4225 * rect.el (string-rectangle): Don't test delete-selection-mode.
4226
4227 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4228
4229 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4230 is in the tool bar.
4231
4232 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4233 with `no-dir'; we want the directory part to be able to remove it.
4234
4235 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4236
4237 * textmodes/outline.el (outline-flag-region):
4238 Don't bind inhibit-read-only since we don't modify the buffer.
4239 (outline-isearch-open-invisible): Don't jump to overlay-start
4240 since we're trying to unhide text around point.
4241 (outline-discard-overlays): Use dolist.
4242
4243 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4244
4245 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4246
4247 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4248
4249 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4250
4251 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4252 Fix ARG regexp to skip quoted braces.
4253 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4254 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4255 are (correctly) handled separately).
4256 Remove `caption' and `footnote' from `citations': they contain text.
4257 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4258 (latex-skeleton-end-hook): New function.
4259 (latex-mode): Use it.
4260 (tex-start-tex-marker): Remove.
4261 (tex-send-tex-command): Don't set tex-start-tex-marker.
4262 (tex-error-parse-syntax-table): New var.
4263 (tex-compilation-parse-errors): Use it.
4264 Ignore tex-start-tex-marker. Don't bother with marker-position.
4265 (tex-validate-buffer): Don't bother with marker-position.
4266
4267 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4268 (flyspell-generic-progmode-verify): Use it.
4269
4270 2000-11-22 Sam Steingold <sds@gnu.org>
4271
4272 * simple.el (delete-trailing-whitespace): New interactive function.
4273
4274 * progmodes/ada-mode.el (ada-mode): Use it instead of
4275 `ada-remove-trailing-spaces'.
4276 (ada-remove-trailing-spaces): Removed.
4277
4278 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4279
4280 * textmodes/picture.el (picture-clean): Removed.
4281 (picture-mode-exit): Call it instead of `picture-clean'.
4282
4283 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4284
4285 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4286
4287 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4288 jit-lock-fontify-buffer; it should anyway be unneccessary to
4289 do anything special when jit-lock is active.
4290 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4291
4292 2000-11-22 Dave Love <fx@gnu.org>
4293
4294 * calendar/todo-mode.el (todo-top-priorities): Use
4295 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4296
4297 * language/chinese.el, language/cyrillic.el:
4298 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4299 * language/hebrew.el, language/indian.el, language/japanese.el:
4300 * language/korean.el, language/lao.el, language/misc-lang.el:
4301 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4302 Use provide.
4303
4304 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4305 (custom-variable-set): Improve validation error mesage.
4306
4307 * rect.el (string-rectangle): Revert last change.
4308 (string-rectangle-line): New arg DELETE.
4309 (string-rectangle): Check delete-selection-mode.
4310
4311 * emacs-lisp/edebug.el (edebug-version)
4312 (edebug-maintainer-address): Deleted.
4313 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4314 (edebug-read-function): Account for other `'#' read forms.
4315 (edebug-mode-menus): Make some items toggles.
4316 (edebug-outside-unread-command-event, unread-command-event):
4317 Remove these to avoid warnings.
4318
4319 2000-11-22 David Ponce <david@dponce.com>
4320
4321 * recentf.el (recentf-menu-items-for-commands)
4322 (recentf-make-menu-items, recentf-make-menu-item)
4323 (recentf-filter-changer): Added :help and :active menu-item properties.
4324
4325 (recentf-build-dir-rules, recentf-dump-variable)
4326 (recentf-edit-list, recentf-open-files-item)
4327 (recentf-open-files): Replaced unnecessary `mapcar' with new
4328 built-in `mapc'.
4329
4330 2000-11-23 Miles Bader <miles@gnu.org>
4331
4332 * faces.el (menu): Make inverse-video on ttys too.
4333
4334 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4335
4336 * simple.el (comment-line-break-function): Use the new name
4337 indent-new-comment-line -> comment-indent-new-line.
4338 (clone-indirect-buffer): Don't ignore NORECORD.
4339 (next-completion): Properly handle the case where items are adjacent.
4340
4341 * mouse.el (popup-menu): Stupid typo.
4342
4343 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4344
4345 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4346 maintainer, keywords tags.
4347
4348 * rect.el (replace-rectangle): Don't call string-rectangle-line
4349 with too many arguments.
4350
4351 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4352
4353 * ediff-util.el (ediff-file-checked-out-p)
4354 (ediff-file-checked-in-p): Call vc-state instead of
4355 vc-locking-user, which no longer exists.
4356
4357 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4358
4359 2000-11-22 Dave Love <fx@gnu.org>
4360
4361 * md5.el (md5): Provide.
4362 (md5): Fix error call.
4363
4364 2000-11-22 Miles Bader <miles@gnu.org>
4365
4366 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4367 (refill-fill-paragraph-at): Remove debugging code.
4368
4369 * calendar/calendar.el (generate-calendar-window): When we don't
4370 call `fit-window-to-buffer', make sure the top line is fully visible.
4371
4372 * image-file.el (insert-image-file): Don't make `read-only'
4373 property rear-nonsticky.
4374
4375 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4376 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4377 stashing away its original value.
4378 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4379 in the recursive edit.
4380 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4381 (isearch-done): Restore `minibuffer-message-timeout'.
4382
4383 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4384
4385 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4386
4387 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4388
4389 * find-lisp.el (find-lisp-find-files-internal):
4390 Use dolist, when and file-name-as-directory.
4391
4392 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4393 (define-derived-mode, define-minor-mode): Add specs.
4394
4395 * window.el: General comment and spacing fixes.
4396 (save-selected-window): Use backquotes.
4397 (window-safely-shrinkable-p): New function.
4398 (shrink-window-if-larger-than-buffer): Use it.
4399
4400 * subr.el (make-local-hook): Docstring fix.
4401
4402 * shell.el (shell-mode): Use define-derived-mode.
4403
4404 * newcomment.el (comment-indent): Insert comment before calling
4405 comment-indent-function. Don't insert in column 0.
4406 (comment-dwim): Indent before inserting comment.
4407
4408 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4409 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4410 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4411 Use mapc rather than map.
4412
4413 * files.el (find-buffer-visiting): Compare all attributes before
4414 declaring two files identical (rather than just their inode-no).
4415 (auto-mode-alist): Use \' rather than $.
4416
4417 * which-func.el: Update maintainer line.
4418
4419 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4420 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4421 (uniquify-buffer-file-name): Use it.
4422
4423 2000-11-22 Miles Bader <miles@gnu.org>
4424
4425 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4426 * simple.el (minibuffer-avoid-prompt): New function.
4427
4428 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4429
4430 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4431
4432 2000-11-21 Miles Bader <miles@gnu.org>
4433
4434 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4435 inclusion of `track-mouse'.
4436
4437 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4438 (refill-adjust-ignorable-overlay): New function.
4439 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4440 only the paragraph's tail if possible.
4441 Update `refill-ignorable-overlay'.
4442 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4443
4444 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4445 point inside the fill-prefix.
4446
4447 * textmodes/refill.el (refill-post-command-function): Don't reset
4448 refill-doit in the case where a self-insertion command doesn't
4449 case a refill. Use `refill-fill-paragraph-at', getting position
4450 from `refill-doit'.
4451 (refill-after-change-function): Set `refill-doit' to END.
4452 (refill-fill-paragraph-at): New function, mostly from old
4453 refill-fill-paragraph.
4454 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4455 (refill-pre-command-function): New function.
4456 (refill-mode): Add it to `pre-command-hook'.
4457
4458 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4459
4460 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4461
4462 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4463 javadoc tags.
4464
4465 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4466
4467 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4468 vc.el).
4469
4470 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4471 require vc.
4472
4473 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4474 checkouts.
4475
4476 2000-11-20 Dave Love <fx@gnu.org>
4477
4478 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4479
4480 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4481
4482 * calculator.el (calculator-paste): Use `if' instead of `and'
4483 and `or'.
4484 (calculator-help): Don't use electric-describe-mode for XEmacs.
4485
4486 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4487
4488 * info.el (info-menu-5): Doc fix.
4489
4490 * textmodes/artist.el: New file.
4491
4492 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4493
4494 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4495 and differentiate according to checkout model.
4496 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4497 since this function is only concerned with master state.
4498
4499 * vc-hooks.el (vc-workfile-unchanged-p)
4500 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4501
4502 * vc.el (vc-workfile-unchanged-p)
4503 (vc-default-workfile-unchanged-p): See above.
4504
4505 2000-11-19 Miles Bader <miles@gnu.org>
4506
4507 * image-file.el (insert-image-file): Make `intangible' and
4508 `read-only' properties rear-nonsticky too.
4509
4510 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4511
4512 * ps-print.el: Update copyright notice.
4513
4514 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4515 (tooltip-show): Use the offsets.
4516
4517 * bindings.el (mode-line-modified): Fix a typo.
4518 (mode-line-toggle-modified, mode-line-widen)
4519 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4520
4521 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4522
4523 * ps-print.el (toplevel): Test for find-coding-system being
4524 fboundp before calling ps-x-find-coding-system.
4525
4526 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4527
4528 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4529 (vc-version-backup-file): Docstring fix.
4530
4531 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4532
4533 * files.el (basic-save-buffer): Don't add a newline if
4534 find-file-literally is non-nil.
4535 (find-file-literally): Extend doc string.
4536
4537 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4538 sort(1) with the `-f' argument.
4539
4540 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4541
4542 * vc.el: Updated backend documentation.
4543 (vc-default-check-headers): New function.
4544
4545 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4546
4547 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4548 up-to-date.
4549 (vc-do-command): In the asynchronous case, output messages only if
4550 the minibuffer is not active.
4551
4552 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4553 `vc-cvs-use-edit' is on.
4554 (vc-cvs-checkout): When this is used for reverting the workfile,
4555 make a backup of the original contents and revert to that in case
4556 of error.
4557 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4558 remote repositories.
4559
4560 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4561 for both version and ratio in the minibuffer.
4562
4563 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4564 Use vc-do-command to perform the annotation, not call-process.
4565
4566 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4567
4568 * international/quail.el (quail-start-translation): Don't call
4569 `message' before reading key sequence.
4570
4571 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4572
4573 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4574
4575 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4576
4577 * window.el (fit-window-to-buffer): Be sure to acquire at least
4578 one text line even if the buffer is empty.
4579
4580 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4581
4582 * net/ange-ftp.el (ange-ftp-file-writable-p)
4583 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4584 Bind ange-ftp-process-verbose to nil.
4585
4586 2000-11-15 Dave Love <fx@gnu.org>
4587
4588 * wid-edit.el (widget-specify-field, widget-specify-button):
4589 If :help-echo is a function, set help-echo of overlay to
4590 widget-mouse-help.
4591 (widget-mouse-help): New function.
4592 (widget-echo-help): Rewritten for :help-echo functions only taking
4593 a widget arg.
4594
4595 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4596 Use display-graphic-p.
4597 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4598 and that JPEG is available.
4599 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4600
4601 * international/mule-cmds.el (locale-charset-language-names):
4602 Match @euro.
4603
4604 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4605
4606 * faces.el (face-set-after-frame-default):
4607 If `inhibit-default-face-x-resources' is bound, don't intialize the
4608 default face from X resources.
4609
4610 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4613 Don't set EMACSLOADPATH.
4614
4615 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4616
4617 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4618 texinfo-insert-@url.
4619 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4620 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4621
4622 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4623
4624 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4625 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4626 (checkdoc-minor-keymap): Backward compatibility.
4627 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4628 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4629 (checkdoc-this-string-valid-engine): Be a bit more strict
4630 to avoid matching substrings of `...' quoted vars/funs.
4631 (checkdoc-defun-info): Only look for `interactive' if alone.
4632 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4633
4634 * progmodes/compile.el (grep): `tag-default' can be nil.
4635
4636 * newcomment.el (comment-indent): Paren typo.
4637
4638 2000-11-14 Dave Love <fx@gnu.org>
4639
4640 * calculator.el: New maintainer version.
4641
4642 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4643
4644 * cmuscheme.el: Doc fixes.
4645 (cmuscheme) <defgroup>: Use `scheme' as parent.
4646 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4647
4648 * xscheme.el (scheme-program-name): Don't define here.
4649
4650 * progmodes/scheme.el (scheme-program-name): New variable
4651 (originally in cmuscheme).
4652
4653 2000-11-14 Miles Bader <miles@gnu.org>
4654
4655 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4656 Handle header-lines. Don't loop forever if we can't enlarge the
4657 window anymore. Simplify a bit.
4658
4659 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4660
4661 * window.el (fit-window-to-buffer): Don't check
4662 window-text-height. Assure that the last line is fully visible.
4663
4664 * international/quail.el (quail-show-guidance-buf):
4665 Call fit-window-to-buffer to assure the enough height of the guidance
4666 buffer.
4667 (quail-update-guidance): Avoid making the guidance buffer shorter.
4668
4669 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4670
4671 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4672 rather than `prepend' and add an interesting comment.
4673 (tex-math-face, tex-font-lock-syntactic-face-function):
4674 New face and function to use it.
4675 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4676 than `menu-enable' symbol property.
4677 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4678 (tex-mode): Add some latex-mode commands for auto-selection.
4679 Use tex-font-lock-syntactic-face-function.
4680 (tex-insert-quote): Simplify.
4681 (tex-shell): New mode.
4682 (tex-start-shell): Use it.
4683 (tex-shell-proc, tex-shell-buf): New functions.
4684 (tex-send-command): Use it.
4685 (tex-main-file): Fix the meaning of the new arg REALFILE.
4686 (tex-send-tex-command): New function split from `tex-start-tex'.
4687 Set compilation-last-buffer and compilation-parsing-end.
4688
4689 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4690 when it follows non-comment text on the line.
4691
4692 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4693 Set font-lock-defaults.
4694 (lisp-mode-shared-map): Init inside the defvar.
4695 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4696 Use define-derived-mode.
4697
4698 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4699
4700 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4701
4702 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4703
4704 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4705 Don't recursively optimize body because that can lead to infinite
4706 recursion; see comment there.
4707
4708 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4709
4710 * faces.el (face-spec-set-match-display): Revert the change from
4711 2000-10-24. Add a FIXME for after v21.1.
4712
4713 2000-11-13 Miles Bader <miles@gnu.org>
4714
4715 * textmodes/fill.el (skip-line-prefix): New function.
4716 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4717 (fill-paragraph): Don't leave point inside the fill-prefix.
4718 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4719 point inside the fill-prefix.
4720
4721 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4722
4723 * calendar/calendar.el (generate-calendar-window):
4724 Use `fit-window-to-buffer'.
4725
4726 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4727
4728 * gud.el (gud-minor-mode): New var.
4729 (gud-symbol, gud-val): New functions.
4730 (gud-find-file): Copy gud-minor-mode to the new buffer.
4731 (gud-menu-map): Include entries for commands that are not always
4732 available, using :enable to (de)activate them.
4733 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4734 (gud-mode-map): New map.
4735 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4736 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4737 Don't set up gud's menu (it's done by the minor-mode).
4738 (gud-minibuffer-local-map): New.
4739 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4740 (gud-query-cmdline): New function.
4741 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4742 (gud-mode): Use define-derived-mode.
4743 Don't set up gud's menu (it's done by the minor-mode).
4744 (gud-chop-words): Remove.
4745 (gud-common-init): Use split-string instead.
4746 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4747
4748 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4749 Add keyword arg :name.
4750
4751 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4752 (diff-count-matches, diff-split-hunk): New functions.
4753 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4754
4755 * pcvs-info.el (cvs-fi-conflict-face): New var.
4756
4757 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4758 Make it into a simple syntax-table, shared among all submodes.
4759 (sh-heredoc-face): Re-introduce.
4760 (sh-font-lock-syntactic-face-function): New function.
4761 (sh-mode): Use it. Also use define-derived-mode.
4762 Remove old bogus setting of indent-region-function.
4763 (sh-set-shell): Don't set the syntax-table any more.
4764 (sh-mode-syntax-table) <defun>: Remove.
4765
4766 2000-11-12 Miles Bader <miles@gnu.org>
4767
4768 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4769 message if interactive.
4770
4771 2000-11-12 Dave Love <fx@gnu.org>
4772
4773 * mail/feedmail.el: Fix header,
4774 (feedmail) <defgroup>: Add :link.
4775
4776 * view.el: Use local-map property, not keymap on mode-line string.
4777
4778 * scroll-all.el (scroll-all-mode): Customize variable.
4779 Add autoload cookie to function.
4780
4781 * lazy-lock.el: Remove compatibility code.
4782
4783 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4784 (finder-help-echo): New variable.
4785 (finder-mouse-face-on-line): Add help-echo stuff.
4786 (finder-list-keywords, finder-list-matches): Use mapc.
4787
4788 * faces.el (face-font-registry-alternatives): Add :version.
4789
4790 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4791 tags-table-list.
4792
4793 * net/browse-url.el (browse-url-browser-function): Update :version.
4794
4795 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4796 (mail-mode): Use [:alnum:] in some regexps.
4797
4798 2000-11-10 Dave Love <fx@gnu.org>
4799
4800 * ediff.el (ediff-regions-internal, ediff-documentation):
4801 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4802 fundamental mode.
4803
4804 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4805 buffer into fundamental mode.
4806 (ediff-set-difference): Use copy-sequence if available.
4807
4808 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4809 Check ediff-patch-map non-nil.
4810 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4811 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4812 buffer into fundamental mode.
4813
4814 * ediff-merg.el (state-or-merge): Defvar when compiling.
4815
4816 2000-11-10 Jason Rumney <jasonr@gnu.org>
4817
4818 * w32-fns.el (w32-add-charset-info): New function.
4819 (w32-charset-info-alist): Use it.
4820
4821 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4822
4823 * faces.el (face-font-registry-alternatives): New user-option.
4824
4825 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4826
4827 * textmodes/texinfo.el (texinfo-block-default): New var.
4828 (texinfo-insert-block): Use it. Insert a newline if needed.
4829
4830 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4831 (fill-region-as-paragraph): Use it.
4832
4833 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4834 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4835 Tweak paragraph regexps to allow a leading [ \t]*.
4836 (tex-latex-block): Insert a newline if necessary.
4837 (latex-insert-item): Only insert a newline if necessary.
4838 (tex-guess-main-file): New function.
4839 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4840 Set tex-main-file if TeX-master is provided.
4841 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4842
4843 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4844
4845 * startup.el (command-line): Set the default tooltip-mode
4846 to t for graphical displays which implement x-show-tip.
4847
4848 * tooltip.el (tooltip-mode): Add a comment about startup.el
4849 setting the default value of this user-option.
4850
4851 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * font-lock.el (font-lock-*-face) <defvar>: Move.
4854 (font-lock-defaults-alist): Mark obsolete.
4855 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4856 (font-lock-mode): Use define-minor-mode.
4857 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4858 (font-lock-turn-off-thing-lock): Be more explicit.
4859 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4860 (font-lock-syntactic-face-function): New var.
4861 (font-lock-fontify-syntactically-region): Use it.
4862 (font-lock-doc-face): New.
4863
4864 * pcvs.el (cvs-enabledp): Ignore errors.
4865 (cvs-commit-filelist): Never query.
4866 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4867 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4868 (cvs-do-removal): Use cvs-partition rather than delete-if.
4869 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4870 cvs-bury-buffer.
4871
4872 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4873 Allow `next' to jump to after the end of the last match.
4874
4875 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4876
4877 * simple.el (byte-compiling-files-p): New function.
4878
4879 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4880 if it is there.
4881
4882 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4883 nil again.
4884
4885 * textmodes/ispell.el (ispell-library-path): Don't call
4886 check-ispell-version when byte-compiling because that starts
4887 an ispell process, and ispell might not be installed.
4888 (toplevel): Don't set up a menu when byte-compiling.
4889
4890 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4891 it, so that a boundp test can be used to determine if we're
4892 currently byte-compiling.
4893
4894 2000-11-09 Dave Love <fx@gnu.org>
4895
4896 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4897
4898 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4899
4900 * ps-print.el: Patch for variable initialization when spooling.
4901 Doc fix.
4902 (ps-output-list): Fun eliminated.
4903 (ps-begin-file, ps-begin-job): Code fix.
4904
4905 2000-11-08 Dave Love <fx@gnu.org>
4906
4907 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4908
4909 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4910
4911 * simple.el (shell-command, display-message-or-buffer)
4912 (shell-command-on-region): Mention resize-mini-windows in the doc
4913 string.
4914 (display-message-or-buffer): Take the value of resize-mini-windows
4915 into account.
4916
4917 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4918
4919 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4920
4921 * dired.el (dired-between-files): Add `^. find' as an alternative
4922 to the regular expression, for find-dired.
4923
4924 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4925
4926 * textmodes/texnfo-upd.el: Require texinfo.
4927 (defmacro, defgroup): Remove.
4928 (texinfo-section-to-generic-alist): Remove.
4929 Use texinfo-section-list instead (i.e. level is changed string->int).
4930 (texinfo-filter): New function.
4931 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4932 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4933 Use it. And use regexp-opt.
4934 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4935 (texinfo-update-menu-region-beginning)
4936 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4937 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4938 (texinfo-update-menu-same-level-regexps): Update.
4939 (texinfo-update-node, texinfo-every-node-update)
4940 (texinfo-sequential-node-update): Remove autoload cookie.
4941
4942 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4943 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4944 (texinfo-chapter-level-regexp): Remove.
4945 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4946
4947 2000-11-06 Dave Love <fx@gnu.org>
4948
4949 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4950
4951 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4952 Match defun*.
4953
4954 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4955
4956 * composite.el (composition-function-table): Variable declaration
4957 moved to src/composite.c.
4958 (compose-chars-after): New optional arg object.
4959
4960 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4961
4962 * bindings.el (mode-line-toggle-read-only)
4963 (mode-line-toggle-modified, mode-line-widen)
4964 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4965 (make-mode-line-mouse2-map): Rewritten.
4966 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4967 functions so that C-h k can show something with a doc string.
4968
4969 * startup.el (fancy-splash-delay): Set to 10 seconds.
4970 (fancy-splash-max-time): New user-option.
4971 (fancy-splash-stop-time): New variable.
4972 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4973 (fancy-splash-screens-1): Throw `stop-splashing' when current
4974 time is greater than fancy-splash-stop-time.
4975
4976 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4977
4978 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4979
4980 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4981 Prompt user for a file rather than raising an error.
4982 (cvs-enabledp): Fix call to cvs-mode-marked.
4983 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4984 (cvs-mode-insert): Use it. Change the init prompt' value.
4985 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4986
4987 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4988 Don't pass default arg to ewoc-locate.
4989 (ewoc-collect): Return result in the right order.
4990
4991 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4992
4993 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4994 (cvs-status-get-tags): Fix regexp.
4995 (cvs-status-trees, cvs-status-cvstrees):
4996 Combine after change hooks and don't sit-for.
4997 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4998 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4999 Use make-char rather than hard-coded cryptic data.
5000 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
5001
5002 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
5003
5004 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
5005 (cvs-insert-strings): New function.
5006
5007 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
5008
5009 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
5010 `mwheel-scroll-amount'.
5011 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
5012 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
5013 string-matching against the version string.
5014
5015 2000-11-06 Kenichi Handa <handa@etl.go.jp>
5016
5017 * language/thai.el ("Thai"): Set a lisp form that produces
5018 composed string in `sample-text' language info.
5019
5020 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
5021 composed string in `sample-text' language info.
5022
5023 * international/mule-cmds.el (describe-language-environment):
5024 Eval `sample-text' data and insert the result.
5025
5026 * international/mule-conf.el (compound-text): Define this coding
5027 system here. Make x-ctext and ctext aliases of it.
5028
5029 * language/european.el (compound-text, ctext): Moved to
5030 international/mule-conf.el.
5031
5032 2000-11-05 Andrew Innes <andrewi@gnu.org>
5033
5034 * w32-fns.el (w32-version): New function.
5035
5036 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
5037
5038 * progmodes/awk-mode.el: Update copyright.
5039 (awk-mode-abbrev-table): Remove.
5040 (awk-font-lock-keywords): Use regexp-opt.
5041 (awk-mode): Use define-derived-mode.
5042
5043 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
5044 when extracting a suffix.
5045
5046 2000-11-04 Andre Spiegel <spiegel@gnu.org>
5047
5048 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
5049 auto-save-mode.
5050
5051 2000-11-04 Jason Rumney <jasonr@gnu.org>
5052
5053 * language/european.el (decode-mac-roman): Test against r1 not r0.
5054
5055 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5056
5057 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5058 (icon-mode): Define indent-line-function.
5059 (icon-comment-indent): Simplify.
5060 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5061
5062 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5063
5064 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5065 Bind change-log-default-mode to defeat the caching done on it.
5066 Don't bother saving excursion any more.
5067
5068 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5069
5070 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5071 (set-frame-font): Use the new name (and the old for compatibility).
5072
5073 * toolbar/tool-bar.el (tool-bar-mode):
5074 * time.el (display-time-mode):
5075 * recentf.el (recentf-mode):
5076 * paren.el (show-paren-mode):
5077 * mwheel.el (mouse-wheel-mode):
5078 * msb.el (msb-mode):
5079 * jka-compr.el (auto-compression-mode):
5080 * image-file.el (auto-image-file-mode):
5081 * hl-line.el (hl-line-mode):
5082 * delsel.el (delete-selection-mode):
5083 * autoinsert.el (auto-insert-mode):
5084 * complete.el (partial-completion-mode): Drop unneeded positional args.
5085
5086 * info.el (Info-mode):
5087 * comint.el (comint-mode): Don't bother with make-local-hook.
5088
5089 * log-edit.el (log-edit-menu): New menu.
5090
5091 2000-11-03 Miles Bader <miles@gnu.org>
5092
5093 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5094 definition, so that trailing spaces are handled properly.
5095 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5096
5097 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5098
5099 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5100 tab character.
5101 (fancy-splash-screens): Set tab-width to 20.
5102
5103 2000-11-03 Dave Love <fx@gnu.org>
5104
5105 * comint.el (comint-completion-addsuffix): Fix custom type.
5106
5107 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * font-lock.el (font-lock-buffers): Remove.
5110 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5111 (font-lock-change-major-mode): Remove.
5112 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5113 (font-lock-default-fontify-region): Extend the multiline
5114 fontification to whole lines.
5115 (font-lock-fontify-anchored-keywords)
5116 (font-lock-fontify-keywords-region): If matching just one
5117 line (with \n) only mark the \n as multiline.
5118
5119 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5120 Correctly handle the case where several :group args are supplied.
5121 Allow :extra-args.
5122 (easy-mmode-define-global-mode): Allow :extra-args.
5123 Correctly handle the case where several :group args are supplied.
5124
5125 2000-11-02 Miles Bader <miles@gnu.org>
5126
5127 * calendar/calendar.el (diary-face, calendar-today-face)
5128 (holiday-face): Remove dependency on `window-system'.
5129
5130 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5131
5132 * Makefile.in (emacs): Set EMACSLOADPATH always.
5133 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5134 (compile-files): Bomb out if compilation of a file fails.
5135
5136 2000-11-02 Dave Love <fx@gnu.org>
5137
5138 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5139
5140 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5143 punctuation in the warning inserted into the *mail* buffer.
5144
5145 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5146
5147 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5148 (authors-public-domain-p): New function.
5149 (authors-print): Use it.
5150
5151 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5152
5153 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5154
5155 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5156
5157 * ps-print.el: Extension for even/odd printing. Doc fix.
5158 (ps-print-version): New version number (6.3.1).
5159 (ps-even-or-odd-pages): Customization fix.
5160 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5161 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5162 (ps-page-count): Var replaced by `ps-page-column'.
5163 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5164 (ps-print-sheet-p): New fun.
5165
5166 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5167
5168 * tooltip.el (tooltip-gud-tips-setup): New function.
5169 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5170 (tooltip-mode): Call tooltip-gud-tips-setup.
5171 (tooltip-gud-tips): Use `gud-basic-call' instead of
5172 process-send-string, so the prompt gets frobbed appropriately.
5173 Handle nil return value from `tooltip-gud-print-command'.
5174
5175 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5176
5177 * comint.el (comint-add-to-input-history): New function.
5178 (comint-send-input): Use `comint-add-to-input-history'.
5179
5180 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5181
5182 * info.el (info-menu-header): New face.
5183 (Info-fontify-menu-headers): New function.
5184 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5185
5186 * info.el (Info-insert-dir): Don't include blank lines at
5187 beginning of additional dir files (one is added automatically).
5188
5189 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5190
5191 * emacs-lisp/easy-mmode.el (define-minor-mode):
5192 Revert the latest changes.
5193 Allow the three positional arguments to be skipped and replaced
5194 by keyword arguments.
5195 Add a :toggle argument to determine whether a nil arg means toggle
5196 or means turn-on. The default is unchanged.
5197 Add a call to force-mode-line-update.
5198
5199 2000-11-01 Dave Love <fx@gnu.org>
5200
5201 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5202
5203 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5204
5205 * calendar/calendar.el (diary-face, holiday-face):
5206 Add dark-background variants.
5207
5208 2000-10-31 Sam Steingold <sds@gnu.org>
5209
5210 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5211 `tex-main-file' does not have directory in it.
5212
5213 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5214
5215 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5216
5217 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5218
5219 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5220 functional change.
5221
5222 2000-10-31 Gerd Moellmann <gerd@gnu.org>
5223
5224 * files.el (find-file-noselect): When we expand a wildcard, return
5225 a list of buffers, as we should do according to the doc string.
5226
5227 2000-10-31 Ken Raeburn <raeburn@gnu.org>
5228
5229 * loadup.el (top level): Adjust load path if program name is
5230 "../src/bootstrap-emacs", in case it's not dumped and thus the
5231 load path adjustment hasn't already been done.
5232
5233 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5234
5235 * ps-print.el: Fix bug on selected pages for printing.
5236 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
5237 is on. Try to avoid warning messages when compiling. Doc Fix.
5238 (ps-print-version): New version number (6.3).
5239 (ps-color-device): Use `color-values' to determine if device
5240 supports color.
5241 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5242 (ps-print-page-p): Changed from defsubst to defun.
5243 (ps-page-number): Changed from defmacro to defun.
5244 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5245 printing.
5246 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5247 (ps-end-file, ps-dummy-page): Funs eliminated.
5248 (ps-print-color-scale): Changed default value.
5249 (ps-page-n-up, ps-print-page-p): New internal vars.
5250 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5251 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5252
5253 * delim-col.el: Little programming improvement.
5254 (delimit-columns-str): New macro.
5255 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5256
5257 2000-10-31 Kenichi Handa <handa@etl.go.jp>
5258
5259 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5260 Moved to european.el.
5261 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5262 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5263 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5264 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5265
5266 2000-10-30 Dave Love <fx@gnu.org>
5267
5268 * progmodes/cc-menus.el (imenu-generic-expression)
5269 (imenu-progress-message): Only defvar when compiling.
5270
5271 * emacs-lisp/elp.el (elp-unload-hook): New function.
5272
5273 * loadhist.el (unload-feature): Call elp-restore-function,
5274 checking for symbols; don't use elp-restore-all.
5275 (loadhist-hook-functions): Doc fix.
5276
5277 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5278
5279 * log-edit.el (log-edit-confirm): Fix the default.
5280
5281 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5282
5283 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5284 delimit-columns-format.
5285 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5286
5287 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5288
5289 * comint.el (comint-replace-by-expanded-history): Don't use
5290 comint-get-old-input (we're not looking at *old* input).
5291 (comint-get-old-input-default): If using fields, signal an error
5292 when the point is not in an input field.
5293
5294 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5295
5296 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5297 and mule-unicode-e000-ffff.
5298
5299 * international/mule.el (decode-char, encode-char): New functions.
5300 (make-coding-system): Accept a symbol of translation table as a
5301 value of property `safe-chars'.
5302
5303 * international/mule-cmds.el (encode-coding-char): Check property
5304 safe-chars instead of safe-charsets.
5305
5306 * international/fontset.el (fontset-default): Modified for
5307 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5308 (x-font-name-charset-alist): Likewise.
5309 (ccl-encode-unicode-font): New CCL program. Record it in
5310 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5311
5312 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5313 New translation tables.
5314 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5315 programs are modified and moved from mac-win.el.
5316 (mac-roman): Definition of this coding system is modified and
5317 moved from mac-win.el.
5318
5319 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5320
5321 * ediff-wind.el (ediff-setup-control-frame): Enclose
5322 face-attribute in condition-case to avoid errors in older emacsen.
5323
5324 2000-10-29 Miles Bader <miles@gnu.org>
5325
5326 * custom.el (custom-add-to-group): Allow multiple entries for a
5327 given value OPTION, as long as their widget types are different.
5328 * cus-edit.el (custom-face-value-create): If face name doesn't end
5329 with "face", add such here (similar to custom group widgets).
5330
5331 * comint.el (comint-highlight-prompt): Add :type.
5332
5333 2000-10-28 John Wiegley <johnw@gnu.org>
5334
5335 * calendar/timeclock.el (timeclock-log): Doc fix.
5336 (timeclock-last-event): Doc fix.
5337 (timeclock-log): Kill the timelog buffer after appending a new event.
5338 (timeclock-find-discrep): Use a temp buffer to read in the
5339 timelog, instead of visiting the file.
5340 (timeclock-log-data): A new function, along with a host of helper
5341 functions, for the purpose of making timelog data accessible to
5342 programmers.
5343
5344 * eshell/esh-mode.el (window-height test): Make certain that
5345 `eshell-stringify-t' is non-nil.
5346 (eshell-password-prompt-regexp): Changed to a much simpler
5347 password regexp.
5348 (eshell-send-input): If `eshell-invoke-directly' returns t,
5349 directly invoke the parsed command using `eval'. This improves
5350 turn-around time on simple commands by a factor of three or
5351 greater, such as cd, ls, pwd, etc. -- which get used very often.
5352 It also conserves thousands of cons cells per call (since
5353 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5354 in the Pacific Cookie Company).
5355
5356 * eshell/esh-test.el (eshell-test): Whitespace fix.
5357
5358 * eshell/em-ls.el (eshell-ls-insert-directory):
5359 Make `eshell-ls-initial-args' nil when inserting directory contents.
5360
5361 * eshell/em-script.el (eshell-script-initialize): Add names to
5362 `eshell-complex-commands, since `source' and `.' are complex.
5363
5364 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5365 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5366 `eshell-copy-handles'.
5367 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5368 bodies.
5369 (eshell-separate-commands): Whitespace fix.
5370 (eshell-complex-commands): Added a new list of names, for
5371 determining whether a given command is as simple as it looks.
5372 (eshell-invoke-directly): New function. Returns t if a command
5373 should be invoked directly (using `eval'), rather than indirectly
5374 using `eshell-do-eval'.
5375 (eshell-do-eval): Whitespace fix.
5376
5377 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5378 which provides an emulation of the DOS shell behavior of assuming
5379 that cp/mv/ln should copy/move/link to the current directory.
5380 (eshell-remove-entries): Added a doc string.
5381 (eshell-shuffle-files): Removed the check for `target' being null.
5382 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5383 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5384 it to do a smarter check of whether a destination was provided.
5385 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5386 (eshell/ln): Enable `:preserve-args', and use
5387 `eshell-mvcpln-template' to implement the body of the function.
5388 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5389 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5390 list after flattening it. This makes it possible to cat files
5391 with numerical names.
5392 (eshell-unix-initialize): Added several names to
5393 `eshell-complex-commands.
5394 (eshell-unix-command-complex-p): Return t if a given command name
5395 may result in external processes being invoked.
5396
5397 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5398 variable nil by default, since it slows down glob processing by a
5399 factor of two or more, and increases memory consumption.
5400
5401 * eshell/em-smart.el: Added a note about how memory consumptive
5402 smart display mode can be (at least this is true in Emacs 21).
5403 (eshell-smart-initialize): Whitespace fix.
5404 (eshell-refresh-windows): Use `if' instead of `when'.
5405 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5406 not necessary.
5407 (eshell-currently-handling-window): Added a missing global variable.
5408
5409 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5410 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5411 Whitespace fix.
5412 (eshell-ls-exclude-hidden): Added this variable in addition to
5413 `eshell-ls-exclude-regexp'. This one prevents files beginning
5414 with . from even being read, which can improve memory consumption
5415 quite a bit.
5416 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5417 read file entries beginning with a dot. In home directories with
5418 lots of hidden files, fully two-thirds of the time spent in ls is
5419 used to read directory entries that are immediately thrown away.
5420 (eshell-ls-initial-args): Added back this configuration variable,
5421 for specifying default initial arguments to every call to ls.
5422 Much faster than using an alias to do the same thing.
5423 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5424 (eshell-ls-dir): Whitespace change.
5425
5426 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5427
5428 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5429 (eshell-stringify-t): Added a customization variable, to indicate
5430 whether `t' should be rendered as a string at all. If not, one
5431 can still determine if the result of an expression is true using
5432 "file-exists-p FILE && echo true".
5433 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5434 stringify t!
5435
5436 * eshell/esh-module.el: Whitespace fix.
5437
5438 * eshell/em-alias.el (eshell-alias-initialize):
5439 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5440 (eshell-command-aliased-p): New function that returns t if a
5441 command name names an aliased.
5442
5443 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5444
5445 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5446 redrawing the screen when changing cursor color.
5447 (viper-insert-state-pre-command-sentinel)
5448 (viper-replace-state-pre-command-sentinel)
5449 (viper-replace-state-post-command-sentinel):
5450 Use viper-preserve-cursor-color.
5451 Many functions changed to use viper= instead of = when comparing
5452 characters.
5453 * viper-util.el (viper-memq-char,viper=): New functions for
5454 working with characters.
5455 (viper-change-cursor-color): Fixed buglet.
5456 Many functions changed to use viper= instead of = when comparing
5457 characters.
5458 * viper.el (viper-insert-state-mode-list): Added eshell.
5459
5460 * ediff-init.el (ediff-before-setup-hook): New hook.
5461 Several typos fixed in various docstrings.
5462 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5463 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5464 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5465 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5466 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5467 (ediff-get-selected-buffers): New function.
5468 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5469 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5470 Use save-window-excursion.
5471 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5472 termination check in while loop.
5473 * ediff.el (ediff-get-default-file-name): Better defaults when in
5474 dired buffer.
5475 (ediff-files,ediff-merge-files,ediff-files3)
5476 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5477
5478 2000-10-28 Dave Love <fx@gnu.org>
5479
5480 * info.el (Info-fontify-node): Add help-echo for menu items.
5481
5482 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5483
5484 * startup.el (normal-top-level): If the value of $TERM indicates
5485 we are running from xterm or one of its work-alikes, default to a
5486 light background mode.
5487
5488 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5489 * faces.el (tty-handle-reverse-video): New function.
5490 (tty-create-frame-with-faces): Call it.
5491
5492 * frame.el (frame-notice-user-settings): Don't apply
5493 default-frame-alist and initial-frame-alist to MS-DOS frames.
5494 Call tty-handle-reverse-video, frame-set-background-mode, and
5495 face-set-after-frame-default for non-MS-DOS frames.
5496
5497 * startup.el (tty-long-option-alist): New variable.
5498 (tty-handle-args): New function.
5499 (command-line): Call tty-handle-args.
5500
5501 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5502 startup.el now does that for all character-terminal frames.
5503
5504 2000-10-28 Miles Bader <miles@gnu.org>
5505
5506 * emacs-lisp/easy-mmode.el (define-minor-mode):
5507 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5508 is global. If :global is followed by a non-nil but non-t value,
5509 make the mode buffer-local, but also generate a `global-MODE'
5510 version using `easy-mmode-define-global-mode'.
5511 Add :conditional-turn-on keyword argument.
5512
5513 2000-10-28 Dave Love <fx@gnu.org>
5514
5515 * international/latin1-disp.el (latin1-char-displayable-p):
5516 Don't use window-system.
5517
5518 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5521 Don't call find-buffer-file-type-coding-system. Instead, just
5522 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5523 if the file is on an untranslated filesystem.
5524 (add-untranslated-filesystem): Use "D" instead of "f" inside
5525 interactive.
5526
5527 2000-10-27 Dave Love <fx@gnu.org>
5528
5529 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5530 (refill-mode): Use it.
5531
5532 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5533
5534 * international/quail.el (quail-activate): Don't make-local-hook.
5535
5536 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5537
5538 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5539 manual backups and file.~<rev>.~ for automatic ones.
5540 (vc-make-version-backup): Don't do it on MS-DOS without long file
5541 names.
5542
5543 * vc.el (vc-version-other-window): If an automatic backup of the
5544 desired version exists, rename it instead of copying it.
5545
5546 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5547 after command. If there's an unexpected error, signal it instead
5548 of being silent.
5549 (vc-cvs-merge-news): Be prepared for no news at all.
5550
5551 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5552
5553 * shell.el (shell): Add BUFFER argument.
5554 * comint.el (make-comint-in-buffer): New function.
5555 (make-comint): Use it.
5556
5557 * faces.el (face-spec-choose): Change syntax so that the list of
5558 attribute-value pairs is now the cdr of each clause, not the cadr.
5559 Detect old-style entries, and handle them. Use pop.
5560
5561 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * cus-edit.el (custom-mode-map): Use a sparse map.
5564 (custom-mode): Don't bother with make-local-hook.
5565
5566 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5567
5568 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5569
5570 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5571
5572 * ps-print.el: Avoid compilation gripes.
5573 (ps-print-version): New version number (6.2.1).
5574
5575 2000-10-26 Dave Love <fx@gnu.org>
5576
5577 * menu-bar.el: Modify some menu item help strings.
5578 (menu-bar-help-menu): Add link to MORE.STUFF.
5579
5580 * cus-edit.el (custom-mode): Add `special' mode-class property.
5581
5582 * wid-browse.el (widget-browse-mode): Likewise.
5583
5584 * wid-edit.el (widget-specify-field): Revert to using local-map
5585 property, not keymap.
5586
5587 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5588
5589 * wid-edit.el (widget-field-end): When checking for a `boundary'
5590 field, do so in the correct buffer.
5591
5592 * simple.el (undo): Correctly distinguish between numeric and
5593 non-numeric prefix args in non-transient-mark-mode, as per the doc
5594 string. When in transient-mark-mode, treat all prefix-args as
5595 numeric.
5596
5597 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5598 Position point on match. Handle N == 0 correctly.
5599
5600 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5601 (comint-mode-map): Reverse order of `comint-write-output' and
5602 `comint-append-output-to-file'.
5603 (comint-append-output-to-file): Reinstate this function, for the
5604 benefit of the menu.
5605
5606 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5607
5608 * vc.el (vc-version-other-window): Bind `file'.
5609
5610 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5611
5612 * Makefile.in (update-authors): New target for maintenance purposes.
5613
5614 * emacs-lisp/authors.el (batch-update-authors): New function.
5615 (authors-fixed-entries): New defconst.
5616 (authors-add-fixed-entries): New function.
5617 (authors): Call it.: Don't process lispref/.
5618
5619 2000-10-25 Jason Rumney <jasonr@gnu.org>
5620
5621 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5622 Merge x w32 and mac definitions.
5623
5624 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5625
5626 * menu-bar.el (menu-bar-options-menu): Add a help string for
5627 `uniquify'.
5628
5629 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5630
5631 * time-stamp.el (time-stamp-string-preprocess):
5632 Fix a wrong type argument error.
5633
5634 2000-10-25 Miles Bader <miles@gnu.org>
5635
5636 * recentf.el (recentf-mode): Variable removed.
5637 (recentf-mode): Use `define-minor-mode'.
5638
5639 * mwheel.el (mouse-wheel-mode): New global minor mode.
5640 (mwheel-install): Use `mouse-wheel-mode'.
5641
5642 2000-10-25 Dave Love <fx@gnu.org>
5643
5644 * progmodes/cperl-mode.el (cperl-mode):
5645 Set normal-auto-fill-function correctly.
5646
5647 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5648 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5649 bindings.
5650
5651 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5652
5653 * wid-edit.el (widget-field-at): New function.
5654 (widget-at, widget-field-activate): Use it.
5655 (widget-tabable-at): Use `widget-at'.
5656 (widget-specify-field): If the terminating character of the widget
5657 field (which is read-only) is a newline, put it into a special
5658 `boundary' field so that C-n/C-p act more naturally.
5659 (widget-field-end): Also don't subtract one if a special
5660 `boundary' field has been added after the widget field.
5661
5662 * comint.el (comint-output-filter, comint-send-input):
5663 Don't bother adding stickiness fields to overlays to fool the field
5664 code, since it should notice the overlay insertion-types now.
5665
5666 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5667 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5668 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5669
5670 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5671
5672 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5673 (authors): Set file coding system to iso-2022-7bit.
5674 Add file-local variables to output buffer.
5675
5676 * files.el (after-find-file): Don't print any warnings if
5677 WARN is nil.
5678
5679 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5680
5681 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5682
5683 * delim-col.el: Now there is a column formatting mechanism.
5684 Modified to customization mechanisms convention. Doc fix.
5685 (columns): New group for delim-col.
5686 (delimit-columns-before, delimit-columns-after)
5687 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5688 (delimit-columns-end): New vars.
5689 (delimit-columns-customize, delimit-columns-format): New funs.
5690 (delimit-columns-region, delimit-columns-rectangle)
5691 (delimit-columns-rectangle-line): Modified to support column
5692 formatting.
5693
5694 2000-10-24 Dave Love <fx@gnu.org>
5695
5696 * log-edit.el (log-edit): Add :version and a :group for vc.
5697
5698 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5699
5700 * files.el (after-find-file): Don't print a message ``New file''
5701 if WARN is nil.
5702
5703 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5704 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5705 get duplicate tool-bar entries because we'll see the global ones
5706 on more than one path through keymaps.
5707
5708 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5709
5710 * progmodes/cmacexp.el: Change Francesco's email address.
5711
5712 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5713
5714 * window.el (fit-window-to-buffer): Adjust point of the window
5715 buffer, not that of the current buffer.
5716
5717 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5718
5719 * progmodes/cmacexp.el: Update the euthor's email address.
5720
5721 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5722
5723 * faces.el (face-spec-set-match-display): Add `graphic' display
5724 type (the inverse of `tty'). Use `display-graphic-p' instead of
5725 the window-system variable.
5726
5727 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5728
5729 * international/isearch-x.el (isearch-with-input-method):
5730 Call input-method-function with the first event in
5731 unread-command-events.
5732
5733 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5734
5735 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5736
5737 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5738
5739 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5740 New charsets.
5741
5742 * term/mac-win.el: Remove definitions of mac-roman-lower and
5743 mac-roman-upper, require dired, and define instead of set
5744 mac-ready-for-drag-n-drop to avoid compilation error.
5745
5746 2000-10-23 Andrew Innes <andrewi@gnu.org>
5747
5748 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5749 Remove superfluous calls to subst-char-in-string; instead apply
5750 expand-file-name after convert-standard-filename to ensure
5751 expected directory separators are used.
5752
5753 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5756
5757 2000-10-23 Dave Love <fx@gnu.org>
5758
5759 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5760 (tool-bar-add-item): Set foreground and background for XBM icons.
5761
5762 * international/latin1-disp.el (latin1-char-displayable-p):
5763 New function (from Handa).
5764 (latin1-display-check-font): Use it.
5765
5766 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5767 using :key-sequence, making it much more usable.
5768 Use nconc, not append.
5769 (imenu--create-keymap-1): Avoid append.
5770
5771 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5772
5773 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5774
5775 [the following changes fix a bug where `define-minor-mode' didn't
5776 correctly generate :require clauses for defcustoms in compiled files]
5777 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5778 (byte-compile-log-file, byte-compile-log-1): Don't set
5779 `byte-compile-current-file' to nil. Instead set
5780 `byte-compile-last-logged-file' to it. Test whether
5781 byte-compile-current-file equals byte-compile-last-logged-file
5782 instead of whether its nil.
5783 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5784
5785 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5786
5787 * textmodes/refill.el: Fix var names in doc.
5788 (refill-mode): Don't bother with make-local-hook anymore.
5789
5790 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5791
5792 * faces.el (face-user-default-spec, face-default-spec): New functions.
5793 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5794 (frame-set-background-mode, face-set-after-frame-default):
5795 Use `face-user-default-spec'. Simplify code slightly.
5796
5797 * woman.el (woman-italic-face, woman-bold-face)
5798 (woman-unknown-face): Add dark-background variants.
5799 (woman-default-faces): Renamed from `woman-colour-faces'.
5800 Set using the stored defaults, rather than using hard-wired colors.
5801 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5802 Just make the foreground `unspecified' rather than "black".
5803 (woman-menu): Rename menu entries accordingly.
5804
5805 * faces.el (header-line): Make more reasonable on mono/grayscale
5806 displays.
5807
5808 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5809
5810 * cus-edit.el (custom-button-face): Use 3D look for mac.
5811 (custom-button-pressed-face): Likewise.
5812
5813 * faces.el (set-face-attributes-from-resources): Handle mac frames
5814 in the same way as x and w32 frames.
5815 (face-valid-attribute-values): Likewise.
5816 (read-face-attribute): Likewise.
5817 (defined-colors): Likewise.
5818 (color-defined-p): Likewise.
5819 (color-values): Likewise.
5820 (display-grayscale-p): Likewise.
5821 (face-set-after-frame-default): Likewise.
5822 (mode-line): Same default face as for x and w32.
5823 (tool-bar): Likewise.
5824
5825 * frame.el: Remove call to frame-notice-user-settings at end of
5826 the file.
5827
5828 * info.el (Info-fontify-node): Make underlines invisible for mac
5829 as for x, pc, and w32 frame types.
5830
5831 * term/mac-win.el: New file.
5832
5833 2000-10-22 Dave Love <fx@gnu.org>
5834
5835 * textmodes/refill.el: New file.
5836
5837 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5838
5839 * vc-hooks.el (vc-version-backup-file-name): New optional args
5840 MANUAL and REGEXP.
5841 (vc-delete-automatic-version-backups, vc-make-version-backup):
5842 New functions.
5843 (vc-before-save): Use the latter.
5844 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5845 confusion.
5846
5847 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5848 expected by vc[-hooks].el.
5849
5850 * vc.el (vc-checkout): Added `-p' suffix in call to
5851 vc-make-version-backups-p; use vc-make-version-backup to actually
5852 make the backup.
5853 (vc-version-other-window, vc-version-backup-file): Handle both
5854 automatic and manual backups.
5855 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5856 of all of them.
5857
5858 2000-10-22 Miles Bader <miles@gnu.org>
5859
5860 * comint.el (comint-highlight-input, comint-highlight-prompt):
5861 Renamed, `-face' at end removed.
5862 (comint-send-input, comint-output-filter): Use renamed faces.
5863
5864 * window.el (fit-window-to-buffer): Change defaulting of
5865 MAX-HEIGHT slightly.
5866
5867 * faces.el (color-values, color-defined-p): Use `member', not
5868 `memq', because it works correctly for strings.
5869 (frame-set-background-mode): Actually, "unspecified-fg" and
5870 "unspecified-bg" *are* strings. Use `member', not `memq', and
5871 `equal', not `eq', when a string value is possible.
5872
5873 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5874
5875 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5876
5877 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5878
5879 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5880 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5881 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5882 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5883 (sh-font-lock-syntactic-keywords): Use them.
5884 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5885 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5886 (sh-mode): Don't override font-lock-unfontify-region-function.
5887 Use a copy of sh-font-lock-syntactic-keywords.
5888 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5889 Don't call sh-scan-buffer since font-lock does it on the fly.
5890 (sh-get-indent-info): Use `face' rather than `syntax-table'
5891 text-property to detect here-documents.
5892 Replace sh-special-syntax with sh-st-punc.
5893 (sh-prev-line): Use `face' rather than `syntax-table'
5894 text-property to skip over here-documents.
5895 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5896 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5897 (sh-electric-less, sh-set-here-doc-region)
5898 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5899 (sh-scan-buffer, sh-rescan-buffer): Remove.
5900
5901 2000-10-21 Andrew Innes <andrewi@gnu.org>
5902
5903 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5904 remote (ange-ftp) file names.
5905
5906 2000-10-21 Miles Bader <miles@gnu.org>
5907
5908 * window.el (fit-window-to-buffer): New function.
5909 (shrink-window-if-larger-than-buffer): Use it.
5910 (window-text-height): Don't expect minibuffers to have mode-lines.
5911
5912 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5913 * international/quail.el (quail-update-guidance):
5914 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5915
5916 * international/quail.el (quail-show-guidance-buf): Make sure
5917 guidance window really has enough room.
5918 (quail-update-guidance): If quail-guidance-win is already shown,
5919 make sure its height is OK.
5920
5921 * window.el (window-text-height, set-window-text-height):
5922 New functions.
5923 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5924 instead of `window-height' & `mode-line-window-height-fudge'.
5925 (mode-line-window-height-fudge): Add FACE parameter.
5926 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5927 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5928
5929 2000-10-20 Miles Bader <miles@gnu.org>
5930
5931 * window.el (height-affecting-face-attributes): Use `defconst'.
5932
5933 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5934 New function, conditionally aliased to `mode-line-window-height-fudge'.
5935 (ispell-help): Use it.
5936 (ispell-choices-win-default-height): Don't include mode-line fudge.
5937 (ispell-choices-win-default-height): New function.
5938 (ispell-show-choices, ispell-command-loop): Use function
5939 `ispell-choices-win-default-height' instead of variable.
5940
5941 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5942
5943 * window.el (mode-line-window-height-fudge): New variable.
5944 (height-affecting-face-attributes): New variable.
5945 (mode-line-window-height-fudge): New function.
5946 (shrink-window-if-larger-than-buffer): Use it.
5947 * help.el (resize-temp-buffer-window): Likewise.
5948
5949 * info.el (Info-fontify-node): Add support for @subsubsection
5950 titles, which use `Info-title-4-face'.
5951 (Info-title-4-face): New face.
5952 (Info-title-3-face): Inherit from Info-title-4-face instead of
5953 variable-pitch.
5954
5955 2000-10-19 Jason Rumney <jasonr@gnu.org>
5956
5957 * dired.el (dired-insert-directory): Do not let errors signalled by
5958 attempt to run dired-free-space-program prevent dired from working.
5959
5960 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5961
5962 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5963
5964 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5965
5966 * dirtrack.el (dirtrack): Fix call to run-hooks.
5967
5968 * cmuscheme.el (cmuscheme-program-name): Renamed from
5969 scheme-program-name because xscheme.el contains a defcustom with
5970 the same name. As a consequence, customizing group `cmuscheme'
5971 loaded `xscheme' which redefined run-scheme.
5972 (run-scheme): Use cmuscheme-program-name.
5973
5974 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5975
5976 * play/doctor.el (doctor-death): Update the Samaritans'
5977 anonymous address, and add a website for Befrienders International.
5978
5979 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5980
5981 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5982 Avoid compilation gripes. Doc fix.
5983 (ps-print-version): New version number (6.2).
5984 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5985 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5986 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5987 (ps-x-extent-priority, ps-x-extent-start-position)
5988 (ps-x-face-font-instance, ps-x-find-coding-system)
5989 (ps-x-font-instance-properties, ps-x-make-color-instance)
5990 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5991 avoid compilation gripes without defining functions.
5992 (ps-e-find-composition): Alias for function find-composition, to have a
5993 suitable function depending on Emacs version.
5994 (ps-color-device, ps-color-values, ps-face-foreground-name)
5995 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5996 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5997 (ps-print-ensure-fontified): Function definitions surrounded by
5998 `eval-and-compile' to avoid compilation gripes.
5999 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
6000 by symbol-value to avoid compilation gripes.
6001 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
6002 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
6003
6004 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6005
6006 * startup.el (normal-top-level): Call `frame-set-background-mode'
6007 after `frame-notice-user-settings' because the latter doesn't call
6008 the former on a tty.
6009
6010 * faces.el (frame-set-background-mode): `unspecified' &c are
6011 symbols, not strings.
6012
6013 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6014
6015 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
6016 why some "light*" colors are deliberately absent from the alist.
6017
6018 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
6019 Change colors for tty's, as suggested by Miles Bader.
6020
6021 2000-10-19 Kenichi Handa <handa@etl.go.jp>
6022
6023 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
6024 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
6025 for ISO10646-1 fonts.
6026 (x-font-name-charset-alist): Add an entry for "iso10646-1".
6027
6028 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * faces.el (frame-set-background-mode): If a tty frame defines a
6031 background color, use that to compute the background mode, instead
6032 of always defaulting to "dark".
6033
6034 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
6035
6036 * comint.el (comint-write-output): New function.
6037 (comint-mode-map): Add it to the menu.
6038 Bind `C-c C-s' to comint-write-output.
6039
6040 2000-10-18 Gerd Moellmann <gerd@gnu.org>
6041
6042 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
6043 Use fancy-splash-delay.
6044
6045 2000-10-18 Alex Schroeder <alex@gnu.org>
6046
6047 * progmodes/sql.el (sql-sybase-options): New option.
6048 (sql-sybase): Use it. Add sql-database to the list of parameters
6049 provided for login. The options -w 2048 -n are not used any more.
6050
6051 * comint.el (comint-read-input-ring): Bugfix such that the first
6052 and the last entry of the input ring file are not lost.
6053
6054 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6055
6056 * ps-print.el: Internal variable changes to defcustom,
6057 make-local-hook changes to defvar. Doc fix.
6058 (ps-print-version): New version number (6.1).
6059 (ps-setup, ps-do-despool): Code fix.
6060 (ps-printer-name): Customization fix.
6061 (ps-printer-name-option): Now is a defcustom instead of an
6062 internal variable.
6063 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6064 (ps-print-begin-column-hook): Now are defvar instead of
6065 make-local-hook.
6066
6067 2000-10-18 Miles Bader <miles@gnu.org>
6068
6069 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6070 (comint-kill-output): Changed into an alias for `comint-delete-output',
6071 and made obsolete.
6072 (comint-mode-map): Rename references to comint-kill-output.
6073
6074 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6075
6076 * diff-mode.el (diff-header-face, diff-file-header-face)
6077 (diff-changed-face): Add bold and italic attributes to tty faces.
6078 (diff-function-face): New face.
6079 (diff-font-lock-keywords): Use it.
6080
6081 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6082
6083 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6084 Remove commented-out call to force-mode-line-update.
6085 (comint-kill-output): Use `forward-line 0' instead of
6086 beginning-of-line to make sure we get past the prompt.
6087
6088 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6089
6090 * diff-mode.el (diff-header-face, diff-file-header-face):
6091 Add specific setting for dark background.
6092 (diff-context-face): Renamed from diff-comment-face.
6093 Set explicitly rather than inheriting from font-lock-comment-face.
6094
6095 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6096
6097 * startup.el (command-line): Move the code which sets the default
6098 TTY colors to before before-init-hook.
6099
6100 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6101
6102 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6103
6104 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6105
6106 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6107 extensions, for MS-DOS.
6108
6109 * diff-mode.el (diff-header-face, diff-file-header-face)
6110 (diff-changed-face): Define tty-specific colors.
6111
6112 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6113
6114 * startup.el (fancy-splash-text): Realign the text.
6115
6116 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6117
6118 * font-lock.el (font-lock-comment-face): Define a separate default
6119 for dark-background tty's.
6120
6121 2000-10-17 Miles Bader <miles@gnu.org>
6122
6123 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6124 being obscured by whizzy mode-lines on graphics displays.
6125
6126 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6127
6128 * info.el (Info-title-1-face, Info-title-2-face)
6129 (Info-title-3-face): Define colors for tty's.
6130 (info-header-node): Remove unneeded tty-specific definition.
6131
6132 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6133
6134 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6135 reverse from the frame parameters, and don't invert foreground and
6136 background colors.
6137
6138 2000-10-16 Miles Bader <miles@gnu.org>
6139
6140 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6141 string "*Info*". Call propertized-buffer-identification to spruce
6142 up the result.
6143
6144 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6145
6146 * help.el: Provide `help' for the sake of define-minor-mode
6147 which generates defcustoms with requires.
6148
6149 * jit-lock.el (jit-lock-after-change): If we're in text that
6150 matches a multi-line font-lock pattern, make sure the whole text
6151 will be redisplayed.
6152
6153 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6154 author's name is unknown.
6155
6156 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6157 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6158 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6159 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6160 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6161 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6162 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6163 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6164 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6165 Add author information.
6166
6167 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6168
6169 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6170 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6171 full-color version (using the Gimp) to eliminate dithering artifacts.
6172
6173 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6174
6175 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6176
6177 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6178
6179 2000-10-15 Dave Love <fx@gnu.org>
6180
6181 * progmodes/sh-script.el: Require skeleton and comint when compiling.
6182
6183 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6184
6185 * whitespace.el: Doc fixes.
6186 (top-level): Don't add hooks here.
6187 (whitespace-running-emacs): Deleted.
6188 (timer): Don't require.
6189 (whitespace): Add back :version conditional on xemacs test.
6190 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6191 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6192 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6193 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6194 Avoid specific xemacs test.
6195 (whitespace-global-mode): New option.
6196 (whitespace-global-mode): New command.
6197 (whitespace-unload-hook): New function.
6198
6199 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6200 (Info-fontify-node, Info-goto-node, Info-mode-menu)
6201 (Info-fontify-node): `Goto' goes to `Go to'.
6202 (Info-fontify-node): Add help-echo to xref links.
6203
6204 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6205
6206 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6207
6208 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6209
6210 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6211 Use plist-get and allow :inherit.
6212
6213 * emacs-lisp/cl-macs.el (cl-do-arglist):
6214 Use plist-get and plist-member instead of memq.
6215
6216 * emacs-lisp/ewoc.el (ewoc-location): New function.
6217 (ewoc-enter-after, ewoc-enter-before): Document return value.
6218 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6219 Don't need make-local-hook any more.
6220 (cvs-addto-collection): Return the new tin.
6221 (cvs-mode-insert): Jump to the new line.
6222
6223 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6224
6225 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6226
6227 * font-lock.el (font-lock-syntactically-fontified): New var.
6228 (font-lock-fontify-syntactic-keywords-region): Use it.
6229 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6230
6231 * diff-mode.el (diff-find-file-name): Fix regexp.
6232
6233 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6234 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6235
6236 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6237 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6238 (sh-mode): Don't make all vars local here.
6239 (sh-kw): Reformat.
6240 (sh-set-shell): Use dolist. Don't set indent-region-function.
6241 (sh-mode-syntax-table): Use pop.
6242 (sh-remember-variable): Use push.
6243 (sh-help-string-for-variable): Use memq.
6244 (sh-safe-backward-sexp): Remove.
6245 (sh-safe-forward-sexp): Add ARG.
6246 (sh-get-indent-info, sh-prev-stmt): Use it.
6247 (sh-prev-line): Simplify by using forward-comment.
6248 (sh-this-is-a-continuation): Simplify.
6249 (sh-learn-buffer-indent): Use dolist.
6250 (sh-do-nothing): Remove.
6251 (sh-set-char-syntax, sh-set-here-doc-region):
6252 Use inhibit-modification-hooks.
6253 (sh-name-style): Use mapcar and push.
6254 (sh-load-style): Use dolist.
6255 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6256 (sh-case, sh-while-getopts): Use propertize directly rather
6257 than sh-electric-rparen.
6258
6259 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6260
6261 * textmodes/tex-mode.el: Require CL when compiling.
6262 (tex-mode-syntax-table): Init immediately.
6263 (tex-mode-map): Bind M-RET to latex-insert-item.
6264 (latex-mode): Set indent-line-function to latex-indent.
6265 (tex-common-initialization): Don't setup the syntax-table any more.
6266 (latex-insert-item): New skeleton.
6267 (tex-next-unmatched-end): Fix copy/paste braino.
6268 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6269 (latex-indent, latex-find-indent): New functions.
6270 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6271 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6272 (tex-compilation-parse-errors): Use with-syntax-table.
6273
6274 2000-10-15 Miles Bader <miles@gnu.org>
6275
6276 * font-lock.el (font-lock-comment-face): Change dark-background,
6277 color, non-tty, default to `chocolate1'.
6278
6279 2000-10-13 John Wiegley <johnw@gnu.org>
6280
6281 * eshell/esh-util.el (require): Added a missing `require' form,
6282 needed when compiling (for an ange-ftp macro definition).
6283
6284 2000-10-13 Dave Love <fx@gnu.org>
6285
6286 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6287
6288 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6289
6290 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6291
6292 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6293 transparent -colors 8).
6294
6295 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6296
6297 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6298 that breaks with old list format timestamps.
6299 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6300 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6301
6302 2000-10-13 John Wiegley <johnw@gnu.org>
6303
6304 * align.el, pcomplete.el, calendar/timeclock.el,
6305 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6306
6307 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6308 faulty math, where holiday hours were being computing as seconds.
6309
6310 2000-10-13 John Wiegley <johnw@gnu.org>
6311
6312 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6313 specifying what "other" kinds of buffers should be saved.
6314 This used to be hard-coded.
6315 (desktop-buffer-misc-functions): A global for specifying how
6316 auxiliary data should be determined for special buffer types.
6317 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6318 instead of hard-coding the special buffer types.
6319 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6320 auxiliary data, instead of hard-coding for Info buffers and dired.
6321 (desktop-buffer-info-misc-data): Aux function for determining Info
6322 buffer auxiliary info.
6323 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6324 (desktop-buffer-info): Changed this function to use the info
6325 gathered above.
6326 (desktop-create-buffer): Be a little more careful about what
6327 `minor-mode' means before calling it. This is important for some
6328 buffer types.
6329
6330 2000-10-13 John Wiegley <johnw@gnu.org>
6331
6332 * eshell/esh-util.el: Added a global form which declares an
6333 autoload for `parse-time-string', if that function is not already
6334 defined, and if parse-time.el is available on the user's system.
6335
6336 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6337 to be aware of ange-ftp user info.
6338 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6339 (eshell-ls-annotate): Use `eshell-file-attributes'.
6340 (eshell-ls-file): Made the user-id printing code a bit smarter.
6341
6342 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6343 allow identification of alias user ids in remote directories.
6344 It's manual, but there's no other way to know when the current user
6345 on the local machine, is also the owning user on the remote machine.
6346 (fboundp): Bind `ange-cache'.
6347 (eshell-directory-files-and-attributes): Re-organized the logic a
6348 bit to use `eshell-file-attributes' instead of `file-attributes'.
6349 The former is more sensitive to directories that are read via FTP,
6350 and knows how to use ange-ftp to determine full attribute
6351 information, instead of just the name and last modtime.
6352 (eshell-current-ange-uids): Return the current user id when in a
6353 remote directory.
6354 (eshell-parse-ange-ls): Parse a full directory listing that has
6355 been returned by ange-ftp.
6356 (eshell-file-attributes): This beefed up version of
6357 `file-attributes' is only special if the user is currently in a
6358 remote directory, in which case it does a lot of work to find out
6359 what the real attributes of a file are, as they appear on the
6360 remote machine. This makes usage of remote directories (i.e.,
6361 ange-ftp pathnames) much more useful. You can now use Eshell as a
6362 full-fledged FTP client, with much more manipulation ability than
6363 most other clients.
6364
6365 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6366 variable, which means that Eshell's du should always be preferred
6367 in remote directories.
6368 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6369 just `file-attributes'.
6370 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6371 when reading remote directories. This is an Eshell-specific
6372 variable (not part of ange-ftp).
6373 (eshell/ln): Bind `ange-cache'.
6374 (eshell/du): Added some extra logic for determining when to use
6375 Eshell's du (which is slow), and when to use the external version
6376 (which may or may not exist).
6377
6378 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6379 Call `eshell-interactive-process', rather than using
6380 `get-buffer-process', since backgrounded processes don't count in
6381 the context of this function's logic.
6382
6383 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6384 `forward-char', so that null strings are parsed correctly.
6385
6386 2000-09-13 John Wiegley <johnw@gnu.org>
6387
6388 * eshell/em-pred.el (eshell-pred-file-type)
6389 (eshell-pred-file-links, eshell-pred-file-size):
6390 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6391
6392 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6393 that remote file globbing is more efficient.
6394
6395 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6396 gathering the files and attributes within a directory.
6397
6398 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6399 the command line is a special file (not a regular file, directory
6400 or symlink), always attempt to call the external version of cat.
6401
6402 2000-09-13 John Wiegley <johnw@gnu.org>
6403
6404 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6405 Eshell-friendly version of find-tag.
6406
6407 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6408
6409 * image-file.el (image-file-name-extensions)
6410 (image-file-name-regexps): Add autoload cookies.
6411
6412 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6413
6414 * international/mule-cmds.el (select-safe-coding-system): If FROM
6415 is string, show it in *Warning* buffer.
6416
6417 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6418
6419 * startup.el (normal-top-level): Use display-popup-menus-p instead
6420 of window-system.
6421 (command-line): Use display-graphic-p instead of window-system.
6422 (command-line-1): Use display-popup-menus-p and display-mouse-p
6423 instead of window-system.
6424
6425 2000-10-12 Sam Steingold <sds@gnu.org>
6426
6427 * tooltip.el (tooltip-use-echo-area): New user variable.
6428 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6429
6430 2000-10-12 Dave Love <fx@gnu.org>
6431
6432 * recentf.el: Maintainer's checkdoc fixes.
6433
6434 * startup.el (normal-top-level-add-subdirs-to-load-path):
6435 Use character class, not ASCII when matching file names.
6436 (fancy-splash-head): Add trailing slash to URL.
6437 (command-line): Don't require XPM support for toolbar.
6438
6439 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6440 (cperl-invalid-face): Revert last change.
6441 (cperl-init-faces): Quote cperl-invalid-face.
6442
6443 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6444
6445 * startup.el (fancy-splash-text): Remove superfluous quote.
6446
6447 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6448
6449 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6450 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6451 (command-line-1): Don't use fancy-splash-pending-command.
6452 (fancy-splash-screens-1): Goto point-min after inserting text.
6453
6454 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6455
6456 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6457 instead of shared-lisp-mode-map.
6458
6459 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6460
6461 * faces.el (header-line): Change tty-variant to use underlining.
6462
6463 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6464 (isearch-highlight): Restore lazy-isearch face properties at old
6465 position, and suppress them at new position.
6466 (isearch-dehighlight): Restore lazy-isearch face properties.
6467 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6468 over the real isearch overlay, but in that case, don't give it a
6469 face property. Use `push'.
6470
6471 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6472
6473 * man.el (Man-getpage-in-background): Fix previous change.
6474 Decode the process output only when we are in multibyte mode.
6475
6476 2000-10-11 Dave Love <fx@gnu.org>
6477
6478 * info.el (Info-mode-menu): Fix some help.
6479 (info-tool-bar-map): Add entry for Info-last.
6480
6481 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6482 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6483 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6484 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6485 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6486 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6487 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6488 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6489 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6490 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6491 Reduce colour requirements to 25 overall. (Probably wants
6492 revisiting from the originals to reduce further.)
6493
6494 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6495
6496 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6497 buffer-file-coding-system, instead of raw-text.
6498 (dehexlify-buffer): Bind coding-system-for-read to
6499 buffer-file-coding-system, instead of raw-text.
6500
6501 2000-10-11 Sam Steingold <sds@gnu.org>
6502
6503 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6504 `underline' - fixes the bug introduced on 2000-09-21.
6505
6506 2000-10-11 Dave Love <fx@gnu.org>
6507
6508 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6509 Avoid compiler warnings.
6510 (scheme-mode): Doc fix.
6511 (scheme-font-lock-keywords-1): Match `define-syntax'.
6512
6513 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6514
6515 * faces.el (frame-set-background-mode): Pay attention to saved
6516 face specs as well as default ones. Only do anything if the
6517 bg-mode or display-type has actually changed. Use `dolist'.
6518 (region): Make dark-background `region' face less in-your-face.
6519
6520 2000-10-10 Sam Steingold <sds@gnu.org>
6521
6522 * chistory.el, ielm.el, ledit.el:
6523 * progmodes/inf-lisp.el, progmodes/scheme.el:
6524 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6525
6526 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6527
6528 * textmodes/texinfo.el: Update copyright and fix typo.
6529
6530 * desktop.el (desktop-modes-not-to-save): New var.
6531 (desktop-save-buffer-p): Use it.
6532 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6533 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6534
6535 2000-10-10 Dave Love <fx@gnu.org>
6536
6537 * toolbar/tool-bar.el (tool-bar-add-item)
6538 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6539
6540 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6541 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6542 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6543 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6544 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6545 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6546 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6547 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6548 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6549 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6550 the .xpms; probably need retouching.
6551
6552 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6553
6554 * subr.el (add-to-list): Add optional argument APPEND.
6555 * battery.el (display-battery): Use `add-to-list'.
6556
6557 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6558
6559 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6560 properties.
6561 (zone, zone-when-idle, zone-leave-me-alone)
6562 (zone-pgm-whack-chars): Use new symbol properties.
6563
6564 * battery.el (display-battery): Doc spelling fix.
6565
6566 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6567 property.
6568
6569 2000-10-09 Dave Love <fx@gnu.org>
6570
6571 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6572 has been initialized before calling tool-bar-setup.
6573 (tool-bar-add-item-from-menu): Add autoload cookie.
6574
6575 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6576
6577 * menu-bar.el (send-mail-item-name): New function.
6578 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6579 of mail-user-agent in the menu. Don't display the "Send Mail"
6580 item if mail-user-agent is nil or its value is ignore.
6581 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6582 if read-mail-command is nil or its value is ignore.
6583
6584 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6585
6586 2000-10-09 Miles Bader <miles@gnu.org>
6587
6588 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6589 Correct image size.
6590 * toolbar/left_arrow.xpm: Correct image size.
6591
6592 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6593 will be done by the definition of `auto-compression-mode' if
6594 necessary. Move code to uninstall existing file-name handler
6595 before definition of `auto-compression-mode'.
6596
6597 * image-file.el (auto-image-file-mode): Move to the end of the
6598 file, because `define-minor-mode' actually calls the mode-function
6599 if the associated variable is non-nil, which requires that all
6600 needed functions be already defined.
6601
6602 * mouse.el (popup-menu): Balance parens.
6603
6604 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6605
6606 * mouse.el (popup-menu): Move the command call outside the loop
6607 so that popup-menu returns whatever the command returns.
6608
6609 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6610 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6611 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6612 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6613
6614 * vc.el (vc-version-diff): diff-switches can be a list.
6615 Use relative filenames for prettier output.
6616
6617 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6618 (vc-post-command-functions): Remove old-VC compatibility code.
6619
6620 * newcomment.el (comment-indent-default): Autoload.
6621
6622 * font-lock.el (font-lock-defaults): Make buffer-local.
6623 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6624 (font-lock-choose-keywords):
6625 Ignore LEVEL unless KEYWORDS is a list of syms.
6626 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6627 Don't wrap regexp-opt things in \(...\) unnecessarily.
6628
6629 * jit-lock.el: Don't require font-lock any more.
6630 (jit-lock-functions): Make buffer-local.
6631 (jit-lock-saved-fontify-buffer-function): Remove.
6632 (jit-lock-mode): Remove autoload cookie.
6633 Remove font-lock specific code.
6634 (jit-lock-unregister): Don't bother handling complex hooks any more.
6635 (jit-lock-refontify): New function.
6636 (jit-lock-fontify-buffer): Use it.
6637 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6638 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6639 Add optional args START and END.
6640 Never call font-lock-fontify-region directly.
6641 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6642
6643 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6644
6645 2000-10-08 Dave Love <fx@gnu.org>
6646
6647 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6648
6649 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6650
6651 * play/studly.el (studlify-region, studlify-word): Add autoload
6652 cookie.
6653
6654 * play/morse.el (morse-region, unmorse-region): Add autoload
6655 cookie.
6656
6657 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6658 concat.
6659
6660 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6661 insist on symbols starting with word syntax.
6662 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6663 (eval-defun-1): Doc fix.
6664 (indent-sexp): Use nconc to build up indent-stack.
6665
6666 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6667 Gnus with little use.
6668 (mail-setup-hook): Add mail-abbrevs-setup to options.
6669
6670 * recentf.el: Doc fixes.
6671
6672 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6673 Clean up remainder.
6674
6675 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6676 without timezone and (8) with timezone to enforce some whitespace.
6677 Simplify code somewhat.
6678
6679 * options.el (list-options): Doc that you should use customize.
6680
6681 * iswitchb.el (iswitchb-mode): Add :require.
6682
6683 * info.el (Info-goto-node, Info-menu): Doc fix.
6684 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6685 (info-tool-bar-map): New variable.
6686 (Info-mode): Use it.
6687 (Info-edit-map): Define all in defvar.
6688 (speedbar-attached-frame): Avoid compiler warning.
6689
6690 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6691 (global-map): Bind [tool-bar] to a filtered map.
6692 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6693 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6694 Allow PBM icons.
6695 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6696
6697 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6698 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6699 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6700 icons, except up_arrow, which is left-arrow rotated.
6701
6702 * imenu.el (imenu-add-to-menubar): Fix last change.
6703
6704 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6705
6706 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6707 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6708
6709 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6710
6711 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6712 typos in doc strings.
6713
6714 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6715 the doc strings how to customize Font Lock faces.
6716
6717 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6718 computing growth when dragging the header line.
6719
6720 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * simple.el (kill-line): Doc fix.
6723
6724 2000-10-08 Miles Bader <miles@gnu.org>
6725
6726 * faces.el (secondary-selection): Make foreground visible on tty.
6727
6728 * jka-compr.el (auto-compression-mode): Move to the end of the
6729 file, because `define-minor-mode' actually calls the mode-function
6730 if the associated variable is non-nil, which requires that all
6731 needed functions be already defined.
6732 (with-auto-compression-mode): Add autoload cookie.
6733
6734 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6735
6736 * files.el (find-backup-file-name) [ms-dos]: If support for long
6737 file names is not available, behave as if version-control were set
6738 to never.
6739
6740 2000-10-07 Dave Love <fx@gnu.org>
6741
6742 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6743 (browse-url-gnome-moz): New function.
6744 (browse-url-browser-function): Use it.
6745 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6746
6747 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6748
6749 * indent.el (tab-always-indent): New var.
6750 (indent-for-tab-command): Use it.
6751
6752 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6753 raise an error. This way it can still default to a sane value.
6754
6755 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6756
6757 * startup.el (fancy-splash-screens): Use local rather than global map.
6758 Don't use `update-menu-bindings' any more.
6759 Get rid of assumptions about keymap representation.
6760
6761 2000-10-06 Dave Love <fx@gnu.org>
6762
6763 * textmodes/fill.el (sentence-end-double-space)
6764 (sentence-end-without-period): Doc fix.
6765 (adaptive-fill-regexp): Purecopy.
6766 (unjustify-current-line): Use line-end-position.
6767 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6768
6769 * net/eudc-vars.el (eudc): Add :version, :link.
6770
6771 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6772
6773 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6774 Fix for define-minor-mode.
6775 (function-at-point): Alias to function-called-at-point.
6776
6777 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6778
6779 * simple.el (backward-word): Doc fix.
6780
6781 * image-file.el (image-file-name-regexp): image-file-regexps ->
6782 image-file-name-regexps.
6783 (image-file-name-extensions): Add pbm.
6784
6785 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6786
6787 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6788 and add filename to the names so that diff-mode can jump to source.
6789
6790 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6791 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6792 (tex-font-lock-keywords-1): Remove.
6793 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6794 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6795 (font-lock-default-fontify-region):
6796 Expand beg..end correctly when just following a multiline region.
6797 (font-lock-fontify-anchored-keywords):
6798 Include the anchor text as part of the multiline.
6799
6800 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6801
6802 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6803 latter needs the autoloaded define-minor-mode macro during the
6804 bootstrap.
6805
6806 * startup.el (command-line): For now, activate tool-bar-mode only
6807 if XPM images are supported.
6808
6809 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6810 window by dragging a header-line at the top of the frame; that's
6811 confusing because the header-line doesn't move.
6812 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6813 of treating the event as a list. Some cleanup.
6814
6815 2000-10-06 Miles Bader <miles@gnu.org>
6816
6817 * simple.el (display-message-or-buffer): New function.
6818 (shell-command-on-region): Use `display-message-or-buffer'.
6819
6820 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6821 docstring parts.
6822
6823 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6824 (smbclient-prompt-regexp): Add usage note to doc string.
6825 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6826 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6827 Use add-hook for adding the comint filter function, and only do so
6828 if it's not already in the global hook list.
6829 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6830 to `make-local-variable'.
6831 (nslookup-font-lock-keywords): Remove prompt entry.
6832 (nslookup): Don't set the process-filter.
6833 (finger): Exit the loop correctly when the regexps list runs out.
6834 (ftp, smbclient, smbclient-list-shares):
6835 Set the real major mode immediately, not after execing.
6836 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6837
6838 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6839
6840 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6841
6842 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6843
6844 * which-func.el (which-func-format): Remove spurious space.
6845 (which-func-mode): Don't make it permanent-local.
6846 (which-func-ff-hook): Allow which-func-maxout to be nil.
6847 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6848 (which-func-mode): Simplify.
6849 Use post-command-idle-hook rather than post-command-hook.
6850 Go through all buffers and update their state.
6851 (which-function): Also try add-log-current-defun-function.
6852
6853 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6854 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6855 Update call to with-vc-properties accordingly.
6856 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6857 (vc-revert-buffer): More careful about window selection and deletion.
6858 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6859
6860 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6861 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6862 (cvs-dired-action): Change the default to quickdir.
6863
6864 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6865 if comment-indent-function returns nil.
6866 (comment-indent-default): New function.
6867 (comment-indent-function): Use it and document the new semantics.
6868
6869 * image-file.el: Docstring fixes.
6870
6871 * help.el (help-xref-on-pp): Use match-string.
6872 (describe-variable): New arg BUFFER.
6873 Store the current buffer in the help-xref-stack.
6874 (temp-buffer-resize-mode): Use define-minor-mode.
6875
6876 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6877 consistently with its docstring.
6878 Set jit-lock-first-unfontify-pos in an idempotent way.
6879 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6880
6881 2000-10-05 Alex Schroeder <alex@gnu.org>
6882
6883 * sql.el (sql-mysql-options): New variable.
6884 (sql-mysql): Use it.
6885
6886 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6887
6888 * image.el (image): New group.
6889
6890 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6891 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6892
6893 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6894
6895 * net/net-utils.el (nslookup-font-lock-keywords)
6896 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6897 Ignore the value of wqindow-system; always define keywords
6898
6899 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6900
6901 * startup.el (fancy-splash-screens): Remove the code for
6902 debugging; `(trace-to-stderr "EXITTT\n")'.
6903
6904 2000-10-05 Miles Bader <miles@gnu.org>
6905
6906 * diff-mode.el (diff-goto-source): Update call to
6907 `diff-hunk-status-msg' to reflect new REV variable.
6908
6909 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6910
6911 * progmodes/icon.el (icon-mode):
6912 Don't gratuitously override the default for comment-column.
6913
6914 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6915
6916 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6917 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6918 (jit-lock-functions): New var.
6919 (jit-lock-function-1): Use it if non-nil.
6920 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6921 Set the `fontified' property before doing the fontification to avoid
6922 repeatedly going through the same error.
6923 Don't turn errors into messages.
6924 (jit-lock-register, jit-lock-unregister): New functions.
6925
6926 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6927 Use with-current-buffer.
6928
6929 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6930 Turn comment into docstring.
6931
6932 * apropos.el (apropos-mode): Use define-derived-mode.
6933
6934 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6935
6936 * startup.el (fancy-splash-pending-command): New variable.
6937 (fancy-splash-pre-command): New function.
6938 (fancy-splash-screens): Rewritten.
6939 (command-line-1): If fancy-splash-pending-command is set, call it
6940 interactively.
6941
6942 2000-10-04 Dave Love <fx@gnu.org>
6943
6944 * toolbar/tool-bar.el (tool-bar-setup): New function.
6945 (tool-bar-mode): Use it.
6946
6947 * subr.el (substitute-key-definition): Doc fix.
6948 (play-sound-file): New command.
6949
6950 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6951
6952 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6953 vc-version-backup-file-name): New functions.
6954
6955 * files.el (basic-save-buffer): Call vc-before-save before saving.
6956
6957 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6958 vc-cvs-stay-local-p.
6959
6960 * vc.el (vc-revert-buffer): Handle empty diff properly.
6961 (vc-version-backup-file): New function.
6962 (vc-checkout): Create a version backup if necessary.
6963 (vc-checkin): If a version backup file exists, delete it.
6964 (vc-version-diff): Diff locally using version backups, if available.
6965 (vc-revert-file): If there's a version backup, revert locally.
6966 (vc-transfer-file): Use version backup for base version, if
6967 available. If not, ask for confirmation whether to get it from the
6968 server. Update mode line before check-in.
6969
6970 2000-10-04 Dave Love <fx@gnu.org>
6971
6972 * toolbar/tool-bar.el (tool-bar-setup): New function.
6973 (tool-bar-mode): Use it.
6974
6975 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6976
6977 * net/net-utils.el (nslookup-font-lock-keywords)
6978 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6979 Only set if window-system is non-nil
6980 (net-utils-run-program): Returns buffer.
6981 (network-connection-reconnect): Added this function.
6982
6983 * generic.el:
6984 Incorporates extensive cleanup and docfixes by
6985 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6986 Uses cl compile-time macros.
6987 (generic-mode-name, generic-comment-list)
6988 (generic-keywords-list, generic-font-lock-expressions)
6989 (generic-mode-function-list, generic-mode-syntax-table):
6990 Removed variables.
6991 (generic-mode-alist): Renamed to generic-mode-list.
6992 (generic-find-file-regexp): Default changed to "^#".
6993 (generic-read-type): Uses completing read on generic-mode-list.
6994 (generic-mode-sanity-check): removed this function.
6995 (generic-add-to-auto-mode): Removed this function
6996 (generic-mode-internal): Bind mode-specific definitions
6997 into function instead of putting them in alist.
6998 (generic-mode-set-comments): Reworked extensively.
6999 (generic-mode-find-file-hook): Simplified regexp searching
7000 (generic-make-keywords-list): Omit extra pair of parens
7001
7002 * find-lisp.el (find-lisp-find-files-internal):
7003 Make sure directory name ends with "/".
7004
7005 * generic-x.el (apache-conf-generic-mode):
7006 Regexp now allows leading whitespace.
7007 (rc-generic-mode): Added eval-when-compile
7008 around generic-make-keywords-list.
7009 Deleted duplicate regexp
7010 (rul-generic-mode): Added eval-when-compile
7011 around generic-make-keywords-list.
7012 (etc-fstab-generic-mode): New generic mode.
7013 (rul-generic-mode): Removed one eval-when-compile
7014 which caused a max-specpdl-size exceeded error.
7015
7016 2000-10-04 Miles Bader <miles@gnu.org>
7017
7018 * simple.el (minibuffer-temporary-goal-position): New variable.
7019 (next-history-element): Try to keep the position of point in the
7020 input string constant.
7021
7022 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
7023 (dired-do-create-files): If there's only one file, pass it in as
7024 the DEFAULT arg to dired-mark-read-file-name.
7025
7026 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
7027
7028 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
7029 (diff-goto-source): Be smarter when choosing REVERSE or not.
7030
7031 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
7032 (texinfo-mode-menu): Add an explicit shortcut for update all.
7033
7034 2000-10-03 Andre Spiegel <spiegel@gnu.org>
7035
7036 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
7037 factorize backend-specific code cleanly (this was essentially
7038 conceived by Stefan Monnier).
7039 (vc-unregister): Function removed.
7040 (vc-revert-file): New function.
7041 (vc-revert-buffer): Delegate some of the work to it.
7042
7043 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
7044 default branch unconditionally.
7045 (vc-rcs-set-default-branch): New function.
7046 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
7047 (vc-rcs-checkin): If an appropriate default branch has been set,
7048 force creation of that branch.
7049 (vc-rcs-receive-file): Rewritten to contain only backend-specific
7050 code (as suggested by Stefan Monnier).
7051
7052 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7053
7054 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7055 highlighting overlay with a different face over the overlay
7056 isearch uses to highlight the current match because that can lead
7057 to bad face combinations.
7058
7059 * loadup.el (toplevel): Load faces before isearch.
7060
7061 * isearch.el (isearch-faces): New custom group.
7062 (isearch): New defface; was already tested for in the code.
7063 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7064 (isearch-highlight): Always use face `isearch'.
7065
7066 2000-10-02 Dave Love <fx@gnu.org>
7067
7068 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7069 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7070 comparison of opcode with operand.
7071
7072 2000-10-03 Miles Bader <miles@gnu.org>
7073
7074 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7075 buffer, since the echo area will now grow to accommodate them.
7076
7077 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7078
7079 * vc-hooks.el (vc-registered): If FILE used to be registered under
7080 a certain backend, try that one first.
7081
7082 * vc.el (vc-responsible-backend): Undo the previous change in the
7083 argument list. Handle multiple backends correctly.
7084 (vc-find-new-backend): Function removed.
7085 (vc-register): Use vc-responsible-backend, as before.
7086 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7087
7088 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7089
7090 * startup.el (fancy-splash-head): Change message below the
7091 logo.
7092
7093 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7094
7095 * diff-mode.el (diff-goto-source): Emit a status message.
7096 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7097 (diff-test-hunk): Fix doc string.
7098 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7099 (diff-advance-after-apply-hunk): New variable.
7100 (diff-apply-hunk): Don't return a value.
7101
7102 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7103
7104 * vc.el (vc-editable-p): Minor optimization.
7105 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7106 (vc-find-new-backend): New function split from vc-responsible-backend.
7107 (vc-register): Use it.
7108 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7109 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7110 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7111 (vc-clear-headers): Don't use find-file.
7112 (vc-revert-buffer): Use `and' again (must have been a braino).
7113 (vc-switch-backend): Only prompt if requested.
7114 Short circuit if nothing is to be done.
7115 Don't use vc-resynch-buffer which could lose unsaved editing.
7116 (vc-default-receive-file): Update call to vc-unregister.
7117 (with-vc-file, vc-next-action-on-file):
7118 Use vc-backend rather than vc-registered.
7119 (vc-next-action-on-file): Use intern-soft.
7120 Deal with read-only *vc-diff* buffer.
7121 (vc-transfer-file): Docstring fix.
7122
7123 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7124 (vc-rcs-receive-file): Avoid with-vc-properties.
7125 Update call to vc-unregister.
7126 Use constant `RCS' rather than (dynamically bound) var `backend'.
7127
7128 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7129
7130 * vc.el (vc-next-action-on-file): Update mode line only if file
7131 is visited.
7132 (vc-start-entry): New argument initial-contents. Don't visit the file
7133 if it isn't already visited. Brought documentation up-to-date.
7134 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7135 (vc-checkin): New optional arg initial-contents, which is passed to
7136 vc-start-entry.
7137 (vc-finish-logentry): Make sure to bury log buffer only if there
7138 really is one. Call `vc-resynch-buffer' on log-file, not
7139 buffer-file-name.
7140 (vc-default-comment-history, vc-default-wash-log): New functions.
7141 (vc-index-of): Removed.
7142 (vc-transfer-file): Make do without the above.
7143 (vc-default-receive-file): Call comment-history unconditionally. Pass
7144 the resulting string to vc-checkin, instead of inserting it into the
7145 comment ring.
7146
7147 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7148 unconditionally. Use the comments as initial contents of the log
7149 entry buffer. Document the trick to force branch creation with no
7150 changes.
7151
7152 2000-10-01 Miles Bader <miles@gnu.org>
7153
7154 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7155 `recenter' with an arg to prevent redrawing the display.
7156
7157 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7158
7159 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7160
7161 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7162
7163 * progmodes/c-mode.el (c-mode):
7164 Don't gratuitously override the default for comment-column.
7165
7166 * textmodes/tex-mode.el (latex-metasection-list): New var.
7167 (latex-imenu-create-index): Use it.
7168 Move the regexp construction outside loops (and use push).
7169 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7170 (tex-font-lock-keywords): Moved from font-lock.el.
7171 (tex-comment-indent): Remove.
7172 (tex-common-initialization): Don't set comment-indent-function.
7173 (latex-block-default): New var.
7174 (tex-latex-block): Use it to provide a default choice.
7175 Add any unknown choice to latex-block-names.
7176 Insert [...] after {...}.
7177 (tex-last-unended-begin): Simplify regexp.
7178 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7179 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7180 (latex-mode): Set forward-sexp-function.
7181
7182 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7183 Add regexp for @ignore ... @end ignore.
7184 (texinfo-heading-face): New face.
7185 (texinfo-font-lock-keywords): Use it.
7186 (texinfo-mode-menu): New menu.
7187 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7188 New functions.
7189 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7190 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7191 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7192 Remove declaration.
7193 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7194
7195 * delsel.el (delete-selection-mode): Use define-minor-mode.
7196
7197 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7198
7199 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7200
7201 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7202
7203 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7204
7205 * replace.el (keep-lines-read-args): New function.
7206 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7207 read arguments interactively. Add parameters RSTART and REND.
7208 Operate on the active region in Transient Mark mode.
7209
7210 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7211
7212 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7213 (authors-obsolete-files-regexps): New variable.
7214 (authors-add): Don't record changes in obsolete files.
7215
7216 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7217
7218 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7219
7220 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7221 (comment-indent): Make sure there's a space between code and comment.
7222 Shift comments left to avoid going past fill-column.
7223
7224 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7225
7226 * startup.el (startup-echo-area-message): New function.
7227 (display-startup-echo-area-message): Use it.
7228 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7229 (fancy-splash-default-action): New function.
7230 (fancy-splash-screens-1): New function.
7231 (fancy-splash-head): Put a help-echo and a keymap under the image.
7232
7233 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * diff-mode.el (diff-add-log-file-name): Remove.
7236 (diff-mode): Use add-log-buffer-file-name-function.
7237
7238 * add-log.el (find-change-log): New arg BUFFER-FILE.
7239 (add-log-file-name): Obey add-log-file-name-function.
7240 (add-log-buffer-file-name-function): New var.
7241 (add-change-log-entry): Use it.
7242
7243 2000-09-29 Miles Bader <miles@gnu.org>
7244
7245 * image-file.el (image-file-name-extensions): New variable.
7246 (image-file-name-regexps): Renamed from `image-file-regexps'.
7247 New default value is nil. Call `auto-image-file-mode'.
7248 (image-file-name-regexp): New function.
7249 (auto-image-file-mode): New minor mode.
7250 (insert-image-file): Don't make conditional on the image-file
7251 handler being enabled.
7252 (image-file-handler): Make the call here conditional instead.
7253 (set-image-file-handler-enabled, enable-image-file-handler)
7254 (disable-image-file-handler): Functions removed.
7255
7256 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7257 string.
7258
7259 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7260
7261 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7262 it's a function from CL.
7263 (latex-imenu-create-index): Replace eval-when-compile with progn
7264 because latex-section-alist is not bound while compiling.
7265
7266 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7267
7268 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7269 (outline-mode): Use define-derived-mode.
7270
7271 * progmodes/perl-mode.el (perl-mode):
7272 * progmodes/awk-mode.el (awk-mode):
7273 * progmodes/asm-mode.el (asm-mode):
7274 Don't gratuitously override the default for comment-column.
7275
7276 * emacs-lisp/lisp.el (lisp-complete-symbol):
7277 Distinguish the let-binding case from the funcall case.
7278 (forward-sexp-function): New variable.
7279 (forward-sexp): Use it.
7280
7281 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7282 (easy-mmode-defmap): Remove the now useless autoload.
7283
7284 * time.el (display-time-mode): Use define-minor-mode.
7285
7286 * subr.el (add-minor-mode): Don't eval NAME.
7287 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7288 Use if rather than cond.
7289
7290 * simple.el (read-expression-map): Define more properly.
7291 (comment-indent-hook): Remove.
7292 (string-to-syntax): Bug fix.
7293
7294 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7295 (cvs-ediff-diff): Fix typo.
7296 (cvs-revert-if-needed): Don't bother preserving read-only.
7297
7298 * paren.el (show-paren-mode): Use define-minor-mode.
7299
7300 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7301 (toggle-auto-compression): Remove.
7302 (jka-compr-build-file-regexp): Remove useless grouping.
7303
7304 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7305 Avoid user-reserved bindings.
7306 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7307 (diff-header-face): Revert to grey85.
7308
7309 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7310
7311 * complete.el (partial-completion-mode) <defcustom>: Remove.
7312 (partial-completion-mode): Use define-minor-mode.
7313 (PC-do-completion): Understand `completion-auto-help = delay'
7314 to mean to popup the completion buffer only the second time.
7315 (PC-include-file-all-completions, PC-include-file-all-completions)
7316 (PC-include-file-all-completions): Don't quote lambda.
7317
7318 * comint.el (comint-mode-hook): Docstring fix.
7319 (comint-mode): Use define-derived-mode.
7320 (comint-mode-map): Remove obsolete comment.
7321 (make-comint): Minor stylistic change.
7322 (comint-insert-clicked-input): Be more careful to find the overlay.
7323 Use this-command-keys rather than hardcoding mouse-2.
7324
7325 * font-lock.el: Replace confusing (,@ with ,
7326 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7327 Don't use regexp-opt-depth. Spice up the regexp for args.
7328 Don't distinguish between cmds that can take an opt arg or not.
7329 Use `append' and `prepend' rather than `keep'.
7330
7331 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7332 (latex-outline-regexp): New var.
7333 (latex-outline-level): New fun.
7334 (latex-section-alist): New var.
7335 (latex-imenu-create-index): Use it. Use `push' as well.
7336 (tex-shell-map): Initialize it properly.
7337 (tex-mode): Minor stylistic change.
7338 (plain-tex-mode): Use define-derived-mode.
7339 (latex-mode): Use define-derived-mode.
7340 Construct the paragraph regexps in a more readable way.
7341 Set the buffer-local outline-{level,regexp} vars.
7342 (slitex-mode): Derive from latex-mode.
7343 (tex-common-initialization): Don't kill-all-vars anymore.
7344 Add setting for comment-add and font-lock-defaults.
7345 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7346 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7347 (tex-start-tex): New arg DIR (and send a chdir command for it).
7348 Also display the shell buffer and save it in tex-last-buffer-texed.
7349 (tex-region): Use expand-file-name rather than concat.
7350 Remove code made useless by changes in tex-start-tex.
7351 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7352
7353 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7354
7355 2000-09-28 Dave Love <fx@gnu.org>
7356
7357 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7358
7359 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7360
7361 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7362 `append'.
7363
7364 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7365
7366 * info.el (Info-extract-pointer): Undo last change.
7367 Instead, fix the position of the `bound' arg to re-search-backward.
7368
7369 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7370
7371 * info.el (Info-extract-pointer):
7372 Widen more carefully, to avoid finding pointers in other nodes.
7373 (Info-index): Use push.
7374
7375 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7376
7377 * frame.el (set-frame-font): Remove call to obsolete function
7378 frame-update-faces.
7379 (set-foreground-color, set-background-color): Likewise for
7380 frame-update-face-colors.
7381
7382 2000-09-27 Miles Bader <miles@gnu.org>
7383
7384 * image-file.el: New file.
7385
7386 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7387
7388 * frame.el (frame-notice-user-settings): Don't call
7389 frame-update-faces, which is a no-op now.
7390
7391 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7392 tool-bar-lines.
7393
7394 2000-09-27 Dave Love <fx@gnu.org>
7395
7396 * mouse.el: Fix last change.
7397
7398 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7399
7400 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7401
7402 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7403
7404 * international/quail.el (quail-help): The output message is
7405 improved.
7406
7407 2000-09-26 Dave Love <fx@gnu.org>
7408
7409 * mouse.el (popup-menu): If POSITION is nil, set it using
7410 mouse-position.
7411
7412 2000-09-25 Sam Steingold <sds@gnu.org>
7413
7414 * net/browse-url.el (browse-url-file-url): Check for null maps.
7415
7416 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7417
7418 * frame.el (frame-notice-user-settings): Don't add a
7419 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7420
7421 * frame.el (frame-notice-user-settings):
7422 Make tool-bar-mode and default-frame-alist consistent.
7423
7424 * toolbar/tool-bar.el (tool-bar-help): New function.
7425
7426 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7427
7428 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7429 current-load-list in top-level forms. Else this leaks a cons cell
7430 every time a defun is called.
7431
7432 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7433
7434 2000-09-25 Dave Love <fx@gnu.org>
7435
7436 * startup.el (fancy-splash-head): Check XPM is available.
7437
7438 * autoinsert.el (auto-insert): Doc fix.
7439 (auto-insert-alist): Following GNU notices, don't say `copyright
7440 _by_'. Use line-beginning-position.
7441 (auto-insert): Check buffer-file-name is non-nil before use.
7442
7443 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7444
7445 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7446 starting with `@def' or `@multitable', in addition to ones
7447 specified by the user in auto-fill-inhibit-regexp.
7448
7449 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7450
7451 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7452 rmail-dont-reply-to-names matches the empty string.
7453
7454 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7455
7456 * startup.el (command-line-1, fancy-splash-text): Change the
7457 text to sound more friendly.
7458
7459 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7460
7461 * progmodes/hideshow.el: Update author email address.
7462 Generally, sync w/ maintainer version 5.22.
7463 (hs-hide-all-non-comment-function): New var.
7464 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7465 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7466 (hs-show-region): Delete this command.
7467 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7468
7469 2000-09-22 Dave Love <fx@gnu.org>
7470
7471 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7472 (hl-line-highlight): Specify buffer when moving overlay.
7473
7474 * progmodes/fortran.el (fortran-mode): Locally set
7475 normal-auto-fill-function.
7476 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7477 (fortran-mode-map): Adjust auto-fill menu entry.
7478
7479 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7480
7481 * vc-rcs.el (toplevel): Require `vc' when compiling.
7482
7483 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7484
7485 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7486
7487 * vc.el (vc-switch-backend): Signal an error if the file is not
7488 registered under the new backend.
7489
7490 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7491 without explicit revision number.
7492
7493 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7496 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7497 (diff-xor): New function.
7498 (diff-find-source-location): Use it. Fix a stupid name clash.
7499 (diff-hunk-status-msg): New function.
7500 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7501 (diff-test-hunk): Use diff-find-source-location.
7502 (diff-goto-source): Favor the `reverse'.
7503 (diff-hunk-text): Properly handle one-sided context diffs.
7504 (diff-apply-hunk): When done, advance to the next hunk.
7505
7506 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7507
7508 * startup.el (command-line): If frame was created with a non-zero
7509 tool-bar-lines parameter, switch tool-bar-mode on.
7510
7511 * add-log.el (change-log-date-face, change-log-name-face)
7512 (change-log-email-face, change-log-file-face)
7513 (change-log-list-face, change-log-conditionals-face)
7514 (change-log-function-face, change-log-acknowledgement-face):
7515 New faces, inheriting from font-lock faces.
7516 (change-log-font-lock-keywords): Use them.
7517
7518 2000-09-21 Dave Love <fx@gnu.org>
7519
7520 * progmodes/cperl-mode.el (top-level): Clean up
7521 `eval-when-compile's and assorted defvars.
7522 (cperl-invalid-face): Don't double-quote value. Change custom
7523 type.
7524 (cperl-mode): Set normal-auto-fill-function and don't zap
7525 auto-fill-function.
7526 (cperl-imenu--function-name-regexp-perl): Renamed from
7527 imenu-example--function-name-regexp-perl.
7528 (cperl-imenu--create-perl-index): Renamed from
7529 imenu-example--create-perl-index.
7530 (cperl-xsub-scan): Don't require cl.
7531
7532 * msb.el (msb-mode-map): Use substitute-key-definition.
7533 (msb-mode): Use msb-mode-map.
7534
7535 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7536
7537 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7538 New functions.
7539 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7540 (vc-switch-backend): New function.
7541 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7542 (vc-register): Fix prompt.
7543 (vc-unregister, vc-default-unregister): New functions.
7544 (vc-version-diff): Handle empty buffer in sentinel.
7545
7546 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7547 (vc-rcs-state-heuristic): Use it to guess the state of files with
7548 non-strict locking.
7549 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7550 been set with -b, but not created yet.
7551 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7552 contents in order to find the state.
7553 (vc-rcs-checkin): Allow creation of branches with no changes.
7554 (vc-rcs-unregister, vc-rcs-receive-file)
7555 (vc-rcs-set-non-strict-locking): New functions.
7556
7557 * vc-hooks.el (vc-name): Force correct computation of the value
7558 in case it is missing.
7559
7560 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7561
7562 * startup.el (fancy-splash-tail): Use a different foreground
7563 color on a dark frame background.
7564
7565 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7566
7567 * info.el: Use the correct capitalization when making Info-mode
7568 and Info-edit-mode `special' modes.
7569
7570 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7571
7572 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7573 (diff-mode): Add support for add-log.el.
7574 (diff-hunk-text): Use char offsets rather than line offsets.
7575 (diff-find-source-location): Replace LINE with line-offset (nil
7576 if not found) and always set POS to a meaningful position.
7577 Adapt to the new char-offsets.
7578 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7579 Adapt to the new diff-find-source-location.
7580 (diff-goto-source): Adapt to the new diff-find-source-location.
7581
7582 * add-log.el (add-log-file-name): New function (split out of
7583 add-change-log-entry).
7584 (add-change-log-entry): Use it.
7585 Call add-log-file-name-function with the changelog file name if
7586 the current buffer is not associated with any file.
7587 Avoid find-file if the selected window is dedicated.
7588
7589 * diff-mode.el (diff-find-source-location):
7590 Move code from diff-apply-hunk. Return buffer rather than file.
7591 (diff-apply-hunk): Use the new result from diff-find-source-location.
7592 (diff-goto-source): Use the new diff-find-source-location.
7593
7594 2000-09-20 Dave Love <fx@gnu.org>
7595
7596 * iswitchb.el: Some doc fixes.
7597 (iswitchb-mode-map): Define completely initially. Inherit
7598 minibuffer-local-map.
7599 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7600 fundamental-mode.
7601 (iswitchb-global-map): New variable.
7602 (iswitchb-summaries-to-end): Amalgamate regexps.
7603 (iswitchb-mode): New.
7604 (iswitchb-mode-hook): New variable.
7605 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7606 `extensions'.
7607
7608 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7609
7610 * ehelp.el (electric-help): New defgroup.
7611 (electric-help-shrink-window): New user-option.
7612 (with-electric-help): Use it.
7613
7614 * window.el (shrink-window-if-larger-than-buffer): If face
7615 `mode-line' has a :box, and we're on a graphical frame, add 1
7616 to the needed window height.
7617
7618 * frame.el (frame-notice-user-settings): Add a last parameter nil
7619 to a call to `append', because the last list passed to `append' is
7620 not copied, and so subsequent calls to assq-delete-all will modify
7621 default-frame-alist.
7622
7623 * startup.el (fancy-splash-image): Change :type.
7624 (fancy-splash-head): Use an XBM image if appropriate.
7625 (command-line-1): Show splash screens in more cases.
7626
7627 * startup.el (fancy-splash-text): Don't quote faces.
7628
7629 * dired.el (dired-font-lock-keywords): Undo last change.
7630 (dired-readin): Bind indent-tabs-mode to nil.
7631
7632 * startup.el (fancy-splash-head): If frame's background mode
7633 is `dark', change the black background of the image to gray.
7634 (fancy-splash-screens): Display startup echo area message.
7635 (display-startup-echo-area-message): New function.
7636
7637 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7638
7639 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7640
7641 * info.el (info-header-node): Tweak for color ttys.
7642
7643 * faces.el (face-valid-attribute-values): Make sure directories we
7644 search for stipples both exist and are readable before trying to
7645 search them.
7646
7647 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7648 in the dry-run case.
7649
7650 * jka-compr.el (with-auto-compression-mode): New macro.
7651
7652 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7653 (custom-group-tag-face, custom-variable-tag-face): Use relative
7654 :height and inherit from `variable-pitch' face instead of
7655 hardwiring :family.
7656 * hi-lock.el (hi-black-hb): Likewise.
7657
7658 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7659 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7660 toolbar-add-item, if image doesn't have a mask add a `:mask
7661 heuristic'.
7662
7663 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7664
7665 * diff-mode.el: Docstring fixes.
7666 (diff-header-face, diff-comment-face): New faces.
7667 (diff-font-lock-keywords): Highlight a bit differently.
7668 (diff-find-source-location): Don't return SPAN any more.
7669 (diff-hunk-text): Don't bother erasing the temp buffer.
7670 (diff-find-text): Drop argument LINE.
7671 (diff-apply-hunk): Update calls to diff-find-text.
7672 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7673
7674 * calendar/calendar.el: Docstring fixes.
7675 (calendar-make-alist): Don't quote lambda.
7676 (calendar-star-date): Use make-local-variable.
7677
7678 2000-09-19 Dave Love <fx@gnu.org>
7679
7680 * toolbar/tool-bar.el: Renamed from toolbar.el.
7681 Change `toolbar' to `tool-bar' generally in symbols.
7682 Make some items invisible in `special' major modes.
7683 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7684 Add arg PROPS.
7685
7686 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7687 Add :version here.
7688 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7689
7690 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7691
7692 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7693
7694 * files.el (find-file-suppress-same-file-warnings): New user-option.
7695 (find-file-noselect): Use it.
7696
7697 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7698 (fancy-splash-screen): Defgroup.
7699
7700 * add-log.el (change-log-font-lock-keywords): Match names
7701 more exactly for the case that font-lock-constant-face is
7702 underlined.
7703
7704 2000-09-19 Richard M. Stallman <rms@gnu.org>
7705
7706 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7707
7708 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7709
7710 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7711
7712 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7713
7714 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7715 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7716 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7717 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7718 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7719 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7720 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7721 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7722 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7723 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7724 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7725 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7726
7727 * startup.el (fancy-splash-text): New variable.
7728 (fancy-splash-delay, fancy-splash-image): New user-options.
7729 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7730 (fancy-splash-screens): New functions.
7731 (command-line-1): If display has a `display' frame parameter, has
7732 colors, and we have XPM support, show more fancy splash screens.
7733
7734 2000-09-19 Dave Love <fx@gnu.org>
7735
7736 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7737 with null `help'. Use modern backquote syntax.
7738
7739 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7740
7741 * font-lock.el (font-lock-mode): Change message telling the user
7742 that ``the buffer is too big''.
7743
7744 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7745 for instance for the case that tab-width is 2.
7746
7747 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7748
7749 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7750 toolbar-add-item, if image doesn't have a mask add a `:mask
7751 heuristic'.
7752
7753 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7754
7755 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7756 and return a cons if it's non-nil.
7757 (diff-apply-hunk): Try to jump to the line in the source text
7758 corresponding to the position of point in the in the hunk.
7759
7760 * info.el (Info-title-3-face, Info-title-2-face)
7761 (Info-title-1-face): Use face inheritance and relative sizes
7762 instead of hard-wiring things.
7763
7764 * faces.el (secondary-selection): Make dark-background variant sane.
7765
7766 2000-09-16 Andrew Innes <andrewi@gnu.org>
7767
7768 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7769 read-only, since they aren't under VC now.
7770
7771 2000-09-17 Dave Love <fx@gnu.org>
7772
7773 * tmm.el: Replace mapcar with mapc in several places.
7774
7775 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7776 ad-unadvise.
7777
7778 * international/latin1-disp.el: New file.
7779
7780 * calendar/cal-move.el (scroll-calendar-left)
7781 (scroll-calendar-right): Make arg optional (for active mode line).
7782
7783 * calendar/calendar.el (calendar-mode-line-format): Make fields
7784 mouse-sensitive.
7785 (calendar-read-date, calendar-read-date, calendar-window-list):
7786 Unquote lambda.
7787 (calendar-month-name): Use aref, not sref.
7788
7789 * view.el (minor-mode-alist): Propertize the string.
7790
7791 * international/characters.el (standard-case-table): Add entries
7792 for Greek.
7793
7794 2000-09-18 Miles Bader <miles@gnu.org>
7795
7796 * info.el (info-node, info-xref): Add dark-background variants.
7797
7798 * faces.el (header-line): Change defaults to be less confusing
7799 when mixed with mode-lines.
7800
7801 * info.el (Info-fontify-node): Make a few cleanups.
7802 Add extra `help-echo' and `local-map' props to node xrefs.
7803 Use header-specific faces for node-names & xrefs.
7804 (Info-use-header-line): New variable.
7805 (info-header-xref, info-header-node): New faces.
7806 (Info-setup-header-line): New function.
7807 (Info-select-node): Call Info-setup-header-line when enabled.
7808 (Info-extract-pointer): Work even if the header line is hidden.
7809 (Info-header-line): New variable.
7810
7811 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7812
7813 * vms-patch.el (print-region-function): Don't quote lambda.
7814
7815 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7816
7817 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7818 (lm-get-header-re): Allow spaces between the header and the colon.
7819 (lm-header): Allow $ in non-RCS headers.
7820 (lm-header-multiline): Put the strings back into order.
7821 Stop at an empty line. Don't require two space chars if the
7822 line is clearly not another header line.
7823
7824 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7825 (popup-menu-popup): Remove.
7826
7827 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7828
7829 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7830 specification if or if not tool-bar item contains an `:enabled'
7831 property.
7832
7833 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7834 current buffer has no file name.
7835
7836 2000-09-15 Dave Love <fx@gnu.org>
7837
7838 * strokes.el: Sync with maintainer's current version with changes
7839 for Emacs, but avoid runtime cl and levents.
7840 (toplevel): Change autoloads and compilation requires.
7841 (strokes-version, strokes-bug-address, strokes-lift): Values
7842 changed.
7843 (strokes-xpm-header, strokes-insinuated): New variable.
7844 (strokes): Add :link.
7845 (strokes-mode): Customized.
7846 (strokes-while-inhibiting-garbage-collector): New macro.
7847 (strokes-remassoc): Avoid remove-if.
7848 (strokes-fix-button2-command): Don't use ad-do-it.
7849 (strokes-insinuate): New function.
7850 (strokes-button-press-event-p, strokes-button-release-event-p):
7851 New functions, used instead of non-`strokes-' versions..
7852 (strokes-mouse-event-p): Rewritten.
7853 (strokes-event-closest-point): Avoid event-point.
7854 (strokes-get-grid-position): Avoid cdadr, caadr
7855 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7856 functions.
7857 (strokes-help): Use with-output-to-temp-buffer.
7858 (strokes-window-configuration-changed-p): New function.
7859 (strokes-update-window-configuration): Use buffer-live-p,
7860 strokes-window-configuration-changed-p.
7861 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7862 (strokes-char-face): New face.
7863 (strokes-char-table, strokes-base64-chars): New variable.
7864 (strokes-xpm-for-stroke, strokes-list-strokes)
7865 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7866 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7867 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7868 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7869 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7870 functions.
7871
7872 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7873
7874 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7875
7876 * image.el (create-image): Doc fix.
7877
7878 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7879 instead of `:heuristic-mask t'.
7880
7881 2000-09-14 Andrew Innes <andrewi@gnu.org>
7882
7883 * makefile.w32-in: Revert to Unix line endings.
7884
7885 2000-09-14 Andrew Innes <andrewi@gnu.org>
7886
7887 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7888 when installing.
7889
7890 * makefile.nt (DONTCOMPILE): Fix typo.
7891
7892 * shell.el (shell-write-history-on-exit): New function.
7893 (shell-dumb-shell-regexp): New custom variable.
7894 (shell-mode): Make shell-write-history-on-exit the process
7895 sentinel if shell name matches shell-dumb-shell-regexp.
7896
7897 * w32-fns.el: Comment out before-init-hook function which resets
7898 source-directory based; this breaks bootstrap.
7899
7900 2000-09-14 Dave Love <fx@gnu.org>
7901
7902 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7903 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7904 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7905 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7906 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7907 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7908 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7909 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7910 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7911
7912 * toolbar/toolbar.el: New.
7913
7914 * subdirs.el: Add toolbar.
7915
7916 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7917
7918 * indent.el (indent-for-tab-command): Doc fix.
7919
7920 2000-09-14 Alex Schroeder <alex@gnu.org>
7921
7922 * ansi-color.el (ansi-colors): Doc change.
7923 (ansi-color-get-face): Simplified regexp.
7924 (ansi-color-faces-vector): Added more faces, doc change.
7925 (ansi-color-names-vector): Doc change.
7926 (ansi-color-regexp): Simplified regexp.
7927 (ansi-color-parameter-regexp): New regexp.
7928 (ansi-color-filter-apply): Doc change.
7929 (ansi-color-filter-region): Doc change.
7930 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7931 deal with zero length parameters.
7932 (ansi-color-apply-on-region): Doc change.
7933 (ansi-color-map): Doc change.
7934 (ansi-color-map-update): Removed debugging message.
7935 (ansi-color-get-face-1): Added condition-case to trap
7936 args-out-of-range errors.
7937 (ansi-color-get-face): Doc change.
7938 (ansi-color-make-face): Removed.
7939 (ansi-color-for-shell-mode): New option.
7940
7941 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7942
7943 * international/quail.el (quail-start-translation): Translate KEY
7944 if necessary even if it doesn't have any mapping in the current
7945 input method.
7946 (quail-start-conversion): Likewise.
7947 (quail-help): The output message is improved.
7948
7949 2000-09-13 Miles Bader <miles@gnu.org>
7950
7951 * comint.el (comint-output-filter): Revert to using
7952 `insert-before-markers'. Add bletcherous hack to undo damage
7953 caused by `insert-before-markers'. Put `front-sticky' property on
7954 overlays created here so that the field code understands how the
7955 overlay works. Use a let when making comint-last-prompt-overlay,
7956 so that the code is easier to read.
7957
7958 2000-09-13 Dave Love <fx@gnu.org>
7959
7960 * wid-edit.el (widget-default-format-handler): DTRT when
7961 doc-property is a function.
7962
7963 2000-09-12 Francesco Potorti` <pot@gnu.org>
7964
7965 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7966 filed name if it's not there.
7967
7968 2000-09-12 Dave Love <fx@gnu.org>
7969
7970 * simple.el (read-mail-command): Doc fix.
7971 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7972
7973 * vc.el (vc-dired-listing-switches): Fix :version.
7974
7975 * vc-hooks.el: Doc fixes.
7976
7977 * subr.el (add-minor-mode): Use toggle-fun arg.
7978
7979 * speedbar.el: Add :version to several defcustoms.
7980
7981 * imenu.el (imenu--truncate-items, imenu--cleanup)
7982 (imenu--generic-function): Avoid mapcar.
7983 (imenu--replace-spaces): Function removed.
7984 (imenu--completion-buffer): Use subst-char-in-string.
7985 (imenu-add-to-menubar): Use keymap inheritance.
7986
7987 2000-09-12 Miles Bader <miles@gnu.org>
7988
7989 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7990 (diff-mode-map): Bind `diff-test-hunk'.
7991 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7992
7993 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7994
7995 * bytecomp.el (byte-compile-defvar): Undo last change
7996 because it breaks '(make-variable-buffer-local (defvar ...)'
7997 which is used at least in dired.
7998
7999 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8000
8001 * international/quail.el (quail-define-package): Docstring
8002 modified.
8003
8004 2000-09-12 Kenichi Handa <handa@etl.go.jp>
8005
8006 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
8007 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
8008 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
8009 docstring of "chinese-py".
8010
8011 * international/quail.el (quail-translation-docstring): New
8012 variable.
8013 (quail-show-keyboard-layout): Docstring modified.
8014 (quail-select-current): Likewise.
8015 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
8016 infinite recursive call.
8017 (quail-help): Check quail-translation-docstring. Format of the
8018 output changed.
8019 (quail-help-insert-keymap-description): Adjusted for the above
8020 change.
8021
8022 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8023
8024 * bytecomp.el (byte-compile-defvar): Only cons onto
8025 current-load-list in top-level forms. Else this leaks a cons cell
8026 every time a defun is called.
8027
8028 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
8029
8030 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
8031 Now understands non-unified diffs. Some functionality moved into
8032 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
8033 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
8034 modify anything. Only reposition point in the patched file if the
8035 patch succeeds. Only pop up another window if POPUP is true.
8036 Emit a message describing what happened if successful, and at what
8037 line-offset. Automatically detect reversed hunks and do something
8038 appropriate.
8039 (diff-hunk-text, diff-find-text): New functions.
8040 (diff-filter-lines): Function removed.
8041 (diff-test-hunk): New function.
8042 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
8043
8044 2000-09-10 Dave Love <fx@gnu.org>
8045
8046 * textmodes/tildify.el: Minor doc/commentary fixes.
8047 (tildify) <defgroup>: Add :version.
8048
8049 * faces.el (face-x-resources): Make custom type more specific.
8050 (frame-background-mode): Use mapc.
8051 (region) <defcustom>: Add :version.
8052
8053 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * vc-sccs.el (vc-sccs-register):
8056 * vc-rcs.el (vc-rcs-register):
8057 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8058 * vc.el (vc-register): Clear file's properties.
8059
8060 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8061
8062 * faces.el (face-spec-set): Only face-spec-reset-face when
8063 ATTRS is non-nil.
8064
8065 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8066
8067 * help.el (help-insert-xref-button): Fix a typo in doc string.
8068
8069 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8070
8071 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8072 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8073 methods.
8074
8075 * menu-bar.el (read-mail-item-name): New function.
8076 (menu-bar-tools-menu): Use it to compute and display the package
8077 used to read email.
8078 (menu-bar-tools-menu): Fix typo in GUD's help string.
8079
8080 2000-09-07 Dave Love <fx@gnu.org>
8081
8082 * diff-mode.el (diff-mouse-goto-source): New function.
8083
8084 * vc-sccs.el: Doc fixes.
8085 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8086
8087 * vc-rcs.el: Doc fixes.
8088 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8089 (vc-rcs-checkout-switches, vc-rcs-header)
8090 (vc-rcs-master-templates): Add or change :version.
8091
8092 * vc-cvs.el: Doc fixes.
8093 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8094 (vc-cvs-stay-local): Add :version.
8095
8096 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8097
8098 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8099
8100 * international/quail.el (quail-help): Fix previous change.
8101
8102 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8103
8104 * faces.el (color-values): Doc fix.
8105
8106 * faces.el (frame-set-background-mode): Use frame-parameter
8107 instead of frame-parameters.
8108
8109 * frame.el (filtered-frame-list): Reduce consing.
8110 (frames-on-display-list): Call frame-parameter instead of
8111 frame-parameters.
8112
8113 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8114
8115 * language/devan-util.el (devanagari-to-indian-region): In the
8116 loop, change the following char, not preceding char.
8117
8118 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8119
8120 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8121 instead of frame-parameters.
8122
8123 * faces.el (set-face-attribute): Simplify by calling
8124 internal-set-lisp-face-attribute with FRAME being 0.
8125
8126 * vc.el: Remove `Id' version control keyword.
8127
8128 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8129
8130 * help.el (help-make-xrefs): Adjusted for the change of
8131 help-xref-mule-regexp.
8132 (help-insert-xref-button): New function.
8133
8134 * international/mule-cmds.el (help-xref-mule-regexp-template):
8135 Include the pattern for character set.
8136 (leim): New group.
8137
8138 * international/quail.el: Don't require face.
8139 (quail): New group.
8140 (quail-other-command): Dummy command to make quail-help work better.
8141 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8142 (quail-keyboard-layout-substitution): New variable.
8143 (quail-update-keyboard-layout): New function.
8144 (quail-keyboard-layout-type): New customizable variable.
8145 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8146 (quail-keyboard-translate): Pay attention to
8147 quail-keyboard-layout-substitution.
8148 (quail-insert-kbd-layout): New function.
8149 (quail-show-keyboard-layout): New function.
8150 (quail-get-translation): If the definition is a vector of length
8151 1, and the element is a string of length 1, return the character
8152 in that string.
8153 (quail-update-current-translations): Fix the case of
8154 relative-index out of range.
8155 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8156 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8157 Show key sequences for all available characters.
8158 (quail-help-insert-keymap-description): Don't show such verbose
8159 key bindings as quail-self-insert-command.
8160
8161 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8162 Format changed, and each element now have extra documentations.
8163 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8164 Adjusted for the change of quail-cxterm-package-ext-info.
8165
8166 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8167
8168 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8169 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8170 during bootstrap.
8171
8172 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8173
8174 * vc.el: (toplevel): Don't require `dired' at run-time.
8175 (vc-dired-resynch-file): Remove autoload cookie.
8176
8177 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8178
8179 * vc.el: Made several backend functions optional.
8180 (vc-default-responsible-p): New function.
8181 (vc-merge): Use RET for first version to trigger merge-news, not
8182 prefix arg.
8183 (vc-annotate): Handle backends that do not support annotation.
8184 (vc-default-merge-news): Removed. The existence of a merge-news
8185 implementation is now checked on caller sites.
8186
8187 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8188 case.
8189
8190 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8191 special case that has been removed from the default in vc-hooks.el.
8192
8193 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8194
8195 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8196
8197 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8198
8199 * vc-hooks.el: Require vc during compilation.
8200 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8201 macro `with-vc-properties' in vc.el.
8202 (vc-file-getprop): Doc fix.
8203 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8204
8205 * vc.el: Require dired-aux during compilation.
8206 (vc-name-assoc-file): Moved to vc-sccs.el.
8207 (with-vc-properties): New macro.
8208 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8209 vc-finish-steal): Use it.
8210 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8211 to the backend-specific function is now supposed to do the checkout,
8212 too.
8213 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8214
8215 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8216 set file properties; that gets done in the generic code now.
8217
8218 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8219 Changed parameter list, added code from vc.el that does the
8220 checkout, possibly with a double-take.
8221
8222 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8223 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8224 the above under the new name.
8225 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8226 parameter list, added checkout command.
8227 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8228 properties; that gets done in the generic code now.
8229
8230 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8231
8232 * vc.el: Docstring fixes (courtesy of checkdoc).
8233
8234 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8235
8236 * vc.el (vc-checkout-writable-buffer-hook)
8237 (vc-checkout-writable-buffer): Remove.
8238 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8239 (vc-log-mode): Make it into a clean derived major mode.
8240 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8241 vc-log-mode if log-edit is not available.
8242 (vc-dired-mode-map): Don't set-keymap-parent yet.
8243 (vc-dired-mode): Do set-keymap-parent here.
8244 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8245
8246 2000-09-05 Gerd Moellmann <gerd@gnu.org>
8247
8248 * faces.el (set-face-attribute, face-spec-reset-face)
8249 (face-spec-set): Avoid consing by removing calls to `apply'.
8250
8251 * frame.el (frame-parameter): Move to C code.
8252
8253 2000-09-05 Dave Love <fx@gnu.org>
8254
8255 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8256 insert-before-markers-and-inherit. Now checked systematically!
8257
8258 2000-09-05 Alex Schroeder <alex@gnu.org>
8259
8260 * sql.el (sql-postgres): Use sql-postgres-options.
8261 (sql-postgres-options): New variable.
8262
8263 2000-09-05 Alex Schroeder <alex@gnu.org>
8264
8265 * sql.el (sql-mode-menu): Work around missing variable mark-active
8266 in XEmacs.
8267 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8268 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8269 compatibility.
8270
8271 2000-09-04 Gerd Moellmann <gerd@gnu.org>
8272
8273 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8274
8275 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8276
8277 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8278
8279 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8280
8281 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8282 don't support anything else under SCCS yet.
8283
8284 * vc-hooks.el: Minor doc fixes.
8285
8286 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8287
8288 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8289 not necessary. If verbose in state `needs-patch', do the same as
8290 under `up-to-date'. When NOT verbose and `needs-patch', check out
8291 latest version instead of `merge-news'.
8292 (vc-next-action-dired): Don't mess with default-directory here; it
8293 breaks other parts of dired. It is the job of the
8294 backend-specific functions to adjust it temporarily if they need it.
8295 (vc-next-action): Remove a special CVS case.
8296 (vc-clear-headers): New optional arg FILE.
8297 (vc-checkin, vc-checkout): Set properties vc-state and
8298 vc-checkout-time properly.
8299 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8300 (vc-print-log): Use new backend function `show-log-entry'.
8301 (vc-cancel-version): Do the checks in a different order. Added a
8302 FIXME concerning RCS-only code.
8303
8304 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8305 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8306
8307 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8308
8309 * vc-hooks.el (vc-default-mode-line-string): Show state
8310 `needs-patch' as a `-' too.
8311
8312 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8313
8314 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8315 (vc-default-could-register): New function.
8316 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8317 (vc-resynch-buffer): Call vc-dired-resynch-file.
8318 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8319 vc-resynch-buffer instead of vc-resynch-window.
8320 (vc-next-action-dired): Don't redisplay here, that gets done as a
8321 result of the individual file operations.
8322 (vc-retrieve-snapshot): Corrected prompt order.
8323
8324 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8325
8326 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8327 as well.
8328 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8329 hostname regexps. Updated all callers.
8330 (vc-cvs-responsible-p): Handle directories as well.
8331 (vc-cvs-could-register): New function.
8332 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8333 properties up-to-date.
8334
8335 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8336 user whether to create one.
8337
8338 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8339
8340 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8341 check out a non-existing file.
8342
8343 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8344 workfile does not exist.
8345
8346 * vc.el (vc-version-diff): Use `require' to check for existence of
8347 diff-mode.
8348
8349 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8350
8351 * vc-cvs.el (vc-cvs-registered): Use new function
8352 vc-cvs-parse-entry to do the actual work.
8353
8354 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8355
8356 * vc-hooks.el (vc-find-backend-function): If function doesn't
8357 exist, return nil instead of error.
8358 (vc-call-backend): Doc fix.
8359
8360 * vc.el (vc-do-command): Doc fix.
8361 (vc-finish-logentry): When checking in from vc-dired, choose the
8362 right backend for logentry check.
8363 (vc-dired-mode-map): Inherit from dired-mode-map.
8364 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8365 simplified.
8366 (vc-dired-state-info): Removed, updated caller.
8367 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8368 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8369 (vc-dired-listing-switches): New variable.
8370 (vc-directory): Use it, instead of dired-listing-switches.
8371
8372 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8373 (vc-cvs-dir-state): New function.
8374 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8375 (vc-cvs-parse-entry): New function, also to be used in
8376 vc-cvs-registered.
8377
8378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8379
8380 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8381 *or* single-window-frames.
8382
8383 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8384
8385 * vc.el (vc-update-changelog): Split into generic part and default
8386 implementation. Doc string adapted.
8387 (vc-default-update-changelog): New function. Call the `rcs2log'
8388 script in exec-directory, to fix a long-standing nuisance.
8389
8390 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8391 simply signals an error.
8392
8393 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8394
8395 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8396 control-flow more clear and to avoid running `cvs' twice.
8397
8398 * vc.el (vc-next-action-on-file): Doc fix.
8399 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8400 (vc-print-log): Eval `file' before constructing the continuation.
8401
8402 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8403
8404 * vc.el (vc-next-action-on-file): Corrected several messages.
8405 (vc-merge): Add prefix arg `merge-news'; handle it.
8406
8407 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8408 is not reached. It is.
8409 (vc-cvs-merge): Set state to 'edited after merge.
8410 (vc-cvs-merge-news): Set workfile version to nil if not known.
8411 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8412
8413 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8414 via stdout. (Merge from main line.)
8415
8416 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8417
8418 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8419 detection.
8420
8421 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8422
8423 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8424 against kill-all-local-variables.
8425 (vc-log-edit): Don't save vc-parent-buffer any more.
8426 (vc-last-comment-match): Initialize to an empty string.
8427 (vc-post-command-functions): New hook.
8428 (vc-do-command): Run it.
8429 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8430 (vc-finish-logentry): Only add the comment to the ring if it's
8431 different from the last comment entered.
8432 (vc-new-comment-index): New function.
8433 (vc-previous-comment): Use it. Make the minibuffer message
8434 slightly less terse.
8435 (vc-comment-search-reverse): Make it work forward as well. Don't
8436 set vc-comment-ring-index if no match is found. Use
8437 vc-new-comment-index.
8438 (vc-comment-search-forward): Use vc-comment-search-reverse.
8439 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8440 define-derived-mode will do it for us. Bind `v' to a keymap that
8441 inherits from vc-prefix-map so that we can bind `vt' without
8442 binding C-x v t.
8443 (vc-retrieve-snapshot): Parenthesis typo.
8444
8445 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8446 to 1. Make sure to switch to *vc* before looking for an error
8447 message. Use vc-parse-buffer.
8448
8449 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8450
8451 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8452 and NAME.
8453 (vc-retrieve-snapshot): Split into two parts.
8454 (vc-default-retrieve-snapshot): New function.
8455
8456 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8457 (vc-cvs-retrieve-snapshot): New function (untested).
8458 (vc-cvs-stay-local): Default to t.
8459 (vc-cvs-remote-p): New function and property.
8460 (vc-cvs-state): Stay local only if the above is t.
8461 (vc-handle-cvs): Removed.
8462 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8463 done via vc-handled-backends now.
8464 (vc-cvs-header): Escape Id.
8465
8466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8467
8468 * vc.el (vc-do-command): Remove unused commands.
8469 (vc-version-diff): Make sure default-directory ends with a slash.
8470 Move the window commands into a vc-exec-after.
8471 (vc-print-log): Move more of the code into the `vc-exec-after'.
8472
8473 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8474
8475 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8476 (vc-print-log): Search current revision from beginning of buffer.
8477 (vc-revert-buffer): Clear echo area after the diff is finished.
8478 (vc-prefix-map): Removed definition of "t" for terse display in vc
8479 dired.
8480 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8481 definition of "vt" for terse display.
8482 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8483
8484 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8485
8486 * vc.el (vc-exec-after): Avoid caddr.
8487
8488 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8489
8490 * vc.el (vc-exec-after): New function.
8491 (vc-do-command): Use it to add a termination message for async
8492 procs.
8493 (vc-checkout): Try to handle a missing-backend situation.
8494 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8495 of a directory with a backend using async diffs.
8496 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8497 present.
8498
8499 * vc-sccs.el (vc-sccs-state-heuristic): Use
8500 file-ownership-preserved-p.
8501
8502 * vc-rcs.el (vc-rcs-state-heuristic): Use
8503 file-ownership-preserved-p.
8504 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8505
8506 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8507
8508 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8509 vc-do-command.
8510
8511 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8512 when there are no changes.
8513
8514 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8515
8516 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8517
8518 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8519
8520 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8521
8522 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8523
8524 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8525 the `fset' outside of the defvar so that it works even if
8526 vc-prefix-map was already defined.
8527 (vc-setup-buffer): New function, split out of vc-do-command.
8528 (vc-do-command): Allow BUFFER to be t to mean `just use the
8529 current buffer without any fuss'.
8530 (vc-version-diff): Change the `diff' backend operation to just put
8531 the diff in the current buffer without erasing it. Always use
8532 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8533 shrink-window-if-larger-than-buffer.
8534 (vc-print-log): Change the `print-log' backend operation to just
8535 put the log in the current buffer without erasing it. Protect
8536 shrink-window-if-larger-than-buffer.
8537 (vc-update-change-log): Fix setd typo.
8538
8539 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8540 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8541
8542 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8543 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8544 CMP.
8545
8546 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8547 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8548 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8549
8550 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8551
8552 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8553 not possible, use vc-BACKEND-workfile-unchanged-p.
8554 (vc-default-workfile-unchanged-p): New function. Delegates to a
8555 full vc-BACKEND-diff.
8556
8557 * vc-hooks.el (vc-simple-command): Removed.
8558
8559 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8560 instead of vc-simple-command.
8561 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8562 avoid doing a diff when opening a file.
8563 (vc-rcs-state): Added check for unlocked-changes.
8564 (vc-rcs-header): Escape Id.
8565 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8566 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8567 version.
8568
8569 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8570 (vc-sccs-diff): Remove optional arg CMP.
8571 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8572 SCCS-specific function.
8573
8574 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8575 vc-simple-command.
8576
8577 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8578
8579 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8580 (with-vc-file, vc-merge): Use vc-editable-p.
8581 (vc-do-command): Remove unused var vc-file and fix the
8582 doubly-defined `status' var. Add a user message when starting an
8583 async command.
8584 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8585 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8586 Use with-current-buffer.
8587 (vc-buffer-sync): Use unless.
8588 (vc-next-action-on-file): If the file is 'edited by read-only,
8589 make it read-write instead of trying to commit.
8590 (vc-version-diff, vc-update-change-log): Use `setq
8591 default-directory' rather than `cd'.
8592 (vc-log-edit): Don't forget to set default-directory in the
8593 buffer.
8594
8595 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8596 (vc-sccs-state-heuristic): Use file-writable-p instead of
8597 comparing userids.
8598 (vc-sccs-checkout): Use `unless'.
8599
8600 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8601 of comparing userids.
8602 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8603 Simplify the logic by eliminating unreachable code.
8604 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8605 just do a recursive call if we need to retry.
8606 (vc-rcs-checkout): Handle the case where rcs is missing by making
8607 the buffer read-write if requested and re-signalling the error.
8608
8609 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8610
8611 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8612
8613 * vc-hooks.el (vc-handled-backends): Docstring change.
8614 (vc-ignore-vc-files): Mark obsolete.
8615 (vc-registered): Check vc-ignore-vc-files.
8616 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8617 vc-ignore-vc-files.
8618
8619 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8620
8621 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8622
8623 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8624 files since ange-ftp already has vc-registered return nil.
8625
8626 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8627 (vc-sccs-workfile-version): Use with-temp-buffer and new
8628 vc-parse-buffer and don't bother setting the property.
8629 (vc-sccs-add-triple): Use with-current-buffer and
8630 find-file-noselect.
8631 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8632
8633 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8634 derives from the old vc-parse-buffer but uses the revision number
8635 rather than the date (much easier to compare robustly).
8636 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8637 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8638 locking-user more directly. Check strict locking and set
8639 checkout-model appropriately.
8640 (vc-rcs-parse-locks): Remove.
8641 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8642 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8643 (vc-rcs-system-release): Use with-current-buffer and
8644 vc-parse-buffer.
8645 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8646
8647 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8648 (vc-simple-command): Docstring fix.
8649 (vc-registered): Align the way the file-handler is called with the
8650 way the function itself works.
8651 (vc-file-owner): Remove.
8652
8653 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8654 extraction of fields and call to file-attributes because of a
8655 temporary bug in rcp.el.
8656 (vc-cvs-fetch-status): Use with-current-buffer.
8657
8658 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8659
8660 * vc.el (vc-do-command): Use file-relative-name.
8661 (vc-responsible-backend): Use vc-backend if possible.
8662 (vc-create-snapshot): Improve the `interactive' spec. Add support
8663 for branches and dispatch to backend-specific `create-snapshot'.
8664 (vc-default-create-snapshot): New function, containing the bulk of
8665 the old vc-create-snapshot.
8666 (vc-retrieve-snapshot): Improve the interactive spec.
8667
8668 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8669 (vc-backend-hook-functions): Remove.
8670 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8671 (vc-backend): Reintroduce the test for `file = nil' now that I
8672 know why it was there (and added a comment to better remember).
8673
8674 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8675 code from vc-sccs-hooks.el.
8676 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8677 'vc anymore.
8678 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8679 and file-directory-p instead of file-exists-p.
8680 (vc-sccs-check-headers): Simplify the regexp.
8681
8682 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8683 from vc-rcs-hooks.el. Don't require 'vc anymore.
8684 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8685 file-directory-p instead of file-exists-p.
8686
8687 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8688 from vc-cvs-hooks.el.
8689 (proto vc-cvs-registered): Require 'vc-cvs instead of
8690 'vc-cvs-hooks. Don't require 'vc anymore.
8691 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8692 file-directory-p instead of file-exists-p.
8693 (vc-cvs-create-snapshot): New function, replacing
8694 vc-cvs-assign-name.
8695 (vc-cvs-assign-name): Remove.
8696
8697 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8698
8699 * vc-cvs.el (vc-cvs-header): New var.
8700
8701 * vc-rcs.el (vc-rcs-exists): Remove.
8702 (vc-rcs-header): New var.
8703
8704 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8705 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8706 (vc-sccs-header): New var.
8707
8708 * vc.el (vc-do-command): Get rid of the `last' argument.
8709 (vc-header-alist): Remove, replaced by vc-X-header.
8710 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8711 (vc-dired-hook): Use expand-file-name instead of concat.
8712 (vc-directory): Use file-name-as-directory.
8713 (vc-snapshot-precondition, vc-create-snapshot)
8714 (vc-retrieve-snapshot): Allow the command to operate on any
8715 directory.
8716
8717 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8718 just removing the 'WORKFILE argument or by removing the 'MASTER
8719 argument and replacing `file' with (vc-name file).
8720
8721 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8722
8723 * vc.el: Update Copyright and add a crude list of backend funs.
8724 (vc-writable-p): New function.
8725 (with-vc-file): Use vc-writable-p.
8726 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8727 (vc-register): Avoid vc-name.
8728 (vc-locking-user): Remove.
8729 (vc-steal-lock): Make the `owner' arg non-optional.
8730 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8731 vc-checkout-model.
8732 (vc-default-dired-state-info): Use vc-state instead of
8733 vc-locking-user and return special strings for special states.
8734 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8735 and get rid of one of the special CVS cases.
8736 (vc-cancel-version): prettify error message with \\[...].
8737 (vc-rename-master): New function.
8738 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8739 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8740 the CVS special case generic.
8741 (vc-default-record-rename): Remove.
8742 (vc-file-tree-walk-internal): Only call FUNC for files that are
8743 under control of some VC backend and replace `concat' with
8744 expand-file-name.
8745 (vc-file-tree-walk): Update docstring.
8746 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8747 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8748
8749 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8750 vc-sccs-record-rename. Use `find-file-noselect' rather than
8751 `find-file' and call `vc-rename-master' to do the actual move.
8752 (vc-sccs-diff): Remove unused `backend' variable.
8753
8754 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8755 to delay loading of vc-sccs until it is really used.
8756 (vc-sccs-master-templates): Preload.
8757 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8758 (vc-sccs-project-dir): Remove (merged into
8759 vc-sccs-search-project-dir).
8760 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8761 rather than `concat', make sure it is preloaded and don't bother
8762 to check that the file actually exists.
8763 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8764 `locks' argument (use buffer's content instead) and eliminate n^2
8765 behavior.
8766
8767 * vc-rcs.el: Update Copyright.
8768 (vc-rcs-rename-file): New function.
8769 (vc-rcs-diff): Remove unused `backend' variable.
8770
8771 * vc-hooks.el: Update Copyright.
8772 (vc-backend): Don't accept a nil argument any more.
8773 (vc-up-to-date-p): Turn into a defsubst.
8774 (vc-possible-master): New function.
8775 (vc-check-master-templates): Use `vc-possible-master' and allow
8776 funs in vc-X-master-templates to return a non-existent file.
8777
8778 * vc-cvs.el: Update Copyright.
8779 (vc-cvs-diff): Remove unused `backend' variable.
8780 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8781
8782 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8783
8784 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8785
8786 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8787 since it can be called from vc-rcs.el.
8788 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8789
8790 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8791
8792 * vc.el (vc-version-diff): Expand file name read from the
8793 minibuffer. Handle the case when a previous version number can't
8794 be guessed. Give suitable messages when there were no differences
8795 found.
8796 (vc-clear-headers): Call backend-specific implementation, if one
8797 exists.
8798 (vc-cancel-version): Made error checks generic. When done, clear
8799 headers generically, too.
8800
8801 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8802 from vc-clear-headers in vc.el.
8803
8804 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8805 correctly.
8806 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8807 optional. Handle the case when it's not there.
8808
8809 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8810
8811 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8812
8813 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8814
8815 * vc-hooks.el (vc-loadup): Remove.
8816 (vc-find-backend-function): Use `require'. Also, handle the case
8817 where vc-BACKEND-hooks.el doesn't exist.
8818 (vc-call-backend): Cleanup.
8819
8820 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8821
8822 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8823 vc-rcs-grab-templates)
8824 (vc-rcs-registered): Remove. The default function works as well.
8825 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8826 vc-sccs-grab-templates)
8827 (vc-sccs-registered): Remove. The default function works as well.
8828
8829 * vc.el (vc-version-diff): Left out a vc- in call to
8830 vc-call-backend.
8831 (vc-default-dired-state-info, vc-default-record-rename)
8832 (vc-default-merge-news): Update for the new backend argument.
8833
8834 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8835 using the default function.
8836 (vc-call-backend): If calling the default function, pass it the
8837 backend as first argument. Update the docstring accordingly.
8838 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8839 for the new backend argument.
8840 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8841 (vc-find-backend-function): Use the new name.
8842 (vc-default-registered): New function.
8843
8844 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8845
8846 * vc.el (vc-merge): Use vc-find-backend-function.
8847
8848 * vc-hooks.el (vc-backend-functions): Remove.
8849 (vc-loadup): Don't setup 'vc-functions.
8850 (vc-find-backend-function): New function.
8851 (vc-call-backend): Use above fun and populate 'vc-functions
8852 lazily.
8853 (vc-backend-defines): Remove.
8854
8855 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8856
8857 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8858 Call vc-call-backend without the leading vc-.
8859 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8860 (vc-check-headers): Call vc-call-backend without the leading vc-.
8861 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8862 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8863 Call vc-call-backend without the leading vc-.
8864
8865 * vc-cvs.el (tail): Provide vc-cvs.
8866 * vc-sccs.el (tail): Provide vc-sccs.
8867 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8868
8869 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8870 (vc-make-backend-function, vc-call): Pass names without leading
8871 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8872 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8873 (vc-call-backend): Always try to load vc-X-hooks.
8874 (vc-registered): Remove vc- in call to vc-call-backend.
8875
8876 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8877
8878 * vc.el (vc-process-filter): New function.
8879 (vc-do-command): Setup `vc-process-filter' for the async process.
8880 (vc-maybe-resolve-conflicts): New function to reduce
8881 code-duplication. Additionally, it puts the buffer in
8882 `smerge-mode' if applicable.
8883 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8884 calling `merge-news'.
8885 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8886 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8887 interfacing to log-edit.el.
8888 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8889 log-edit is available.
8890 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8891
8892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8893
8894 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8895 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8896 defvar and the initialization.
8897 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8898
8899 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8900 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8901
8902 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8903
8904 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8905
8906 * vc.el (vc-file-clear-masterprops): Removed.
8907 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8908 (vc-version-diff): Use buffer-size without argument.
8909 (vc-register): Heed vc-initial-comment.
8910
8911 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8912 default branch.
8913
8914 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8915 file name and workfile version.
8916 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8917
8918 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8919 vc-file-clear-masterprops.
8920
8921 * vc-sccs.el (vc-sccs-checkout): Removed call to
8922 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8923 rather than user login name.
8924
8925
8926 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8927
8928 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8929 `want-differences-if-changed' and simplify.
8930 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8931 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8932 output (which is invalid for async vc-diff) to decide whether to
8933 do the revert silently or not.
8934
8935 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8936
8937 * vc-hooks.el (vc-loadup): Load files quietly.
8938 (vc-call-backend): Oops, brain fart.
8939
8940 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8941
8942 * vc-cvs.el (vc-cvs-state): Typo.
8943 (vc-cvs-merge-news): Return the status code rather than the error msg.
8944
8945 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8946
8947 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8948 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8949 vc-state or vc-up-to-date-p.
8950 (vc-merge): Use vc-backend-defines to check whether merging is
8951 possible. Set state to 'edited after successful merge.
8952
8953 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8954 return that name. Redocumented.
8955
8956 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8957
8958 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8959 new `vc-state' semantics.
8960 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8961 'vc-locking-user to the current user.
8962 (vc-merge): Inline vc-backend-merge. Comment out code that I
8963 don't understand and hence can't adapt to the new `vc-state' and
8964 `vc-locking-user' semantics.
8965 (vc-backend-merge): Remove.
8966
8967 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8968 rather than 'vc-locking-user.
8969
8970 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8971
8972 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8973 (vc-state): Don't use 'reserved any more. Just use the same
8974 convention as the one used for vc-<backend>-state where the
8975 locking user (as a string) is returned.
8976 (vc-locking-user): Update, based on the above convention. The
8977 'vc-locking-user property has disappeared.
8978 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8979
8980 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8981 with a heuristic one.
8982 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8983 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8984 error. That allows us to get to 'needs-merge even in the
8985 stay-local case. There's still no way to detect 'needs-patch in
8986 such a setup (or to force an update for that matter).
8987 (vc-cvs-logentry-check): Remove, the default works as well.
8988
8989 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8990
8991 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8992
8993 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8994 major-mode in which the buffer might have been put earlier. Use
8995 `remove' and `when'. Allow `okstatus' to be `async' and use
8996 `start-process' in this case.
8997 (vc-version-diff): Handle the case where the diff looks empty
8998 because of the use of an async process.
8999
9000 2000-09-04 Andre Spiegel <spiegel@gnu.org>
9001
9002 * vc.el (vc-next-action-on-file): Removed optional parameter
9003 `simple'. Recompute state unconditionally.
9004 (vc-default-toggle-read-only): Removed.
9005
9006 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
9007 (vc-toggle-read-only): Undid prev change.
9008
9009 * vc-cvs.el (vc-cvs-stay-local): Renamed from
9010 vc-cvs-simple-toggle. Redocumented.
9011 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
9012 (vc-cvs-toggle-read-only): Removed.
9013
9014 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9015
9016 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
9017 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
9018 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
9019 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
9020 still is. So maybe it should be removed.
9021 (vc-head-version, vc-find-binary): Remove.
9022 (vc-recompute-state): Move from vc-hooks.el.
9023 (vc-next-action-on-file): Add a `simple' argument to allow
9024 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
9025 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
9026 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
9027 (vc-dired-mode-map): Properly defvar it.
9028 (vc-print-log): Call log-view-mode if available.
9029 (small-temporary-file-directory): defvar instead of use boundp.
9030 (vc-merge-news): Moved to vc-cvs.el.
9031 (vc-default-merge-news): New function.
9032
9033 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
9034 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
9035 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
9036 unknown `vc-latest-version' function. It should probably refer to
9037 vc-workfile-version or somesuch, but it's very unclear to me and I
9038 don't have SCCS to test things.
9039
9040 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
9041 (vc-sccs-state-heuristic): Fix typo.
9042 (vc-sccs-workfile-unchanged-p): Add missing argument.
9043
9044 * vc-rcs.el: Require vc and vc-rcs-hooks.
9045 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
9046 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
9047 (vc-release-greater-or-equal-p): Move from vc.
9048 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
9049 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
9050 (vc-rcs-checkout): Add a missing `new-version' argument in the
9051 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
9052
9053 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9054 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9055 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9056 than the apparently unbound `workfile-version'.
9057
9058 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9059 (vc-file-prop-obarray): Use `make-vector'.
9060 (vc-backend-functions): Add new hookable functions
9061 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9062 (vc-loadup): If neither backend nor default functions exist, use
9063 the backend function rather than nil.
9064 (vc-call-backend): If the function if not bound yet, try to load
9065 the non-hook file to see if it provides it.
9066 (vc-call): New macro plus use it wherever possible.
9067 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9068 nor `vc-find-binary' since it's only called from
9069 vc-mistrust-permission which is only used once the backend is known.
9070 (vc-checkout-model): Fix parenthesis.
9071 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9072
9073 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9074 (vc-cvs-release, vc-cvs-system-release): Remove.
9075 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9076 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9077 status symbols.
9078 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9079 (vc-cvs-toggle-read-only): First cut at a function to allow a
9080 cvs-status-free vc-toggle-read-only.
9081 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9082 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9083 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9084 (vc-cvs-checkout): Modify access rights directly if the user
9085 requested not to use `cvs edit'. And refresh the mode line.
9086
9087 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9088 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9089
9090 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9091
9092 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9093 workfile' that got lost when the code was extracted from vc.el.
9094 And merged the tail with the rest of the code (not possible in the
9095 old vc.el where the tail was shared among all backends). And
9096 explicitly set the state to 'edited if `writable' is set.
9097
9098 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9099 (vc-cvs-state): Be careful to return the value from
9100 vc-cvs-parse-state.
9101 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9102 property but return it instead. Also be careful to handle a nil
9103 or "" `rev' when workfile is non-nil (it was handled properly when
9104 workfile was nil).
9105
9106 * vc.el: Removed those pesky unnecessary `(function' quotes.
9107 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9108 directly in the defvar.
9109 (vc-do-command): Bind inhibit-read-only so as to properly handle
9110 the case where the destination buffer has been made read-only.
9111 (vc-diff): Delegate to vc-version-diff in all cases.
9112 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9113 (vc-annotate-mode-variables): Removed (code moved partly to
9114 defvars and partly to vc-annotate-add-menu).
9115 (vc-annotate-mode): Turned into a derived-mode.
9116 (vc-annotate-add-menu): Moved in code in
9117 vc-annotate-mode-variables.
9118 (vc-update-change-log): Use make-temp-file if available.
9119
9120 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9121
9122 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9123 `vc-checkout-model' updated to `vc-cvs-update-model'.
9124
9125 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9126
9127 * vc.el (vc-next-action-on-file): Added handling of state
9128 `unlocked-changes'.
9129 (vc-checkout-carefully): Is now practically obsolete, unless the
9130 above is too slow to be enabled unconditionally.
9131 (vc-update-change-log): Fixed typo.
9132
9133 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9134
9135 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9136 Now handles state `unlocked-changes'.
9137 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9138
9139 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9140
9141 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9142 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9143 `unlocked-changes'.
9144 (vc-rcs-workfile-unchanged-p): Renamed from
9145 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9146 function yet, but supposed to become one soon.
9147
9148 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9149 `vc-steal-lock'.
9150 (vc-call-backend): Changed error message.
9151 (vc-state): Added description of state `unlocked-changes'.
9152
9153 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9154
9155 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9156 always return t in CVS-controlled directories.
9157
9158 * vc.el (vc-responsible-backend): New function.
9159 (vc-register): Largely rewritten.
9160 (vc-admin): Removed (implementation moved into vc-register).
9161 (vc-checkin): Redocumented.
9162 (vc-finish-logentry): If no backend defined yet (because we are in
9163 the process of registering), use the responsible backend.
9164
9165 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9166 Updated function lists.
9167 (vc-call-backend): Fixed typo.
9168
9169 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9170 New functions.
9171 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9172 Removed query option. Redocumented.
9173
9174 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9175
9176 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9177
9178 * vc.el: Updated callers of `vc-checkout-required' to use
9179 `vc-checkout-model'.
9180
9181 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9182
9183 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9184 stuff updated to reference this function instead of the old
9185 `vc-backend-release-p'.
9186
9187 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9188
9189 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9190 vc-checkout-model. Return appropriate values. Updated callers.
9191
9192 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9193
9194 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9195 (vc-backend-revert): Function moved into `vc-revert';
9196 `vc-next-action' must be updated to accomodate this change.
9197 (vc-backend-steal): Function moved into `vc-finish-steal'.
9198 (vc-backend-logentry-check): Function moved into
9199 `vc-finish-logentry'.
9200 (vc-backend-printlog): Function moved into `vc-print-log'.
9201 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9202 (vc-backend-assign-name): Function moved into
9203 `vc-create-snapshot'.
9204
9205 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9206
9207 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9208 Rename to vc-checkout-model. Return appropriate values.
9209 Update callers.
9210
9211 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9212 to vc-checkout-model.
9213 (vc-checkout-required): Rename to vc-checkout-model.
9214 Re-implement and re-comment.
9215 (vc-after-save): Use vc-checkout-model.
9216
9217 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9218
9219 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9220 Update to use the vc-BACKEND-diff functions instead.
9221 `vc-diff' is now working.
9222
9223 * vc-rcs.el (vc-rcs-logentry-check): New function.
9224
9225 * vc-cvs.el (vc-cvs-logentry-check): New function.
9226
9227 * vc-sccs.el (vc-sccs-diff): Function changed name from
9228 `vc-backend-diff'. This makes `vc-diff' work.
9229
9230 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9231 of functions possibly implemented in a vc-BACKEND library.
9232 (vc-checkout-required): Fix bug that caused an error to be
9233 signaled during `vc-after-save'.
9234
9235 * vc.el: Fix typo.
9236 This checkin is made with our new VC code base for the very first time.
9237 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9238
9239 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9240 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9241
9242 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9243 updated to `vc-uses-locking'.
9244 (vc-checkout-required): Call to backend function.
9245 `vc-checkout-required' updated to `vc-uses-locking' instead.
9246
9247 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9248 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9249
9250 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9251 to match the split into various backends.
9252 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9253 (vc-retrieve-snapshot): Bug fix.
9254
9255 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9256
9257 * vc-sccs.el (vc-sccs-release): Doc fix.
9258
9259 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9260
9261 * vc.el (vc-next-action-on-file): Bug found and fixed.
9262 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9263 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9264
9265 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9266 (vc-rcs-checkout): Name space cleaned up. No more revision number
9267 crunching function names that are not prefixed with vc-rcs.
9268 (vc-rcs-checkout-model): Function added. References to
9269 `vc-checkout-model' replaced.
9270
9271 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9272
9273 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9274 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9275 still need to be split, and implemented for RCS).
9276
9277 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9278
9279 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9280
9281 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9282 required by the vc.el file.
9283
9284 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9285 required by the vc.el file.
9286 (vc-rcs-exists): Function added.
9287
9288 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9289 required by the vc.el file.
9290
9291 * vc.el (vc-admin): Updated to handle selection of appropriate
9292 backend. Current implementation is crufty and need re-thinking.
9293
9294 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9295
9296 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9297
9298 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9299 beginning of annotate buffers correctly.
9300
9301 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9302 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9303 functionality updated quite a lot to support multiple backends.
9304 Variables `vc-annotate-mode', `vc-annotate-buffers',
9305 `vc-annotate-backend' added.
9306
9307 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9308 `vc-annotate-difference' added to supported backend functions.
9309
9310 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9311
9312 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9313 Use with-temp-file instead of /bin/sh. Merged from mainline
9314
9315 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9316
9317 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9318
9319 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9320
9321 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9322
9323 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9324
9325 * vc-hooks.el: vc-state-heuristic added to
9326 vc-backend-hook-functions.
9327
9328 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9329
9330 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9331
9332 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9333 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9334 state to `reserved'.
9335
9336 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9337 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9338
9339 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9340
9341 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9342 untouched.
9343
9344 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9345
9346 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9347 if defined. (Merged from main line, slightly adapted.)
9348
9349 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9350 millenium problem (merged from mainline).
9351
9352 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9353
9354 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9355 part and moved the non-BACKEND stuff to vc.el.
9356
9357 * vc.el: Split the annotate feature into a BACKEND specific part
9358 and moved it from the vc-cvs.el file to this one.
9359
9360 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9361
9362 * vc-hooks.el: Implement new state model.
9363 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9364 (vc-locking-user): Simplify. Now only needed if the file is
9365 locked by somebody else.
9366 (vc-lock-from-permissions): Remove. Functionality is in
9367 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9368 (vc-mode-line-string): New name for former vc-status. Adapted.
9369 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9370
9371 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9372 Various simplifications and adaptations all over the place.
9373
9374 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9375 Simplify and adapt the rest.
9376
9377 * vc.el (vc-resynch-window): Add TODO comment: check for
9378 interaction with view mode according to recent RCS change.
9379 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9380
9381 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9382
9383 * vc.el: Convert the remaining function comments to docstrings.
9384
9385 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9386
9387 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9388 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9389 (vc-minor-part, vc-previous-version): Functions that operate and
9390 compare revision numbers got proper documentation. Comments added
9391 about their possible removal.
9392
9393 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9394
9395 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9396 the vc-backend.el files.
9397
9398 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9399
9400 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9401 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9402 (vc-rcs-previous-version): Functions added.
9403
9404 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9405
9406 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9407
9408 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9409
9410 * vc-hooks.el (vc-master-templates): Is really obsolete.
9411 Comment out the definition for now. What is the right procedure
9412 to get rid of it?
9413 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9414 rewritten.
9415 (vc-default-registered): Remove.
9416 (vc-check-master-templates): New function; does mostly what the
9417 above did before.
9418 (vc-locking-user): Don't rely on the backend to set the property.
9419
9420 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9421 Rewrite documentation.
9422 (vc-rcs-templates-grabbed): New variable.
9423 (vc-rcs-grab-templates): New function.
9424 (vc-rcs-registered): Rewrite to use above mechanism.
9425
9426 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9427 Rewrite documentation.
9428 (vc-sccs-templates-grabbed): New variable.
9429 (vc-sccs-grab-templates): New function.
9430 (vc-sccs-registered): Rewrite to use above mechanism.
9431 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9432 Don't throw the result, simply return it.
9433
9434 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9435 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9436 (vc-cvs-registered): Does the check itself now. Simplify.
9437
9438 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9439 from main line.
9440
9441 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9442
9443 * vc-cvs.el (vc-cvs-diff): New function.
9444
9445 * vc-sccs.el (vc-sccs-diff): New function.
9446
9447 * vc-rcs.el (vc-rcs-diff): New function.
9448 (vc-rcs-checkout): Bug (typo) found and fixed.
9449 (vc-rcs-register-switches): New variable.
9450
9451 * vc.el (vc-backend-diff): Function removed and placed in the
9452 backend files.
9453
9454 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9455
9456 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9457
9458 * vc.el (vc-backend-checkout): Function removed and replaced in
9459 the vc-backend.el files.
9460
9461 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9462
9463 * vc.el (vc-backend-admin): Removed and replaced in the
9464 vc-backend.el files.
9465
9466 * vc.el (Martin): Removed all the annotate functionality since it
9467 is CVS backend specific.
9468
9469 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9470
9471 * spec.txt: Added specification of vc-state.
9472
9473 * vc-sccs-hooks.el (vc-sccs-master-properties):
9474 Remove handling of vc-latest-version and
9475 vc-your-latest-version. What used to be vc-latest-version, is now
9476 returned as vc-workfile-version.
9477 (vc-sccs-workfile-version): Adapt.
9478
9479 2000-09-04 Dave Love <fx@gnu.org>
9480
9481 * vc.el: [Merged from mainline.]
9482 (vc-dired-mode): Make the dired-move-to-filename-regexp
9483 regexp match the date, to avoid treating date as file size.
9484 Add YYYY S option to WESTERN/
9485
9486 2000-09-04 Dave Love <fx@gnu.org>
9487
9488 * vc.el: Require `compile' when compiling.
9489 (vc-logentry-check-hook): New option.
9490 (vc-steal-lock): Use compose-mail.
9491 (vc-dired-mode-map): Defvar when compiling.
9492 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9493 vc-sccs.el and renamed. Callers changed.
9494 (vc-backend-checkout, vc-backend-logentry-check)
9495 (vc-backend-merge-news): Doc fix.
9496 (vc-default-logentry-check): New function.
9497 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9498 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9499 (vc-backend-merge): Doc fix. Use backend functions.
9500 (vc-check-headers): Use backend functions.
9501
9502 * vc-cvs.el: Require vc when compiling.
9503 (vc-cvs-register-switches): Doc fix.
9504 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9505 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9506 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9507 New functions (code from vc.el).
9508 (vc-annotate-display-default): Fix interactive spec.
9509 (vc-annotate-time-span): Doc fix.
9510
9511 * vc-rcs.el: Require vc when compiling.
9512 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9513 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9514 (vc-rcs-checkin): New functions (code from vc.el).
9515 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9516 Doc fix.
9517 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9518
9519 * vc-sccs.el: Require vc when compiling.
9520 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9521 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9522 (vc-sccs-revert)
9523 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9524 from vc.el).
9525 (vc-sccs-add-triple, vc-sccs-record-rename)
9526 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9527 (vc-sccs-admin): Doc fix.
9528
9529 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9530
9531 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9532 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9533 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9534 from vc.el.
9535
9536 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9537
9538 * vc-cvs.el: Moved the annotate functionality from vc.el.
9539 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9540
9541 2000-09-04 Dave Love <fx@gnu.org>
9542
9543 * vc.el (vc-backend-release): Call vc-system-release.
9544
9545 * vc-sccs.el (vc-sccs-system-release):
9546 Renamed from vc-sccs-backend-release.
9547
9548 * vc-rcs.el (vc-rcs-system-release):
9549 Renamed from vc-rcs-backend-release.
9550
9551 * vc-cvs.el (vc-cvs-system-release):
9552 Renamed from vc-cvs-backend-release.
9553
9554 2000-09-04 Dave Love <fx@gnu.org>
9555
9556 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9557 backend files.
9558 (vc-backend-release): Dispatch to backend functions.
9559 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9560 probably needs attention.]
9561
9562 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9563 (vc-sccs-backend-release): New function.
9564
9565 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9566 (vc-cvs-backend-release): New function.
9567
9568 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9569 Doc fix.
9570 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9571 (vc-default-dired-state-info): New function.
9572 (vc-dired-state-info): Dispatch to backends.
9573 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9574
9575 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9576 from vc.el and renamed.
9577
9578 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9579
9580 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9581 (vc-version-other-window, vc-backend-assign-name): Removed
9582 references to vc-latest-version; sometimes changed into
9583 vc-workfile-version.
9584
9585 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9586 vc-rcs-master-workfile-version.
9587 (vc-rcs-workfile-version): Use the above. Don't call
9588 vc-latest-version (that was unreachable code, anyway).
9589 (vc-rcs-fetch-master-properties): Doc fix.
9590
9591 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9592 (vc-backend-hook-functions): Removed them from this list, too.
9593 (vc-fetch-properties): Removed.
9594 (vc-workfile-version): Doc fix.
9595
9596 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9597 (vc-rcs-workfile-version, vc-rcs-locking-user)
9598 (vc-rcs-uses-locking): Use it.
9599
9600 * vc-hooks.el (vc-consult-rcs-headers):
9601 Moved into vc-rcs-hooks.el, under the name
9602 vc-rcs-consult-headers.
9603
9604 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9605 headers.
9606 (vc-cvs-find-master): Use this name only; correct different
9607 versions of the name.
9608
9609 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9610 New functions.
9611 (vc-sccs-locking-user): Use the latter.
9612
9613 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9614 New functions.
9615
9616 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9617 Moved into both
9618 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9619 functions are implementation details of those two backends.
9620
9621 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9622
9623 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9624 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9625
9626 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9627 (vc-sccs-parse-locks): SCCS-specific code moved here from
9628 vc-hooks.
9629
9630 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9631 code moved here from vc-hooks.
9632
9633 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9634 into back-end specific parts and removed. Callers not updated
9635 yet; because I guess these callers will disappear into back-end
9636 specific files anyway.
9637
9638 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9639
9640 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9641 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9642 `vc-uses-locking'.
9643
9644 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9645 Store yes/no in the property, and return t/nil. Updated all
9646 callers.
9647
9648 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9649 vc-sccs-uses-locking. Don't set property.
9650 (vc-sccs-locking-user): Don't set property.
9651
9652 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9653 vc-cvs-uses-locking. Don't set property here; leave that to
9654 vc-hooks.
9655 (vc-cvs-locking-user): Reflect above change. Streamlined.
9656
9657 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9658 vc-rcs-uses-locking.
9659 (vc-rcs-locking-user): Reflect above change.
9660
9661 2000-09-04 Dave Love <fx@gnu.org>
9662
9663 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9664
9665 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9666
9667 * vc-hooks.el (vc-checkout-model): Punt to backends.
9668
9669 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9670
9671 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9672
9673 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9674 New functions.
9675
9676 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9677 New functions.
9678
9679 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9680 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9681
9682 * vc-hooks.el (vc-default-locking-user): New function.
9683 (vc-locking-user, vc-workfile-version): Punt to backends.
9684
9685 2000-09-04 Dave Love <fx@gnu.org>
9686
9687 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9688 (vc-master-workfile-version): Moved from vc-hooks.
9689
9690 * vc-rcs-hooks.el: Fix duplicate code in last change.
9691
9692 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9693 (vc-rcs-master-templates): Improve :type.
9694 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9695 vc-master-workfile-version): Moved from vc-hooks.
9696
9697 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9698 (vc-sccs-master-templates): Improve :type.
9699 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9700
9701 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9702
9703 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9704 (vc-cvs-master-templates): Improve :type. Use
9705 vc-cvs-find-cvs-master.
9706 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9707 from vc-hooks.
9708 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9709
9710 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9711 Moved to vc-cvs-hooks.
9712
9713 * vc-hooks.el: Add doc strings in various places. Simplify the
9714 minor mode setup.
9715 (vc-handled-backends): New user variable.
9716 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9717 simplification.
9718
9719 2000-09-04 Dave Love <fx@gnu.org>
9720
9721 * vc.el: Some doc fixes for autoloaded and interactive functions.
9722 Fix compilation warnings from ediff stuff.
9723 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9724
9725 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9726
9727 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9728
9729 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9730
9731 2000-09-04 Dave Love <fx@gnu.org>
9732
9733 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9734 New variable.
9735 (vc-make-backend-function, vc-loadup, vc-call-backend)
9736 (vc-backend-defines): New functions.
9737
9738 * vc-hooks.el: Various doc fixes.
9739 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9740 (vc-match-substring): Function removed. Callers changed to use
9741 match-string.
9742 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9743 Simplify.
9744
9745 2000-09-04 Dave Love <fx@gnu.org>
9746
9747 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9748 type.
9749 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9750 (vc-sccs-registered): Doc fix.
9751
9752 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9753 (vc-cvs-registered): Doc fix.
9754
9755 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9756 (vc-rcs-registered): Doc fix.
9757
9758 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9759
9760 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9761
9762 * vc-hooks.el: vc-registered has been renamed
9763 vc-default-registered. Some functions have been moved to the
9764 backend specific files. they all support the
9765 vc-BACKEND-registered functions.
9766
9767 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9768
9769 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9770
9771 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9772
9773 2000-09-04 Dave Love <fx@gnu.org>
9774
9775 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9776 menu-bar-update-hook.
9777
9778 * help.el (help-manyarg-func-alist): Add
9779 find-operation-coding-system.
9780
9781 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9782
9783 * custom.el (custom-set-variables): Print message about errors in
9784 setting.
9785
9786 2000-09-03 Andrew Innes <andrewi@gnu.org>
9787
9788 * makefile.w32-in: Change to DOS line endings.
9789
9790 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9791
9792 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9793 minor-mode keymaps, if they don't have one.
9794
9795 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9796
9797 * eshell/esh-module.el (eval-when-compile): Don't lose if
9798 esh-module.el's file name is truncated to DOS 8+3 limits.
9799
9800 2000-09-01 John Wiegley <johnw@gnu.org>
9801
9802 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9803 predicate, which caused entries in the completion list to be
9804 doubled.
9805
9806 2000-08-30 John Wiegley <johnw@gnu.org>
9807
9808 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9809 sending to subprocesses. Also, hook pre-command-hook if
9810 `eshell-send-direct-to-subprocesses' is non-nil.
9811 (eshell-send-direct-to-subprocesses): New config variable. If t,
9812 subprocess input is send immediately.
9813 (eshell-toggle-direct-send): New function.
9814 (eshell-self-insert-command): New function.
9815 (eshell-intercept-commands): New function.
9816 (eshell-send-input): If direct subprocess sending is enabled,
9817 don't echo any input to the Eshell buffer. Let the subprocess
9818 handle that. This requires "stty echo" in bash, for example.
9819
9820 2000-08-28 John Wiegley <johnw@gnu.org>
9821
9822 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9823 completion function for Eshell's implementation of `unset'.
9824
9825 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9826
9827 * info.el (Info-directory-list): Doc fix.
9828
9829 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9830
9831 * filecache.el (file-cache-add-directory-using-find): Don't quote
9832 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9833
9834 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9835
9836 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9837 coding systems.
9838
9839 2000-08-30 Andrew Innes <andrewi@gnu.org>
9840
9841 * timer.el (run-with-idle-timer): Undo last change, so that timer
9842 is not activated immediately if Emacs is already idle. Some
9843 existing code relies on this behaviour.
9844
9845 2000-08-30 Miles Bader <miles@gnu.org>
9846
9847 * frame.el (set-frame-font): Do completion of font-name for
9848 interactive use.
9849
9850 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9851
9852 * international/quail.el (quail-start-translation): Bind locally
9853 last-command-event, last-command, and this-command.
9854 (quail-start-conversion): Likewise.
9855 (quail-self-insert-command): Fix docstring.
9856
9857 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9858
9859 * progmodes/executable.el
9860 (executable-make-buffer-file-executable-if-script-p): Check that
9861 buffer contains at least 2 characters.
9862
9863 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9864
9865 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9866
9867 2000-08-29 Dave Love <fx@gnu.org>
9868
9869 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9870 (diff-mode-shared-map): Bind mouse-2.
9871 (diff-imenu-generic-expression): New variable.
9872 (diff-mode): Use it.
9873
9874 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9875 (mouse-popup-menubar): Add minor mode menus.
9876 (popup-menu): Check for lookup-key returning number.
9877
9878 2000-08-29 Miles Bader <miles@gnu.org>
9879
9880 * comint.el (comint-send-input): Create overlays using the proper
9881 front/read-advance arguments.
9882
9883 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9884
9885 * ps-print.el: Even/odd pages printing. Doc fix.
9886 (ps-print-version): New version number (6.0).
9887 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9888 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9889 (ps-print-duplex-feature): Variable eliminated.
9890 (ps-even-or-odd-pages): New variable.
9891
9892 * progmodes/ebnf2ps.el: Doc fix.
9893 (ebnf-version): New version (3.3).
9894 (ebnf-user-arrow): Change variable customization to sexp.
9895 (ebnf-user-arrow): Function eliminated.
9896 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9897
9898 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9899
9900 * help.el (help-xref-mule-regexp): New variable.
9901 (help-make-xrefs): Handle help-xref-mule-regexp.
9902
9903 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9904 variable.
9905 (describe-input-method): Temporarily activate the specfied input
9906 method to display the information.
9907 (describe-language-environment): Hyperlinks to mule related items.
9908
9909 * international/mule-diag.el (charset-multibyte-form-string): New
9910 function.
9911 (list-character-sets-1): Use charset-multibyte-form-string.
9912 (describe-character-set): New function.
9913 (describe-coding-system): Hyperlinks to safe character sets.
9914
9915 * international/quail.el (quail-help): New arg PACKAGE.
9916 Hyperlinks to mule related items.
9917 (quail-help-insert-keymap-description): Use
9918 substitute-command-keys instead of describe-bindings.
9919 (quail-translation-help): Hyperlinks to mule related items.
9920
9921 2000-08-28 John Wiegley <johnw@gnu.org>
9922
9923 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9924 have a defsubst call itself. Made `eshell-flatten-list' back into
9925 a function again.
9926
9927 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9928 catch, in case re-centering point at bottom messes up the display.
9929 This happens frequently in Emacs 21, due I believe to variable
9930 line heights.
9931
9932 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9933 to call `find-tag-interactive'.
9934
9935 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9936 the list of remember directories.
9937
9938 2000-08-28 John Wiegley <johnw@gnu.org>
9939
9940 * align.el: Test align-region-separate to see if it's a symbol.
9941
9942 2000-08-28 John Wiegley <johnw@gnu.org>
9943
9944 * eshell/esh-util.el (eshell-flatten-list): Made this function
9945 into a defsubst form. It gets used very frequently, although
9946 calls don't occur all that often.
9947
9948 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9949 examining it.
9950
9951 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9952 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9953 `eshell-protect'.
9954 (eshell-copy-handles): Created a new macro for duplicating the
9955 current set of open handles. This is needed by the looping
9956 functions.
9957 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9958 is not incorrectly stomped on.
9959
9960 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9961 declaration for pcomplete-use-paring.
9962 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9963 value of eshell-cmpl-use-paring.
9964 * pcomplete.el (pcomplete-use-paring): New config variable, to
9965 indicate whether paring should be used.
9966 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9967 completion alternatives that have already been used.
9968
9969 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9970 bound to C-c C-y, which will repeat the previous N arguments
9971 (based on prefix argument).
9972 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9973
9974 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9975 if there is no *Help* buffer. This is for XEmacs, which renames
9976 its help buffers uniquely. TODO: Find out what the current buffer
9977 name to delete is.
9978
9979 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9980 first entry that correlates to a passwd/group number. Later
9981 entries (used for group/user name aliasing to multiple IDs) are
9982 ignored.
9983
9984 * eshell/em-xtra.el (eshell/expr):
9985 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9986 (eshell-grep, eshell/diff, eshell/locate):
9987 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9988 argument list, before passing it to the system command.
9989
9990 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9991 `find-tag' for use at final position in Eshell buffers (which
9992 otherwise triggers an error on Emacs 21).
9993 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9994 buffer, if it is currently bound to `find-tag'.
9995
9996 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9997 in the list of matched Makefile names.
9998 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9999 directory, prefer its contents to Makefile.
10000
10001 * eshell/em-dirs.el (eshell/cd): cd commands that look up
10002 directory parts (like "cd old new", or "cd =regexp"), are now case
10003 sensitive on non-Windows/DOS platforms.
10004
10005 * eshell/esh-mode.el (eshell-parse-command-input): When a user
10006 types RET after an open delimiter (like "), display a message
10007 indicating that Eshell is waiting for the closing delimiter.
10008
10009 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
10010 environment variables.
10011
10012 * eshell/em-unix.el (eshell/diff): Added logic to fail more
10013 gracefully if the user enters incorrect arguments.
10014
10015 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
10016 Eshell buffers.
10017
10018 * eshell/esh-var.el (eshell-interpolate-variable):
10019 * eshell/esh-mode.el (eshell-move-argument):
10020 * eshell/em-unix.el (eshell-du-sum-directory):
10021 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
10022 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
10023 (not (= ...)).
10024
10025 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
10026 to ensure the `preserve' flag gets propagated when doing recursive
10027 directory copies.
10028
10029 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
10030
10031 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
10032 Don't convert \n into \0177 in memory.
10033 (eshell-read-history, eshell-write-history): Convert \n to \0177,
10034 and back again, when reading and writing.
10035
10036 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
10037
10038 * eshell/esh-util.el (eshell-processp): Added to relieve constant
10039 testing of `fboundp' on `processp'.
10040
10041 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
10042 (eshell/jobs): Don't call process-list if it is not bound.
10043 (eshell-gather-process-output): Support systems where async
10044 subprocesses aren't supported.
10045 (eshell-scratch-buffer, eshell-last-sync-output-start): New
10046 variables.
10047
10048 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
10049 eshell-do-eval returns t.
10050 (eshell-do-pipelines-synchronously): New defmacro.
10051 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
10052 when async subprocesses aren't supported.
10053 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10054 if async subprocesses aren't supported.
10055 (eshell-resume-command): Don't assume STATUS is a string.
10056
10057 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10058
10059 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10060 (eshell-close-target, eshell-get-target): Use eshell-processp.
10061 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10062 fix.
10063 (eshell-get-target, eshell-create-handles): Doc fix.
10064
10065 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10066
10067 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10068 criterion to include commands that output something, as long as it
10069 leaves both the command and the end-of-buffer visible when the
10070 command has exited.
10071 (eshell-review-quick-commands): Adjust the help doc string
10072 accordingly.
10073
10074 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10075
10076 * locate.el (locate): Cleaned up locate command's interactive prompting
10077 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10078
10079 * filecache.el (file-cache-case-fold-search): New variable
10080 (file-cache-assoc-function): New variable
10081 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10082 Use file-cache-case-fold-search variable
10083 (file-cache-add-file): Use file-cache-assoc-function
10084 (file-cache-delete-file): likewise
10085 (file-cache-directory-name): likewise
10086 (file-cache-debug-read-from-minibuffer): likewise
10087
10088 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10089
10090 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10091 (abbrev-table-name): New function.
10092 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10093 If non-nil list local abbrev, only.
10094
10095 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10096
10097 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10098 from Gnus support code, and use special article copy buffer
10099 `(gnus-original-article-buffer)' instead. This allows to get rid
10100 of article-hide-headers usage (which breaks in the latest Gnus
10101 version). Thanks to Detlev Zundel.
10102
10103 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10104
10105 * international/quail.el (quail-use-package): Hide "... loaded"
10106 message.
10107 (quail-start-translation, quail-start-conversion): Likewise.
10108
10109 * international/kkc.el (kkc-region): Hide "... loaded" message.
10110
10111 2000-08-27 Dave Love <fx@gnu.org>
10112
10113 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10114
10115 2000-08-27 Miles Bader <miles@gnu.org>
10116
10117 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10118
10119 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10120
10121 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10122 'ja-dic-cnv), not (require 'skkdic-cnv).
10123
10124 2000-08-26 Miles Bader <miles@gnu.org>
10125
10126 * faces.el (face-x-resources): Add entry for :inherit.
10127 * cus-face.el (custom-face-attributes): Add support for :inherit
10128 attribute. Add support for relative face heights.
10129 (custom-face-attributes-get): Treat `nil' as being a default value
10130 for :inherit (as well as `unspecified').
10131
10132 * faces.el (set-face-attribute): Update doc string.
10133 (face-attribute-name-alist): Add :inherit.
10134 (face-valid-attribute-values): Handle :inherit.
10135 (face-read-string): Rephrase prompt to be less confusing.
10136 Assume that DEFAULT is a string, since we must return a string.
10137 (face-read-integer): Use `format' to turn DEFAULT into an
10138 acceptable default for face-read-string. Match NEW-VALUE against
10139 the string "unspecified", not the symbol `unspecified', since
10140 that's what face-read-string returns.
10141 (read-face-attribute): Lookup a name for old-value in valid, and
10142 use it as a default if we find one. Treat all values from
10143 face-read-string as strings. If the default is used, don't do any
10144 more processing on the value, just use the old value directly.
10145 (read-face-and-attribute, modify-face): Tweak prompt.
10146 (read-face-name): Don't assume prompt ends with a space.
10147
10148 * faces.el (describe-face): Add support for :inherit attribute.
10149
10150 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10151
10152 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10153 concat doesn't accept interger.
10154
10155 * international/kkc.el: Remove SKK from Keywords. Require
10156 ja-dic-utl instead of skkdic-utl.
10157
10158 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10159 Provide ja-dic-cnv instead of skkdic-cnv.
10160 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10161 (iso-2022-7bit-short): Add safe-charsets property.
10162 (skkdic-convert-postfix): Search Japanese chou-on character in
10163 addition to Hiragana character.
10164 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10165 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10166 (batch-skkdic-convert): Likewise.
10167
10168 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10169 Provide ja-dic-utl instead of skkdic-utl.
10170 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10171
10172 2000-08-24 Dave Love <fx@gnu.org>
10173
10174 * disp-table.el (standard-display-default): Make the test of `l'
10175 useful.
10176
10177 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10178 mod sample text.
10179
10180 * international/iso-ascii.el: Make pilcrow convenient string
10181 consistent with section.
10182 (iso-ascii-display): Set up multibyte characters as well as
10183 unibyte.
10184
10185 2000-08-24 Kenichi Handa <handa@etl.go.jp>
10186
10187 * international/mule-cmds.el (reset-language-environment): Set
10188 default-process-coding-system to '(undecided . iso-latin-1), which
10189 makes process I/O almost consistent with file I/O. Call this
10190 function when mule-cmds.el[c] is loaded.
10191
10192 2000-08-22 Andrew Innes <andrewi@gnu.org>
10193
10194 * makefile.w32-in: New file.
10195
10196 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10197
10198 * comint.el (comint-output-filter): Compare end of
10199 comint-last-output-overlay with the start of the newly inserted
10200 text, not the end, when deciding whether to extend it.
10201 Set saved-point's insertion type to advance after insertion.
10202
10203 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10204 since this is now done independently of font-lock mode.
10205
10206 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10207
10208 * server.el (server-kill-new-buffers): New user option.
10209 (server-existing-buffer): New buffer-local variable.
10210 (server-visit-files): When using an existing buffer, set
10211 server-existing-buffer to t.
10212 (server-buffer-done): If server-kill-new-buffers is t, kill the
10213 buffer, unless it was already present before visiting it with
10214 Emacs server.
10215
10216 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10217
10218 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10219 even if the display doesn't support colors: some displays will
10220 support bold/underline faces.
10221
10222 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10223
10224 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10225
10226 * startup.el (command-line): If user's init file had an error,
10227 add explanatory text to *Messages*.
10228
10229 2000-08-21 Kenichi Handa <handa@etl.go.jp>
10230
10231 * man.el (Man-getpage-in-background): Decode the process output by
10232 the system locale coding system.
10233
10234 2000-08-20 Dave Love <fx@gnu.org>
10235
10236 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10237 Don't test x-popup-menu.
10238 (function) <complete-function>: Complete only fbound symbols.
10239 <validate, value>: New.
10240 (variable) <complete-function>: Complete only bound symbols.
10241 (coding-system): Add :base-only, :complete-function, :validate,
10242 :value, :prompt-match.
10243 (widget-coding-system-prompt-value): Use read-coding-system and
10244 act on :base-only.
10245 (editable-field): Add :help-echo.
10246 (widget-push-button-gui, widget-push-button-cache)
10247 (widget-gui-action, widget-editable-list-gui): COmment out, along
10248 with uses.
10249 (widget-at): Make arg optional.
10250 (widget-echo-help): Adjust for current help-echo calling sequence.
10251 (widget-specify-field, widget-specify-button)
10252 (widget-specify-insert, widget-get-sibling, widget-image-find)
10253 (widget-convert, widget-insert, widget-leave-text)
10254 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10255 (widget-setup, widget-field-find, widget-before-change)
10256 (widget-after-change, widget-default-complete)
10257 (widget-default-create, widget-default-delete)
10258 (widget-push-button-value-create, editable-field)
10259 (widget-field-prompt-value, widget-field-validate)
10260 (widget-choice-value-create, widget-choice-action)
10261 (widget-choice-validate, widget-checklist-add-item)
10262 (widget-radio-add-item, widget-radio-chosen)
10263 (widget-radio-value-inline, widget-editable-list-value-create)
10264 (widget-editable-list-entry-create)
10265 (widget-documentation-link-add)
10266 (widget-documentation-string-value-create)
10267 (widget-regexp-validate, widget-file-complete)
10268 (widget-sexp-validate, widget-plist-convert-widget)
10269 (widget-plist-convert-widget, widget-alist-convert-widget)
10270 (widget-alist-convert-widget, widget-color-complete): Simplify,
10271 particularly to avoid bindings which aren't optimized out.
10272
10273 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10274 Doc fix.
10275 (down-list, backward-up-list, up-list, kill-sexp)
10276 (backward-kill-sexp, mark-sexp): Make arg optional.
10277 (lisp-complete-symbol): Add optional arg PREDICATE.
10278
10279 * cus-start.el: Add display-buffer-reuse-frames,
10280 file-coding-system-alist.
10281
10282 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10283
10284 * startup.el (command-line): Clear realized faces after
10285 modifying TTY color mappings.
10286
10287 2000-08-20 Miles Bader <miles@gnu.org>
10288
10289 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10290 merely a subset of FACE's attributes.
10291
10292 2000-08-19 Miles Bader <miles@gnu.org>
10293
10294 * comint.el (comint-output-filter): Save the point with a marker,
10295 not just a buffer position.
10296
10297 * international/mule.el (set-buffer-process-coding-system): Make
10298 interactive prompt less confusing.
10299
10300 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10301
10302 * hilit-chg.el: General cleanup of doc strings, comments and
10303 code formatting.
10304
10305 2000-08-19 Miles Bader <miles@gnu.org>
10306
10307 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10308 Compiler macro removed; beginning-of-line is no longer always
10309 equivalent to forward-line, in the presence of fields.
10310
10311 * comint.el (comint-output-filter): Remove ad-hoc saving of
10312 restriction, and just use save-restriction, now that it works
10313 correctly. Don't adjust comint-last-input-start to account for
10314 our insertion; it shouldn't have moved because we don't use
10315 insert-before-markers anymore. Comment out call to
10316 `force-mode-line-update'; why is it here?
10317
10318 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10319 while checking for prompt to delete. Use `forward-line 0'
10320 instead of beginning-of-line.
10321 (gud-filter): Temporarily widen gud comint buffer while
10322 examining output.
10323
10324 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10325
10326 * progmodes/sh-script.el: Big bag of typos.
10327
10328 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10329 check since ispell-process is not bound when ispell is not yet loaded.
10330
10331 2000-08-18 Dave Love <fx@gnu.org>
10332
10333 * image.el (find-image): Copy `spec' before using plist-put.
10334
10335 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10336
10337 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10338 `portugues'.
10339
10340 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10341 backward-kill-sexp, analogous to kill-sexp.
10342
10343 * progmodes/icon.el (icon-indent-line)
10344 (icon-is-continuation-line): Handle comments specially.
10345
10346 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10347
10348 * ispell.el: Set to standard author/maintainer/keyword fields.
10349 Fine tuning to menu map appearance and operation, and added help.
10350 Remove `start' and `end' error messages when compiling.
10351 (ispell-choices-win-default-height): Fixed comment string.
10352 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10353 castellano8 dictionaries.
10354 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10355 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10356 dictionary, added italiano dictionary.
10357 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10358 word character
10359 (ispell-tex-skip-alists): Added psfig support.
10360 (ispell-skip-html): Renamed from ispell-skip-sgml.
10361 (ispell-begin-skip-region-regexp, ispell-skip-region)
10362 (ispell-minor-check): Improved html skipping support to skip across
10363 code, and recognize `&' commands without propper `;' syntax;
10364 (ispell-process-line): Fix alignment error when manually
10365 correcting spelling.
10366 (ispell): Fix comment string.
10367 (ispell-add-per-file-word-list): Always put word list on new line.
10368
10369 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10370
10371 * format.el (format-encode-run-method): Fix error message to say
10372 `encode' instead of `decode'. Use save-window-excursion around
10373 shell-command-on-region as in format-decode-run-method because
10374 shell-command-on-region can display a buffer with error output.
10375 (format-decode): Don't record undo information for the decoding.
10376 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10377 that number part of the temporary buffer name so that more than
10378 one decoding using a temporary buffer can happen safely.
10379
10380 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10381 of `A-z' in the regexp.
10382
10383 * hilit-chg.el: Fix typos in commentary.
10384
10385 * help.el (view-emacs-news): Rewritten for new naming scheme
10386 for old NEWS files.
10387
10388 * startup.el (command-line): Pop to *Messages* in case an error
10389 is signaled while loading user-init-file.
10390
10391 2000-08-17 Andreas Schwab <schwab@suse.de>
10392
10393 * files.el (insert-directory): Don't lose original file name,
10394 undoing an undocumented change.
10395
10396 2000-08-17 Alex Schroeder <alex@gnu.org>
10397
10398 * sql.el (sql-magic-go): Use comint-bol.
10399 (sql-copy-column): Use comint-line-beginning-position.
10400 (comint-line-beginning-position): Define a replacement for
10401 comint-line-beginning-position if it is not fboundp.
10402
10403 2000-08-17 Alex Schroeder <alex@gnu.org>
10404
10405 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10406 it didn't have any effect anyway.
10407
10408 2000-08-17 Alex Schroeder <alex@gnu.org>
10409
10410 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10411 --pset and pager=off instead of sending \\o|cat at the beginning
10412 of the session.
10413
10414 2000-08-17 Miles Bader <miles@gnu.org>
10415
10416 * progmodes/octave-inf.el: Add compatibility definition of
10417 comint-line-beginning-position.
10418
10419 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10420
10421 * startup.el (normal-top-level): Look in each dir in load-path for
10422 a leim-list.el file too. This assures of loading leim-list.el
10423 that is created at Emacs installation time even if a user have his
10424 own leim-list.el.
10425
10426 2000-08-17 Miles Bader <miles@gnu.org>
10427
10428 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10429 foreground color to black if the background is dark.
10430
10431 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10432
10433 * loadhist.el (unload-feature): Typo.
10434
10435 * finder.el (finder-compile-keywords):
10436 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10437 to the generated file.
10438
10439 * mail/mh-e.el (mh-make-local-vars):
10440 Replace make-variable-buffer-local with make-local-variable.
10441
10442 * play/landmark.el:
10443 * options.el (Edit-options-{set,toggle,t,nil}):
10444 * mail/mailabbrev.el (mail-abbrevs-mode):
10445 * textmodes/tex-mode.el (tex-expand-files):
10446 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10447
10448 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10449
10450 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10451 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10452 Allow going past the last element.
10453 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10454 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10455 (cvs-mouse-toggle-mark): Don't move point.
10456 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10457
10458 * progmodes/compile.el (grep): Provide a default set of files.
10459 (next-error): Docstring fix.
10460 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10461
10462 * emacs-lisp/easy-mmode.el (define-minor-mode):
10463 Use `symbol-value' to keep the byte-compiler quiet.
10464
10465 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10466 (diff-find-source-location): New fun, extracted from diff-goto-source.
10467 (diff-goto-source): Use it.
10468 (diff-next-complex-hunk, diff-filter-lines): New function.
10469 (diff-apply-hunk): New command.
10470
10471 * smerge-mode.el (smerge-mode-menu): Doc fix.
10472
10473 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10474
10475 2000-08-16 Dave Love <fx@gnu.org>
10476
10477 * windmove.el (windmove) <defgroup>: Add :version.
10478
10479 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10480 (goto-address-fontify-p, goto-address-highlight-p)
10481 (goto-address-url-face, goto-address-url-mouse-face)
10482 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10483 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10484 (goto-address-fontify, goto-address-at-mouse): Simplify,
10485 (goto-address-at-point): browse-url-url-at-point,
10486 goto-address-find-address-at-point can return nil.
10487 (goto-address-find-address-at-point): Return nil on failure.
10488
10489 * align.el (align) <defgroup>: Add :version.
10490
10491 * calculator.el (calculator): Add :version.
10492 (calculator): Use two lines for calculator window if `modeline'
10493 face is boxed.
10494
10495 * play/5x5.el: Doc fixes.
10496 (5x5) <defgroup>: Add :version.
10497
10498 * play/fortune.el (fortune) <defgroup>: Add :version.
10499 (fortune-append): Fix error message.
10500 (fortune-from-region): Doc fix.
10501
10502 * play/pong.el (pong): Doc fix.
10503
10504 * play/morse.el: Keywords, commentary, autoloads.
10505
10506 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10507
10508 * desktop.el (desktop-save): Don't look at symbol-value of a
10509 member of minor-mode-alist, unless it is boundp.
10510
10511 2000-08-16 Sam Steingold <sds@gnu.org>
10512
10513 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10514 `while'; use `with-current-buffer' instead of `save-excursion'.
10515 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10516
10517 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10518
10519 * international/ccl.el (declare-ccl-program): Docstring modified.
10520 (ccl-execute-with-args): Likewise.
10521
10522 2000-08-16 Miles Bader <miles@gnu.org>
10523
10524 * progmodes/sql.el: Add compatibility definition of
10525 comint-line-beginning-position.
10526
10527 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10528
10529 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10530 'buffer-menu' property.
10531 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10532 fails.
10533 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10534 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10535 wasn't killed.
10536
10537 * buff-menu.el (list-buffers-noselect): Don't display the
10538 *Buffer List* buffer.
10539
10540 * font-lock.el: Require jit-lock to prevent a very late
10541 `Loading jit-lock' message.
10542
10543 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10544 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10545 mail address.
10546
10547 2000-08-15 Miles Bader <miles@gnu.org>
10548
10549 * textmodes/ispell.el (ispell-graphic-p): New constant.
10550 (ispell-choices-win-default-height, ispell-help): Use
10551 `ispell-graphic-p' instead of `xemacsp'.
10552
10553 2000-08-15 Dave Love <fx@gnu.org>
10554
10555 * simple.el: Autoload widget-convert when compiling.
10556 (mail-user-agent): Doc fix.
10557
10558 * help.el (function-called-at-point, variable-at-point): Use
10559 with-syntax-table.
10560 (help-manyarg-func-alist): Add insert-and-inherit.
10561
10562 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10563
10564 * delsel.el (delsel-unload-hook): New function.
10565
10566 * find-file.el: Doc fixes. Move provide to end.
10567 (ff) <defgroup>: Add :link.
10568 (ff-goto-click): Deleted.
10569 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10570 Use mouse-set-point.
10571
10572 * textmodes/tildify.el: Doc fixes.
10573 (tildify) <defgroup>: Add:version.
10574
10575 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10576 (glasses-custom-set): Use set-default, not set.
10577 (minor-mode-alist): Propertize the lighter.
10578 (glasses-mode): Provide optional arg.
10579
10580 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10581 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10582 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10583 option. Provide :type.
10584 (cwarn-configuration): Provide :type.
10585 (cwarn-mode): Doc fix.
10586
10587 * add-log.el (change-log-merge): Doc fix.
10588 (change-log-redate): New command.
10589
10590 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10591 Doze and Dog.
10592 (browse-url): Use dolist, not mapcar.
10593 (browse-url-at-point): Check for null url.
10594 (browse-url-event-buffer, browse-url-event-point): Functions
10595 deleted.
10596 (browse-url-at-mouse, browse-url-netscape): Simplify.
10597
10598 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10599 modes.
10600 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10601 Fix previous change to mapcan.
10602 (msb--init-file-alist, msb--add-separators)
10603 (msb--make-keymap-menu): Simplify.
10604 (msb--choose-file-menu): Use copy-sequence.
10605 (msb-mode-map): Add title to keymap.
10606 (msb-unload-hook): New function.
10607
10608 * bs.el: Fix indentation.
10609 (bs) <defgroup>: Add :links.
10610 (bs-show): Doc fix.
10611 (bs-apply-sort-faces): Don't use window-system.
10612 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10613
10614 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10615
10616 * calendar/timeclock.el (timeclock-file): Run .timelog through
10617 convert-standard-filename.
10618
10619 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10620
10621 * emacs-lisp/authors.el: New file.
10622
10623 * paren.el (show-paren-priority): New user option.
10624 (show-paren-function): Set overlay priorities to
10625 show-paren-priority.
10626
10627 2000-08-14 Miles Bader <miles@gnu.org>
10628
10629 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10630 beginning-of-line with inhibit-field-text-motion bound.
10631
10632 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10633
10634 * calendar/timeclock.el: New file.
10635
10636 2000-08-14 David Ponce <david@dponce.com>
10637
10638 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10639 `widget-button-click'. so that one can use left mouse button to
10640 click on dialog buttons.
10641
10642 2000-08-14 Emmanuel Briot <briot@gnat.com>
10643
10644 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10645 identifiers, since XML is case sensitive
10646
10647 2000-08-12 Miles Bader <miles@gnu.org>
10648
10649 * comint.el (comint-output-filter): Don't bother frobbing
10650 window-start, it doesn't seem to be necessary.
10651
10652 * comint.el (comint-send-string, comint-send-region): Make into
10653 real functions. Snapshot the prompt before sending.
10654
10655 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10656
10657 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10658 technique similar to Info-index, instead of relying on specific
10659 names of relevant Index nodes.
10660 (Info-goto-emacs-command-node): Bind Info-history to nil when
10661 going to the first node found by Info-find-emacs-command-nodes.
10662
10663 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10664
10665 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10666
10667 2000-08-10 Miles Bader <miles@gnu.org>
10668
10669 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10670
10671 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10672
10673 * info.el (Info-file-list-for-emacs): More elements for the
10674 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10675 and woman manuals.
10676
10677 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10678
10679 * comint.el (comint-send-input): Make the newline boundary overlay
10680 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10681 (comint-output-filter): Use `insert' instead of
10682 `insert-before-markers'. Extend comint-last-output-overlay when
10683 necessary since we can't rely on insert-before-markers to do it.
10684 * gud.el (gud-filter): Use `with-current-buffer' instead of
10685 save-excursion when inserting the output, so that point gets
10686 updated correctly; the old method relied on a rather dodgy
10687 side-effect of comint-output-filter to avoid the effect of
10688 save-excursion.
10689
10690 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10691
10692 * files.el (recover-file): Call insert-directory instead of
10693 invoking `ls' directly.
10694
10695 2000-08-10 Miles Bader <miles@gnu.org>
10696
10697 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10698 (comint-last-prompt-overlay): New variables.
10699 (comint-output-filter): Implement prompt highlighting.
10700 (comint-snapshot-last-prompt): New function.
10701 (comint-send-input): Snapshot the last prompt.
10702 Use comint-highlight-input-face.
10703 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10704 Use defface instead of defcustom.
10705 (send-invisible, comint-send-eof): Snapshot the last prompt.
10706 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10707 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10708
10709 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10710
10711 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10712 (regexp-opt-group): Use a list of chars for `letters'.
10713 (regexp-opt-charset): `chars' is now a list of chars.
10714 Use a char-table rather than a vector so it works for multibyte chars.
10715
10716 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10717 Set cvs-minor-current-files to the selected fileinfo.
10718 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10719 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10720
10721 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10722
10723 * files.el (insert-directory): Don't call access-file on
10724 directories on DOS and Windows.
10725
10726 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10727
10728 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10729 longer if necessary.
10730 (ccl-embed-code): Call ccl-embed-data to store CODE in
10731 ccl-program-vector.
10732
10733 2000-08-09 Miles Bader <miles@gnu.org>
10734
10735 * comint.el (comint-output-filter): Properly handle the case where
10736 the text surrounded by comint-last-output-overlay was deleted.
10737
10738 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10739
10740 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10741 non-nil.
10742 (Info-file-list-for-emacs): Remove "info" from the list because
10743 that leads to trying to use the documentation from file `info'
10744 in various situations where it isn't appropriate, for instance
10745 C-h C-k C-h i.
10746
10747 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10748 DIR and/or STRING are nil.
10749
10750 * progmodes/compile.el (compilation-setup): Make variable
10751 compilation-error-screen-columns buffer-local, as some comment
10752 in the code suggests it should be.
10753
10754 * files.el (auto-mode-interpreter-regexp): New variable.
10755 (set-auto-mode): Use it.
10756
10757 * indent.el (indent-for-tab-command): Doc fix.
10758
10759 * mouse-sel.el (mouse-sel-mode): Doc fix.
10760
10761 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10762 labels.
10763
10764 * help.el (print-help-return-message): When
10765 display-buffer-reuse-frames is set, let the help window been quit,
10766 instead of deleting it, which might delete a reused frame.
10767
10768 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10769
10770 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10771 rename a directory to a name that differs only by its letter case.
10772
10773 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10774
10775 * international/quail.el (quail-define-rules): Handle Quail decode
10776 map correctly. Add code for supporting annotations.
10777 (quail-install-decode-map): New function.
10778 (quail-defrule-internal): New optional arguments decode-map and
10779 props.
10780 (quail-advice): New function.
10781
10782 2000-08-07 Sam Steingold <sds@gnu.org>
10783
10784 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10785 `defconst', `define-condition', `with-slots'.
10786 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10787
10788 2000-08-03 Miles Bader <miles@gnu.org>
10789
10790 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10791 New variable.
10792 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10793 comint-use-prompt-regexp-instead-of-fields.
10794 (comint-send-input): Add `input' field property to stuff we send to
10795 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10796 (comint-output-filter): Add `output' field property to process
10797 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10798 (comint-replace-by-expanded-history)
10799 (comint-get-old-input-default, comint-show-output)
10800 (comint-backward-matching-input, comint-forward-matching-input)
10801 (comint-next-prompt, comint-previous-prompt): Use field
10802 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10803 (comint-line-beginning-position): New function.
10804 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10805 (comint-replace-by-expanded-history-before-point): Use
10806 comint-line-beginning-position and line-end-position.
10807 (comint-last-output-overlay): New variable.
10808 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10809
10810 * shell.el (shell-prompt-pattern): Doc change.
10811 (shell-backward-command): Use line-beginning-position.
10812
10813 * gud.el (gud-gdb-complete-command): Use
10814 comint-line-beginning-position.
10815
10816 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10817 comint-bol doesn't actually go to the beginning of the line.
10818
10819 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10820 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10821 (try-expand-line-all-buffers): Likewise.
10822
10823 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10824 explicitly matching comint-prompt-regexp.
10825 (sql-copy-column): Use comint-line-beginning-position instead of
10826 explicitly matching comint-prompt-regexp.
10827
10828 * progmodes/octave-inf.el (inferior-octave-complete): Use
10829 comint-line-beginning-position.
10830
10831 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10832
10833 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10834 looking for a prompt, use `forward-line 0' instead of
10835 `beginning-of-line', to avoid getting caught by an input field.
10836
10837 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10838
10839 * files.el (shell-quote-wildcard-pattern): Make sure to return
10840 PATTERN, in the Unix case.
10841
10842 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10843
10844 * play/zone.el (zone): Discard any pending input before running
10845 the randomly-chosen pgm.
10846
10847 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10848
10849 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10850 checking the existence of any multibyte characters.
10851
10852 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10853
10854 * help.el (describe-mode): Test minor-mode symbol for being
10855 bound before testing its value for being nil.
10856
10857 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10858 `first', `second', and `third'.
10859
10860 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10861 (second): Make it an alias for `cadr'.
10862
10863 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10864
10865 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10866 types of display support faces now.
10867
10868 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10869
10870 * pcvs.el (require): Require `cl' during compilation, only.
10871
10872 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10873 (toplevel): Remove `remq' and `remove' from autoloads.
10874 (cl-fake-autoloads): New variable. If set, arrange for an error
10875 when CL functions etc. are autoloaded.
10876
10877 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10878
10879 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10880
10881 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10882 popped up, but the user clicks outside the menu, return an empty
10883 regexp (that causes unhighlight-regexp to have no effect).
10884
10885 * menu-bar.el (menu-bar-games-menu): Add Zone.
10886
10887 * hi-lock.el (toplevel): Require font-lock.
10888
10889 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10890
10891 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10892 (ebnf-8-bit-chars): New var for bug fix.
10893 (ebnf-string): Bug fix.
10894
10895 2000-08-03 Sam Steingold <sds@gnu.org>
10896
10897 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10898 instead of `buffer-string'.
10899 (require 'cl): Always, not just when compiling.
10900 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10901 necessary.
10902
10903 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * international/mule-cmds.el (select-safe-coding-system): Make
10906 the message text about selecting a safe coding system more clear.
10907
10908 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10909
10910 * hi-lock.el: New file.
10911
10912 * play/zone.el: New file.
10913
10914 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10915 value of tab-width in the original buffer. Choose a line number
10916 format that's a multiple of the original buffer's tab width, so
10917 that lines appear right.
10918
10919 * textmodes/ispell.el (ispell): New function, replacing an alias.
10920 Spell-check active region if in transient-mark-mode and mark
10921 is active; otherwise spell-check buffer.
10922
10923 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10924
10925 * ps-mule.el: Fix a customization problem on
10926 ps-mule-font-info-database-default.
10927
10928 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10929
10930 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10931 display-mouse-p instead of window-system.
10932 (ebrowse-member-mode-map): Ditto.
10933
10934 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10935
10936 * progmodes/ebnf2ps.el: Update ps-print functions call.
10937 Indentation fix. Doc fix.
10938 (ebnf-version): New version number (3.2).
10939 (ebnf-format-color, ebnf-begin-job): Code fix.
10940
10941 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10942
10943 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10944 font lock support on window-system.
10945 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10946
10947 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10948 display-color-p, if fboundp, instead of window-system.
10949
10950 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10951
10952 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10953 instead of window-system.
10954
10955 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10956 window-system.
10957 (widget-choice-mouse-down-action): Use display-popup-menus-p
10958 instead of window-system.
10959
10960 * strokes.el (strokes-file): Run the file name through
10961 convert-standard-filename.
10962 (strokes-mode): Call display-mouse-p instead of looking at
10963 window-system. Change the error message accordingly.
10964
10965 * progmodes/cpp.el (toplevel): Support faces on tty's.
10966
10967 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10968 (lm-plot-square, lm-init-display): Don't use window-system.
10969
10970 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10971 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10972
10973 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10974 instead of looking at window-system.
10975
10976 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10977
10978 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10979 of testing if iswitchb-prepost-hooks is bound, because the
10980 latter will always be true when invoking a recursive minibuffer
10981 from an active Iswitchb buffer.
10982
10983 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10984
10985 * files.el (shell-quote-wildcard-pattern): New function.
10986 (insert-directory): Call it. Only prepend "\" to command on Unix
10987 and GNU/Linux systems.
10988
10989 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10990
10991 * eshell/esh-groups.el: Change custom :link file names
10992 from `eshell.info' to `eshell'.
10993
10994 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10995
10996 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10997 correctly in recursive ange-ftp listings.
10998
10999 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11000
11001 * ps-print.el: Fix bug 1: if ps-font-size-internal,
11002 ps-header-font-size-internal and
11003 ps-header-title-font-size-internal variables are not set,
11004 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
11005 face text property is (foreground-color . COLOR) or
11006 `(background-color . COLOR)', ps-print crashes. Doc fix.
11007 (ps-print-version): New version number (5.2.4).
11008 (ps-plot-region): Code fix.
11009 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
11010 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
11011 Bug fix 2.
11012
11013 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
11014
11015 * glasses.el (glasses-make-readable): Fix uncapitalization of
11016 identifiers like `myXMLDocument'.
11017
11018 2000-07-28 Karl Fogel <kfogel@red-bean.com>
11019
11020 * mail/mail-hist.el (mail-hist-previous-input)
11021 (mail-hist-next-input): Do the obvious code factorization.
11022 (mail-hist-retrieve-and-insert): New func, contains common
11023 code of above two.
11024 If inserting a message body, leave point at top.
11025
11026 2000-07-28 Sam Steingold <sds@gnu.org>
11027
11028 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
11029 Use `<=', not `<' to compare times!
11030 (ange-ftp-ls): Remove.
11031
11032 2000-07-27 Gerd Moellmann <gerd@gnu.org>
11033
11034 * play/cookie1.el: Add explanation of how to make cookie.el
11035 compatible with strfile(1) to comment.
11036
11037 * subr.el (remove, remq): New functions.
11038
11039 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
11040 escape `*' in regexps.
11041 (midnight-find): Reverse order of arguments in the funcall of
11042 TEST.
11043
11044 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
11045 and `.class'.
11046
11047 * play/meese.el: Add Commentary section.
11048
11049 2000-07-27 Alex Schroeder <alex@gnu.org>
11050
11051 * sql.el (sql-ms): Added autoload cookie.
11052 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11053 (sql-oracle): Ditto.
11054 (sql-help): Doc change.
11055
11056 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11057 types and exceptions.
11058
11059 2000-07-27 Alex Schroeder <alex@gnu.org>
11060
11061 * sql.el (sql-placeholder-history): New variable.
11062 (sql-query-placeholders-and-send): New function that will query
11063 the user and replace placeholders with user input.
11064 (sql-oracle): If running on NT, set comint-input-sender to
11065 sql-query-placeholders-and-send.
11066
11067 (sql-stop): If in the SQLi buffer, insert stop notification, else
11068 present it as a message.
11069
11070 2000-07-27 Alex Schroeder <alex@gnu.org>
11071
11072 * sql.el (sql-input-ring-separator): Doc change.
11073 (sql-input-ring-file-name): Doc change.
11074 (sql-interactive-mode): Use `sql-input-ring-separator' and
11075 `sql-input-ring-file-name' to set the comint-mode equivalents
11076 without making them local variables.
11077 (sql-stop): Don't bind `sql-input-ring-separator' and
11078 `sql-input-ring-file-name' dynamically to their comint-mode
11079 equivalents.
11080
11081 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11082
11083 * international/mule.el (register-char-codings): New function.
11084 (make-coding-system): Handle `safe-chars' specification in the arg
11085 PROPERTY.
11086
11087 * international/mule-cmds.el
11088 (find-coding-systems-region-subset-p): This function deleted.
11089 (sort-coding-systems-predicate): New variable.
11090 (sort-coding-systems): New function.
11091 (find-coding-systems-region): Use
11092 find-coding-systems-region-internal.
11093 (find-coding-systems-string): Use find-coding-systems-region.
11094 (find-coding-systems-for-charsets): Check
11095 char-coding-system-table.
11096 (select-safe-coding-system-accept-default-p): New variable.
11097 (select-safe-coding-system): Mostly rewritten. New argument
11098 ACCEPT-DEFAULT-P.
11099 (select-message-coding-system): Call select-safe-coding-system
11100 with ACCEPT-DEFAULT-P arg.
11101 (reset-language-environment): Reset default-sendmail-coding-system
11102 to the default value iso-latin-1.
11103 (set-language-environment): Don't set the obsolete variable
11104 charset-origin-alist.
11105
11106 * international/codepage.el (cp-coding-system-for-codepage-1):
11107 Give `safe-chars' property to make-coding-system.
11108
11109 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11110 calling select-message-coding-system twice.
11111
11112 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11113 instead of `safe-charsets'.
11114 (cyrillic-alternativnyj): Likewise.
11115 (ccl-encode-alternativnyj): Don't check the charset
11116 cyrillic-iso8859-5.
11117
11118 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11119
11120 * composite.el (compose-chars-after): Preserve match data.
11121
11122 2000-07-26 Sam Steingold <sds@gnu.org>
11123
11124 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11125 (ange-ftp-real-file-newer-than-file-p): New function.
11126 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11127 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11128
11129 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11130 * midnight.el (midnight-float-time): Ditto.
11131
11132 2000-07-26 Andreas Schwab <schwab@suse.de>
11133
11134 * files.el (normal-backup-enable-predicate): Correct
11135 interpretation of the return value of compare-strings.
11136
11137 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11138
11139 * isearch.el (isearch-resume): New function.
11140 (isearch-done): Add something to command-history to resume
11141 the search.
11142 (isearch-yank-line, isearch-yank-word): Use
11143 buffer-substring-no-properties instead of buffer-substring.
11144
11145 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11146 of flyspell-mouse-map.
11147
11148 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11149 duplicate definition.
11150 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11151
11152 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11153 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11154
11155 2000-07-25 Sam Steingold <sds@gnu.org>
11156
11157 * net/ange-ftp.el: Get modtime over the net.
11158 (ange-ftp-file-modtime): New function.
11159 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11160 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11161 Use it.
11162 (ange-ftp-dot-to-slash): New function.
11163 (ange-ftp-fix-name-for-vms): Use it.
11164
11165 * midnight.el (midnight-buffer-display-time): Use
11166 `with-current-buffer'.
11167
11168 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11169
11170 * find-dired.el: Update copyright notice.
11171 (find-dired): Offer to kill a running `find'.
11172
11173 * enriched.el (enriched-face-ans): For a `foreground-color'
11174 property, return '(("x-color" COLOR))' so that COLOR will be
11175 output as a parameter of the x-color annotation. Likewise for the
11176 `background-color' property. In the case of normal face
11177 properties, don't return annotations for unspecified foreground
11178 and background face attributes.
11179
11180 2000-07-25 Kenichi Handa <handa@etl.go.jp>
11181
11182 * language/japan-util.el (japanese-katakana-region): Fix handling
11183 HANKAKU argument.
11184
11185 2000-07-25 Miles Bader <miles@gnu.org>
11186
11187 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11188 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11189 constrain-to-field.
11190
11191 2000-07-24 Andrew Innes <andrewi@gnu.org>
11192
11193 * timer.el (timer-activate-when-idle): Add optional parameter
11194 DONT-WAIT. Update docstring.
11195 (run-with-idle-timer): Specify extra parameter to
11196 timer-activate-when-idle, so that timer will be activated
11197 immediately if Emacs is already idle.
11198
11199 * w32-fns.el (w32-using-nt): Fix docstring.
11200
11201 2000-07-24 Dave Love <fx@gnu.org>
11202
11203 * mouse.el (popup-menu): Set last-command-event.
11204 (mouse-major-mode-menu-prefix): Declare.
11205
11206 2000-07-24 Gerd Moellmann <gerd@gnu.org>
11207
11208 * textmodes/flyspell.el: Update to author's version 1.5d.
11209
11210 * progmodes/hideshow.el: Update copyright notice.
11211
11212 * vcursor.el: Set maintainer to FSF, since author cannot
11213 be reached.
11214
11215 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11216
11217 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11218 the prompt.
11219
11220 * mouse.el (popup-menu): Run the keymap through indirect-function,
11221 in case it was defined with define-prefix-key. If the menu is a
11222 list of keymaps, look up the binding of user's choice in each one
11223 of the keymaps.
11224 (mouse-popup-menubar): If the global and local menu-bar keymaps
11225 don't have a prompt string, create one and insert it into the
11226 keymap. Don't barf if current-local-map returns nil.
11227
11228 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11229
11230 * dired.el (dired-sort-R-check): Added to allow recursive listing
11231 to be undone.
11232 (dired-sort-other): Use it.
11233
11234 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11235
11236 * Release of cc-mode 5.27
11237
11238 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11239
11240 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11241 c-beginning-of-statement-1 that caused a bad case of recursion
11242 which could consume a lot of CPU in large classes in languages
11243 that have in-expression classes (i.e. Java and Pike).
11244
11245 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11246 statements before top level constructs (i.e. case 6 is moved
11247 before case 5 and is now case 4) to catch in-expression
11248 classes in top level expressions correctly.
11249
11250 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11251
11252 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11253 objc-method-intro. Case 4 removed and case 5I added.
11254
11255 * cc-langs.el (c-append-paragraph-start): New variable used by
11256 c-common-init to get paragraph-start correct.
11257 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11258 initialize paragraph-start to make it correct both with and
11259 without the javadoc special case.
11260
11261 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11262 initialize paragraph-start for javadoc markup.
11263
11264 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11265 change by defaulting this to t. It's motivated by the
11266 confusing behavior that otherwise arise from the style system
11267 when editing both java and non-java files at the same time
11268 (see the comments about style setting in c-common-init).
11269
11270 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11271
11272 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11273 similar to the one in c-fill-paragraph to check the fill
11274 prefix from the adaptive fill function for sanity.
11275
11276 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11277
11278 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11279 defun block.
11280
11281 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11282
11283 * cc-align.el (c-lineup-multi-inher): Handle lines with
11284 leading comma nicely. Extended to handle member initializers
11285 too.
11286
11287 * cc-engine.el: (c-beginning-of-inheritance-list,
11288 c-guess-basic-syntax): Fixed recognition of inheritance lists
11289 when the lines begins with a comma.
11290
11291 * cc-vars.el (c-offsets-alist): Changed default for
11292 member-init-cont to c-lineup-multi-inher since it now handles
11293 member initializers and indents better for leading commas.
11294
11295 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11296
11297 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11298 handling that caused class open lines to be recognized as
11299 statement-conts in some cases.
11300
11301 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11302 guessed by the adaptive fill function unless point is on the
11303 first line of a block comment.
11304
11305 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11306 when the buffer ends with a macro continuation char.
11307
11308 * cc-engine.el (c-guess-basic-syntax): Added support for
11309 function definitions as statements in Pike. The first
11310 statement in a lambda block is now labeled defun-block-intro
11311 instead of statement-block-intro.
11312
11313 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11314 so that the class surrounding point is selected, not the one
11315 innermost in the state.
11316
11317 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11318 recognition of switch labels having hanging multiline
11319 statements.
11320
11321 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11322 some code in c-guess-basic-syntax to a separate function.
11323 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11324 recognition of member inits with multiple line arglists.
11325 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11326 member-init-cont when the commas are in funny places.
11327
11328 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11329
11330 * cc-defs.el (c-auto-newline): Removed this macro since it's
11331 not used anymore.
11332
11333 * cc-engine.el (c-looking-at-bos): New helper function.
11334 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11335 inexpr and toplevel classes apart in Pike.
11336
11337 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11338 of case 9A.
11339
11340 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11341 constant, since "class" can introduce an in-expression class
11342 in Pike nowadays.
11343
11344 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11345
11346 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11347 indentation on cpp-macro lines.
11348
11349 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11350 a syntax modifier like comment-intro, to make it possible to
11351 get syntactic indentation for preprocessor directives. It's
11352 incompatible wrt to lineup functions on cpp-macro, but it has
11353 no observable effect in the 99.9% common case where cpp-macro
11354 is set to -1000.
11355
11356 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11357
11358 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11359 member-init-cont when the preceding arglist is several lines.
11360
11361 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11362
11363 * cc-styles.el (c-style-alist): The basic offset for the BSD
11364 style corrected to 8.
11365
11366 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11367
11368 * cc-styles.el (c-style-alist): Adjusted the indentation of
11369 brace list openers in the gnu style.
11370
11371 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11372
11373 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11374
11375 * cc-cmds.el (c-electric-brace, c-electric-slash,
11376 c-electric-star, c-electric-semi&comma, c-electric-colon,
11377 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11378 when c-syntactic-indentation is nil.
11379
11380 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11381 we were left at comments preceding the first statement when
11382 reaching the beginning of the buffer.
11383
11384 * cc-vars.el (c-syntactic-indentation): New variable to turn
11385 off all syntactic indentation.
11386
11387 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11388
11389 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11390 between the text and the block comment ender when it hangs,
11391 depending on how many there are before the fill.
11392
11393 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11394
11395 * cc-engine.el (c-beginning-of-closest-statement): New helper
11396 function to go back to the closest preceding statement start,
11397 which could be inside a conditional statement.
11398 * cc-engine.el (c-guess-basic-syntax): Use
11399 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11400
11401 * cc-engine.el (c-guess-basic-syntax): Better handling of
11402 arglist-intro, arglist-cont-nonempty and arglist-close when
11403 the arglist is nested inside parens. Cases 7A, 7C and 7F
11404 changed.
11405
11406 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11407 up-to-date with javadoc 1.2.
11408
11409 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11410
11411 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11412 multiline Pike type decls.
11413
11414 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11415
11416 * cc-cmds.el (c-indent-new-comment-line): Always break
11417 multiline comments in multiline mode, regardless of
11418 comment-multi-line.
11419
11420 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11421
11422 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11423 fully::qualified::names in C++ member init lists. Preamble in
11424 case 5D changed.
11425
11426 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11427
11428 * cc-langs.el (c-common-init): Handling of obsolete variables
11429 moved to c-initialize-cc-mode. More compatible style override
11430 when using global style variables.
11431 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11432 variables moved here.
11433
11434 * cc-styles.el (c-make-styles-buffer-local): Flag style
11435 variable localness in c-style-variables-are-local-p to make
11436 the compatibility measure in c-common-init work well.
11437
11438 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11439 longer contain set-from-style.
11440 * cc-styles.el (c-initialize-builtin-style): Don't check for
11441 set-from-style on c-special-indent-hook.
11442 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11443 copy-alist is sufficient now.
11444
11445 * cc-styles.el (c-set-style, c-set-style-1,
11446 c-get-style-variables): Fixes to variable initialization so
11447 that duplicate entries in styles have the same effect
11448 regardless of DONT-OVERRIDE.
11449
11450 * cc-styles.el (c-set-style-2): Fixed bug where the
11451 initialization of inheriting styles failed when the
11452 dont-override flag is set.
11453
11454 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11455 on this.
11456
11457 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11458
11459 * cc-defs.el (c-forward-comment): Removed the workaround
11460 introduced in 5.38 since it had worse side-effects. If a line
11461 contains the string "//\"", it regarded the // as a comment
11462 start since the \ temporarily doesn't have escape syntax.
11463
11464 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11465
11466 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11467 ada-xref.el before ada-prj.el, so that the Project menu is created
11468 when ada-prj tries to add to it.
11469 (ada-activate-keys-for-case): Suppress the characters that are not
11470 part of the Ada syntax. Better compatibility with else-mode
11471 (ada-adjust-case-interactive): When auto-casing is not active,
11472 correctly insert newlines (used to insert only ^M). Prevent the
11473 syntax table from being changed in case of an error
11474 (or '_' becomes part of a word and some commands are confused).
11475 Do nothing if ada-auto-case is nil.
11476 (ada-after-keyword-p): Ignore keywords that are also attributes
11477 (ada-batch-reformat): Update usage comment
11478 (ada-call-from-contextual-menu): New function
11479 (ada-case-read-exceptions): Reinitialize the casing exception list
11480 first to nil first, so that the casing exception file can be
11481 shared.
11482 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11483 files.
11484 (ada-compile-goto-error): Fix regexp used to detect a file:line
11485 anywhere in the error message
11486 (ada-contextual-menu-last-point): New variable
11487 (ada-create-keymap): If the variable delete-key-deletes-forward is
11488 t on XEmacs, it means that DEL should delete one character
11489 forward.
11490 (ada-create-menu): Use :included instead of :visible for XEmacs.
11491 New submenu "Options".
11492 (ada-end-stmt-re): Correctly indent "select ... then abort"
11493 statements.
11494 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11495 even if they don't match ada-fill-comment-prefix Fix handling of
11496 paragraphs on the first or last line of a file.
11497 (ada-format-paramlist): Fix handling of default parameter values.
11498 (ada-get-body-name): New function.
11499 (ada-get-current-indent): Optimized by searchling directly for an
11500 existing generic part or a statement outside of it. Handle
11501 ada-indent-align-comments when indenting comments Replaced some
11502 regexps by testing directly the next character. This results in a
11503 huge speedup on some files. New indentation scheme for renames
11504 statements. Stop looking for the 'while' or 'for' associated with
11505 a 'loop' at the first semicolon encountered. A "return" can also
11506 match an anonymous access subprogram declaration.
11507 (ada-get-indent-noindent): Ignore strings and comments when
11508 looking for the keywords "record" and "private".
11509 (ada-goto-matching-decl-start): When matching "if", make sure we
11510 are not in fact seeing "end if". Ignore "when" statements except
11511 when initial keyword was "begin". Fix handling of nested
11512 procedures. Add a recursive call to this function to skip over
11513 other 'end' statmts. Fix indentation for "when .. => begin"
11514 (ada-in-open-paren-p): Fix indentation for complex boolean
11515 expressions, where 'and then', 'or else' and parenthesis
11516 statements are mixed up.
11517 (ada-in-paramlist-p): Skip comments while searching for the
11518 beginning Fix handling of operator declarations.
11519 (ada-indent-align-comments): New variable
11520 (ada-indent-current): Change the syntax table only in the
11521 protected section, so that we are sure it is restored correctly.
11522 (ada-indent-on-previous-lines): Use ada-use-indent and
11523 ada-with-indent Correctly indent "select ... then"
11524 (ada-indent-region): Slight speedup.
11525 (ada-indent-renames): New variable.
11526 (ada-last-which-function-subprog, ada-last-which-function-line):
11527 New variables
11528 (ada-looking-at-semi-private): Correctly indent the 'private'
11529 keyword when it is the first word in a package declaration.
11530 (ada-loose-case-word): Stop searching if at the end of the buffer.
11531 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11532 even if point is not initially at the end of the word.
11533 (ada-matching-decl-start-re): Add "when".
11534 (ada-mode): Add support for abbrev-mode, outline-mode and
11535 which-func-mode Override the old find-file.el entry in
11536 ff-special-constructs since it is using the obsolete
11537 ada-spec-suffix variable
11538 (ada-no-auto-case): New function
11539 (ada-scan-paramlist): When parsing the argument type, accept
11540 spaces (as in "X 'Class", generated by Rational Rose).
11541 (ada-other-file-name): No longer loads the other file.
11542 (ada-popup-menu): Save and restore the current buffer and cursor
11543 position before and after displaying the menu.
11544 (ada-search-ignore-complex-boolean): New function.
11545 (ada-uncomment-region): Emacs21 already knows how to delete
11546 comments not starting in the first column.
11547 (ada-use-indent): New variable
11548 (ada-which-function): New function.
11549 (ada-with-indent): New variable
11550 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11551 can be batch-compiled from the command line.
11552
11553 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11554 Add to the menu when the file is loaded, not in ada-mode-hook.
11555 Add -toolbar to the default ddd command Switches moved from
11556 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11557 ada-prj-default-comp-opt
11558 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11559 Reference Manual to the menu
11560 (ada-check-current): rewritten as a call to ada-compile-current
11561 (ada-compile): Removed.
11562 (ada-compile-application, ada-compile-current, ada-check-current):
11563 Set the compilation-search-path so that compile.el automatically
11564 finds the sources in src_dir. Automatic scrollong of the
11565 compilation buffer. C-uC-cC-c asks for confirmation before
11566 compiling
11567 (ada-compile-current): New parameter, prj-field
11568 (ada-complete-identifier): Load the .ali file before doing
11569 processing
11570 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11571 conform to gnatmake's behavior.
11572 (ada-find-file-in-dir): New function
11573 (ada-find-references): Set the environment variables for gnatfind
11574 (ada-find-src-file-in-dir): New function.
11575 (ada-first-non-nil): Removed
11576 (ada-gdb-application): Add support for jdb, the java debugger.
11577 (ada-get-ada-file-name): Load the original-file first if not done
11578 yet.
11579 (ada-get-all-references): Handles the new ali syntax (parent types
11580 are found between <>).
11581 (ada-initialize-runtime-library): New function
11582 (ada-mode-hook): Always load a project file when a file is opened,
11583 so that the casing exceptions are correctly read.
11584 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11585 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11586 to open the project file, since the latter does not work with
11587 speedbar Get default values before loading the prj file, or the
11588 default executable file name is wrong. Use the absolute value of
11589 src_dir to initialize ada-search-directories and
11590 compilation-search-path,... Add the standard runtime library to
11591 the search path for find-file.
11592 (ada-prj-default-debugger): Was missing an opening '{'
11593 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11594 variables.
11595 (ada-prj-default-gnatmake-opt): New variable
11596 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11597 buffers, the project file is the default one Save the windows
11598 configuration before displaying the menu.
11599 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11600 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11601 ...) regexp-quote identifiers names to support operators +,
11602 -,... in regexps.
11603 (ada-remote): New function.
11604 (ada-run-application): Erase the output buffer before starting the
11605 run Support remote execution of the application. Use
11606 call-process, or the arguments are incorrectly parsed
11607 (ada-set-default-project-file): Reread the content of the active
11608 project file, not the one from the current buffer When a project
11609 file is set as the default project, all directories are
11610 automatically associated with it.
11611 (ada-set-environment): New function
11612 (ada-treat-cmd-string): New special variable ${current}
11613 (ada-treat-cmd-string): Revised. The substitution is now done for
11614 any ${...} substring
11615 (ada-xref-current): If no body was found, compiles the spec
11616 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11617 compiler to get rid of command line length limitations.
11618 (ada-xref-get-project-field): New function
11619 (ada-xref-project-files): New variable
11620 (ada-xref-runtime-library-specs-path)
11621 (ada-xref-runtime-library-ali-path): New variables
11622 (ada-xref-set-default-prj-values): Default run command now does a
11623 cd to the build directory. New field: main_unit Provide a default
11624 file name even if the current buffer has no prj file.
11625
11626 * ada-prj.el:
11627 Rewritten to show a tabbed-dialog.
11628 (ada-prj-add-ada-menu): Remove the map and name parameters.
11629 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11630 New function
11631 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11632 (ada-prj-load-from-file): New function
11633 (ada-prj-save): Always save fields that depend on the current buffer
11634 (ada-prj-show-value): New function
11635
11636 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11637 Ada mode. This will allow us to display the Ada menu in any buffer
11638 we want (for project items).
11639 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11640 number of spaces in the header.
11641
11642 2000-07-24 Dave Love <fx@gnu.org>
11643
11644 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11645
11646 2000-07-23 Noah Friedman <friedman@splode.com>
11647
11648 * type-break.el (type-break): perform autosave.
11649 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11650 (type-break-do-query): Cancel query schedule while performing
11651 actual query, to avoid possibility of a second query being made
11652 while first one is already in progress.
11653 (type-break-time-stamp-format): New variable.
11654 (type-break-time-stamp): New function.
11655 (type-break-time-warning): Use it.
11656 (type-break-keystroke-warning): Use it.
11657 (type-break-noninteractive-query): Use it.
11658
11659 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11660 cookie.
11661 Use add-minor-mode to set minor-mode-alist, if available.
11662 (eldoc-echo-area-use-multiline-p): New user option.
11663 (eldoc-echo-area-multiline-supported-p): New variable.
11664 (eldoc-docstring-format-sym-doc): Use them.
11665 (eldoc-mode): If not using idle timers, append to local post and
11666 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11667 (eldoc-display-message-no-interference-p): Don't interfere with
11668 edebug.
11669 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11670 (eldoc-function-arglist): New function.
11671 (eldoc-function-argstring): Use it.
11672
11673 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11674 auto save directory exists before calling directory-files.
11675
11676 2000-07-23 Dave Love <fx@gnu.org>
11677
11678 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11679 ^o, ^u.
11680
11681 2000-07-21 Dave Love <fx@gnu.org>
11682
11683 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11684 now passed to the function. It now works properly.
11685
11686 * smerge-mode.el (smerge-mode-menu): Fill it out.
11687
11688 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11689
11690 * info-look.el (info-lookup): If *info* is shown in another frame
11691 on the same display, select that frame, instead of switching to
11692 the Info buffer in another window of the selected frame.
11693
11694 * simple.el (universal-argument-map): Bind numeric keypad keys
11695 kp-0 to kp-9 and kp-subtract.
11696 (digit-argument): Handle these keys.
11697
11698 2000-07-20 Dave Love <fx@gnu.org>
11699
11700 * net/goto-addr.el (goto-address-fontify): Don't bother with
11701 buffer-modified and read-only stuff -- irrelevant with overlays.
11702 Put an extra property on the overlays and use it to clean up in
11703 case goto-address is re-run.
11704
11705 2000-07-19 Richard M. Stallman <rms@gnu.org>
11706
11707 * timer.el (run-with-idle-timer): Doc fix.
11708
11709 * mail/mail-utils.el (mail-strip-quoted-names):
11710 Handle case where <...> appears inside "...".
11711 Use replace-match to edit the string more simply.
11712 (rmail-dont-reply-to): Cope with an unmatched ".
11713
11714 2000-07-19 Dave Love <fx@gnu.org>
11715
11716 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11717 implementation.
11718
11719 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11720 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11721 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11722
11723 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11724
11725 * textmodes/refer.el: Correct maintainer's email address.
11726
11727 * progmodes/hideif.el: Correct author's email address.
11728 Fix typo in comment.
11729
11730 * xml.el: New file.
11731
11732 * mail/mailheader.el: Correct author's mail address.
11733
11734 * gnus/parse-time.el: Correct author's mail address.
11735
11736 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11737
11738 * comint.el (comint-highlight-input, comint-highlight-face):
11739 New user options.
11740 (comint-input-ring-file-name): Change custom type.
11741 (comint-mode-map): Bind mouse-2.
11742 (comint-insert-clicked-input): New function.
11743 (comint-send-input): Handle input highlighting.
11744
11745 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11746
11747 * mouse.el (popup-menu): New function.
11748 (mouse-major-mode-menu): Use it.
11749
11750 2000-07-18 Dave Love <fx@gnu.org>
11751
11752 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11753 improvements.
11754
11755 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11756
11757 * faces.el (face-font-selection-order)
11758 (face-font-family-alternatives): Add custom type.
11759
11760 2000-07-18 Dave Love <fx@gnu.org>
11761
11762 * cus-edit.el (custom-variable-reset-saved)
11763 (custom-variable-reset-standard): Remove unused bindings.
11764
11765 * rect.el (open-rectangle-line): Remove unused let.
11766
11767 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11768
11769 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11770
11771 * cdl.el: Fix `Maintainer' keyword.
11772
11773 * play/pong.el: Add author's email address.
11774
11775 2000-07-17 Sam Steingold <sds@gnu.org>
11776
11777 * files.el (insert-directory): Call `split-string' instead of
11778 re-implementing it.
11779
11780 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11781
11782 * mail/vms-pmail.el: Change maintainer to FSF.
11783
11784 * net/goto-addr.el: Change maintainer to FSF.
11785
11786 * info.el (Info-title-face-alist): Removed.
11787
11788 2000-07-18 David Ponce <david@dponce.com>
11789
11790 * recentf.el (recentf-open-files): New command that works like
11791 `recentf-open-more-files', but shows the whole list of files (not just
11792 those omitted from the menu). Useful if you don't use a menu-bar!
11793 (recentf-open-more-files) Modified to use `recentf-open-files'.
11794
11795 (recentf-open-files, recentf-open-more-files)
11796 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11797
11798 (recentf-dialog-mode): New mode for dialogs. You can now just type
11799 "q" to cancel the dialogs.
11800
11801 2000-07-18 David Ponce <david@dponce.com>
11802
11803 * recentf.el: This is a major update of recentf.el. It adds new
11804 features to better organize the recentf menu and "More..." buffer.
11805
11806 Using new provided menu filtering functions you can now organize the
11807 recent files list:
11808
11809 - by major modes
11810 - by directories
11811 - by user defined rules
11812
11813 Finally, with the new `recentf-filter-changer' customizable filter you
11814 can define a ring of filters and dynamically (via the menu) cycle on
11815 each menu organization in the ring (a la msb).
11816
11817 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11818
11819 * eshell/eshell.el (eshell): Replace links to eshell.info with
11820 links to eshell, to avoid problems on systems where the manual is
11821 installed as `eshell'.
11822 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11823 * eshell/em-smart.el (eshell-smart): Ditto.
11824 * eshell/em-banner.el (eshell-banner): Ditto.
11825 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11826
11827 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11828 same-file check in the MS-DOS version (it does support inodes).
11829
11830 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11831
11832 * eshell/eshell.el (eshell-directory-name):
11833 Run default directory name through convert-standard-filename.
11834
11835 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11836
11837 * international/mule-cmds.el (select-safe-coding-system):
11838 Fix typo in the comment.
11839
11840 * language/european.el (compound-text):
11841 Force katakana-jisx0201 to be designated to G1.
11842
11843 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11844 Don't translate some national variant characters of latin-jisx0201.
11845 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11846
11847 * international/kkc.el (kkc-after-update-conversion-functions):
11848 New variable.
11849 (kkc-update-conversion): Run functions in it at the tail.
11850
11851 2000-07-16 John Wiegley <johnw@gnu.org>
11852
11853 * lisp/align.el (align-newline-and-indent):
11854 Adding new function. for auto-aligning blocks of code on RET.
11855 (align-region): Fixed badly formatted minibuffer message.
11856
11857 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11858
11859 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11860 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11861 the conversion list at first if appropriate.
11862 (kkc-next): Don't update kkc-next-count here.
11863 (kkc-prev): Don't update kkc-prev-count here.
11864 (kkc-show-conversion-list-update): Fix setting up of conversion
11865 list message.
11866
11867 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11868
11869 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11870
11871 2000-07-16 Dave Love <fx@gnu.org>
11872
11873 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11874 function to be more specific.
11875
11876 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11877 non-string help-echo.
11878 (widget-types-convert-widget): Defsubst it.
11879 (widget-echo-help): Try to cope with a help-echo function of two
11880 possible sorts.
11881
11882 2000-07-15 Jason Rumney <jasonr@gnu.org>
11883
11884 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11885 Declare as obsolete.
11886
11887 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11888
11889 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11890
11891 * hilit-chg.el: Fix typo.
11892
11893 2000-07-14 Dave Love <fx@gnu.org>
11894
11895 * info.el (Info-mode-menu): Fix use of :help, :enable.
11896
11897 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11898
11899 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11900
11901 2000-07-13 Dave Love <fx@gnu.org>
11902
11903 * emacs-lisp/easymenu.el: Doc fixes.
11904 (easy-menu-remove): Defalias to ignore.
11905
11906 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11907 Call throw correctly.
11908
11909 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11910
11911 * faces.el (frame-background-mode): Doc fix.
11912
11913 * simple.el (eval-expression-print-length): Change custom type to
11914 allow entering nil as value.
11915
11916 2000-07-13 Dave Love <fx@gnu.org>
11917
11918 * progmodes/fortran.el (fortran-imenu-generic-expression):
11919 Change definition layout.
11920 (fortran-mode-menu): Reinstate customize entries.
11921
11922 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11923 Use :filter, per old XEmacs code.
11924
11925 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11926
11927 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11928 event when deciding what to send to the terminal.
11929
11930 2000-07-12 Dave Love <fx@gnu.org>
11931
11932 * cus-start.el: Add optional version as 4th element of specs and
11933 use it for several things new in v21. Remove load-path. Fix type
11934 of line-number-display-limit.
11935
11936 2000-07-11 Dave Love <fx@gnu.org>
11937
11938 * progmodes/fortran.el: Don't require easymenu.
11939 Use repeat counts in various regexps.
11940 (fortran-mode-syntax-table): Defvar directly.
11941 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11942 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11943 Use defvar, not defconst.
11944 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11945 (fortran-mode): Set fortran-comment-line-start-skip,
11946 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11947 (fortran-comment-indent): Use defsubst.
11948 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11949 Use fortran-comment-indent, not fortran-comment-indent-function.
11950 (fortran-comment-region, fortran-electric-line-number): Simplify.
11951 (fortran-auto-fill): New function.
11952 (fortran-do-auto-fill): Deleted.
11953 (fortran-find-comment-start-skip):
11954 Check for non-null comment-start-skip.
11955 (fortran-auto-fill-mode, fortran-fill-statement):
11956 Use fortran-auto-fill.
11957 (fortran-fill): Use fortran-auto-fill. Check for null
11958 comment-start-skip. Simplify final clause and use end-of-line finally.
11959
11960 * widget.el (widget-plist-member): New alias.
11961
11962 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11963
11964 * eshell/esh-module.el (toplevel): Reference
11965 byte-compile-current-file only if it is bound.
11966
11967 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11968
11969 * dired.el: Don't require `dired-aux'.
11970
11971 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11972
11973 * dired-aux.el (dired-show-file-type): New function.
11974 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11975 (dired-show-file-type): Add autoload.
11976
11977 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11978
11979 * international/mule-diag.el (describe-font): Adjusted for the
11980 change of fontset-info.
11981 (print-fontset): Likewise.
11982
11983 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11984
11985 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11986
11987 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11988
11989 * bindings.el: Bind `[delete]' to delete-char.
11990
11991 * dired.el (dired-find-alternate-file): New function.
11992 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11993 (toplevel): Require dired-aux when compiling.
11994 (dired-buffers): Move defvar within file to avoid compiler warning.
11995
11996 * info.el (Info-last-search): Variable removed.
11997 (Info-search-history): New variable.
11998 (Info-search): New Info-search-history.
11999
12000 * battery.el, info-look.el: Change author's mail address.
12001
12002 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12003
12004 * mail/rmail.el (rmail-clear-headers): Don't throw an error
12005 if rmail-ignored-headers is nil.
12006 (rmail-retry-failure): Bind rmail-ignored-headers and
12007 rmail-displayed-headers to nil.
12008
12009 2000-07-06 Gerd Moellmann <gerd@gnu.org>
12010
12011 * lpr.el (lpr-page-header-switches): Add `-h' switch.
12012 (print-region-1): Don't hard code `-h' here.
12013
12014 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
12015
12016 2000-07-01 Francesco Potorti` <pot@gnu.org>
12017
12018 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
12019 exim can use "your message" instead of "the message".
12020
12021 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
12022
12023 * facemenu.el: Docstrings fixes.
12024 (facemenu-get-face): Don't use internal-find-face.
12025 (facemenu-iterate): Rename arg to match the docstring.
12026
12027 * newcomment.el (uncomment-region): Be more careful when skipping
12028 backwards over `=' not to bump into BOBP.
12029
12030 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
12031
12032 * ediff-diff.el (ediff-wordify): Use syntax table.
12033 * ediff-init.el (ediff-has-face-support-p): Use
12034 ediff-color-display-p.
12035 (ediff-color-display-p): Use display-color-p, changed to defun
12036 from defsubst.
12037 Got rid of special cases for NeXT and OS/2.
12038 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
12039 face.
12040
12041 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12042
12043 * emacs-lisp/lucid.el: Require CL.
12044 (copy-tree, remprop): Remove, it's provided by CL.
12045 (map-keymap): Define in terms of cl-map-keymap.
12046 (extent-property, set-extent-end-glyph): New functions.
12047
12048 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
12049
12050 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12051
12052 * Makefile.in (DONTCOMPILE): Add comment that the name may
12053 not be changed without changing the make-dist script.
12054
12055 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12056 (cl-mapc): Use mapc instead of cl-old-mapc.
12057
12058 2000-07-05 Andrew Innes <andrewi@gnu.org>
12059
12060 * makefile.nt: Add support for `bootstrap' and related targets.
12061
12062 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12063
12064 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12065 (easy-menu-do-define): Use `menu-item' format.
12066 Handle case where easy-menu-create-menu returns a symbol.
12067 Manually call the potential top-level filter in the function binding.
12068 (easy-menu-filter-return): New arg NAME.
12069 Convert to a keymap if MENU is an XEmacs menu.
12070 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12071 (easy-menu-converted-items-table, easy-menu-convert-item):
12072 New var and fun to memoize easy-menu-convert-item-1.
12073 (easy-menu-do-add-item): Use it.
12074 (easy-menu-create-menu): Use easy-menu-convert-item.
12075 Wrap easy-menu-filter-return around any :filter specification.
12076 Don't convert the menu if a filter was specified.
12077 Tell easy-menu-make-symbol not to check for MENU being an expression.
12078 (easy-menu-make-symbol): New arg NOEXP.
12079
12080 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12081
12082 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12083 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12084 (eval-defun): If called with prefix arg, instrument code for
12085 Edebug.
12086
12087 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12088 similar to that of eval-defun.
12089
12090 2000-07-04 Dave Love <fx@gnu.org>
12091
12092 * hl-line.el (hl-line-overlay): Make it permanent-local.
12093
12094 * calendar/todo-mode.el: Replaced with a working version, based on
12095 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12096
12097 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12098
12099 * paths.el (prune-directory-list): New function.
12100 (Info-default-directory-list): Rewritten to more methodically
12101 enumerate a big list of possible info directories (based on the
12102 list used by the standalone info reader).
12103
12104 * info.el (info-initialize): Use prune-directory-list to remove
12105 non-existent directories from Info-directory-list.
12106
12107 * paths.el (Info-default-directory-list): Try a list of possible
12108 info-directories instead of a single one. Add the possible
12109 info directory "/usr/share/info".
12110
12111 * woman.el (woman-man.conf-path): Explicitly include the debian
12112 man-db config file "/etc/manpath.config".
12113 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12114 are present in `manpath.config'.
12115 (woman-manpath): Include "/usr/share/man".
12116
12117 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12118
12119 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12120
12121 * startup.el (command-line): Initialize blink-cursor based
12122 on window-system.
12123
12124 * frame.el (blink-cursor): Default to nil if not running under
12125 a window-system.
12126
12127 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12128 (face-x-resources): Remove duplicate entry for :font.
12129
12130 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12131 instead of cycling through windows with next-window.
12132
12133 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12134 of cycling through windows with next-window.
12135
12136 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12137 of cycling through windows with next-window.
12138
12139 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12140 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12141 instead of cycling through windows with next-window.
12142
12143 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12144 instead of cycling through windows with next-window.
12145
12146 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12147 of cycling through windows with next-window.
12148
12149 * terminal.el (te-process-output): Use walk-windows instead of
12150 cycling through windows with next-window.
12151
12152 * server.el (server-switch-buffer): Use some-window instead of
12153 cycling through windows with next-window.
12154
12155 * window.el (some-window): New function.
12156 (walk-windows): Remove reference to walk-windows-start.
12157
12158 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12159
12160 2000-07-03 Richard Stallman <rms@gnu.org>
12161
12162 * window.el (walk-windows): Guarantee termination by keeping a list
12163 of all the windows already handled.
12164
12165 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12166
12167 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12168 window-system.
12169
12170 * man.el (Man-notify-when-ready): Don't use window-system. If
12171 Man-notify-method is newframe, and the display is not
12172 multi-frame, select the frame created for the man page.
12173 (Man-init-defvars): Doc fix.
12174
12175 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12176
12177 * faces.el (region): Change background color for light background.
12178
12179 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12180 attribute from mode-line face of Ediff control frame.
12181
12182 * replace.el (query-replace-map): Bind `e' like `E'.
12183
12184 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12185
12186 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12187 Change name to "Select All".
12188
12189 * dos-fns.el (convert-standard-filename): Fix last change.
12190
12191 2000-06-27 Gerd Moellmann <gerd@gnu.org>
12192
12193 * help.el (describe-variable): Don't insert a second `'s' in front
12194 of the string `value is shown below'. Since the syntax-table is
12195 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12196 an existing `'s', so that this won't be deleted.
12197
12198 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12199 * pcmpl-unix.el: New files.
12200
12201 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12202
12203 * wid-edit.el (widget-member): Use the new plist-member.
12204
12205 2000-06-26 Gerd Moellmann <gerd@gnu.org>
12206
12207 * replace.el (perform-replace): Undo change of 2000-04-04.
12208 Instead, move backward 1 character at the end of the loop when
12209 necessary.
12210
12211 * faces.el (fringe): Change face for different backgrounds.
12212
12213 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12214 patch from John.
12215
12216 * eshell/*.el: Change spelling of the Free Software Foundation.
12217
12218 * eshell/esh-toggle.el: Removed.
12219
12220 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12221
12222 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12223 interactively.
12224
12225 2000-06-26 Alex Schroeder <alex@gnu.org>
12226
12227 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12228 `define-key'; instead of checking `(emacs-version)' check for
12229 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12230 for `;' and `o' which might be electric.
12231
12232 (sql-electric-stuff): New user option.
12233 (sql-magic-go): New function which uses `sql-electric-stuff'.
12234 (sql-magic-semicolon): New function which uses
12235 `sql-electric-stuff'.
12236
12237 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12238 is not fboundp.
12239
12240 (sql-oracle-options): New variable.
12241 (sql-oracle): Use it.
12242
12243 (sql-imenu-generic-expression): Doc change.
12244 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12245 is used.
12246
12247 (sql-informix): Added command line parameter "-" to force
12248 sql-informix-program to use stdout.
12249
12250 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12251
12252 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12253 (cp864-decode-table): Doc fix.
12254 (cp720-decode-table): New variable, supports the Arabic OEM
12255 codepage used by Windows.
12256 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12257
12258 2000-06-23 Dave Love <fx@gnu.org>
12259
12260 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12261 (font-lock-fontify-anchored-keywords): Use
12262 line-beginning-position.
12263 (global-font-lock-mode): Use mapc.
12264
12265 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12266
12267 * eshell/esh-module.el: Require CL when compiling.
12268
12269 2000-06-23 Gerd Moellmann <gerd@gnu.org>
12270
12271 * comint.el (comint-substitute-in-file-name): Call replace-match
12272 with second and third arg t.
12273
12274 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12275 Specify foreground color.
12276
12277 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12278 color.
12279
12280 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12281
12282 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12283 cddr instead of cdddr.
12284
12285 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12286 instead of copy-list.
12287
12288 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12289 of copy-list.
12290
12291 * subdirs.el: Add eshell subdirectory.
12292
12293 * eshell: New subdirectory containing the Eshell package.
12294
12295 * pcomplete.el: New file.
12296
12297 2000-06-23 Paul Eggert <eggert@twinsun.com>
12298
12299 * mail/mailpost.el (post-mail-send-it): Make sure file has
12300 proper permissions from birth.
12301
12302 * files.el (basic-save-buffer-2): When temporarily setting
12303 file modes, set them to current modes plus 0200, not to 0777.
12304
12305 * emerge.el (emerge-make-temp-file): Make sure file has proper
12306 permissions from birth.
12307
12308 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12309
12310 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12311 backup file name through convert-standard-filename.
12312
12313 * dos-fns.el (convert-standard-filename): Convert leading
12314 directories as well. When long file names are supported, convert
12315 characters that are invalid in Windows file names.
12316
12317 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12318
12319 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12320 ps-print crashes. New feature: page selection for printing. Create
12321 raw-text-unix coding system for XEmacs. Doc fix.
12322 (ps-print-version): New version number (5.2.3).
12323 (ps-plot-region): Bug fix.
12324 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12325 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12326 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12327 funs.
12328 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12329 (ps-last-page): New vars.
12330
12331 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12332
12333 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12334 empty option string.
12335
12336 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12337
12338 * man.el (man): Doc fix.
12339
12340 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12341
12342 * international/mule-cmds.el (set-language-info-alist): Docstring
12343 fixed.
12344
12345 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12346
12347 * version.el (emacs-version): Use ISO date format.
12348
12349 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12350 instead of `M-backspace'.
12351
12352 * simple.el (turn-off-auto-fill): New function.
12353
12354 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12355
12356 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12357 Renamed from with-buffer-prepared-for-font-lock and use
12358 inhibit-modification-hooks rather than setting *-change-functions.
12359 Update all functions to use the new name.
12360 (jit-lock-first-unfontify-pos): New semantics (and doc).
12361 (jit-lock-mode): Make non-interactive.
12362 Don't automatically turn on font-lock.
12363 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12364 Always use jit-lock-after-change.
12365 Remove and restore font-lock-after-change-function.
12366 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12367 (jit-lock-after-unfontify-buffer): Remove.
12368 (jit-lock-stealth-fontify):
12369 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12370 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12371
12372 2000-06-20 Sam Steingold <sds@gnu.org>
12373
12374 * emacs-lisp/cl-indent.el (toplevel): Indent
12375 `print-unreadable-object' properly. Untabify.
12376
12377 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12378
12379 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12380 Support for bibentry.
12381 (reftex-compile-variables): Fixed problem with end of section-re.
12382
12383 * texmodes/reftex-dcr.el (reftex-view-crossref,
12384 reftex-view-crossref-from-bibtex):
12385 Deal with changed `reftex-find-citation-regexp-format'.
12386 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12387 Replaced `remprop' with `put'.
12388 (reftex-view-crossref, reftex-view-crossref-when-idle):
12389 Support for bibentry.
12390
12391 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12392 New entry for bibentry package.
12393
12394 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12395 Regexp also matches "\nobibliography".
12396
12397 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12398 Call `reftex-ensure-write-access' before doing anything.
12399 (reftex-ensure-write-access): New function.
12400
12401 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12402
12403 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12404
12405 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12406
12407 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12408
12409 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12410
12411
12412 2000-06-20 Dave Love <fx@gnu.org>
12413
12414 * faces.el (frame-background-mode): Use set-default, not set, in
12415 setter.
12416 (frame-update-faces, frame-update-face-colors): Define with
12417 defalias.
12418
12419 * enriched.el (enriched-decode-foreground)
12420 (enriched-decode-background): Don't use internal-find-face.
12421
12422 * apropos.el: Doc fixes.
12423
12424 * cus-edit.el (customize-changed-options): Check arg.
12425 (customize-version-lessp): Don't require decimal point.
12426
12427 * custom.el (defcustom, defgroup): Doc fix.
12428
12429 * newcomment.el (comment) <defgroup>: Add :version.
12430 (comment-multi-line): Doc fix.
12431
12432 * emulation/mlsupport.el (define-hooked-local-abbrev,
12433 define-hooked-global-abbrev): Fix, using define-abbrev.
12434
12435 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12436
12437 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12438 the whole buffer.
12439
12440 2000-06-19 Dave Love <fx@gnu.org>
12441
12442 * menu-bar.el (menu-bar-options-save): New function.
12443 (menu-bar-options-menu): Use it.
12444 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12445 Simplify.
12446
12447 2000-06-19 Andreas Schwab <schwab@suse.de>
12448
12449 * progmodes/etags.el (tags-query-replace): Put new parameters
12450 START and END at the end, for backward compatibility.
12451
12452 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12453
12454 * international/codepage.el:
12455 (cp-coding-system-for-codepage-1): Delete special codes for
12456 generating xxx-dos coding system because now a CCL based coding
12457 system can handle EOL conversion by default.
12458
12459 * international/mule.el (make-coding-system): Generate subsidiary
12460 coding systems for EOL handling variants even for a CCL based
12461 coding system.
12462
12463 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12464
12465 * international/isearch-x.el (isearch-minibuffer-input-method)
12466 (isearch-minibuffer-input-method-function): These variables
12467 deleted.
12468 (isearch-with-input-method): Don't use the above variables.
12469 (isearch-process-search-multibyte-characters): Likewise. Call
12470 read-string with the arg INHERIT-INPUT-METHOD t.
12471
12472 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12473
12474 * font-lock.el (font-lock-after-fontify-buffer)
12475 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12476
12477 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12478 Use consistent make-local-variable style for font-lock-fontified.
12479 (jit-lock-fontify-buffer):
12480 Don't bother checking for font-lock-mode and jit-lock-mode.
12481
12482 * time.el: Remove trailing ^M that prevent CVS-merging.
12483
12484 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12485
12486 * Makefile.in (distclean): New target.
12487
12488 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12489
12490 * Makefile.in (srcdir): Define for update-subdirs.
12491
12492 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12493
12494 * find-lisp.el: New file.
12495
12496 2000-06-16 Andrew Innes <andrewi@gnu.org>
12497
12498 * time.el (display-time-mail-function): New variable, to allow
12499 external packages to indicate when new mail is available.
12500 (display-time-update): Use it.
12501
12502 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12503
12504 * international/mule.el (mule-version): Change version name to
12505 SAKAKI. AOI has already been used by Meadow.
12506
12507 * international/quail.el (quail-show-guidance-buf): To find the
12508 bottom window (but minibuffer), pay attention to the height of
12509 minibuffer.
12510
12511 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12512
12513 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12514 menu-bar menus. Add help strings. Don't remove the Edit menu
12515 from the menu bar, as the menu bar has enough space now.
12516
12517 * Makefile.in (SHELL): Make sure /bin/sh is used.
12518
12519 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12520 characters, which use series of two ^H characters instead of one.
12521
12522 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12523
12524 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12525 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12526 functions.
12527 (Info-find-node-2): Try a case-sensitive search first, then
12528 do a case-insensitive search.
12529
12530 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12531 tutorials.
12532
12533 * complete.el (PC-env-vars-alist): New variable.
12534 (PC-complete-as-file-name): New function.
12535 (partial-completion-mode): Initialize PC-env-vars-alist from
12536 process-environment.
12537 (PC-do-completion): Handle completion of env vars.
12538
12539 * info.el (Info-set-mode-line): Show file name in mode line,
12540 use `*Info*' instead of `Info:'.
12541
12542 * startup.el (command-line-1): Change copyright messages to year
12543 2000.
12544
12545 2000-06-15 Dave Love <fx@gnu.org>
12546
12547 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12548 not local-map.
12549
12550 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12551
12552 * international/mule.el (set-buffer-file-coding-system): Almost
12553 rewritten to handle `undecided' as no-op.
12554
12555 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12556
12557 * Makefile.in: New file.
12558
12559 * Makefile: Removed.
12560
12561 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12562 (goto-address-highlight-keymap): Bind C-c RET.
12563
12564 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12565
12566 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12567 inherits buffer-file-coding-system of the current buffer.
12568
12569 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12570 0. Give correct argument to set-auto-coding-function.
12571 (tar-expunge): For goto-char, use (point-min), not 0.
12572 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12573 (tar-subfile-save-buffer): Likewize.
12574
12575 * international/mule.el
12576 (after-insert-file-set-buffer-file-coding-system): Call
12577 set-buffer-file-coding-system with the arg FORCE t.
12578
12579 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12580
12581 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12582 nil. Contemporary sendmails issue an X-Authentication-Warning if
12583 the sender is set with `-f'.
12584
12585 2000-06-13 Dave Love <fx@gnu.org>
12586
12587 * help.el (describe-function-1): Kluge around cases of functions
12588 fset to subrs whose doc doesn't match their symbol-name.
12589
12590 * image.el (insert-image): Default STRING to a space.
12591
12592 * info.el Doc fixes.
12593 (Info-build-node-completions): Match Ref tags.
12594
12595 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12596
12597 * frame.el (display-multi-frame-p, display-multi-font-p): New
12598 defaliases for display-graphic-p.
12599
12600 * hl-line.el: Fixed a typo in commentary.
12601
12602 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12603
12604 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12605 fixed.
12606
12607 2000-06-12 Dave Love <fx@gnu.org>
12608
12609 * image.el (insert-image): Save a little consing.
12610
12611 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12612
12613 * language/tibet-util.el: Convert all tibetan-1-column characters
12614 to the corresponding tibetan characters.
12615 (tibetan-add-components): Delete code for the special treatment of
12616 'a chung.
12617
12618 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12619 change.
12620 (tibetan-vowel-transcription-alist): More rules added.
12621 (tibetan-composite-vowel-alist): New variable.
12622 (tibetan-precomposition-rule-alist): More rules added.
12623
12624 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12625
12626 * startup.el (command-line): Only call menu-bar-mode if interactive.
12627
12628 * thingatpt.el (toplevel symbol-properties):
12629 * textmodes/makeinfo.el (makeinfo-compile):
12630 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12631 * progmodes/hideif.el (hif-compress-define-list)
12632 (hide-ifdef-use-define-alist):
12633 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12634 (ange-ftp-vms-add-file-entry):
12635 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12636 * man.el (Man-build-man-command):
12637 * mail/rnewspost.el (news-reply-header-hook):
12638 * info.el (Info-insert-dir):
12639 * emulation/mlconvert.el (backward-word, forward-word, setq):
12640 * emacs-lisp/gulp.el (gulp-send-requests):
12641 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12642 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12643 (byte-optimize-apply, end of file):
12644 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12645 (ad-make-freeze-definition):
12646 * startup.el (command-line, command-line-1): Don't quote lambdas.
12647
12648 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12649 (cvs-cleanup-removed): New function.
12650 (cvs-cleanup-functions): New var.
12651 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12652 some flexibility in specifying additional entries to auto-cleanup.
12653 (cvs-quickdir): New function.
12654 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12655 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12656 (cvs-mode-find-file): Check that we are on a filename or dirname
12657 when invoked through a mouse-click.
12658 (cvs-full-path): Remove.
12659 (cvs-dired-action): Re-introduced.
12660 (cvs-dired-noselect): Use it.
12661 (vc-post-command-functions): use this new hook if available.
12662
12663 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12664 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12665 (cvs-filename-map, cvs-dirname-map): Remove.
12666 (cvs-default-action): Remove.
12667 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12668 if the arg is really a keymap.
12669 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12670 Don't hardcode the mapping from state (aka type) to face, but check
12671 the var cvs-fi-<type>-face instead.
12672 (cvs-fileinfo-from-entries): New function.
12673
12674 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12675 Docstring fix.
12676 (cvs-find-file-and-jump): Change default to be safer.
12677 (cvs-mode-diff-map): Define it as a function as well.
12678 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12679 Bind mouse-2 in this global map rather than with text-properties.
12680
12681 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12682 file to resolve the ambiguity between C(conflict) and C(need-merge).
12683
12684 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12685
12686 * international/mule.el (set-buffer-file-coding-system): If
12687 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12688 unconditionally.
12689
12690 2000-06-12 Dave Love <fx@gnu.org>
12691
12692 * wid-edit.el (widget-specify-button): Really suppress the face if
12693 required.
12694
12695 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12696
12697 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12698
12699 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12700
12701 * imenu.el (imenu-generic-expression): Docstring fix.
12702
12703 * composite.el (composition-function-table): Move the `put'
12704 below the autoload cookie so we can load the file before loaddefs.
12705
12706 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12707
12708 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12709 Handle easy-mmode-define-global-mode.
12710 For complex macros like define-minor-mode that can generate
12711 several autoload entries, try to autoload entries in the
12712 macroexpanded code.
12713
12714 * emacs-lisp/easy-mmode.el (define-minor-mode):
12715 If KEYMAP is a symbol, just use it.
12716 Use byte-compile-current-file and load-file-name to infer the
12717 proper :require to pass to defcustom.
12718 Wrap the hook var into `progn' so as not to autoload it.
12719 Add a :autoload-end cookie.
12720 Be more careful about the evaluation of KEYMAP.
12721 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12722 (define-derived-mode): Move define-abbrev-table outside of defvar.
12723
12724 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12725
12726 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12727 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12728 (backup-compiled-files): Ignore errors during `tar'.
12729 (bootstrap): Make autoloads before elc files.
12730
12731 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12732
12733 * international/mule.el (set-buffer-file-coding-system): If one of
12734 undecided-XXX is specified, change only EOL conversion.
12735
12736 * international/mule-conf.el (unix): New alias for the coding
12737 system undecided-unix.
12738
12739 2000-06-09 Dave Love <fx@gnu.org>
12740
12741 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12742
12743 * progmodes/executable.el: Byte compile dynamic.
12744 (executable-insert): Change custom type.
12745 (executable-find): Add autoload cookie.
12746 (executable-make-buffer-file-executable-if-script-p): New
12747 function. After Noah Friedman.
12748
12749 * files.el (after-save-hook): Customize, with
12750 executable-make-buffer-file-executable-if-script-p as an option.
12751
12752 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12753
12754 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12755 "tib24p-mule.bdf" for Tibetan.
12756
12757 * composite.el (decompose-composite-char): Declare it as obsolete.
12758
12759 * man.el (Man-fontify-manpage): Pay attention to underline and
12760 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12761
12762 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12763
12764 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12765 Set maintainer to FSF since author isn't reachable.
12766
12767 2000-06-08 Dave Love <fx@gnu.org>
12768
12769 * international/mule-cmds.el (select-safe-coding-system): If
12770 DEFAULT-CODING-SYSTEM is not specified, also check the most
12771 preferred coding-system if buffer-file-coding-system is
12772 `undecided'. From Handa.
12773
12774 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12775
12776 * international/mule.el
12777 (after-insert-file-set-buffer-file-coding-system): If the buffer
12778 size is greater than INSERTED, judget that we are not visiting.
12779
12780 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12781
12782 * whitespace.el (defgroup whitespace): Comment out `:version'.
12783 XEmacs 20.4 has problems defining the group with this present.
12784 We'll have this commented out till get resolve the problem.
12785
12786 2000-06-07 John Wiegley <johnw@gnu.org>
12787
12788 * align.el (align-dq-string-modes, align-sq-string-modes)
12789 (align-open-comment-modes): Add pyhton-mode.
12790 (align-rules-list): Use get-text-property instead of
12791 text-properties-at.
12792 (align-rules-list): Add python-assignment.
12793 (align-rules-list): Change perl-comma-delimiter to
12794 basic-comma-delimiter. Use if for Perl modes and python-mode.
12795 (align-rules-list): Add python-chain-logic and
12796 basic-line-continuation.
12797
12798 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12799
12800 * apropos.el (apropos-mode-hook): New user variable.
12801 (apropos-mode): Run apropos-mode-hook.
12802
12803 2000-06-07 David Ponce <david@dponce.com>
12804
12805 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12806 commands. Require `wid-edit' at run-time.
12807
12808 2000-06-07 David Ponce <david@dponce.com>
12809
12810 * recentf.el: Added some "Commentary".
12811 (recentf-open-more-files, recentf-edit-list): Minor changes to
12812 move the point at the top of the file list. This behaviour is
12813 consistent with the menu one when the list contains a lot of
12814 files.
12815 (recentf-cleanup): Now displays the number of items removed from
12816 the list.
12817 (recentf-relative-filter) New menu filter to show filenames
12818 relative to `default-directory'.
12819
12820 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12821
12822 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12823 with/without giving an error if PostScript printer doesn't have this
12824 kind of page size. Zebra Stripe continues or restarts on next page.
12825 Manual/automatic paper feeding. Switch or not the header.
12826 (ps-print-version): New version number (5.2.2).
12827 (ps-windows-system): Include emx as a Windows system.
12828 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12829 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12830 (ps-background-text): Code fix.
12831 (ps-error-handler-message, ps-user-defined-prologue)
12832 (ps-print-prologue-header, ps-printer-name)
12833 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12834 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12835 (ps-use-face-background): Customization fix.
12836 (ps-n-up-database): Data fix.
12837 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12838 (ps-switch-header): New vars.
12839 (ps-xemacs-color-name, ps-face-foreground-name)
12840 (ps-face-background-name, ps-boolean-constant): New funs.
12841
12842 2000-06-07 Dave Love <fx@gnu.org>
12843
12844 * allout.el: New version from Manheimer.
12845
12846 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12847
12848 * textmodes/fill.el (fill-find-break-point): Check the validity of
12849 charset.
12850
12851 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12852
12853 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12854 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12855 Call display-color-p and display-mouse-p instead of looking at
12856 window-system.
12857
12858 2000-06-06 Dave Love <fx@gnu.org>
12859
12860 * image.el (find-image): Doc fix. Return nil if image not found.
12861 (put-image, insert-image): Make STRING arg optional.
12862
12863 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12864
12865 * language/vietnamese.el: Remove eval-when-compile.
12866 (viet-viscii-nonascii-translation-table): Define it as a
12867 translation table made from viet-viscii-decode-table.
12868 (viet-viscii-encode-table): Define it as a translation table made
12869 from the reverse map of above.
12870 (viet-vscii-nonascii-translation-table): Define it as a
12871 translation table made from viet-vscii-decode-table.
12872 (viet-vscii-encode-table): Define it as a translation table made
12873 from the reverse map of above.
12874 (ccl-decode-viscii): Use translate-character.
12875 (ccl-encode-viscii, ccl-encode-viscii-font)
12876 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12877 Likewize.
12878
12879 * language/cyrillic.el: Remove eval-when-compile.
12880 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12881 translation table made from cyrillic-koi8-r-decode-table.
12882 (cyrillic-koi8-r-encode-table): Define it as a translation table
12883 made from the reverse map of above.
12884 (ccl-decode-koi8): Use translate-character.
12885 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12886 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12887 a translation table made from cyrillic-alternativnyj-decode-table.
12888 (cyrillic-alternativnyj-encode-table): Define it as a translation
12889 table made from the reverse map of above.
12890 (ccl-decode-alternativnyj): Use translate-character.
12891 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12892 Likewize
12893
12894 * international/mule-diag.el (non-iso-charset-alist): Specify
12895 translation table symbol instead of translation table itself.
12896 (list-block-of-chars): CHARSET may be a translation table symbol.
12897
12898 * international/mule.el (make-coding-system): If CODING-SYSTEM
12899 already exists, override it.
12900
12901 * international/fontset.el: Use family `proportional' for Tibetan
12902 fonts.
12903
12904 * international/ccl.el (ccl-compile-translate-character): Don't
12905 check if Rrr has property translation-table.
12906 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12907
12908 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12909
12910 * info.el: Bind case-fold-search to t when searching in case
12911 a user sets it to nil in a hook.
12912
12913 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12914
12915 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12916 * hl-line.el (hl-line-mode): Use the new :global key argument.
12917
12918 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12919 (tar-clip-time-string): Prepend a space.
12920 (tar-grind-file-mode): Construct a string rather than modifying one.
12921 (tar-header-block-summarize): Fix docstring.
12922 Use `format' rather than an error-prone set of copy-loops.
12923
12924 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12925 (diff-goto-source, diff-unified->context, diff-context->unified)
12926 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12927 understand the format output by the `-p' argument to diff.
12928
12929 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12930 (sh-re-done): Use defconst.
12931 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12932 (sh-help-string-for-variable, sh-guess-basic-offset):
12933 Don't quote lambdas.
12934 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12935 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12936
12937 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12938 (mh-letter-mode): Derive from text-mode.
12939 This implicitly means that it now calls kill-all-local-variables.
12940 Also remove the Emacs-18 compatibility code.
12941
12942 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12943 Make use of symbol-property doc-string-elt.
12944 Use memq rather than a sequence of eq.
12945 (doc-string-elt): Fix the wrong or missing previously unused values.
12946 (autoload-print-form): New function extracted from
12947 generate-file-autoloads to allow recursion when handling progn
12948 so that defvar's and defun's docstrings are properly printed.
12949 (generate-file-autoloads): Use it.
12950
12951 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12952 Use find-file-hooks in the minor-mode function.
12953 Be careful not to loop indefinitely in the post-command-hook function.
12954
12955 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12956
12957 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12958 tty's.
12959 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12960 differences whenever appropriate.
12961 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12962 * viper.el (find-file, find-file-other-window): Get viper to do
12963 wildcards.
12964
12965 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12966
12967 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12968 (jit-lock-fontify-buffer): New function for JIT refontification.
12969 (jit-lock-mode): Fix docstring.
12970 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12971 Remove jit-lock-after-change from the _local_ hook.
12972 (jit-lock-function-1): Fix docstring.
12973
12974 * info.el (Info-on-current-buffer): Initialize info.
12975
12976 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12977
12978 * progmodes/tcl.el (tcl-indent-for-comment):
12979 Ignore comment-indent-hook.
12980
12981 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12982 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12983 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12984 and improve to use the lighter to guess the capitalization.
12985 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12986 Add keyword arguments to specify global-ness or the custom group.
12987 Add local-map and help-echo properties to the lighter.
12988 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12989 (easy-mmode-define-global-mode): New macro.
12990
12991 2000-06-02 Dave Love <fx@gnu.org>
12992
12993 * wid-edit.el: byte-compile-dynamic since we typically don't use
12994 all the widgets. Don't require cl or widget. Remove
12995 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12996 (widget-read-event): Removed. Callers changed to use read-event.
12997 (widget-button-release-event-p): Renamed from
12998 button-release-event-p.
12999 (widget-field-add-space, widget-field-use-before-change):
13000 Uncustomize.
13001 (widget-specify-field): Use keymap property, not local-map.
13002 (widget-specify-button): Obey :suppress-face.
13003 (widget-specify-insert): Use modern backquote syntax.
13004 (widget-image-directory): Renamed from widget-glyph-directory.
13005 (widget-image-enable): Renamed from widget-glyph-enable.
13006 (widget-image-find): Replaces widget-glyph-find.
13007 (widget-button-pressed-face): Move defvar.
13008 (widget-image-insert): Replaces widget-glyph-insert.
13009 (widget-convert): Use keywordp.
13010 (widget-leave-text, widget-children-value-delete): Use mapc.
13011 (widget-keymap): Remove XEmacs stuff.
13012 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
13013 (widget-button-click): Don't set point at the click, but re-centre
13014 if we scroll out of window. Rewritten for images v. glyphs &c.
13015 (widget-tabable-at): Use POS arg, not point.
13016 (widget-beginning-of-line, widget-end-of-line)
13017 (widget-item-value-create, widget-sublist, widget-princ-to-string)
13018 (widget-sexp-prompt-value, widget-echo-help): Simplify.
13019 (widget-default-create): Use widget-image-insert; some rewriting.
13020 (widget-visibility-value-create)
13021 (widget-push-button-value-create, widget-toggle-value-create): Use
13022 widget-image-insert.
13023 (checkbox): Create on and off images dynamically.
13024 (documentation-link): Change :help-echo.
13025 (widget-documentation-link-echo-help): Remove.
13026
13027 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
13030
13031 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
13032 (easy-mmode-define-toggle, define-minor-mode): Use it.
13033 (easy-mmode-define-keymap): Docstring fix.
13034 (define-derived-mode): Default PARENT to fundamental-mode.
13035 Add the derived-mode-parent symbol-property.
13036 (easy-mmode-derived-mode-p): New function.
13037
13038 2000-06-02 Dave Love <fx@gnu.org>
13039
13040 * files.el (convert-standard-filename): Doc fix.
13041 (normal-backup-enable-predicate): New function.
13042 (backup-enable-predicate): Use it to replace the lambda form.
13043
13044 * calendar/todo-mode.el: [This needs more work on the outline
13045 stuff.] Doc fixes.
13046 (todo) <defgroup>: Add :version.
13047 (todo-add-category): Don't use pushnew.
13048 (todo-cmd-raise): Fix typo.
13049 (todo-top-priorities): Change temp buffer name.
13050 (todo-category-alist): Avoid redundant lambda.
13051 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
13052 Use outline-next-heading.
13053
13054 * autoarg.el: Rewritten to use define-minor-mode.
13055 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13056 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13057
13058 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13059
13060 * isearch.el (isearch-other-meta-char): Fix previous change.
13061
13062 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13063
13064 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13065 (log-edit-done): Only add the comment to the ring if it's different
13066 from the last comment entered.
13067
13068 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13069
13070 2000-06-01 Dave Love <fx@gnu.org>
13071
13072 * hl-line.el: Rewritten using define-minor-mode.
13073
13074 * help.el (describe-function-1): Distinguish special form from
13075 builtin function. Sanity-check presence of arglist for builtins.
13076
13077 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13078
13079 * international/characters.el: Fix syntax/category setting of
13080 Tibetan characters.
13081
13082 * language/tibet-util.el (tibetan-add-components): Fixes for new
13083 encoding of Tibetan characters.
13084 (tibetan-decompose-precomposition-alist): New variable.
13085 (tibetan-decompose-region): Convert precomposed characters to
13086 non-precomposed characters.
13087 (tibetan-decompose-string): Likewise.
13088 (tibetan-composition-function): Fix args to
13089 thibetan-compose-string.
13090
13091 * language/tibetan.el (tibetan-composable-pattern): More
13092 characters included.
13093 (tibetan-consonant-transcription-alist): Rule for "R" added.
13094 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13095 "+R" added.
13096 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13097
13098 * language/lao-util.el (lao-composition-function): Fix args to
13099 compose-string.
13100
13101 * language/thai-util.el (thai-composition-function): Fix args to
13102 compose-string.
13103
13104 * isearch.el (isearch-update): Set disable-point-adjustment to t
13105 to prevent the point moving to the end of a composition when a
13106 part of a composition is searched.
13107 (isearch-other-meta-char): If the key invoking this command can be
13108 mapped by function-key-map to a printing char, call
13109 isearch-process-search-char directly.
13110
13111 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13112
13113 * emacs-lisp/bytecomp.el:
13114 * frame.el:
13115 * international/mule-cmds.el:
13116 * international/mule-util.el:
13117 * international/mule.el:
13118 * mouse.el:
13119 * subr.el:
13120 * faces.el: Update calls to make-obsolete with a WHEN argument.
13121
13122 * byte-run.el (make-obsolete, make-obsolete-variable):
13123 Add an optional WHEN argument and change the format of the
13124 symbol-property information.
13125 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13126 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13127 new obsolete-symbol-property format and print WHEN if it is provided.
13128
13129 2000-05-31 Dave Love <fx@gnu.org>
13130
13131 * loadhist.el (loadhist-hook-functions): Remove
13132 before-change-function, after-change-function.
13133 (unload-feature): Deal with symbols which are both bound and
13134 fbound.
13135
13136 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13137 before-change-function, after-change-function.
13138
13139 * simple.el (newline): Don't bind before-change-function,
13140 after-change-function.
13141
13142 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13143
13144 * whitespace.el (whitespace-rescan-timer-time): Update interval
13145 set to 600 seconds (10 minutes) instead of 60 seconds since
13146 a large number of whitespace buffers causes emacs to `freeze'
13147 for a considerable amount of time.
13148
13149 * whitespace.el: Updated email address
13150
13151 2000-05-31 Dave Love <fx@gnu.org>
13152
13153 * add-log.el (change-log-font-lock-keywords) <function>: Add
13154 pattern for function of change.
13155 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13156 acknowledgements patterns.
13157
13158 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13159
13160 * isearch.el (isearch-printing-char): If keyboard coding system is
13161 being used, call isearch-process-search-multibyte-characters.
13162
13163 * international/isearch-x.el: Mostly rewritten.
13164
13165 * international/quail.el (quail-start-conversion): Don't include
13166 unhandled events in the returned events, but set them in
13167 unread-command-events. Exit if all inputs are deleted.
13168
13169 2000-05-30 Jason Rumney <jasonr@gnu.org>
13170
13171 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13172
13173 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13174 Reenable code to create initial fontsets.
13175 Use set-fontset-font in place of put-charset-property.
13176
13177 2000-05-30 Gerd Moellmann <gerd@gnu.org>
13178
13179 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13180 label, ensure that the first colon isn't followed by another.
13181
13182 * paths.el (Info-default-directory-list): Doc fix.
13183
13184 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13185 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13186 send a query containing USER only, not USER@HOST.
13187
13188 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13189 and rmail-msgend to compute the restriction at the end, instead of
13190 computing it.
13191
13192 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13193
13194 * dabbrev.el (dabbrev-expand): Don't display messages in the
13195 echo area if the minibuffer window is active.
13196
13197 * jit-lock.el (jit-lock-mode): Add after change function to
13198 local hook.
13199
13200 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13201
13202 * antlr-mode.el: New commands: hide/unhide actions,
13203 upcase/downcase literals.
13204 (antlr-tiny-action-length): New user option.
13205 (antlr-hide-actions): New command. Suggested by
13206 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13207 (antlr-mode-map): New binding [C-c C-v].
13208 (antlr-mode-menu): New entries.
13209 (antlr-downcase-literals): New command.
13210 (antlr-upcase-literals): Ditto.
13211
13212 * antlr-mode.el: Minor changes: indendation, mode-name.
13213 (antlr-indent-line): Indent cpp directive at column 0.
13214 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13215
13216 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13217 (antlr-font-lock-additional-keywords): Workaround for intentional
13218 bug in XEmacs version of font-lock.
13219 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13220 be used by a smarter version of `buffers-menu-grouping-function'.
13221
13222 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13223
13224 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13225 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13226
13227 2000-05-29 Kenichi Handa <handa@etl.go.jp>
13228
13229 * international/encoded-kb.el
13230 (encoded-kbd-iso2022-designation-map): Pay attention to that
13231 charset-iso-final-char return -1 for eight-bit-control and
13232 eight-bit-graphic.
13233
13234 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13235
13236 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13237 (speedbar-easymenu-definition-base): Use display-graphic-p where
13238 available, instead of window-system.
13239
13240 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13241
13242 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13243 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13244 coding systems.
13245
13246 2000-05-26 Dave Love <fx@gnu.org>
13247
13248 * disp-table.el (standard-display-underline): Don't use
13249 internal-find-face.
13250
13251 * mail/reporter.el: Maintainer change. Doc fixes.
13252 (reporter-version): Deleted.
13253
13254 * emacs-lisp/elp.el: Maintainer change.
13255 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13256
13257 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13258
13259 * add-log.el (add-change-log-entry): Merge the current entry with the
13260 previous one if the previous one is empty.
13261
13262 2000-05-26 Dave Love <fx@gnu.org>
13263
13264 * loadhist.el (unload-feature): Fix interactive spec [from
13265 lijnzaad@ebi.ac.uk].
13266
13267 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13268 subr-arity to check primitives.
13269 (byte-compile-flush-pending, byte-compile-file-form-progn)
13270 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13271 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13272 mapcar.
13273
13274 2000-05-26 Kenichi Handa <handa@etl.go.jp>
13275
13276 * international/fontset.el: Set family names of non-latin charsets
13277 in default fontset to "*".
13278
13279 * international/mule-diag.el (print-fontset): Combine family part
13280 and registry part of the fontname by "-*-" instead of "-".
13281
13282 * international/mule-cmds.el (encode-coding-char): Make strings
13283 multibyte before calling encode-coding-string.
13284
13285 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13286
13287 * derived.el: Fix keywords.
13288 (define-derived-mode): Only define if needed.
13289
13290 * simple.el (fill-comment, comment-column, comment-start)
13291 (comment-start-skip, comment-end, comment-indent-function)
13292 (block-comment-start, block-comment-end, indent-for-comment)
13293 (set-comment-column, kill-comment, comment-padding, comment-region)
13294 (comment-multi-line, indent-new-comment-line): Remove.
13295
13296 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13297 function names for comment operations.
13298
13299 * newcomment.el: Add abundant autoload cookies.
13300 (comment-style): Don't depend on runtime data at compile-time.
13301 (comment-indent-hook): Remove.
13302 (comment-indent): Check if comment-indent-hook is bound.
13303 (comment-region): Docstring fix.
13304
13305 2000-05-25 Dave Love <fx@gnu.org>
13306
13307 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13308 byte-code-function-p.
13309
13310 * mail/rmailsum.el: Add provide.
13311
13312 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13313
13314 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13315 defcustom.
13316
13317 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13318
13319 * ediff-diff.el (ediff-exec-process): delete --binary option from
13320 non-buffer ediff jobs.
13321
13322 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13323
13324 * hilit-chg.el (highlight-changes-mode): Ask about color or
13325 grayscale support, not about window-system.
13326
13327 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13328 window-system.
13329 (ffap-highlight): Always default to t.
13330
13331 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13332 display-popup-menus-p instead of looking at window-system.
13333
13334 * disp-table.el (standard-display-g1, standard-display-graphic):
13335 Only refuse to use string glyphs on X and MS-Windows.
13336
13337 * avoid.el: Remove window-system from commentary, suggest to use
13338 display-*-p instead.
13339
13340 * apropos.el (apropos-print): Use display-mouse-p instead of
13341 window-system.
13342
13343 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13344
13345 * international/codepage.el (cp-decoding-vector-for-codepage):
13346 Fill up unsupported characters with their own codes. From Kenichi
13347 Handa.
13348
13349 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13350
13351 * international/mule-diag.el (describe-char-after): Use
13352 display-graphic-p instead of window-system, so that this function
13353 works on MS-DOS.
13354
13355 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13356
13357 * international/codepage.el (cp-make-coding-systems-for-codepage):
13358 Remove the eight-bit-graphic and eight-bit-control charsets from
13359 the list of charsets which we convert into `?'.
13360
13361 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13362
13363 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13364 private charsets.
13365 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13366 japanese-jisx0213-2): New charsets.
13367
13368 * international/fontset.el: Setup default fontset for new charsets.
13369
13370 2000-05-24 Dave Love <fx@gnu.org>
13371
13372 * info.el (Info-find-node-2): Restructure [following "Vadim
13373 S. Solomin" <sovs@uic.nnov.ru>].
13374
13375 * icomplete.el: Fix header for Finder.
13376
13377 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13378
13379 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13380 STAY.
13381
13382 * rmail.el (rmail-automatic-folder-directives): New user variable.
13383 (rmail-show-message): Add call to `rmail-auto-file' during
13384 display.
13385 (rmail-auto-file): New function.
13386
13387 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13388
13389 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13390 account.
13391 (ediff-test-utility,ediff-diff-mandatory-option)
13392 (ediff-reset-diff-options): Utilities for proper initialization of
13393 ediff-diff-options and ediff-diff3-options on Windows.
13394
13395 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13396 variable.
13397
13398 * ediff-mult.el (ediff-filegroup-action): Use
13399 ediff-merge-filename-prefix.
13400
13401 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13402
13403 * viper-ex.el (ex-write): Set selective display to nil.
13404
13405 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13406
13407 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13408 aliases for hebrew-iso-8bit.
13409
13410 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13411
13412 * woman.el: New version from Francis J. Wright
13413 <F.J.Wright@Maths.QMW.ac.uk>.
13414 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13415 names in environment variables regardless of the path separator.
13416 (woman-topic-all-completions-1): Don't call file-name-directory-p
13417 on all files, since woman-file-regexp already filters out any
13418 directories.
13419
13420 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13421
13422 * international/quail.el (quail-start-translation): Don't change
13423 modified-p of the current buffer.
13424 (quail-start-conversion): Likewise.
13425
13426 * international/kkc.el (kkc-region): Don't change modified-p of
13427 the current buffer.
13428
13429 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13430 conform to RFC1468.
13431 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13432
13433 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13434
13435 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13436 (speedbar-insert-button): Invisible text property fix.
13437 (speedbar-directory-plus): Renamed from speedbar-directory-+
13438 (speedbar-directory-minus): Renamed from speedbar-directory--
13439 (speedbar-page-plus): Renamed from speedbar-file-+
13440 (speedbar-page-minus): Renamed from speedbar-file--
13441 (speedbar-page): Renamed from speedbar-file-
13442 (speedbar-tag): Renamed from speedbar-tag-
13443 (speedbar-tag-plus): Renamed from speedbar-tag-+
13444 (speedbar-tag-minus): Renamed from speedbar-tag--
13445 (speedbar-expand-image-button-alist): Use above renames.
13446
13447 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13448 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13449 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13450 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13451 * sb-pg.xpm: Renamed from sb-file.xpm
13452 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13453 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13454
13455 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13456
13457 * international/quail.el (quail-show-guidance-buf): Set
13458 current-input-method of the guidance buffer to the name of the
13459 curren input method.
13460
13461 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13462
13463 * progmodes/compile.el (compile-internal): Style typo.
13464
13465 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13466 quote vars and functions in the docstring.
13467
13468 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13469
13470 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13471 Don't quote lambdas.
13472
13473 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13474
13475 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13476
13477 * startup.el (command-line): Determine source file of compiled
13478 user init file differently. Warn if compiled user init file
13479 is older than its source file.
13480
13481 * ffap.el (ffap-url-regexp): Add `https'.
13482
13483 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13484
13485 * files.el (make-backup-file-name-1): Replace slashes with `!'
13486 rather than `|' (which is not allowed on Windows). Replace the
13487 drive letters with a string "drive_X".
13488
13489 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13490
13491 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13492
13493 * files.el (interpreter-mode-alist): Add `bash2'.
13494
13495 2000-05-22 Dave Love <fx@gnu.org>
13496
13497 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13498 mapc.
13499 (feature-file): Avoid calling symbol-name. Doc fix.
13500 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13501 (loadhist-hook-functions): Add mouse-position-function.
13502 (unload-feature): Change uses of mapcar.
13503
13504 * files.el (parse-colon-path): Doc fix.
13505 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13506 (set-auto-mode): Use mapc.
13507
13508 * complete.el (PC-look-for-include-file): Use :alnum: character
13509 class.
13510 (partial-completion-mode): Add autoload cookie.
13511
13512 2000-05-22 Sam Steingold <sds@gnu.org>
13513
13514 * info.el (Info-fontify-node): Fixed the call to
13515 `add-text-properties' (bug introduced on 2000-05-18).
13516
13517 2000-05-22 Dave Love <fx@gnu.org>
13518
13519 * bindings.el: Remove debug-ignored-errors set in other files.
13520
13521 * progmodes/etags.el: Add to debug-ignored-errors.
13522 (visit-tags-table-buffer): Clear out buffers holding old tables
13523 when making a new list.
13524 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13525 mapc.
13526
13527 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13528 quote keywords.
13529 (cmpl-string-case-type): Use character classes.
13530
13531 * comint.el:
13532 * textmodes/ispell.el:
13533 * imenu.el:
13534 * mail/mh-e.el:
13535 * progmodes/compile.el: Add to debug-ignored-errors.
13536
13537 * dabbrev.el: Add to debug-ignored-errors.
13538 (dabbrev-completion): Use mapc.
13539
13540 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13541
13542 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13543 (woman-mapcan, woman-parse-man.conf)
13544 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13545 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13546 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13547 path syntax better.
13548 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13549 (woman-manpath): Call woman-parse-man.conf.
13550 (woman-emulation): New defcustom, defaults to nroff.
13551 (woman-font-support): New defconst.
13552 (woman-use-symbol-font): New defcustom.
13553 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13554 "Emulation".
13555 Many functions: Doc fix.
13556
13557 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13558
13559 * international/quail.el (quail-simple-translation-keymap): Map
13560 128..255 to quail-self-insert-command.
13561 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13562
13563 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13564
13565 * help.el (help-manyarg-func-alist): Typo.
13566
13567 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13568 intervals which makes it heaps simpler.
13569
13570 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13571 the nested comment markers.
13572
13573 * subr.el (remove-hook): Don't turn the hook's value into a list.
13574
13575 2000-05-21 Dave Love <fx@gnu.org>
13576
13577 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13578 are invalid characters.
13579
13580 * international/mule-util.el (detect-coding-with-priority): Use
13581 mapc. Remove redundant lambda.
13582
13583 * international/mule-diag.el (list-non-iso-charset-chars)
13584 (describe-fontset): Remove redundant lambda.
13585
13586 * emulation/crisp.el (brief-mode): New alias.
13587
13588 * emacs-lisp/ring.el (ring-elements): New function.
13589
13590 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13591 (easy-menu-do-add-item): Use keywordp.
13592
13593 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13594
13595 * replace.el: Doc and error message fixes.
13596 (replace-highlight): Use facep, not internal-find-face.
13597
13598 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13599
13600 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13601
13602 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13603 (log-edit-insert-changelog): Drop `:' as well.
13604
13605 * log-view.el: Fix file description.
13606 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13607 available.
13608 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13609 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13610
13611 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13612 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13613 Print a status message if the toggle is called interactively.
13614 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13615 for global minor modes and use `defcustom' for them.
13616 Use add-minor-mode.
13617 (easy-mmode-define-derived-mode): Remove.
13618 (define-derived-mode): Fancier default docstring.
13619 (easy-mmode-define-navigation): Signal an error rather than (ding).
13620
13621 * newcomment.el (comment-styles): New `box-multi'.
13622 (comment-normalize-vars): Better default for comment-continue to
13623 avoid whitespace-only continuations.
13624 (comment-search-forward): Always move even in the no-syntax case.
13625 (comment-padright): Only obey N if it's only obeyed for padleft.
13626 (comment-make-extra-lines): Better handling of empty continuations.
13627 Use `=' for the filler if comment-start has only one character.
13628 (uncomment-region): Try handling the special `=' filler.
13629 (comment-region): Allow LINES even if MULTI is nil.
13630 (comment-box): Choose box style based on comment-style.
13631
13632 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13633
13634 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13635 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13636
13637 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13638
13639 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13640 and insert, not subst-char-in-region.
13641
13642 * international/mule-diag.el (list-character-sets-1): Handle
13643 charsets eight-bit-control and eight-bit-graphic.
13644 (list-iso-charset-chars): Likewise.
13645 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13646 charactes as is. Use indent-to to align characters.
13647
13648 * international/mule-cmds.el (find-multibyte-characters): Never
13649 exclude charsets eight-bit-control and eight-bit-graphic.
13650
13651 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13652
13653 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13654 Don't quote lambdas.
13655
13656 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13657
13658 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13659
13660 * gud.el (gud-jdb-directories): Doc fix.
13661
13662 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13663
13664 * newcomment.el: New file.
13665
13666 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13667
13668 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13669
13670 2000-05-18 Andreas Schwab <schwab@suse.de>
13671
13672 * dired.el (dired-between-files): Also skip lines beginning with
13673 `used'.
13674
13675 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13676
13677 * msb.el (msb-menu-cond): Add choice `user'.
13678
13679 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13680
13681 * ps-print.el: Compatibility, customization and doc fix.
13682 (ps-printer-name-option): Replace defconst by defvar.
13683 (ps-postscript-code-directory): XEmacs compatibility.
13684 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13685 fix.
13686 (ps-user-defined-prologue, ps-print-prologue-header)
13687 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13688 compatibility and code fix.
13689 (ps-print-background-image, ps-print-background-text):
13690 Customization fix.
13691 (ps-line-number-start, ps-n-up-on): New vars.
13692
13693 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13694
13695 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13696 the indent-comment function to just return the appropriate indent.
13697
13698 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13699
13700 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13701 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13702 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13703
13704 2000-05-18 Dave Love <fx@gnu.org>
13705
13706 * info.el (Info-fontify-node): Add intangible property as well as
13707 invisible.
13708
13709 * calendar/appt.el (appt-make-list): Match all lines of entry.
13710 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13711
13712 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13713
13714 * international/mule-diag.el (describe-char-after): Call
13715 internal-char-font, not char-font. If internal-char-font returns
13716 nil, display "-- none --".
13717
13718 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13719
13720 * image.el (image-type-available-p): Don't reference image-types
13721 if it isn't bound.
13722
13723 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13724
13725 * autoarg.el (autoarg-mode): Typo in the :set argument.
13726
13727 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13728
13729 * startup.el (command-line-1): Don't signal an error if the
13730 directory for auto-save-list files does not yet exist.
13731
13732 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13733
13734 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13735
13736 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13737
13738 * subr.el (remove-hook): `setq' hook-value, not `set'.
13739
13740 2000-05-16 Sam Steingold <sds@gnu.org>
13741
13742 * info.el (debug-ignored-errors): More errors to ignore.
13743
13744 2000-05-16 Dave Love <fx@gnu.org>
13745
13746 * cus-edit.el: Don't require cl or easymenu.
13747 (custom-variable-prompt): Test standard-value property, not
13748 user-variable-p.
13749
13750 2000-05-16 Sam Steingold <sds@gnu.org>
13751
13752 * subr.el (add-hook): `setq' hook-value, not `set'.
13753
13754 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13755
13756 * startup.el (command-line-1): Mention the FAQ in the startup
13757 message.
13758
13759 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13760
13761 * progmodes/compile.el (compilation-parse-errors): Collect
13762 `nomessage' regexps last.
13763
13764 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13765
13766 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13767 to the function name.
13768
13769 2000-05-15 Dave Love <fx@gnu.org>
13770
13771 * speedbar.el (speedbar-recenter): Typo.
13772 (speedbar-expand-line): Make arg optional.
13773 (speedbar-mode): Avoid a compiler warning.
13774
13775 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13776
13777 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13778 user-specified option string is empty.
13779
13780 * mouse.el (mouse-yank-at-click): Doc fix.
13781
13782 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13783
13784 * term/internal.el (IT-character-translations): More updates of
13785 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13786 documents.
13787
13788 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13789
13790 * env.el (getenv): New function, interactively callable.
13791 (setenv, getenv): Remove autoload cookies.
13792
13793 * loadup.el: Load `env'.
13794
13795 * progmodes/f90.el: Change author's mail address.
13796
13797 2000-05-14 Dave Love <fx@gnu.org>
13798
13799 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13800 goto-addr as an option.
13801
13802 * help.el (help-xref-stack): Doc fix.
13803 (help-xref-following): New variable.
13804 (help-make-xrefs): Use it.
13805 (help-xref-go-back): Use position information from stack element.
13806 (help-follow): Make position in stack element a pair. Use
13807 help-xref-following.
13808
13809 * autoarg.el: New file.
13810
13811 * faces.el: Declare more functions obsolete.
13812
13813 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13814 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13815 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13816 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13817 Remove all the setup-...-environment functions.
13818
13819 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13820
13821 * speedbar.el: Updated the commentary section. xemacs20p now uses
13822 >= when detecting. Require `defimage' safely.
13823 (speedbar-easymenu-definition-base): Add toggle for images.
13824 (speedbar-easymenu-definition-special): Add flush cache & expand.
13825 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13826 (speedbar-reconfigure-keymaps-hook): New variable.
13827 (speedbar-frame-parameters): Updated documentation.
13828 (speedbar-use-imenu-flag): Updated custom tag
13829 (speedbar-dynamic-tags-function-list): New variable.
13830 (speedbar-tag-hierarchy-method): Updated doc & custom.
13831 (speedbar-indentation-width, speedbar-indentation-width) New
13832 variables.
13833 (speedbar-hide-button-brackets-flag): Customizable.
13834 (speedbar-vc-indicator): Doc update.
13835 (speedbar-ignored-path-expressions): Updated default value.
13836 (speedbar-supported-extension-expressions): Updated default value.
13837 (speedbar-syntax-table): Remove {} paren status.
13838 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13839 as "+". Added overlay aliases.
13840 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13841 `force-mode-line-update'.
13842 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13843 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13844 `mouse-set-point'
13845 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13846 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13847 of arbitrary text, and new helper functions.
13848 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13849 filename finder.
13850 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13851 (speedbar-directory-buttons): Update path search/expansion.
13852 (speedbar-make-tag-line): Pay attention to
13853 `speedbar-indentation-width'. Use more care w/ invisible
13854 properties.
13855 (speedbar-change-expand-button-char): Call
13856 `speedbar-insert-image-button-maybe'.
13857 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13858 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13859 (speedbar-trim-words-tag-hierarchy)
13860 (speedbar-simple-group-tag-hierarchy): New functions
13861 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13862 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13863 functions.
13864 (speedbar-mouse-set-point): New function
13865 (speedbar-power-click): Updated documentation.
13866 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13867 of tag prefix text.
13868 (speedbar-expand-line, speedbar-contract-line): Make more robust
13869 to strange text.
13870 (speedbar-expand-line): Takes universal argument to flush the
13871 cache.
13872 (speedbar-flush-expand-line): New function.
13873 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13874 Use new generator insertion method.
13875 (speedbar-fetch-dynamic-tags): New function.
13876 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13877 `speedbar-fetch-dynamic-imenu'.
13878 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13879 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13880 "Revert Buffer" menu items.
13881 (speedbar-buffer-buttons-engine): Be smarter when creating a
13882 filename tag (for expansion purposes.).
13883 (speedbar-highlight-one-tag-line,
13884 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13885 (speedbar-recenter): New functions.
13886 (defimage-speedbar): Image loading abstraction.
13887 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13888 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13889 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13890 (speedbar-tag-type, speedbar-tag-mail): New images.
13891 (speedbar-expand-image-button-alist): New variable.
13892 (speedbar-insert-image-button-maybe): Insert an image over some
13893 buttons.
13894
13895 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13896
13897 * international/mule-cmds.el (encode-coding-char): An ASCII
13898 character is always encodable.
13899
13900 * international/mule-conf.el: Add more information in descriptions
13901 of character sets.
13902
13903 * international/mule-diag.el (describe-char-after): New function.
13904 (describe-font-internal): Adjusted for the change of font-info.
13905 (describe-font): Likewise.
13906 (print-fontset): Rewritten for the new fontset implementation.
13907 (describe-fontset): Include fontset alias names in completion.
13908 (list-fontsets): Adjusted for the change of print-fontset.
13909
13910 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13911 describe-char-after instead of displaying the detail in the echo
13912 area.
13913 (syntax-code-table): Format changed.
13914 (string-to-syntax): Adjusted for the above change.
13915
13916 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13919
13920 2000-05-12 Dave Love <fx@gnu.org>
13921
13922 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13923 dependence. Use line-{beginning,end}-position, not
13924 point-at{b,e}ol. Some doc fixes.
13925 (todo-position): New function. Fix callers of position to use it.
13926 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13927
13928 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13929
13930 * time.el (display-time-mail-icon): Use `:ascent center'.
13931
13932 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13933 handling FTP security extensions.
13934
13935 2000-05-11 Dave Love <fx@gnu.org>
13936
13937 * calendar/todo-mode.el: New file.
13938
13939 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13940
13941 * comint.el (comint-read-input-ring): Move reference to
13942 comint-input-ring-size outside of the save-excursion. It was
13943 causing the default value to be the only one ever seen.
13944
13945 * font-lock.el: Update copyright. Remove Simon Marshall's email
13946 address on request from him.
13947
13948 * subr.el (substitute-key-definition): Add comment describing
13949 the meaning of PREFIX.
13950
13951 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13952
13953 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13954
13955 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13956 (add-minor-mode): Don't make the variable buffer-local and add a
13957 reference to define-minor-mode in the docstring.
13958
13959 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13960 HEADER/FOOTER and fix bug with trailing empty directory.
13961 (cvs-append-to-ignore): Use vc-editable-p if available.
13962 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13963 (vc-do-command): Tweak advice to handle the new VC.
13964
13965 * log-view.el (log-view-goto-rev): New function for the new VC.
13966 (log-view-minor-wrap): Use mark-active.
13967
13968 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13969 (log-edit-changelog-full-paragraphs): New var.
13970 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13971 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13972 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13973 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13974 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13975 Replace the `cvs' prefix with `log-edit'.
13976
13977 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13978
13979 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13980 (diff-font-lock-defaults): Explicitly turn off multiline.
13981 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13982 (diff-ediff-patch): Fix call to ediff-patch-file.
13983 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13984 Handle comments.
13985
13986 * frame.el (automatic-hscrolling): Typo.
13987
13988 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13989
13990 2000-05-09 Sam Steingold <sds@goems.com>
13991
13992 * apropos.el (apropos-print): use `describe-face' instead of
13993 `customize-face-other-window'.
13994
13995 2000-05-09 Dave Love <fx@gnu.org>
13996
13997 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13998
13999 * help.el (describe-variable): Have customize button pop the
14000 help-xref stack when invoked.
14001 (help-xref-symbol-regexp): Add `face'.
14002 (help-make-xrefs): Check for quoted face names and adapt regexp
14003 submatch numbers to cope.
14004 (help-xref-interned): Maybe insert face doc too. Separate
14005 sections with a line of hyphens.
14006
14007 * faces.el: Some doc fixes. Declare some functions obsolete.
14008 (describe-face): Add customize button. Return the help
14009 text. Fix prompt.
14010
14011 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
14012
14013 * term/internal.el (IT-character-translations): Fix last change.
14014
14015 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14016
14017 * woman.el: New file
14018 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
14019
14020 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
14021
14022 * term/internal.el (IT-character-translations): Update ASCII
14023 simulations for greek-iso8859-7, add latin-iso8859-14 and
14024 latin-iso8859-15.
14025
14026 * international/mule-cmds.el (set-language-info-alist): Call
14027 define-prefix-command with 3 arguments, to make the map suitable
14028 for a menu.
14029
14030 2000-05-07 Dave Love <fx@gnu.org>
14031
14032 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
14033
14034 2000-05-05 Dave Love <fx@gnu.org>
14035
14036 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
14037 list in doc string. Don't quote keyword symbols.
14038 * emacs-lisp/cl.el: Likewise
14039 * emacs-lisp/cl-seq.el: Likewise
14040
14041 2000-05-05 Gerd Moellmann <gerd@gnu.org>
14042
14043 * abbrev.el (abbrev-mode): Make ARG optional.
14044
14045 2000-05-04 Gerd Moellmann <gerd@gnu.org>
14046
14047 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
14048
14049 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
14050
14051 * subr.el (substitute-key-definition): Clarify documentation.
14052
14053 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14054
14055 * glasses.el (glasses-convert-to-unreadable): Use
14056 `glasses-separator' instead of the hard-wired "_".
14057 (glasses-mode): Call `glasses-make-unreadable' only in a single
14058 place.
14059
14060 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14061
14062 * term/internal.el (cjk-codepages-alist): Add associations for
14063 Chinese and Korean codepages. Remove FIXME comment.
14064
14065 2000-05-03 Dave Love <fx@gnu.org>
14066
14067 * time.el (display-time-mail-face, display-time-use-mail-icon):
14068 New option.
14069 (display-time-mail-icon): New variable.
14070 (display-time-string-forms): Use the above. Fix the local-map.
14071
14072 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14073
14074 * replace.el (query-replace-map): Add binding for `E'.
14075 (query-replace-help): Extend help text.
14076 (perform-replace): Allow editing the replacement string.
14077
14078 * make-mode.el (makefile-mode-abbrev-table): New variable.
14079 (makefile-mode): Set local abbrev table to
14080 makefile-mode-abbrev-table.
14081 (makefile-font-lock-keywords): Fontify includes and conditionals.
14082
14083 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14084 set TOGGLE's value.
14085
14086 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14087 mail-interactive-insert-alias.
14088 (mail-abbrev-complete-alias): New command.
14089 (mail-mode-map): Bind it to `M-TAB'.
14090
14091 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14092
14093 * language/lao-util.el (lao-compose-region): New function.
14094
14095 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14096
14097 * files.el (recover-session): Make directories as necessary
14098 if they don't exist yet.
14099
14100 * calendar/cal-french.el
14101 (french-calendar-multibyte-special-days-array)
14102 (french-calendar-special-days-array): Change French text.
14103 (calendar-french-date-string): Change output.
14104 (calendar-goto-french-date): Likewise.
14105
14106 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14107
14108 * wid-edit.el (widget-default-active): Obey `:always-active'.
14109 (widget-documentation-string-value-create): Set `:always-active'.
14110
14111 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14112
14113 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14114 default prefix to `~/_emacs.d/auto-save.list/_s'.
14115 (normal-top-level): Create the directory for auto-save files, if
14116 it doesn't already exist (in the ms-dos case only).
14117
14118 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14119
14120 * international/mule-cmds.el (set-language-environment): Don't
14121 concat an integer (dos-codepage), use format instead.
14122
14123 2000-05-02 Dave Love <fx@gnu.org>
14124
14125 * help.el (help-xref-on-pp): Check for constant symbols.
14126
14127 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14128
14129 * startup.el (normal-top-level): Put a condition-case around
14130 the code loading subdirs.el.
14131
14132 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14133
14134 * ps-print.el: Upside-down and face background color printing,
14135 line number step, doc fix.
14136 (ps-print-version): New version number (5.2).
14137 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14138 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14139 (ps-spool-config): Var fix.
14140 (ps-printer-name-option): Const fix.
14141 (ps-print-upside-down, ps-use-face-background)
14142 (ps-line-number-step): New vars.
14143 (ps-window-system, ps-lp-system): New consts.
14144 (ps-face-background): New fun.
14145
14146 2000-04-28 Richard Stallman <rms@gnu.org>
14147
14148 * files.el (make-auto-save-file-name):
14149 Apply auto-save-file-name-transforms to visited file name
14150 before generating auto save file name.
14151 (auto-save-file-name-transforms): New variable.
14152
14153 * files.el (backup-enable-predicate):
14154 Correctly test for a file under a temporary directory.
14155
14156 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14157
14158 * subr.el (add-minor-mode): Rewritten.
14159
14160 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14161
14162 * mail/sendmail.el (sendmail-send-it): Set
14163 buffer-file-coding-system to the selected coding system for MIME
14164 header.
14165
14166 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14167
14168 * dired.el (dired-move-to-filename-regexp): Allow format where
14169 YYYY is followed by two spaces.
14170
14171 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14172 in the second character class of the regexp.
14173
14174 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14175 mh-etc, too.
14176
14177 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14178 nil.
14179
14180 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14181
14182 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14183 argument.
14184
14185 2000-04-27 Sen Nagata <sen@eccosys.com>
14186
14187 * emacs-lisp/crm.el (crm-completion-table): New variable.
14188 (crm-collection-fn, crm-test-completion)
14189 (completing-read-multiple): Use it.
14190
14191 2000-04-27 Dave Love <fx@gnu.org>
14192
14193 * help.el (locate-library): Use mapc.
14194 (help-manyarg-func-alist): Add call-process-region.
14195
14196 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14197
14198 * subr.el (add-minor-mode): Make argument MAP optional.
14199
14200 * desktop.el (desktop-save): Save list of minor modes.
14201 (desktop-create-buffer): Restore minor modes.
14202 (desktop-minor-mode-table): New user-option.
14203
14204 * subr.el (add-minor-mode): New function.
14205
14206 * image.el (find-image): New function.
14207 (defimage): Rewritten to find image at load time.
14208
14209 * startup.el (normal-top-level-add-to-load-path): Handle
14210 case that the default directory is not in load-path.
14211
14212 * help.el: Old patch from Stefan Monnier.
14213 (help-xref-on-pp): New function.
14214 (describe-variable): Use it to display xrefs in a symbol's value.
14215
14216 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14217
14218 * cus-edit.el (custom-face): Fix parenthesis.
14219
14220 2000-04-26 Kenichi Handa <handa@etl.go.jp>
14221
14222 * mail/rmail.el (rmail-expunge): When there are no deleted
14223 messages, do nothing.
14224
14225 2000-04-26 Dave Love <fx@gnu.org>
14226
14227 * international/mule-cmds.el (locale-translation-file-name):
14228 Defvar to nil.
14229 (set-locale-environment): Set it here (at runtime).
14230
14231 2000-04-25 Gerd Moellmann <gerd@gnu.org>
14232
14233 * replace.el (perform-replace): Add parameters START and END. Use
14234 them instead of the check for a region in Transient Mark mode.
14235 (query-replace-read-args): Return two more list elements for the
14236 start and end of the region in Transient Mark mode.
14237 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14238 (map-query-replace-regexp, replace-string, replace-regexp): Add
14239 optional last arguments START and END and pass them to
14240 perform-replace.
14241
14242 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14243 form with additional arguments for perform-replace.
14244
14245 * progmodes/etags.el (tags-query-replace): Add parameters START
14246 and END. Construct a form with additional arguments for
14247 perform-replace.
14248
14249 * simple.el (shell-command): Set default directory for "*Shell
14250 Command Output" buffer.
14251
14252 * language/european.el (iso-latin-4): Fix typo.
14253
14254 * emacs-lisp/crm.el: New file.
14255
14256 2000-04-24 Dave Love <fx@gnu.org>
14257
14258 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14259 (Custom-reset-saved, Custom-reset-standard)
14260 (custom-group-value-create, custom-group-set, custom-group-save)
14261 (custom-group-reset-current, custom-group-reset-saved)
14262 (custom-group-reset-standard): Use mapc.
14263 (custom-buffer-create-internal): Disable undo when creating items.
14264 Use mapc.
14265 (custom-face): Avoid redundant lambda.
14266
14267 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14268
14269 * startup.el (auto-save-list-file-prefix): Set default to
14270 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14271
14272 2000-04-24 Sam Steingold <sds@gnu.org>
14273
14274 * time-stamp.el (time-stamp-string-preprocess): Always convert
14275 `field-result' to a string.
14276
14277 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14278
14279 * frame.el (scrolling): New group.
14280 (automatic-hscrolling): New user-option.
14281
14282 * startup.el (command-line-x-option-alist): Add `-lsp' and
14283 `--line-spacing'.
14284
14285 2000-04-19 Dave Love <fx@gnu.org>
14286
14287 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14288 (cl-mapc): Rename from mapc. Fix the funcall.
14289
14290 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14291
14292 * simple.el (clone-indirect-buffer-other-window): New command.
14293 (clone-indirect-buffer): Add optional arg NORECROD.
14294 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14295
14296 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14297
14298 * window.el (count-screen-lines): New function.
14299 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14300 instead of window-buffer-height.
14301
14302 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14303 non-existing variable comint-input-sentinel.
14304 (inferior-lisp-args-to-list): Removed.
14305 (inferior-lisp): Use split-string instead of
14306 inferior-lisp-args-to-list.
14307
14308 * hexl.el (hexl-insert-hex-string): New command.
14309
14310 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14311 instead of concat.
14312
14313 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14314
14315 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14316 at the start of an existing but empty folder.
14317
14318 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14319
14320 * ps-mule.el: Customization fix, doc fix.
14321 (ps-multibyte-buffer): Customization fix.
14322
14323 2000-04-17 Richard M. Stallman <rms@gnu.org>
14324
14325 * subr.el (read-passwd): Use read-char-exclusive.
14326
14327 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14328
14329 * textmodes/texinfo.el (texinfo-insert-@email)
14330 (texinfo-insert-@emph, texinfo-insert-@quotation)
14331 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14332 (texinfo-mode-map): Add key bindings for them.
14333
14334 * files.el (basic-save-buffer-2): Use a template with `$'
14335 instead of `#' for VMS.
14336
14337 * simple.el (clone-indirect-buffer): New function.
14338
14339 2000-04-16 Stephen Eglen <stephen@gnu.org>
14340
14341 * iswitchb.el (iswitchb-case): New function. If the user input
14342 contains any upper-case characters, the search is made
14343 case-sensitive.
14344
14345 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14346
14347 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14348 comment-end.
14349 (texinfo-font-lock-syntactic-keywords): New var.
14350 (texinfo-font-lock-keywords): Remove comment regexp.
14351 (texinfo-insert-block): New function.
14352 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14353 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14354 and font-lock-defaults. Use regexp-opt for outline-regexp.
14355 (texinfo-environments): New var.
14356 (texinfo-environment-regexp): Use regexp-opt and
14357 texinfo-environments.
14358
14359 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14360 ispell-process is bound since this might be eval'd before ispell
14361 is loaded.
14362 (ispell-message): Use a tiny bit less magic and a bit more hard
14363 data to figure out what kind of sc-cite-regexp to use.
14364
14365 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14366
14367 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14368 (insert-cyclic-diary-entry): Unquote the lambda.
14369
14370 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14371
14372 * files.el (backup-enable-predicate): Unquote the lambda.
14373
14374 * cus-edit.el (custom-face, face): Unquote the lambda.
14375
14376 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14377
14378 * ps-print.el: Check for line-beginning-position definition.
14379
14380 * ps-print.el: Fix counting lines in a region.
14381 (ps-print-version): New version number (5.1.5).
14382 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14383 (ps-printing-region): Fun code fix.
14384
14385 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14386
14387 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14388 to file-directory-p.
14389
14390 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14391
14392 * gud.el (gud-jdb-build-source-files-list): Check that directory
14393 exists before calling directory-files.
14394
14395 2000-04-13 Dave Love <fx@gnu.org>
14396
14397 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14398 syntax.
14399
14400 * emacs-lisp/cl-specs.el: Remove when, unless.
14401
14402 * emacs-lisp/cl-extra.el: Don't quote keywords.
14403 (cl-old-mapc): New variable.
14404 (mapc): Use it.
14405 (cl-map-intervals): Use with-current-buffer. Don't check for
14406 next-property-change.
14407 (cl-map-overlays): Use with-current-buffer.
14408 (cl-expt): Remove.
14409 (copy-tree, remprop): Define unconditionally.
14410
14411 * emacs-lisp/cl-compat.el (keywordp): Remove.
14412
14413 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14414 to use keywordp.
14415 (edebug-spec): Enable keywordp.
14416
14417 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14418 string-lessp.
14419
14420 * cus-start.el: Use keywordp.
14421
14422 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14423
14424 * diary-lib.el (include-other-diary-files): Fix the fix of
14425 2000-02-18 by doing a save-excursion.
14426
14427 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14428
14429 * ps-print.el: Customization fix, doc fix.
14430 (ps-print-version): New version number (5.1.4).
14431 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14432 (ps-print-preprint): Adjust code.
14433 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14434 (ps-print-prologue-header, ps-print-control-characters)
14435 (ps-spool-config): Customization fix.
14436
14437 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14438
14439 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14440 converted to the new menu-item format, names silightly changed,
14441 help strings added.
14442
14443 Support for spelling without async subprocesses:
14444
14445 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14446 (ispell-session-buffer): New variables.
14447 (ispell-start-process, ispell-process-status,
14448 ispell-accept-output, ispell-send-string): New functions, for
14449 Ispell invocation when async subprocesses aren't supported.
14450 (ispell-word, ispell-pdict-save, ispell-command-loop,
14451 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14452 to process-send-string with calls to ispell-send-string, and
14453 accept-process-output with ispell-accept-output.
14454 (ispell-init-process): Call ispell-process-status instead of
14455 process-status with.
14456 (ispell-init-process): Call ispell-start-process. Call
14457 ispell-accept-output and ispell-send-string. Don't call
14458 process-kill-without-query and kill-process if they are unbound.
14459 (ispell-async-processp): New function.
14460
14461 2000-04-12 Dave Love <fx@gnu.org>
14462
14463 * info.el: Add debug-ignored-errors.
14464 (Info-mode-menu): Add some items.
14465 (Info-directory): Add autoload cookie.
14466
14467 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14468 Modify `truncate-lines'. Make `describe-language-environment'
14469 always visible and add help. Modify `describe-key' help. Invoke
14470 Info-directory from `info'. New entry `emacs-manual'.
14471
14472 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14473
14474 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14475 propertized-buffer-identification.
14476 (ebrowse-update-member-buffer-mode-line): Likewise.
14477 (ebrowse--mode-strings): Removed.
14478 (ebrowse--mode-line-props): Removed.
14479
14480 * files.el (auto-mode-alist): Add `EBROWSE'.
14481
14482 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14483 space before testing for end of buffer.
14484 (ebrowse-load): Removed.
14485 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14486 (ebrowse-create-tree-buffer): Rewritten.
14487 (ebrowse-tree-mode): Read tree from buffer.
14488
14489 * progmodes/ebrowse-ffh.el: Removed.
14490
14491 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14492
14493 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14494
14495 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14496
14497 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14498 at the wrong place.
14499
14500 2000-04-09 Dave Love <fx@gnu.org>
14501
14502 * files.el (backup-enable-predicate): Use
14503 temporary-file-directory, small-temporary-file-directory.
14504 (make-backup-file-name-function, backup-directory-alist): New
14505 variables.
14506 (make-backup-file-name-1): New function.
14507 (make-backup-file-name): Use it.
14508 (find-backup-file-name): Likewise. Use format for clarity, not
14509 concat.
14510 (file-newest-backup): Use make-backup-file-name.
14511
14512 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14513
14514 * progmodes/ebrowse-ffh.el: New file.
14515
14516 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14517 to ebrowse-ffh.el.
14518 (ebrowse-load): Add autoload.
14519
14520 * finder.el (finder-commentary): Add autoload cookie.
14521
14522 * mail/rfc2368.el: Correct author's email address.
14523
14524 * progmodes/ebrowse.el: New file.
14525
14526 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14527 item help string.
14528 (easy-menu-do-add-item): Ditto.
14529 (easy-menu-define): Extend doc string.
14530
14531 * jit-lock.el (with-buffer-unmodified): Use
14532 restore-buffer-modified-p.
14533 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14534 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14535 with-buffer-unmodified.
14536
14537 2000-04-08 Dave Love <fx@gnu.org>
14538
14539 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14540 unless, when.
14541
14542 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14543
14544 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14545 (viper-flash-search-pattern): No operation when using Emacs
14546 doesn't support face.
14547 Use `viper-put-on-search-overlay'.
14548
14549 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14550
14551 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14552 like C-r.
14553
14554 * progmodes/make-mode.el: Some doc fixes.
14555 (makefile-mode-abbrev-table): New variable.
14556 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14557 (makefile-font-lock-keywords): Fontify includes and conditionals.
14558 (toplevel): Require `dabbrev' and `add-log' when compiling.
14559
14560 * replace.el (perform-replace): Don't move forward one char
14561 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14562 to do that because it leaves point 1 position after the last
14563 replacement, after everything has been replaced.
14564
14565 * jit-lock.el (with-buffer-unmodified): New macro.
14566 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14567 modified state.
14568 (jit-lock-function-1): Extracted from jit-lock-function; not
14569 preserving buffer's modified state.
14570 (jit-lock-function, jit-lock-stealth-fontify): Call
14571 jit-lock-function-1.
14572
14573 * mail/rfc2368.el: Remove supernumerary copyright line.
14574
14575 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14576
14577 * glasses.el: Provide facilities for inserting space before left
14578 parentheses and uncapitalization of identifiers.
14579 (glasses-mode): Try to remove old overlays in all cases.
14580
14581 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14582
14583 * progmodes/compile.el (compile-internal): Display the compilation
14584 buffer in a different frame, if it's already displayed there.
14585
14586 * mail/rfc2368.el: New file.
14587
14588 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14589 header and insert its value as mail body.
14590
14591 * subr.el (member-ignore-case): New function.
14592
14593 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14594 (dabbrev--find-expansion): Ignore buffers matching a regexp
14595 from dabbrev-ignored-regexps.
14596
14597 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14598 to extensions handled by gzip.
14599
14600 2000-04-03 Richard M. Stallman <rms@gnu.org>
14601
14602 * files.el (insert-directory): List the total free space
14603 along with the used space.
14604
14605 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14606 line is followed by one that matches CITATION-REGEXP, end the
14607 paragraph.
14608
14609 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14610
14611 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14612 (rmail-make-basic-summary-line): Use that option.
14613
14614 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14615
14616 * international/mule-cmds.el (encoded-string-description):
14617 Rewritten. Try pretty description for ISO 2022 escape sequences
14618 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14619 for hexadecimal format.
14620
14621 2000-04-01 Dave Love <fx@gnu.org>
14622
14623 * cpp.el: Change customization group to `c' from `C'.
14624
14625 * vcursor.el (vcursor-move): Use display-color-p.
14626
14627 * international/mule-util.el: Provide mule-utils.
14628 (string-to-sequence): Simplify and speed up.
14629
14630 * international/mule.el (make-coding-system): Purecopy doc-string.
14631
14632 * international/mule-cmds.el: Various menu changes.
14633 (describe-specified-language-support): Handle `Default'.
14634 (set-language-info): Purecopy `info'.
14635
14636 2000-03-31 Andrew Innes <andrewi@gnu.org>
14637
14638 * vc.el (vc-backend-diff): Return the correct status if we had to
14639 retry the rcsdiff command without the --brief option.
14640
14641 2000-03-31 Dave Love <fx@gnu.org>
14642
14643 * help.el (help-manyarg-func-alist): Correct several omissions.
14644
14645 * add-log.el: Don't require cl, fortran.
14646 (add-log-current-defun-function): Doc fix.
14647 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14648 fix.
14649 (change-log-version-rcs): Function deleted.
14650 (change-log-version-number-search): Doc fix. Use
14651 vc-workfile-version. Avoid CL dolist.
14652 (add-change-log-entry): Just call add-log-current-defun to get
14653 defun. Simplify somewhat.
14654 (change-log-get-method-definition-1): Likewise.
14655 (add-log-current-defun): Return nil if calling
14656 add-log-current-defun-function does so. Move Fortran stuff to
14657 fortran.el. Return string without properties.
14658
14659 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14660 and :alpha: char classes.
14661
14662 * mail/supercite.el: Defvar curline when compiling.
14663 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14664 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14665 rather than a-zA-Z0-9 to allow non-ASCII characters.
14666
14667 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14668
14669 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14670
14671 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14672 Re-enable new code.
14673
14674 * lpr.el (print-region-1): Use -d to specify printer name for
14675 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14676
14677 2000-03-31 Dave Love <fx@gnu.org>
14678
14679 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14680 for function definition in symbol's function value slot first
14681 instead of first consulting byte-compile-function-environment.
14682
14683 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14684
14685 * language/european.el ("Polish"): New language environment.
14686 (setup-polish-environment): New function.
14687
14688 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14689
14690 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14691 Disable new code.
14692
14693 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14694 trying to `load' the symbol of an autoload instead of the file
14695 recorded in the autoload. Fix error messages.
14696
14697 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14698
14699 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14700 (ps-print-version): New version number (5.1.3).
14701 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14702 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14703 (ps-generate-postscript-with-faces): Code fix.
14704 (ps-color-values): XEmacs compatibility.
14705 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14706 (ps-default-fg, ps-default-bg): Adjust customization.
14707 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14708 (ps-color-scale): Renaming old ps-color-value fun.
14709 (ps-print-headers): Replace ps-print-header group to avoid conflict
14710 with ps-print-header variable.
14711 (ps-print-miscellany): New group.
14712 (ps-format-color, ps-rgb-color): New funs.
14713 (ps-default-foreground): New var.
14714 (ps-printer-name-option): New const.
14715
14716 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14717
14718 * net/net-utils.el:
14719 (network-connection-host, network-connection-service): New variables
14720 (network-connection-mode): New mode, derived from comint-mode
14721 (network-connection-mode-setup): New function, saves host and
14722 service information in local variables.
14723
14724 * lisp/locate.el:
14725 (locate-word-at-point): Added this function
14726 (locate): Default to using locate-word-at-point as input
14727 Run dired-mode-hook
14728
14729 2000-03-29 Dave Love <fx@gnu.org>
14730
14731 * calendar/appt.el: Doc fixes.
14732 (appt-check): Convert min-to-app to a string before passing to
14733 appt-disp-window-function or concat.
14734 (appt-delete-window): Remove test for frame-root-window.
14735 (appt-select-lowest-window, appt-convert-time): Simplify.
14736
14737 * emacs-lisp/bytecomp.el: Doc fixes.
14738 (byte-compile-file-form-autoload): Update
14739 byte-compile-function-environment.
14740
14741 2000-03-29 Andreas Schwab <schwab@suse.de>
14742
14743 * emacs-lisp/autoload.el: Also print defsubst doc string
14744 specially.
14745
14746 * dired.el (dired-insert-directory): If dired-free-space-program
14747 failed just delete its output.
14748
14749 2000-03-29 Dave Love <fx@gnu.org>
14750
14751 * international/iso-cvt.el: Move provide to end. Doc fixes.
14752 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14753 (iso-iso2sgml, iso-sgml2iso): New functions.
14754 (iso-cvt-define-menu): Fix some entries and use backquote for
14755 clarity.
14756
14757 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14758
14759 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14760
14761 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14762 ISO-DATE. If non-nil, return date in ISO 8601 format.
14763
14764 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14765
14766 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14767 if it ever becomes used.
14768 (log-edit-mode-hook): Default to vc-log-mode-hook.
14769 (log-edit-mode): Fix the docstring.
14770
14771 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14772 the code.
14773
14774 2000-03-26 Dave Love <fx@gnu.org>
14775
14776 * net/browse-url.el (browse-url): Re-fix case of
14777 browse-url-browser-function being an alist.
14778 (browse-url): Add :link to defgroup.
14779
14780 * files.el: Doc fixes.
14781 (file-truename): Include `[' in wildcard characters.
14782 (automount-dir-prefix): Customize.
14783 (find-file-wildcards): Add :version.
14784 (find-file-noselect): Simplify a mapcar call.
14785
14786 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14787 compatible with inf-lisp version.
14788 (eval-defun-1): Fix custom-declare-variable case.
14789
14790 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14791
14792 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14793
14794 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14795
14796 * Makefile (COMPILE_FIRST): New macro.
14797 (compile-files): Compile files from COMPILE_FIRST first.
14798
14799 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14800 code.
14801
14802 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14803 matching open parenthesis in column 0 to defun-prompt-regexp
14804 only if open-paren-in-column-0-is-defun-start is set.
14805
14806 * sun-curs.el: Require CL at compile-time only.
14807
14808 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14809 instead of copy-list which is a function from CL.
14810 (msb--choose-menu, msb--mode-menu-cond)
14811 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14812 (msb--init-file-alist): Use mapcar instead of mapcan.
14813 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14814 `(' in column 0 in doc string.
14815 (msb--add-separators): Use mapcar instead of mapcan.
14816
14817 * cus-dep.el: Require CL at compile-time only.
14818
14819 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14820
14821 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14822 (byte-compile-warnings): New warning `noruntime'.
14823 (byte-compile-constants, byte-compile-variables): Fix docstring.
14824 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14825 execute `eval-whenc-compile's body.
14826 (byte-compile-unresolved-functions): Fix docstring.
14827 (byte-compile-eval): New function.
14828 (byte-compile-callargs-warn): Check if the function will be available
14829 at runtime (via property `byte-compile-noruntime').
14830 (byte-compile-print-syms): New function.
14831 (byte-compile-warn-about-unresolved-functions): Also warn about
14832 `noruntime' functions (and use `byte-compile-print-syms').
14833 (byte-compile-file): Capitalize the message.
14834
14835 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14836
14837 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14838 (rmail-expunge): Ask for confirmation depending on the setting
14839 of rmail-confirm-expunge.
14840
14841 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14842
14843 * Makefile (bootstrap-clean): If $(emacs) exists, build
14844 loaddefs.el first. A loaddefs.el that's not up-to-date might
14845 cause a bootstrap failure because things don't autoload as
14846 expected.
14847
14848 2000-03-23 Dave Love <fx@gnu.org>
14849
14850 * net/browse-url.el: Restore previous use of
14851 browse-url-maybe-new-window.
14852
14853 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14854
14855 * ps-print.el: Skip banner page fix.
14856 (ps-print-version): New version number (5.1.2).
14857 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14858
14859 2000-03-23 Dave Pearson <davep@davep.org>
14860
14861 * net/quickurl.el Changed the type of parameter passed to the
14862 function defined by `quickurl-format-function'. Before only the
14863 text of the URL was passed. Now the whole URL structure is passed
14864 and the function is responsible for extracting the parts it
14865 requires. Changed the default of `quickurl-format-function'
14866 accordingly.
14867 (quickurl-insert): Changed the `funcall' of
14868 `quickurl-format-function' to match the above change.
14869 (quickurl-list-insert): Changed the `url' case so that it makes
14870 use of `quickurl-format-function', previous to this the format was
14871 hard wired.
14872
14873 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14874
14875 * startup.el: Change some spellings for the X Window System.
14876
14877 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14880 up the code and the regexp and make sure the cursor is temporarily
14881 moved to the suspicious line while querying the user.
14882
14883 2000-03-22 Jason Rumney <jasonr@gnu.org>
14884
14885 * w32-fns.el (w32-charset-info-alist): Initialize.
14886
14887 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14888
14889 * ps-print.el: N-up last page fix.
14890 (ps-print-version): New version number (5.1.1).
14891 (ps-end-file, ps-end-job, ps-generate): Code fix.
14892
14893 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14894
14895 * files.el (find-file-run-dired): Update docstring.
14896 (find-directory-functions): New hook.
14897 (find-file-noselect): Run find-directory-functions rather than
14898 calling dired directly.
14899
14900 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14901
14902 * pcvs.el: Add a minimal leading commentary.
14903 (cvs-make-cvs-buffer): Change the header part by removing the startup
14904 message and adding a `Module' entry. Also replace the FOOTER and
14905 HEADER special fileinfos with the new support in ewoc for updating
14906 its own footer and header.
14907 (cvs-update-header): Update to use the header/footer of the ewoc.
14908 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14909 (cvs-is-within-p): New function.
14910 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14911 to only examine some subset of the buffers.
14912
14913 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14914 `format' instead of our own ad-hoc functions.
14915 Remove HEADER and FOOTER cases, now handled in the EWOC.
14916 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14917
14918 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14919 output to avoid scaring the user.
14920 (cvs-parse-table): Catch message for non-up-to-date commits.
14921
14922 * pcvs-defs.el (cvs-startup-message): Remove.
14923 (cvs-global-menu): New autoloaded menu.
14924
14925 * pcvs-util.el (cvs-string-fill): Remove.
14926
14927 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14928 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14929 PP part of it and also make it work for footers and headers.
14930 (ewoc-create): Drop POS and BUFFER arguments.
14931 Use the DLL's dummy node to store the end-of-footer position.
14932 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14933 (ewoc-refresh): Remove unused `header' variable.
14934 (ewoc-(get|set)-hf): New functions.
14935
14936 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14937 log-view-*-(message|file) and use easy-mmode-define-navigation.
14938 (log-view-message-re): Match SCCS format as well.
14939 And match the revision line rather than the dashed separator line.
14940 (log-view-mode): Use the new define-derived-mode.
14941 (log-view-current-tag): Fill in with an actual implementation.
14942
14943 * cvs-status.el (cvs-status-(prev|next)): Rename from
14944 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14945 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14946 to let the output "breathe" a little more (more readable).
14947 (cvs-status-mode): Use the new define-derived-mode.
14948
14949 * smerge-mode.el (smerge-auto-leave): New function and variable.
14950 (smerge-basic-map): Rename from smerge-basic-keymap.
14951 Change the bindings for smerge-diff-*.
14952 (smerge-*-map): Use easy-mmode-defmap.
14953 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14954 (smerge-keep-*): Use smerge-auto-leave.
14955
14956 2000-03-21 Jason Rumney <jasonr@gnu.org>
14957
14958 * cus-edit.el (custom-button-face): Use 3D look for w32.
14959 (custom-button-pressed-face): Likewise.
14960
14961 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14962
14963 * progmodes/etags.el (tags-case-fold-search): New user-option.
14964 (tags-loop-eval): New function. Bind case-fold-search around eval
14965 depending on the value of tags-case-fold-search.
14966 (tags-loop-continue): Use tags-loop-eval.
14967 (find-tag-in-order): Bind case-fold-search depending on the value
14968 of tags-case-fold-search.
14969
14970 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14971
14972 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14973 (diff-end-of-hunk): Return the end position for use in
14974 `easy-mmode-define-navigation'.
14975 (diff-recenter): Remove.
14976 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14977 of `easy-mmode-define-navigation'.
14978 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14979 previous renaming) and fix to use new names.
14980 (diff-merge-strings): Use \n as separator: simpler, faster.
14981 (diff-mode): Use `define-derived-mode'.
14982
14983 * derived.el (define-derived-mode): Don't autoload anymore.
14984 Prefer the macro-only version provided by easy-mmode.el.
14985
14986 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14987 `easy-mmode-define-derived-mode'.
14988 Use `combine-run-hooks'.
14989 (easy-mmode-define-navigation): New macro.
14990
14991 * subr.el (combine-run-hooks): New function.
14992
14993 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14994
14995 * term/x-win.el: Fontsets related initialization is simplified.
14996
14997 * international/mule-diag.el (describe-font): Don't refer to
14998 global-fontset-alist, instead call font-list.
14999 (describe-fontset, list-fontsets, mule-diag): Likewise.
15000 (print-fontset): Adjusted for the change of fontset
15001 implementation.
15002
15003 * international/fontset.el (x-charset-registries): Variable
15004 removed, instead the corresponding data is stored in the default
15005 fontset.
15006 (register-alternate-fontnames): Function removed.
15007 (resolved-ascii-font): Variable removed.
15008 (x-compose-font-name): Ignore the second argument REDOCE.
15009 (x-complement-fontset-spec): Complement only an ASCII font and
15010 element for those charsets than can use that ASCII font.
15011 (generate-fontset-menu): Don't refer to global-fontset-alist,
15012 instead call fontset-list.
15013 (uninstantiated-fontset-alist): Variable removed.
15014 (x-style-funcs-alist): Likewise.
15015 (fontset-default-styles): Likewise.
15016 (x-modify-font-name): Function removed.
15017 (create-fontset-from-fontset-spec): Ignore the argument
15018 STYLE-VARIANT.
15019 (create-fontset-from-ascii-font): Docsting adjusted for the above
15020 change.
15021 (instantiate-fontset, resolve-fontset-name): Functions removed.
15022 (fontset-list): Now implemented by C code.
15023
15024 * faces.el (read-face-font): Fix TABLE arg to completing-read.
15025 (describe-face): Include `font' attribute in the description.
15026
15027 2000-03-21 Kenichi Handa <handa@etl.go.jp>
15028
15029 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
15030
15031 2000-03-20 Gerd Moellmann <gerd@gnu.org>
15032
15033 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
15034 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
15035 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
15036
15037 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
15038 about behavior of set-buffer-modified-p wrt redisplay.
15039
15040 2000-03-19 Richard M. Stallman <rms@gnu.org>
15041
15042 * view.el (view-mode-disable): Kill local binding of view-read-only.
15043
15044 2000-03-18 Gerd Moellmann <gerd@gnu.org>
15045
15046 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
15047 is a string, convert it to a syntax cell using string-to-syntax.
15048
15049 * simple.el (syntax-code-table, syntax-flag-table): New variables.
15050 (string-to-syntax): New function.
15051
15052 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15053 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15054 try to use passive ftp mode.
15055
15056 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15057
15058 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15059
15060 * simple.el (append-to-buffer): Update point of windows after
15061 insertion.
15062
15063 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15064 forward then moving backward. Reindent.
15065
15066 * frame.el (other-frame): Call x-focus-frame only if
15067 focus-follows-mouse is off.
15068
15069 2000-03-17 Dave Love <fx@gnu.org>
15070
15071 * pcvs-util.el (cvs-strings->string): Rename
15072 replace-regexps-in-string.
15073
15074 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15075
15076 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15077 regexp for labels cannot span several lines.
15078
15079 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15080 `(setq :<key> ':<key>)' to the macro expansion.
15081
15082 2000-03-16 Dave Love <fx@gnu.org>
15083
15084 * progmodes/f90.el (f90): Put custom group under `languages', not
15085 `fortran'.
15086 (f90-mode-hook): Customize.
15087 (f90-mode): Set add-log-current-defun-function.
15088 (f90-current-defun): New function.
15089
15090 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15091
15092 * cus-edit.el (custom-variable-tag-face): Handle case that
15093 default face's height is not a number.
15094 (custom-face-tag-face, custom-group-tag-face-1)
15095 (custom-group-tag-face): Ditto.
15096 (custom-group-tag-face-1): Add :group.
15097
15098 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15099
15100 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15101
15102 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15103 requiring easymenu.
15104
15105 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15106
15107 * ps-print.el: PostScript user-defined prologue, PostScript error
15108 handler, doc fix.
15109 (ps-print-version): New version number (5.1).
15110 (ps-user-defined-prologue, ps-error-handler-message)
15111 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15112 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15113 (ps-insert-string): New function.
15114
15115 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15116
15117 * international/ccl.el (ccl-compile-expression): Don't generate
15118 invalid self-assignment code.
15119
15120 2000-03-14 Dave Love <fx@gnu.org>
15121
15122 * subr.el (replace-regexp-in-string): Renamed from
15123 replace-regexps-in-string. Doc fix.
15124
15125 2000-03-12 Dave Love <fx@gnu.org>
15126
15127 * cus-edit.el: Doc fixes.
15128 (customize-set-variable, customize-save-variable): Rename args for
15129 doc.
15130 (custom-variable-tag-face, custom-face-tag-face)
15131 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15132 style which user identify as hyperlink.
15133 (hook): Don't add undefined functions to the hook.
15134 (debug-ignored-errors): Transfer message from bindings.el.
15135
15136 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15137
15138 * recentf.el (recentf-keep-non-readable-files-p): Remove
15139 double/nested definition.
15140
15141 2000-03-12 Dave Love <fx@gnu.org>
15142
15143 * facemenu.el (facemenu-get-face): Use display-color-p.
15144 * enriched.el (enriched-decode-foreground): Likewise.
15145 (enriched-decode-background): Likewise.
15146 * isearch.el (isearch-highlight): Likewise.
15147 * info-look.el (info-lookup): Likewise.
15148 * simple.el (completion-setup-function): Likewise.
15149
15150 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15151 :options.
15152
15153 * bindings.el (mode-line-format): Fix line-number and
15154 column-number items. Add help-echo for the background.
15155 (mode-line-mule-info): Modify help-echo.
15156
15157 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15158
15159 * files.el (load-file): Allow completion to .elc.
15160
15161 * man.el: Doc fixes.
15162 (Man-init-defvars): Use display-color-p to set fontification.
15163
15164 * play/hanoi.el (hanoi-internal): Don't use oddp.
15165
15166 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15167
15168 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15169
15170 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15171
15172 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15173
15174 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15175 Fix comment.
15176
15177 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15178
15179 * font-lock.el (font-lock-keywords): Fix the doc now that
15180 regexp-opt-depth is unnecessary.
15181 (save-buffer-state): Set an edebug spec.
15182 (font-lock-fontify-anchored-keywords): Properly handle the case when
15183 the matcher goes past the limit.
15184
15185 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15186 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15187
15188 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15189 dll.el and cookie.el (from Elib) with heavy renaming and other
15190 massaging.
15191
15192 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15193 Autoload the functions used.
15194 (easy-mmode-define-syntax): Fix CL typo.
15195 (easy-mmode-define-derived-mode): Improve the docstring generation.
15196
15197 2000-03-10 Gerd Moellmann <gerd@gnu.org>
15198
15199 * textmodes/texinfo.el (texinfo-version): Variable and function
15200 removed.
15201
15202 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15203
15204 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15205 allow more flexibility.
15206 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15207 fns.
15208 (easy-mmode-defmap, easy-mmode-defsyntax)
15209 (easy-mmode-define-derived-mode): New macros.
15210
15211 2000-03-09 Didier Verna <didier@xemacs.org>
15212
15213 * rect.el (replace-rectangle): New function.
15214
15215 2000-03-09 Dave Love <fx@gnu.org>
15216
15217 * progmodes/fortran.el (fortran-comment-line-start): Define as
15218 "C".
15219 (fortran-comment-line-start-skip): Don't match cpp stuff.
15220 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15221 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15222 (fortran-mode): Don't set fortran-comment-line-start-skip,
15223 fortran-comment-line-start here. Set comment-start,
15224 add-log-current-defun.
15225 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15226 (fortran-current-defun): New function.
15227
15228 2000-03-09 Gerd Moellmann <gerd@gnu.org>
15229
15230 * emacs-lisp/re-builder.el: New file.
15231
15232 * mouse.el (mouse-drag-region): Don't run up-event handler
15233 if hscroll has changed.
15234
15235 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15236 builtin operators, use `font-lock-builtin-face' for Emacs and
15237 `font-lock-preprocessor-face' otherwise.
15238
15239 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15240 `(defun (setf foo)' differently.
15241
15242 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15243
15244 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15245 (regexp-opt): Update comment and adapt the code the new meaning of
15246 the `paren' argument of regex-opt-group for shy-groups.
15247 (regexp-opt-depth): Handle shy groups as well as backslashed
15248 backslashes.
15249 (regexp-opt-group): Turn the leading comment into a docstring.
15250 Allow `paren' to be a string (the string to use to open a group).
15251 Remove open-presuf and close-presuf. Instead of checking for `all
15252 one-char' and then later on check for `several one-char', handle
15253 both cases close together. Also apply a more generic algorithm
15254 for suffixes (the mirror image of the algorithm used for
15255 prefixes). Use shy-groups. Use nreverse rather than reverse.
15256 (regexp-opt-try-suffix): Removed.
15257
15258 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15259 from comint-mode-map, so we can just inherit from it. Also, move
15260 the initialization into the `defvar' since there's no docstring
15261 anyway and it's fairly short.
15262 (inferior-scheme-mode): Define it as derived-mode: the code is
15263 shorter and this way we inherit from comint-mode-map rather than
15264 copying it.
15265
15266 * subr.el (replace-regexps-in-string): Properly handle the case
15267 where we match an empty string.
15268
15269 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15270 when the command has a directory component (such as "./testml").
15271 Also fix a typo in the comment.
15272
15273 2000-03-08 Gerd Moellmann <gerd@gnu.org>
15274
15275 * Makefile (compile-files): Compile files one by one because
15276 that's the only way to ensure a clean compilation environment for
15277 each individual file.
15278
15279 * frame.el (other-frame): Call x-focus-frame.
15280
15281 2000-03-07 Dave Love <fx@gnu.org>
15282
15283 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15284 :require to defcustom.
15285
15286 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15287 lists.
15288
15289 * files.el (auto-mode-alist): Add configure.in.
15290
15291 * progmodes/autoconf.el: New file.
15292
15293 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15294
15295 * mail/mh-e.el: Change maintainer to `none'.
15296
15297 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15298 to remove-hook and add-hook.
15299
15300 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15301
15302 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15303 it as the default.
15304 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15305 (sendmail-send-it): Conditionally add MIME headers specifying the
15306 used character set.
15307
15308 2000-03-07 Dave Love <fx@gnu.org>
15309
15310 * winner.el: Fix keywords, autoload cookies. Split
15311 eval-when-compile form to avoid compilation failure.
15312
15313 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15314
15315 * international/mule.el: Modify comment about coding system
15316 property `coding-category'.
15317 (make-coding-system): New argument EOL-TYPE. Pay attention to
15318 coding-category property of PROPERTIES.
15319
15320 * international/mule-conf.el (coding-category-utf-8,
15321 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15322 categories. Include them in the argument for set-coding-priority.
15323
15324 * international/mule-cmds.el (reset-language-environment): Include
15325 coding-category-utf-8, coding-category-utf-16-be, and
15326 coding-category-utf-16-le in the argument for set-coding-priority.
15327 (reset-language-environment): Initialize coding-category-utf-8,
15328 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15329
15330 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15331
15332 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15333 code abstracted out of `bookmark-jump-noselect'. Now tries info
15334 extensions as well as compression extensions.
15335 (bookmark-jump-noselect): Use above new func.
15336
15337 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15338
15339 * strokes.el: Change maintainer's mail address.
15340
15341 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15342
15343 * international/mule-diag.el (list-character-sets): Make help-echo
15344 string by substitute-command-keys.
15345 (list-character-sets): Likewise.
15346 (sort-listed-character-sets): Call help-setup-xref.
15347
15348 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15349
15350 * time.el (display-time-mail-file): Add `none' to the list of
15351 choices.
15352
15353 2000-03-01 Dave Love <fx@gnu.org>
15354
15355 * help.el (help-xref-go-back): Don't try to set position.
15356
15357 * international/mule-diag.el (list-character-sets): Call
15358 help-setup-xref. Add help-echo to xrefs.
15359 (list-character-sets-1): Add help-echo to xrefs.
15360
15361 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15362
15363 * frame.el (blink-cursor-mode): Switch cursor on when turning
15364 the mode off.
15365
15366 * add-log.el (add-log-current-defun): Add support for
15367 Autoconf mode.
15368
15369 * mail/rmail.el (rmail-quit-hook): New variable.
15370
15371 2000-03-01 Dave Love <fx@gnu.org>
15372
15373 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15374
15375 * help.el (help-xref-button): Add help-echo arg.
15376 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15377
15378 * faces.el (list-faces-display): Supply help-echo with
15379 help-make-xrefs.
15380
15381 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15382 nil.
15383
15384 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15385
15386 * image.el (defimage): Look for image files in load-path.
15387
15388 * frame.el (busy-cursor-delay-seconds): Change type to
15389 `number'.
15390
15391 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15392
15393 * recentf.el (recentf): Added version tag to the defgroup of
15394 recentf.
15395
15396 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15397
15398 * recentf.el (recentf-cleanup): Changed to remove excluded file
15399 too.
15400 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15401 action to select/unselect a file.
15402 (recentf-edit-list): Code cleanup and improvement.
15403 (recentf-open-more-files-action): `recentf-open-more-files' button
15404 widget action to open a file.
15405 (recentf-open-more-files): No more use standard completion but
15406 widgets.
15407 (recentf-more-collection): Deleted.
15408 (recentf-more-history): Deleted.
15409 (recentf-setup-more-completion): Deleted.
15410
15411 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15412
15413 * recentf.el (recentf-mode): No more needs that Emacs is running
15414 under a window-system.
15415
15416 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15417
15418 * recentf.el (recentf-edit-list): New command to edit the recent
15419 list which allow the user to remove files.
15420 (recentf-edit-selected-items): New global variable, used by
15421 `recentf-edit-list' to hold the list of files to be removed from
15422 the recent list.
15423 (recentf-make-menu-items): Updated to display a "Edit list..."
15424 menu item. Minor code cleanup.
15425
15426 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15427
15428 * recentf.el (recentf-open-more-files): New command to open files
15429 that are not displayed in the menu.
15430 (recentf-more-collection): New global variable holding the set of
15431 permissible completions used by `recentf-open-more-files'.
15432 (recentf-more-history): New global variable holding the history list
15433 used by `recentf-open-more-files' completion.
15434 (recentf-setup-more-completion): New function to setup completion for
15435 `recentf-open-more-files'.
15436 (recentf-make-menu-items): Updated to display a "More..." menu item.
15437
15438 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15439
15440 * recentf.el (recentf-menu-action): Doc fixed.
15441
15442 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15443
15444 * recentf.el (recentf-menu-filter): Doc updated.
15445 (recentf-update-menu-hook): Allow menu filters to force menu update.
15446 (recentf-make-menu-items): New menu filter handling.
15447 (recentf-make-menu-item): New helper function.
15448 (recentf-menu-elements): New menu handling function.
15449 (recentf-sort-ascending): Updated to new menu filter handling.
15450 (recentf-sort-descending): Updated to new menu filter handling.
15451 (recentf-sort-basenames-ascending): New menu filter function.
15452 (recentf-sort-basenames-descending): New menu filter function.
15453 (recentf-show-basenames): New menu filter function.
15454 (recentf-show-basenames-ascending): New menu filter function.
15455 (recentf-show-basenames-descending): New menu filter function.
15456
15457 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15458
15459 * diary-lib.el (list-diary-entries): Don't try to go forward at
15460 the end of the buffer.
15461
15462 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15463
15464 * international/mule-diag.el (list-character-sets): Completely
15465 rewritten.
15466 (sort-listed-character-sets): New function.
15467 (list-character-sets-1): Completely rewritten.
15468 (list-character-sets-2): New function.
15469 (non-iso-charset-alist): New variable.
15470 (decode-codepage-char): New function.
15471 (charset-history): New variable.
15472 (read-charset) (list-block-of-chars)
15473 (list-iso-charset-chars)
15474 (list-non-iso-charset-chars)
15475 (list-charset-chars): New functions.
15476 (mule-diag): Call list-character-sets-2, not
15477 list-character-sets-2.
15478 (dump-charsets): Likewise.
15479
15480 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15481
15482 * dired-x.el (dired-filename-at-point): Add `@' to valid
15483 file name characters.
15484 (dired-filename-at-point): Handle ange-ftp file names.
15485
15486 * frame.el (frame-notice-user-settings): Use assq-delete-all
15487 instead of assoc-delete-all.
15488 (frame-notice-user-settings): Ditto.
15489
15490 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15491 Don't copy alist.
15492
15493 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15494
15495 * calculator.el (calculator-use-menu): New option.
15496 (calculator-initial-bindings): Changed some bindings to work as
15497 macros.
15498 (calculator-forced-input): Removed.
15499 (calculator-restart-other-mode): New variable.
15500 (calculator-mode-map): Set up menu.
15501
15502 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15503
15504 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15505 tags.
15506
15507 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15508
15509 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15510 translate all ESC key sequences.
15511 (viper-goto-mark-subr): restore markers for files for which
15512 they were saved.
15513 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15514 * viper-util.el (viper-set-replace-overlay-glyphs,
15515 viper-set-replace-overlay): always check if the replacement
15516 overlay is live.
15517 * viper.el (viper-vi-state-mode-list): added major modes.
15518 * ediff-wind.el: minor comment changes.
15519 * ediff.el: copyright notice date fix.
15520
15521 2000-02-27 Jason Rumney <jasonr@gnu.org>
15522
15523 * faces.el (face-font-family-alternatives): Add arial to helv.
15524 (mode-line, header-line, tool-bar): Same default as x for w32.
15525 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15526 face-font-family-alternatives from working.
15527 * term/w32-win.el (mouse-set-font): Do not build fontset from
15528 chosen font.
15529
15530 2000-02-25 Sam Steingold <sds@goems.com>
15531
15532 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15533 properly.
15534
15535 2000-02-25 Richard M. Stallman <rms@gnu.org>
15536
15537 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15538
15539 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15540
15541 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15542 writable.
15543
15544 * frame.el (busy-cursor-delay-seconds): New option.
15545
15546 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15547
15548 * frame.el (show-cursor-in-non-selected-windows): New option.
15549
15550 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15551
15552 * diary-lib.el (include-other-diary-files): Undo the selective
15553 display in any included file and don't kill it.
15554
15555 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15556
15557 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15558 bar. Menu items converted to (menu-item format, help strings
15559 added.
15560 [downcase, upcase]: Don't enable on MS-DOS.
15561 [symlink, symlinks]: Don't show if make-symbolic-link is not
15562 bound.
15563 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15564
15565 2000-02-23 Dave Love <fx@gnu.org>
15566
15567 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15568 (backward-kill-word): Revert addition of * to interactive spec --
15569 it's a feature.
15570
15571 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15572 (backward-kill-sentence, kill-sentence): Likewise.
15573
15574 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15575 scratch buffer name.
15576 (gud-format-command): Use int-to-string in ?l case. Simplify
15577 slightly.
15578
15579 * term/w32-win.el (internal-face-interactive): Update prompt for
15580 new read-face-name.
15581
15582 * mail/footnote.el (footnote): Add :version to defgroup.
15583 (footnote-section-tag-regexp): Customize.
15584 (footnote-start-tag, footnote-end-tag): New option.
15585 (footnote-latin-regexp): New variable.
15586 (Footnote-latin): New function.
15587 (footnote-style-alist): Add element for latin style.
15588 (footnote-style): Moved.
15589 (Footnote-goto-footnote): Use eq to test arg.
15590
15591 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15592
15593 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15594 (byte-compile-trueconstp): Include keywords.
15595 (byte-optimize-quote, byte-optimize-lapcode): Use
15596 byte-compile-const-symbol-p.
15597 (byte-optimize-char-before): New optimization.
15598
15599 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15600 (byte-compile-const-symbol-p): New function.
15601 (byte-compile-constp, byte-compile-out-toplevel)
15602 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15603 Use it.
15604
15605 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15606
15607 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15608
15609 * international/encoded-kb.el: Be sure to update minor-mode-alist
15610 and minor-mode-map-alist.
15611 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15612 codes SS2 and SS3 correctly.
15613 (encoded-kbd-self-insert-ccl): New function.
15614 (encoded-kbd-setup-keymap): New function.
15615 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15616 by calling encoded-kbd-setup-keymap.
15617
15618 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15619 characters.
15620 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15621 locally.
15622
15623 2000-02-22 Dave Love <fx@gnu.org>
15624
15625 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15626 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15627 defvar.
15628 (lisp-mode-syntax-table): Set up for #|...|# comments.
15629 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15630 classes. Match `defface'.
15631 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15632 (eval-defun-1): Fix for defcustom.
15633 (lisp-indent-region): Doc fix.
15634
15635 * subr.el (when, unless, split-string): Doc fix.
15636 (read-passwd): Move call of clear-this-command-keys to the right
15637 place.
15638 (replace-regexps-in-string): New function.
15639
15640 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15641
15642 * help.el (describe-variable): Set syntax table to
15643 emacs-lisp-mode-syntax-table when moving forward over the
15644 symbol's name.
15645
15646 2000-02-22 Dave Love <fx@gnu.org>
15647
15648 * xt-mouse.el: Doc fixes.
15649 (xterm-mouse-position-function): New function, replacing advice of
15650 mouse-position.
15651 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15652
15653 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15654
15655 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15656
15657 * format.el (format-annotate-single-property-change): Handle
15658 properties.with dotted-list values.
15659 (format-proper-list-p): New function.
15660
15661 * enriched.el (enriched-face-ans): Handle '(foreground-color
15662 . COLOR) and (background-color . COLOR).
15663
15664 2000-02-20 Dave Love <fx@gnu.org>
15665
15666 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15667 and assignments to it.
15668 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15669 current local map.
15670 (make-flyspell-overlay): Use it.
15671 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15672
15673 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15674 (lm-get-header-re): Defun, not defsubst.
15675 (lm-get-package-name): Defun, not defsubst. Simplify.
15676 (lm-version): Doc fix. Simplify.
15677 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15678 (lm-crack-address, lm-last-modified-date, lm-commentary)
15679 (lm-verify, lm-synopsis): Simplify.
15680 (lm-report-bug): Require emacsbug. Use compose-mail.
15681
15682 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15683
15684 * dired.el (dired-mode): Call propertized-buffer-identification
15685 to set mode-line-buffer-identification to something having
15686 the right text properties.
15687
15688 * bindings.el (propertized-buffer-identification): New function.
15689
15690 2000-02-20 Dave Love <fx@gnu.org>
15691
15692 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15693 check for t-mouse too.
15694
15695 * cus-start.el: Make echo-keystrokes `number'.
15696
15697 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15698
15699 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15700 Don't call ring-empty-p unless tags-location-ring is bound.
15701 From Noah Friedman <friedman@splode.com>.
15702
15703 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15704
15705 * progmodes/hideshow.el (hs-flag-region): No longer use
15706 `intangible' overlay property.
15707
15708 (hs-toggle-hiding): New command.
15709 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15710
15711 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15712 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15713 and deactivation.
15714
15715 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15716
15717 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15718
15719 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15720
15721 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15722
15723 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15724 of `*' to handle `(* ... *)' comments.
15725
15726 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15727
15728 * faces.el (list-faces-display): Use display-mouse-p instead of
15729 window-system.
15730
15731 * menu-bar.el (global-map): Menu-bar items converted to the new
15732 format (menu-item..., rearranged for better CUA compliance, and
15733 their names changed for better clarity. Help strings added.
15734
15735 * international/mule-cmds.el (mule-menu-keymap)
15736 (describe-language-environment-map, set-coding-system-map)
15737 (setup-language-environment-map): Convert to new (menu-item...
15738 form, add help strings. Change names of menu items for better
15739 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15740 submenu).
15741
15742 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15743
15744 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15745 within the code.
15746
15747 2000-02-16 Dave Love <fx@gnu.org>
15748
15749 * faces.el: Don't require custom. Add more specific :groups to
15750 various deffaces.
15751 (set-face-attribute): Purecopy args.
15752 (read-face-name): Default to name at point and use it in prompt.
15753 Remove colon from arg in all callers.
15754 (list-faces-display): Hyperlink to face descriptions and customize
15755 buffers.
15756
15757 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15758
15759 * wid-edit.el (widget-match-inline): An atom never matches a
15760 list.
15761
15762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15763
15764 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15765 at ':' characters by call to split-string.
15766
15767 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15768
15769 * textmodes/bibtex.el: Added RCS version identification.
15770
15771 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15772
15773 * textmodes/bibtex.el: Some temporary comments removed.
15774 (bibtex-field-name, bibtex-entry-type): Made the relationship
15775 explicit.
15776 (bibtex-field-const): Allow capital letters.
15777 (bibtex-start-of-string): Deleted because unused.
15778
15779 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15780 use the term 'reference' to describe a bibtex entry as a whole.
15781 Further, reference keys are no longer called 'labels'.
15782 (bibtex-keys): Renamed to bibtex-reference-keys.
15783 (bibtex-reformat-previous-labels): Renamed to
15784 bibtex-reformat-previous-reference-keys.
15785 (bibtex-reference-type): Renamed to bibtex-entry-type.
15786 (bibtex-reference-head): Renamed to bibtex-entry-head.
15787 (bibtex-reference-maybe-empty-head): Renamed to
15788 bibtex-entry-maybe-empty-head.
15789 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15790 (bibtex-search-reference): Renamed to bibtex-search-entry.
15791 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15792 bibtex-enclosing-entry-maybe-empty-head.
15793 (bibtex-entry-field-alist, bibtex-entry-head,
15794 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15795 bibtex-map-entries, bibtex-search-entry,
15796 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15797 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15798 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15799 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15800 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15801 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15802 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15803
15804 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15805
15806 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15807 comment.
15808 (bibtex-format-field-delimiters): New function, functionality
15809 extracted from bibtex-format-entry.
15810 (bibtex-autokey-get-yearfield-digits): New function, functionality
15811 extracted from bibtex-autokey-get-yearfield.
15812
15813 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15814 entries in order to avoid stack overflow in the regexp matcher if
15815 field contents become large.
15816 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15817 bibtex-field-string-part-not-braced,
15818 bibtex-field-string-part-no-inner-braces,
15819 bibtex-field-string-part-1-inner-brace,
15820 bibtex-field-string-part-2-inner-braces,
15821 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15822 bibtex-field-string-quoted, bibtex-field-string,
15823 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15824 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15825 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15826 as parsing is now performed by the following functions.
15827 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15828 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15829 bibtex-parse-field-string, bibtex-search-forward-field-string,
15830 bibtex-parse-association, bibtex-field-name-for-parsing,
15831 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15832 bibtex-search-forward-field, bibtex-search-backward-field,
15833 bibtex-start-of-field, bibtex-end-of-field,
15834 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15835 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15836 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15837 bibtex-parse-string, bibtex-search-forward-string,
15838 bibtex-search-backward-string, bibtex-start-of-string,
15839 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15840 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15841 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15842 entries. Instead of reporting the results of the parsing by
15843 match-beginning or match-end, these functions return data structures
15844 that hold the corresponding positions.
15845 (bibtex-enclosing-field): Changed to also report field boundaries by
15846 return values rather than by match-beginning or match-end. The
15847 following functions have been adapted to use the new parsing
15848 functions.
15849 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15850 bibtex-enclosing-field, bibtex-format-entry,
15851 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15852 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15853 bibtex-print-help-message, bibtex-end-of-entry,
15854 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15855 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15856 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15857 method for parsing.
15858 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15859 bibtex-map-entries, bibtex-flash-head,
15860 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15861 bibtex-autokey-change, bibtex-autokey-get-namefield,
15862 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15863 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15864 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15865 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15866 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15867 order to make the new binding of case-fold-search immediately
15868 visible.
15869
15870 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15871
15872 * textmodes/bibtex.el: Copyright notice is up to date.
15873 Added constant 'bibtex-maintainer-salutation.
15874
15875 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15876 than make-temp-name, use match-string-no-properties and eliminate
15877 a quadratic behavior when building bibtex-strings.
15878
15879 * bibtex.el (bibtex-reference-key): Accept string entries whose
15880 reference key contains upper case letters.
15881
15882 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15883
15884 * bibtex.el (bibtex-reference-head): Allow entries to start with
15885 a new line.
15886
15887 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15888
15889 * bibtex.el: Hiding of entry bodies is not longer provided by
15890 bibtex.el directly. Instead the hideshow package can be used.
15891 Added a special bibtex entry to hs-special-modes-alist.
15892 (bibtex-hs-forward-sexp): Added for hideshow.el.
15893
15894 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15895
15896 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15897 at ':' characters by call to split-string.
15898
15899 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15900
15901 * textmodes/bibtex.el: Added RCS version identification.
15902
15903 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15904
15905 * textmodes/bibtex.el: Some temporary comments removed.
15906 (bibtex-field-name, bibtex-entry-type): Made the relationship
15907 explicit.
15908 (bibtex-field-const): Allow capital letters.
15909 (bibtex-start-of-string): Deleted because unused.
15910
15911 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15912 use the term 'reference' to describe a bibtex entry as a whole.
15913 Further, reference keys are no longer called 'labels'.
15914 (bibtex-keys): Renamed to bibtex-reference-keys.
15915 (bibtex-reformat-previous-labels): Renamed to
15916 bibtex-reformat-previous-reference-keys.
15917 (bibtex-reference-type): Renamed to bibtex-entry-type.
15918 (bibtex-reference-head): Renamed to bibtex-entry-head.
15919 (bibtex-reference-maybe-empty-head): Renamed to
15920 bibtex-entry-maybe-empty-head.
15921 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15922 (bibtex-search-reference): Renamed to bibtex-search-entry.
15923 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15924 bibtex-enclosing-entry-maybe-empty-head.
15925 (bibtex-entry-field-alist, bibtex-entry-head,
15926 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15927 bibtex-map-entries, bibtex-search-entry,
15928 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15929 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15930 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15931 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15932 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15933 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15934 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15935
15936 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15937
15938 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15939 comment.
15940 (bibtex-format-field-delimiters): New function, functionality
15941 extracted from bibtex-format-entry.
15942 (bibtex-autokey-get-yearfield-digits): New function, functionality
15943 extracted from bibtex-autokey-get-yearfield.
15944
15945 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15946 entries in order to avoid stack overflow in the regexp matcher if
15947 field contents become large.
15948 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15949 bibtex-field-string-part-not-braced,
15950 bibtex-field-string-part-no-inner-braces,
15951 bibtex-field-string-part-1-inner-brace,
15952 bibtex-field-string-part-2-inner-braces,
15953 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15954 bibtex-field-string-quoted, bibtex-field-string,
15955 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15956 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15957 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15958 as parsing is now performed by the following functions.
15959 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15960 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15961 bibtex-parse-field-string, bibtex-search-forward-field-string,
15962 bibtex-parse-association, bibtex-field-name-for-parsing,
15963 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15964 bibtex-search-forward-field, bibtex-search-backward-field,
15965 bibtex-start-of-field, bibtex-end-of-field,
15966 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15967 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15968 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15969 bibtex-parse-string, bibtex-search-forward-string,
15970 bibtex-search-backward-string, bibtex-start-of-string,
15971 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15972 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15973 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15974 entries. Instead of reporting the results of the parsing by
15975 match-beginning or match-end, these functions return data structures
15976 that hold the corresponding positions.
15977 (bibtex-enclosing-field): Changed to also report field boundaries by
15978 return values rather than by match-beginning or match-end. The
15979 following functions have been adapted to use the new parsing
15980 functions.
15981 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15982 bibtex-enclosing-field, bibtex-format-entry,
15983 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15984 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15985 bibtex-print-help-message, bibtex-end-of-entry,
15986 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15987 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15988 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15989 method for parsing.
15990 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15991 bibtex-map-entries, bibtex-flash-head,
15992 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15993 bibtex-autokey-change, bibtex-autokey-get-namefield,
15994 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15995 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15996 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15997 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15998 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15999 order to make the new binding of case-fold-search immediately
16000 visible.
16001
16002 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16003
16004 * textmodes/bibtex.el: Copyright notice is up to date.
16005 Added constant 'bibtex-maintainer-salutation.
16006
16007 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
16008 than make-temp-name, use match-string-no-properties and eliminate
16009 a quadratic behavior when building bibtex-strings.
16010
16011 * bibtex.el (bibtex-reference-key): Accept string entries whose
16012 reference key contains upper case letters.
16013
16014 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16015
16016 * bibtex.el (bibtex-reference-head): Allow entries to start with
16017 a new line.
16018
16019 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16020
16021 * bibtex.el: Hiding of entry bodies is not longer provided by
16022 bibtex.el directly. Instead the hideshow package can be used.
16023 Added a special bibtex entry to hs-special-modes-alist.
16024 (bibtex-hs-forward-sexp): Added for hideshow.el.
16025
16026 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16027
16028 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16029 proceedings entry type (for cross referencing). Thanks to Wagner
16030 Toledo Correa for the suggestion.
16031
16032 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16033
16034 2000-02-14 Kenichi Handa <handa@etl.go.jp>
16035
16036 * international/characters.el: Setup case table for Vietnamese.
16037
16038 2000-02-12 Gerd Moellmann <gerd@gnu.org>
16039
16040 * uniquify.el (toplevel): Require CL at compile time.
16041 (uniquify-push): Removed.
16042
16043 * shadowfile.el (shadow-when): Removed.
16044
16045 * tempo.el (tempo-dolist, tempo-mapc): Removed.
16046 (tempo-process-and-insert-string): Use dolist instead of
16047 tempo-dolist.
16048
16049 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16050 regexp for paragraph-start.
16051
16052 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16053 commas as well.
16054
16055 2000-02-10 Dave Love <fx@gnu.org>
16056
16057 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16058 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16059 Deleted.
16060 (widget-specify-field, widget-specify-button): Don't use
16061 widget-mouse-help as help-echo property.
16062 (default): Use #'ignore for :validate and :mouse-down-action.
16063 (checkbox): Add help-echo.
16064 (widget-sexp-validate): Rewritten to clarify error messages.
16065 (character): Use char-valid-p in :match function.
16066 (widget-color-complete): Use facemenu-color-alist.
16067 (widget-color-action): Use facemenu-read-color.
16068
16069 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16070 set up `caar' &c that we now have.
16071
16072 2000-02-09 Ray Blaak <blaak@gnu.org>
16073
16074 * delphi.el: Make resourcestring a declaration region, like const
16075 and var.
16076
16077 2000-02-09 Dave Love <fx@gnu.org>
16078
16079 * bindings.el (mode-line-input-method-map): New variable.
16080 (mode-line-mule-info): Use it; fix last change.
16081 (mode-line-mode-menu): Move definition.
16082 (mode-line-mouse-sensitive-p): Deleted.
16083 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16084 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16085 level.
16086
16087 * startup.el (command-line-1): Don't call
16088 make-mode-line-mouse-sensitive.
16089
16090 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16091
16092 * mail/rmail.el (rmail-retry-failure): Use
16093 rmail-beginning-of-message before rmail-toggle-header, because the
16094 former toggles headers.
16095
16096 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16097
16098 * diff-mode.el (diff-kill-junk): New interactive function.
16099 (diff-reverse-direction): Use delete-and-extract-region.
16100 (diff-post-command-hook): Restrict the area so that the hook also works
16101 outside of any diff hunk. This is necessary for the minor-mode.
16102 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16103 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16104
16105 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16106 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16107 so that it can be used more easily in <foo>-mode-hook. Also make sure
16108 to avoid duplicate entries.
16109 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16110 (font-lock-remove-keywords): Just as was done for `add', allow it to
16111 work even if font-lock-mode is nil. Also make sure we don't modify
16112 any pre-existing list by forcing a copy-sequence. Finally rename
16113 `major-mode' to `mode'.
16114 (font-lock-fontify-syntactic-anchored-keywords)
16115 (font-lock-fontify-anchored-keywords)
16116 (font-lock-fontify-keywords-region): Use line-end-position.
16117 Don't make `font-lock-multiline' local (it's now done in
16118 font-lock-set-defaults).
16119 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16120 move the `font-lock-fontified' creation to inside the `unless'.
16121
16122 2000-02-06 Andrew Innes <andrewi@gnu.org>
16123
16124 * term/w32-win.el (x-handle-args): Comment out call to message,
16125 which occurs before window system is initialized.
16126
16127 * makefile.nt: Add support for recompiling lisp code.
16128
16129 2000-02-04 Dave Love <fx@gnu.org>
16130
16131 * bindings.el (mode-line-mule-info): Fix/extend last change.
16132
16133 * completion.el: Replace completion-dolist with dolist.
16134
16135 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16136 dotimes.
16137
16138 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16139
16140 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16141 environment names before they go into the section regexp.
16142
16143 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16144 char class in regexp.
16145
16146 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16147 `case-fold-search' to nil.
16148
16149 * progmodes/idlwave.el (idlwave-template): Respect
16150 `idlwave-abbrev-change-case'.
16151 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16152 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16153 idlwave-while): respect `idlwave-reserved-word-upcase'.
16154 (idlwave-rw-case): New function.
16155 (idlwave-statement-match): Fixed problem with assignment regexp.
16156 (idlwave-font-lock-keywords): Improved regexp for keyword
16157 parameters.
16158 (idlwave-surround): New argument LENGTH to support padding of
16159 operators longer than 1 char.
16160
16161 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16162 idlwave-shell-expression-overlay. Implemented printing of
16163 expressions on higher levels of the calling stack.
16164 (idlwave-shell-display-level-in-calling-stack): Restore stack
16165 level.
16166 (idlwave-retrieve-expression-from-level): New function.
16167 (idlwave-shell-last-calling-stack): Variable removed.
16168 (idlwave-shell-reset): Argument action reversed (`visible' to
16169 `hidden'). Also remove stop-line overlay.
16170 (idlwave-shell-calling-stack-routine): New variable.
16171 (idlwave-shell-parse-stack-and-display): Messages now display
16172 negative level numbers.
16173 (idlwave-shell-mode): Set `modeline-format'.
16174 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16175 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16176 21.
16177 (idlwave-shell-print-expression-function): New option.
16178
16179 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16180 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16181 `tool-bar' instead of `toolbar'.
16182
16183 2000-02-02 Dave Love <fx@gnu.org>
16184
16185 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16186 emacs-lisp-mode-hook. Don't check for defalias being defined.
16187
16188 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16189 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16190 the new builtins directly.
16191
16192 * whitespace.el (whitespace): Add :version to defgroup.
16193
16194 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16195 Doc fix.
16196
16197 * thingatpt.el (sexp-at-point, symbol-at-point)
16198 (number-at-point, list-at-point): Add autoload cookie.
16199
16200 * recentf.el (recentf): Add :version to defgroup.
16201
16202 * quickurl.el (quickurl): Add :version to defgroup.
16203
16204 * elide-head.el (elide-head): Use point-marker more.
16205
16206 * bs.el (bs): Add :version to defgroup.
16207
16208 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16209
16210 * progmodes/delphi.el (delphi): Add :version to defgroup.
16211
16212 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16213
16214 * ange-ftp.el (ange-ftp-write-region): Handle case that
16215 succeeding process operation sets a different coding system.
16216
16217 * calculator.el: New file.
16218
16219 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16220
16221 * frame.el (frames-on-display-list, framep-on-display): New
16222 functions.
16223 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16224 (display-selections-p, display-screens, display-pixel-width)
16225 (display-pixel-height, display-mm-width, display-mm-height)
16226 (display-backing-store, display-save-under, display-planes)
16227 (display-color-cells, display-visual-class): New functions.
16228
16229 * term/tty-colors.el (tty-color-gray-shades): New function.
16230
16231 * faces.el (display-color-p): Use framep-on-display.
16232 (display-grayscale-p): New function.
16233
16234 2000-01-31 Dave Love <fx@gnu.org>
16235
16236 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16237 (create-fontset-from-x-resource): Don't concat integers.
16238
16239 2000-01-31 Inge Frick <inge@nada.kth.se>
16240
16241 * view.el: Some changes in documentation. Removed some trailing
16242 whitespace. Changed some parameter names to agree with
16243 documentation.
16244 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16245 window is not deleted. Modifies change 1998-04-26.
16246
16247 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16248
16249 * windmove.el: New file.
16250
16251 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16252 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16253 progmodes/ebnf-yac.el: Update copyright and license info.
16254
16255 * jit-lock.el (jit-lock-function): Widen before calculating end
16256 position.
16257 (jit-lock-stealth-chunk-start): Rewritten.
16258
16259 * info.el (Info-title-face-alist): Removed.
16260 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16261 faces.
16262 (Info-fontify-node): Use these faces.
16263
16264 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16265
16266 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16267 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16268 `&allow-other-keywords'.
16269
16270 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16271 the list of directories scanned heuristically.
16272
16273 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16274 exist.
16275
16276 2000-01-30 Jason Rumney <jasonr@gnu.org>
16277
16278 * w32-fns.el: Define w32-tty-standard-colors.
16279
16280 * startup.el (command-line): Use w32-tty-standard-colors when in
16281 w32 console mode.
16282
16283 2000-01-30 Dave Love <fx@gnu.org>
16284
16285 * jka-compr.el (jka-compr-load): Fix up load-history.
16286
16287 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16288
16289 * emacs-lisp/cl-macs.el: Revert previous change.
16290
16291 2000-01-29 Dave Love <fx@gnu.org>
16292
16293 * facemenu.el: Purecopy various strings.
16294
16295 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16296 years. Deal with three-digit years.
16297
16298 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16299 defconst, purecopy.
16300 (help-back-label): Purecopy it.
16301
16302 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16303
16304 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16305 variable. If non-nil, order the buffer list according to the
16306 currently selected frame.
16307 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16308 non-nil, pass the selected frame to function buffer-list.
16309
16310 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16311
16312 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16313
16314 2000-01-28 Dave Love <fx@gnu.org>
16315
16316 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16317
16318 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16319 Don't use lisp-indent-hook property.
16320 (cl-abs): Remove.
16321
16322 * subr.el: Move out indent and edebug specs for when and unless.
16323
16324 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16325 when, unless.
16326
16327 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16328 unless, when.
16329
16330 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16331
16332 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16333 `collecting' as synonym for `collect'.
16334
16335 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16336 for the case it contains spaces.
16337
16338 * simple.el (what-cursor-position): Change formatting of
16339 messages.
16340
16341 * frame.el (delete-other-frames): New function.
16342 (toplevel): Bind it to C-x 5 1.
16343
16344 * sort.el (sort-numeric-base): New option.
16345 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16346 interpret it as octal or hexadecimal. Use sort-numeric-base
16347 as default base.
16348
16349 * progmodes/glasses.el: New file.
16350
16351 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16352
16353 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16354 userids differently.
16355
16356 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16357 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16358 progmodes/ebnf-yac.el: New files.
16359
16360 2000-01-26 Dave Love <fx@gnu.org>
16361
16362 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16363 on a function with an empty body. [From Eric Ludlam.]
16364
16365 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16366
16367 * vc.el (vc-version-diff): Make sure file name is expanded.
16368
16369 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16370
16371 * scroll-bar.el (scroll-bar-timer): Variable removed.
16372 (scroll-bar-toolkit-scroll): Don't use a timer.
16373
16374 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16375
16376 * language/thai-util.el (thai-composition-function): Delete
16377 superfluous `a'.
16378
16379 2000-01-24 Dave Love <fx@gnu.org>
16380
16381 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16382 end-of-defun-function.
16383
16384 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16385 &c.
16386
16387 2000-01-22 Jason Rumney <jasonr@gnu.org>
16388
16389 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16390 conflicts with new face support.
16391
16392 2000-01-22 Richard M. Stallman <rms@gnu.org>
16393
16394 * replace.el (query-replace): Rename last arg to DELIMITED.
16395 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16396 (query-replace-regexp): Likewise.
16397
16398 2000-01-20 Richard M. Stallman <rms@gnu.org>
16399
16400 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16401
16402 * emacs-lisp/lisp.el (beginning-of-defun-function):
16403 Variable renamed from beginning-of-defun.
16404 Do not call make-variable-buffer-local.
16405 (beginning-of-defun-raw): Use new variable name; doc fix.
16406 (beginning-of-defun): Doc fix.
16407 (end-of-defun-function): Variable renamed from end-of-defun.
16408 Do not call make-variable-buffer-local.
16409 (end-of-defun): Use new variable name; doc fix.
16410
16411 * subr.el (dolist, dotimes): Copied from cl-macs.el
16412 and made to work.
16413
16414 * mail/undigest.el (rmail-digest-end-regexps):
16415 Variable replaces rmail-digest-end-regexp.
16416 Allows multiple regexps for detecting the end line.
16417 (undigestify-rmail-message): Corresponding changes.
16418
16419 2000-01-19 Dave Love <fx@gnu.org>
16420
16421 * files.el (user-init-file): Don't declare here -- is primitive.
16422
16423 * startup.el (command-line): Check for compiled user-init-file and
16424 set to uncompiled version if necessary.
16425
16426 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16427
16428 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16429 (undigestify-rmail-message): Use it.
16430
16431 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16432
16433 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16434
16435 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16436 of mini-buffer.
16437
16438 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16439
16440 * emacs-lisp/copyright.el (copyright-update): Removed the
16441 requirement for a trailing space from `copyright-regexp', to
16442 support copyrights with owner specified on a separate line..
16443
16444 * align.el: New file.
16445
16446 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16447
16448 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16449
16450 2000-01-13 Dave Love <fx@gnu.org>
16451
16452 * ph.el: Removed. (Obsoleted by EUDC.)
16453
16454 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16455
16456 * net/eudc.el (toplevel): Remove autoloaded code installing
16457 menu with easymenu, because that causes build problems.
16458
16459 * frame.el (frame-notice-user-settings): New variable.
16460 (frame-notice-user-settings): Don't modify frame parameters
16461 if called a second time.
16462
16463 2000-01-13 Richard M. Stallman <rms@gnu.org>
16464
16465 * frame.el (frame-notice-user-settings):
16466 Notice default-frame-parameters even for non-window frames.
16467
16468 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16469
16470 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16471 for Emacs.
16472 (eudc-bob-can-display-inline-images): Extend for Emacs.
16473 (eudc-bob-toggle-inline-display): Ditto.
16474 (eudc-bob-display-jpeg): Ditto.
16475
16476 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16477
16478 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16479 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16480 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16481
16482 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16483 nil)'.
16484
16485 * subdirs.el: Add `net' directory.
16486
16487 * net: New directory.
16488
16489 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16490 eval-last-sexp. Don't bind debug-on-error here.
16491 (eval-last-sexp): New function. Bind debug-on-error if
16492 eval-expression-debug-on-error is non-nil.
16493 (eval-defun-2, eval-defun): Likewise.
16494
16495 * simple.el (eval-expression): Don't bind debug-on-error if
16496 eval-expression-debug-on-error is nil. Detect changed
16497 debug-on-error, and propagate new value to global binding, if
16498 eval-expression-debug-on-error is non-nil,
16499 (eval-expression-debug-on-error): Change doc string.
16500
16501 2000-01-11 Richard M. Stallman <rms@gnu.org>
16502
16503 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16504
16505 * emacs-lisp/lisp-mode.el (with-syntax-table):
16506 Set up lisp-indent-function property.
16507
16508 * subr.el (with-syntax-table): Moved from simple.el.
16509
16510 * simple.el (with-syntax-table): Moved to subr.el.
16511
16512 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16513
16514 * tmm.el (tmm-shortcut): Delete region after prompt instead
16515 of erasing buffer.
16516
16517 * textmodes/fill.el (fill-common-string-prefix): New function.
16518 (fill-context-prefix): Use the longest common prefix of first
16519 and second line fill prefix, if there is one.
16520
16521 2000-01-11 Richard M. Stallman <rms@gnu.org>
16522
16523 * array.el (array-mode): Don't use make-variable-buffer-local.
16524 Use make-local-variable for `truncate-lines'.
16525
16526 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16527
16528 * add-log.el (add-log-current-defun): Handle user-defined
16529 add-log-current-function returning nil,
16530
16531 * add-log.el (add-change-log-entry): Insert version number
16532 if having found a current function
16533
16534 * add-log.el (add-log-current-defun): Call
16535 `add-log-current-defun-function'. Try matches at level 0 and
16536 level 1. Strip whitespace from defun found.
16537
16538 2000-01-10 John Wiegley <johnw@gnu.org>
16539
16540 * allout.el (isearch-done/outline-provisions): Added `edit'
16541 argument to correspond with the current definition of
16542 `isearch-done'.
16543
16544 2000-01-10 Dave Love <fx@gnu.org>
16545
16546 * elide-head.el (elide-head): Use point-marker, not point.
16547
16548 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16549
16550 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16551 before and after the year 2000.
16552
16553 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16554 Add ispell- prefix.
16555
16556 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16557
16558 * ispell.el: Only define dictionaries in menus when they exist.
16559 (version18p): New variable.
16560 (version20p): New variable.
16561 (xemacsp): New variable.
16562 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16563 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16564 (ispell-dictionary-alist6): Russian command lines no longer accept
16565 run-together words.
16566 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16567 (ispell-dictionary-alist): Add koi8-r to customize definition.
16568 (check-ispell-version): Added documentation string. Returns
16569 library path when called non-interactively.
16570 (ispell-menu-map-needed): Uses new variables.
16571 (ispell-library-path): New variable.
16572 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16573 (ispell-word): Improved documentation string. Test for valid
16574 character mappings. Correctly check typed in word changes that can
16575 result in single words split into multiple words. Returns
16576 replacement word.
16577 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16578 replace in recursive query replace mode. Help message for
16579 recursive edit mode.
16580 (ispell-show-choices): Protect against bad framepop bindings.
16581 (ispell-help): Fix to work with XEmacs.
16582 (ispell-highlight-spelling-error): Use new variables.
16583 (ispell-overlay-window): Fix to work with XEmacs.
16584 (ispell-parse-output): Passed and returns location information
16585 tracking spelling corrections. Doesn't recheck same word on
16586 current line.
16587 (ispell-init-process): Protect against bogus XEmacs variable binding.
16588 Fix call to single argument in sleep-for. Use new variables.
16589 (ispell-region): Passed and returns location information tracking
16590 spelling corrections. Doesn't check same word on current line.
16591 Improved documentation string. Doesn't resend a line already
16592 checked to the ispell process - fixes bug in LaTeX parsing.
16593 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16594 (ispell-skip-region): No longer skips <TT> in SGML.
16595 (ispell-process-line): Tracks location information with spelling
16596 corrections. Added documentation string. Accounts for words
16597 already accepted on this line. Don't allow query-replace on line
16598 starting with math characters. Doesn't resend a line already sent
16599 to ispell process. Fixes alignment error bug.
16600
16601 2000-01-10 Richard M. Stallman <rms@gnu.org>
16602
16603 * dired-x.el (dired-guess-shell-alist-default):
16604 Suggest xloadimage, which is free, not xv, which isn't.
16605
16606 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16607 Don't ever include the host name or user name in the value.
16608
16609 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16610
16611 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16612 of a real newline.
16613
16614 2000-01-09 Stephen Eglen <stephen@gnu.org>
16615
16616 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16617 for .png files.
16618
16619 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16620
16621 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16622
16623 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16624
16625 * progmodes/cperl-mode.el: Replace ^F with ^L.
16626
16627 * sendmail.el (toplevel): Provide `sendmail' when compiling
16628 before `require'ing rmail and mailalias to prevent infinite
16629 recursion.
16630
16631 2000-01-08 Dave Love <fx@gnu.org>
16632
16633 * emacs-lisp/backquote.el: Remove inappropriate customization
16634 (allowing custom.el to use backquote).
16635
16636 2000-01-07 Dave Love <fx@gnu.org>
16637
16638 * add-log.el (add-log-debugging): Deleted.
16639 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16640 file. Remove debugging code.
16641 (change-log-get-method-definition, change-log-name): Add doc.
16642 (change-log-sortable-date-at): New function.
16643 (change-log-merge): New command.
16644
16645 * time.el (display-time-string-forms): Make the Mail string active.
16646 (display-time-update): Provide help-echo for load average.
16647
16648 * bindings.el (make-mode-line-mouse2-map): New function.
16649 (mode-line-modified): Use it and simplify.
16650 (mode-line-mule-info): Provide help-echo info.
16651 (minor-mode-alist): Activate the strings.
16652 (make-mode-line-mouse-sensitive): Simplify for
16653 mode-line-buffer-identification.
16654
16655 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16656
16657 * play/pong.el: New file.
16658
16659 2000-01-06 Dave Love <fx@gnu.org>
16660
16661 * array.el: Assorted cleanups for compiler warnings, doc strings,
16662 `array-' prefix for symbols.
16663
16664 2000-01-05 Dave Love <fx@gnu.org>
16665
16666 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16667 outline-headers-as-kill.
16668 (outline-mode): Define imenu-generic-expression.
16669 (outline-headers-as-kill): New command.
16670
16671 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16672 from paragraph-start.
16673 (paragraph-indent-minor-mode): New command.
16674
16675 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16676 M-C-e, M-C-h, C-j, C-xnd, TAB.
16677 (fortran-mode): Set beginning-of-defun, end-of-defun.
16678 (fortran-column-ruler): Simplify.
16679 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16680 (fortran-with-subprogram-narrowing): Likewise.
16681 (fortran-indent-subprogram): Call mark-defun.
16682 (fortran-check-for-matching-do): Change narrowing.
16683
16684 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16685 (cl-lucid-hash-tag): Delete.
16686 (cl-hash-table-p): Correct test for native table.
16687 (cl-hash-table-count): Use hash-table-count.
16688
16689 * browse-url.el (browse-url): Fix case of
16690 browse-url-browser-function being an alist.
16691
16692 2000-01-05 Carsten Dominik <cd@gnu.org>
16693
16694 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16695 (reftex-index-phrase-file-extension): New options.
16696
16697 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16698 Use new option `reftex-index-phrase-file-extension'.
16699
16700 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16701 `reftex-parse-file-extension'.
16702
16703 2000-01-05 Dave Love <fx@gnu.org>
16704
16705 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16706 (beginning-of-defun-raw): Use it.
16707 (end-of-defun): New variable.
16708 (end-of-defun): Use it.
16709 (check-parens): New command.
16710
16711 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16712
16713 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16714 (hs-show-block): Don't use `mapcar' when not accumulating.
16715
16716 Fix buglet in local variables initialization.
16717
16718 2000-01-05 Andreas Schwab <schwab@suse.de>
16719
16720 * hscroll.el (hscroll): Doc fix.
16721
16722 2000-01-05 Carsten Dominik <cd@gnu.org>
16723
16724 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16725 idlw-toolbar.
16726
16727 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16728 file idlw-rinfo.el.
16729 (idlwave-customize): load must read file idlw-shell.el.
16730 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16731
16732 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16733
16734 * progmodes/idlw-shell.el: Also provide idlwave-shell
16735 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16736 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16737
16738 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16739 both reftex-dcr and reftex-vcr.
16740
16741 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16742
16743 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16744
16745 * ps-print.el: PostScript code now is in separate files, doc fix.
16746 (ps-print-version): New version number (5.0.3).
16747 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16748 local.
16749 (ps-spool-config): Initialization fix.
16750 (ps-print-prologue-1, ps-print-prologue-2)
16751 (ps-print-duplex-feature): PostScript code moved to separated file.
16752 (ps-background-image): Little code reformating.
16753 (ps-begin-file, ps-begin-job): Fix code.
16754 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16755 (ps-prologue-file): New fun.
16756
16757 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16758
16759 * ps-vars.el: Eliminated.
16760
16761 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16762 `;;;###autoload'.
16763
16764 * ps-print.el: ps-vars eliminated, doc fix.
16765 (ps-print-version): New version number (5.0.2).
16766 (ps-spool-config): Initialization fix.
16767 (ps-print-customize): New fun.
16768
16769 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16770
16771 * autorevert.el (auto-revert-mode): Return value of
16772 auto-revert-mode.
16773
16774 2000-01-04 Dave Love <fx@gnu.org>
16775
16776 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16777 menu items.
16778
16779 2000-01-03 Dave Love <fx@gnu.org>
16780
16781 * elide-head.el (elide-head) [defgroup]: Add :version.
16782
16783 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16784 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16785 `cl-hash-table-p', not `hash-table-p'.
16786 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16787
16788 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16789
16790 * faces.el (face-read-integer, read-face-attribute)
16791 (color-defined-p, color-values): unspecified-{f,b}g are now
16792 strings.
16793
16794 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16795
16796 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16797 at comment end, and re-insert them after filling.
16798
16799 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16800
16801 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16802 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16803 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16804
16805 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16806
16807 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16808 the new name of face-color-supported-p.
16809
16810 * term/w32-win.el (xw-defined-colors): Likewise.
16811
16812 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16813
16814 * simple.el (completion-setup-function): Count completion-size
16815 from minibuffer-prompt-end, not from point-min.
16816
16817 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16818
16819 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16820 Pass the frame to tty-color-* functions.
16821 (display-color-p, frame-set-background-mode): Pass the frame to
16822 tty-display-color-p.
16823
16824 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16825 tty-color-alist.
16826 (tty-color-alist, tty-modify-color-alist): New functions.
16827 (tty-color-define, tty-color-clear, tty-color-approximate)
16828 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16829 an optional parameter FRAME.
16830
16831 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16832
16833 * image.el (create-image, defimage): Don't assume image data is a
16834 string.
16835
16836 * image.el (defimage): Handle specifications containing :data
16837 instead of :file.
16838 (image-type-from-data): New function.
16839 (image-type-from-file-header): Use it.
16840 (create-image): Add parameter DATA-P.
16841
16842 See ChangeLog.8 for earlier changes.
16843
16844 ;; Local Variables:
16845 ;; coding: iso-2022-7bit
16846 ;; End: