]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(dos-8+3-filename): Rename from dos-truncate-to-8+3.
[gnu-emacs] / lisp / ChangeLog
1 2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
4 All callers changed.
5
6 2001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9 long file names aren't supported, truncate the file names in
10 quail-misc-package-ext-info to 8+3 before matching them against
11 FILENAME.
12
13 * dos-fns.el (dos-truncate-to-8+3): New function.
14
15 * progmodes/compile.el (grep-compute-defaults): Use null-device
16 instead of literal /dev/null. Reported by Jens Schmidt
17 <schmidt@mathematik.uni-kl.de>.
18
19 * simple.el (normal-erase-is-backspace-mode): Doc fix.
20
21 2001-04-06 Dave Love <fx@gnu.org>
22
23 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
24 Remove redundant string-to-list.
25
26 2001-04-05 Stefan Monnier <monnier@cs.yale.edu>
27
28 * composite.el (reference-point-alist): Doc fix.
29
30 2001-04-05 Sam Steingold <sds@gnu.org>
31
32 * font-lock.el (font-lock-keywords-case-fold-search):
33 Make buffer-local. This fixes a very annoying bug when loading a Lisp
34 file made font-lock case-insensitive.
35
36 2001-04-05 Gerd Moellmann <gerd@gnu.org>
37
38 * faces.el (defface menu): Doc fix.
39
40 * wid-edit.el (widget-color-sample-face-get): Don't make
41 faces for undefined colors.
42
43 * version.el (emacs-version): Include LessTif/Motif version info.
44
45 2001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
46
47 * ps-mule.el: Eliminate cl package dependence.
48 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
49 if they aren't defined yet.
50 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
51 Eliminate cl package dependence.
52
53 2001-04-04 Stefan Monnier <monnier@cs.yale.edu>
54
55 * progmodes/cc-cmds.el (c-outline-level):
56 Bind buffer-invisibility-spec. Originally from Dave Love, but
57 got lost when incorporating version 5.26.
58
59 2001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * emulation/pc-select.el (pc-selection-mode):
62 Call normal-erase-is-backspace-mode instead of binding
63 keys individually.
64
65 * cus-load.el (normal-erase-is-backspace): Use it instead of
66 delete-key-deletes-forward.
67
68 * startup.el (command-line): Use normal-erase-is-backspace and
69 normal-erase-is-backspace-mode.
70
71 * simple.el (normal-erase-is-backspace): Rename from
72 delete-key-deletes-forward. Doc fix.
73 (normal-erase-is-backspace-mode): Rename from
74 delete-key-deletes-forward-mode. Doc fix.
75 Run normal-erase-is-backspace-hook.
76
77 * dired.el (dired-move-to-filename-regexp): Support file sizes in
78 ``human-readable'' format produced by GNU `ls'.
79 (dired-move-to-filename-regexp): Recognize ISO format dates.
80 From Paul Eggert <eggert@twinsun.com>.
81
82 2001-04-04 Gerd Moellmann <gerd@gnu.org>
83
84 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
85 New functions.
86 (lm-verify): Check keywords.
87 From Eric M. Ludlam <eric@siege-engine.com>.
88
89 2001-04-03 Eric M. Ludlam <eric@siege-engine.com>
90
91 * speedbar.el (speedbar-insert-image-button-maybe): Check for
92 `xemacs' feature instead of for the function `set-extent-property'.
93
94 2001-04-03 Stefan Monnier <monnier@cs.yale.edu>
95
96 * mail/mh-utils.el (mh-folder-hist): New var.
97 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
98
99 2001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
102 region, position point on the first or last 16-byte group.
103 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
104 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
105 hexl-beginning-of-line.
106
107 2001-04-03 Gerd Moellmann <gerd@gnu.org>
108
109 * icomplete.el (icomplete-mode): Treat an argument like other
110 modes do.
111
112 * startup.el (fancy-splash-head): Use splash8.xpm for color
113 depth 8.
114
115 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
116 Add an antry for ``converts''.
117
118 * language/slovak.el ("Slovak"): Add documentation string.
119 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
120
121 * language/czech.el ("Czech"): Add documentation string.
122 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
123
124 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
125 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
126
127 2001-04-02 Stefan Monnier <monnier@cs.yale.edu>
128
129 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
130 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
131 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
132 Use `defsubst' rather than a macro to ease debugging.
133 (mail-extr-last): Remove (use `last' instead).
134 (mail-extract-address-components): Properly reset the syntax-table
135 after parsing an address. Use `last' rather than mail-extr-last.
136 Make sure the end marker stays at the very end.
137
138 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
139
140 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
141 last change.
142
143 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
144
145 * ps-print.el: Line and paragraph spacing feature. Region to cut
146 out when printing. Doc fix.
147 (ps-print-version): New version number (6.5).
148 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
149 New vars. Line and paragraph spacing feature.
150 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
151 out when printing.
152 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
153 (ps-get-font-size, ps-begin-job, ps-continue-line)
154 (ps-plot-region): Code fix.
155 (ps-print-prologue-2): Var eliminated.
156 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
157 New internal vars.
158 (ps-get-size): New fun.
159 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
160 (ps-next-line): Replace defun by defsubst.
161 (ps-mule-plot-string): Autoload doc fix.
162
163 * ps-bdf.el: XEmacs compatibility. Doc fix.
164 (installation-directory, coding-system-for-read): Declare vars if
165 it's not declared yet.
166 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
167
168 * ps-mule.el: XEmacs compatibility. Doc fix.
169 (leading-code-private-22): Declare var if it's not declared yet.
170 (charset-bytes, charset-dimension, charset-id, charset-width)
171 (find-charset-region, split-char, char-width, chars-in-region)
172 (forward-point, decompose-composite-char, encode-coding-string)
173 (coding-system-p, ccl-execute-on-string, define-ccl-program):
174 Define funs if not defined yet.
175 (encode-composition-rule, find-composition): Define funs if not
176 loaded yet.
177 (ps-mule-prologue): PostScript code fix.
178
179 2001-04-02 Kenichi Handa <handa@etl.go.jp>
180
181 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
182 non-nil, generate font for the header strings.
183 (ps-mule-prepare-font): Likewise.
184 (ps-mule-generate-glyphs): Likewise.
185 (ps-mule-string-encoding): Likewise.
186 (ps-mule-header-charsets): New variable.
187 (ps-mule-encode-header-string): New function.
188 (ps-mule-header-string-charsets): New function.
189 (ps-mule-begin-job): Check charsets in the header strings. If there
190 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
191
192 * ps-print.el (ps-generate-header-line): Encode the header string by
193 ps-mule-encode-header-string.
194 (ps-mule-encode-header-string): Declare autoload.
195
196 2001-04-02 Gerd Moellmann <gerd@gnu.org>
197
198 * frame.el (cursor-in-non-selected-windows):
199 Replaces show-cursor-in-non-selected-windows.
200
201 2001-03-31 Kenichi Handa <handa@etl.go.jp>
202
203 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
204 Delete entries for "chinese-py" and "chinese-ziranma".
205 (quail-misc-package-ext-info): New variable.
206 (tsang-quick-converter): New function.
207 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
208 (quick-cns-converter, py-converter, ziranma-converter)
209 (miscdic-convert, batch-miscdic-convert): New functions.
210
211 2001-03-30 Kenichi Handa <handa@etl.go.jp>
212
213 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
214 eight-bit-control chars.
215
216 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
217 Reduce making temporary vector (suggested by Dave Love).
218
219 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
222 string as well.
223
224 2001-03-30 Andreas Schwab <schwab@suse.de>
225
226 * files.el (backup-directory-alist): Fix typo.
227
228 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
231 <eggert@twinsun.com>.
232
233 2001-03-30 Dave Love <fx@gnu.org>
234
235 * progmodes/fortran.el (fortran-comment-region): Fix typo.
236
237 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * simple.el (transient-mark-mode): Mention C-g in the doc string.
240
241 2001-03-30 Miles Bader <miles@gnu.org>
242
243 * subr.el (interactive-form): Fix paren typo.
244
245 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * emacs-lisp/profile.el: Say that it's obsolete in the header
248 line, so that finder.el puts that into its data-base.
249 Suggested by Alex Schroeder <alex@gnu.org>.
250
251 2001-03-29 Paul Eggert <eggert@twinsun.com>
252
253 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
254 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
255
256 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
257
258 * generic.el (generic-mode-set-comments): Use "" rather than nil
259 for comment-end.
260
261 2001-03-29 Gerd Moellmann <gerd@gnu.org>
262
263 * emacs-lisp/advice.el (ad-make-advised-definition):
264 Call interactive-form to obtain the interactive spec of subrs.
265
266 * subr.el (interactive-form): New function.
267
268 2001-03-29 Andre Spiegel <spiegel@gnu.org>
269
270 * vc-sccs.el (vc-sccs-register): Use relative file names.
271
272 2001-03-28 Gerd Moellmann <gerd@gnu.org>
273
274 * bookmark.el (bookmark-get-bookmark): Handle case that
275 BOOKMARK is not a string.
276
277 * image.el (image-type-regexps): Change type for PS files
278 to `postscript'.
279
280 * subr.el (read-passwd): Clear command history after each
281 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
282
283 2001-03-27 Kenichi Handa <handa@etl.go.jp>
284
285 * international/kkc.el (kkc-save-init-file): Locally bind
286 print-length to nil.
287
288 2001-03-26 Gerd Moellmann <gerd@gnu.org>
289
290 * textmodes/flyspell.el: Some doc fixes.
291 (flyspell-maybe-correct-transposition)
292 (flyspell-maybe-correct-doubling): Use a temporary buffer
293
294 * textmodes/ispell.el (ispell-parse-output): Doc fix.
295
296 * emacs-lisp/byte-opt.el (byte-optimize-while)
297 (byte-optimize-form-code-walker): Diagnose too few arguments
298 for `if' and `while'.
299
300 2001-03-26 Kenichi Handa <handa@etl.go.jp>
301
302 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
303 Prepend `\' to "\<quail-translation-docstring>".
304
305 2001-03-26 Gerd Moellmann <gerd@gnu.org>
306
307 * autorevert.el (global-auto-revert-non-file-buffers):
308 Remove duplicate defcustom.
309
310 2001-03-26 Miles Bader <miles@gnu.org>
311
312 * international/latin1-disp.el (latin1-char-displayable-p):
313 Add leading "-" for X font pattern.
314
315 2001-03-26 Kenichi Handa <handa@etl.go.jp>
316
317 * international/mule-diag.el (describe-coding-system):
318 For raw-text and emacs-mule, don't add anymore text about what
319 charsets they can encode.
320
321 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * help.el (view-lossage): Mention open-dribble-file in the doc
324 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
325
326 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
327
328 * skeleton.el (skeleton-internal-list): Fix bogus logic.
329 (skeleton-pair-insert-maybe): Don't pair after a backslash.
330
331 2001-03-23 Kenichi Handa <handa@etl.go.jp>
332
333 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
334 Call ccl-execute-on-string directly so that CCL program handling
335 multibyte sequence can work correctly.
336 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
337 property of the coding system.
338
339 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
340
341 * textmodes/fill.el (fill-individual-paragraphs-prefix):
342 Fix transcription typo.
343
344 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
345
346 * whitespace.el: Add buffer local variables to toggle testing of
347 whitespaces in buffers without affecting the default values.
348 Bump version to 3.0 to account for a few other changes.
349 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
350 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
351 (whitespace-toggle-spacetab-check): New functions.
352
353 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
354
355 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
356
357 2001-03-21 Gerd Moellmann <gerd@gnu.org>
358
359 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
360 bs-cycle-configuration-name. From Juanma Barranquero
361 <lektu@uol.com.br>.
362
363 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
364 and cc-vars.el.
365
366 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
367 headers. Always invoke sendmail with option -t.
368
369 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
370
371 * Release of cc-mode 5.28.
372
373 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
374
375 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
376 Removed the hardcoded switch to "java" style in Java mode.
377 It's instead taken care of by the default value for c-default-style.
378
379 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
380
381 * cc-align.el (c-lineup-math): Fix bug where lineup was
382 triggered by equal signs in string literals.
383
384 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
385
386 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
387 limit detection when at the ends of the buffer.
388
389 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
390 "for" statement clause in case 7F; a better one is done
391 earlier in case 7D anyway.
392
393 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
394
395 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
396 somewhat more and did a small optimization.
397
398 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
399
400 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
401 Use the limit argument only to limit the syntactic context
402 search, not to limit the actual movement.
403
404 * cc-cmds.el (c-beginning-of-statement): Move by sentence
405 inside multiline strings, just like in comments. Also various
406 fixes to the paragraph and comment prefix recognition, block
407 comment ender handling etc.
408
409 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
410
411 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
412 the relative position of the point.
413
414 * cc-cmds.el (c-electric-continued-statement): New function to
415 use as abbrev hook to reindent for keywords such as "else"
416 that continues an earlier statement.
417
418 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
419 like classes.
420
421 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
422 (pike-mode): Populate the default abbrev tables to reindent for
423 keywords such as "else" that can continue earlier statements.
424 Abbrev mode is therefore turned on by default now. (Note that
425 this doesn't apply to idl-mode, since IDL afaik doesn't have
426 statements at all.)
427
428 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
429
430 * cc-engine.el (c-inside-bracelist-p): Fix for handling
431 bracelists where the declaration contains template arguments.
432
433 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
434
435 * cc-cmds.el (c-comment-indent):
436 Use `c-get-syntactic-indentation' to correctly calculate the
437 syntactic indentation. Fixes bug with lineup functions that
438 return vectors.
439
440 * cc-engine.el (c-get-syntactic-indentation): Split the
441 indentation sum calculation from `c-indent-line' to a separate
442 function.
443
444 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
445
446 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
447 Fixed places where it was assumed that preprocessor directives
448 have to start in column zero.
449
450 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
451 template arguments after a class identifier properly.
452
453 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
454 lists for `new Foo[]' constructs in Java as expressions and
455 not top level definition brace lists on the top level, so that
456 they'll get indented consistently with the same type of
457 expression in a normal block.
458
459 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
460
461 * cc-cmds.el (c-fill-paragraph): The kludge that checks
462 whether the adaptive filling package fails to keep the comment
463 prefix is now kludged further to check for filladapt-mode
464 which doesn't have that problem. This is really icky, but it's
465 the only way that works with the current misfeatures/bugs in
466 both adaptive-fill-mode and filladapt-mode.
467
468 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
469 around point is recognized more robust.
470
471 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
472
473 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
474 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
475 (c-lit-type): Fixed all internal variables used dynamically so
476 that they are always bound.
477
478 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
479 errors:
480
481 (c-indent-region): Fixed reporting of syntactic errors so that
482 the region is fully reindented even when an error occurs.
483 The last syntactic error is printed afterwards. Also cleanup up a
484 whole lot of code that tried to optimize indentation of whole
485 sexps but in reality accomplishes nothing.
486
487 (c-indent-sexp): Use c-indent-region.
488
489 (c-parsing-error): Changed this variable to hold the message
490 for any syntactic error that is discovered.
491
492 (c-parse-state): Search backward from point instead of the bod
493 position when the latter is invalid. This makes CC Mode
494 recover faster when there are unbalanced close braces.
495
496 (c-backward-to-start-of-if): Use c-parsing-error to report
497 dangling "else" clauses instead of throwing an error, and fall
498 back to a reasonable position.
499
500 (c-indent-line): Added argument to avoid reporting syntactic errors.
501
502 (c-show-syntactic-information): Don't report any syntactic errors.
503
504 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
505
506 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
507 paragraph recognition when moving by sentence in literals.
508
509 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
510 start regexp for javadoc to recognize javadoc markup in general instead
511 of a specific set of keywords, to be more future-safe.
512
513 (c-Pike-pikedoc-paragraph-start)
514 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
515 pikedoc markup.
516
517 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
518
519 (pike-mode): Initialize paragraph settings pikedoc recognition.
520
521 * cc-vars.el (c-default-style): Made a nicer Customize widget.
522
523 (c-comment-prefix-regexp): Made it possible to use an
524 association list on this to specify mode specific regexps.
525 The default value now use a special regexp in Pike mode to
526 recognize pikedoc markup.
527
528 (c-current-comment-prefix): New variable containing the actual
529 regexp from c-comment-prefix-regexp for the current buffer.
530
531 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
532
533 * cc-cmds.el (c-electric-brace): Fixed check for special brace
534 lists: We can't look at the syntax, since a brace list can get
535 recognized as a plain statement-cont.
536
537 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
538 special brace list opener broken over two lines got recognized
539 as a statement on the second line. Case 9A changed.
540
541 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
542
543 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
544 adjustment after line is reindented.
545
546 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
547
548 * cc-defs.el (c-point): Added optional argument for position
549 to use instead of the current point.
550
551 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
552 the in-expression block symbols when the construct starts at
553 boi, to avoid the extra level of indentation in that case.
554 Cases 4, 16A and 17E affected.
555
556 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
557
558 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
559 calls to `c-indent-line', to adhere better to Emacs conventions.
560
561 * cc-engine.el (c-indent-line): Use the syntax already bound
562 to `c-syntactic-context', if there is any.
563
564 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
565
566 * cc-engine.el (c-get-offset): Fixed bug where the indentation
567 wasn't added up correctly when a lineup function returned nil.
568
569 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
570
571 * cc-engine.el (c-collect-line-comments): Fixed bug where
572 empty lines were ignored when collecting line comments backwards.
573
574 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
575
576 * cc-align.el (c-lineup-dont-change): Return an absolute
577 indentation column to work correctly in the case when several
578 syntactic elements are processed for the same line.
579
580 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
581 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
582 (c-set-offset): Added absolute indentation column settings by
583 using the vector type.
584
585 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
586
587 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
588 Implemented two new cleanups `space-before-funcall' and
589 `compact-empty-funcall'.
590
591 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
592
593 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
594 helping building regexps.
595
596 * cc-engine.el (c-on-identifier): New function for detecting
597 identifiers. It takes keywords into account.
598
599 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
600 lists. `c-keywords' is set to a regexp matching all keywords
601 in the current language.
602
603 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
604
605 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
606 list of characters to skip backwards over at the beginning of
607 a statement, since it can precede string literals in Pike.
608
609 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
610
611 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
612 recognition when standing on the last line in a C++ comment
613 with nothing but whitespace after the prefix.
614
615 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
616 given no limit argument.
617
618 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
619
620 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
621 recognition for the `[]= operator symbol in Pike.
622
623 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
624
625 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
626 around a bug in `eval-when-compile' in the byte compiler.
627
628 * cc-engine.el (c-forward-token-1): Fixed bug with return
629 value when count is zero and there's no token start within the limit.
630
631 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
632 "prefix comments", i.e. comments which are followed by code on
633 the same line.
634
635 * cc-mode-19.el: Fixes so that checks that must be done at
636 compile time also are done then.
637
638 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
639
640 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
641 time and at runtime, and only when it's needed.
642
643 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
644
645 Major cleanup for less error prone and more warning free
646 compilation, including some fixes for bugs due to different
647 compilation orders. Thanks to Martin Buchholz for providing
648 the basis for all this.
649
650 * cc-bytecomp.el: New file that provides some byte compilation
651 features: It ensures that files always are loaded from the
652 current source directory during compilation, and it provides a
653 set of macros to turn off specific compiler warnings for
654 specific symbols. (It's not CC Mode specific in any way.)
655
656 Fixed a nearly acyclic dependency tree (both runtime and
657 compile-time) between all files.
658
659 * cc-defs.el: Separated all macros before the inline functions,
660 to ensure correct compilation.
661
662 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
663 cc-defs.el to cc-engine.el and made it a function instead.
664
665 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
666 about char-after.
667
668 * cc-vars.el: Cope even when there isn't a custom package
669 containing defcustom available.
670
671 * cc-make.el: Removed since it's no longer necessary.
672
673 README: Updated installation instructions.
674
675 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
676
677 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
678 improve the modularity: Moved all mode init stuff from
679 cc-langs.el to cc-mode.el, including the keymap
680 initialization; cc-langs now only contains the various
681 variables for configuring the language syntax.
682
683 * cc-engine.el, cc-styles.el (c-evaluate-offset)
684 (c-get-offset): Moved from cc-styles to cc-engine since file
685 dependency analysis suggests they belong there (which also
686 makes more sense). Thanks to Martin Buchholz for doing the analysis.
687
688 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
689
690 * cc-cmds.el (c-fn-region-is-active-p): New function that
691 wraps the corresponding macro, for use in places that aren't
692 compiled. Thanks to Martin Buchholz for pointing out this.
693
694 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
695
696 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
697 add things to the bug report.
698
699 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
700
701 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
702 returned prefix could contain a newline when the search for a
703 good prefix line failed.
704
705 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
706
707 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
708 (c-toggle-auto-hungry-state): Made the argument optional, as
709 the documentation says it is.
710
711 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
712
713 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
714 multiline string syntax, #"...", as a cpp macro.
715
716 2001-03-21 Paul Eggert <eggert@twinsun.com>
717
718 * international/mule-cmds.el (set-locale-environment):
719 Set system-messages-locale and system-time-locale, but only if the
720 caller specifies a non-nil locale name.
721
722 2001-03-20 Gerd Moellmann <gerd@gnu.org>
723
724 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
725 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
726
727 2001-03-20 Gerd Moellmann <gerd@gnu.org>
728
729 * follow.el (follow-avoid-tail-recenter): Doc fix.
730
731 * custom.el (custom-set-variables): Avoid reversing the list
732 of args needlessly.
733
734 * startup.el (fancy-splash-head): Don't change the colors of the
735 XPM image on a dark background.
736
737 * comint.el (comint-exec-1): Set columns of the terminal to
738 window-width instead of frame-width.
739
740 * info.el (Info-scroll-down): Add missing WINDOW arg for
741 pos-visible-in-window-p.
742
743 * ehelp.el (electric-help-mode-hook): Add defcustom.
744
745 * mail/sendmail.el (mail-mode): Activate case-folding in
746 font-lock-defaults.
747
748 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
749
750 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
751 (completion-ignored-extensions): Remove duplicate ".class".
752
753 2001-03-19 Andreas Schwab <schwab@suse.de>
754
755 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
756 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
757
758 2001-03-19 Gerd Moellmann <gerd@gnu.org>
759
760 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
761 methods since there are not prefix input methods.
762
763 2001-03-19 Kenichi Handa <handa@etl.go.jp>
764
765 * international/mule-cmds.el (read-input-method-name):
766 Locally bind enable-recursive-minibuffers to t.
767
768 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
769
770 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
771
772 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
773
774 * ediff-util.el: Copyright years.
775 (ediff-choose-syntax-table): New function.
776 (ediff-setup): Use ediff-choose-syntax-table.
777
778 * ediff-init.el (ediff-with-syntax-table): New macro, uses
779 with-syntax-table.
780
781 * ediff.el: Date of last update, copyright years.
782
783 * ediff-wind (ediff-setup-control-frame): Nill->nil.
784
785 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
786 of Scott Bronson.
787 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
788 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
789 Deleted functions.
790 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
791 ex-token-list.
792
793 * viper-util.el: Spaces, indentation.
794
795 * viper.el: Changed version, modification time.
796
797 2001-03-16 John Wiegley <johnw@gnu.org>
798
799 * calendar/timeclock.el (timeclock-workday-remaining):
800 Check whether `discrep' is non-null before using it.
801
802 2001-03-16 John Wiegley <johnw@gnu.org>
803
804 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
805 first-time checkins.
806 (timeclock-log-data): Fixed problem with reading timelog log file.
807 Resulting data in the "day list" was incorrect.
808 (timeclock-find-discrep): Check if `timeclock-file' is readable
809 before opening it.
810 (timeclock-time-less-p): New function.
811 (timeclock-day-base): New function.
812 (timeclock-geometric-mean): New function.
813 (timeclock-generate-report): Generate a summary report based on
814 the contents of the log file. This uses `timeclock-log-data', and
815 is an example of writing a timelog manipulation function.
816 (timeclock-visit-timelog): A quick command for opening the timelog
817 file.
818 (timeclock-log-data): Bound the variable event.
819
820 2001-03-16 Kenichi Handa <handa@etl.go.jp>
821
822 * international/mule-cmds.el (select-safe-coding-system):
823 Fix typo: symbol-name -> symbol-value.
824
825 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
826 before substitute-in-file-name to handle double slashes in FILE
827 correctly.
828
829 2001-03-15 Gerd Moellmann <gerd@gnu.org>
830
831 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
832 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
833
834 2001-03-14 Gerd Moellmann <gerd@gnu.org>
835
836 * bindings.el (features): Add `md5' and `overlay' to the list.
837
838 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
839 bound before using it. It's not bound when configured without X,
840 for instance.
841
842 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
843
844 * progmodes/hideshow.el: Update copyright.
845 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
846 (hs-minor-mode-hook): Include `:version' in defcustom form.
847
848 2001-03-13 Gerd Moellmann <gerd@gnu.org>
849
850 * help.el (string-key-binding): Don't call event-start on
851 a non-list.
852
853 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
854
855 * startup.el (fancy-splash-tail, command-line-1): Fix the
856 copyright year.
857
858 2001-03-13 Kenichi Handa <handa@etl.go.jp>
859
860 * term.el: These changes are based on a patch sent from Yong Lu
861 <lyongu@yahoo.com>.
862 (term-set-escape-char): Bind M-x to execute-extended-command in
863 term-raw-escape-map.
864 (term-move-columns): Don't try to move to negagive column.
865 (term-emulate-terminal): Insert a string before deleting a text to
866 overwrite.
867
868 2001-03-12 Gerd Moellmann <gerd@gnu.org>
869
870 * play/life.el (life): Rearrange code so that all calls to
871 life-display-generation are in a catch-form.
872
873 * progmodes/etags.el (tags-loop-continue): Don't change point in a
874 file that isn't interesting. In an interesting file, push the old
875 value of point on the mark ring.
876
877 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
878 New function.
879 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
880 Use it.
881
882 * emacs-lisp/autoload.el (generate-file-autoloads):
883 Remove warning about line lengths.
884
885 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
886
887 * progmodes/etags.el (tags-compression-info-list): New variable.
888 (find-tag-in-order): Use it to deal with compressed source files.
889 (tag-file-name-match-p): New function.
890 (etags-recognize-tags-table): Use it for better match of file names.
891
892 2001-03-12 Kenichi Handa <handa@etl.go.jp>
893
894 * international/mule-cmds.el (register-input-method): Doc fix.
895
896 * international/quail.el (quail-translate-key): Fix condition to
897 check if there's another breaking point in the current key.
898
899 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
900
901 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
902 Babyl header to the newly-created output file, bind
903 coding-system-for-write to either rmail-file-coding-system or
904 emacs-mule-unix.
905
906 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
907
908 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
909 Fix the name and regexp used for subsubsections.
910
911 2001-03-10 Dave Love <fx@gnu.org>
912
913 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
914 and save-buffer if buffer-file-name non-nil. From rms.
915
916 2001-03-10 Andre Spiegel <spiegel@gnu.org>
917
918 * vc.el (vc-do-command): If the destination buffer is already
919 current, don't set it up and don't erase it. Updated doc string
920 to reflect that.
921 (vc-version-diff): When doing a single file diff, don't switch to the
922 *vc-diff* buffer before the command. This is to preserve local
923 variable bindings that might affect the diff command.
924 (vc-print-log): Don't switch to the *vc* buffer before the
925 command, so that local variable bindings are preserved.
926
927 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
928 not the current buffer.
929 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
930
931 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
932 make output go to buffer *vc*, not the current buffer.
933
934 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
935
936 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
937 so ^, $, *, ? and + are interpreted correctly.
938
939 2001-03-09 Gerd Moellmann <gerd@gnu.org>
940
941 * help.el (string-key-binding): Renamed from
942 mode-line-key-binding. Handle any event on a string.
943 Check for `keymap' properties as well as `local-map' properties.
944
945 * comint.el (comint-insert-clicked-input): Use the last key
946 from this-command-keys to lookup the global key definition.
947
948 2001-03-09 Kenichi Handa <handa@etl.go.jp>
949
950 * international/characters.el: Add category `j' for
951 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
952
953 * international/mule-conf.el (no-conversion): Fix docstring.
954 (raw-text): Fix docstring.
955
956 2001-03-08 Gerd Moellmann <gerd@gnu.org>
957
958 * simple.el (choose-completion-string): When not leaving the
959 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
960 is set.
961
962 * window.el (shrink-window-if-larger-than-buffer): Handle frame
963 parameter `(minibuffer . t)'.
964
965 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
966
967 * progmodes/sh-script.el (sh-st-symbol): New symbol.
968 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
969 (sh-mode): Remove `make-local-variable' for unused var
970 `font-lock-unfontify-region-function'.
971
972 2001-03-07 Richard M. Stallman <rms@gnu.org>
973
974 * info.el (Info-scroll-down): Fix previous change.
975
976 * mail/rmail.el (rmail-toggle-header): Use a window which
977 is showing the Rmail buffer, rather than the selected window.
978
979 2001-03-07 Dave Love <fx@gnu.org>
980
981 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
982 now, to avoid problems with binding imenu directly to a mouse event.
983
984 2001-03-07 Gerd Moellmann <gerd@gnu.org>
985
986 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
987 second arg t.
988
989 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
990
991 * log-edit.el (log-edit-common-indent): New var.
992 (log-edit-set-common-indentation): Renamed from
993 log-edit-delete-common-indentation. Use the new var.
994 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
995
996 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
997 (cvs-mode-add-change-log-entry-other-window):
998 Don't presume change-log-default-name is defined.
999
1000 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
1001
1002 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
1003 the "tree" operation as well.
1004
1005 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
1006
1007 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
1008 to match paragraph-start.
1009
1010 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
1011 comment-start-skip and set comment-end-skip as well.
1012 (sgml-comment-indent): Fix for new value of comment-start-skip.
1013 (html-autoview-mode): Don't bother using make-local-hook.
1014
1015 2001-03-07 Gerd Moellmann <gerd@gnu.org>
1016
1017 * cus-edit.el (custom-save-delete): Move in front of local
1018 variables, otherwise long Custom entries would make them ineffective.
1019
1020 * uniquify.el: Set maintainer to FSF.
1021
1022 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1023
1024 * dired-aux.el (dired-do-shell-command): Doc fix.
1025
1026 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
1027
1028 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
1029
1030 * which-func.el (which-func-modes): Add cperl-mode.
1031 (which-func-mode-global): Use define-minor-mode.
1032
1033 * info-look.el: Docstring fixes and dead code eliminated.
1034 (cperl-mode): Add support.
1035 (emacs-lisp-mode): List all entries from elisp manual, whether
1036 or not they are currently (f)bound or not. Update regexp.
1037
1038 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
1039
1040 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
1041 so that C-h m shows the correct information.
1042 Use make-local-variable rather than make-variable-buffer-local.
1043 (cperl-info-buffer, cperl-setup-tmp-buf):
1044 Use make-local-variable rather than make-variable-buffer-local.
1045 (cperl-msb-fix, cperl-get-help-defer):
1046 Check major-mode for `cperl-mode' as well.
1047
1048 * progmodes/cperl-mode.el: Updated to author version 4.23.
1049 (cperl-electric-pod): SYNOPSIS was misspelled.
1050 (cperl-find-pods-heres): @if ? a : b was considered a REx.
1051 (cperl-after-expr-p): Make true after __END__.
1052
1053 2001-03-06 Gerd Moellmann <gerd@gnu.org>
1054
1055 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
1056 bookmark-completion-ignore-case is t.
1057
1058 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
1059 switch, like xterm, and concat resource strings, with a newline
1060 between them.
1061
1062 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1063
1064 * international/codepage.el (cp770-decode-table)
1065 (cp773-decode-table, cp774-decode-table): New variables.
1066
1067 * man.el (Man-hyphenated-reference-regexp): New variable.
1068 (Man-build-references-alist): Use it to search for referenced
1069 manpages. If hyphenated is non-nil, record a concatenated word in
1070 Man-refpages-alist only if it matches Man-reference-regexp.
1071 Update word's length when it is concatenated. Reverse the list,
1072 to get the first manpage at the head.
1073 (Man-possibly-hyphenated-word): New function.
1074 (Man-follow-manual-reference): Use it instead of current-word to
1075 find a manpage at point, in a way that accounts for hyphenated
1076 references.
1077
1078 2001-03-06 Alex Schroeder <alex@gnu.org>
1079
1080 * sql.el (sql-interbase): New function.
1081 (sql-interbase-program): New option.
1082 (sql-interbase-options): New option.
1083 And some typos fixed: "customise" to "customize".
1084
1085 2001-03-06 Dave Love <fx@gnu.org>
1086
1087 * textmodes/flyspell.el (flyspell-region):
1088 Set up flyspell-local-mouse-map.
1089
1090 2001-03-05 Richard M. Stallman <rms@gnu.org>
1091
1092 * mail/rmail.el (rmail-retry-failure):
1093 Don't call rmail-beginning-of-message.
1094 Don't discard From: field. Do discard Received: field.
1095 Use unwind-protect to re-prune.
1096 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
1097
1098 2001-03-06 Kenichi Handa <handa@etl.go.jp>
1099
1100 * international/quail.el (quail-title): Add autoload cookie.
1101
1102 2001-03-05 Dave Love <fx@gnu.org>
1103
1104 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
1105 new defs.
1106
1107 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1108
1109 * language/ethio-util.el (ethio-toggle-space):
1110 Update current-input-method-title if necessary.
1111 (ethio-toggle-punctuation): Likewise.
1112
1113 * international/quail.el (quail-title): Fix for the case that a
1114 title of an input method is specified by a list of the same form
1115 as used in mode-line-format.
1116
1117 * international/mule-cmds.el (activate-input-method):
1118 If current-input-method-title is set by activating INPUT-METHOD,
1119 respect that value.
1120
1121 2001-03-05 Gerd Moellmann <gerd@gnu.org>
1122
1123 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
1124
1125 2001-03-05 Alex Schroeder <alex@gnu.org>
1126
1127 * sql.el (sql-sybase): Fix typo (was: query user about server two
1128 times instead of server and database).
1129
1130 * sql.el (sql-sybase): Doc change.
1131 (sql-mysql): Doc change.
1132 (sql-postgres): Doc change.
1133
1134 2001-03-05 Kenichi Handa <handa@etl.go.jp>
1135
1136 * international/mule-conf.el (emacs-mule, raw-text):
1137 Docstring modified.
1138
1139 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
1140
1141 * term/internal.el: Update copyright notice.
1142
1143 * term/pc-win.el: Update copyright notice.
1144
1145 2001-03-02 Dave Love <fx@gnu.org>
1146
1147 * files.el (insert-file-contents-literally):
1148 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
1149 not jka-compr-compression-info-list.
1150
1151 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
1152
1153 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
1154 spaces in default comment-start-skip settings rather than \s-.
1155
1156 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
1159 default-frame-alist as well.
1160
1161 2001-03-01 Dave Love <fx@gnu.org>
1162
1163 * textmodes/reftex.el (defvar): Wrap some defvars in
1164 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
1165
1166 * subr.el (event-basic-type): Doc fix.
1167
1168 * international/quail.el: Doc fixes.
1169
1170 * international/utf-8.el: Doc fixes.
1171
1172 * international/mule-cmds.el: Doc fixes.
1173 (leim-list-header): Fix header text.
1174
1175 * international/mule.el (coding-system-category): Doc fix.
1176
1177 * international/ccl.el (ccl-compile): Doc fix.
1178
1179 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
1180
1181 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
1182 rather than (before|after)-change-functions.
1183
1184 2001-03-01 Gerd Moellmann <gerd@gnu.org>
1185
1186 * ediff-util.el (ediff-scroll-horizontally): Arrange for
1187 scroll-left and scroll-right being called interactively so that
1188 they set the window's min_hscroll.
1189
1190 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
1191
1192 * info.el (info-insert-file-contents-1): Accept an additional
1193 argument `lfn': if it is non-nil, concatenate `filename' and
1194 `suffix'; otherwise use the complicated MS-DOS code.
1195 All callers changed.
1196 (info-insert-file-contents, Info-find-node): If the MS-DOS port
1197 can access long file names, try the long file-name version of
1198 `info-insert-file-contents-1', then the short file-name version.
1199
1200 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1201
1202 * language/ethio-util.el (setup-ethiopic-environment-internal):
1203 Change bindings of functions keys to conform to "Emacs Lisp Coding
1204 Convention".
1205
1206 * language/ethiopic.el ("Ethiopic"): Add documentation.
1207
1208 2001-02-28 Kenichi Handa <handa@etl.go.jp>
1209
1210 * international/utf-8.el (mule-utf-8): Set coding-category
1211 property to coding-category-utf-8.
1212
1213 2001-02-27 Richard M. Stallman <rms@gnu.org>
1214
1215 * lpr.el (lpr-page-header-switches, print-region-1):
1216 Undo 2000-07-06 change.
1217 (lpr-add-switches): Default to t on gnu/linux.
1218
1219 2001-02-27 Gerd Moellmann <gerd@gnu.org>
1220
1221 * bs.el (bs-attributes-list): Doc fix.
1222
1223 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1224
1225 * help.el (describe-project): Display the file THE-GNU-PROJECT.
1226
1227 * help.el (view-order-manuals): Use goto-address.
1228
1229 * startup.el (command-line-1): Add info about ordering manuals
1230 to the not so fancy splash screens.
1231
1232 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1233
1234 * vc.el (vc-default-workfile-unchanged-p)
1235 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1236
1237 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1238
1239 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1240 fontify in the right buffer.
1241
1242 * allout.el (outline-flag-region): Move macro in front of first
1243 use to avoid a run-time error.
1244
1245 2001-02-24 Andrew Innes <andrewi@gnu.org>
1246
1247 * makefile.w32-in: Fix copyright notice.
1248
1249 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1250
1251 * international/utf-8.el (mule-utf-8): Set correct value for
1252 valid-codes property.
1253
1254 * international/fontset.el (x-complement-fontset-spec): In the
1255 case that we use ASCII font for the other charsets, use only
1256 family and registry part of it.
1257
1258 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1259
1260 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1261 (shrink-window-if-larger-than-buffer): Doc fix.
1262
1263 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1264
1265 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1266 predicate passed to completing-read.
1267
1268 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1269
1270 * startup.el (command-line): Fix last change.
1271
1272 2001-02-23 Jason Rumney <jasonr@gnu.org>
1273
1274 * startup.el (tool-bar-originally-present): New variable.
1275 (command-line): Set it if the tool-bar is switched on at startup.
1276
1277 * frame.el (frame-notice-user-settings): Only adjust frame height
1278 for no tool-bar case if tool-bar was originally switched on.
1279 From E. Jay Berkenbilt.
1280
1281 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1282
1283 * server.el (server-switch-buffer): Only switch window if the
1284 current one is dedicated.
1285
1286 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1287 rather than using (match-beginning 0) when searching for break point.
1288
1289 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1290
1291 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1292 @ follows an accent command such as @'. Support optional braces
1293 in commands that insert accents, like makeinfo does.
1294
1295 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1296
1297 * startup.el (fancy-splash-text): Add a line for ordering
1298 manuals. Reverse order of splash screens shown.
1299 (use-fancy-splash-screens-p): Adapt to the text line added.
1300
1301 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1302 manuals from the FSF.
1303
1304 * help.el (view-order-manuals): New function.
1305 (toplevel): Bind C-h C-m to this function.
1306
1307 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1308
1309 * newcomment.el (comment-forward): Skip the comment-start before
1310 searching for the comment-end.
1311
1312 2001-02-21 Dave Love <fx@gnu.org>
1313
1314 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1315
1316 * international/mule-cmds.el, international/mule.el: Doc fixes.
1317
1318 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1319 (fortune) <defgroup>: Add :link.
1320 (fortune-from-region): Use eq, not eql.
1321
1322 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1323
1324 * startup.el (fancy-splash-screens): Use display-hourglass
1325 instead of display-busy-cursor.
1326
1327 * frame.el (display-hourglass): Renamed from busy-cursor.
1328 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1329 (show-cursor-in-non-selected-windows): Doc fix.
1330
1331 2001-02-20 Dave Love <fx@gnu.org>
1332
1333 * international/utf-8.el: Doc and commentary fixes.
1334
1335 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * ehelp.el (with-electric-help): Doc fix.
1338
1339 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1340
1341 * msb.el (msb-mode): Call the update-buffers function explicitly
1342 with a FORCE argument.
1343
1344 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1345 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1346 returns nil.
1347
1348 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1349
1350 * ps-print.el: Timestamp package replacement. Some enhancements.
1351 Some XEmacs compatibility. Doc fix.
1352 (ps-print-version): New version number (6.4).
1353 (ps-printer-name): Initialization fix.
1354 (ps-zebra-stripe-follow): Funcionality enhancement.
1355 (ps-prologue-file): Code enhancement.
1356 (ps-right-header): Timestamp package replacement.
1357 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1358 (ps-get-page-dimensions)
1359 (ps-generate-header, ps-begin-file, ps-begin-job)
1360 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1361 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1362 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1363 (coding-system-for-write): Var declaration (XEmacs compatibility).
1364
1365 2001-02-20 Miles Bader <miles@gnu.org>
1366
1367 * image-file.el (image-file-name-extensions): Add "tif".
1368
1369 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1370
1371 * wid-edit.el (widget-button-click): Save the selected window
1372 around the code handling clicks on buttons.
1373
1374 2001-02-18 Dave Love <fx@gnu.org>
1375
1376 * imenu.el (imenu--generic-function): Use mapc to iterate over
1377 syntax characters.
1378
1379 2001-02-17 Richard M. Stallman <rms@gnu.org>
1380
1381 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1382
1383 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1384
1385 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1386
1387 * mouse.el (mouse-save-then-kill): If the distance from the new
1388 point to the mark is equal to the distance of point from the new
1389 point, move point instead of the mark.
1390
1391 2001-02-16 Dave Love <fx@gnu.org>
1392
1393 * textmodes/flyspell.el (flyspell-get-word): Return string without
1394 properties.
1395
1396 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1397
1398 * generic.el (generic-find-file-regexp): Doc fix.
1399 (generic-ignore-files-regexp): New defcustom.
1400 (generic-mode-find-file-hook): If the file's name matches the
1401 regexp in `generic-ignore-files-regexp', don't enter
1402 default-generic-mode. Doc fix.
1403
1404 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1405
1406 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1407 Add autoload cookies.
1408
1409 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1410 of cal-tex-24.
1411
1412 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1413
1414 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1415
1416 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1417 the character class after the (optional) drive, to support file
1418 names with embedded blanks.
1419
1420 2001-02-15 Sam Steingold <sds@gnu.org>
1421
1422 * textmodes/tex-mode.el (tex-shell-running):
1423 Check the process buffer too.
1424
1425 2001-02-15 Dave Love <fx@gnu.org>
1426
1427 * battery.el (battery-status-function): Fix doc, :type.
1428
1429 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1430
1431 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1432
1433 * subr.el (read-passwd): Clear Lisp memory holding password.
1434
1435 2001-02-15 Miles Bader <miles@gnu.org>
1436
1437 * info.el (Info-copy-current-node-name): New function.
1438 (Info-mode-menu): Add it to the menu.
1439
1440 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1441
1442 * international/mule-cmds.el (toggle-input-method): Doc fix.
1443
1444 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1445
1446 * replace.el (occur): Stop at end of buffer.
1447
1448 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * international/mule-cmds.el (set-input-method): Another doc fix.
1451
1452 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1453
1454 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1455
1456 2001-02-13 Miles Bader <miles@gnu.org>
1457
1458 * faces.el (set-face-background, set-face-foreground)
1459 (set-face-stipple): Treat a value of nil as being `unspecified'.
1460
1461 2001-02-12 Dave Love <d.love@dl.ac.uk>
1462
1463 * international/latin1-disp.el: Doc fixes.
1464 (latin1-display) <defgroup>: Add :link.
1465 (latin1-display) <function>: Set variable latin1-display.
1466
1467 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1468
1469 * international/mule-cmds.el (set-input-method): Doc fix.
1470
1471 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1472
1473 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1474 (speedbar-line-file): Return nil if not a file.
1475 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1476
1477 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1478
1479 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1480 for remote files.
1481 (ediff-coding-system-for-read): Replaced the no-conversion default
1482 with raw-text.
1483
1484 * ediff-init.el: Removed :version from defcustom vars.
1485
1486 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1487 Better handling of the diff mode.
1488
1489 * ediff.texi: Added ediff-coding-system-for-read.
1490
1491 * viper.texi: Fix typos.
1492
1493 2001-02-11 Dave Love <fx@gnu.org>
1494
1495 * shadowfile.el: Doc fixes.
1496 (shadow) <defgroup>: Add :link.
1497 (shadowfile-unload-hook): New function.
1498 (shadow-initialize): Use defalias, not fset.
1499 (shadow-define-cluster, shadow-define-literal-group)
1500 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1501
1502 * international/mule.el: Doc and message fixes.
1503
1504 * international/ccl.el (define-ccl-program): Doc fix.
1505
1506 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1507
1508 * faces.el (mode-line): Set :line-width property to -1.
1509
1510 2001-02-10 Richard M. Stallman <rms@gnu.org>
1511
1512 * complete.el (partial-completion-mode): Doc fix.
1513
1514 * simple.el (delete-key-deletes-forward-mode):
1515 Change `let' to `let*' to fix gross bug in last change.
1516
1517 * repeat.el (repeat): Don't let execute-kbd-macro alter
1518 real-last-command.
1519
1520 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1521
1522 * simple.el (eval-expression): Doc fix.
1523
1524 2001-02-09 Dave Love <fx@gnu.org>
1525
1526 * imenu.el (imenu-generic-expression): Doc fix.
1527
1528 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1529 From Juanma Barranquero.
1530
1531 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1532
1533 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1534
1535 * faces.el (set-face-attribute): Describe the case of a negative
1536 value specified for :line-width.
1537
1538 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1539
1540 * which-func.el (which-func-mode): Invert which-func-mode-global.
1541 From Juanma Barranquero <lektu@uol.com.br>.
1542
1543 2001-02-08 Dave Love <fx@gnu.org>
1544
1545 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1546 widget-plist-value-type.
1547 (widget-alist-convert-widget): Replace binding of
1548 widget-alist-value-type.
1549
1550 * textmodes/paragraphs.el (sentence-end): Doc fix.
1551
1552 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1553 Remove `backward-line'.
1554
1555 * play/pong.el (pong-blank-color, pong-bat-color)
1556 (pong-ball-color, pong-border-color, pong-left-key)
1557 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1558 (pong-pause-key, pong-resume-key, pong-timer-delay):
1559 * mail/mh-comp.el (mh-compose-letter-function):
1560 * eshell/esh-mode.el (eshell-skip-prompt-function):
1561 * emulation/viper-ex.el (ex-unix-type-shell-options):
1562 * recentf.el (recentf-menu-filter):
1563 * ps-print.el (ps-print-region-function):
1564 * lpr.el (print-region-function):
1565 * forms.el (forms-mode-hooks):
1566 * dirtrack.el (dirtrack-directory-change-hook):
1567 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1568 * textmodes/spell.el (spell-filter):
1569 * textmodes/fill.el (adaptive-fill-function):
1570 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1571 * progmodes/etags.el (find-tag-default-function):
1572 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1573 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1574
1575 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1576
1577 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1578 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1579 Meyering <jim@meyering.net>.
1580
1581 * loadup.el: Revert last change.
1582
1583 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1584
1585 * international/mule.el (transform-make-coding-system-args):
1586 Make it work also for coding systems not using CCL.
1587
1588 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1589
1590 * simple.el (previous-matching-history-element)
1591 (next-matching-history-element): Doc fix.
1592
1593 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1594 specific part.
1595
1596 2001-02-06 Dave Love <fx@gnu.org>
1597
1598 * add-log.el (add-log-current-defun-function)
1599 (add-log-buffer-file-name-function, add-log-file-name-function):
1600 Fix :type.
1601 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1602
1603 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1604
1605 * info.el (info-initialize): Remove the test for system-type when
1606 invocation-directory is non-nil.
1607
1608 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1609 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1610
1611 2001-02-06 Andrew Innes <andrewi@gnu.org>
1612
1613 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1614 absolute.
1615
1616 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1617
1618 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1619 buffers. When hi-lock turned on rather than only checking current
1620 buffer for regexps, all buffers are checked. Moved activation of
1621 font-lock to hi-lock-refontify. When font-lock turned off rather
1622 than removing added highlighting just in current buffer, remove it
1623 in all buffers. Changed edit menu text from "Automatic
1624 Highlighting" to "Regexp Highlighting" Documentation for
1625 highlighting phrases, minor documentation changes.
1626 (hi-lock-set-file-patterns): Execute only if there are new or
1627 existing file patterns.
1628 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1629 unfontify and, if a support mode is active, will not refontify the
1630 whole buffer. If necessary, turn on font lock. (Removed
1631 font-lock-unfontify and font-lock support-mode-specific calls,
1632 such as lazy-lock-fontify-window.)
1633 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1634 patterns are found. Not useful now since find-file-hook is removed
1635 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1636 (hi-lock-face-phrase-buffer): New function. Also added related
1637 menu item and keybinding.
1638 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1639 (hi-lock-process-phrase): New function.
1640 (hi-lock-line-face-buffer): Doc fixes.
1641 (hi-lock-face-buffer): Doc fixes.
1642 (hi-lock-unface-buffer): Doc fixes.
1643
1644 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1645
1646 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1647 dabbrev-ignored-regexps.
1648
1649 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1650
1651 * simple.el (kill-line): Doc fix.
1652
1653 2001-02-05 Dave Love <fx@gnu.org>
1654
1655 * loadup.el: Revert last two changes -- bootstrapping works with
1656 regenerated loaddefs.
1657
1658 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1659
1660 * isearch.el (isearch-forward): Doc fix.
1661
1662 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1663 of font-lock-defaults to backward-paragraph.
1664
1665 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1666
1667 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1668 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1669
1670 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1671
1672 * ebnf2ps.el: Eliminate time-stamp functions.
1673 (ebnf-version): New version (3.5).
1674 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1675 format-time-string.
1676
1677 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1678
1679 * simple.el (next-line): Goto end-of-line before inserting a newline.
1680
1681 2001-02-05 Miles Bader <miles@gnu.org>
1682
1683 * image-file.el (insert-image-file): When visiting an image, also
1684 set `truncate-lines' to t so that any fringe arrow looks correct.
1685
1686 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1687
1688 * isearch.el (isearch-forward): Add description about input method
1689 in the docsting.
1690
1691 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1692
1693 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1694
1695 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1696
1697 * info.el (info-initialize): If installation-directory is nil, for
1698 DOS/Windows systems try looking in a sibling of invocation-directory.
1699
1700 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1701
1702 * wid-edit.el (widget-button-click): Fix last change.
1703
1704 * frame.el (frame-notice-user-settings): When resizing the initial
1705 frame because the tool bar is off, also change the frame's top
1706 position if a negative top position was specified.
1707
1708 2001-02-02 Miles Bader <miles@gnu.org>
1709
1710 * image-file.el (insert-image-file): When visiting an image,
1711 suppress the cursor in the image buffer.
1712
1713 2001-02-01 Dave Love <fx@gnu.org>
1714
1715 * progmodes/f90.el (f90-mode): Remove startup message.
1716
1717 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1718
1719 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1720
1721 * startup.el (command-line): Fix code determining whether or not
1722 to use delete-key-deletes-forward-mode.
1723
1724 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1725
1726 * vc.el (vc-diff-switches): New user option.
1727 (vc-version-diff): Use it.
1728 (vc-diff-switches-list): New macro.
1729
1730 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1731 New customization options.
1732 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1733
1734 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1735
1736 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1737
1738 * msb.el (toplevel): Quote hook symbols.
1739
1740 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1741
1742 * international/mule.el (make-coding-system): Add description
1743 about recognized properties in the docstring.
1744
1745 * international/mule-conf.el: Remove unused charsets
1746 mac-roman-lower and mac-roman-upper.
1747
1748 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1749
1750 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1751 is in front of the left-margin, if any.
1752
1753 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1754 like `delete'.
1755
1756 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1757
1758 * term/w32-win.el (mouse-set-font): Doc fix.
1759
1760 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1761
1762 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1763 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1764 on already.
1765
1766 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1767
1768 * files.el (save-buffer): Don't give message if (buffer-file-name)
1769 returns nil.
1770
1771 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1772
1773 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1774
1775 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1776 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1777
1778 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1779 display problems.
1780
1781 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1782
1783 * international/mule.el (charset-info): Fix docstring.
1784
1785 * international/mule-diag.el (describe-character-set): Check final
1786 char valid before printing it.
1787
1788 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1789
1790 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1791
1792 * frame.el (frame-notice-user-settings): Do the tool-bar
1793 stuff only for graphical displays. Fix a braino.
1794
1795 * frame.el (frame-initialize): Create initial frame visible.
1796 (frame-notice-user-settings): When tool-bar has been switched off,
1797 correct the frame size and sync tool-bar-mode.
1798
1799 * startup.el (command-line): Remove manipulation of frame
1800 height for tool bars.
1801
1802 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1803
1804 * lpr.el: Compatibility with XEmacs and doc fixes.
1805 (lpr-windows-system, lpr-lp-system): New vars.
1806 (lpr-printer-switch): New defcustom.
1807 (printer-name, lpr-command): Customization fix.
1808 (print-region-1): Code fix.
1809 (print-region-new-buffer, printify-region): Indentation fix.
1810 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1811 New functions.
1812
1813 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1814
1815 * msb.el (toplevel): Fix the eval-after-load.
1816
1817 2001-01-29 Dave Love <fx@gnu.org>
1818
1819 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1820
1821 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1822
1823 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1824 (tcl-using-emacs-19-23): Consider Emacs 21+.
1825 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1826 (tcl-add-emacs-menu): Supply menu name.
1827 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1828
1829 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1830
1831 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1832
1833 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1834
1835 * pcvs.el (cvs-mark-fis-dead): New function.
1836 (cvs-mode-add): Use it.
1837 (cvs-mode-add-change-log-entry-other-window):
1838 Rebind change-log-default-name to itself rather than to nil.
1839
1840 2001-01-29 Sam Steingold <sds@gnu.org>
1841
1842 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1843 `autoload' statements.
1844
1845 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1846
1847 * files.el (confirm-kill-emacs): Doc fix.
1848
1849 * frame.el (frame-initialize): Doc fix.
1850
1851 * time-stamp.el (time-stamp-string): Doc fix.
1852
1853 * woman.el (WoMan-log-1): Make the log buffer writable.
1854 From Markus Rost <rost@math.ohio-state.edu>.
1855
1856 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1857
1858 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1859 the `make-variable-buffer-local'.
1860
1861 2001-01-29 Dave Love <fx@gnu.org>
1862
1863 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1864 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1865 Add autoload cookie.
1866 (ansi-color-apply-sequence): Fix typo.
1867
1868 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1869
1870 * menu-bar.el (menu-bar-files-menu): Add menu items for
1871 Postscript printing in black and white.
1872
1873 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1874 X-Mailman-Version, Precedence, List-Help, List-Post,
1875 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1876 Content-Type, Content-Length.
1877
1878 2001-01-29 Dave Love <fx@gnu.org>
1879
1880 * elide-head.el (elide-head): Make overlay evaporate.
1881
1882 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1883
1884 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1885
1886 * isearch.el (isearch-highlight): Don't punt if the display
1887 doesn't support colors, since isearch faces are defined for
1888 monochrome displays as well.
1889
1890 2001-01-27 Sam Steingold <sds@gnu.org>
1891
1892 * shell.el (shell-write-history-on-exit): Make sure that we are in
1893 the shell buffer (M-x tex-file RET inserted the error message into
1894 the TeX buffer).
1895
1896 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1897
1898 * simple.el (transient-mark-mode): Doc fix.
1899
1900 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1901
1902 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1903
1904 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1905
1906 * shell.el (shell-unquote-argument): If the shell is one of the
1907 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1908 quote character.
1909 (shell-dumb-shell-regexp): Document that the shells which match
1910 this regexp are supposed to not treat a backslash as a quote character.
1911
1912 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1913 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
1914
1915 2001-01-27 Richard M. Stallman <rms@gnu.org>
1916
1917 * dabbrev.el (dabbrev--substitute-expansion):
1918 Treat a one-capital-letter abbrev as "not all upper case",
1919 so as to force preservation of the expansion's pattern
1920 if the expansion starts with a capital letter.
1921
1922 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1923
1924 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1925 Doc fix.
1926
1927 * simple.el (transient-mark-mode): Document the fact that many
1928 commands act on the region when mark is active.
1929
1930 2001-01-27 Kenichi Handa <handa@etl.go.jp>
1931
1932 * international/quail.el (quail-setup-completion-buf): Make the
1933 multibyteness of current buffer inherited to Quail completion buffer.
1934 (quail-show-guidance-buf): Make the multibyteness of current
1935 buffer inherited to Quail guidance buffer.
1936 (quail-help): Make the multibyteness of current buffer inherited
1937 to Quail help buffer.
1938
1939 2001-01-26 Dave Love <fx@gnu.org>
1940
1941 * time-stamp.el: Doc fixes.
1942
1943 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1944 (delphi-keyword-face, delphi-other-face): Fix :type.
1945
1946 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1947
1948 * mail/feedmail.el (feedmail): Add :link.
1949 (feedmail-send-it): Doc fix.
1950
1951 * mail/sendmail.el: Doc fixes.
1952 (sendmail-send-it): Fix the non-ASCII regexp and use
1953 rfc2047-encode-string.
1954
1955 * dired.el, dired-aux.el: Revert last change.
1956
1957 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1958
1959 * makefile.w32-in (DONTCOMPILE): Add various term files.
1960
1961 2001-01-26 Dave Love <fx@gnu.org>
1962
1963 * Makefile.in (DONTCOMPILE): Add various term files.
1964
1965 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1966
1967 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1968
1969 * startup.el (display-startup-echo-area-message): Make sure
1970 the echo area is resized to fit the size of the startup message.
1971
1972 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1973 part of which is a constant.
1974
1975 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1976
1977 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1978
1979 2001-01-26 Richard M. Stallman <rms@gnu.org>
1980
1981 * simple.el (next-line): Don't let `newline' expand abbrevs.
1982 Simplify slightly.
1983 (open-line): Don't let `newline' expand abbrevs.
1984
1985 2001-01-25 John Wiegley <johnw@gnu.org>
1986
1987 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1988 to `repeat' in the :type field.
1989
1990 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1991 allow a choice of regexp or nil.
1992 (pcomplete-dir-ignore): Same.
1993
1994 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1995 a command) to always fail.
1996
1997 2001-01-25 Gerd Moellmann <gerd@gnu.org>
1998
1999 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
2000 discard the result.
2001 (iswitchb-to-end): Likewise.
2002
2003 2001-01-25 Sam Steingold <sds@gnu.org>
2004
2005 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
2006 Require vc.
2007
2008 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
2009
2010 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
2011
2012 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
2013
2014 2001-01-25 Dave Love <fx@gnu.org>
2015
2016 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
2017 (describe-coding-system): Tweak the English text.
2018
2019 * loadup.el: Preload international/ccl for utf-8.
2020
2021 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
2022
2023 * mail/rmail.el (rmail-redecode-body): Doc fix.
2024
2025 2001-01-25 Kenichi Handa <handa@etl.go.jp>
2026
2027 * international/mule-cmds.el (reset-language-environment):
2028 Reset coding-category-utf-8 to mule-utf-8.
2029
2030 * international/mule-conf.el (coding-category-utf-8):
2031 Initialize to mule-utf-8.
2032
2033 * loadup.el: Preload international/utf-8.
2034
2035 * international/utf-8.el: New file.
2036
2037 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
2038
2039 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
2040
2041 2001-01-24 Sam Steingold <sds@gnu.org>
2042
2043 * dired.el (dired-replace-in-string): Removed.
2044 (dired-sort-toggle): Use `replace-regexps-in-string'
2045 instead of `dired-replace-in-string'.
2046
2047 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
2048 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
2049
2050 * gs.el (gs-replace-in-string): Removed.
2051 (gs-options): Use `replace-regexps-in-string'
2052 instead of `gs-replace-in-string'.
2053
2054 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2055
2056 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
2057 bug report is mailed to an email list and posted to a news group.
2058
2059 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2060
2061 * comint.el (comint-replace-by-expanded-history-before-point):
2062 Fix change of 2000-08-03 to move point to the start of the line again.
2063
2064 * startup.el (tool-bar-images-pixel-height): New variable.
2065 (command-line): After loading the user's init file, when
2066 tool-bar-mode is on, increase the frame's size by some lines for
2067 the tool-bar.
2068
2069 * frame.el (frame-initialize): Create the initial frame invisible.
2070
2071 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
2072
2073 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
2074 (chinese-big5): MIME:Big5.
2075
2076 2001-01-24 Gerd Moellmann <gerd@gnu.org>
2077
2078 * international/mule-cmds.el (universal-coding-system-argument):
2079 Handle commands with prefix args.
2080
2081 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2082
2083 * calendar/diary-lib.el (diary-float): Fix case of MONTH
2084 being a list of numbers.
2085 (diary-mail-entries): Rewritten.
2086
2087 2001-01-23 Dave Love <fx@gnu.org>
2088
2089 * international/mule.el (make-coding-system): Fix typo.
2090
2091 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
2092 Add backward-paragraph as font-lock-beginning-of-syntax-function.
2093
2094 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
2095
2096 * font-lock.el (font-lock-mode): Doc fix.
2097
2098 2001-01-23 Kenichi Handa <handa@etl.go.jp>
2099
2100 * international/mule.el (make-translation-table): Fix docstring.
2101
2102 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
2103
2104 * mail/rmail.el (rmail-redecode-body): New function.
2105
2106 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
2107
2108 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2109
2110 * isearch.el (isearch-lazy-highlight-case-fold-search)
2111 (isearch-lazy-highlight-regexp): New variables.
2112 (isearch-lazy-highlight-cleanup): Update lazy highlight if
2113 case-fold search or regexp search has been toggled.
2114
2115 * wid-edit.el (widget-button-click): Avoid a save-excursion
2116 around running a global binding.
2117
2118 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
2119 to 0.25.
2120
2121 2001-01-20 Miles Bader <miles@gnu.org>
2122
2123 * cus-edit.el (custom-face-save): Do post-processing on the face's
2124 new value like `custom-face-set' does.
2125
2126 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2127
2128 * mail/emacsbug.el (report-emacs-bug): Report the value of
2129 LC_CTYPE, not LC_TYPE.
2130
2131 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
2132 isearch-toggle-regexp and isearch-edit-string to doc string.
2133
2134 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2135
2136 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
2137 as font-lock-beginning-of-syntax-function in font-lock-defaults.
2138
2139 * jit-lock.el (jit-lock-fontify-now): Don't bind
2140 font-lock-beginning-of-syntax-function to nil.
2141
2142 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
2143
2144 * mail/emacsbug.el (report-emacs-bug): Report values of
2145 locale-coding-system, default-enable-multibyte-characters, and the
2146 environment variables LC_ALL, LC_TYPE, and LANG.
2147
2148 2001-01-19 Gerd Moellmann <gerd@gnu.org>
2149
2150 * font-lock.el (font-lock-default-fontify-region): Fix last change.
2151
2152 * font-lock.el (font-lock-multiline): Default to nil.
2153 (font-lock-default-fontify-region): If font-lock-multiline is
2154 nil, don't check the property `font-lock-multiline'.
2155
2156 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
2157 is nil, don't check the `font-lock-multiline' text property.
2158
2159 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2160
2161 * viper.el: Call initial-major-mode on startup.
2162
2163 * ediff.el (ediff-patch-file): Use better defaults.
2164
2165 * ediff-vers.el: Fix for 8+3 DOS file systems.
2166
2167 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
2168
2169 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2170 diff mode, if available.
2171
2172 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2173
2174 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2175
2176 * ediff-init.el (subst-char-in-string): Define and use it, unless
2177 it's already defined.
2178
2179 2001-01-18 Gerd Moellmann <gerd@gnu.org>
2180
2181 * tooltip.el (tooltip-hide-delay): New user-option.
2182 (tooltip-show): Use tooltip-hide-delay instead of the default.
2183
2184 2001-01-18 Kenichi Handa <handa@etl.go.jp>
2185
2186 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
2187 kill-local-variable doesn't work for enable-multibyte-characters.
2188
2189 2001-01-17 Dave Love <fx@gnu.org>
2190
2191 * ediff-init.el (ediff-before-setup-hook)
2192 (ediff-merge-filename-prefix): Add :version.
2193
2194 * international/latin1-disp.el: Require disp-table.
2195 (latin1-display): Fix :set.
2196
2197 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
2198
2199 2001-01-17 Gerd Moellmann <gerd@gnu.org>
2200
2201 * isearch.el (isearch-lazy-highlight-initial-delay)
2202 (isearch-lazy-highlight-interval): Default to 0.
2203
2204 2001-01-17 Bob Glickstein <bobg@zanshin.com>
2205
2206 * isearch.el (isearch-highlight): Set isearch-overlay priority to
2207 1 here rather than each time through
2208 isearch-lazy-highlight-new-loop.
2209 (isearch-lazy-highlight-max): Variable deleted.
2210 (isearch-lazy-highlight-max-at-a-time): New user variable, like
2211 isearch-lazy-highlight-max but controls a single invocation of
2212 isearch-lazy-highlight-update.
2213 (isearch-lazy-highlight-wrapped): Variable recreated.
2214 (isearch-lazy-highlight-window-start): New variable.
2215 (isearch-lazy-highlight-cleanup): Restored to behavior of
2216 before 2-Jan.
2217 (isearch-lazy-highlight-remove-overlays): Function deleted;
2218 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
2219 behavior removed.
2220 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
2221 isearch-lazy-highlight-update in a loop rather than just once.
2222 Test isearch-invalid-regexp here and decide not to start a new
2223 loop, rather than testing it each time through
2224 isearch-lazy-highlight-update.
2225 (isearch-lazy-highlight-search): Function restored.
2226 (isearch-lazy-highlight-update): Get called in a timer loop again,
2227 but this time highlight more than one match each time through.
2228 Only highlight matches in the visible part of the window.
2229 Start at point, move in the direction of the search, and wrap around at
2230 the edge of the window. Use sit-for to force redisplay and ensure
2231 window-start is credible. "Face suppressing" behavior removed;
2232 overlay priorities should make it unnecessary, right?
2233 (isearch-highlight): Face suppressing behavior removed.
2234 (isearch-dehighlight): Face suppressing behavior removed.
2235 (isearch-set-lazy-highlight-faces-at): Removed.
2236
2237 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2238
2239 * language/european.el ("Latin-1"): Make the format of description
2240 about additional language environments same as that of Latin-2.
2241
2242 2001-01-16 Dave Love <fx@gnu.org>
2243
2244 * isearch.el (isearch-lazy-highlight): Add :version.
2245
2246 * simple.el (backward-delete-char-untabify-method)
2247 (next-line-add-newlines): Add :version.
2248
2249 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2250
2251 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2252 Don't bind <delete> otherwise.
2253
2254 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2255 and <delete> via function-key-map.
2256
2257 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2258 Subject line only if point is after the `Subject:'.
2259
2260 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2261
2262 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2263 japanese-jisx0213-2 in `charset' property of this lang. env.
2264
2265 * language/european.el ("Latin-1"): Add description for Dutch and
2266 Spanish lang. env.
2267
2268 * international/mule.el (decode-char): Fix conditions.
2269 (encode-char): Handle eight-bit-control too.
2270 (transform-make-coding-system-args): New function.
2271 (make-coding-system): Accept XEmacs style arguments for CCL base
2272 coding system.
2273
2274 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2275
2276 * progmodes/etags.el (find-tag-noselect): Save the value of
2277 tags-file-name before switching buffers, for the case it has a
2278 buffer-local value.
2279
2280 2001-01-15 Alex Schroeder <alex@gnu.org>
2281
2282 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2283 From Dave Love <fx@gnu.org>.
2284 (ansi-color-for-comint-mode): Fix :version.
2285
2286 2001-01-15 Alex Schroeder <alex@gnu.org>
2287
2288 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2289
2290 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * dired.el (dired-insert-directory): If file-system-info fails,
2293 remove the " free " part, but don't signal an error.
2294
2295 2001-01-12 Sam Steingold <sds@gnu.org>
2296
2297 * bookmark.el (bookmark-maybe-historicize-string):
2298 Use new backquote syntax.
2299
2300 2001-01-12 Richard M. Stallman <rms@gnu.org>
2301
2302 * subr.el (last): Handle a list that doesn't end in nil.
2303
2304 2001-01-12 Sam Steingold <sds@gnu.org>
2305
2306 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2307 to `backward-delete-char-untabify'.
2308
2309 2001-01-12 Dave Love <fx@gnu.org>
2310
2311 * cus-edit.el (customize-menu-create): Fix the :filter following
2312 easymenu change.
2313
2314 * wid-edit.el (function): Add :match-alternatives.
2315 (widget-color-action): Doc fix.
2316
2317 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2318
2319 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2320
2321 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2322
2323 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2324
2325 * international/ccl.el (define-ccl-program): Fix docstring.
2326
2327 2001-01-11 Dave Love <fx@gnu.org>
2328
2329 * international/mule-cmds.el (standard-display-european-internal):
2330 Set display table for 2208 as for 160.
2331
2332 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2333
2334 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2335 entry for custom-menu-create change.
2336 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2337 don't cons it in the search loop.
2338
2339 * imenu.el (imenu--truncate-items): Revert last change.
2340
2341 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2342
2343 * info.el (Info-setup-header-line): If the node header includes
2344 either Next: or Prev: links, don't show the File: and Node: parts
2345 in the header line.
2346
2347 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2348
2349 * comint.el (comint-goto-process-mark): Don't print a message
2350 when running in batch mode.
2351
2352 * isearch.el (isearch-search): In the condition-case handler for
2353 `error', set isearch-invalid-regexp to the whole error message.
2354
2355 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2356 ensure that eval-after-load works for files dumped with Emacs.
2357
2358 * help.el (load-symbol-file-load-history): New function extracted
2359 from function symbol-file.
2360 (symbol-file): Use it.
2361
2362 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2363
2364 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2365
2366 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2367 behave as if there were no prefix argument.
2368 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2369 argument were nil.
2370
2371 2001-01-11 Richard M. Stallman <rms@gnu.org>
2372
2373 * isearch.el (isearch-lazy-highlight-update):
2374 Don't look for more potential matches once maximum is exceeded.
2375 Use overlays-in to check correctly for overlap with current match.
2376 Ignore empty matches.
2377
2378 2001-01-11 Miles Bader <miles@gnu.org>
2379
2380 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2381 (ispell-overlay-window, ispell-help, ispell-show-choices)
2382 (ispell-command-loop): Use it instead of `window-height'.
2383
2384 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2385
2386 * files.el (confirm-kill-emacs): New user-option.
2387 (save-buffers-kill-emacs): Ask for final confirmation before
2388 killing Emacs.
2389
2390 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2391 to nil.
2392
2393 2001-01-10 Dave Love <fx@gnu.org>
2394
2395 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2396
2397 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2398
2399 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2400
2401 * calculator.el (calculator-number-digits): Fix :type.
2402
2403 * vc-cvs.el (vc-cvs-header): Fix :type.
2404 * vc-rcs.el (vc-rcs-header): Fix :type.
2405 * vc-sccs.el (vc-sccs-header): Fix :type.
2406
2407 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2408
2409 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2410
2411 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2412
2413 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2414
2415 * simple.el (set-variable): Force a thorough redisplay for the
2416 case that the variable has an effect on the display, like
2417 `tab-width' has.
2418
2419 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2420
2421 * vc.el: Add documentation for backend interface.
2422
2423 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2424
2425 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2426
2427 * international/mule-conf.el (latin-extra-code-table): Set to t
2428 for \223 and \224.
2429
2430 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2431
2432 * international/mule-cmds.el (locale-language-names): Map "es" to
2433 "Spanish" and "nl" to "Dutch".
2434
2435 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2436
2437 * bindings.el (global-map): Bind <home> to beginning-of-line,
2438 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2439 C-<end> to end-of-buffer.
2440
2441 * language/european.el: Add Dutch and Spanish language info
2442 to be able to use the appropriate tutorials.
2443
2444 2001-01-09 Alex Schroeder <alex@gnu.org>
2445
2446 * ansi-color.el (ansi-color-process-output): Use markers instead
2447 of positions for start and end of region.
2448 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2449 Previously, occasional mistakes happend when fontifying many
2450 chunks of output (eg. ls --color=yes /dev). This happened
2451 whenever an overlay was created up to the end of the region, which
2452 coincided with the process-mark. New text would then be added
2453 within that overlay instead of after it.
2454 (ansi-color-make-extent): Overlays are created with the property
2455 `modification-hooks' set to '(ansi-color-freeze-overlay).
2456 (ansi-color-freeze-overlay): New function. When inserting text at
2457 the end of the overlay, the overlay will resize.
2458
2459 2000-01-09 Alex Schroeder <alex@gnu.org>
2460
2461 * ansi-color.el (ansi-color-process-output): Doc change.
2462 (ansi-color-unfontify-region): Doc change. No longer installed
2463 automatically in font-lock-unfontify-region-function.
2464 (ansi-color-apply): Doc change.
2465 (ansi-color-apply-on-region): Use extents or overlays instead of
2466 text-properties.
2467 (ansi-color-make-extent): New function.
2468 (ansi-color-set-extent-face): New function.
2469
2470 2000-01-09 Alex Schroeder <alex@gnu.org>
2471
2472 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2473 both use ansi-color-process-output, now.
2474 (ansi-color-process-output): Doesn't return string anymore. It is
2475 installed in comint-output-filter-functions for both Emacs and
2476 XEmacs, now.
2477 (ansi-color-unfontify-region): Simplified code removing variables
2478 pos and start-ansi.
2479 (ansi-color-apply): Put text-property ansi-color before putting
2480 text-property face because ansi-color-unfontify-region is called
2481 immediately after the call to put-text-property.
2482 (ansi-color-context-region): Doc change.
2483 (ansi-color-filter-region): Simplified code.
2484 (ansi-color-apply-on-region): Changed start to start-marker, using
2485 a marker explicitly. Put text-property ansi-color before putting
2486 text-property face because ansi-color-unfontify-region is called
2487 immediately after the call to put-text-property.
2488
2489 2000-01-09 Alex Schroeder <alex@gnu.org>
2490
2491 * ansi-color.el (ansi-color-faces-vector): Doc change.
2492 (ansi-color-for-comint-mode): Changed :type property to choice.
2493 (ansi-color-last-context): Removed.
2494 (ansi-color-process-output): Don't use ansi-color-last-context, as
2495 the main functions will store their context now.
2496 (ansi-color-context): Doc change.
2497 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2498 Uses ansi-color-context such that repeated calls will strip
2499 partial escape sequences, too.
2500 (ansi-color-apply): Simplified code. Colorize end of string if
2501 face is not null. Store context in new (FACE STRING) format, such
2502 that repeated calls will strip partial escape sequences, too.
2503 Append faces to face property using ansi-color-apply-sequence such
2504 that cumulative mode actually works.
2505 (ansi-color-context-region): New variable.
2506 (ansi-color-filter-region): Rewrote it based on
2507 ansi-color-apply-on-region. Uses ansi-color-context-region such
2508 that repeated calls will strip partial escape sequences, too.
2509 (ansi-color-apply-on-region): Simplified code. Colorize end of
2510 region if face is not null. Store context in new (FACE POS)
2511 format, such that repeated calls will strip partial escape
2512 sequences, too. Append faces to face property using
2513 ansi-color-apply-sequence such that cumulative mode actually works.
2514 (ansi-color-apply-sequence): New function.
2515 (ansi-color-get-face): When the default face is added to the list
2516 of faces, all previous settings are discarded and the list of
2517 faces is set to '(default).
2518
2519 2000-01-09 Alex Schroeder <alex@gnu.org>
2520
2521 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2522 face, such that ansi-color-apply and ansi-color-apply-on-region
2523 will do the right thing.
2524 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2525 returns nil, set the list of faces back to nil instead of
2526 appending the result of ansi-color-get-face to the front of the list.
2527
2528 2000-01-09 Alex Schroeder <alex@gnu.org>
2529
2530 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2531 (ansi-color-process): Doc change.
2532 (ansi-color-last-context): New buffer-local variable.
2533 (ansi-color-process-output): New function. It is automatically
2534 added to comint-output-filter-functions if this is XEmacs.
2535 (ansi-color-unfontify-region): New optional parameter for XEmacs
2536 compatibility. Check wether font-lock-syntactic-keywords is
2537 boundp before removing the syntax table text property, as XEmacs
2538 doesn't have it.
2539 (ansi-color-filter-region): Doc change.
2540 (ansi-color-apply-on-region): Doc change.
2541 (ansi-color-make-face): New function. Compatibility layer for
2542 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2543 (ansi-color-make-color-map): Use ansi-color-make-face.
2544 (ansi-color-get-face): Avoid face text property '(nil) as results
2545 in an errow for XEmacs.
2546
2547 2000-01-09 Alex Schroeder <alex@gnu.org>
2548
2549 * ansi-color.el (ansi-color-unfontify-region): New function.
2550 Uses text-property ansi-color in order to preserve fontification by
2551 ansi-color. When the package is loaded, a lambda expression is
2552 put onto font-lock-mode-hook. This lambda expression will check
2553 font-lock-unfontify-region-function and replace
2554 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2555 (ansi-color-apply): Add text-property ansi-color in addition to
2556 text-property face.
2557 (ansi-color-apply-on-region): Add text-property ansi-color in
2558 addition to text-property face.
2559 (save-buffer-state): Copy of the macro that is also used by
2560 lazy-lock and font-lock.
2561
2562 (ansi-color-for-comint-mode): New option.
2563 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2564 (ansi-color-for-comint-mode-off): Ditto.
2565 (ansi-color-for-comint-mode-filter): Ditto.
2566 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2567 decide what to do. This function is added to
2568 comint-preoutput-filter-functions when the package is loaded.
2569
2570 (ansi-color-for-shell-mode-set): Removed.
2571 (ansi-color-for-shell-mode): Removed.
2572
2573 2000-01-09 Alex Schroeder <alex@gnu.org>
2574
2575 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2576 the lambda expression from the ansi-color-for-shell-mode :set
2577 property. Additionally, modify shell-mode-hook to enable or
2578 disable font-lock-mode for future shell buffers.
2579 (ansi-color-for-shell-mode): The :set property calls
2580 ansi-color-for-shell-mode-set instead of a lambda expression.
2581
2582 2000-01-09 Alex Schroeder <alex@gnu.org>
2583
2584 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2585 (ansi-color-context): New variable.
2586 (ansi-color-apply): Save context between calls.
2587
2588 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2589
2590 * isearch.el (isearch, isearch-lazy-highlight-face):
2591 New definitions for face colors and attributes.
2592
2593 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2594 of display-mouse-p.
2595
2596 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2597
2598 * international/mule.el (make-coding-system): If the coding system
2599 accepts extra latin codes, register such codes as safe for the
2600 coding system.
2601
2602 2001-01-08 Richard M. Stallman <rms@gnu.org>
2603
2604 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2605 don't mention the file name or the date here, because they are
2606 logged at the start of the file.
2607
2608 2001-01-08 Richard M. Stallman <rms@gnu.org>
2609
2610 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2611 Change screen-width to frame-width.
2612
2613 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2614
2615 * info.el (Info-search): Print the default as part of the prompt.
2616
2617 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2618
2619 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2620 constant implementations in backends.
2621
2622 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2623 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2624
2625 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2626 WRITABLE to EDITABLE.
2627
2628 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2629 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2630 to EDITABLE.
2631
2632 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2633
2634 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2635 (copyright, copyright-update): Compute the current year at run time.
2636
2637 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2638
2639 * isearch.el (isearch-old-signal-hook): Removed.
2640 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2641 instead of setting signal-hook-function.
2642 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2643
2644 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2645
2646 * emulation/edt.el: Update to version 4.0. Provide support for
2647 EDT scroll margins at top and bottom of the window. Provide an
2648 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2649 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2650 user when file-related buffer modifications exist.
2651 Provide support for running EDT Emulation in XEmacs.
2652 Provide customize access to some user updatable variables.
2653 Add Commentary section to file header.
2654 Fixed a few minor bugs and cleaned up some code.
2655
2656 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2657 for detecting a keypress that generates an ASCII key sequence.
2658 (Previously, only a keypress that generates a vector was
2659 recognized.) Embed Window Manager name into name of the generated
2660 EDT Emulation initialization file since the initialization file is
2661 Window Manager specific. Add Commentary section to file header.
2662
2663 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2664
2665 * mail/sendmail.el (mail-mode): Doc fix.
2666
2667 * info.el (Info-goto-emacs-command-node): Doc fix.
2668 (Info-goto-emacs-key-command-node): Doc fix.
2669
2670 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2671
2672 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2673 systems without long file-name support.
2674
2675 2001-01-06 Andrew Innes <andrewi@gnu.org>
2676
2677 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2678
2679 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2680
2681 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2682 (isearch-lazy-highlight-update): Doc fix.
2683
2684 * ffap.el (ffap-bindings): Doc fix.
2685
2686 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2687
2688 2001-01-05 Dave Love <fx@gnu.org>
2689
2690 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2691
2692 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2693
2694 * mouse-drag.el (mouse-drag-safe-scroll):
2695 Bind scroll-preserve-screen-position to nil.
2696
2697 * isearch.el (isearch-old-signal-hook): New variable.
2698 (isearch-mode): Set signal-hook-function to isearch-done.
2699 (isearch-done): Restore old signal-hook-function.
2700
2701 * info.el (Info-fontify-node): Mark one more char as intangible.
2702
2703 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2704
2705 * composite.el (compose-last-chars): New argument COMPONENTS.
2706 If it is non-nil, compose preceding characters by compose-region with
2707 COMPONENTS.
2708
2709 * international/quail.el (quail-input-string-to-events): New function.
2710 (quail-input-method): Convert input string to events here.
2711 (quail-start-translation): Return input string, not event list.
2712 (quail-start-conversion): Likewise.
2713
2714 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2715
2716 * tooltip.el (tooltip-cancel-delayed-tip)
2717 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2718 and tooltip-add-timeout.
2719 (tooltip-show): Set border color from faces's foreground.
2720 (tooltip-show-help-function): If called with the same help string
2721 as last time, do nothing.
2722 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2723
2724 * startup.el (fancy-splash-screens): Don't bind show-help-function
2725 to nil.
2726
2727 * tooltip.el (tooltip-frame-parameters): Remove colors.
2728 (tooltip): New face
2729 (tooltip-set-param): New function.
2730 (tooltip-show): Set up color frame parameters from face `tooltip'.
2731 Display the tooltip text in face `tooltip'.
2732
2733 2001-01-04 Dave Love <fx@gnu.org>
2734
2735 * whitespace.el (whitespace-global-mode): Fix typo.
2736
2737 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2738
2739 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2740
2741 * help.el (help-for-help): Fix a typo in a doc string.
2742 From kwzh@gnu.org (Karl Heuer).
2743
2744 2001-01-03 Dave Love <fx@gnu.org>
2745
2746 * dired-x.el: Doc fixes. Maintainer change.
2747 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2748 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2749 (dired-guess-shell-alist-user): Customize.
2750 (dired-x-help-address): Set to bug-gnu-emacs.
2751 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2752 (dired-default-directory): Renamed from default-directory.
2753
2754 * hl-line.el (hl-line): Doc fix.
2755
2756 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2757
2758 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2759
2760 2001-01-02 Richard M. Stallman <rms@gnu.org>
2761
2762 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2763 to remove all the current alternative-match highlighting.
2764 If nil, remove only what's outside the current window.
2765 (isearch-lazy-highlight-remove-overlays): Take optional
2766 region within which NOT to remove them.
2767 (isearch-lazy-highlight-new-loop): Greatly simplified.
2768 (isearch-lazy-highlight-update): Find all the other occurrences
2769 visible in the window, in just one call.
2770 (isearch-lazy-highlight-start): Now holds start of region to scan.
2771 (isearch-lazy-highlight-end): Now holds end of region to scan.
2772 (isearch-lazy-highlight-wrapped): Variable deleted.
2773 (isearch-lazy-highlight-search): Function deleted.
2774
2775 2000-01-02 Andrew Innes <andrewi@gnu.org>
2776
2777 * w32-fns.el (convert-standard-filename): Do length check on name
2778 before aref.
2779
2780 2001-01-02 Dave Love <fx@gnu.org>
2781
2782 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2783 value.
2784 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2785
2786 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2787
2788 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2789 read syntax.
2790
2791 * calendar/todo-mode.el (todo): Add :link, :version.
2792 (todo-save-top-priorities): Remove autoload cookie.
2793 (todo-add-category, todo-add-item-non-interactively)
2794 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2795
2796 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2797
2798 * comint.el (comint-input-history-ignore): New variable.
2799 (comint-read-input-ring): Ignore entries matching
2800 comint-input-history-ignore.
2801
2802 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2803
2804 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2805 (lm-copyright-mark): New function.
2806 (lm-crack-copyright): New function.
2807 (lm-verify): Check that the file has a copyright.
2808 Check that the file is copyright Free Software Foundation.
2809
2810 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2811
2812 * international/mule-diag.el (print-fontset): Indent font name by
2813 24 columns, not 25.
2814
2815 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2816
2817 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2818 in Subject line.
2819
2820 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2821 Use mail-mode-hook instead of mail-setup-hook.
2822 Otherwise continuing an interrupted message with C-u C-x m for
2823 instance, winds up in Mail mode without abbrevs.
2824
2825 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2826
2827 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2828 non-nil. Adding almost all customization variables on ps-setup.
2829 Doc fix.
2830 (ps-print-version): New version number (6.3.3).
2831 (ps-end-with-control-d): Initialization fix.
2832 (ps-lines-printed): New var.
2833 (ps-skip-newline): New fun.
2834 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2835 (ps-next-line, ps-continue-line, ps-plot-region)
2836 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2837
2838 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2839
2840 * international/fontset.el (x-complement-fontset-spec):
2841 Resolve ASCII font name so that the same family name is used for fonts
2842 registered in x-font-name-charset-alist.
2843 (create-fontset-from-fontset-spec): Adjusted for the above change.
2844 The name of fontset alias should be a unresolved ASCII font name.
2845
2846 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2847
2848 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2849 and delete in isearch-mode-map.
2850
2851 2000-12-28 Richard M. Stallman <rms@gnu.org>
2852
2853 * dired-x.el (dired-guess-shell-alist-default):
2854 Use xpdf instead of acroread.
2855
2856 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2857
2858 * textmodes/artist.el (artist-butlast): Deleted.
2859 (artist-ellipse-mirror-quadrant): Use butlast instead of
2860 artist-butlast.
2861
2862 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2863
2864 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2865
2866 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2867
2868 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2869
2870 * ls-lisp.el: Better support for the Mac and MS-Windows.
2871 (ls-lisp): New defgroup.
2872 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2873 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2874 (ls-lisp-support-shell-wildcards): New defcustoms.
2875 (ls-lisp-parse-symlink): New function.
2876 (insert-directory): Code to convert switches to a list and set up
2877 the wildcard argument copied from ls-lisp-insert-directory.
2878 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2879 for -C and -R switches.
2880 (ls-lisp-column-format): New function.
2881 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2882 (ls-lisp-format-time): Add doc strings.
2883 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2884 Support ls-lisp-dirs-first.
2885 (ls-lisp-classify, ls-lisp-extension): New functions.
2886 (ls-lisp-format): Optionally support emulation of symlinks.
2887 Support -i, -s, and -G switches.
2888
2889 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2890
2891 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2892
2893 * version.el (emacs-version): Print X scroll bar information.
2894
2895 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2896 instead of x-toolkit-scroll-bars-p.
2897
2898 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2899 of x-toolkit-scroll-bars-p.
2900
2901 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2902
2903 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2904 (ffap-bindings): Doc fix, to reflect the above change.
2905
2906 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2907
2908 * term.el (term-char-mode): Define all non-ascii self-inserting
2909 characters to 'term-send-raw in term-raw-map.
2910
2911 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2912
2913 * viper-init (viper-restore-cursor-type): Added condition-case guard.
2914
2915 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2916 Changed initialization; use add-hook.
2917 (ediff-file-remote-p): Use file-local-copy.
2918
2919 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2920
2921 * ediff.el (ediff-patch-buffer): Bug fix.
2922 (ediff-revision): Allow selection of the file at the prompt.
2923
2924 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2925
2926 * subr.el (combine-run-hooks): Remove.
2927
2928 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2929 and remove the rogue second spec.
2930
2931 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2932
2933 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2934
2935 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2936
2937 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2938 Use minibuffer menu prompt for the `=' prefix.
2939 (smerge-command-prefix): Change default to C-^.
2940 (smerge-mode): Don't assume font-lock doesn't move point.
2941
2942 * skeleton.el (skeleton-internal-1): Make sure the first line of
2943 the region is also re-indented.
2944 (skeleton-end-newline): New var.
2945 (skeleton-end-hook): Use it.
2946
2947 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2948
2949 * comint.el (comint-password-prompt-regexp): Support CVS.
2950
2951 2000-12-22 Gerd Moellmann <gerd@gnu.org>
2952
2953 * simple.el (delete-key-deletes-forward-mode): Simplify.
2954 Also backspace key combinations, depending on
2955 delete-key-deletes-forward.
2956
2957 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2958
2959 * simple.el (delete-key-deletes-forward): Doc fix.
2960
2961 2000-08-22 Emmanuel Briot <briot@gnat.com>
2962
2963 * xml.el (top level comment): Updated to reflect the fact that
2964 white spaces are relevant in the XML file.
2965 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2966 to parse was already edited. This allows for on-the-fly analysis
2967 of XML files.
2968 (xml-parse-tag): Check that the casing is the same in the start
2969 tag and end tag, since XML is case-sensitive. Allows for spaces
2970 in the end tag, after the name of the tag.
2971 (xml-parse-attlist): Allow for the character '-' in the name of
2972 attributes, as in the standard http-equiv attribute Do not save
2973 the properties in the XML tree, since they are not relevant.
2974
2975 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2976
2977 * generic.el (generic-read-type): Undo last change, inline into
2978 `generic-mode' and then remove.
2979 (generic-mode): Inline generic-read-type.
2980 (define-generic-mode): Push the symbol name rather than the symbol
2981 onto generic-mode-list.
2982
2983 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2984
2985 * generic.el (generic-read-type): Build an alist for
2986 completing-read as in 20.7.
2987
2988 * play/landmark.el (lm): Use interactive spec `P'.
2989 (toplevel): Don't set debug-on-error.
2990
2991 * server.el (server-switch-buffer): Choose a window on a visible frame.
2992
2993 2000-12-21 Dave Pearson <davep@davep.org>
2994
2995 * quickurl.el: Commentry change, I've moved my web site.
2996
2997 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2998
2999 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
3000 ranges like \177-\237, but accepts the character sequence from \177 to
3001 \237. Doc fix.
3002 (ebnf-version): New version (3.4).
3003 (ebnf-setup): Code fix.
3004 (ebnf-range-regexp): New fun.
3005 (ebnf-8-bit-chars): Const fix.
3006
3007 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
3008 entry. Doc fix.
3009 (ebnf-bnf-lex): Code fix.
3010 (ebnf-bnf-comment-chars): Const fix.
3011
3012 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
3013 entry. Doc fix.
3014 (ebnf-iso-comment-chars): Const fix.
3015
3016 * ebnf-otz.el: Doc fix.
3017
3018 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
3019 entry. Doc fix.
3020 (ebnf-yac-skip-code): Code fix.
3021 (ebnf-yac-comment-chars): Const fix.
3022
3023 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3024
3025 * files.el (insert-directory-safely): New function.
3026 (recover-file): Use it instead of insert-directory.
3027 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
3028
3029 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3030
3031 * international/mule-cmds.el (select-safe-coding-system):
3032 Check coding-category-list more rigidly. Improve help message.
3033
3034 * dired.el (dired-move-to-filename-regexp): Fix previous change.
3035
3036 2000-12-21 Miles Bader <miles@gnu.org>
3037
3038 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
3039
3040 2000-12-21 Kenichi Handa <handa@etl.go.jp>
3041
3042 * international/mule-diag.el (describe-char-after): Make *Help*
3043 buffer inherit multibyteness of the current buffer.
3044
3045 * international/mule.el (make-char): Docstring adjusted for the
3046 change of make-char-internal.
3047
3048 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
3049
3050 * international/iso-cvt.el: Docstrings fix.
3051
3052 2000-12-20 Dave Love <fx@gnu.org>
3053
3054 * subr.el (eval-after-load): Doc fix.
3055
3056 2000-12-20 Kenichi Handa <handa@etl.go.jp>
3057
3058 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
3059 for numbers.
3060
3061 2000-12-20 Miles Bader <miles@gnu.org>
3062
3063 * international/quail.el (quail-help): Resize the help window
3064 again after it has all its contents. Remove unneeded progn.
3065
3066 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3067
3068 * pcmpl-linux.el: Fix copy/paste error.
3069
3070 2000-12-19 Andrew Innes <andrewi@gnu.org>
3071
3072 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
3073
3074 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
3075
3076 * progmodes/idlw-rinfo.el: Fixed copyright notice.
3077
3078 * progmodes/idlw-toolbar.el: Fixed copyright notice.
3079
3080 * progmodes/idlw-shell.el: Fixed copyright notice.
3081
3082 * progmodes/idlwave.el: Fixed copyright notice.
3083
3084 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
3085 TAB as key separators.
3086
3087 2000-12-19 Alex Schroeder <alex@gnu.org>
3088
3089 * sql.el (sql-sybase-options): New option.
3090 (sql-sybase): Use it. Add sql-database to the list of parameters
3091 provided for login. The options -w 2048 -n are not used any more.
3092 (sql-postgres-options): Changed default from "--pset" to "-P".
3093 (sql-mysql-options): Doc change.
3094 (sql-stop): Doc change.
3095
3096 2000-12-19 Kenichi Handa <handa@etl.go.jp>
3097
3098 * international/quail.el (quail-input-method): Always hide
3099 the guidance buffer on exiting.
3100
3101 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3102
3103 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
3104 isn't fboundp.
3105
3106 * server.el (server-buffer-done): Bury the buffer before
3107 killing it.
3108
3109 * faces.el (face-spec-set): Interpret a nil in specs for
3110 foreground and background colors as `unspecified', for
3111 compatibility with 20.x.
3112
3113 2000-12-18 Dave Love <fx@gnu.org>
3114
3115 * simple.el (mail-user-agent): Doc fix.
3116 (input-mode-8-bit): Removed.
3117
3118 * international/mule.el (set-keyboard-coding-system): Doc fix.
3119 (keyboard-coding-system): New option.
3120
3121 * mail/sendmail.el (send-mail-function): Customize.
3122
3123 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
3124
3125 * international/codepage.el (cp866-decode-table): New table.
3126
3127 2000-12-18 Gerd Moellmann <gerd@gnu.org>
3128
3129 * version.el (emacs-version): Remove `%a' from the time format
3130 because the weekday doesn't fit well into each locale.
3131
3132 2000-12-18 Miles Bader <miles@gnu.org>
3133
3134 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
3135
3136 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
3137 Check that emacs-major-version is `=' to 20, not `>='.
3138 (artist-replace-chars): Use `make-string' instead of a loop.
3139
3140 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
3141
3142 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
3143 (cvs-execute-single-file): Don't change directory.
3144 Patch from Per Cederqvist.
3145
3146 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 * textmodes/ispell.el (check-ispell-version):
3149 If `ispell-program-name' is "aspell", pass it the -v switch instead
3150 of -vv.
3151
3152 2000-12-16 Kenichi Handa <handa@etl.go.jp>
3153
3154 * international/mule-diag.el (mule-diag): Insert information about
3155 configure options, multibyte awareness, language env.
3156
3157 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
3158 regexp to search for candidates.
3159
3160 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3161
3162 * info.el (Info-forward-node): If the node has an
3163 Info-header-line, widen the buffer before searching for "next:"
3164 and "up:" pointers, and set the search limit to stay in the
3165 current node.
3166
3167 2000-12-16 Miles Bader <miles@gnu.org>
3168
3169 * simple.el (delete-trailing-whitespace): Remove extraneous let.
3170
3171 2000-12-15 Miles Bader <miles@gnu.org>
3172
3173 * comint.el (comint-send-string, comint-send-region): Also accept
3174 a buffer, buffer-name, or nil for PROCESS, for compatibility with
3175 process-send-string/region.
3176
3177 2000-12-15 Gerd Moellmann <gerd@gnu.org>
3178
3179 * isearch.el (isearch-lazy-highlight-max): New user-option.
3180 (isearch-lazy-highlight-update): Don't highlight more than
3181 isearch-lazy-highlight-max matches.
3182
3183 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
3184
3185 2000-12-15 Richard M. Stallman <rms@gnu.org>
3186
3187 * sort.el (sort-columns): Fix error message.
3188
3189 * dabbrev.el (dabbrev--last-case-pattern): Value is now
3190 `upcase' or `downcase' or nil.
3191 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
3192 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
3193 (dabbrev--substitute-expansion): New arg record-case-pattern.
3194 If it is non-nil, set dabbrev--last-case-pattern.
3195 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
3196
3197 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
3198
3199 2000-12-15 Miles Bader <miles@gnu.org>
3200
3201 * paths.el (Info-default-directory-list): Don't delete
3202 configure-info-directory from the list of standard info
3203 directories when appending it to the end -- their order is important.
3204
3205 * faces.el (read-face-attribute): If there's no entry for the
3206 user's input in VALID, just use it as-is (this will often result
3207 in an error, but it may be OK for e.g. colors using hexadecimal
3208 notation, and at least will yield a better error message).
3209
3210 * window.el (mode-line-window-height-fudge): Function removed.
3211 (height-affecting-face-attributes, mode-line-window-height-fudge):
3212 Variables removed.
3213 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
3214 window is really the right size. Use vertical-motion
3215 rather than forward-line.
3216 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
3217 (ispell-command-loop, ispell-show-choices): Use the variable
3218 ispell-choices-win-default-height, rather than the function.
3219 (ispell-choices-win-default-height): Function removed.
3220 (ispell-mode-line-window-height-fudge): Function removed.
3221
3222 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
3223
3224 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
3225
3226 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3227
3228 * paths.el (Info-default-directory-list):
3229 If configure-info-directory is not one of the standard directories,
3230 put it first in the list; otherwise put it last. Doc string
3231 changed accordingly.
3232
3233 * info.el (Info-directory-list): Change doc string to reflect the
3234 change in Info-default-directory-list.
3235
3236 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3237 windows-nt as windowed environments, even under -nw.
3238
3239 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3240 if not fboundp. Switch delete-forward mode for the <delete> key
3241 on all PC platforms, even under -nw.
3242
3243 * term/internal.el ([M-delete]): Remap to M-d.
3244
3245 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3246
3247 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3248
3249 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3250
3251 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3252
3253 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3254
3255 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3256 if appropriate.
3257
3258 * simple.el (delete-key-deletes-forward): New user-option.
3259 (delete-key-deletes-forward-mode): New function.
3260
3261 * bindings.el: Bind `delete' to backward-delete-char.
3262
3263 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3264 Test if symbol is bound before getting its value.
3265
3266 * tooltip.el (tooltip-show): If an error is signaled in
3267 x-show-tip, display that error, and display the help in the
3268 echo area.
3269
3270 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3271
3272 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3273 Show "... entries" messages for every 10000 entries, not 10.
3274
3275 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3276
3277 * bookmark.el: Provide a generic exit hook, as suggested by
3278 Ovidiu Predescu <ovidiu@cup.hp.com>:
3279 (bookmark-exit-hook): New var.
3280 (bookmark-exit-hook-internal): New func, replaces
3281 old raw lambda form in `kill-emacs-hook', and runs new
3282 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3283 as logically that feature must have been provided if this function
3284 is running.
3285 Removed ;;;###autoload before the `add-hook' call.
3286
3287 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3288
3289 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3290 (easy-menu-current-active-maps): New function.
3291 (easy-menu-get-map): Use it.
3292 Make a proper menu entry when creating a new keymap.
3293
3294 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3295
3296 * international/characters.el: Fix cases and syntaxes for
3297 mule-unicode-0100-24ff.
3298
3299 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3300 that a Japanese character is not appended after day and year.
3301
3302 * info.el (Info-suffix-list): Change format for a command that
3303 requires arguments.
3304 (info-insert-file-contents): Adjusted for the above change.
3305
3306 2000-12-12 Andreas Schwab <schwab@suse.de>
3307
3308 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3309 on the name of the tar buffer. Verify that the existing buffer is
3310 visiting the same subfile.
3311
3312 2000-12-12 Dave Love <fx@gnu.org>
3313
3314 * subdirs.el: Add obsolete.
3315
3316 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3317
3318 * mail/rmailsum.el (rmail-summary-expunge)
3319 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3320 instead of rmail-confirm-expunge.
3321
3322 * replace.el (perform-replace): Don't use an empty match adjacent
3323 to a non-empty match when computing the next match before the
3324 replacement is performed.
3325
3326 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3327
3328 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3329 definition (patch by Stefan Monnier).
3330 (glasses-mode): Use jit-lock instead of `after-change-functions'
3331 (patch by Stefan Monnier).
3332
3333 2000-12-12 Miles Bader <miles@gnu.org>
3334
3335 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3336 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3337
3338 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3339
3340 * term/mac-win.el: Remove load for ls-lisp.
3341
3342 * loadup.el: Load ls-lisp for system-type `macos'.
3343
3344 2000-12-12 Miles Bader <miles@gnu.org>
3345
3346 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3347 Respect field end too.
3348 (just-one-space): Respect fields as `delete-horizontal-space'.
3349 (newline-and-indent, reindent-then-newline-and-indent):
3350 Use `delete-horizontal-space'.
3351
3352 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3353
3354 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3355 (so as to obey the field property in the minibuffer).
3356
3357 * obsolete/c-mode.el: Moved from lisp/progmodes.
3358 * obsolete/auto-show.el: Moved from lisp.
3359 * obsolete/ooutline.el: Moved from lisp/textmodes.
3360
3361 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3362
3363 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3364 changes to list them here.
3365
3366 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3367 Too many changes to list them here.
3368
3369 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3370 Too many changes to list them here.
3371
3372 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3373
3374 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3375
3376 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3377
3378 * cus-edit.el (custom-save-variables, custom-save-faces):
3379 Comment fix.
3380
3381 * hscroll.el: Moved to `obsolete' subdir.
3382
3383 2000-12-11 Miles Bader <miles@gnu.org>
3384
3385 * window.el (window-text-height): Function removed (now in C).
3386
3387 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3388
3389 * log-edit.el (log-edit-parent-buffer): New var.
3390 (log-edit): Set it. Add BUFFER argument.
3391 (log-edit-done): Use char-before.
3392 Don't bother checking validity of vc-comment-ring.
3393 Only bury the buffer if log-edit popped it up.
3394
3395 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3396 (cvs-mode-diff-help): Remove.
3397 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3398 (cvs-mode-marked): Set up the default for CMD manually.
3399
3400 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3401 Remove binding for ? now made unnecessary.
3402
3403 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3404
3405 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3406 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3407
3408 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3409 when master file is not open.
3410
3411 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3412
3413 * progmodes/ada-stmt.el: Update `maintainer'.
3414
3415 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3416
3417 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3418 choices to match documentation string.
3419
3420 2000-12-09 Miles Bader <miles@gnu.org>
3421
3422 * minibuf-eldef.el: New file.
3423
3424 * window.el (fit-window-to-buffer): Don't pass last argument to
3425 pos-visible-in-window-p, now that its meaning is inverted.
3426
3427 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3428
3429 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3430 <ceder@lysator.liu.se>.
3431
3432 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3433
3434 * autoinsert.el (auto-insert-alist): Add missing final \n.
3435
3436 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3437 (cvs-menu-map): Remove.
3438 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3439 (cvs-mode-quit): Turn it back into a plain function.
3440
3441 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3442 (texinfo-filter): Remove (move to texinfo.el).
3443
3444 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3445 file where it's more visible.
3446 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3447 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3448 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3449 (texinfo-inside-macro-p): Only catch `scan-error's.
3450 (texinfo-inside-env-p): Make better use of the match info.
3451 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3452 (texinfo-insert-@end): Slight re-organization.
3453 Also remove useless `looking-at' call.
3454
3455 2000-12-08 Andrew Innes <andrewi@gnu.org>
3456
3457 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3458 accessible in -nw mode.
3459
3460 * term/w32-win.el: Remove stuff about selection timeout, which is
3461 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3462 it is accessible in -nw mode.
3463
3464 2000-12-08 Dave Love <fx@gnu.org>
3465
3466 * emacs-lisp/lisp-mode.el (lisp-mode):
3467 Set font-lock-keywords-case-fold-search.
3468
3469 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3470
3471 * textmodes/ispell.el (ispell): Doc fix.
3472
3473 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3474
3475 * international/quail.el (quail-insert-decode-map): Check the
3476 frame width of a window displaying the current buffer, not that of
3477 the selected frame.
3478 (quail-help): Make sure that the help buffer has window before
3479 inserting text in it.
3480
3481 2000-12-07 Sam Steingold <sds@gnu.org>
3482
3483 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3484 Backquote is used in isearch.el, so autoloading saves nothing.
3485
3486 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3487
3488 * startup.el (normal-top-level-add-subdirs-to-load-path):
3489 Ignore the CVS and RCS subdirectories case-insensitively.
3490
3491 * dired.el (dired-insert-directory): If file-system-info is
3492 fboundp, call it instead of invoking dired-free-space-program.
3493
3494 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3495
3496 * server.el (server-visit-files): Push files on file-name-history.
3497
3498 * progmodes/cc-langs.el: Update copyright.
3499
3500 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3501
3502 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3503
3504 * bindings.el (mode-line-mode-menu): Reverse the order
3505 of define-keys so that the menu appears in alphabetical order.
3506
3507 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3508
3509 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3510 of the function.
3511
3512 2000-12-07 Dave Love <fx@gnu.org>
3513
3514 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3515
3516 * facemenu.el (facemenu-unlisted-faces): Fix value.
3517
3518 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3519
3520 * font-lock.el (font-lock-default-fontify-region):
3521 Include the terminating \n (off-by-one error).
3522 (font-lock-set-defaults): Use dolist.
3523
3524 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3525
3526 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3527
3528 * international/mule-cmds.el (describe-language-environment):
3529 Fix for the case that an input method title is not string but a list.
3530
3531 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3532 of wrong SIZE record.
3533
3534 2000-12-06 Dave Love <fx@gnu.org>
3535
3536 * newcomment.el (comment-region, comment-dwim): Doc fix.
3537
3538 * textmodes/texinfo.el: Require tex-mode when compiling.
3539 (texinfo-update-node): Doc fix.
3540 (texinfo-imenu-generic-expression): Add @anchor.
3541 (texinfo-font-lock-keywords): Add @uref.
3542 (texinfo-inside-macro-p): Don't use ignore-errors.
3543 (texinfo-insert-quote): Match more contexts.
3544
3545 * international/mule.el (decode-char, encode-char): Doc fix.
3546 (auto-coding-alist): Customize.
3547
3548 * files.el (load-file): Fix change of 2000-03-12.
3549
3550 * wid-edit.el (widget-text-keymap): Doc fix.
3551
3552 2000-12-06 Andrew Innes <andrewi@gnu.org>
3553
3554 * makefile.w32-in (lisp): Set to an absolute directory, namely
3555 $(CURDIR).
3556
3557 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3558
3559 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3560 read generated-autoload-file, and set buffer-file-coding-system to
3561 raw-text-unix after reading the file.
3562
3563 * international/mule-conf.el (file-coding-system-alist):
3564 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3565
3566 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3567
3568 * replace.el (occur): Make line-number-width 1 smaller for the
3569 colon following the line number.
3570
3571 * startup.el (fancy-splash-text, command-line-1):
3572 Use `File' for the menu name instead of `Files'.
3573
3574 * tmm.el: Update copyright.
3575
3576 * cus-start.el: Add entry for even-window-heights.
3577
3578 2000-12-06 Miles Bader <miles@gnu.org>
3579
3580 * faces.el (frame-set-background-mode): Avoid stomping on
3581 locally modified faces.
3582
3583 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3584
3585 * international/fontset.el: Correct the font registries for
3586 japanese-jisx0213-1 and japanese-jisx0213-2.
3587
3588 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3589
3590 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3591
3592 * iswitchb.el: Update customization commentary.
3593
3594 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3595
3596 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3597 (tpu-search-highlight): Fixed comparison of overlay end positions.
3598 (tpu-trim-line-ends): Implemented trimming logic locally.
3599
3600 * emulation/tpu-extras.el (tpu-write-file-hook)
3601 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3602
3603 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3604
3605 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3606 to cn-gb.
3607 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3608
3609 2000-12-04 Dave Love <fx@gnu.org>
3610
3611 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3612
3613 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3614
3615 * mail/rmailsum.el (rmail-summary-expunge)
3616 (rmail-summary-expunge-and-save): Ask for confirmation with
3617 rmail-expunge-confirmed.
3618
3619 * mail/rmail.el (rmail-expunge-confirmed): New function.
3620 (rmail-expunge): Use it.
3621
3622 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3623
3624 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3625 (etags-recognize-tags-table, find-tag-in-order):
3626 New functionality: interpret file names as tags.
3627
3628 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3629
3630 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3631 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3632 the first subnode until the bottom of the current node is visible.
3633
3634 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3635
3636 * format.el (format-decode): Don't change buffer's undo list.
3637
3638 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3639
3640 * faces.el (face-font-registry-alternatives): Add entries for CJK
3641 fonts. Doc-string adjusted for the actual usage of this data.
3642
3643 * international/fontset.el: Change the font registries for CJK
3644 fonts in the default fontset. Don't append '*' to registries.
3645
3646 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3647
3648 * emacs-lisp/easy-mmode.el (define-derived-mode)
3649 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3650
3651 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3652 (derived-mode-p): New function.
3653 (derived-mode-make-docstring): Add `docstring' argument.
3654 Use it if available and complete it if necessary.
3655
3656 2000-12-03 Andreas Schwab <schwab@suse.de>
3657
3658 * type-break.el (type-break): Don't make parent of itself.
3659
3660 2000-12-03 Miles Bader <miles@gnu.org>
3661
3662 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3663
3664 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3665
3666 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3667 (tex-main-file, tex-file): Simplify.
3668 (tex-generate-zap-file-name): Use subst-char-in-string.
3669 (tex-strip-dots): Remove.
3670
3671 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3672
3673 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3674 to check if the match succeeded.
3675
3676 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3677
3678 * startup.el (use-fancy-splash-screens-p): New function.
3679 (command-line-1): Use it to determine whether or not to use
3680 a fancy splash screen.
3681
3682 2000-12-02 Andreas Schwab <schwab@suse.de>
3683
3684 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3685
3686 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * international/mule.el (make-char): Fix last change.
3689
3690 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3691 New defcustoms.
3692 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3693 autoloading tex-mode; instead, do the same manually.
3694 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3695 with numeric argument. Docstring fix.
3696 (toplevel): Require cl when compiling.
3697
3698 * international/mule.el (make-char): Doc fix.
3699
3700 2000-12-02 Jason Rumney <jasonr@gnu.org>
3701
3702 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3703 the Emacs Lisp manual)
3704
3705 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3706
3707 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3708
3709 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3710 the Emacs Lisp manual).
3711
3712 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3713
3714 * simple.el (next-line-add-newlines): Change default to nil.
3715
3716 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3717
3718 * files.el (revert-buffer, recover-file):
3719 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3720
3721 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3722
3723 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3724
3725 2000-12-01 Miles Bader <miles@gnu.org>
3726
3727 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3728
3729 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3730
3731 * international/mule-diag.el (describe-char-after): Fix typo.
3732 (describe-character-set, non-iso-charset-alist): Fix typo.
3733
3734 2000-12-01 Miles Bader <miles@gnu.org>
3735
3736 * image-file.el (image-file-name-regexp): Automatically add
3737 upper-case variants of each filename extension in
3738 `image-file-name-extensions', since they seem to be common.
3739
3740 * simple.el (minibuffer-contents)
3741 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3742 New functions.
3743 * filecache.el (file-cache-directory-name)
3744 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3745
3746 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3747
3748 * filecache.el (file-cache-minibuffer-complete): Don't try to
3749 delete the minibuffer prompt.
3750
3751 2000-11-30 Dave Love <fx@gnu.org>
3752
3753 * cus-start.el: Fix read-buffer-function type.
3754
3755 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3756
3757 * md5.el: Removed. There's a built-in function, now.
3758
3759 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3760
3761 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3762 as dummy 0-th char of rmail-deleted-vector.
3763
3764 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3765
3766 * ps-print.el (ps-end-job): Bind case-fold-search only after
3767 switching to ps-spool-buffer.
3768
3769 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3770
3771 * ps-print.el: Line number font customization. PostScript: Lines and
3772 PageCount are initialized on each page. Doc Fix.
3773 (ps-print-version): New version number (6.3.2).
3774 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3775 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3776 (ps-right-header): Customization fix.
3777 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3778 Fix code.
3779 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3780 New vars.
3781
3782 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3783
3784 * bs.el: Fix typos and spelling errors.
3785 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3786 (bs-configuration): Doc fix.
3787
3788 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3789
3790 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3791
3792 * emulation/tpu-edt.el (tpu-version): New version.
3793 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3794 (tpu-original-mode-line): Variable deleted.
3795 (tpu-mark-flag): New initial value.
3796 (tpu-set-mode-line): Don't redefine mode-line-format.
3797 Add tpu-mark-flag to minor-mode-alist.
3798 (tpu-update-mode-line): New mark flag logic.
3799 (tpu-get): Use find-file-wildcards.
3800 (tpu-search-highlight): Move overlay less, reset overlay properly.
3801 (tpu-unselect): Deactivate mark.
3802 (tpu-lm-replace): Reset overlay properly.
3803 (tpu-forward-line): Use forward-visible-line.
3804 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3805
3806 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3807
3808 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3809
3810 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3811
3812 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3813
3814 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3815 and skip whitespace and newlines.
3816
3817 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3818
3819 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3820
3821 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3822
3823 * help.el (describe-function-1): Regexp-quote function name
3824 when used as part of a regexp.
3825
3826 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3827 Use face-attribute instead of face-foreground and face-background.
3828 (tool-bar-add-item): Likewise, and handle unspecified colors.
3829
3830 * enriched.el (enriched-face-ans): Use face-attribute instead
3831 of face-foreground and face-background.
3832
3833 * faces.el (face-foreground, face-background, face-stipple):
3834 Return nil if attribute is unspecified, for backward compatibility.
3835
3836 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3837
3838 * play/5x5.el: Remove version info.
3839
3840 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3841
3842 * frame.el (blink-cursor-mode): Doc fix.
3843
3844 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3845
3846 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3847 to create Makefile rules.
3848 (antlr-tool-command): New user option.
3849 (antlr-ask-about-save): New user option.
3850 (antlr-makefile-specification): New user option.
3851 (antlr-file-formats-alist): New variable.
3852 (antlr-special-file-formats): New variable.
3853 (antlr-unknown-file-formats): New user option.
3854 (antlr-help-unknown-file-text): New variable.
3855 (antlr-help-rules-intro): New variable.
3856 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3857 (antlr-mode-menu): Add entries.
3858 (antlr-file-dependencies): New function.
3859 (antlr-directory-dependencies): New function.
3860 (antlr-superclasses-glibs): New function.
3861 (antlr-run-tool): New command.
3862 (antlr-makefile-insert-variable): New function.
3863 (antlr-insert-makefile-rules): New function.
3864 (antlr-show-makefile-rules): New command.
3865
3866 * antlr-mode.el: More Emacs/XEmacs stuff.
3867 (antlr-no-action-keywords): New constant with value nil.
3868 (antlr-font-lock-keywords-alist): Use it. Old value would break
3869 syntax highlighting in Emacs-21.0.
3870 (antlr-default-directory): Emacs/XEmacs dependend function.
3871 (antlr-read-shell-command): Ditto.
3872 (antlr-with-displaying-help-buffer): Ditto.
3873
3874 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3875
3876 * antlr-mode.el: imenu, parsing and highlighting changes.
3877 (antlr-imenu-create-index-function): Don't create extra submenus
3878 for definitions in different grammar classes. It is not necessary
3879 for the menu and would make command `imenu' awkward to use.
3880 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3881 header actions and more than one.
3882 (antlr-font-lock-tokendef-face): Changed color.
3883 (antlr-font-lock-tokenref-face): Changed color.
3884 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3885 (antlr-mode-syntax-table): New variable.
3886 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3887 (antlr-with-syntax-table): Don't copy syntax table.
3888
3889 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3890
3891 * antlr-mode.el: Minor changes: language setting.
3892 (antlr-language-alist): The value for file option "language" can
3893 be both an identifier and a string.
3894 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3895 (antlr-language-limit-n-regexp): Change accordingly.
3896
3897 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3898
3899 * antlr-mode.el: Minor changes: tabs, hiding.
3900 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3901 (antlr-action-visibility): Also allow value nil to also hide the
3902 braces. Renamed from `antlr-tiny-action-length'.
3903 Suggested by Jay@aol.com.
3904 (antlr-hide-actions): Change accordingly. Hide line if completely
3905 hidden action is on a line of its own.
3906
3907 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3908
3909 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3910
3911 * sort.el (sort-columns): Don't concat strings with numbers.
3912
3913 2000-11-29 Dave Love <fx@gnu.org>
3914
3915 * cus-edit.el (face): Fix :format.
3916
3917 * mail/feedmail.el: Require smtpmail when compiling.
3918 (mail-do-fcc): Autoload.
3919 (feedmail) <defgroup>: Fix :link.
3920 (feedmail-nuke-body-in-fcc): Fix :type.
3921 (feedmail-send-it): Add autoload cookie.
3922
3923 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3924
3925 * newcomment.el (comment-indent): Save excursion around call to
3926 comment-indent-function.
3927
3928 2000-11-29 Miles Bader <miles@gnu.org>
3929
3930 * subr.el (member-ignore-case): Return the tail of the list who's
3931 car matches, like `member', not the matching element itself.
3932
3933 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3934
3935 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3936 should not contain `\n'.
3937
3938 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3939
3940 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3941
3942 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3943
3944 * dired-aux.el (dired-do-create-files): Construct default file
3945 name for dired-mark-read-file-name so that when the user enters
3946 just RET, the target file will end up in the target directory.
3947
3948 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3949 local-abbrev-table before changing buffers because it might
3950 have a buffer-local binding.
3951
3952 2000-11-28 Miles Bader <miles@gnu.org>
3953
3954 * simple.el (delete-horizontal-space): Handle fields more generally.
3955
3956 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3957
3958 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3959
3960 2000-11-28 Dave Love <fx@gnu.org>
3961
3962 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3963 comment-start-skip locally.
3964
3965 * progmodes/fortran.el (fortran-mode): Don't set
3966 fortran-comment-line-start-skip. Set comment-start to
3967 fortran-comment-line-start.
3968 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3969 (fortran-comment-line-start-skip): Simplify slightly.
3970
3971 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3972
3973 * play/5x5.el: Remove RCS keyword.
3974
3975 * bs.el: Mistaken commit, undone 2000-11-30.
3976
3977 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
3978
3979 * textmodes/tildify.el (tildify-string-alist):
3980 Add `plain-tex-mode' here.
3981
3982 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3983
3984 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3985 reference.
3986
3987 2000-11-28 Miles Bader <miles@gnu.org>
3988
3989 * cus-face.el (custom-face-attributes): Add post-filter function
3990 for :box. Make pre-filter function for :box handle all cases.
3991
3992 * wid-edit.el (widget-choose): Make sure pop-up window is large
3993 enough to display all the choices, as there's no way to scroll it.
3994
3995 2000-11-28 Kenichi Handa <handa@etl.go.jp>
3996
3997 * international/mule-conf.el: Make the coding system no-conversion
3998 safe for all characters.
3999
4000 2000-11-27 Dave Love <fx@gnu.org>
4001
4002 * net/ldap.el (ldap) <defgroup>: Add :version.
4003
4004 * tooltip.el (tooltip-use-echo-area): Doc fix.
4005
4006 * cus-start.el <minibuffer-prompt-properties>: Add version.
4007 <read-buffer-function>: Add.
4008
4009 * apropos.el (apropos-print): Add help-echo to active text.
4010
4011 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
4012
4013 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4014
4015 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
4016 type, group and version.
4017
4018 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
4019
4020 * select.el (x-get-selection): Docstring fix.
4021
4022 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
4023
4024 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
4025
4026 2000-11-27 Andrew Innes <andrewi@gnu.org>
4027
4028 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
4029
4030 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
4031
4032 2000-11-27 Miles Bader <miles@gnu.org>
4033
4034 * dired.el (dired-get-filename): Return filename verbatim if
4035 LOCALP is `verbatim'.
4036 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
4037 `verbatim' so that we don't inadvertently delete a non-existant
4038 directory name.
4039
4040 2000-11-27 Kenichi Handa <handa@etl.go.jp>
4041
4042 * international/characters.el: Specify cases and syntaxes for
4043 mule-unicode-0100-24ff.
4044
4045 2000-11-27 Gerd Moellmann <gerd@gnu.org>
4046
4047 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
4048 that foreground and/or background colors of the face `tool-bar'
4049 are unspecified.
4050
4051 2000-11-27 Miles Bader <miles@gnu.org>
4052
4053 * wid-edit.el (widget-field-buffer, widget-field-start)
4054 (widget-field-end): Handle widget field `pseudo-overlays'.
4055 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
4056 if it's there instead of in `widget-field-list'.
4057
4058 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
4059 (help-make-xrefs): Delete extraneous newlines at the end of the
4060 docstring.
4061
4062 2000-11-25 Jason Rumney <jasonr@gnu.org>
4063
4064 * startup.el (command-line): Call set-locale-environment after
4065 Window System init file is read, as it can result in a call to
4066 redraw-frame.
4067
4068 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
4069
4070 * simple.el (shell-command): Mention the effect of the prefix
4071 argument in the doc string.
4072
4073 2000-11-25 Miles Bader <miles@gnu.org>
4074
4075 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
4076
4077 * wid-edit.el (widget-field-value-delete): Don't try to delete
4078 overlay when it's the `pseudo-overlay' that exists at some points.
4079
4080 2000-11-24 Jason Rumney <jasonr@gnu.org>
4081
4082 * international/mule-cmds.el (locale-language-names): Add "jp" as
4083 a non-standard alternative for Japanese.
4084
4085 2000-11-24 Andre Spiegel <spiegel@gnu.org>
4086
4087 * vc-hooks.el: Require 'cl during compilation.
4088
4089 2000-11-24 Gerd Moellmann <gerd@gnu.org>
4090
4091 * faces.el (face-set-after-frame-default): Let face attributes
4092 specified for new frames override frame parameters.
4093
4094 * startup.el (command-line): Fix computation of the source file
4095 for user-init-file when user-init-file is a compiled file.
4096
4097 2000-11-24 Miles Bader <miles@gnu.org>
4098
4099 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
4100 (custom-post-filter-face-spec): New functions.
4101 (custom-face-set, custom-face-value-create): Filter the face spec
4102 before and after customization.
4103 (custom-face-set): If VALUE specifies a null face, pass a
4104 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
4105 * cus-face.el (custom-face-attributes): Remove SET and GET
4106 functions. Add some IN-FILTER and OUT-FILTER functions in the few
4107 cases they're needed.
4108
4109 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
4110 that it's distinguishable from the :off-glyph on dark-background
4111 displays. Set its background color too.
4112
4113 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
4114 so that people can easily turn it off.
4115
4116 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4117
4118 * ediff-diff.el: Moved variables around to have it compile under NT.
4119
4120 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
4121
4122 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
4123
4124 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
4125 redundant skip-small-frames test.
4126
4127 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
4128 (viper-downgrade-to-insert): Protect against errors in hooks.
4129
4130 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
4131 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
4132 (viper-restore-cursor-type,viper-set-insert-cursor-type):
4133 New functions.
4134
4135 * viper-util.el (viper-memq-char): Bug fixes.
4136
4137 * viper.el (viper-mode): Fix cursor handling.
4138
4139 2000-11-24 Kenichi Handa <handa@etl.go.jp>
4140
4141 * international/mule-diag.el (list-iso-charset-chars):
4142 For two-byte charset, fix the `while' condition.
4143 (list-non-iso-charset-chars): Fix the `while' condition.
4144
4145 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
4146
4147 * subr.el (add-hook, remove-hook): Don't call make-local-hook
4148 if the variable is make-variable-buffer-local.
4149
4150 * progmodes/ada-stmt.el (ada-template-map):
4151 Initialize and bind it to C-c t in ada-mode-map.
4152 (ada-stmt-mode-hook): New function extracted from old code.
4153 Only change the buffer-local side of skeleton-*.
4154 (ada-mode-hook): Use it.
4155
4156 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4157
4158 * iswitchb.el (iswitchb-minibuf-depth): New variable.
4159 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
4160 we expect to be returned by minibuffer-depth once we prompt the
4161 user in the minibuffer.
4162 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
4163 as recorded in iswitchb-minibuf-depth, return non-nil.
4164
4165 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4166
4167 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
4168 (hscroll-window-maybe): Docstring fix.
4169
4170 2000-11-23 Dave Love <fx@gnu.org>
4171
4172 * rect.el (string-rectangle): Don't test delete-selection-mode.
4173
4174 2000-11-23 Gerd Moellmann <gerd@gnu.org>
4175
4176 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
4177 is in the tool bar.
4178
4179 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
4180 with `no-dir'; we want the directory part to be able to remove it.
4181
4182 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4183
4184 * textmodes/outline.el (outline-flag-region):
4185 Don't bind inhibit-read-only since we don't modify the buffer.
4186 (outline-isearch-open-invisible): Don't jump to overlay-start
4187 since we're trying to unhide text around point.
4188 (outline-discard-overlays): Use dolist.
4189
4190 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
4191
4192 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4193
4194 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
4195
4196 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
4199 Fix ARG regexp to skip quoted braces.
4200 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
4201 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
4202 are (correctly) handled separately).
4203 Remove `caption' and `footnote' from `citations': they contain text.
4204 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
4205 (latex-skeleton-end-hook): New function.
4206 (latex-mode): Use it.
4207 (tex-start-tex-marker): Remove.
4208 (tex-send-tex-command): Don't set tex-start-tex-marker.
4209 (tex-error-parse-syntax-table): New var.
4210 (tex-compilation-parse-errors): Use it.
4211 Ignore tex-start-tex-marker. Don't bother with marker-position.
4212 (tex-validate-buffer): Don't bother with marker-position.
4213
4214 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
4215 (flyspell-generic-progmode-verify): Use it.
4216
4217 2000-11-22 Sam Steingold <sds@gnu.org>
4218
4219 * simple.el (delete-trailing-whitespace): New interactive function.
4220
4221 * progmodes/ada-mode.el (ada-mode): Use it instead of
4222 `ada-remove-trailing-spaces'.
4223 (ada-remove-trailing-spaces): Removed.
4224
4225 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
4226
4227 * textmodes/picture.el (picture-clean): Removed.
4228 (picture-mode-exit): Call it instead of `picture-clean'.
4229
4230 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4231
4232 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4233
4234 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4235 jit-lock-fontify-buffer; it should anyway be unneccessary to
4236 do anything special when jit-lock is active.
4237 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4238
4239 2000-11-22 Dave Love <fx@gnu.org>
4240
4241 * calendar/todo-mode.el (todo-top-priorities): Use
4242 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4243
4244 * language/chinese.el, language/cyrillic.el:
4245 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4246 * language/hebrew.el, language/indian.el, language/japanese.el:
4247 * language/korean.el, language/lao.el, language/misc-lang.el:
4248 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4249 Use provide.
4250
4251 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4252 (custom-variable-set): Improve validation error mesage.
4253
4254 * rect.el (string-rectangle): Revert last change.
4255 (string-rectangle-line): New arg DELETE.
4256 (string-rectangle): Check delete-selection-mode.
4257
4258 * emacs-lisp/edebug.el (edebug-version)
4259 (edebug-maintainer-address): Deleted.
4260 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4261 (edebug-read-function): Account for other `'#' read forms.
4262 (edebug-mode-menus): Make some items toggles.
4263 (edebug-outside-unread-command-event, unread-command-event):
4264 Remove these to avoid warnings.
4265
4266 2000-11-22 David Ponce <david@dponce.com>
4267
4268 * recentf.el (recentf-menu-items-for-commands)
4269 (recentf-make-menu-items, recentf-make-menu-item)
4270 (recentf-filter-changer): Added :help and :active menu-item properties.
4271
4272 (recentf-build-dir-rules, recentf-dump-variable)
4273 (recentf-edit-list, recentf-open-files-item)
4274 (recentf-open-files): Replaced unnecessary `mapcar' with new
4275 built-in `mapc'.
4276
4277 2000-11-23 Miles Bader <miles@gnu.org>
4278
4279 * faces.el (menu): Make inverse-video on ttys too.
4280
4281 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4282
4283 * simple.el (comment-line-break-function): Use the new name
4284 indent-new-comment-line -> comment-indent-new-line.
4285 (clone-indirect-buffer): Don't ignore NORECORD.
4286 (next-completion): Properly handle the case where items are adjacent.
4287
4288 * mouse.el (popup-menu): Stupid typo.
4289
4290 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4291
4292 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4293 maintainer, keywords tags.
4294
4295 * rect.el (replace-rectangle): Don't call string-rectangle-line
4296 with too many arguments.
4297
4298 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4299
4300 * ediff-util.el (ediff-file-checked-out-p)
4301 (ediff-file-checked-in-p): Call vc-state instead of
4302 vc-locking-user, which no longer exists.
4303
4304 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4305
4306 2000-11-22 Dave Love <fx@gnu.org>
4307
4308 * md5.el (md5): Provide.
4309 (md5): Fix error call.
4310
4311 2000-11-22 Miles Bader <miles@gnu.org>
4312
4313 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4314 (refill-fill-paragraph-at): Remove debugging code.
4315
4316 * calendar/calendar.el (generate-calendar-window): When we don't
4317 call `fit-window-to-buffer', make sure the top line is fully visible.
4318
4319 * image-file.el (insert-image-file): Don't make `read-only'
4320 property rear-nonsticky.
4321
4322 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4323 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4324 stashing away its original value.
4325 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4326 in the recursive edit.
4327 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4328 (isearch-done): Restore `minibuffer-message-timeout'.
4329
4330 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4331
4332 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4333
4334 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4335
4336 * find-lisp.el (find-lisp-find-files-internal):
4337 Use dolist, when and file-name-as-directory.
4338
4339 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4340 (define-derived-mode, define-minor-mode): Add specs.
4341
4342 * window.el: General comment and spacing fixes.
4343 (save-selected-window): Use backquotes.
4344 (window-safely-shrinkable-p): New function.
4345 (shrink-window-if-larger-than-buffer): Use it.
4346
4347 * subr.el (make-local-hook): Docstring fix.
4348
4349 * shell.el (shell-mode): Use define-derived-mode.
4350
4351 * newcomment.el (comment-indent): Insert comment before calling
4352 comment-indent-function. Don't insert in column 0.
4353 (comment-dwim): Indent before inserting comment.
4354
4355 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4356 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4357 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4358 Use mapc rather than map.
4359
4360 * files.el (find-buffer-visiting): Compare all attributes before
4361 declaring two files identical (rather than just their inode-no).
4362 (auto-mode-alist): Use \' rather than $.
4363
4364 * which-func.el: Update maintainer line.
4365
4366 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4367 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4368 (uniquify-buffer-file-name): Use it.
4369
4370 2000-11-22 Miles Bader <miles@gnu.org>
4371
4372 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4373 * simple.el (minibuffer-avoid-prompt): New function.
4374
4375 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4376
4377 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4378
4379 2000-11-21 Miles Bader <miles@gnu.org>
4380
4381 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4382 inclusion of `track-mouse'.
4383
4384 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4385 (refill-adjust-ignorable-overlay): New function.
4386 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4387 only the paragraph's tail if possible.
4388 Update `refill-ignorable-overlay'.
4389 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4390
4391 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4392 point inside the fill-prefix.
4393
4394 * textmodes/refill.el (refill-post-command-function): Don't reset
4395 refill-doit in the case where a self-insertion command doesn't
4396 case a refill. Use `refill-fill-paragraph-at', getting position
4397 from `refill-doit'.
4398 (refill-after-change-function): Set `refill-doit' to END.
4399 (refill-fill-paragraph-at): New function, mostly from old
4400 refill-fill-paragraph.
4401 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4402 (refill-pre-command-function): New function.
4403 (refill-mode): Add it to `pre-command-hook'.
4404
4405 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4406
4407 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4408
4409 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4410 javadoc tags.
4411
4412 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4413
4414 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4415 vc.el).
4416
4417 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4418 require vc.
4419
4420 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4421 checkouts.
4422
4423 2000-11-20 Dave Love <fx@gnu.org>
4424
4425 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4426
4427 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4428
4429 * calculator.el (calculator-paste): Use `if' instead of `and'
4430 and `or'.
4431 (calculator-help): Don't use electric-describe-mode for XEmacs.
4432
4433 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4434
4435 * info.el (info-menu-5): Doc fix.
4436
4437 * textmodes/artist.el: New file.
4438
4439 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4440
4441 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4442 and differentiate according to checkout model.
4443 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4444 since this function is only concerned with master state.
4445
4446 * vc-hooks.el (vc-workfile-unchanged-p)
4447 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4448
4449 * vc.el (vc-workfile-unchanged-p)
4450 (vc-default-workfile-unchanged-p): See above.
4451
4452 2000-11-19 Miles Bader <miles@gnu.org>
4453
4454 * image-file.el (insert-image-file): Make `intangible' and
4455 `read-only' properties rear-nonsticky too.
4456
4457 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4458
4459 * ps-print.el: Update copyright notice.
4460
4461 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4462 (tooltip-show): Use the offsets.
4463
4464 * bindings.el (mode-line-modified): Fix a typo.
4465 (mode-line-toggle-modified, mode-line-widen)
4466 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4467
4468 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4469
4470 * ps-print.el (toplevel): Test for find-coding-system being
4471 fboundp before calling ps-x-find-coding-system.
4472
4473 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4474
4475 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4476 (vc-version-backup-file): Docstring fix.
4477
4478 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4479
4480 * files.el (basic-save-buffer): Don't add a newline if
4481 find-file-literally is non-nil.
4482 (find-file-literally): Extend doc string.
4483
4484 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4485 sort(1) with the `-f' argument.
4486
4487 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4488
4489 * vc.el: Updated backend documentation.
4490 (vc-default-check-headers): New function.
4491
4492 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4493
4494 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4495 up-to-date.
4496 (vc-do-command): In the asynchronous case, output messages only if
4497 the minibuffer is not active.
4498
4499 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4500 `vc-cvs-use-edit' is on.
4501 (vc-cvs-checkout): When this is used for reverting the workfile,
4502 make a backup of the original contents and revert to that in case
4503 of error.
4504 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4505 remote repositories.
4506
4507 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4508 for both version and ratio in the minibuffer.
4509
4510 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4511 Use vc-do-command to perform the annotation, not call-process.
4512
4513 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4514
4515 * international/quail.el (quail-start-translation): Don't call
4516 `message' before reading key sequence.
4517
4518 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4519
4520 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4521
4522 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4523
4524 * window.el (fit-window-to-buffer): Be sure to acquire at least
4525 one text line even if the buffer is empty.
4526
4527 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4528
4529 * net/ange-ftp.el (ange-ftp-file-writable-p)
4530 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4531 Bind ange-ftp-process-verbose to nil.
4532
4533 2000-11-15 Dave Love <fx@gnu.org>
4534
4535 * wid-edit.el (widget-specify-field, widget-specify-button):
4536 If :help-echo is a function, set help-echo of overlay to
4537 widget-mouse-help.
4538 (widget-mouse-help): New function.
4539 (widget-echo-help): Rewritten for :help-echo functions only taking
4540 a widget arg.
4541
4542 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4543 Use display-graphic-p.
4544 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4545 and that JPEG is available.
4546 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4547
4548 * international/mule-cmds.el (locale-charset-language-names):
4549 Match @euro.
4550
4551 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4552
4553 * faces.el (face-set-after-frame-default):
4554 If `inhibit-default-face-x-resources' is bound, don't intialize the
4555 default face from X resources.
4556
4557 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4558
4559 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4560 Don't set EMACSLOADPATH.
4561
4562 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4563
4564 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4565 texinfo-insert-@url.
4566 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4567 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4568
4569 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4570
4571 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4572 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4573 (checkdoc-minor-keymap): Backward compatibility.
4574 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4575 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4576 (checkdoc-this-string-valid-engine): Be a bit more strict
4577 to avoid matching substrings of `...' quoted vars/funs.
4578 (checkdoc-defun-info): Only look for `interactive' if alone.
4579 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4580
4581 * progmodes/compile.el (grep): `tag-default' can be nil.
4582
4583 * newcomment.el (comment-indent): Paren typo.
4584
4585 2000-11-14 Dave Love <fx@gnu.org>
4586
4587 * calculator.el: New maintainer version.
4588
4589 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4590
4591 * cmuscheme.el: Doc fixes.
4592 (cmuscheme) <defgroup>: Use `scheme' as parent.
4593 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4594
4595 * xscheme.el (scheme-program-name): Don't define here.
4596
4597 * progmodes/scheme.el (scheme-program-name): New variable
4598 (originally in cmuscheme).
4599
4600 2000-11-14 Miles Bader <miles@gnu.org>
4601
4602 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4603 Handle header-lines. Don't loop forever if we can't enlarge the
4604 window anymore. Simplify a bit.
4605
4606 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4607
4608 * window.el (fit-window-to-buffer): Don't check
4609 window-text-height. Assure that the last line is fully visible.
4610
4611 * international/quail.el (quail-show-guidance-buf):
4612 Call fit-window-to-buffer to assure the enough height of the guidance
4613 buffer.
4614 (quail-update-guidance): Avoid making the guidance buffer shorter.
4615
4616 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4617
4618 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4619 rather than `prepend' and add an interesting comment.
4620 (tex-math-face, tex-font-lock-syntactic-face-function):
4621 New face and function to use it.
4622 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4623 than `menu-enable' symbol property.
4624 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4625 (tex-mode): Add some latex-mode commands for auto-selection.
4626 Use tex-font-lock-syntactic-face-function.
4627 (tex-insert-quote): Simplify.
4628 (tex-shell): New mode.
4629 (tex-start-shell): Use it.
4630 (tex-shell-proc, tex-shell-buf): New functions.
4631 (tex-send-command): Use it.
4632 (tex-main-file): Fix the meaning of the new arg REALFILE.
4633 (tex-send-tex-command): New function split from `tex-start-tex'.
4634 Set compilation-last-buffer and compilation-parsing-end.
4635
4636 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4637 when it follows non-comment text on the line.
4638
4639 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4640 Set font-lock-defaults.
4641 (lisp-mode-shared-map): Init inside the defvar.
4642 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4643 Use define-derived-mode.
4644
4645 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4646
4647 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4648
4649 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4650
4651 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4652 Don't recursively optimize body because that can lead to infinite
4653 recursion; see comment there.
4654
4655 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4656
4657 * faces.el (face-spec-set-match-display): Revert the change from
4658 2000-10-24. Add a FIXME for after v21.1.
4659
4660 2000-11-13 Miles Bader <miles@gnu.org>
4661
4662 * textmodes/fill.el (skip-line-prefix): New function.
4663 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4664 (fill-paragraph): Don't leave point inside the fill-prefix.
4665 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4666 point inside the fill-prefix.
4667
4668 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4669
4670 * calendar/calendar.el (generate-calendar-window):
4671 Use `fit-window-to-buffer'.
4672
4673 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * gud.el (gud-minor-mode): New var.
4676 (gud-symbol, gud-val): New functions.
4677 (gud-find-file): Copy gud-minor-mode to the new buffer.
4678 (gud-menu-map): Include entries for commands that are not always
4679 available, using :enable to (de)activate them.
4680 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4681 (gud-mode-map): New map.
4682 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4683 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4684 Don't set up gud's menu (it's done by the minor-mode).
4685 (gud-minibuffer-local-map): New.
4686 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4687 (gud-query-cmdline): New function.
4688 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4689 (gud-mode): Use define-derived-mode.
4690 Don't set up gud's menu (it's done by the minor-mode).
4691 (gud-chop-words): Remove.
4692 (gud-common-init): Use split-string instead.
4693 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4694
4695 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4696 Add keyword arg :name.
4697
4698 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4699 (diff-count-matches, diff-split-hunk): New functions.
4700 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4701
4702 * pcvs-info.el (cvs-fi-conflict-face): New var.
4703
4704 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4705 Make it into a simple syntax-table, shared among all submodes.
4706 (sh-heredoc-face): Re-introduce.
4707 (sh-font-lock-syntactic-face-function): New function.
4708 (sh-mode): Use it. Also use define-derived-mode.
4709 Remove old bogus setting of indent-region-function.
4710 (sh-set-shell): Don't set the syntax-table any more.
4711 (sh-mode-syntax-table) <defun>: Remove.
4712
4713 2000-11-12 Miles Bader <miles@gnu.org>
4714
4715 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4716 message if interactive.
4717
4718 2000-11-12 Dave Love <fx@gnu.org>
4719
4720 * mail/feedmail.el: Fix header,
4721 (feedmail) <defgroup>: Add :link.
4722
4723 * view.el: Use local-map property, not keymap on mode-line string.
4724
4725 * scroll-all.el (scroll-all-mode): Customize variable.
4726 Add autoload cookie to function.
4727
4728 * lazy-lock.el: Remove compatibility code.
4729
4730 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4731 (finder-help-echo): New variable.
4732 (finder-mouse-face-on-line): Add help-echo stuff.
4733 (finder-list-keywords, finder-list-matches): Use mapc.
4734
4735 * faces.el (face-font-registry-alternatives): Add :version.
4736
4737 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4738 tags-table-list.
4739
4740 * net/browse-url.el (browse-url-browser-function): Update :version.
4741
4742 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4743 (mail-mode): Use [:alnum:] in some regexps.
4744
4745 2000-11-10 Dave Love <fx@gnu.org>
4746
4747 * ediff.el (ediff-regions-internal, ediff-documentation):
4748 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4749 fundamental mode.
4750
4751 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4752 buffer into fundamental mode.
4753 (ediff-set-difference): Use copy-sequence if available.
4754
4755 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4756 Check ediff-patch-map non-nil.
4757 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4758 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4759 buffer into fundamental mode.
4760
4761 * ediff-merg.el (state-or-merge): Defvar when compiling.
4762
4763 2000-11-10 Jason Rumney <jasonr@gnu.org>
4764
4765 * w32-fns.el (w32-add-charset-info): New function.
4766 (w32-charset-info-alist): Use it.
4767
4768 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4769
4770 * faces.el (face-font-registry-alternatives): New user-option.
4771
4772 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4773
4774 * textmodes/texinfo.el (texinfo-block-default): New var.
4775 (texinfo-insert-block): Use it. Insert a newline if needed.
4776
4777 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4778 (fill-region-as-paragraph): Use it.
4779
4780 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4781 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4782 Tweak paragraph regexps to allow a leading [ \t]*.
4783 (tex-latex-block): Insert a newline if necessary.
4784 (latex-insert-item): Only insert a newline if necessary.
4785 (tex-guess-main-file): New function.
4786 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4787 Set tex-main-file if TeX-master is provided.
4788 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4789
4790 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4791
4792 * startup.el (command-line): Set the default tooltip-mode
4793 to t for graphical displays which implement x-show-tip.
4794
4795 * tooltip.el (tooltip-mode): Add a comment about startup.el
4796 setting the default value of this user-option.
4797
4798 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4799
4800 * font-lock.el (font-lock-*-face) <defvar>: Move.
4801 (font-lock-defaults-alist): Mark obsolete.
4802 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4803 (font-lock-mode): Use define-minor-mode.
4804 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4805 (font-lock-turn-off-thing-lock): Be more explicit.
4806 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4807 (font-lock-syntactic-face-function): New var.
4808 (font-lock-fontify-syntactically-region): Use it.
4809 (font-lock-doc-face): New.
4810
4811 * pcvs.el (cvs-enabledp): Ignore errors.
4812 (cvs-commit-filelist): Never query.
4813 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4814 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4815 (cvs-do-removal): Use cvs-partition rather than delete-if.
4816 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4817 cvs-bury-buffer.
4818
4819 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4820 Allow `next' to jump to after the end of the last match.
4821
4822 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4823
4824 * simple.el (byte-compiling-files-p): New function.
4825
4826 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4827 if it is there.
4828
4829 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4830 nil again.
4831
4832 * textmodes/ispell.el (ispell-library-path): Don't call
4833 check-ispell-version when byte-compiling because that starts
4834 an ispell process, and ispell might not be installed.
4835 (toplevel): Don't set up a menu when byte-compiling.
4836
4837 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4838 it, so that a boundp test can be used to determine if we're
4839 currently byte-compiling.
4840
4841 2000-11-09 Dave Love <fx@gnu.org>
4842
4843 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4844
4845 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4846
4847 * ps-print.el: Patch for variable initialization when spooling.
4848 Doc fix.
4849 (ps-output-list): Fun eliminated.
4850 (ps-begin-file, ps-begin-job): Code fix.
4851
4852 2000-11-08 Dave Love <fx@gnu.org>
4853
4854 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4855
4856 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4857
4858 * simple.el (shell-command, display-message-or-buffer)
4859 (shell-command-on-region): Mention resize-mini-windows in the doc
4860 string.
4861 (display-message-or-buffer): Take the value of resize-mini-windows
4862 into account.
4863
4864 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4865
4866 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4867
4868 * dired.el (dired-between-files): Add `^. find' as an alternative
4869 to the regular expression, for find-dired.
4870
4871 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4872
4873 * textmodes/texnfo-upd.el: Require texinfo.
4874 (defmacro, defgroup): Remove.
4875 (texinfo-section-to-generic-alist): Remove.
4876 Use texinfo-section-list instead (i.e. level is changed string->int).
4877 (texinfo-filter): New function.
4878 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4879 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4880 Use it. And use regexp-opt.
4881 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4882 (texinfo-update-menu-region-beginning)
4883 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4884 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4885 (texinfo-update-menu-same-level-regexps): Update.
4886 (texinfo-update-node, texinfo-every-node-update)
4887 (texinfo-sequential-node-update): Remove autoload cookie.
4888
4889 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4890 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4891 (texinfo-chapter-level-regexp): Remove.
4892 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4893
4894 2000-11-06 Dave Love <fx@gnu.org>
4895
4896 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4897
4898 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4899 Match defun*.
4900
4901 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4902
4903 * composite.el (composition-function-table): Variable declaration
4904 moved to src/composite.c.
4905 (compose-chars-after): New optional arg object.
4906
4907 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4908
4909 * bindings.el (mode-line-toggle-read-only)
4910 (mode-line-toggle-modified, mode-line-widen)
4911 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4912 (make-mode-line-mouse2-map): Rewritten.
4913 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4914 functions so that C-h k can show something with a doc string.
4915
4916 * startup.el (fancy-splash-delay): Set to 10 seconds.
4917 (fancy-splash-max-time): New user-option.
4918 (fancy-splash-stop-time): New variable.
4919 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4920 (fancy-splash-screens-1): Throw `stop-splashing' when current
4921 time is greater than fancy-splash-stop-time.
4922
4923 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4924
4925 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4926
4927 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4928 Prompt user for a file rather than raising an error.
4929 (cvs-enabledp): Fix call to cvs-mode-marked.
4930 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4931 (cvs-mode-insert): Use it. Change the init prompt' value.
4932 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4933
4934 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4935 Don't pass default arg to ewoc-locate.
4936 (ewoc-collect): Return result in the right order.
4937
4938 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4939
4940 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4941 (cvs-status-get-tags): Fix regexp.
4942 (cvs-status-trees, cvs-status-cvstrees):
4943 Combine after change hooks and don't sit-for.
4944 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4945 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4946 Use make-char rather than hard-coded cryptic data.
4947 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4948
4949 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4950
4951 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4952 (cvs-insert-strings): New function.
4953
4954 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4955
4956 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4957 `mwheel-scroll-amount'.
4958 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4959 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4960 string-matching against the version string.
4961
4962 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4963
4964 * language/thai.el ("Thai"): Set a lisp form that produces
4965 composed string in `sample-text' language info.
4966
4967 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4968 composed string in `sample-text' language info.
4969
4970 * international/mule-cmds.el (describe-language-environment):
4971 Eval `sample-text' data and insert the result.
4972
4973 * international/mule-conf.el (compound-text): Define this coding
4974 system here. Make x-ctext and ctext aliases of it.
4975
4976 * language/european.el (compound-text, ctext): Moved to
4977 international/mule-conf.el.
4978
4979 2000-11-05 Andrew Innes <andrewi@gnu.org>
4980
4981 * w32-fns.el (w32-version): New function.
4982
4983 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4984
4985 * progmodes/awk-mode.el: Update copyright.
4986 (awk-mode-abbrev-table): Remove.
4987 (awk-font-lock-keywords): Use regexp-opt.
4988 (awk-mode): Use define-derived-mode.
4989
4990 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4991 when extracting a suffix.
4992
4993 2000-11-04 Andre Spiegel <spiegel@gnu.org>
4994
4995 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4996 auto-save-mode.
4997
4998 2000-11-04 Jason Rumney <jasonr@gnu.org>
4999
5000 * language/european.el (decode-mac-roman): Test against r1 not r0.
5001
5002 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
5003
5004 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
5005 (icon-mode): Define indent-line-function.
5006 (icon-comment-indent): Simplify.
5007 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
5008
5009 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
5010
5011 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5012 Bind change-log-default-mode to defeat the caching done on it.
5013 Don't bother saving excursion any more.
5014
5015 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
5016
5017 * frame.el (after-setting-font-hook): Rename hooks -> hook.
5018 (set-frame-font): Use the new name (and the old for compatibility).
5019
5020 * toolbar/tool-bar.el (tool-bar-mode):
5021 * time.el (display-time-mode):
5022 * recentf.el (recentf-mode):
5023 * paren.el (show-paren-mode):
5024 * mwheel.el (mouse-wheel-mode):
5025 * msb.el (msb-mode):
5026 * jka-compr.el (auto-compression-mode):
5027 * image-file.el (auto-image-file-mode):
5028 * hl-line.el (hl-line-mode):
5029 * delsel.el (delete-selection-mode):
5030 * autoinsert.el (auto-insert-mode):
5031 * complete.el (partial-completion-mode): Drop unneeded positional args.
5032
5033 * info.el (Info-mode):
5034 * comint.el (comint-mode): Don't bother with make-local-hook.
5035
5036 * log-edit.el (log-edit-menu): New menu.
5037
5038 2000-11-03 Miles Bader <miles@gnu.org>
5039
5040 * wid-edit.el (widget-end-of-line): Reinstate, with a new
5041 definition, so that trailing spaces are handled properly.
5042 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
5043
5044 2000-11-03 Gerd Moellmann <gerd@gnu.org>
5045
5046 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
5047 tab character.
5048 (fancy-splash-screens): Set tab-width to 20.
5049
5050 2000-11-03 Dave Love <fx@gnu.org>
5051
5052 * comint.el (comint-completion-addsuffix): Fix custom type.
5053
5054 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
5055
5056 * font-lock.el (font-lock-buffers): Remove.
5057 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
5058 (font-lock-change-major-mode): Remove.
5059 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
5060 (font-lock-default-fontify-region): Extend the multiline
5061 fontification to whole lines.
5062 (font-lock-fontify-anchored-keywords)
5063 (font-lock-fontify-keywords-region): If matching just one
5064 line (with \n) only mark the \n as multiline.
5065
5066 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
5067 Correctly handle the case where several :group args are supplied.
5068 Allow :extra-args.
5069 (easy-mmode-define-global-mode): Allow :extra-args.
5070 Correctly handle the case where several :group args are supplied.
5071
5072 2000-11-02 Miles Bader <miles@gnu.org>
5073
5074 * calendar/calendar.el (diary-face, calendar-today-face)
5075 (holiday-face): Remove dependency on `window-system'.
5076
5077 2000-11-02 Ken Raeburn <raeburn@gnu.org>
5078
5079 * Makefile.in (emacs): Set EMACSLOADPATH always.
5080 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
5081 (compile-files): Bomb out if compilation of a file fails.
5082
5083 2000-11-02 Dave Love <fx@gnu.org>
5084
5085 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
5086
5087 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
5088
5089 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
5090 punctuation in the warning inserted into the *mail* buffer.
5091
5092 2000-11-02 Gerd Moellmann <gerd@gnu.org>
5093
5094 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
5095 (authors-public-domain-p): New function.
5096 (authors-print): Use it.
5097
5098 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
5099
5100 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
5101
5102 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5103
5104 * ps-print.el: Extension for even/odd printing. Doc fix.
5105 (ps-print-version): New version number (6.3.1).
5106 (ps-even-or-odd-pages): Customization fix.
5107 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
5108 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
5109 (ps-page-count): Var replaced by `ps-page-column'.
5110 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
5111 (ps-print-sheet-p): New fun.
5112
5113 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5114
5115 * tooltip.el (tooltip-gud-tips-setup): New function.
5116 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
5117 (tooltip-mode): Call tooltip-gud-tips-setup.
5118 (tooltip-gud-tips): Use `gud-basic-call' instead of
5119 process-send-string, so the prompt gets frobbed appropriately.
5120 Handle nil return value from `tooltip-gud-print-command'.
5121
5122 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
5123
5124 * comint.el (comint-add-to-input-history): New function.
5125 (comint-send-input): Use `comint-add-to-input-history'.
5126
5127 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
5128
5129 * info.el (info-menu-header): New face.
5130 (Info-fontify-menu-headers): New function.
5131 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
5132
5133 * info.el (Info-insert-dir): Don't include blank lines at
5134 beginning of additional dir files (one is added automatically).
5135
5136 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
5137
5138 * emacs-lisp/easy-mmode.el (define-minor-mode):
5139 Revert the latest changes.
5140 Allow the three positional arguments to be skipped and replaced
5141 by keyword arguments.
5142 Add a :toggle argument to determine whether a nil arg means toggle
5143 or means turn-on. The default is unchanged.
5144 Add a call to force-mode-line-update.
5145
5146 2000-11-01 Dave Love <fx@gnu.org>
5147
5148 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
5149
5150 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
5151
5152 * calendar/calendar.el (diary-face, holiday-face):
5153 Add dark-background variants.
5154
5155 2000-10-31 Sam Steingold <sds@gnu.org>
5156
5157 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
5158 `tex-main-file' does not have directory in it.
5159
5160 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
5161
5162 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
5163
5164 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
5165
5166 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
5167 functional change.
5168
5169 2000-10-31 Gerd Moellmann <gerd@gnu.org>
5170
5171 * files.el (find-file-noselect): When we expand a wildcard, return
5172 a list of buffers, as we should do according to the doc string.
5173
5174 2000-10-31 Ken Raeburn <raeburn@gnu.org>
5175
5176 * loadup.el (top level): Adjust load path if program name is
5177 "../src/bootstrap-emacs", in case it's not dumped and thus the
5178 load path adjustment hasn't already been done.
5179
5180 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5181
5182 * ps-print.el: Fix bug on selected pages for printing.
5183 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
5184 is on. Try to avoid warning messages when compiling. Doc Fix.
5185 (ps-print-version): New version number (6.3).
5186 (ps-color-device): Use `color-values' to determine if device
5187 supports color.
5188 (ps-color-values): Try to use `x-color-values' when using XEmacs.
5189 (ps-print-page-p): Changed from defsubst to defun.
5190 (ps-page-number): Changed from defmacro to defun.
5191 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
5192 printing.
5193 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
5194 (ps-end-file, ps-dummy-page): Funs eliminated.
5195 (ps-print-color-scale): Changed default value.
5196 (ps-page-n-up, ps-print-page-p): New internal vars.
5197 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
5198 (ps-plot-region, ps-generate, ps-end-job): Code fix.
5199
5200 * delim-col.el: Little programming improvement.
5201 (delimit-columns-str): New macro.
5202 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5203
5204 2000-10-31 Kenichi Handa <handa@etl.go.jp>
5205
5206 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
5207 Moved to european.el.
5208 (ccl-encode-mac-roman-font, fontset-mac): Modified for
5209 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5210 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
5211 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
5212
5213 2000-10-30 Dave Love <fx@gnu.org>
5214
5215 * progmodes/cc-menus.el (imenu-generic-expression)
5216 (imenu-progress-message): Only defvar when compiling.
5217
5218 * emacs-lisp/elp.el (elp-unload-hook): New function.
5219
5220 * loadhist.el (unload-feature): Call elp-restore-function,
5221 checking for symbols; don't use elp-restore-all.
5222 (loadhist-hook-functions): Doc fix.
5223
5224 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
5225
5226 * log-edit.el (log-edit-confirm): Fix the default.
5227
5228 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5229
5230 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5231 delimit-columns-format.
5232 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5233
5234 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5235
5236 * comint.el (comint-replace-by-expanded-history): Don't use
5237 comint-get-old-input (we're not looking at *old* input).
5238 (comint-get-old-input-default): If using fields, signal an error
5239 when the point is not in an input field.
5240
5241 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5242
5243 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5244 and mule-unicode-e000-ffff.
5245
5246 * international/mule.el (decode-char, encode-char): New functions.
5247 (make-coding-system): Accept a symbol of translation table as a
5248 value of property `safe-chars'.
5249
5250 * international/mule-cmds.el (encode-coding-char): Check property
5251 safe-chars instead of safe-charsets.
5252
5253 * international/fontset.el (fontset-default): Modified for
5254 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5255 (x-font-name-charset-alist): Likewise.
5256 (ccl-encode-unicode-font): New CCL program. Record it in
5257 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5258
5259 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5260 New translation tables.
5261 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5262 programs are modified and moved from mac-win.el.
5263 (mac-roman): Definition of this coding system is modified and
5264 moved from mac-win.el.
5265
5266 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5267
5268 * ediff-wind.el (ediff-setup-control-frame): Enclose
5269 face-attribute in condition-case to avoid errors in older emacsen.
5270
5271 2000-10-29 Miles Bader <miles@gnu.org>
5272
5273 * custom.el (custom-add-to-group): Allow multiple entries for a
5274 given value OPTION, as long as their widget types are different.
5275 * cus-edit.el (custom-face-value-create): If face name doesn't end
5276 with "face", add such here (similar to custom group widgets).
5277
5278 * comint.el (comint-highlight-prompt): Add :type.
5279
5280 2000-10-28 John Wiegley <johnw@gnu.org>
5281
5282 * calendar/timeclock.el (timeclock-log): Doc fix.
5283 (timeclock-last-event): Doc fix.
5284 (timeclock-log): Kill the timelog buffer after appending a new event.
5285 (timeclock-find-discrep): Use a temp buffer to read in the
5286 timelog, instead of visiting the file.
5287 (timeclock-log-data): A new function, along with a host of helper
5288 functions, for the purpose of making timelog data accessible to
5289 programmers.
5290
5291 * eshell/esh-mode.el (window-height test): Make certain that
5292 `eshell-stringify-t' is non-nil.
5293 (eshell-password-prompt-regexp): Changed to a much simpler
5294 password regexp.
5295 (eshell-send-input): If `eshell-invoke-directly' returns t,
5296 directly invoke the parsed command using `eval'. This improves
5297 turn-around time on simple commands by a factor of three or
5298 greater, such as cd, ls, pwd, etc. -- which get used very often.
5299 It also conserves thousands of cons cells per call (since
5300 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5301 in the Pacific Cookie Company).
5302
5303 * eshell/esh-test.el (eshell-test): Whitespace fix.
5304
5305 * eshell/em-ls.el (eshell-ls-insert-directory):
5306 Make `eshell-ls-initial-args' nil when inserting directory contents.
5307
5308 * eshell/em-script.el (eshell-script-initialize): Add names to
5309 `eshell-complex-commands, since `source' and `.' are complex.
5310
5311 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5312 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5313 `eshell-copy-handles'.
5314 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5315 bodies.
5316 (eshell-separate-commands): Whitespace fix.
5317 (eshell-complex-commands): Added a new list of names, for
5318 determining whether a given command is as simple as it looks.
5319 (eshell-invoke-directly): New function. Returns t if a command
5320 should be invoked directly (using `eval'), rather than indirectly
5321 using `eshell-do-eval'.
5322 (eshell-do-eval): Whitespace fix.
5323
5324 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5325 which provides an emulation of the DOS shell behavior of assuming
5326 that cp/mv/ln should copy/move/link to the current directory.
5327 (eshell-remove-entries): Added a doc string.
5328 (eshell-shuffle-files): Removed the check for `target' being null.
5329 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5330 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5331 it to do a smarter check of whether a destination was provided.
5332 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5333 (eshell/ln): Enable `:preserve-args', and use
5334 `eshell-mvcpln-template' to implement the body of the function.
5335 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5336 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5337 list after flattening it. This makes it possible to cat files
5338 with numerical names.
5339 (eshell-unix-initialize): Added several names to
5340 `eshell-complex-commands.
5341 (eshell-unix-command-complex-p): Return t if a given command name
5342 may result in external processes being invoked.
5343
5344 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5345 variable nil by default, since it slows down glob processing by a
5346 factor of two or more, and increases memory consumption.
5347
5348 * eshell/em-smart.el: Added a note about how memory consumptive
5349 smart display mode can be (at least this is true in Emacs 21).
5350 (eshell-smart-initialize): Whitespace fix.
5351 (eshell-refresh-windows): Use `if' instead of `when'.
5352 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5353 not necessary.
5354 (eshell-currently-handling-window): Added a missing global variable.
5355
5356 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5357 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5358 Whitespace fix.
5359 (eshell-ls-exclude-hidden): Added this variable in addition to
5360 `eshell-ls-exclude-regexp'. This one prevents files beginning
5361 with . from even being read, which can improve memory consumption
5362 quite a bit.
5363 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5364 read file entries beginning with a dot. In home directories with
5365 lots of hidden files, fully two-thirds of the time spent in ls is
5366 used to read directory entries that are immediately thrown away.
5367 (eshell-ls-initial-args): Added back this configuration variable,
5368 for specifying default initial arguments to every call to ls.
5369 Much faster than using an alias to do the same thing.
5370 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5371 (eshell-ls-dir): Whitespace change.
5372
5373 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5374
5375 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5376 (eshell-stringify-t): Added a customization variable, to indicate
5377 whether `t' should be rendered as a string at all. If not, one
5378 can still determine if the result of an expression is true using
5379 "file-exists-p FILE && echo true".
5380 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5381 stringify t!
5382
5383 * eshell/esh-module.el: Whitespace fix.
5384
5385 * eshell/em-alias.el (eshell-alias-initialize):
5386 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5387 (eshell-command-aliased-p): New function that returns t if a
5388 command name names an aliased.
5389
5390 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5391
5392 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5393 redrawing the screen when changing cursor color.
5394 (viper-insert-state-pre-command-sentinel)
5395 (viper-replace-state-pre-command-sentinel)
5396 (viper-replace-state-post-command-sentinel):
5397 Use viper-preserve-cursor-color.
5398 Many functions changed to use viper= instead of = when comparing
5399 characters.
5400 * viper-util.el (viper-memq-char,viper=): New functions for
5401 working with characters.
5402 (viper-change-cursor-color): Fixed buglet.
5403 Many functions changed to use viper= instead of = when comparing
5404 characters.
5405 * viper.el (viper-insert-state-mode-list): Added eshell.
5406
5407 * ediff-init.el (ediff-before-setup-hook): New hook.
5408 Several typos fixed in various docstrings.
5409 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5410 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5411 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5412 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5413 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5414 (ediff-get-selected-buffers): New function.
5415 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5416 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5417 Use save-window-excursion.
5418 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5419 termination check in while loop.
5420 * ediff.el (ediff-get-default-file-name): Better defaults when in
5421 dired buffer.
5422 (ediff-files,ediff-merge-files,ediff-files3)
5423 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5424
5425 2000-10-28 Dave Love <fx@gnu.org>
5426
5427 * info.el (Info-fontify-node): Add help-echo for menu items.
5428
5429 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5430
5431 * startup.el (normal-top-level): If the value of $TERM indicates
5432 we are running from xterm or one of its work-alikes, default to a
5433 light background mode.
5434
5435 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5436 * faces.el (tty-handle-reverse-video): New function.
5437 (tty-create-frame-with-faces): Call it.
5438
5439 * frame.el (frame-notice-user-settings): Don't apply
5440 default-frame-alist and initial-frame-alist to MS-DOS frames.
5441 Call tty-handle-reverse-video, frame-set-background-mode, and
5442 face-set-after-frame-default for non-MS-DOS frames.
5443
5444 * startup.el (tty-long-option-alist): New variable.
5445 (tty-handle-args): New function.
5446 (command-line): Call tty-handle-args.
5447
5448 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5449 startup.el now does that for all character-terminal frames.
5450
5451 2000-10-28 Miles Bader <miles@gnu.org>
5452
5453 * emacs-lisp/easy-mmode.el (define-minor-mode):
5454 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5455 is global. If :global is followed by a non-nil but non-t value,
5456 make the mode buffer-local, but also generate a `global-MODE'
5457 version using `easy-mmode-define-global-mode'.
5458 Add :conditional-turn-on keyword argument.
5459
5460 2000-10-28 Dave Love <fx@gnu.org>
5461
5462 * international/latin1-disp.el (latin1-char-displayable-p):
5463 Don't use window-system.
5464
5465 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5466
5467 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5468 Don't call find-buffer-file-type-coding-system. Instead, just
5469 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5470 if the file is on an untranslated filesystem.
5471 (add-untranslated-filesystem): Use "D" instead of "f" inside
5472 interactive.
5473
5474 2000-10-27 Dave Love <fx@gnu.org>
5475
5476 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5477 (refill-mode): Use it.
5478
5479 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5480
5481 * international/quail.el (quail-activate): Don't make-local-hook.
5482
5483 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5484
5485 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5486 manual backups and file.~<rev>.~ for automatic ones.
5487 (vc-make-version-backup): Don't do it on MS-DOS without long file
5488 names.
5489
5490 * vc.el (vc-version-other-window): If an automatic backup of the
5491 desired version exists, rename it instead of copying it.
5492
5493 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5494 after command. If there's an unexpected error, signal it instead
5495 of being silent.
5496 (vc-cvs-merge-news): Be prepared for no news at all.
5497
5498 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5499
5500 * shell.el (shell): Add BUFFER argument.
5501 * comint.el (make-comint-in-buffer): New function.
5502 (make-comint): Use it.
5503
5504 * faces.el (face-spec-choose): Change syntax so that the list of
5505 attribute-value pairs is now the cdr of each clause, not the cadr.
5506 Detect old-style entries, and handle them. Use pop.
5507
5508 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5509
5510 * cus-edit.el (custom-mode-map): Use a sparse map.
5511 (custom-mode): Don't bother with make-local-hook.
5512
5513 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5514
5515 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5516
5517 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5518
5519 * ps-print.el: Avoid compilation gripes.
5520 (ps-print-version): New version number (6.2.1).
5521
5522 2000-10-26 Dave Love <fx@gnu.org>
5523
5524 * menu-bar.el: Modify some menu item help strings.
5525 (menu-bar-help-menu): Add link to MORE.STUFF.
5526
5527 * cus-edit.el (custom-mode): Add `special' mode-class property.
5528
5529 * wid-browse.el (widget-browse-mode): Likewise.
5530
5531 * wid-edit.el (widget-specify-field): Revert to using local-map
5532 property, not keymap.
5533
5534 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5535
5536 * wid-edit.el (widget-field-end): When checking for a `boundary'
5537 field, do so in the correct buffer.
5538
5539 * simple.el (undo): Correctly distinguish between numeric and
5540 non-numeric prefix args in non-transient-mark-mode, as per the doc
5541 string. When in transient-mark-mode, treat all prefix-args as
5542 numeric.
5543
5544 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5545 Position point on match. Handle N == 0 correctly.
5546
5547 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5548 (comint-mode-map): Reverse order of `comint-write-output' and
5549 `comint-append-output-to-file'.
5550 (comint-append-output-to-file): Reinstate this function, for the
5551 benefit of the menu.
5552
5553 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * vc.el (vc-version-other-window): Bind `file'.
5556
5557 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5558
5559 * Makefile.in (update-authors): New target for maintenance purposes.
5560
5561 * emacs-lisp/authors.el (batch-update-authors): New function.
5562 (authors-fixed-entries): New defconst.
5563 (authors-add-fixed-entries): New function.
5564 (authors): Call it.: Don't process lispref/.
5565
5566 2000-10-25 Jason Rumney <jasonr@gnu.org>
5567
5568 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5569 Merge x w32 and mac definitions.
5570
5571 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5572
5573 * menu-bar.el (menu-bar-options-menu): Add a help string for
5574 `uniquify'.
5575
5576 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5577
5578 * time-stamp.el (time-stamp-string-preprocess):
5579 Fix a wrong type argument error.
5580
5581 2000-10-25 Miles Bader <miles@gnu.org>
5582
5583 * recentf.el (recentf-mode): Variable removed.
5584 (recentf-mode): Use `define-minor-mode'.
5585
5586 * mwheel.el (mouse-wheel-mode): New global minor mode.
5587 (mwheel-install): Use `mouse-wheel-mode'.
5588
5589 2000-10-25 Dave Love <fx@gnu.org>
5590
5591 * progmodes/cperl-mode.el (cperl-mode):
5592 Set normal-auto-fill-function correctly.
5593
5594 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5595 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5596 bindings.
5597
5598 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5599
5600 * wid-edit.el (widget-field-at): New function.
5601 (widget-at, widget-field-activate): Use it.
5602 (widget-tabable-at): Use `widget-at'.
5603 (widget-specify-field): If the terminating character of the widget
5604 field (which is read-only) is a newline, put it into a special
5605 `boundary' field so that C-n/C-p act more naturally.
5606 (widget-field-end): Also don't subtract one if a special
5607 `boundary' field has been added after the widget field.
5608
5609 * comint.el (comint-output-filter, comint-send-input):
5610 Don't bother adding stickiness fields to overlays to fool the field
5611 code, since it should notice the overlay insertion-types now.
5612
5613 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5614 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5615 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5616
5617 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5618
5619 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5620 (authors): Set file coding system to iso-2022-7bit.
5621 Add file-local variables to output buffer.
5622
5623 * files.el (after-find-file): Don't print any warnings if
5624 WARN is nil.
5625
5626 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5627
5628 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5629
5630 * delim-col.el: Now there is a column formatting mechanism.
5631 Modified to customization mechanisms convention. Doc fix.
5632 (columns): New group for delim-col.
5633 (delimit-columns-before, delimit-columns-after)
5634 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5635 (delimit-columns-end): New vars.
5636 (delimit-columns-customize, delimit-columns-format): New funs.
5637 (delimit-columns-region, delimit-columns-rectangle)
5638 (delimit-columns-rectangle-line): Modified to support column
5639 formatting.
5640
5641 2000-10-24 Dave Love <fx@gnu.org>
5642
5643 * log-edit.el (log-edit): Add :version and a :group for vc.
5644
5645 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5646
5647 * files.el (after-find-file): Don't print a message ``New file''
5648 if WARN is nil.
5649
5650 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5651 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5652 get duplicate tool-bar entries because we'll see the global ones
5653 on more than one path through keymaps.
5654
5655 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5656
5657 * progmodes/cmacexp.el: Change Francesco's email address.
5658
5659 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5660
5661 * window.el (fit-window-to-buffer): Adjust point of the window
5662 buffer, not that of the current buffer.
5663
5664 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5665
5666 * progmodes/cmacexp.el: Update the euthor's email address.
5667
5668 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5669
5670 * faces.el (face-spec-set-match-display): Add `graphic' display
5671 type (the inverse of `tty'). Use `display-graphic-p' instead of
5672 the window-system variable.
5673
5674 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5675
5676 * international/isearch-x.el (isearch-with-input-method):
5677 Call input-method-function with the first event in
5678 unread-command-events.
5679
5680 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5681
5682 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5683
5684 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5685
5686 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5687 New charsets.
5688
5689 * term/mac-win.el: Remove definitions of mac-roman-lower and
5690 mac-roman-upper, require dired, and define instead of set
5691 mac-ready-for-drag-n-drop to avoid compilation error.
5692
5693 2000-10-23 Andrew Innes <andrewi@gnu.org>
5694
5695 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5696 Remove superfluous calls to subst-char-in-string; instead apply
5697 expand-file-name after convert-standard-filename to ensure
5698 expected directory separators are used.
5699
5700 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5701
5702 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5703
5704 2000-10-23 Dave Love <fx@gnu.org>
5705
5706 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5707 (tool-bar-add-item): Set foreground and background for XBM icons.
5708
5709 * international/latin1-disp.el (latin1-char-displayable-p):
5710 New function (from Handa).
5711 (latin1-display-check-font): Use it.
5712
5713 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5714 using :key-sequence, making it much more usable.
5715 Use nconc, not append.
5716 (imenu--create-keymap-1): Avoid append.
5717
5718 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5719
5720 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5721
5722 [the following changes fix a bug where `define-minor-mode' didn't
5723 correctly generate :require clauses for defcustoms in compiled files]
5724 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5725 (byte-compile-log-file, byte-compile-log-1): Don't set
5726 `byte-compile-current-file' to nil. Instead set
5727 `byte-compile-last-logged-file' to it. Test whether
5728 byte-compile-current-file equals byte-compile-last-logged-file
5729 instead of whether its nil.
5730 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5731
5732 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5733
5734 * textmodes/refill.el: Fix var names in doc.
5735 (refill-mode): Don't bother with make-local-hook anymore.
5736
5737 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5738
5739 * faces.el (face-user-default-spec, face-default-spec): New functions.
5740 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5741 (frame-set-background-mode, face-set-after-frame-default):
5742 Use `face-user-default-spec'. Simplify code slightly.
5743
5744 * woman.el (woman-italic-face, woman-bold-face)
5745 (woman-unknown-face): Add dark-background variants.
5746 (woman-default-faces): Renamed from `woman-colour-faces'.
5747 Set using the stored defaults, rather than using hard-wired colors.
5748 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5749 Just make the foreground `unspecified' rather than "black".
5750 (woman-menu): Rename menu entries accordingly.
5751
5752 * faces.el (header-line): Make more reasonable on mono/grayscale
5753 displays.
5754
5755 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5756
5757 * cus-edit.el (custom-button-face): Use 3D look for mac.
5758 (custom-button-pressed-face): Likewise.
5759
5760 * faces.el (set-face-attributes-from-resources): Handle mac frames
5761 in the same way as x and w32 frames.
5762 (face-valid-attribute-values): Likewise.
5763 (read-face-attribute): Likewise.
5764 (defined-colors): Likewise.
5765 (color-defined-p): Likewise.
5766 (color-values): Likewise.
5767 (display-grayscale-p): Likewise.
5768 (face-set-after-frame-default): Likewise.
5769 (mode-line): Same default face as for x and w32.
5770 (tool-bar): Likewise.
5771
5772 * frame.el: Remove call to frame-notice-user-settings at end of
5773 the file.
5774
5775 * info.el (Info-fontify-node): Make underlines invisible for mac
5776 as for x, pc, and w32 frame types.
5777
5778 * term/mac-win.el: New file.
5779
5780 2000-10-22 Dave Love <fx@gnu.org>
5781
5782 * textmodes/refill.el: New file.
5783
5784 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5785
5786 * vc-hooks.el (vc-version-backup-file-name): New optional args
5787 MANUAL and REGEXP.
5788 (vc-delete-automatic-version-backups, vc-make-version-backup):
5789 New functions.
5790 (vc-before-save): Use the latter.
5791 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5792 confusion.
5793
5794 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5795 expected by vc[-hooks].el.
5796
5797 * vc.el (vc-checkout): Added `-p' suffix in call to
5798 vc-make-version-backups-p; use vc-make-version-backup to actually
5799 make the backup.
5800 (vc-version-other-window, vc-version-backup-file): Handle both
5801 automatic and manual backups.
5802 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5803 of all of them.
5804
5805 2000-10-22 Miles Bader <miles@gnu.org>
5806
5807 * comint.el (comint-highlight-input, comint-highlight-prompt):
5808 Renamed, `-face' at end removed.
5809 (comint-send-input, comint-output-filter): Use renamed faces.
5810
5811 * window.el (fit-window-to-buffer): Change defaulting of
5812 MAX-HEIGHT slightly.
5813
5814 * faces.el (color-values, color-defined-p): Use `member', not
5815 `memq', because it works correctly for strings.
5816 (frame-set-background-mode): Actually, "unspecified-fg" and
5817 "unspecified-bg" *are* strings. Use `member', not `memq', and
5818 `equal', not `eq', when a string value is possible.
5819
5820 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5823
5824 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5825
5826 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5827 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5828 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5829 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5830 (sh-font-lock-syntactic-keywords): Use them.
5831 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5832 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5833 (sh-mode): Don't override font-lock-unfontify-region-function.
5834 Use a copy of sh-font-lock-syntactic-keywords.
5835 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5836 Don't call sh-scan-buffer since font-lock does it on the fly.
5837 (sh-get-indent-info): Use `face' rather than `syntax-table'
5838 text-property to detect here-documents.
5839 Replace sh-special-syntax with sh-st-punc.
5840 (sh-prev-line): Use `face' rather than `syntax-table'
5841 text-property to skip over here-documents.
5842 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5843 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5844 (sh-electric-less, sh-set-here-doc-region)
5845 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5846 (sh-scan-buffer, sh-rescan-buffer): Remove.
5847
5848 2000-10-21 Andrew Innes <andrewi@gnu.org>
5849
5850 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5851 remote (ange-ftp) file names.
5852
5853 2000-10-21 Miles Bader <miles@gnu.org>
5854
5855 * window.el (fit-window-to-buffer): New function.
5856 (shrink-window-if-larger-than-buffer): Use it.
5857 (window-text-height): Don't expect minibuffers to have mode-lines.
5858
5859 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5860 * international/quail.el (quail-update-guidance):
5861 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5862
5863 * international/quail.el (quail-show-guidance-buf): Make sure
5864 guidance window really has enough room.
5865 (quail-update-guidance): If quail-guidance-win is already shown,
5866 make sure its height is OK.
5867
5868 * window.el (window-text-height, set-window-text-height):
5869 New functions.
5870 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5871 instead of `window-height' & `mode-line-window-height-fudge'.
5872 (mode-line-window-height-fudge): Add FACE parameter.
5873 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5874 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5875
5876 2000-10-20 Miles Bader <miles@gnu.org>
5877
5878 * window.el (height-affecting-face-attributes): Use `defconst'.
5879
5880 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5881 New function, conditionally aliased to `mode-line-window-height-fudge'.
5882 (ispell-help): Use it.
5883 (ispell-choices-win-default-height): Don't include mode-line fudge.
5884 (ispell-choices-win-default-height): New function.
5885 (ispell-show-choices, ispell-command-loop): Use function
5886 `ispell-choices-win-default-height' instead of variable.
5887
5888 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5889
5890 * window.el (mode-line-window-height-fudge): New variable.
5891 (height-affecting-face-attributes): New variable.
5892 (mode-line-window-height-fudge): New function.
5893 (shrink-window-if-larger-than-buffer): Use it.
5894 * help.el (resize-temp-buffer-window): Likewise.
5895
5896 * info.el (Info-fontify-node): Add support for @subsubsection
5897 titles, which use `Info-title-4-face'.
5898 (Info-title-4-face): New face.
5899 (Info-title-3-face): Inherit from Info-title-4-face instead of
5900 variable-pitch.
5901
5902 2000-10-19 Jason Rumney <jasonr@gnu.org>
5903
5904 * dired.el (dired-insert-directory): Do not let errors signalled by
5905 attempt to run dired-free-space-program prevent dired from working.
5906
5907 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5908
5909 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5910
5911 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5912
5913 * dirtrack.el (dirtrack): Fix call to run-hooks.
5914
5915 * cmuscheme.el (cmuscheme-program-name): Renamed from
5916 scheme-program-name because xscheme.el contains a defcustom with
5917 the same name. As a consequence, customizing group `cmuscheme'
5918 loaded `xscheme' which redefined run-scheme.
5919 (run-scheme): Use cmuscheme-program-name.
5920
5921 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5922
5923 * play/doctor.el (doctor-death): Update the Samaritans'
5924 anonymous address, and add a website for Befrienders International.
5925
5926 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5927
5928 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5929 Avoid compilation gripes. Doc fix.
5930 (ps-print-version): New version number (6.2).
5931 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5932 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5933 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5934 (ps-x-extent-priority, ps-x-extent-start-position)
5935 (ps-x-face-font-instance, ps-x-find-coding-system)
5936 (ps-x-font-instance-properties, ps-x-make-color-instance)
5937 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5938 avoid compilation gripes without defining functions.
5939 (ps-e-find-composition): Alias for function find-composition, to have a
5940 suitable function depending on Emacs version.
5941 (ps-color-device, ps-color-values, ps-face-foreground-name)
5942 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5943 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5944 (ps-print-ensure-fontified): Function definitions surrounded by
5945 `eval-and-compile' to avoid compilation gripes.
5946 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5947 by symbol-value to avoid compilation gripes.
5948 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5949 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5950
5951 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5952
5953 * startup.el (normal-top-level): Call `frame-set-background-mode'
5954 after `frame-notice-user-settings' because the latter doesn't call
5955 the former on a tty.
5956
5957 * faces.el (frame-set-background-mode): `unspecified' &c are
5958 symbols, not strings.
5959
5960 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5963 why some "light*" colors are deliberately absent from the alist.
5964
5965 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5966 Change colors for tty's, as suggested by Miles Bader.
5967
5968 2000-10-19 Kenichi Handa <handa@etl.go.jp>
5969
5970 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5971 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5972 for ISO10646-1 fonts.
5973 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5974
5975 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * faces.el (frame-set-background-mode): If a tty frame defines a
5978 background color, use that to compute the background mode, instead
5979 of always defaulting to "dark".
5980
5981 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5982
5983 * comint.el (comint-write-output): New function.
5984 (comint-mode-map): Add it to the menu.
5985 Bind `C-c C-s' to comint-write-output.
5986
5987 2000-10-18 Gerd Moellmann <gerd@gnu.org>
5988
5989 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5990 Use fancy-splash-delay.
5991
5992 2000-10-18 Alex Schroeder <alex@gnu.org>
5993
5994 * progmodes/sql.el (sql-sybase-options): New option.
5995 (sql-sybase): Use it. Add sql-database to the list of parameters
5996 provided for login. The options -w 2048 -n are not used any more.
5997
5998 * comint.el (comint-read-input-ring): Bugfix such that the first
5999 and the last entry of the input ring file are not lost.
6000
6001 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6002
6003 * ps-print.el: Internal variable changes to defcustom,
6004 make-local-hook changes to defvar. Doc fix.
6005 (ps-print-version): New version number (6.1).
6006 (ps-setup, ps-do-despool): Code fix.
6007 (ps-printer-name): Customization fix.
6008 (ps-printer-name-option): Now is a defcustom instead of an
6009 internal variable.
6010 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
6011 (ps-print-begin-column-hook): Now are defvar instead of
6012 make-local-hook.
6013
6014 2000-10-18 Miles Bader <miles@gnu.org>
6015
6016 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
6017 (comint-kill-output): Changed into an alias for `comint-delete-output',
6018 and made obsolete.
6019 (comint-mode-map): Rename references to comint-kill-output.
6020
6021 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
6022
6023 * diff-mode.el (diff-header-face, diff-file-header-face)
6024 (diff-changed-face): Add bold and italic attributes to tty faces.
6025 (diff-function-face): New face.
6026 (diff-font-lock-keywords): Use it.
6027
6028 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
6029
6030 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
6031 Remove commented-out call to force-mode-line-update.
6032 (comint-kill-output): Use `forward-line 0' instead of
6033 beginning-of-line to make sure we get past the prompt.
6034
6035 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
6036
6037 * diff-mode.el (diff-header-face, diff-file-header-face):
6038 Add specific setting for dark background.
6039 (diff-context-face): Renamed from diff-comment-face.
6040 Set explicitly rather than inheriting from font-lock-comment-face.
6041
6042 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6043
6044 * startup.el (command-line): Move the code which sets the default
6045 TTY colors to before before-init-hook.
6046
6047 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6048
6049 * jit-lock.el (jit-lock-stealth-time): Doc fix.
6050
6051 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6052
6053 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
6054 extensions, for MS-DOS.
6055
6056 * diff-mode.el (diff-header-face, diff-file-header-face)
6057 (diff-changed-face): Define tty-specific colors.
6058
6059 2000-10-17 Gerd Moellmann <gerd@gnu.org>
6060
6061 * startup.el (fancy-splash-text): Realign the text.
6062
6063 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6064
6065 * font-lock.el (font-lock-comment-face): Define a separate default
6066 for dark-background tty's.
6067
6068 2000-10-17 Miles Bader <miles@gnu.org>
6069
6070 * help.el (resize-temp-buffer-window): Add hack to avoid last line
6071 being obscured by whizzy mode-lines on graphics displays.
6072
6073 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
6074
6075 * info.el (Info-title-1-face, Info-title-2-face)
6076 (Info-title-3-face): Define colors for tty's.
6077 (info-header-node): Remove unneeded tty-specific definition.
6078
6079 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6080
6081 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
6082 reverse from the frame parameters, and don't invert foreground and
6083 background colors.
6084
6085 2000-10-16 Miles Bader <miles@gnu.org>
6086
6087 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
6088 string "*Info*". Call propertized-buffer-identification to spruce
6089 up the result.
6090
6091 2000-10-16 Gerd Moellmann <gerd@gnu.org>
6092
6093 * help.el: Provide `help' for the sake of define-minor-mode
6094 which generates defcustoms with requires.
6095
6096 * jit-lock.el (jit-lock-after-change): If we're in text that
6097 matches a multi-line font-lock pattern, make sure the whole text
6098 will be redisplayed.
6099
6100 * emacs-lisp/authors.el (authors-add): Don't add an entry if
6101 author's name is unknown.
6102
6103 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
6104 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
6105 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
6106 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
6107 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
6108 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
6109 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
6110 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
6111 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
6112 Add author information.
6113
6114 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
6115
6116 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
6117 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
6118 full-color version (using the Gimp) to eliminate dithering artifacts.
6119
6120 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6121
6122 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
6123
6124 * simple.el (syntax-flag-table, string-to-syntax): Remove.
6125
6126 2000-10-15 Dave Love <fx@gnu.org>
6127
6128 * progmodes/sh-script.el: Require skeleton and comint when compiling.
6129
6130 * pcomplete.el (pcomplete) <defgroup>: Add :version.
6131
6132 * whitespace.el: Doc fixes.
6133 (top-level): Don't add hooks here.
6134 (whitespace-running-emacs): Deleted.
6135 (timer): Don't require.
6136 (whitespace): Add back :version conditional on xemacs test.
6137 (whitespace-spacetab-regexp, whitespace-indent-regexp)
6138 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
6139 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
6140 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
6141 Avoid specific xemacs test.
6142 (whitespace-global-mode): New option.
6143 (whitespace-global-mode): New command.
6144 (whitespace-unload-hook): New function.
6145
6146 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
6147 (Info-fontify-node, Info-goto-node, Info-mode-menu)
6148 (Info-fontify-node): `Goto' goes to `Go to'.
6149 (Info-fontify-node): Add help-echo to xref links.
6150
6151 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
6154
6155 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
6156
6157 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6158 Use plist-get and allow :inherit.
6159
6160 * emacs-lisp/cl-macs.el (cl-do-arglist):
6161 Use plist-get and plist-member instead of memq.
6162
6163 * emacs-lisp/ewoc.el (ewoc-location): New function.
6164 (ewoc-enter-after, ewoc-enter-before): Document return value.
6165 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
6166 Don't need make-local-hook any more.
6167 (cvs-addto-collection): Return the new tin.
6168 (cvs-mode-insert): Jump to the new line.
6169
6170 * jit-lock.el (jit-lock-fontify-buffer): Remove.
6171
6172 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
6173
6174 * font-lock.el (font-lock-syntactically-fontified): New var.
6175 (font-lock-fontify-syntactic-keywords-region): Use it.
6176 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
6177
6178 * diff-mode.el (diff-find-file-name): Fix regexp.
6179
6180 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
6181 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
6182
6183 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
6184 (sh-mode-syntax-table): Add punctuation syntax for < and >.
6185 (sh-mode): Don't make all vars local here.
6186 (sh-kw): Reformat.
6187 (sh-set-shell): Use dolist. Don't set indent-region-function.
6188 (sh-mode-syntax-table): Use pop.
6189 (sh-remember-variable): Use push.
6190 (sh-help-string-for-variable): Use memq.
6191 (sh-safe-backward-sexp): Remove.
6192 (sh-safe-forward-sexp): Add ARG.
6193 (sh-get-indent-info, sh-prev-stmt): Use it.
6194 (sh-prev-line): Simplify by using forward-comment.
6195 (sh-this-is-a-continuation): Simplify.
6196 (sh-learn-buffer-indent): Use dolist.
6197 (sh-do-nothing): Remove.
6198 (sh-set-char-syntax, sh-set-here-doc-region):
6199 Use inhibit-modification-hooks.
6200 (sh-name-style): Use mapcar and push.
6201 (sh-load-style): Use dolist.
6202 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
6203 (sh-case, sh-while-getopts): Use propertize directly rather
6204 than sh-electric-rparen.
6205
6206 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
6207
6208 * textmodes/tex-mode.el: Require CL when compiling.
6209 (tex-mode-syntax-table): Init immediately.
6210 (tex-mode-map): Bind M-RET to latex-insert-item.
6211 (latex-mode): Set indent-line-function to latex-indent.
6212 (tex-common-initialization): Don't setup the syntax-table any more.
6213 (latex-insert-item): New skeleton.
6214 (tex-next-unmatched-end): Fix copy/paste braino.
6215 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
6216 (latex-indent, latex-find-indent): New functions.
6217 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
6218 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
6219 (tex-compilation-parse-errors): Use with-syntax-table.
6220
6221 2000-10-15 Miles Bader <miles@gnu.org>
6222
6223 * font-lock.el (font-lock-comment-face): Change dark-background,
6224 color, non-tty, default to `chocolate1'.
6225
6226 2000-10-13 John Wiegley <johnw@gnu.org>
6227
6228 * eshell/esh-util.el (require): Added a missing `require' form,
6229 needed when compiling (for an ange-ftp macro definition).
6230
6231 2000-10-13 Dave Love <fx@gnu.org>
6232
6233 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6234
6235 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6236
6237 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6238
6239 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6240 transparent -colors 8).
6241
6242 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6243
6244 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6245 that breaks with old list format timestamps.
6246 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6247 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6248
6249 2000-10-13 John Wiegley <johnw@gnu.org>
6250
6251 * align.el, pcomplete.el, calendar/timeclock.el,
6252 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6253
6254 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6255 faulty math, where holiday hours were being computing as seconds.
6256
6257 2000-10-13 John Wiegley <johnw@gnu.org>
6258
6259 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6260 specifying what "other" kinds of buffers should be saved.
6261 This used to be hard-coded.
6262 (desktop-buffer-misc-functions): A global for specifying how
6263 auxiliary data should be determined for special buffer types.
6264 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6265 instead of hard-coding the special buffer types.
6266 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6267 auxiliary data, instead of hard-coding for Info buffers and dired.
6268 (desktop-buffer-info-misc-data): Aux function for determining Info
6269 buffer auxiliary info.
6270 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6271 (desktop-buffer-info): Changed this function to use the info
6272 gathered above.
6273 (desktop-create-buffer): Be a little more careful about what
6274 `minor-mode' means before calling it. This is important for some
6275 buffer types.
6276
6277 2000-10-13 John Wiegley <johnw@gnu.org>
6278
6279 * eshell/esh-util.el: Added a global form which declares an
6280 autoload for `parse-time-string', if that function is not already
6281 defined, and if parse-time.el is available on the user's system.
6282
6283 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6284 to be aware of ange-ftp user info.
6285 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6286 (eshell-ls-annotate): Use `eshell-file-attributes'.
6287 (eshell-ls-file): Made the user-id printing code a bit smarter.
6288
6289 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6290 allow identification of alias user ids in remote directories.
6291 It's manual, but there's no other way to know when the current user
6292 on the local machine, is also the owning user on the remote machine.
6293 (fboundp): Bind `ange-cache'.
6294 (eshell-directory-files-and-attributes): Re-organized the logic a
6295 bit to use `eshell-file-attributes' instead of `file-attributes'.
6296 The former is more sensitive to directories that are read via FTP,
6297 and knows how to use ange-ftp to determine full attribute
6298 information, instead of just the name and last modtime.
6299 (eshell-current-ange-uids): Return the current user id when in a
6300 remote directory.
6301 (eshell-parse-ange-ls): Parse a full directory listing that has
6302 been returned by ange-ftp.
6303 (eshell-file-attributes): This beefed up version of
6304 `file-attributes' is only special if the user is currently in a
6305 remote directory, in which case it does a lot of work to find out
6306 what the real attributes of a file are, as they appear on the
6307 remote machine. This makes usage of remote directories (i.e.,
6308 ange-ftp pathnames) much more useful. You can now use Eshell as a
6309 full-fledged FTP client, with much more manipulation ability than
6310 most other clients.
6311
6312 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6313 variable, which means that Eshell's du should always be preferred
6314 in remote directories.
6315 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6316 just `file-attributes'.
6317 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6318 when reading remote directories. This is an Eshell-specific
6319 variable (not part of ange-ftp).
6320 (eshell/ln): Bind `ange-cache'.
6321 (eshell/du): Added some extra logic for determining when to use
6322 Eshell's du (which is slow), and when to use the external version
6323 (which may or may not exist).
6324
6325 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6326 Call `eshell-interactive-process', rather than using
6327 `get-buffer-process', since backgrounded processes don't count in
6328 the context of this function's logic.
6329
6330 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6331 `forward-char', so that null strings are parsed correctly.
6332
6333 2000-09-13 John Wiegley <johnw@gnu.org>
6334
6335 * eshell/em-pred.el (eshell-pred-file-type)
6336 (eshell-pred-file-links, eshell-pred-file-size):
6337 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6338
6339 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6340 that remote file globbing is more efficient.
6341
6342 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6343 gathering the files and attributes within a directory.
6344
6345 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6346 the command line is a special file (not a regular file, directory
6347 or symlink), always attempt to call the external version of cat.
6348
6349 2000-09-13 John Wiegley <johnw@gnu.org>
6350
6351 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6352 Eshell-friendly version of find-tag.
6353
6354 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6355
6356 * image-file.el (image-file-name-extensions)
6357 (image-file-name-regexps): Add autoload cookies.
6358
6359 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6360
6361 * international/mule-cmds.el (select-safe-coding-system): If FROM
6362 is string, show it in *Warning* buffer.
6363
6364 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6365
6366 * startup.el (normal-top-level): Use display-popup-menus-p instead
6367 of window-system.
6368 (command-line): Use display-graphic-p instead of window-system.
6369 (command-line-1): Use display-popup-menus-p and display-mouse-p
6370 instead of window-system.
6371
6372 2000-10-12 Sam Steingold <sds@gnu.org>
6373
6374 * tooltip.el (tooltip-use-echo-area): New user variable.
6375 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6376
6377 2000-10-12 Dave Love <fx@gnu.org>
6378
6379 * recentf.el: Maintainer's checkdoc fixes.
6380
6381 * startup.el (normal-top-level-add-subdirs-to-load-path):
6382 Use character class, not ASCII when matching file names.
6383 (fancy-splash-head): Add trailing slash to URL.
6384 (command-line): Don't require XPM support for toolbar.
6385
6386 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6387 (cperl-invalid-face): Revert last change.
6388 (cperl-init-faces): Quote cperl-invalid-face.
6389
6390 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6391
6392 * startup.el (fancy-splash-text): Remove superfluous quote.
6393
6394 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6395
6396 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6397 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6398 (command-line-1): Don't use fancy-splash-pending-command.
6399 (fancy-splash-screens-1): Goto point-min after inserting text.
6400
6401 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6402
6403 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6404 instead of shared-lisp-mode-map.
6405
6406 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6407
6408 * faces.el (header-line): Change tty-variant to use underlining.
6409
6410 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6411 (isearch-highlight): Restore lazy-isearch face properties at old
6412 position, and suppress them at new position.
6413 (isearch-dehighlight): Restore lazy-isearch face properties.
6414 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6415 over the real isearch overlay, but in that case, don't give it a
6416 face property. Use `push'.
6417
6418 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6419
6420 * man.el (Man-getpage-in-background): Fix previous change.
6421 Decode the process output only when we are in multibyte mode.
6422
6423 2000-10-11 Dave Love <fx@gnu.org>
6424
6425 * info.el (Info-mode-menu): Fix some help.
6426 (info-tool-bar-map): Add entry for Info-last.
6427
6428 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6429 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6430 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6431 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6432 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6433 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6434 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6435 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6436 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6437 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6438 Reduce colour requirements to 25 overall. (Probably wants
6439 revisiting from the originals to reduce further.)
6440
6441 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6442
6443 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6444 buffer-file-coding-system, instead of raw-text.
6445 (dehexlify-buffer): Bind coding-system-for-read to
6446 buffer-file-coding-system, instead of raw-text.
6447
6448 2000-10-11 Sam Steingold <sds@gnu.org>
6449
6450 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6451 `underline' - fixes the bug introduced on 2000-09-21.
6452
6453 2000-10-11 Dave Love <fx@gnu.org>
6454
6455 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6456 Avoid compiler warnings.
6457 (scheme-mode): Doc fix.
6458 (scheme-font-lock-keywords-1): Match `define-syntax'.
6459
6460 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6461
6462 * faces.el (frame-set-background-mode): Pay attention to saved
6463 face specs as well as default ones. Only do anything if the
6464 bg-mode or display-type has actually changed. Use `dolist'.
6465 (region): Make dark-background `region' face less in-your-face.
6466
6467 2000-10-10 Sam Steingold <sds@gnu.org>
6468
6469 * chistory.el, ielm.el, ledit.el:
6470 * progmodes/inf-lisp.el, progmodes/scheme.el:
6471 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6472
6473 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6474
6475 * textmodes/texinfo.el: Update copyright and fix typo.
6476
6477 * desktop.el (desktop-modes-not-to-save): New var.
6478 (desktop-save-buffer-p): Use it.
6479 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6480 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6481
6482 2000-10-10 Dave Love <fx@gnu.org>
6483
6484 * toolbar/tool-bar.el (tool-bar-add-item)
6485 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6486
6487 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6488 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6489 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6490 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6491 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6492 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6493 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6494 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6495 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6496 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6497 the .xpms; probably need retouching.
6498
6499 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6500
6501 * subr.el (add-to-list): Add optional argument APPEND.
6502 * battery.el (display-battery): Use `add-to-list'.
6503
6504 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6505
6506 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6507 properties.
6508 (zone, zone-when-idle, zone-leave-me-alone)
6509 (zone-pgm-whack-chars): Use new symbol properties.
6510
6511 * battery.el (display-battery): Doc spelling fix.
6512
6513 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6514 property.
6515
6516 2000-10-09 Dave Love <fx@gnu.org>
6517
6518 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6519 has been initialized before calling tool-bar-setup.
6520 (tool-bar-add-item-from-menu): Add autoload cookie.
6521
6522 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6523
6524 * menu-bar.el (send-mail-item-name): New function.
6525 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6526 of mail-user-agent in the menu. Don't display the "Send Mail"
6527 item if mail-user-agent is nil or its value is ignore.
6528 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6529 if read-mail-command is nil or its value is ignore.
6530
6531 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6532
6533 2000-10-09 Miles Bader <miles@gnu.org>
6534
6535 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6536 Correct image size.
6537 * toolbar/left_arrow.xpm: Correct image size.
6538
6539 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6540 will be done by the definition of `auto-compression-mode' if
6541 necessary. Move code to uninstall existing file-name handler
6542 before definition of `auto-compression-mode'.
6543
6544 * image-file.el (auto-image-file-mode): Move to the end of the
6545 file, because `define-minor-mode' actually calls the mode-function
6546 if the associated variable is non-nil, which requires that all
6547 needed functions be already defined.
6548
6549 * mouse.el (popup-menu): Balance parens.
6550
6551 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6552
6553 * mouse.el (popup-menu): Move the command call outside the loop
6554 so that popup-menu returns whatever the command returns.
6555
6556 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6557 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6558 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6559 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6560
6561 * vc.el (vc-version-diff): diff-switches can be a list.
6562 Use relative filenames for prettier output.
6563
6564 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6565 (vc-post-command-functions): Remove old-VC compatibility code.
6566
6567 * newcomment.el (comment-indent-default): Autoload.
6568
6569 * font-lock.el (font-lock-defaults): Make buffer-local.
6570 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6571 (font-lock-choose-keywords):
6572 Ignore LEVEL unless KEYWORDS is a list of syms.
6573 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6574 Don't wrap regexp-opt things in \(...\) unnecessarily.
6575
6576 * jit-lock.el: Don't require font-lock any more.
6577 (jit-lock-functions): Make buffer-local.
6578 (jit-lock-saved-fontify-buffer-function): Remove.
6579 (jit-lock-mode): Remove autoload cookie.
6580 Remove font-lock specific code.
6581 (jit-lock-unregister): Don't bother handling complex hooks any more.
6582 (jit-lock-refontify): New function.
6583 (jit-lock-fontify-buffer): Use it.
6584 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6585 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6586 Add optional args START and END.
6587 Never call font-lock-fontify-region directly.
6588 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6589
6590 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6591
6592 2000-10-08 Dave Love <fx@gnu.org>
6593
6594 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6595
6596 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6597
6598 * play/studly.el (studlify-region, studlify-word): Add autoload
6599 cookie.
6600
6601 * play/morse.el (morse-region, unmorse-region): Add autoload
6602 cookie.
6603
6604 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6605 concat.
6606
6607 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6608 insist on symbols starting with word syntax.
6609 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6610 (eval-defun-1): Doc fix.
6611 (indent-sexp): Use nconc to build up indent-stack.
6612
6613 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6614 Gnus with little use.
6615 (mail-setup-hook): Add mail-abbrevs-setup to options.
6616
6617 * recentf.el: Doc fixes.
6618
6619 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6620 Clean up remainder.
6621
6622 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6623 without timezone and (8) with timezone to enforce some whitespace.
6624 Simplify code somewhat.
6625
6626 * options.el (list-options): Doc that you should use customize.
6627
6628 * iswitchb.el (iswitchb-mode): Add :require.
6629
6630 * info.el (Info-goto-node, Info-menu): Doc fix.
6631 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6632 (info-tool-bar-map): New variable.
6633 (Info-mode): Use it.
6634 (Info-edit-map): Define all in defvar.
6635 (speedbar-attached-frame): Avoid compiler warning.
6636
6637 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6638 (global-map): Bind [tool-bar] to a filtered map.
6639 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6640 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6641 Allow PBM icons.
6642 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6643
6644 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6645 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6646 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6647 icons, except up_arrow, which is left-arrow rotated.
6648
6649 * imenu.el (imenu-add-to-menubar): Fix last change.
6650
6651 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6652
6653 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6654 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6655
6656 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6657
6658 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6659 typos in doc strings.
6660
6661 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6662 the doc strings how to customize Font Lock faces.
6663
6664 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6665 computing growth when dragging the header line.
6666
6667 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6668
6669 * simple.el (kill-line): Doc fix.
6670
6671 2000-10-08 Miles Bader <miles@gnu.org>
6672
6673 * faces.el (secondary-selection): Make foreground visible on tty.
6674
6675 * jka-compr.el (auto-compression-mode): Move to the end of the
6676 file, because `define-minor-mode' actually calls the mode-function
6677 if the associated variable is non-nil, which requires that all
6678 needed functions be already defined.
6679 (with-auto-compression-mode): Add autoload cookie.
6680
6681 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6682
6683 * files.el (find-backup-file-name) [ms-dos]: If support for long
6684 file names is not available, behave as if version-control were set
6685 to never.
6686
6687 2000-10-07 Dave Love <fx@gnu.org>
6688
6689 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6690 (browse-url-gnome-moz): New function.
6691 (browse-url-browser-function): Use it.
6692 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6693
6694 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6695
6696 * indent.el (tab-always-indent): New var.
6697 (indent-for-tab-command): Use it.
6698
6699 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6700 raise an error. This way it can still default to a sane value.
6701
6702 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6703
6704 * startup.el (fancy-splash-screens): Use local rather than global map.
6705 Don't use `update-menu-bindings' any more.
6706 Get rid of assumptions about keymap representation.
6707
6708 2000-10-06 Dave Love <fx@gnu.org>
6709
6710 * textmodes/fill.el (sentence-end-double-space)
6711 (sentence-end-without-period): Doc fix.
6712 (adaptive-fill-regexp): Purecopy.
6713 (unjustify-current-line): Use line-end-position.
6714 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6715
6716 * net/eudc-vars.el (eudc): Add :version, :link.
6717
6718 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6719
6720 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6721 Fix for define-minor-mode.
6722 (function-at-point): Alias to function-called-at-point.
6723
6724 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6725
6726 * simple.el (backward-word): Doc fix.
6727
6728 * image-file.el (image-file-name-regexp): image-file-regexps ->
6729 image-file-name-regexps.
6730 (image-file-name-extensions): Add pbm.
6731
6732 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6733
6734 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6735 and add filename to the names so that diff-mode can jump to source.
6736
6737 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6738 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6739 (tex-font-lock-keywords-1): Remove.
6740 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6741 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6742 (font-lock-default-fontify-region):
6743 Expand beg..end correctly when just following a multiline region.
6744 (font-lock-fontify-anchored-keywords):
6745 Include the anchor text as part of the multiline.
6746
6747 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6748
6749 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6750 latter needs the autoloaded define-minor-mode macro during the
6751 bootstrap.
6752
6753 * startup.el (command-line): For now, activate tool-bar-mode only
6754 if XPM images are supported.
6755
6756 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6757 window by dragging a header-line at the top of the frame; that's
6758 confusing because the header-line doesn't move.
6759 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6760 of treating the event as a list. Some cleanup.
6761
6762 2000-10-06 Miles Bader <miles@gnu.org>
6763
6764 * simple.el (display-message-or-buffer): New function.
6765 (shell-command-on-region): Use `display-message-or-buffer'.
6766
6767 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6768 docstring parts.
6769
6770 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6771 (smbclient-prompt-regexp): Add usage note to doc string.
6772 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6773 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6774 Use add-hook for adding the comint filter function, and only do so
6775 if it's not already in the global hook list.
6776 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6777 to `make-local-variable'.
6778 (nslookup-font-lock-keywords): Remove prompt entry.
6779 (nslookup): Don't set the process-filter.
6780 (finger): Exit the loop correctly when the regexps list runs out.
6781 (ftp, smbclient, smbclient-list-shares):
6782 Set the real major mode immediately, not after execing.
6783 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6784
6785 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6786
6787 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6788
6789 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6790
6791 * which-func.el (which-func-format): Remove spurious space.
6792 (which-func-mode): Don't make it permanent-local.
6793 (which-func-ff-hook): Allow which-func-maxout to be nil.
6794 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6795 (which-func-mode): Simplify.
6796 Use post-command-idle-hook rather than post-command-hook.
6797 Go through all buffers and update their state.
6798 (which-function): Also try add-log-current-defun-function.
6799
6800 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6801 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6802 Update call to with-vc-properties accordingly.
6803 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6804 (vc-revert-buffer): More careful about window selection and deletion.
6805 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6806
6807 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6808 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6809 (cvs-dired-action): Change the default to quickdir.
6810
6811 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6812 if comment-indent-function returns nil.
6813 (comment-indent-default): New function.
6814 (comment-indent-function): Use it and document the new semantics.
6815
6816 * image-file.el: Docstring fixes.
6817
6818 * help.el (help-xref-on-pp): Use match-string.
6819 (describe-variable): New arg BUFFER.
6820 Store the current buffer in the help-xref-stack.
6821 (temp-buffer-resize-mode): Use define-minor-mode.
6822
6823 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6824 consistently with its docstring.
6825 Set jit-lock-first-unfontify-pos in an idempotent way.
6826 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6827
6828 2000-10-05 Alex Schroeder <alex@gnu.org>
6829
6830 * sql.el (sql-mysql-options): New variable.
6831 (sql-mysql): Use it.
6832
6833 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6834
6835 * image.el (image): New group.
6836
6837 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6838 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6839
6840 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6841
6842 * net/net-utils.el (nslookup-font-lock-keywords)
6843 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6844 Ignore the value of wqindow-system; always define keywords
6845
6846 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6847
6848 * startup.el (fancy-splash-screens): Remove the code for
6849 debugging; `(trace-to-stderr "EXITTT\n")'.
6850
6851 2000-10-05 Miles Bader <miles@gnu.org>
6852
6853 * diff-mode.el (diff-goto-source): Update call to
6854 `diff-hunk-status-msg' to reflect new REV variable.
6855
6856 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6857
6858 * progmodes/icon.el (icon-mode):
6859 Don't gratuitously override the default for comment-column.
6860
6861 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6862
6863 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6864 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6865 (jit-lock-functions): New var.
6866 (jit-lock-function-1): Use it if non-nil.
6867 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6868 Set the `fontified' property before doing the fontification to avoid
6869 repeatedly going through the same error.
6870 Don't turn errors into messages.
6871 (jit-lock-register, jit-lock-unregister): New functions.
6872
6873 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6874 Use with-current-buffer.
6875
6876 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6877 Turn comment into docstring.
6878
6879 * apropos.el (apropos-mode): Use define-derived-mode.
6880
6881 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6882
6883 * startup.el (fancy-splash-pending-command): New variable.
6884 (fancy-splash-pre-command): New function.
6885 (fancy-splash-screens): Rewritten.
6886 (command-line-1): If fancy-splash-pending-command is set, call it
6887 interactively.
6888
6889 2000-10-04 Dave Love <fx@gnu.org>
6890
6891 * toolbar/tool-bar.el (tool-bar-setup): New function.
6892 (tool-bar-mode): Use it.
6893
6894 * subr.el (substitute-key-definition): Doc fix.
6895 (play-sound-file): New command.
6896
6897 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6898
6899 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6900 vc-version-backup-file-name): New functions.
6901
6902 * files.el (basic-save-buffer): Call vc-before-save before saving.
6903
6904 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6905 vc-cvs-stay-local-p.
6906
6907 * vc.el (vc-revert-buffer): Handle empty diff properly.
6908 (vc-version-backup-file): New function.
6909 (vc-checkout): Create a version backup if necessary.
6910 (vc-checkin): If a version backup file exists, delete it.
6911 (vc-version-diff): Diff locally using version backups, if available.
6912 (vc-revert-file): If there's a version backup, revert locally.
6913 (vc-transfer-file): Use version backup for base version, if
6914 available. If not, ask for confirmation whether to get it from the
6915 server. Update mode line before check-in.
6916
6917 2000-10-04 Dave Love <fx@gnu.org>
6918
6919 * toolbar/tool-bar.el (tool-bar-setup): New function.
6920 (tool-bar-mode): Use it.
6921
6922 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6923
6924 * net/net-utils.el (nslookup-font-lock-keywords)
6925 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6926 Only set if window-system is non-nil
6927 (net-utils-run-program): Returns buffer.
6928 (network-connection-reconnect): Added this function.
6929
6930 * generic.el:
6931 Incorporates extensive cleanup and docfixes by
6932 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6933 Uses cl compile-time macros.
6934 (generic-mode-name, generic-comment-list)
6935 (generic-keywords-list, generic-font-lock-expressions)
6936 (generic-mode-function-list, generic-mode-syntax-table):
6937 Removed variables.
6938 (generic-mode-alist): Renamed to generic-mode-list.
6939 (generic-find-file-regexp): Default changed to "^#".
6940 (generic-read-type): Uses completing read on generic-mode-list.
6941 (generic-mode-sanity-check): removed this function.
6942 (generic-add-to-auto-mode): Removed this function
6943 (generic-mode-internal): Bind mode-specific definitions
6944 into function instead of putting them in alist.
6945 (generic-mode-set-comments): Reworked extensively.
6946 (generic-mode-find-file-hook): Simplified regexp searching
6947 (generic-make-keywords-list): Omit extra pair of parens
6948
6949 * find-lisp.el (find-lisp-find-files-internal):
6950 Make sure directory name ends with "/".
6951
6952 * generic-x.el (apache-conf-generic-mode):
6953 Regexp now allows leading whitespace.
6954 (rc-generic-mode): Added eval-when-compile
6955 around generic-make-keywords-list.
6956 Deleted duplicate regexp
6957 (rul-generic-mode): Added eval-when-compile
6958 around generic-make-keywords-list.
6959 (etc-fstab-generic-mode): New generic mode.
6960 (rul-generic-mode): Removed one eval-when-compile
6961 which caused a max-specpdl-size exceeded error.
6962
6963 2000-10-04 Miles Bader <miles@gnu.org>
6964
6965 * simple.el (minibuffer-temporary-goal-position): New variable.
6966 (next-history-element): Try to keep the position of point in the
6967 input string constant.
6968
6969 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6970 (dired-do-create-files): If there's only one file, pass it in as
6971 the DEFAULT arg to dired-mark-read-file-name.
6972
6973 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6974
6975 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6976 (diff-goto-source): Be smarter when choosing REVERSE or not.
6977
6978 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6979 (texinfo-mode-menu): Add an explicit shortcut for update all.
6980
6981 2000-10-03 Andre Spiegel <spiegel@gnu.org>
6982
6983 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6984 factorize backend-specific code cleanly (this was essentially
6985 conceived by Stefan Monnier).
6986 (vc-unregister): Function removed.
6987 (vc-revert-file): New function.
6988 (vc-revert-buffer): Delegate some of the work to it.
6989
6990 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6991 default branch unconditionally.
6992 (vc-rcs-set-default-branch): New function.
6993 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6994 (vc-rcs-checkin): If an appropriate default branch has been set,
6995 force creation of that branch.
6996 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6997 code (as suggested by Stefan Monnier).
6998
6999 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7000
7001 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
7002 highlighting overlay with a different face over the overlay
7003 isearch uses to highlight the current match because that can lead
7004 to bad face combinations.
7005
7006 * loadup.el (toplevel): Load faces before isearch.
7007
7008 * isearch.el (isearch-faces): New custom group.
7009 (isearch): New defface; was already tested for in the code.
7010 (isearch-lazy-highlight-face): Changed to defface from defcustom.
7011 (isearch-highlight): Always use face `isearch'.
7012
7013 2000-10-02 Dave Love <fx@gnu.org>
7014
7015 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
7016 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
7017 comparison of opcode with operand.
7018
7019 2000-10-03 Miles Bader <miles@gnu.org>
7020
7021 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
7022 buffer, since the echo area will now grow to accommodate them.
7023
7024 2000-10-02 Andre Spiegel <spiegel@gnu.org>
7025
7026 * vc-hooks.el (vc-registered): If FILE used to be registered under
7027 a certain backend, try that one first.
7028
7029 * vc.el (vc-responsible-backend): Undo the previous change in the
7030 argument list. Handle multiple backends correctly.
7031 (vc-find-new-backend): Function removed.
7032 (vc-register): Use vc-responsible-backend, as before.
7033 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
7034
7035 2000-10-02 Gerd Moellmann <gerd@gnu.org>
7036
7037 * startup.el (fancy-splash-head): Change message below the
7038 logo.
7039
7040 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
7041
7042 * diff-mode.el (diff-goto-source): Emit a status message.
7043 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
7044 (diff-test-hunk): Fix doc string.
7045 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
7046 (diff-advance-after-apply-hunk): New variable.
7047 (diff-apply-hunk): Don't return a value.
7048
7049 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
7050
7051 * vc.el (vc-editable-p): Minor optimization.
7052 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
7053 (vc-find-new-backend): New function split from vc-responsible-backend.
7054 (vc-register): Use it.
7055 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
7056 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
7057 (vc-default-unregister, vc-revert-buffer): Docstring fix.
7058 (vc-clear-headers): Don't use find-file.
7059 (vc-revert-buffer): Use `and' again (must have been a braino).
7060 (vc-switch-backend): Only prompt if requested.
7061 Short circuit if nothing is to be done.
7062 Don't use vc-resynch-buffer which could lose unsaved editing.
7063 (vc-default-receive-file): Update call to vc-unregister.
7064 (with-vc-file, vc-next-action-on-file):
7065 Use vc-backend rather than vc-registered.
7066 (vc-next-action-on-file): Use intern-soft.
7067 Deal with read-only *vc-diff* buffer.
7068 (vc-transfer-file): Docstring fix.
7069
7070 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
7071 (vc-rcs-receive-file): Avoid with-vc-properties.
7072 Update call to vc-unregister.
7073 Use constant `RCS' rather than (dynamically bound) var `backend'.
7074
7075 2000-10-01 Andre Spiegel <spiegel@gnu.org>
7076
7077 * vc.el (vc-next-action-on-file): Update mode line only if file
7078 is visited.
7079 (vc-start-entry): New argument initial-contents. Don't visit the file
7080 if it isn't already visited. Brought documentation up-to-date.
7081 (vc-next-action, vc-register): Updated calls to vc-start-entry.
7082 (vc-checkin): New optional arg initial-contents, which is passed to
7083 vc-start-entry.
7084 (vc-finish-logentry): Make sure to bury log buffer only if there
7085 really is one. Call `vc-resynch-buffer' on log-file, not
7086 buffer-file-name.
7087 (vc-default-comment-history, vc-default-wash-log): New functions.
7088 (vc-index-of): Removed.
7089 (vc-transfer-file): Make do without the above.
7090 (vc-default-receive-file): Call comment-history unconditionally. Pass
7091 the resulting string to vc-checkin, instead of inserting it into the
7092 comment ring.
7093
7094 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
7095 unconditionally. Use the comments as initial contents of the log
7096 entry buffer. Document the trick to force branch creation with no
7097 changes.
7098
7099 2000-10-01 Miles Bader <miles@gnu.org>
7100
7101 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
7102 `recenter' with an arg to prevent redrawing the display.
7103
7104 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
7105
7106 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
7107
7108 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
7109
7110 * progmodes/c-mode.el (c-mode):
7111 Don't gratuitously override the default for comment-column.
7112
7113 * textmodes/tex-mode.el (latex-metasection-list): New var.
7114 (latex-imenu-create-index): Use it.
7115 Move the regexp construction outside loops (and use push).
7116 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
7117 (tex-font-lock-keywords): Moved from font-lock.el.
7118 (tex-comment-indent): Remove.
7119 (tex-common-initialization): Don't set comment-indent-function.
7120 (latex-block-default): New var.
7121 (tex-latex-block): Use it to provide a default choice.
7122 Add any unknown choice to latex-block-names.
7123 Insert [...] after {...}.
7124 (tex-last-unended-begin): Simplify regexp.
7125 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
7126 (latex-forward-sexp-1, latex-forward-sexp): New functions.
7127 (latex-mode): Set forward-sexp-function.
7128
7129 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
7130 Add regexp for @ignore ... @end ignore.
7131 (texinfo-heading-face): New face.
7132 (texinfo-font-lock-keywords): Use it.
7133 (texinfo-mode-menu): New menu.
7134 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
7135 New functions.
7136 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
7137 (texinfo-section-types-regexp, texinfo-section-level-regexp)
7138 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
7139 Remove declaration.
7140 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
7141
7142 * delsel.el (delete-selection-mode): Use define-minor-mode.
7143
7144 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
7145
7146 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7147
7148 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
7149
7150 2000-09-30 Gerd Moellmann <gerd@gnu.org>
7151
7152 * replace.el (keep-lines-read-args): New function.
7153 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
7154 read arguments interactively. Add parameters RSTART and REND.
7155 Operate on the active region in Transient Mark mode.
7156
7157 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
7158
7159 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
7160 (authors-obsolete-files-regexps): New variable.
7161 (authors-add): Don't record changes in obsolete files.
7162
7163 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7164
7165 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
7166
7167 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
7168 (comment-indent): Make sure there's a space between code and comment.
7169 Shift comments left to avoid going past fill-column.
7170
7171 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7172
7173 * startup.el (startup-echo-area-message): New function.
7174 (display-startup-echo-area-message): Use it.
7175 (fancy-splash-screens): Rewritten to use keymaps and a timer.
7176 (fancy-splash-default-action): New function.
7177 (fancy-splash-screens-1): New function.
7178 (fancy-splash-head): Put a help-echo and a keymap under the image.
7179
7180 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
7181
7182 * diff-mode.el (diff-add-log-file-name): Remove.
7183 (diff-mode): Use add-log-buffer-file-name-function.
7184
7185 * add-log.el (find-change-log): New arg BUFFER-FILE.
7186 (add-log-file-name): Obey add-log-file-name-function.
7187 (add-log-buffer-file-name-function): New var.
7188 (add-change-log-entry): Use it.
7189
7190 2000-09-29 Miles Bader <miles@gnu.org>
7191
7192 * image-file.el (image-file-name-extensions): New variable.
7193 (image-file-name-regexps): Renamed from `image-file-regexps'.
7194 New default value is nil. Call `auto-image-file-mode'.
7195 (image-file-name-regexp): New function.
7196 (auto-image-file-mode): New minor mode.
7197 (insert-image-file): Don't make conditional on the image-file
7198 handler being enabled.
7199 (image-file-handler): Make the call here conditional instead.
7200 (set-image-file-handler-enabled, enable-image-file-handler)
7201 (disable-image-file-handler): Functions removed.
7202
7203 * emacs-lisp/authors.el (authors-print): Rephrase many-files
7204 string.
7205
7206 2000-09-29 Gerd Moellmann <gerd@gnu.org>
7207
7208 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
7209 it's a function from CL.
7210 (latex-imenu-create-index): Replace eval-when-compile with progn
7211 because latex-section-alist is not bound while compiling.
7212
7213 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7214
7215 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
7216 (outline-mode): Use define-derived-mode.
7217
7218 * progmodes/perl-mode.el (perl-mode):
7219 * progmodes/awk-mode.el (awk-mode):
7220 * progmodes/asm-mode.el (asm-mode):
7221 Don't gratuitously override the default for comment-column.
7222
7223 * emacs-lisp/lisp.el (lisp-complete-symbol):
7224 Distinguish the let-binding case from the funcall case.
7225 (forward-sexp-function): New variable.
7226 (forward-sexp): Use it.
7227
7228 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7229 (easy-mmode-defmap): Remove the now useless autoload.
7230
7231 * time.el (display-time-mode): Use define-minor-mode.
7232
7233 * subr.el (add-minor-mode): Don't eval NAME.
7234 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7235 Use if rather than cond.
7236
7237 * simple.el (read-expression-map): Define more properly.
7238 (comment-indent-hook): Remove.
7239 (string-to-syntax): Bug fix.
7240
7241 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7242 (cvs-ediff-diff): Fix typo.
7243 (cvs-revert-if-needed): Don't bother preserving read-only.
7244
7245 * paren.el (show-paren-mode): Use define-minor-mode.
7246
7247 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7248 (toggle-auto-compression): Remove.
7249 (jka-compr-build-file-regexp): Remove useless grouping.
7250
7251 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7252 Avoid user-reserved bindings.
7253 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7254 (diff-header-face): Revert to grey85.
7255
7256 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7257
7258 * complete.el (partial-completion-mode) <defcustom>: Remove.
7259 (partial-completion-mode): Use define-minor-mode.
7260 (PC-do-completion): Understand `completion-auto-help = delay'
7261 to mean to popup the completion buffer only the second time.
7262 (PC-include-file-all-completions, PC-include-file-all-completions)
7263 (PC-include-file-all-completions): Don't quote lambda.
7264
7265 * comint.el (comint-mode-hook): Docstring fix.
7266 (comint-mode): Use define-derived-mode.
7267 (comint-mode-map): Remove obsolete comment.
7268 (make-comint): Minor stylistic change.
7269 (comint-insert-clicked-input): Be more careful to find the overlay.
7270 Use this-command-keys rather than hardcoding mouse-2.
7271
7272 * font-lock.el: Replace confusing (,@ with ,
7273 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7274 Don't use regexp-opt-depth. Spice up the regexp for args.
7275 Don't distinguish between cmds that can take an opt arg or not.
7276 Use `append' and `prepend' rather than `keep'.
7277
7278 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7279 (latex-outline-regexp): New var.
7280 (latex-outline-level): New fun.
7281 (latex-section-alist): New var.
7282 (latex-imenu-create-index): Use it. Use `push' as well.
7283 (tex-shell-map): Initialize it properly.
7284 (tex-mode): Minor stylistic change.
7285 (plain-tex-mode): Use define-derived-mode.
7286 (latex-mode): Use define-derived-mode.
7287 Construct the paragraph regexps in a more readable way.
7288 Set the buffer-local outline-{level,regexp} vars.
7289 (slitex-mode): Derive from latex-mode.
7290 (tex-common-initialization): Don't kill-all-vars anymore.
7291 Add setting for comment-add and font-lock-defaults.
7292 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7293 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7294 (tex-start-tex): New arg DIR (and send a chdir command for it).
7295 Also display the shell buffer and save it in tex-last-buffer-texed.
7296 (tex-region): Use expand-file-name rather than concat.
7297 Remove code made useless by changes in tex-start-tex.
7298 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7299
7300 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7301
7302 2000-09-28 Dave Love <fx@gnu.org>
7303
7304 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7305
7306 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7307
7308 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7309 `append'.
7310
7311 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7312
7313 * info.el (Info-extract-pointer): Undo last change.
7314 Instead, fix the position of the `bound' arg to re-search-backward.
7315
7316 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7317
7318 * info.el (Info-extract-pointer):
7319 Widen more carefully, to avoid finding pointers in other nodes.
7320 (Info-index): Use push.
7321
7322 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7323
7324 * frame.el (set-frame-font): Remove call to obsolete function
7325 frame-update-faces.
7326 (set-foreground-color, set-background-color): Likewise for
7327 frame-update-face-colors.
7328
7329 2000-09-27 Miles Bader <miles@gnu.org>
7330
7331 * image-file.el: New file.
7332
7333 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7334
7335 * frame.el (frame-notice-user-settings): Don't call
7336 frame-update-faces, which is a no-op now.
7337
7338 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7339 tool-bar-lines.
7340
7341 2000-09-27 Dave Love <fx@gnu.org>
7342
7343 * mouse.el: Fix last change.
7344
7345 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7346
7347 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7348
7349 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7350
7351 * international/quail.el (quail-help): The output message is
7352 improved.
7353
7354 2000-09-26 Dave Love <fx@gnu.org>
7355
7356 * mouse.el (popup-menu): If POSITION is nil, set it using
7357 mouse-position.
7358
7359 2000-09-25 Sam Steingold <sds@gnu.org>
7360
7361 * net/browse-url.el (browse-url-file-url): Check for null maps.
7362
7363 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7364
7365 * frame.el (frame-notice-user-settings): Don't add a
7366 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7367
7368 * frame.el (frame-notice-user-settings):
7369 Make tool-bar-mode and default-frame-alist consistent.
7370
7371 * toolbar/tool-bar.el (tool-bar-help): New function.
7372
7373 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7374
7375 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7376 current-load-list in top-level forms. Else this leaks a cons cell
7377 every time a defun is called.
7378
7379 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7380
7381 2000-09-25 Dave Love <fx@gnu.org>
7382
7383 * startup.el (fancy-splash-head): Check XPM is available.
7384
7385 * autoinsert.el (auto-insert): Doc fix.
7386 (auto-insert-alist): Following GNU notices, don't say `copyright
7387 _by_'. Use line-beginning-position.
7388 (auto-insert): Check buffer-file-name is non-nil before use.
7389
7390 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7391
7392 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7393 starting with `@def' or `@multitable', in addition to ones
7394 specified by the user in auto-fill-inhibit-regexp.
7395
7396 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7397
7398 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7399 rmail-dont-reply-to-names matches the empty string.
7400
7401 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7402
7403 * startup.el (command-line-1, fancy-splash-text): Change the
7404 text to sound more friendly.
7405
7406 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7407
7408 * progmodes/hideshow.el: Update author email address.
7409 Generally, sync w/ maintainer version 5.22.
7410 (hs-hide-all-non-comment-function): New var.
7411 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7412 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7413 (hs-show-region): Delete this command.
7414 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7415
7416 2000-09-22 Dave Love <fx@gnu.org>
7417
7418 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7419 (hl-line-highlight): Specify buffer when moving overlay.
7420
7421 * progmodes/fortran.el (fortran-mode): Locally set
7422 normal-auto-fill-function.
7423 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7424 (fortran-mode-map): Adjust auto-fill menu entry.
7425
7426 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7427
7428 * vc-rcs.el (toplevel): Require `vc' when compiling.
7429
7430 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7431
7432 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7433
7434 * vc.el (vc-switch-backend): Signal an error if the file is not
7435 registered under the new backend.
7436
7437 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7438 without explicit revision number.
7439
7440 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7441
7442 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7443 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7444 (diff-xor): New function.
7445 (diff-find-source-location): Use it. Fix a stupid name clash.
7446 (diff-hunk-status-msg): New function.
7447 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7448 (diff-test-hunk): Use diff-find-source-location.
7449 (diff-goto-source): Favor the `reverse'.
7450 (diff-hunk-text): Properly handle one-sided context diffs.
7451 (diff-apply-hunk): When done, advance to the next hunk.
7452
7453 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7454
7455 * startup.el (command-line): If frame was created with a non-zero
7456 tool-bar-lines parameter, switch tool-bar-mode on.
7457
7458 * add-log.el (change-log-date-face, change-log-name-face)
7459 (change-log-email-face, change-log-file-face)
7460 (change-log-list-face, change-log-conditionals-face)
7461 (change-log-function-face, change-log-acknowledgement-face):
7462 New faces, inheriting from font-lock faces.
7463 (change-log-font-lock-keywords): Use them.
7464
7465 2000-09-21 Dave Love <fx@gnu.org>
7466
7467 * progmodes/cperl-mode.el (top-level): Clean up
7468 `eval-when-compile's and assorted defvars.
7469 (cperl-invalid-face): Don't double-quote value. Change custom
7470 type.
7471 (cperl-mode): Set normal-auto-fill-function and don't zap
7472 auto-fill-function.
7473 (cperl-imenu--function-name-regexp-perl): Renamed from
7474 imenu-example--function-name-regexp-perl.
7475 (cperl-imenu--create-perl-index): Renamed from
7476 imenu-example--create-perl-index.
7477 (cperl-xsub-scan): Don't require cl.
7478
7479 * msb.el (msb-mode-map): Use substitute-key-definition.
7480 (msb-mode): Use msb-mode-map.
7481
7482 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7483
7484 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7485 New functions.
7486 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7487 (vc-switch-backend): New function.
7488 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7489 (vc-register): Fix prompt.
7490 (vc-unregister, vc-default-unregister): New functions.
7491 (vc-version-diff): Handle empty buffer in sentinel.
7492
7493 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7494 (vc-rcs-state-heuristic): Use it to guess the state of files with
7495 non-strict locking.
7496 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7497 been set with -b, but not created yet.
7498 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7499 contents in order to find the state.
7500 (vc-rcs-checkin): Allow creation of branches with no changes.
7501 (vc-rcs-unregister, vc-rcs-receive-file)
7502 (vc-rcs-set-non-strict-locking): New functions.
7503
7504 * vc-hooks.el (vc-name): Force correct computation of the value
7505 in case it is missing.
7506
7507 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7508
7509 * startup.el (fancy-splash-tail): Use a different foreground
7510 color on a dark frame background.
7511
7512 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7513
7514 * info.el: Use the correct capitalization when making Info-mode
7515 and Info-edit-mode `special' modes.
7516
7517 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7518
7519 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7520 (diff-mode): Add support for add-log.el.
7521 (diff-hunk-text): Use char offsets rather than line offsets.
7522 (diff-find-source-location): Replace LINE with line-offset (nil
7523 if not found) and always set POS to a meaningful position.
7524 Adapt to the new char-offsets.
7525 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7526 Adapt to the new diff-find-source-location.
7527 (diff-goto-source): Adapt to the new diff-find-source-location.
7528
7529 * add-log.el (add-log-file-name): New function (split out of
7530 add-change-log-entry).
7531 (add-change-log-entry): Use it.
7532 Call add-log-file-name-function with the changelog file name if
7533 the current buffer is not associated with any file.
7534 Avoid find-file if the selected window is dedicated.
7535
7536 * diff-mode.el (diff-find-source-location):
7537 Move code from diff-apply-hunk. Return buffer rather than file.
7538 (diff-apply-hunk): Use the new result from diff-find-source-location.
7539 (diff-goto-source): Use the new diff-find-source-location.
7540
7541 2000-09-20 Dave Love <fx@gnu.org>
7542
7543 * iswitchb.el: Some doc fixes.
7544 (iswitchb-mode-map): Define completely initially. Inherit
7545 minibuffer-local-map.
7546 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7547 fundamental-mode.
7548 (iswitchb-global-map): New variable.
7549 (iswitchb-summaries-to-end): Amalgamate regexps.
7550 (iswitchb-mode): New.
7551 (iswitchb-mode-hook): New variable.
7552 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7553 `extensions'.
7554
7555 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7556
7557 * ehelp.el (electric-help): New defgroup.
7558 (electric-help-shrink-window): New user-option.
7559 (with-electric-help): Use it.
7560
7561 * window.el (shrink-window-if-larger-than-buffer): If face
7562 `mode-line' has a :box, and we're on a graphical frame, add 1
7563 to the needed window height.
7564
7565 * frame.el (frame-notice-user-settings): Add a last parameter nil
7566 to a call to `append', because the last list passed to `append' is
7567 not copied, and so subsequent calls to assq-delete-all will modify
7568 default-frame-alist.
7569
7570 * startup.el (fancy-splash-image): Change :type.
7571 (fancy-splash-head): Use an XBM image if appropriate.
7572 (command-line-1): Show splash screens in more cases.
7573
7574 * startup.el (fancy-splash-text): Don't quote faces.
7575
7576 * dired.el (dired-font-lock-keywords): Undo last change.
7577 (dired-readin): Bind indent-tabs-mode to nil.
7578
7579 * startup.el (fancy-splash-head): If frame's background mode
7580 is `dark', change the black background of the image to gray.
7581 (fancy-splash-screens): Display startup echo area message.
7582 (display-startup-echo-area-message): New function.
7583
7584 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7585
7586 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7587
7588 * info.el (info-header-node): Tweak for color ttys.
7589
7590 * faces.el (face-valid-attribute-values): Make sure directories we
7591 search for stipples both exist and are readable before trying to
7592 search them.
7593
7594 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7595 in the dry-run case.
7596
7597 * jka-compr.el (with-auto-compression-mode): New macro.
7598
7599 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7600 (custom-group-tag-face, custom-variable-tag-face): Use relative
7601 :height and inherit from `variable-pitch' face instead of
7602 hardwiring :family.
7603 * hi-lock.el (hi-black-hb): Likewise.
7604
7605 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7606 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7607 toolbar-add-item, if image doesn't have a mask add a `:mask
7608 heuristic'.
7609
7610 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7611
7612 * diff-mode.el: Docstring fixes.
7613 (diff-header-face, diff-comment-face): New faces.
7614 (diff-font-lock-keywords): Highlight a bit differently.
7615 (diff-find-source-location): Don't return SPAN any more.
7616 (diff-hunk-text): Don't bother erasing the temp buffer.
7617 (diff-find-text): Drop argument LINE.
7618 (diff-apply-hunk): Update calls to diff-find-text.
7619 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7620
7621 * calendar/calendar.el: Docstring fixes.
7622 (calendar-make-alist): Don't quote lambda.
7623 (calendar-star-date): Use make-local-variable.
7624
7625 2000-09-19 Dave Love <fx@gnu.org>
7626
7627 * toolbar/tool-bar.el: Renamed from toolbar.el.
7628 Change `toolbar' to `tool-bar' generally in symbols.
7629 Make some items invisible in `special' major modes.
7630 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7631 Add arg PROPS.
7632
7633 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7634 Add :version here.
7635 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7636
7637 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7638
7639 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7640
7641 * files.el (find-file-suppress-same-file-warnings): New user-option.
7642 (find-file-noselect): Use it.
7643
7644 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7645 (fancy-splash-screen): Defgroup.
7646
7647 * add-log.el (change-log-font-lock-keywords): Match names
7648 more exactly for the case that font-lock-constant-face is
7649 underlined.
7650
7651 2000-09-19 Richard M. Stallman <rms@gnu.org>
7652
7653 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7654
7655 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7656
7657 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7658
7659 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7660
7661 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7662 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7663 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7664 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7665 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7666 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7667 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7668 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7669 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7670 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7671 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7672 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7673
7674 * startup.el (fancy-splash-text): New variable.
7675 (fancy-splash-delay, fancy-splash-image): New user-options.
7676 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7677 (fancy-splash-screens): New functions.
7678 (command-line-1): If display has a `display' frame parameter, has
7679 colors, and we have XPM support, show more fancy splash screens.
7680
7681 2000-09-19 Dave Love <fx@gnu.org>
7682
7683 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7684 with null `help'. Use modern backquote syntax.
7685
7686 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7687
7688 * font-lock.el (font-lock-mode): Change message telling the user
7689 that ``the buffer is too big''.
7690
7691 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7692 for instance for the case that tab-width is 2.
7693
7694 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7695
7696 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7697 toolbar-add-item, if image doesn't have a mask add a `:mask
7698 heuristic'.
7699
7700 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7701
7702 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7703 and return a cons if it's non-nil.
7704 (diff-apply-hunk): Try to jump to the line in the source text
7705 corresponding to the position of point in the in the hunk.
7706
7707 * info.el (Info-title-3-face, Info-title-2-face)
7708 (Info-title-1-face): Use face inheritance and relative sizes
7709 instead of hard-wiring things.
7710
7711 * faces.el (secondary-selection): Make dark-background variant sane.
7712
7713 2000-09-16 Andrew Innes <andrewi@gnu.org>
7714
7715 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7716 read-only, since they aren't under VC now.
7717
7718 2000-09-17 Dave Love <fx@gnu.org>
7719
7720 * tmm.el: Replace mapcar with mapc in several places.
7721
7722 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7723 ad-unadvise.
7724
7725 * international/latin1-disp.el: New file.
7726
7727 * calendar/cal-move.el (scroll-calendar-left)
7728 (scroll-calendar-right): Make arg optional (for active mode line).
7729
7730 * calendar/calendar.el (calendar-mode-line-format): Make fields
7731 mouse-sensitive.
7732 (calendar-read-date, calendar-read-date, calendar-window-list):
7733 Unquote lambda.
7734 (calendar-month-name): Use aref, not sref.
7735
7736 * view.el (minor-mode-alist): Propertize the string.
7737
7738 * international/characters.el (standard-case-table): Add entries
7739 for Greek.
7740
7741 2000-09-18 Miles Bader <miles@gnu.org>
7742
7743 * info.el (info-node, info-xref): Add dark-background variants.
7744
7745 * faces.el (header-line): Change defaults to be less confusing
7746 when mixed with mode-lines.
7747
7748 * info.el (Info-fontify-node): Make a few cleanups.
7749 Add extra `help-echo' and `local-map' props to node xrefs.
7750 Use header-specific faces for node-names & xrefs.
7751 (Info-use-header-line): New variable.
7752 (info-header-xref, info-header-node): New faces.
7753 (Info-setup-header-line): New function.
7754 (Info-select-node): Call Info-setup-header-line when enabled.
7755 (Info-extract-pointer): Work even if the header line is hidden.
7756 (Info-header-line): New variable.
7757
7758 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7759
7760 * vms-patch.el (print-region-function): Don't quote lambda.
7761
7762 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7763
7764 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7765 (lm-get-header-re): Allow spaces between the header and the colon.
7766 (lm-header): Allow $ in non-RCS headers.
7767 (lm-header-multiline): Put the strings back into order.
7768 Stop at an empty line. Don't require two space chars if the
7769 line is clearly not another header line.
7770
7771 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7772 (popup-menu-popup): Remove.
7773
7774 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7775
7776 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7777 specification if or if not tool-bar item contains an `:enabled'
7778 property.
7779
7780 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7781 current buffer has no file name.
7782
7783 2000-09-15 Dave Love <fx@gnu.org>
7784
7785 * strokes.el: Sync with maintainer's current version with changes
7786 for Emacs, but avoid runtime cl and levents.
7787 (toplevel): Change autoloads and compilation requires.
7788 (strokes-version, strokes-bug-address, strokes-lift): Values
7789 changed.
7790 (strokes-xpm-header, strokes-insinuated): New variable.
7791 (strokes): Add :link.
7792 (strokes-mode): Customized.
7793 (strokes-while-inhibiting-garbage-collector): New macro.
7794 (strokes-remassoc): Avoid remove-if.
7795 (strokes-fix-button2-command): Don't use ad-do-it.
7796 (strokes-insinuate): New function.
7797 (strokes-button-press-event-p, strokes-button-release-event-p):
7798 New functions, used instead of non-`strokes-' versions..
7799 (strokes-mouse-event-p): Rewritten.
7800 (strokes-event-closest-point): Avoid event-point.
7801 (strokes-get-grid-position): Avoid cdadr, caadr
7802 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7803 functions.
7804 (strokes-help): Use with-output-to-temp-buffer.
7805 (strokes-window-configuration-changed-p): New function.
7806 (strokes-update-window-configuration): Use buffer-live-p,
7807 strokes-window-configuration-changed-p.
7808 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7809 (strokes-char-face): New face.
7810 (strokes-char-table, strokes-base64-chars): New variable.
7811 (strokes-xpm-for-stroke, strokes-list-strokes)
7812 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7813 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7814 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7815 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7816 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7817 functions.
7818
7819 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7820
7821 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7822
7823 * image.el (create-image): Doc fix.
7824
7825 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7826 instead of `:heuristic-mask t'.
7827
7828 2000-09-14 Andrew Innes <andrewi@gnu.org>
7829
7830 * makefile.w32-in: Revert to Unix line endings.
7831
7832 2000-09-14 Andrew Innes <andrewi@gnu.org>
7833
7834 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7835 when installing.
7836
7837 * makefile.nt (DONTCOMPILE): Fix typo.
7838
7839 * shell.el (shell-write-history-on-exit): New function.
7840 (shell-dumb-shell-regexp): New custom variable.
7841 (shell-mode): Make shell-write-history-on-exit the process
7842 sentinel if shell name matches shell-dumb-shell-regexp.
7843
7844 * w32-fns.el: Comment out before-init-hook function which resets
7845 source-directory based; this breaks bootstrap.
7846
7847 2000-09-14 Dave Love <fx@gnu.org>
7848
7849 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7850 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7851 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7852 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7853 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7854 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7855 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7856 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7857 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7858
7859 * toolbar/toolbar.el: New.
7860
7861 * subdirs.el: Add toolbar.
7862
7863 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7864
7865 * indent.el (indent-for-tab-command): Doc fix.
7866
7867 2000-09-14 Alex Schroeder <alex@gnu.org>
7868
7869 * ansi-color.el (ansi-colors): Doc change.
7870 (ansi-color-get-face): Simplified regexp.
7871 (ansi-color-faces-vector): Added more faces, doc change.
7872 (ansi-color-names-vector): Doc change.
7873 (ansi-color-regexp): Simplified regexp.
7874 (ansi-color-parameter-regexp): New regexp.
7875 (ansi-color-filter-apply): Doc change.
7876 (ansi-color-filter-region): Doc change.
7877 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7878 deal with zero length parameters.
7879 (ansi-color-apply-on-region): Doc change.
7880 (ansi-color-map): Doc change.
7881 (ansi-color-map-update): Removed debugging message.
7882 (ansi-color-get-face-1): Added condition-case to trap
7883 args-out-of-range errors.
7884 (ansi-color-get-face): Doc change.
7885 (ansi-color-make-face): Removed.
7886 (ansi-color-for-shell-mode): New option.
7887
7888 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7889
7890 * international/quail.el (quail-start-translation): Translate KEY
7891 if necessary even if it doesn't have any mapping in the current
7892 input method.
7893 (quail-start-conversion): Likewise.
7894 (quail-help): The output message is improved.
7895
7896 2000-09-13 Miles Bader <miles@gnu.org>
7897
7898 * comint.el (comint-output-filter): Revert to using
7899 `insert-before-markers'. Add bletcherous hack to undo damage
7900 caused by `insert-before-markers'. Put `front-sticky' property on
7901 overlays created here so that the field code understands how the
7902 overlay works. Use a let when making comint-last-prompt-overlay,
7903 so that the code is easier to read.
7904
7905 2000-09-13 Dave Love <fx@gnu.org>
7906
7907 * wid-edit.el (widget-default-format-handler): DTRT when
7908 doc-property is a function.
7909
7910 2000-09-12 Francesco Potorti` <pot@gnu.org>
7911
7912 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7913 filed name if it's not there.
7914
7915 2000-09-12 Dave Love <fx@gnu.org>
7916
7917 * simple.el (read-mail-command): Doc fix.
7918 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7919
7920 * vc.el (vc-dired-listing-switches): Fix :version.
7921
7922 * vc-hooks.el: Doc fixes.
7923
7924 * subr.el (add-minor-mode): Use toggle-fun arg.
7925
7926 * speedbar.el: Add :version to several defcustoms.
7927
7928 * imenu.el (imenu--truncate-items, imenu--cleanup)
7929 (imenu--generic-function): Avoid mapcar.
7930 (imenu--replace-spaces): Function removed.
7931 (imenu--completion-buffer): Use subst-char-in-string.
7932 (imenu-add-to-menubar): Use keymap inheritance.
7933
7934 2000-09-12 Miles Bader <miles@gnu.org>
7935
7936 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7937 (diff-mode-map): Bind `diff-test-hunk'.
7938 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7939
7940 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7941
7942 * bytecomp.el (byte-compile-defvar): Undo last change
7943 because it breaks '(make-variable-buffer-local (defvar ...)'
7944 which is used at least in dired.
7945
7946 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7947
7948 * international/quail.el (quail-define-package): Docstring
7949 modified.
7950
7951 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7952
7953 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7954 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7955 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7956 docstring of "chinese-py".
7957
7958 * international/quail.el (quail-translation-docstring): New
7959 variable.
7960 (quail-show-keyboard-layout): Docstring modified.
7961 (quail-select-current): Likewise.
7962 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7963 infinite recursive call.
7964 (quail-help): Check quail-translation-docstring. Format of the
7965 output changed.
7966 (quail-help-insert-keymap-description): Adjusted for the above
7967 change.
7968
7969 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7970
7971 * bytecomp.el (byte-compile-defvar): Only cons onto
7972 current-load-list in top-level forms. Else this leaks a cons cell
7973 every time a defun is called.
7974
7975 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7976
7977 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7978 Now understands non-unified diffs. Some functionality moved into
7979 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7980 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7981 modify anything. Only reposition point in the patched file if the
7982 patch succeeds. Only pop up another window if POPUP is true.
7983 Emit a message describing what happened if successful, and at what
7984 line-offset. Automatically detect reversed hunks and do something
7985 appropriate.
7986 (diff-hunk-text, diff-find-text): New functions.
7987 (diff-filter-lines): Function removed.
7988 (diff-test-hunk): New function.
7989 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7990
7991 2000-09-10 Dave Love <fx@gnu.org>
7992
7993 * textmodes/tildify.el: Minor doc/commentary fixes.
7994 (tildify) <defgroup>: Add :version.
7995
7996 * faces.el (face-x-resources): Make custom type more specific.
7997 (frame-background-mode): Use mapc.
7998 (region) <defcustom>: Add :version.
7999
8000 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8001
8002 * vc-sccs.el (vc-sccs-register):
8003 * vc-rcs.el (vc-rcs-register):
8004 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
8005 * vc.el (vc-register): Clear file's properties.
8006
8007 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8008
8009 * faces.el (face-spec-set): Only face-spec-reset-face when
8010 ATTRS is non-nil.
8011
8012 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8013
8014 * help.el (help-insert-xref-button): Fix a typo in doc string.
8015
8016 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
8017
8018 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8019 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
8020 methods.
8021
8022 * menu-bar.el (read-mail-item-name): New function.
8023 (menu-bar-tools-menu): Use it to compute and display the package
8024 used to read email.
8025 (menu-bar-tools-menu): Fix typo in GUD's help string.
8026
8027 2000-09-07 Dave Love <fx@gnu.org>
8028
8029 * diff-mode.el (diff-mouse-goto-source): New function.
8030
8031 * vc-sccs.el: Doc fixes.
8032 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
8033
8034 * vc-rcs.el: Doc fixes.
8035 (vc-rcs-register-switches, vc-rcs-checkin-switches)
8036 (vc-rcs-checkout-switches, vc-rcs-header)
8037 (vc-rcs-master-templates): Add or change :version.
8038
8039 * vc-cvs.el: Doc fixes.
8040 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
8041 (vc-cvs-stay-local): Add :version.
8042
8043 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
8044
8045 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8046
8047 * international/quail.el (quail-help): Fix previous change.
8048
8049 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8050
8051 * faces.el (color-values): Doc fix.
8052
8053 * faces.el (frame-set-background-mode): Use frame-parameter
8054 instead of frame-parameters.
8055
8056 * frame.el (filtered-frame-list): Reduce consing.
8057 (frames-on-display-list): Call frame-parameter instead of
8058 frame-parameters.
8059
8060 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8061
8062 * language/devan-util.el (devanagari-to-indian-region): In the
8063 loop, change the following char, not preceding char.
8064
8065 2000-09-07 Gerd Moellmann <gerd@gnu.org>
8066
8067 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
8068 instead of frame-parameters.
8069
8070 * faces.el (set-face-attribute): Simplify by calling
8071 internal-set-lisp-face-attribute with FRAME being 0.
8072
8073 * vc.el: Remove `Id' version control keyword.
8074
8075 2000-09-07 Kenichi Handa <handa@etl.go.jp>
8076
8077 * help.el (help-make-xrefs): Adjusted for the change of
8078 help-xref-mule-regexp.
8079 (help-insert-xref-button): New function.
8080
8081 * international/mule-cmds.el (help-xref-mule-regexp-template):
8082 Include the pattern for character set.
8083 (leim): New group.
8084
8085 * international/quail.el: Don't require face.
8086 (quail): New group.
8087 (quail-other-command): Dummy command to make quail-help work better.
8088 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
8089 (quail-keyboard-layout-substitution): New variable.
8090 (quail-update-keyboard-layout): New function.
8091 (quail-keyboard-layout-type): New customizable variable.
8092 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
8093 (quail-keyboard-translate): Pay attention to
8094 quail-keyboard-layout-substitution.
8095 (quail-insert-kbd-layout): New function.
8096 (quail-show-keyboard-layout): New function.
8097 (quail-get-translation): If the definition is a vector of length
8098 1, and the element is a string of length 1, return the character
8099 in that string.
8100 (quail-update-current-translations): Fix the case of
8101 relative-index out of range.
8102 (quail-build-decode-map, quail-insert-decode-map): New Functions.
8103 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
8104 Show key sequences for all available characters.
8105 (quail-help-insert-keymap-description): Don't show such verbose
8106 key bindings as quail-self-insert-command.
8107
8108 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8109 Format changed, and each element now have extra documentations.
8110 (tit-process-header): Delete invalid characters from TIT-PROMPT.
8111 Adjusted for the change of quail-cxterm-package-ext-info.
8112
8113 2000-09-06 Gerd Moellmann <gerd@gnu.org>
8114
8115 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
8116 requiring it leads to a recursive loading of vc.el and vc-hooks.el
8117 during bootstrap.
8118
8119 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8120
8121 * vc.el: (toplevel): Don't require `dired' at run-time.
8122 (vc-dired-resynch-file): Remove autoload cookie.
8123
8124 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8125
8126 * vc.el: Made several backend functions optional.
8127 (vc-default-responsible-p): New function.
8128 (vc-merge): Use RET for first version to trigger merge-news, not
8129 prefix arg.
8130 (vc-annotate): Handle backends that do not support annotation.
8131 (vc-default-merge-news): Removed. The existence of a merge-news
8132 implementation is now checked on caller sites.
8133
8134 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
8135 case.
8136
8137 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
8138 special case that has been removed from the default in vc-hooks.el.
8139
8140 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8141
8142 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
8143
8144 2000-09-05 Andre Spiegel <spiegel@gnu.org>
8145
8146 * vc-hooks.el: Require vc during compilation.
8147 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
8148 macro `with-vc-properties' in vc.el.
8149 (vc-file-getprop): Doc fix.
8150 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
8151
8152 * vc.el: Require dired-aux during compilation.
8153 (vc-name-assoc-file): Moved to vc-sccs.el.
8154 (with-vc-properties): New macro.
8155 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
8156 vc-finish-steal): Use it.
8157 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
8158 to the backend-specific function is now supposed to do the checkout,
8159 too.
8160 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
8161
8162 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
8163 set file properties; that gets done in the generic code now.
8164
8165 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
8166 Changed parameter list, added code from vc.el that does the
8167 checkout, possibly with a double-take.
8168
8169 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
8170 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
8171 the above under the new name.
8172 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
8173 parameter list, added checkout command.
8174 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
8175 properties; that gets done in the generic code now.
8176
8177 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8178
8179 * vc.el: Docstring fixes (courtesy of checkdoc).
8180
8181 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
8182
8183 * vc.el (vc-checkout-writable-buffer-hook)
8184 (vc-checkout-writable-buffer): Remove.
8185 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
8186 (vc-log-mode): Make it into a clean derived major mode.
8187 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
8188 vc-log-mode if log-edit is not available.
8189 (vc-dired-mode-map): Don't set-keymap-parent yet.
8190 (vc-dired-mode): Do set-keymap-parent here.
8191 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
8192
8193 2000-09-05 Gerd Moellmann <gerd@gnu.org>
8194
8195 * faces.el (set-face-attribute, face-spec-reset-face)
8196 (face-spec-set): Avoid consing by removing calls to `apply'.
8197
8198 * frame.el (frame-parameter): Move to C code.
8199
8200 2000-09-05 Dave Love <fx@gnu.org>
8201
8202 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
8203 insert-before-markers-and-inherit. Now checked systematically!
8204
8205 2000-09-05 Alex Schroeder <alex@gnu.org>
8206
8207 * sql.el (sql-postgres): Use sql-postgres-options.
8208 (sql-postgres-options): New variable.
8209
8210 2000-09-05 Alex Schroeder <alex@gnu.org>
8211
8212 * sql.el (sql-mode-menu): Work around missing variable mark-active
8213 in XEmacs.
8214 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
8215 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
8216 compatibility.
8217
8218 2000-09-04 Gerd Moellmann <gerd@gnu.org>
8219
8220 * vc.el (vc-dired-resynch-file): Add autoload cookie.
8221
8222 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
8223
8224 * Makefile.in (DONTCOMPILE): Fix typo in file name.
8225
8226 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8227
8228 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8229 don't support anything else under SCCS yet.
8230
8231 * vc-hooks.el: Minor doc fixes.
8232
8233 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8234
8235 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8236 not necessary. If verbose in state `needs-patch', do the same as
8237 under `up-to-date'. When NOT verbose and `needs-patch', check out
8238 latest version instead of `merge-news'.
8239 (vc-next-action-dired): Don't mess with default-directory here; it
8240 breaks other parts of dired. It is the job of the
8241 backend-specific functions to adjust it temporarily if they need it.
8242 (vc-next-action): Remove a special CVS case.
8243 (vc-clear-headers): New optional arg FILE.
8244 (vc-checkin, vc-checkout): Set properties vc-state and
8245 vc-checkout-time properly.
8246 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8247 (vc-print-log): Use new backend function `show-log-entry'.
8248 (vc-cancel-version): Do the checks in a different order. Added a
8249 FIXME concerning RCS-only code.
8250
8251 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8252 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8253
8254 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8255
8256 * vc-hooks.el (vc-default-mode-line-string): Show state
8257 `needs-patch' as a `-' too.
8258
8259 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8260
8261 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8262 (vc-default-could-register): New function.
8263 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8264 (vc-resynch-buffer): Call vc-dired-resynch-file.
8265 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8266 vc-resynch-buffer instead of vc-resynch-window.
8267 (vc-next-action-dired): Don't redisplay here, that gets done as a
8268 result of the individual file operations.
8269 (vc-retrieve-snapshot): Corrected prompt order.
8270
8271 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8272
8273 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8274 as well.
8275 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8276 hostname regexps. Updated all callers.
8277 (vc-cvs-responsible-p): Handle directories as well.
8278 (vc-cvs-could-register): New function.
8279 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8280 properties up-to-date.
8281
8282 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8283 user whether to create one.
8284
8285 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8286
8287 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8288 check out a non-existing file.
8289
8290 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8291 workfile does not exist.
8292
8293 * vc.el (vc-version-diff): Use `require' to check for existence of
8294 diff-mode.
8295
8296 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8297
8298 * vc-cvs.el (vc-cvs-registered): Use new function
8299 vc-cvs-parse-entry to do the actual work.
8300
8301 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8302
8303 * vc-hooks.el (vc-find-backend-function): If function doesn't
8304 exist, return nil instead of error.
8305 (vc-call-backend): Doc fix.
8306
8307 * vc.el (vc-do-command): Doc fix.
8308 (vc-finish-logentry): When checking in from vc-dired, choose the
8309 right backend for logentry check.
8310 (vc-dired-mode-map): Inherit from dired-mode-map.
8311 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8312 simplified.
8313 (vc-dired-state-info): Removed, updated caller.
8314 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8315 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8316 (vc-dired-listing-switches): New variable.
8317 (vc-directory): Use it, instead of dired-listing-switches.
8318
8319 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8320 (vc-cvs-dir-state): New function.
8321 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8322 (vc-cvs-parse-entry): New function, also to be used in
8323 vc-cvs-registered.
8324
8325 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8326
8327 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8328 *or* single-window-frames.
8329
8330 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8331
8332 * vc.el (vc-update-changelog): Split into generic part and default
8333 implementation. Doc string adapted.
8334 (vc-default-update-changelog): New function. Call the `rcs2log'
8335 script in exec-directory, to fix a long-standing nuisance.
8336
8337 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8338 simply signals an error.
8339
8340 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8341
8342 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8343 control-flow more clear and to avoid running `cvs' twice.
8344
8345 * vc.el (vc-next-action-on-file): Doc fix.
8346 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8347 (vc-print-log): Eval `file' before constructing the continuation.
8348
8349 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8350
8351 * vc.el (vc-next-action-on-file): Corrected several messages.
8352 (vc-merge): Add prefix arg `merge-news'; handle it.
8353
8354 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8355 is not reached. It is.
8356 (vc-cvs-merge): Set state to 'edited after merge.
8357 (vc-cvs-merge-news): Set workfile version to nil if not known.
8358 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8359
8360 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8361 via stdout. (Merge from main line.)
8362
8363 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8364
8365 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8366 detection.
8367
8368 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8369
8370 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8371 against kill-all-local-variables.
8372 (vc-log-edit): Don't save vc-parent-buffer any more.
8373 (vc-last-comment-match): Initialize to an empty string.
8374 (vc-post-command-functions): New hook.
8375 (vc-do-command): Run it.
8376 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8377 (vc-finish-logentry): Only add the comment to the ring if it's
8378 different from the last comment entered.
8379 (vc-new-comment-index): New function.
8380 (vc-previous-comment): Use it. Make the minibuffer message
8381 slightly less terse.
8382 (vc-comment-search-reverse): Make it work forward as well. Don't
8383 set vc-comment-ring-index if no match is found. Use
8384 vc-new-comment-index.
8385 (vc-comment-search-forward): Use vc-comment-search-reverse.
8386 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8387 define-derived-mode will do it for us. Bind `v' to a keymap that
8388 inherits from vc-prefix-map so that we can bind `vt' without
8389 binding C-x v t.
8390 (vc-retrieve-snapshot): Parenthesis typo.
8391
8392 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8393 to 1. Make sure to switch to *vc* before looking for an error
8394 message. Use vc-parse-buffer.
8395
8396 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8397
8398 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8399 and NAME.
8400 (vc-retrieve-snapshot): Split into two parts.
8401 (vc-default-retrieve-snapshot): New function.
8402
8403 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8404 (vc-cvs-retrieve-snapshot): New function (untested).
8405 (vc-cvs-stay-local): Default to t.
8406 (vc-cvs-remote-p): New function and property.
8407 (vc-cvs-state): Stay local only if the above is t.
8408 (vc-handle-cvs): Removed.
8409 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8410 done via vc-handled-backends now.
8411 (vc-cvs-header): Escape Id.
8412
8413 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8414
8415 * vc.el (vc-do-command): Remove unused commands.
8416 (vc-version-diff): Make sure default-directory ends with a slash.
8417 Move the window commands into a vc-exec-after.
8418 (vc-print-log): Move more of the code into the `vc-exec-after'.
8419
8420 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8421
8422 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8423 (vc-print-log): Search current revision from beginning of buffer.
8424 (vc-revert-buffer): Clear echo area after the diff is finished.
8425 (vc-prefix-map): Removed definition of "t" for terse display in vc
8426 dired.
8427 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8428 definition of "vt" for terse display.
8429 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8430
8431 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8432
8433 * vc.el (vc-exec-after): Avoid caddr.
8434
8435 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * vc.el (vc-exec-after): New function.
8438 (vc-do-command): Use it to add a termination message for async
8439 procs.
8440 (vc-checkout): Try to handle a missing-backend situation.
8441 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8442 of a directory with a backend using async diffs.
8443 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8444 present.
8445
8446 * vc-sccs.el (vc-sccs-state-heuristic): Use
8447 file-ownership-preserved-p.
8448
8449 * vc-rcs.el (vc-rcs-state-heuristic): Use
8450 file-ownership-preserved-p.
8451 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8452
8453 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8454
8455 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8456 vc-do-command.
8457
8458 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8459 when there are no changes.
8460
8461 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8462
8463 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8464
8465 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8466
8467 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8468
8469 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8470
8471 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8472 the `fset' outside of the defvar so that it works even if
8473 vc-prefix-map was already defined.
8474 (vc-setup-buffer): New function, split out of vc-do-command.
8475 (vc-do-command): Allow BUFFER to be t to mean `just use the
8476 current buffer without any fuss'.
8477 (vc-version-diff): Change the `diff' backend operation to just put
8478 the diff in the current buffer without erasing it. Always use
8479 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8480 shrink-window-if-larger-than-buffer.
8481 (vc-print-log): Change the `print-log' backend operation to just
8482 put the log in the current buffer without erasing it. Protect
8483 shrink-window-if-larger-than-buffer.
8484 (vc-update-change-log): Fix setd typo.
8485
8486 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8487 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8488
8489 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8490 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8491 CMP.
8492
8493 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8494 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8495 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8496
8497 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8498
8499 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8500 not possible, use vc-BACKEND-workfile-unchanged-p.
8501 (vc-default-workfile-unchanged-p): New function. Delegates to a
8502 full vc-BACKEND-diff.
8503
8504 * vc-hooks.el (vc-simple-command): Removed.
8505
8506 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8507 instead of vc-simple-command.
8508 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8509 avoid doing a diff when opening a file.
8510 (vc-rcs-state): Added check for unlocked-changes.
8511 (vc-rcs-header): Escape Id.
8512 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8513 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8514 version.
8515
8516 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8517 (vc-sccs-diff): Remove optional arg CMP.
8518 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8519 SCCS-specific function.
8520
8521 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8522 vc-simple-command.
8523
8524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8525
8526 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8527 (with-vc-file, vc-merge): Use vc-editable-p.
8528 (vc-do-command): Remove unused var vc-file and fix the
8529 doubly-defined `status' var. Add a user message when starting an
8530 async command.
8531 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8532 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8533 Use with-current-buffer.
8534 (vc-buffer-sync): Use unless.
8535 (vc-next-action-on-file): If the file is 'edited by read-only,
8536 make it read-write instead of trying to commit.
8537 (vc-version-diff, vc-update-change-log): Use `setq
8538 default-directory' rather than `cd'.
8539 (vc-log-edit): Don't forget to set default-directory in the
8540 buffer.
8541
8542 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8543 (vc-sccs-state-heuristic): Use file-writable-p instead of
8544 comparing userids.
8545 (vc-sccs-checkout): Use `unless'.
8546
8547 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8548 of comparing userids.
8549 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8550 Simplify the logic by eliminating unreachable code.
8551 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8552 just do a recursive call if we need to retry.
8553 (vc-rcs-checkout): Handle the case where rcs is missing by making
8554 the buffer read-write if requested and re-signalling the error.
8555
8556 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8557
8558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8559
8560 * vc-hooks.el (vc-handled-backends): Docstring change.
8561 (vc-ignore-vc-files): Mark obsolete.
8562 (vc-registered): Check vc-ignore-vc-files.
8563 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8564 vc-ignore-vc-files.
8565
8566 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8567
8568 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8569
8570 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8571 files since ange-ftp already has vc-registered return nil.
8572
8573 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8574 (vc-sccs-workfile-version): Use with-temp-buffer and new
8575 vc-parse-buffer and don't bother setting the property.
8576 (vc-sccs-add-triple): Use with-current-buffer and
8577 find-file-noselect.
8578 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8579
8580 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8581 derives from the old vc-parse-buffer but uses the revision number
8582 rather than the date (much easier to compare robustly).
8583 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8584 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8585 locking-user more directly. Check strict locking and set
8586 checkout-model appropriately.
8587 (vc-rcs-parse-locks): Remove.
8588 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8589 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8590 (vc-rcs-system-release): Use with-current-buffer and
8591 vc-parse-buffer.
8592 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8593
8594 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8595 (vc-simple-command): Docstring fix.
8596 (vc-registered): Align the way the file-handler is called with the
8597 way the function itself works.
8598 (vc-file-owner): Remove.
8599
8600 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8601 extraction of fields and call to file-attributes because of a
8602 temporary bug in rcp.el.
8603 (vc-cvs-fetch-status): Use with-current-buffer.
8604
8605 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8606
8607 * vc.el (vc-do-command): Use file-relative-name.
8608 (vc-responsible-backend): Use vc-backend if possible.
8609 (vc-create-snapshot): Improve the `interactive' spec. Add support
8610 for branches and dispatch to backend-specific `create-snapshot'.
8611 (vc-default-create-snapshot): New function, containing the bulk of
8612 the old vc-create-snapshot.
8613 (vc-retrieve-snapshot): Improve the interactive spec.
8614
8615 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8616 (vc-backend-hook-functions): Remove.
8617 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8618 (vc-backend): Reintroduce the test for `file = nil' now that I
8619 know why it was there (and added a comment to better remember).
8620
8621 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8622 code from vc-sccs-hooks.el.
8623 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8624 'vc anymore.
8625 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8626 and file-directory-p instead of file-exists-p.
8627 (vc-sccs-check-headers): Simplify the regexp.
8628
8629 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8630 from vc-rcs-hooks.el. Don't require 'vc anymore.
8631 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8632 file-directory-p instead of file-exists-p.
8633
8634 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8635 from vc-cvs-hooks.el.
8636 (proto vc-cvs-registered): Require 'vc-cvs instead of
8637 'vc-cvs-hooks. Don't require 'vc anymore.
8638 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8639 file-directory-p instead of file-exists-p.
8640 (vc-cvs-create-snapshot): New function, replacing
8641 vc-cvs-assign-name.
8642 (vc-cvs-assign-name): Remove.
8643
8644 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8645
8646 * vc-cvs.el (vc-cvs-header): New var.
8647
8648 * vc-rcs.el (vc-rcs-exists): Remove.
8649 (vc-rcs-header): New var.
8650
8651 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8652 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8653 (vc-sccs-header): New var.
8654
8655 * vc.el (vc-do-command): Get rid of the `last' argument.
8656 (vc-header-alist): Remove, replaced by vc-X-header.
8657 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8658 (vc-dired-hook): Use expand-file-name instead of concat.
8659 (vc-directory): Use file-name-as-directory.
8660 (vc-snapshot-precondition, vc-create-snapshot)
8661 (vc-retrieve-snapshot): Allow the command to operate on any
8662 directory.
8663
8664 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8665 just removing the 'WORKFILE argument or by removing the 'MASTER
8666 argument and replacing `file' with (vc-name file).
8667
8668 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8669
8670 * vc.el: Update Copyright and add a crude list of backend funs.
8671 (vc-writable-p): New function.
8672 (with-vc-file): Use vc-writable-p.
8673 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8674 (vc-register): Avoid vc-name.
8675 (vc-locking-user): Remove.
8676 (vc-steal-lock): Make the `owner' arg non-optional.
8677 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8678 vc-checkout-model.
8679 (vc-default-dired-state-info): Use vc-state instead of
8680 vc-locking-user and return special strings for special states.
8681 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8682 and get rid of one of the special CVS cases.
8683 (vc-cancel-version): prettify error message with \\[...].
8684 (vc-rename-master): New function.
8685 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8686 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8687 the CVS special case generic.
8688 (vc-default-record-rename): Remove.
8689 (vc-file-tree-walk-internal): Only call FUNC for files that are
8690 under control of some VC backend and replace `concat' with
8691 expand-file-name.
8692 (vc-file-tree-walk): Update docstring.
8693 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8694 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8695
8696 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8697 vc-sccs-record-rename. Use `find-file-noselect' rather than
8698 `find-file' and call `vc-rename-master' to do the actual move.
8699 (vc-sccs-diff): Remove unused `backend' variable.
8700
8701 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8702 to delay loading of vc-sccs until it is really used.
8703 (vc-sccs-master-templates): Preload.
8704 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8705 (vc-sccs-project-dir): Remove (merged into
8706 vc-sccs-search-project-dir).
8707 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8708 rather than `concat', make sure it is preloaded and don't bother
8709 to check that the file actually exists.
8710 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8711 `locks' argument (use buffer's content instead) and eliminate n^2
8712 behavior.
8713
8714 * vc-rcs.el: Update Copyright.
8715 (vc-rcs-rename-file): New function.
8716 (vc-rcs-diff): Remove unused `backend' variable.
8717
8718 * vc-hooks.el: Update Copyright.
8719 (vc-backend): Don't accept a nil argument any more.
8720 (vc-up-to-date-p): Turn into a defsubst.
8721 (vc-possible-master): New function.
8722 (vc-check-master-templates): Use `vc-possible-master' and allow
8723 funs in vc-X-master-templates to return a non-existent file.
8724
8725 * vc-cvs.el: Update Copyright.
8726 (vc-cvs-diff): Remove unused `backend' variable.
8727 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8728
8729 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8730
8731 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8732
8733 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8734 since it can be called from vc-rcs.el.
8735 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8736
8737 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8738
8739 * vc.el (vc-version-diff): Expand file name read from the
8740 minibuffer. Handle the case when a previous version number can't
8741 be guessed. Give suitable messages when there were no differences
8742 found.
8743 (vc-clear-headers): Call backend-specific implementation, if one
8744 exists.
8745 (vc-cancel-version): Made error checks generic. When done, clear
8746 headers generically, too.
8747
8748 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8749 from vc-clear-headers in vc.el.
8750
8751 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8752 correctly.
8753 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8754 optional. Handle the case when it's not there.
8755
8756 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8757
8758 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8759
8760 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8761
8762 * vc-hooks.el (vc-loadup): Remove.
8763 (vc-find-backend-function): Use `require'. Also, handle the case
8764 where vc-BACKEND-hooks.el doesn't exist.
8765 (vc-call-backend): Cleanup.
8766
8767 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8768
8769 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8770 vc-rcs-grab-templates)
8771 (vc-rcs-registered): Remove. The default function works as well.
8772 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8773 vc-sccs-grab-templates)
8774 (vc-sccs-registered): Remove. The default function works as well.
8775
8776 * vc.el (vc-version-diff): Left out a vc- in call to
8777 vc-call-backend.
8778 (vc-default-dired-state-info, vc-default-record-rename)
8779 (vc-default-merge-news): Update for the new backend argument.
8780
8781 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8782 using the default function.
8783 (vc-call-backend): If calling the default function, pass it the
8784 backend as first argument. Update the docstring accordingly.
8785 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8786 for the new backend argument.
8787 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8788 (vc-find-backend-function): Use the new name.
8789 (vc-default-registered): New function.
8790
8791 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8792
8793 * vc.el (vc-merge): Use vc-find-backend-function.
8794
8795 * vc-hooks.el (vc-backend-functions): Remove.
8796 (vc-loadup): Don't setup 'vc-functions.
8797 (vc-find-backend-function): New function.
8798 (vc-call-backend): Use above fun and populate 'vc-functions
8799 lazily.
8800 (vc-backend-defines): Remove.
8801
8802 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8803
8804 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8805 Call vc-call-backend without the leading vc-.
8806 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8807 (vc-check-headers): Call vc-call-backend without the leading vc-.
8808 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8809 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8810 Call vc-call-backend without the leading vc-.
8811
8812 * vc-cvs.el (tail): Provide vc-cvs.
8813 * vc-sccs.el (tail): Provide vc-sccs.
8814 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8815
8816 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8817 (vc-make-backend-function, vc-call): Pass names without leading
8818 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8819 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8820 (vc-call-backend): Always try to load vc-X-hooks.
8821 (vc-registered): Remove vc- in call to vc-call-backend.
8822
8823 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8824
8825 * vc.el (vc-process-filter): New function.
8826 (vc-do-command): Setup `vc-process-filter' for the async process.
8827 (vc-maybe-resolve-conflicts): New function to reduce
8828 code-duplication. Additionally, it puts the buffer in
8829 `smerge-mode' if applicable.
8830 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8831 calling `merge-news'.
8832 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8833 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8834 interfacing to log-edit.el.
8835 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8836 log-edit is available.
8837 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8838
8839 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8840
8841 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8842 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8843 defvar and the initialization.
8844 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8845
8846 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8847 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8848
8849 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8850
8851 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8852
8853 * vc.el (vc-file-clear-masterprops): Removed.
8854 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8855 (vc-version-diff): Use buffer-size without argument.
8856 (vc-register): Heed vc-initial-comment.
8857
8858 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8859 default branch.
8860
8861 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8862 file name and workfile version.
8863 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8864
8865 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8866 vc-file-clear-masterprops.
8867
8868 * vc-sccs.el (vc-sccs-checkout): Removed call to
8869 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8870 rather than user login name.
8871
8872
8873 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8874
8875 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8876 `want-differences-if-changed' and simplify.
8877 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8878 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8879 output (which is invalid for async vc-diff) to decide whether to
8880 do the revert silently or not.
8881
8882 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8883
8884 * vc-hooks.el (vc-loadup): Load files quietly.
8885 (vc-call-backend): Oops, brain fart.
8886
8887 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8888
8889 * vc-cvs.el (vc-cvs-state): Typo.
8890 (vc-cvs-merge-news): Return the status code rather than the error msg.
8891
8892 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8893
8894 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8895 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8896 vc-state or vc-up-to-date-p.
8897 (vc-merge): Use vc-backend-defines to check whether merging is
8898 possible. Set state to 'edited after successful merge.
8899
8900 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8901 return that name. Redocumented.
8902
8903 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8904
8905 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8906 new `vc-state' semantics.
8907 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8908 'vc-locking-user to the current user.
8909 (vc-merge): Inline vc-backend-merge. Comment out code that I
8910 don't understand and hence can't adapt to the new `vc-state' and
8911 `vc-locking-user' semantics.
8912 (vc-backend-merge): Remove.
8913
8914 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8915 rather than 'vc-locking-user.
8916
8917 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8918
8919 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8920 (vc-state): Don't use 'reserved any more. Just use the same
8921 convention as the one used for vc-<backend>-state where the
8922 locking user (as a string) is returned.
8923 (vc-locking-user): Update, based on the above convention. The
8924 'vc-locking-user property has disappeared.
8925 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8926
8927 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8928 with a heuristic one.
8929 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8930 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8931 error. That allows us to get to 'needs-merge even in the
8932 stay-local case. There's still no way to detect 'needs-patch in
8933 such a setup (or to force an update for that matter).
8934 (vc-cvs-logentry-check): Remove, the default works as well.
8935
8936 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8937
8938 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8939
8940 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8941 major-mode in which the buffer might have been put earlier. Use
8942 `remove' and `when'. Allow `okstatus' to be `async' and use
8943 `start-process' in this case.
8944 (vc-version-diff): Handle the case where the diff looks empty
8945 because of the use of an async process.
8946
8947 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8948
8949 * vc.el (vc-next-action-on-file): Removed optional parameter
8950 `simple'. Recompute state unconditionally.
8951 (vc-default-toggle-read-only): Removed.
8952
8953 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8954 (vc-toggle-read-only): Undid prev change.
8955
8956 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8957 vc-cvs-simple-toggle. Redocumented.
8958 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8959 (vc-cvs-toggle-read-only): Removed.
8960
8961 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8962
8963 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8964 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8965 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8966 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8967 still is. So maybe it should be removed.
8968 (vc-head-version, vc-find-binary): Remove.
8969 (vc-recompute-state): Move from vc-hooks.el.
8970 (vc-next-action-on-file): Add a `simple' argument to allow
8971 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8972 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8973 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8974 (vc-dired-mode-map): Properly defvar it.
8975 (vc-print-log): Call log-view-mode if available.
8976 (small-temporary-file-directory): defvar instead of use boundp.
8977 (vc-merge-news): Moved to vc-cvs.el.
8978 (vc-default-merge-news): New function.
8979
8980 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8981 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8982 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8983 unknown `vc-latest-version' function. It should probably refer to
8984 vc-workfile-version or somesuch, but it's very unclear to me and I
8985 don't have SCCS to test things.
8986
8987 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8988 (vc-sccs-state-heuristic): Fix typo.
8989 (vc-sccs-workfile-unchanged-p): Add missing argument.
8990
8991 * vc-rcs.el: Require vc and vc-rcs-hooks.
8992 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8993 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8994 (vc-release-greater-or-equal-p): Move from vc.
8995 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8996 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8997 (vc-rcs-checkout): Add a missing `new-version' argument in the
8998 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8999
9000 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
9001 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
9002 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
9003 than the apparently unbound `workfile-version'.
9004
9005 * vc-hooks.el (vc-master-templates): Def the obsolete var.
9006 (vc-file-prop-obarray): Use `make-vector'.
9007 (vc-backend-functions): Add new hookable functions
9008 vc-toggle-read-only, vc-record-rename and vc-merge-news.
9009 (vc-loadup): If neither backend nor default functions exist, use
9010 the backend function rather than nil.
9011 (vc-call-backend): If the function if not bound yet, try to load
9012 the non-hook file to see if it provides it.
9013 (vc-call): New macro plus use it wherever possible.
9014 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
9015 nor `vc-find-binary' since it's only called from
9016 vc-mistrust-permission which is only used once the backend is known.
9017 (vc-checkout-model): Fix parenthesis.
9018 (vc-recompute-state, vc-prefix-map): Move to vc.el.
9019
9020 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
9021 (vc-cvs-release, vc-cvs-system-release): Remove.
9022 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
9023 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
9024 status symbols.
9025 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
9026 (vc-cvs-toggle-read-only): First cut at a function to allow a
9027 cvs-status-free vc-toggle-read-only.
9028 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
9029 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
9030 vc-cvs-status. Also set vc-state rather than vc-locking-user.
9031 (vc-cvs-checkout): Modify access rights directly if the user
9032 requested not to use `cvs edit'. And refresh the mode line.
9033
9034 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
9035 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
9036
9037 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9038
9039 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
9040 workfile' that got lost when the code was extracted from vc.el.
9041 And merged the tail with the rest of the code (not possible in the
9042 old vc.el where the tail was shared among all backends). And
9043 explicitly set the state to 'edited if `writable' is set.
9044
9045 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
9046 (vc-cvs-state): Be careful to return the value from
9047 vc-cvs-parse-state.
9048 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
9049 property but return it instead. Also be careful to handle a nil
9050 or "" `rev' when workfile is non-nil (it was handled properly when
9051 workfile was nil).
9052
9053 * vc.el: Removed those pesky unnecessary `(function' quotes.
9054 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
9055 directly in the defvar.
9056 (vc-do-command): Bind inhibit-read-only so as to properly handle
9057 the case where the destination buffer has been made read-only.
9058 (vc-diff): Delegate to vc-version-diff in all cases.
9059 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
9060 (vc-annotate-mode-variables): Removed (code moved partly to
9061 defvars and partly to vc-annotate-add-menu).
9062 (vc-annotate-mode): Turned into a derived-mode.
9063 (vc-annotate-add-menu): Moved in code in
9064 vc-annotate-mode-variables.
9065 (vc-update-change-log): Use make-temp-file if available.
9066
9067 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
9068
9069 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
9070 `vc-checkout-model' updated to `vc-cvs-update-model'.
9071
9072 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9073
9074 * vc.el (vc-next-action-on-file): Added handling of state
9075 `unlocked-changes'.
9076 (vc-checkout-carefully): Is now practically obsolete, unless the
9077 above is too slow to be enabled unconditionally.
9078 (vc-update-change-log): Fixed typo.
9079
9080 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
9081
9082 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
9083 Now handles state `unlocked-changes'.
9084 (vc-sccs-workfile-unchanged-p): New function, to support the above.
9085
9086 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
9087
9088 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
9089 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
9090 `unlocked-changes'.
9091 (vc-rcs-workfile-unchanged-p): Renamed from
9092 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
9093 function yet, but supposed to become one soon.
9094
9095 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
9096 `vc-steal-lock'.
9097 (vc-call-backend): Changed error message.
9098 (vc-state): Added description of state `unlocked-changes'.
9099
9100 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9101
9102 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
9103 always return t in CVS-controlled directories.
9104
9105 * vc.el (vc-responsible-backend): New function.
9106 (vc-register): Largely rewritten.
9107 (vc-admin): Removed (implementation moved into vc-register).
9108 (vc-checkin): Redocumented.
9109 (vc-finish-logentry): If no backend defined yet (because we are in
9110 the process of registering), use the responsible backend.
9111
9112 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9113 Updated function lists.
9114 (vc-call-backend): Fixed typo.
9115
9116 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
9117 New functions.
9118 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
9119 Removed query option. Redocumented.
9120
9121 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9122
9123 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
9124
9125 * vc.el: Updated callers of `vc-checkout-required' to use
9126 `vc-checkout-model'.
9127
9128 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9129
9130 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
9131 stuff updated to reference this function instead of the old
9132 `vc-backend-release-p'.
9133
9134 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9135
9136 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
9137 vc-checkout-model. Return appropriate values. Updated callers.
9138
9139 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9140
9141 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
9142 (vc-backend-revert): Function moved into `vc-revert';
9143 `vc-next-action' must be updated to accomodate this change.
9144 (vc-backend-steal): Function moved into `vc-finish-steal'.
9145 (vc-backend-logentry-check): Function moved into
9146 `vc-finish-logentry'.
9147 (vc-backend-printlog): Function moved into `vc-print-log'.
9148 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
9149 (vc-backend-assign-name): Function moved into
9150 `vc-create-snapshot'.
9151
9152 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9153
9154 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
9155 Rename to vc-checkout-model. Return appropriate values.
9156 Update callers.
9157
9158 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
9159 to vc-checkout-model.
9160 (vc-checkout-required): Rename to vc-checkout-model.
9161 Re-implement and re-comment.
9162 (vc-after-save): Use vc-checkout-model.
9163
9164 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9165
9166 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
9167 Update to use the vc-BACKEND-diff functions instead.
9168 `vc-diff' is now working.
9169
9170 * vc-rcs.el (vc-rcs-logentry-check): New function.
9171
9172 * vc-cvs.el (vc-cvs-logentry-check): New function.
9173
9174 * vc-sccs.el (vc-sccs-diff): Function changed name from
9175 `vc-backend-diff'. This makes `vc-diff' work.
9176
9177 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
9178 of functions possibly implemented in a vc-BACKEND library.
9179 (vc-checkout-required): Fix bug that caused an error to be
9180 signaled during `vc-after-save'.
9181
9182 * vc.el: Fix typo.
9183 This checkin is made with our new VC code base for the very first time.
9184 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
9185
9186 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
9187 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
9188
9189 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
9190 updated to `vc-uses-locking'.
9191 (vc-checkout-required): Call to backend function.
9192 `vc-checkout-required' updated to `vc-uses-locking' instead.
9193
9194 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
9195 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
9196
9197 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
9198 to match the split into various backends.
9199 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
9200 (vc-retrieve-snapshot): Bug fix.
9201
9202 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9203
9204 * vc-sccs.el (vc-sccs-release): Doc fix.
9205
9206 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9207
9208 * vc.el (vc-next-action-on-file): Bug found and fixed.
9209 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
9210 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
9211
9212 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
9213 (vc-rcs-checkout): Name space cleaned up. No more revision number
9214 crunching function names that are not prefixed with vc-rcs.
9215 (vc-rcs-checkout-model): Function added. References to
9216 `vc-checkout-model' replaced.
9217
9218 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9219
9220 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
9221 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
9222 still need to be split, and implemented for RCS).
9223
9224 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9225
9226 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9227
9228 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9229 required by the vc.el file.
9230
9231 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9232 required by the vc.el file.
9233 (vc-rcs-exists): Function added.
9234
9235 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9236 required by the vc.el file.
9237
9238 * vc.el (vc-admin): Updated to handle selection of appropriate
9239 backend. Current implementation is crufty and need re-thinking.
9240
9241 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9242
9243 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9244
9245 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9246 beginning of annotate buffers correctly.
9247
9248 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9249 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9250 functionality updated quite a lot to support multiple backends.
9251 Variables `vc-annotate-mode', `vc-annotate-buffers',
9252 `vc-annotate-backend' added.
9253
9254 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9255 `vc-annotate-difference' added to supported backend functions.
9256
9257 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9258
9259 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9260 Use with-temp-file instead of /bin/sh. Merged from mainline
9261
9262 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9263
9264 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9265
9266 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9267
9268 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9269
9270 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9271
9272 * vc-hooks.el: vc-state-heuristic added to
9273 vc-backend-hook-functions.
9274
9275 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9276
9277 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9278
9279 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9280 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9281 state to `reserved'.
9282
9283 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9284 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9285
9286 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9287
9288 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9289 untouched.
9290
9291 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9292
9293 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9294 if defined. (Merged from main line, slightly adapted.)
9295
9296 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9297 millenium problem (merged from mainline).
9298
9299 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9300
9301 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9302 part and moved the non-BACKEND stuff to vc.el.
9303
9304 * vc.el: Split the annotate feature into a BACKEND specific part
9305 and moved it from the vc-cvs.el file to this one.
9306
9307 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9308
9309 * vc-hooks.el: Implement new state model.
9310 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9311 (vc-locking-user): Simplify. Now only needed if the file is
9312 locked by somebody else.
9313 (vc-lock-from-permissions): Remove. Functionality is in
9314 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9315 (vc-mode-line-string): New name for former vc-status. Adapted.
9316 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9317
9318 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9319 Various simplifications and adaptations all over the place.
9320
9321 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9322 Simplify and adapt the rest.
9323
9324 * vc.el (vc-resynch-window): Add TODO comment: check for
9325 interaction with view mode according to recent RCS change.
9326 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9327
9328 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9329
9330 * vc.el: Convert the remaining function comments to docstrings.
9331
9332 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9333
9334 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9335 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9336 (vc-minor-part, vc-previous-version): Functions that operate and
9337 compare revision numbers got proper documentation. Comments added
9338 about their possible removal.
9339
9340 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9341
9342 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9343 the vc-backend.el files.
9344
9345 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9346
9347 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9348 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9349 (vc-rcs-previous-version): Functions added.
9350
9351 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9352
9353 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9354
9355 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9356
9357 * vc-hooks.el (vc-master-templates): Is really obsolete.
9358 Comment out the definition for now. What is the right procedure
9359 to get rid of it?
9360 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9361 rewritten.
9362 (vc-default-registered): Remove.
9363 (vc-check-master-templates): New function; does mostly what the
9364 above did before.
9365 (vc-locking-user): Don't rely on the backend to set the property.
9366
9367 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9368 Rewrite documentation.
9369 (vc-rcs-templates-grabbed): New variable.
9370 (vc-rcs-grab-templates): New function.
9371 (vc-rcs-registered): Rewrite to use above mechanism.
9372
9373 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9374 Rewrite documentation.
9375 (vc-sccs-templates-grabbed): New variable.
9376 (vc-sccs-grab-templates): New function.
9377 (vc-sccs-registered): Rewrite to use above mechanism.
9378 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9379 Don't throw the result, simply return it.
9380
9381 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9382 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9383 (vc-cvs-registered): Does the check itself now. Simplify.
9384
9385 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9386 from main line.
9387
9388 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9389
9390 * vc-cvs.el (vc-cvs-diff): New function.
9391
9392 * vc-sccs.el (vc-sccs-diff): New function.
9393
9394 * vc-rcs.el (vc-rcs-diff): New function.
9395 (vc-rcs-checkout): Bug (typo) found and fixed.
9396 (vc-rcs-register-switches): New variable.
9397
9398 * vc.el (vc-backend-diff): Function removed and placed in the
9399 backend files.
9400
9401 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9402
9403 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9404
9405 * vc.el (vc-backend-checkout): Function removed and replaced in
9406 the vc-backend.el files.
9407
9408 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9409
9410 * vc.el (vc-backend-admin): Removed and replaced in the
9411 vc-backend.el files.
9412
9413 * vc.el (Martin): Removed all the annotate functionality since it
9414 is CVS backend specific.
9415
9416 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9417
9418 * spec.txt: Added specification of vc-state.
9419
9420 * vc-sccs-hooks.el (vc-sccs-master-properties):
9421 Remove handling of vc-latest-version and
9422 vc-your-latest-version. What used to be vc-latest-version, is now
9423 returned as vc-workfile-version.
9424 (vc-sccs-workfile-version): Adapt.
9425
9426 2000-09-04 Dave Love <fx@gnu.org>
9427
9428 * vc.el: [Merged from mainline.]
9429 (vc-dired-mode): Make the dired-move-to-filename-regexp
9430 regexp match the date, to avoid treating date as file size.
9431 Add YYYY S option to WESTERN/
9432
9433 2000-09-04 Dave Love <fx@gnu.org>
9434
9435 * vc.el: Require `compile' when compiling.
9436 (vc-logentry-check-hook): New option.
9437 (vc-steal-lock): Use compose-mail.
9438 (vc-dired-mode-map): Defvar when compiling.
9439 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9440 vc-sccs.el and renamed. Callers changed.
9441 (vc-backend-checkout, vc-backend-logentry-check)
9442 (vc-backend-merge-news): Doc fix.
9443 (vc-default-logentry-check): New function.
9444 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9445 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9446 (vc-backend-merge): Doc fix. Use backend functions.
9447 (vc-check-headers): Use backend functions.
9448
9449 * vc-cvs.el: Require vc when compiling.
9450 (vc-cvs-register-switches): Doc fix.
9451 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9452 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9453 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9454 New functions (code from vc.el).
9455 (vc-annotate-display-default): Fix interactive spec.
9456 (vc-annotate-time-span): Doc fix.
9457
9458 * vc-rcs.el: Require vc when compiling.
9459 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9460 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9461 (vc-rcs-checkin): New functions (code from vc.el).
9462 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9463 Doc fix.
9464 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9465
9466 * vc-sccs.el: Require vc when compiling.
9467 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9468 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9469 (vc-sccs-revert)
9470 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9471 from vc.el).
9472 (vc-sccs-add-triple, vc-sccs-record-rename)
9473 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9474 (vc-sccs-admin): Doc fix.
9475
9476 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9477
9478 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9479 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9480 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9481 from vc.el.
9482
9483 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9484
9485 * vc-cvs.el: Moved the annotate functionality from vc.el.
9486 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9487
9488 2000-09-04 Dave Love <fx@gnu.org>
9489
9490 * vc.el (vc-backend-release): Call vc-system-release.
9491
9492 * vc-sccs.el (vc-sccs-system-release):
9493 Renamed from vc-sccs-backend-release.
9494
9495 * vc-rcs.el (vc-rcs-system-release):
9496 Renamed from vc-rcs-backend-release.
9497
9498 * vc-cvs.el (vc-cvs-system-release):
9499 Renamed from vc-cvs-backend-release.
9500
9501 2000-09-04 Dave Love <fx@gnu.org>
9502
9503 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9504 backend files.
9505 (vc-backend-release): Dispatch to backend functions.
9506 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9507 probably needs attention.]
9508
9509 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9510 (vc-sccs-backend-release): New function.
9511
9512 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9513 (vc-cvs-backend-release): New function.
9514
9515 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9516 Doc fix.
9517 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9518 (vc-default-dired-state-info): New function.
9519 (vc-dired-state-info): Dispatch to backends.
9520 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9521
9522 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9523 from vc.el and renamed.
9524
9525 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9526
9527 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9528 (vc-version-other-window, vc-backend-assign-name): Removed
9529 references to vc-latest-version; sometimes changed into
9530 vc-workfile-version.
9531
9532 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9533 vc-rcs-master-workfile-version.
9534 (vc-rcs-workfile-version): Use the above. Don't call
9535 vc-latest-version (that was unreachable code, anyway).
9536 (vc-rcs-fetch-master-properties): Doc fix.
9537
9538 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9539 (vc-backend-hook-functions): Removed them from this list, too.
9540 (vc-fetch-properties): Removed.
9541 (vc-workfile-version): Doc fix.
9542
9543 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9544 (vc-rcs-workfile-version, vc-rcs-locking-user)
9545 (vc-rcs-uses-locking): Use it.
9546
9547 * vc-hooks.el (vc-consult-rcs-headers):
9548 Moved into vc-rcs-hooks.el, under the name
9549 vc-rcs-consult-headers.
9550
9551 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9552 headers.
9553 (vc-cvs-find-master): Use this name only; correct different
9554 versions of the name.
9555
9556 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9557 New functions.
9558 (vc-sccs-locking-user): Use the latter.
9559
9560 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9561 New functions.
9562
9563 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9564 Moved into both
9565 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9566 functions are implementation details of those two backends.
9567
9568 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9569
9570 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9571 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9572
9573 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9574 (vc-sccs-parse-locks): SCCS-specific code moved here from
9575 vc-hooks.
9576
9577 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9578 code moved here from vc-hooks.
9579
9580 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9581 into back-end specific parts and removed. Callers not updated
9582 yet; because I guess these callers will disappear into back-end
9583 specific files anyway.
9584
9585 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9586
9587 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9588 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9589 `vc-uses-locking'.
9590
9591 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9592 Store yes/no in the property, and return t/nil. Updated all
9593 callers.
9594
9595 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9596 vc-sccs-uses-locking. Don't set property.
9597 (vc-sccs-locking-user): Don't set property.
9598
9599 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9600 vc-cvs-uses-locking. Don't set property here; leave that to
9601 vc-hooks.
9602 (vc-cvs-locking-user): Reflect above change. Streamlined.
9603
9604 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9605 vc-rcs-uses-locking.
9606 (vc-rcs-locking-user): Reflect above change.
9607
9608 2000-09-04 Dave Love <fx@gnu.org>
9609
9610 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9611
9612 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9613
9614 * vc-hooks.el (vc-checkout-model): Punt to backends.
9615
9616 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9617
9618 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9619
9620 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9621 New functions.
9622
9623 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9624 New functions.
9625
9626 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9627 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9628
9629 * vc-hooks.el (vc-default-locking-user): New function.
9630 (vc-locking-user, vc-workfile-version): Punt to backends.
9631
9632 2000-09-04 Dave Love <fx@gnu.org>
9633
9634 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9635 (vc-master-workfile-version): Moved from vc-hooks.
9636
9637 * vc-rcs-hooks.el: Fix duplicate code in last change.
9638
9639 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9640 (vc-rcs-master-templates): Improve :type.
9641 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9642 vc-master-workfile-version): Moved from vc-hooks.
9643
9644 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9645 (vc-sccs-master-templates): Improve :type.
9646 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9647
9648 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9649
9650 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9651 (vc-cvs-master-templates): Improve :type. Use
9652 vc-cvs-find-cvs-master.
9653 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9654 from vc-hooks.
9655 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9656
9657 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9658 Moved to vc-cvs-hooks.
9659
9660 * vc-hooks.el: Add doc strings in various places. Simplify the
9661 minor mode setup.
9662 (vc-handled-backends): New user variable.
9663 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9664 simplification.
9665
9666 2000-09-04 Dave Love <fx@gnu.org>
9667
9668 * vc.el: Some doc fixes for autoloaded and interactive functions.
9669 Fix compilation warnings from ediff stuff.
9670 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9671
9672 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9673
9674 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9675
9676 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9677
9678 2000-09-04 Dave Love <fx@gnu.org>
9679
9680 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9681 New variable.
9682 (vc-make-backend-function, vc-loadup, vc-call-backend)
9683 (vc-backend-defines): New functions.
9684
9685 * vc-hooks.el: Various doc fixes.
9686 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9687 (vc-match-substring): Function removed. Callers changed to use
9688 match-string.
9689 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9690 Simplify.
9691
9692 2000-09-04 Dave Love <fx@gnu.org>
9693
9694 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9695 type.
9696 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9697 (vc-sccs-registered): Doc fix.
9698
9699 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9700 (vc-cvs-registered): Doc fix.
9701
9702 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9703 (vc-rcs-registered): Doc fix.
9704
9705 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9706
9707 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9708
9709 * vc-hooks.el: vc-registered has been renamed
9710 vc-default-registered. Some functions have been moved to the
9711 backend specific files. they all support the
9712 vc-BACKEND-registered functions.
9713
9714 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9715
9716 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9717
9718 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9719
9720 2000-09-04 Dave Love <fx@gnu.org>
9721
9722 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9723 menu-bar-update-hook.
9724
9725 * help.el (help-manyarg-func-alist): Add
9726 find-operation-coding-system.
9727
9728 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9729
9730 * custom.el (custom-set-variables): Print message about errors in
9731 setting.
9732
9733 2000-09-03 Andrew Innes <andrewi@gnu.org>
9734
9735 * makefile.w32-in: Change to DOS line endings.
9736
9737 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9738
9739 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9740 minor-mode keymaps, if they don't have one.
9741
9742 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9743
9744 * eshell/esh-module.el (eval-when-compile): Don't lose if
9745 esh-module.el's file name is truncated to DOS 8+3 limits.
9746
9747 2000-09-01 John Wiegley <johnw@gnu.org>
9748
9749 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9750 predicate, which caused entries in the completion list to be
9751 doubled.
9752
9753 2000-08-30 John Wiegley <johnw@gnu.org>
9754
9755 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9756 sending to subprocesses. Also, hook pre-command-hook if
9757 `eshell-send-direct-to-subprocesses' is non-nil.
9758 (eshell-send-direct-to-subprocesses): New config variable. If t,
9759 subprocess input is send immediately.
9760 (eshell-toggle-direct-send): New function.
9761 (eshell-self-insert-command): New function.
9762 (eshell-intercept-commands): New function.
9763 (eshell-send-input): If direct subprocess sending is enabled,
9764 don't echo any input to the Eshell buffer. Let the subprocess
9765 handle that. This requires "stty echo" in bash, for example.
9766
9767 2000-08-28 John Wiegley <johnw@gnu.org>
9768
9769 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9770 completion function for Eshell's implementation of `unset'.
9771
9772 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9773
9774 * info.el (Info-directory-list): Doc fix.
9775
9776 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9777
9778 * filecache.el (file-cache-add-directory-using-find): Don't quote
9779 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9780
9781 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9782
9783 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9784 coding systems.
9785
9786 2000-08-30 Andrew Innes <andrewi@gnu.org>
9787
9788 * timer.el (run-with-idle-timer): Undo last change, so that timer
9789 is not activated immediately if Emacs is already idle. Some
9790 existing code relies on this behaviour.
9791
9792 2000-08-30 Miles Bader <miles@gnu.org>
9793
9794 * frame.el (set-frame-font): Do completion of font-name for
9795 interactive use.
9796
9797 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9798
9799 * international/quail.el (quail-start-translation): Bind locally
9800 last-command-event, last-command, and this-command.
9801 (quail-start-conversion): Likewise.
9802 (quail-self-insert-command): Fix docstring.
9803
9804 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9805
9806 * progmodes/executable.el
9807 (executable-make-buffer-file-executable-if-script-p): Check that
9808 buffer contains at least 2 characters.
9809
9810 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9811
9812 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9813
9814 2000-08-29 Dave Love <fx@gnu.org>
9815
9816 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9817 (diff-mode-shared-map): Bind mouse-2.
9818 (diff-imenu-generic-expression): New variable.
9819 (diff-mode): Use it.
9820
9821 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9822 (mouse-popup-menubar): Add minor mode menus.
9823 (popup-menu): Check for lookup-key returning number.
9824
9825 2000-08-29 Miles Bader <miles@gnu.org>
9826
9827 * comint.el (comint-send-input): Create overlays using the proper
9828 front/read-advance arguments.
9829
9830 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9831
9832 * ps-print.el: Even/odd pages printing. Doc fix.
9833 (ps-print-version): New version number (6.0).
9834 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9835 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9836 (ps-print-duplex-feature): Variable eliminated.
9837 (ps-even-or-odd-pages): New variable.
9838
9839 * progmodes/ebnf2ps.el: Doc fix.
9840 (ebnf-version): New version (3.3).
9841 (ebnf-user-arrow): Change variable customization to sexp.
9842 (ebnf-user-arrow): Function eliminated.
9843 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9844
9845 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9846
9847 * help.el (help-xref-mule-regexp): New variable.
9848 (help-make-xrefs): Handle help-xref-mule-regexp.
9849
9850 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9851 variable.
9852 (describe-input-method): Temporarily activate the specfied input
9853 method to display the information.
9854 (describe-language-environment): Hyperlinks to mule related items.
9855
9856 * international/mule-diag.el (charset-multibyte-form-string): New
9857 function.
9858 (list-character-sets-1): Use charset-multibyte-form-string.
9859 (describe-character-set): New function.
9860 (describe-coding-system): Hyperlinks to safe character sets.
9861
9862 * international/quail.el (quail-help): New arg PACKAGE.
9863 Hyperlinks to mule related items.
9864 (quail-help-insert-keymap-description): Use
9865 substitute-command-keys instead of describe-bindings.
9866 (quail-translation-help): Hyperlinks to mule related items.
9867
9868 2000-08-28 John Wiegley <johnw@gnu.org>
9869
9870 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9871 have a defsubst call itself. Made `eshell-flatten-list' back into
9872 a function again.
9873
9874 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9875 catch, in case re-centering point at bottom messes up the display.
9876 This happens frequently in Emacs 21, due I believe to variable
9877 line heights.
9878
9879 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9880 to call `find-tag-interactive'.
9881
9882 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9883 the list of remember directories.
9884
9885 2000-08-28 John Wiegley <johnw@gnu.org>
9886
9887 * align.el: Test align-region-separate to see if it's a symbol.
9888
9889 2000-08-28 John Wiegley <johnw@gnu.org>
9890
9891 * eshell/esh-util.el (eshell-flatten-list): Made this function
9892 into a defsubst form. It gets used very frequently, although
9893 calls don't occur all that often.
9894
9895 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9896 examining it.
9897
9898 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9899 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9900 `eshell-protect'.
9901 (eshell-copy-handles): Created a new macro for duplicating the
9902 current set of open handles. This is needed by the looping
9903 functions.
9904 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9905 is not incorrectly stomped on.
9906
9907 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9908 declaration for pcomplete-use-paring.
9909 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9910 value of eshell-cmpl-use-paring.
9911 * pcomplete.el (pcomplete-use-paring): New config variable, to
9912 indicate whether paring should be used.
9913 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9914 completion alternatives that have already been used.
9915
9916 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9917 bound to C-c C-y, which will repeat the previous N arguments
9918 (based on prefix argument).
9919 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9920
9921 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9922 if there is no *Help* buffer. This is for XEmacs, which renames
9923 its help buffers uniquely. TODO: Find out what the current buffer
9924 name to delete is.
9925
9926 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9927 first entry that correlates to a passwd/group number. Later
9928 entries (used for group/user name aliasing to multiple IDs) are
9929 ignored.
9930
9931 * eshell/em-xtra.el (eshell/expr):
9932 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9933 (eshell-grep, eshell/diff, eshell/locate):
9934 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9935 argument list, before passing it to the system command.
9936
9937 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9938 `find-tag' for use at final position in Eshell buffers (which
9939 otherwise triggers an error on Emacs 21).
9940 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9941 buffer, if it is currently bound to `find-tag'.
9942
9943 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9944 in the list of matched Makefile names.
9945 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9946 directory, prefer its contents to Makefile.
9947
9948 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9949 directory parts (like "cd old new", or "cd =regexp"), are now case
9950 sensitive on non-Windows/DOS platforms.
9951
9952 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9953 types RET after an open delimiter (like "), display a message
9954 indicating that Eshell is waiting for the closing delimiter.
9955
9956 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9957 environment variables.
9958
9959 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9960 gracefully if the user enters incorrect arguments.
9961
9962 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9963 Eshell buffers.
9964
9965 * eshell/esh-var.el (eshell-interpolate-variable):
9966 * eshell/esh-mode.el (eshell-move-argument):
9967 * eshell/em-unix.el (eshell-du-sum-directory):
9968 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9969 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9970 (not (= ...)).
9971
9972 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9973 to ensure the `preserve' flag gets propagated when doing recursive
9974 directory copies.
9975
9976 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9977
9978 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9979 Don't convert \n into \0177 in memory.
9980 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9981 and back again, when reading and writing.
9982
9983 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9984
9985 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9986 testing of `fboundp' on `processp'.
9987
9988 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9989 (eshell/jobs): Don't call process-list if it is not bound.
9990 (eshell-gather-process-output): Support systems where async
9991 subprocesses aren't supported.
9992 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9993 variables.
9994
9995 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9996 eshell-do-eval returns t.
9997 (eshell-do-pipelines-synchronously): New defmacro.
9998 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9999 when async subprocesses aren't supported.
10000 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
10001 if async subprocesses aren't supported.
10002 (eshell-resume-command): Don't assume STATUS is a string.
10003
10004 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
10005
10006 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
10007 (eshell-close-target, eshell-get-target): Use eshell-processp.
10008 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
10009 fix.
10010 (eshell-get-target, eshell-create-handles): Doc fix.
10011
10012 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
10013
10014 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
10015 criterion to include commands that output something, as long as it
10016 leaves both the command and the end-of-buffer visible when the
10017 command has exited.
10018 (eshell-review-quick-commands): Adjust the help doc string
10019 accordingly.
10020
10021 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
10022
10023 * locate.el (locate): Cleaned up locate command's interactive prompting
10024 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
10025
10026 * filecache.el (file-cache-case-fold-search): New variable
10027 (file-cache-assoc-function): New variable
10028 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
10029 Use file-cache-case-fold-search variable
10030 (file-cache-add-file): Use file-cache-assoc-function
10031 (file-cache-delete-file): likewise
10032 (file-cache-directory-name): likewise
10033 (file-cache-debug-read-from-minibuffer): likewise
10034
10035 2000-08-28 Gerd Moellmann <gerd@gnu.org>
10036
10037 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
10038 (abbrev-table-name): New function.
10039 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
10040 If non-nil list local abbrev, only.
10041
10042 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
10043
10044 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
10045 from Gnus support code, and use special article copy buffer
10046 `(gnus-original-article-buffer)' instead. This allows to get rid
10047 of article-hide-headers usage (which breaks in the latest Gnus
10048 version). Thanks to Detlev Zundel.
10049
10050 2000-08-28 Kenichi Handa <handa@etl.go.jp>
10051
10052 * international/quail.el (quail-use-package): Hide "... loaded"
10053 message.
10054 (quail-start-translation, quail-start-conversion): Likewise.
10055
10056 * international/kkc.el (kkc-region): Hide "... loaded" message.
10057
10058 2000-08-27 Dave Love <fx@gnu.org>
10059
10060 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
10061
10062 2000-08-27 Miles Bader <miles@gnu.org>
10063
10064 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
10065
10066 2000-08-27 Kenichi Handa <handa@etl.go.jp>
10067
10068 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
10069 'ja-dic-cnv), not (require 'skkdic-cnv).
10070
10071 2000-08-26 Miles Bader <miles@gnu.org>
10072
10073 * faces.el (face-x-resources): Add entry for :inherit.
10074 * cus-face.el (custom-face-attributes): Add support for :inherit
10075 attribute. Add support for relative face heights.
10076 (custom-face-attributes-get): Treat `nil' as being a default value
10077 for :inherit (as well as `unspecified').
10078
10079 * faces.el (set-face-attribute): Update doc string.
10080 (face-attribute-name-alist): Add :inherit.
10081 (face-valid-attribute-values): Handle :inherit.
10082 (face-read-string): Rephrase prompt to be less confusing.
10083 Assume that DEFAULT is a string, since we must return a string.
10084 (face-read-integer): Use `format' to turn DEFAULT into an
10085 acceptable default for face-read-string. Match NEW-VALUE against
10086 the string "unspecified", not the symbol `unspecified', since
10087 that's what face-read-string returns.
10088 (read-face-attribute): Lookup a name for old-value in valid, and
10089 use it as a default if we find one. Treat all values from
10090 face-read-string as strings. If the default is used, don't do any
10091 more processing on the value, just use the old value directly.
10092 (read-face-and-attribute, modify-face): Tweak prompt.
10093 (read-face-name): Don't assume prompt ends with a space.
10094
10095 * faces.el (describe-face): Add support for :inherit attribute.
10096
10097 2000-08-25 Kenichi Handa <handa@etl.go.jp>
10098
10099 * terminal.el (terminal-emulator): Fix args to `concat'. Now
10100 concat doesn't accept interger.
10101
10102 * international/kkc.el: Remove SKK from Keywords. Require
10103 ja-dic-utl instead of skkdic-utl.
10104
10105 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
10106 Provide ja-dic-cnv instead of skkdic-cnv.
10107 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
10108 (iso-2022-7bit-short): Add safe-charsets property.
10109 (skkdic-convert-postfix): Search Japanese chou-on character in
10110 addition to Hiragana character.
10111 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
10112 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
10113 (batch-skkdic-convert): Likewise.
10114
10115 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
10116 Provide ja-dic-utl instead of skkdic-utl.
10117 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
10118
10119 2000-08-24 Dave Love <fx@gnu.org>
10120
10121 * disp-table.el (standard-display-default): Make the test of `l'
10122 useful.
10123
10124 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
10125 mod sample text.
10126
10127 * international/iso-ascii.el: Make pilcrow convenient string
10128 consistent with section.
10129 (iso-ascii-display): Set up multibyte characters as well as
10130 unibyte.
10131
10132 2000-08-24 Kenichi Handa <handa@etl.go.jp>
10133
10134 * international/mule-cmds.el (reset-language-environment): Set
10135 default-process-coding-system to '(undecided . iso-latin-1), which
10136 makes process I/O almost consistent with file I/O. Call this
10137 function when mule-cmds.el[c] is loaded.
10138
10139 2000-08-22 Andrew Innes <andrewi@gnu.org>
10140
10141 * makefile.w32-in: New file.
10142
10143 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
10144
10145 * comint.el (comint-output-filter): Compare end of
10146 comint-last-output-overlay with the start of the newly inserted
10147 text, not the end, when deciding whether to extend it.
10148 Set saved-point's insertion type to advance after insertion.
10149
10150 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
10151 since this is now done independently of font-lock mode.
10152
10153 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10154
10155 * server.el (server-kill-new-buffers): New user option.
10156 (server-existing-buffer): New buffer-local variable.
10157 (server-visit-files): When using an existing buffer, set
10158 server-existing-buffer to t.
10159 (server-buffer-done): If server-kill-new-buffers is t, kill the
10160 buffer, unless it was already present before visiting it with
10161 Emacs server.
10162
10163 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
10164
10165 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
10166 even if the display doesn't support colors: some displays will
10167 support bold/underline faces.
10168
10169 2000-08-21 Gerd Moellmann <gerd@gnu.org>
10170
10171 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
10172
10173 * startup.el (command-line): If user's init file had an error,
10174 add explanatory text to *Messages*.
10175
10176 2000-08-21 Kenichi Handa <handa@etl.go.jp>
10177
10178 * man.el (Man-getpage-in-background): Decode the process output by
10179 the system locale coding system.
10180
10181 2000-08-20 Dave Love <fx@gnu.org>
10182
10183 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
10184 Don't test x-popup-menu.
10185 (function) <complete-function>: Complete only fbound symbols.
10186 <validate, value>: New.
10187 (variable) <complete-function>: Complete only bound symbols.
10188 (coding-system): Add :base-only, :complete-function, :validate,
10189 :value, :prompt-match.
10190 (widget-coding-system-prompt-value): Use read-coding-system and
10191 act on :base-only.
10192 (editable-field): Add :help-echo.
10193 (widget-push-button-gui, widget-push-button-cache)
10194 (widget-gui-action, widget-editable-list-gui): COmment out, along
10195 with uses.
10196 (widget-at): Make arg optional.
10197 (widget-echo-help): Adjust for current help-echo calling sequence.
10198 (widget-specify-field, widget-specify-button)
10199 (widget-specify-insert, widget-get-sibling, widget-image-find)
10200 (widget-convert, widget-insert, widget-leave-text)
10201 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
10202 (widget-setup, widget-field-find, widget-before-change)
10203 (widget-after-change, widget-default-complete)
10204 (widget-default-create, widget-default-delete)
10205 (widget-push-button-value-create, editable-field)
10206 (widget-field-prompt-value, widget-field-validate)
10207 (widget-choice-value-create, widget-choice-action)
10208 (widget-choice-validate, widget-checklist-add-item)
10209 (widget-radio-add-item, widget-radio-chosen)
10210 (widget-radio-value-inline, widget-editable-list-value-create)
10211 (widget-editable-list-entry-create)
10212 (widget-documentation-link-add)
10213 (widget-documentation-string-value-create)
10214 (widget-regexp-validate, widget-file-complete)
10215 (widget-sexp-validate, widget-plist-convert-widget)
10216 (widget-plist-convert-widget, widget-alist-convert-widget)
10217 (widget-alist-convert-widget, widget-color-complete): Simplify,
10218 particularly to avoid bindings which aren't optimized out.
10219
10220 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
10221 Doc fix.
10222 (down-list, backward-up-list, up-list, kill-sexp)
10223 (backward-kill-sexp, mark-sexp): Make arg optional.
10224 (lisp-complete-symbol): Add optional arg PREDICATE.
10225
10226 * cus-start.el: Add display-buffer-reuse-frames,
10227 file-coding-system-alist.
10228
10229 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10230
10231 * startup.el (command-line): Clear realized faces after
10232 modifying TTY color mappings.
10233
10234 2000-08-20 Miles Bader <miles@gnu.org>
10235
10236 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10237 merely a subset of FACE's attributes.
10238
10239 2000-08-19 Miles Bader <miles@gnu.org>
10240
10241 * comint.el (comint-output-filter): Save the point with a marker,
10242 not just a buffer position.
10243
10244 * international/mule.el (set-buffer-process-coding-system): Make
10245 interactive prompt less confusing.
10246
10247 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10248
10249 * hilit-chg.el: General cleanup of doc strings, comments and
10250 code formatting.
10251
10252 2000-08-19 Miles Bader <miles@gnu.org>
10253
10254 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10255 Compiler macro removed; beginning-of-line is no longer always
10256 equivalent to forward-line, in the presence of fields.
10257
10258 * comint.el (comint-output-filter): Remove ad-hoc saving of
10259 restriction, and just use save-restriction, now that it works
10260 correctly. Don't adjust comint-last-input-start to account for
10261 our insertion; it shouldn't have moved because we don't use
10262 insert-before-markers anymore. Comment out call to
10263 `force-mode-line-update'; why is it here?
10264
10265 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10266 while checking for prompt to delete. Use `forward-line 0'
10267 instead of beginning-of-line.
10268 (gud-filter): Temporarily widen gud comint buffer while
10269 examining output.
10270
10271 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10272
10273 * progmodes/sh-script.el: Big bag of typos.
10274
10275 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10276 check since ispell-process is not bound when ispell is not yet loaded.
10277
10278 2000-08-18 Dave Love <fx@gnu.org>
10279
10280 * image.el (find-image): Copy `spec' before using plist-put.
10281
10282 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10283
10284 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10285 `portugues'.
10286
10287 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10288 backward-kill-sexp, analogous to kill-sexp.
10289
10290 * progmodes/icon.el (icon-indent-line)
10291 (icon-is-continuation-line): Handle comments specially.
10292
10293 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10294
10295 * ispell.el: Set to standard author/maintainer/keyword fields.
10296 Fine tuning to menu map appearance and operation, and added help.
10297 Remove `start' and `end' error messages when compiling.
10298 (ispell-choices-win-default-height): Fixed comment string.
10299 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10300 castellano8 dictionaries.
10301 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10302 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10303 dictionary, added italiano dictionary.
10304 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10305 word character
10306 (ispell-tex-skip-alists): Added psfig support.
10307 (ispell-skip-html): Renamed from ispell-skip-sgml.
10308 (ispell-begin-skip-region-regexp, ispell-skip-region)
10309 (ispell-minor-check): Improved html skipping support to skip across
10310 code, and recognize `&' commands without propper `;' syntax;
10311 (ispell-process-line): Fix alignment error when manually
10312 correcting spelling.
10313 (ispell): Fix comment string.
10314 (ispell-add-per-file-word-list): Always put word list on new line.
10315
10316 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10317
10318 * format.el (format-encode-run-method): Fix error message to say
10319 `encode' instead of `decode'. Use save-window-excursion around
10320 shell-command-on-region as in format-decode-run-method because
10321 shell-command-on-region can display a buffer with error output.
10322 (format-decode): Don't record undo information for the decoding.
10323 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10324 that number part of the temporary buffer name so that more than
10325 one decoding using a temporary buffer can happen safely.
10326
10327 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10328 of `A-z' in the regexp.
10329
10330 * hilit-chg.el: Fix typos in commentary.
10331
10332 * help.el (view-emacs-news): Rewritten for new naming scheme
10333 for old NEWS files.
10334
10335 * startup.el (command-line): Pop to *Messages* in case an error
10336 is signaled while loading user-init-file.
10337
10338 2000-08-17 Andreas Schwab <schwab@suse.de>
10339
10340 * files.el (insert-directory): Don't lose original file name,
10341 undoing an undocumented change.
10342
10343 2000-08-17 Alex Schroeder <alex@gnu.org>
10344
10345 * sql.el (sql-magic-go): Use comint-bol.
10346 (sql-copy-column): Use comint-line-beginning-position.
10347 (comint-line-beginning-position): Define a replacement for
10348 comint-line-beginning-position if it is not fboundp.
10349
10350 2000-08-17 Alex Schroeder <alex@gnu.org>
10351
10352 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10353 it didn't have any effect anyway.
10354
10355 2000-08-17 Alex Schroeder <alex@gnu.org>
10356
10357 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10358 --pset and pager=off instead of sending \\o|cat at the beginning
10359 of the session.
10360
10361 2000-08-17 Miles Bader <miles@gnu.org>
10362
10363 * progmodes/octave-inf.el: Add compatibility definition of
10364 comint-line-beginning-position.
10365
10366 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10367
10368 * startup.el (normal-top-level): Look in each dir in load-path for
10369 a leim-list.el file too. This assures of loading leim-list.el
10370 that is created at Emacs installation time even if a user have his
10371 own leim-list.el.
10372
10373 2000-08-17 Miles Bader <miles@gnu.org>
10374
10375 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10376 foreground color to black if the background is dark.
10377
10378 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10379
10380 * loadhist.el (unload-feature): Typo.
10381
10382 * finder.el (finder-compile-keywords):
10383 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10384 to the generated file.
10385
10386 * mail/mh-e.el (mh-make-local-vars):
10387 Replace make-variable-buffer-local with make-local-variable.
10388
10389 * play/landmark.el:
10390 * options.el (Edit-options-{set,toggle,t,nil}):
10391 * mail/mailabbrev.el (mail-abbrevs-mode):
10392 * textmodes/tex-mode.el (tex-expand-files):
10393 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10394
10395 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10396
10397 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10398 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10399 Allow going past the last element.
10400 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10401 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10402 (cvs-mouse-toggle-mark): Don't move point.
10403 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10404
10405 * progmodes/compile.el (grep): Provide a default set of files.
10406 (next-error): Docstring fix.
10407 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10408
10409 * emacs-lisp/easy-mmode.el (define-minor-mode):
10410 Use `symbol-value' to keep the byte-compiler quiet.
10411
10412 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10413 (diff-find-source-location): New fun, extracted from diff-goto-source.
10414 (diff-goto-source): Use it.
10415 (diff-next-complex-hunk, diff-filter-lines): New function.
10416 (diff-apply-hunk): New command.
10417
10418 * smerge-mode.el (smerge-mode-menu): Doc fix.
10419
10420 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10421
10422 2000-08-16 Dave Love <fx@gnu.org>
10423
10424 * windmove.el (windmove) <defgroup>: Add :version.
10425
10426 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10427 (goto-address-fontify-p, goto-address-highlight-p)
10428 (goto-address-url-face, goto-address-url-mouse-face)
10429 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10430 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10431 (goto-address-fontify, goto-address-at-mouse): Simplify,
10432 (goto-address-at-point): browse-url-url-at-point,
10433 goto-address-find-address-at-point can return nil.
10434 (goto-address-find-address-at-point): Return nil on failure.
10435
10436 * align.el (align) <defgroup>: Add :version.
10437
10438 * calculator.el (calculator): Add :version.
10439 (calculator): Use two lines for calculator window if `modeline'
10440 face is boxed.
10441
10442 * play/5x5.el: Doc fixes.
10443 (5x5) <defgroup>: Add :version.
10444
10445 * play/fortune.el (fortune) <defgroup>: Add :version.
10446 (fortune-append): Fix error message.
10447 (fortune-from-region): Doc fix.
10448
10449 * play/pong.el (pong): Doc fix.
10450
10451 * play/morse.el: Keywords, commentary, autoloads.
10452
10453 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10454
10455 * desktop.el (desktop-save): Don't look at symbol-value of a
10456 member of minor-mode-alist, unless it is boundp.
10457
10458 2000-08-16 Sam Steingold <sds@gnu.org>
10459
10460 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10461 `while'; use `with-current-buffer' instead of `save-excursion'.
10462 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10463
10464 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10465
10466 * international/ccl.el (declare-ccl-program): Docstring modified.
10467 (ccl-execute-with-args): Likewise.
10468
10469 2000-08-16 Miles Bader <miles@gnu.org>
10470
10471 * progmodes/sql.el: Add compatibility definition of
10472 comint-line-beginning-position.
10473
10474 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10475
10476 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10477 'buffer-menu' property.
10478 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10479 fails.
10480 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10481 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10482 wasn't killed.
10483
10484 * buff-menu.el (list-buffers-noselect): Don't display the
10485 *Buffer List* buffer.
10486
10487 * font-lock.el: Require jit-lock to prevent a very late
10488 `Loading jit-lock' message.
10489
10490 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10491 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10492 mail address.
10493
10494 2000-08-15 Miles Bader <miles@gnu.org>
10495
10496 * textmodes/ispell.el (ispell-graphic-p): New constant.
10497 (ispell-choices-win-default-height, ispell-help): Use
10498 `ispell-graphic-p' instead of `xemacsp'.
10499
10500 2000-08-15 Dave Love <fx@gnu.org>
10501
10502 * simple.el: Autoload widget-convert when compiling.
10503 (mail-user-agent): Doc fix.
10504
10505 * help.el (function-called-at-point, variable-at-point): Use
10506 with-syntax-table.
10507 (help-manyarg-func-alist): Add insert-and-inherit.
10508
10509 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10510
10511 * delsel.el (delsel-unload-hook): New function.
10512
10513 * find-file.el: Doc fixes. Move provide to end.
10514 (ff) <defgroup>: Add :link.
10515 (ff-goto-click): Deleted.
10516 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10517 Use mouse-set-point.
10518
10519 * textmodes/tildify.el: Doc fixes.
10520 (tildify) <defgroup>: Add:version.
10521
10522 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10523 (glasses-custom-set): Use set-default, not set.
10524 (minor-mode-alist): Propertize the lighter.
10525 (glasses-mode): Provide optional arg.
10526
10527 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10528 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10529 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10530 option. Provide :type.
10531 (cwarn-configuration): Provide :type.
10532 (cwarn-mode): Doc fix.
10533
10534 * add-log.el (change-log-merge): Doc fix.
10535 (change-log-redate): New command.
10536
10537 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10538 Doze and Dog.
10539 (browse-url): Use dolist, not mapcar.
10540 (browse-url-at-point): Check for null url.
10541 (browse-url-event-buffer, browse-url-event-point): Functions
10542 deleted.
10543 (browse-url-at-mouse, browse-url-netscape): Simplify.
10544
10545 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10546 modes.
10547 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10548 Fix previous change to mapcan.
10549 (msb--init-file-alist, msb--add-separators)
10550 (msb--make-keymap-menu): Simplify.
10551 (msb--choose-file-menu): Use copy-sequence.
10552 (msb-mode-map): Add title to keymap.
10553 (msb-unload-hook): New function.
10554
10555 * bs.el: Fix indentation.
10556 (bs) <defgroup>: Add :links.
10557 (bs-show): Doc fix.
10558 (bs-apply-sort-faces): Don't use window-system.
10559 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10560
10561 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10562
10563 * calendar/timeclock.el (timeclock-file): Run .timelog through
10564 convert-standard-filename.
10565
10566 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10567
10568 * emacs-lisp/authors.el: New file.
10569
10570 * paren.el (show-paren-priority): New user option.
10571 (show-paren-function): Set overlay priorities to
10572 show-paren-priority.
10573
10574 2000-08-14 Miles Bader <miles@gnu.org>
10575
10576 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10577 beginning-of-line with inhibit-field-text-motion bound.
10578
10579 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10580
10581 * calendar/timeclock.el: New file.
10582
10583 2000-08-14 David Ponce <david@dponce.com>
10584
10585 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10586 `widget-button-click'. so that one can use left mouse button to
10587 click on dialog buttons.
10588
10589 2000-08-14 Emmanuel Briot <briot@gnat.com>
10590
10591 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10592 identifiers, since XML is case sensitive
10593
10594 2000-08-12 Miles Bader <miles@gnu.org>
10595
10596 * comint.el (comint-output-filter): Don't bother frobbing
10597 window-start, it doesn't seem to be necessary.
10598
10599 * comint.el (comint-send-string, comint-send-region): Make into
10600 real functions. Snapshot the prompt before sending.
10601
10602 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10603
10604 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10605 technique similar to Info-index, instead of relying on specific
10606 names of relevant Index nodes.
10607 (Info-goto-emacs-command-node): Bind Info-history to nil when
10608 going to the first node found by Info-find-emacs-command-nodes.
10609
10610 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10611
10612 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10613
10614 2000-08-10 Miles Bader <miles@gnu.org>
10615
10616 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10617
10618 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10619
10620 * info.el (Info-file-list-for-emacs): More elements for the
10621 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10622 and woman manuals.
10623
10624 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10625
10626 * comint.el (comint-send-input): Make the newline boundary overlay
10627 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10628 (comint-output-filter): Use `insert' instead of
10629 `insert-before-markers'. Extend comint-last-output-overlay when
10630 necessary since we can't rely on insert-before-markers to do it.
10631 * gud.el (gud-filter): Use `with-current-buffer' instead of
10632 save-excursion when inserting the output, so that point gets
10633 updated correctly; the old method relied on a rather dodgy
10634 side-effect of comint-output-filter to avoid the effect of
10635 save-excursion.
10636
10637 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10638
10639 * files.el (recover-file): Call insert-directory instead of
10640 invoking `ls' directly.
10641
10642 2000-08-10 Miles Bader <miles@gnu.org>
10643
10644 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10645 (comint-last-prompt-overlay): New variables.
10646 (comint-output-filter): Implement prompt highlighting.
10647 (comint-snapshot-last-prompt): New function.
10648 (comint-send-input): Snapshot the last prompt.
10649 Use comint-highlight-input-face.
10650 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10651 Use defface instead of defcustom.
10652 (send-invisible, comint-send-eof): Snapshot the last prompt.
10653 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10654 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10655
10656 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10659 (regexp-opt-group): Use a list of chars for `letters'.
10660 (regexp-opt-charset): `chars' is now a list of chars.
10661 Use a char-table rather than a vector so it works for multibyte chars.
10662
10663 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10664 Set cvs-minor-current-files to the selected fileinfo.
10665 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10666 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10667
10668 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10669
10670 * files.el (insert-directory): Don't call access-file on
10671 directories on DOS and Windows.
10672
10673 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10674
10675 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10676 longer if necessary.
10677 (ccl-embed-code): Call ccl-embed-data to store CODE in
10678 ccl-program-vector.
10679
10680 2000-08-09 Miles Bader <miles@gnu.org>
10681
10682 * comint.el (comint-output-filter): Properly handle the case where
10683 the text surrounded by comint-last-output-overlay was deleted.
10684
10685 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10686
10687 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10688 non-nil.
10689 (Info-file-list-for-emacs): Remove "info" from the list because
10690 that leads to trying to use the documentation from file `info'
10691 in various situations where it isn't appropriate, for instance
10692 C-h C-k C-h i.
10693
10694 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10695 DIR and/or STRING are nil.
10696
10697 * progmodes/compile.el (compilation-setup): Make variable
10698 compilation-error-screen-columns buffer-local, as some comment
10699 in the code suggests it should be.
10700
10701 * files.el (auto-mode-interpreter-regexp): New variable.
10702 (set-auto-mode): Use it.
10703
10704 * indent.el (indent-for-tab-command): Doc fix.
10705
10706 * mouse-sel.el (mouse-sel-mode): Doc fix.
10707
10708 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10709 labels.
10710
10711 * help.el (print-help-return-message): When
10712 display-buffer-reuse-frames is set, let the help window been quit,
10713 instead of deleting it, which might delete a reused frame.
10714
10715 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10716
10717 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10718 rename a directory to a name that differs only by its letter case.
10719
10720 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10721
10722 * international/quail.el (quail-define-rules): Handle Quail decode
10723 map correctly. Add code for supporting annotations.
10724 (quail-install-decode-map): New function.
10725 (quail-defrule-internal): New optional arguments decode-map and
10726 props.
10727 (quail-advice): New function.
10728
10729 2000-08-07 Sam Steingold <sds@gnu.org>
10730
10731 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10732 `defconst', `define-condition', `with-slots'.
10733 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10734
10735 2000-08-03 Miles Bader <miles@gnu.org>
10736
10737 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10738 New variable.
10739 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10740 comint-use-prompt-regexp-instead-of-fields.
10741 (comint-send-input): Add `input' field property to stuff we send to
10742 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10743 (comint-output-filter): Add `output' field property to process
10744 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10745 (comint-replace-by-expanded-history)
10746 (comint-get-old-input-default, comint-show-output)
10747 (comint-backward-matching-input, comint-forward-matching-input)
10748 (comint-next-prompt, comint-previous-prompt): Use field
10749 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10750 (comint-line-beginning-position): New function.
10751 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10752 (comint-replace-by-expanded-history-before-point): Use
10753 comint-line-beginning-position and line-end-position.
10754 (comint-last-output-overlay): New variable.
10755 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10756
10757 * shell.el (shell-prompt-pattern): Doc change.
10758 (shell-backward-command): Use line-beginning-position.
10759
10760 * gud.el (gud-gdb-complete-command): Use
10761 comint-line-beginning-position.
10762
10763 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10764 comint-bol doesn't actually go to the beginning of the line.
10765
10766 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10767 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10768 (try-expand-line-all-buffers): Likewise.
10769
10770 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10771 explicitly matching comint-prompt-regexp.
10772 (sql-copy-column): Use comint-line-beginning-position instead of
10773 explicitly matching comint-prompt-regexp.
10774
10775 * progmodes/octave-inf.el (inferior-octave-complete): Use
10776 comint-line-beginning-position.
10777
10778 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10779
10780 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10781 looking for a prompt, use `forward-line 0' instead of
10782 `beginning-of-line', to avoid getting caught by an input field.
10783
10784 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10785
10786 * files.el (shell-quote-wildcard-pattern): Make sure to return
10787 PATTERN, in the Unix case.
10788
10789 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10790
10791 * play/zone.el (zone): Discard any pending input before running
10792 the randomly-chosen pgm.
10793
10794 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10795
10796 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10797 checking the existence of any multibyte characters.
10798
10799 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10800
10801 * help.el (describe-mode): Test minor-mode symbol for being
10802 bound before testing its value for being nil.
10803
10804 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10805 `first', `second', and `third'.
10806
10807 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10808 (second): Make it an alias for `cadr'.
10809
10810 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10811
10812 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10813 types of display support faces now.
10814
10815 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10816
10817 * pcvs.el (require): Require `cl' during compilation, only.
10818
10819 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10820 (toplevel): Remove `remq' and `remove' from autoloads.
10821 (cl-fake-autoloads): New variable. If set, arrange for an error
10822 when CL functions etc. are autoloaded.
10823
10824 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10825
10826 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10827
10828 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10829 popped up, but the user clicks outside the menu, return an empty
10830 regexp (that causes unhighlight-regexp to have no effect).
10831
10832 * menu-bar.el (menu-bar-games-menu): Add Zone.
10833
10834 * hi-lock.el (toplevel): Require font-lock.
10835
10836 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10837
10838 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10839 (ebnf-8-bit-chars): New var for bug fix.
10840 (ebnf-string): Bug fix.
10841
10842 2000-08-03 Sam Steingold <sds@gnu.org>
10843
10844 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10845 instead of `buffer-string'.
10846 (require 'cl): Always, not just when compiling.
10847 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10848 necessary.
10849
10850 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10851
10852 * international/mule-cmds.el (select-safe-coding-system): Make
10853 the message text about selecting a safe coding system more clear.
10854
10855 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10856
10857 * hi-lock.el: New file.
10858
10859 * play/zone.el: New file.
10860
10861 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10862 value of tab-width in the original buffer. Choose a line number
10863 format that's a multiple of the original buffer's tab width, so
10864 that lines appear right.
10865
10866 * textmodes/ispell.el (ispell): New function, replacing an alias.
10867 Spell-check active region if in transient-mark-mode and mark
10868 is active; otherwise spell-check buffer.
10869
10870 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10871
10872 * ps-mule.el: Fix a customization problem on
10873 ps-mule-font-info-database-default.
10874
10875 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10876
10877 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10878 display-mouse-p instead of window-system.
10879 (ebrowse-member-mode-map): Ditto.
10880
10881 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10882
10883 * progmodes/ebnf2ps.el: Update ps-print functions call.
10884 Indentation fix. Doc fix.
10885 (ebnf-version): New version number (3.2).
10886 (ebnf-format-color, ebnf-begin-job): Code fix.
10887
10888 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10889
10890 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10891 font lock support on window-system.
10892 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10893
10894 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10895 display-color-p, if fboundp, instead of window-system.
10896
10897 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10898
10899 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10900 instead of window-system.
10901
10902 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10903 window-system.
10904 (widget-choice-mouse-down-action): Use display-popup-menus-p
10905 instead of window-system.
10906
10907 * strokes.el (strokes-file): Run the file name through
10908 convert-standard-filename.
10909 (strokes-mode): Call display-mouse-p instead of looking at
10910 window-system. Change the error message accordingly.
10911
10912 * progmodes/cpp.el (toplevel): Support faces on tty's.
10913
10914 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10915 (lm-plot-square, lm-init-display): Don't use window-system.
10916
10917 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10918 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10919
10920 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10921 instead of looking at window-system.
10922
10923 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10924
10925 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10926 of testing if iswitchb-prepost-hooks is bound, because the
10927 latter will always be true when invoking a recursive minibuffer
10928 from an active Iswitchb buffer.
10929
10930 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10931
10932 * files.el (shell-quote-wildcard-pattern): New function.
10933 (insert-directory): Call it. Only prepend "\" to command on Unix
10934 and GNU/Linux systems.
10935
10936 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10937
10938 * eshell/esh-groups.el: Change custom :link file names
10939 from `eshell.info' to `eshell'.
10940
10941 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10942
10943 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10944 correctly in recursive ange-ftp listings.
10945
10946 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10947
10948 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10949 ps-header-font-size-internal and
10950 ps-header-title-font-size-internal variables are not set,
10951 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10952 face text property is (foreground-color . COLOR) or
10953 `(background-color . COLOR)', ps-print crashes. Doc fix.
10954 (ps-print-version): New version number (5.2.4).
10955 (ps-plot-region): Code fix.
10956 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10957 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10958 Bug fix 2.
10959
10960 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
10961
10962 * glasses.el (glasses-make-readable): Fix uncapitalization of
10963 identifiers like `myXMLDocument'.
10964
10965 2000-07-28 Karl Fogel <kfogel@red-bean.com>
10966
10967 * mail/mail-hist.el (mail-hist-previous-input)
10968 (mail-hist-next-input): Do the obvious code factorization.
10969 (mail-hist-retrieve-and-insert): New func, contains common
10970 code of above two.
10971 If inserting a message body, leave point at top.
10972
10973 2000-07-28 Sam Steingold <sds@gnu.org>
10974
10975 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10976 Use `<=', not `<' to compare times!
10977 (ange-ftp-ls): Remove.
10978
10979 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10980
10981 * play/cookie1.el: Add explanation of how to make cookie.el
10982 compatible with strfile(1) to comment.
10983
10984 * subr.el (remove, remq): New functions.
10985
10986 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10987 escape `*' in regexps.
10988 (midnight-find): Reverse order of arguments in the funcall of
10989 TEST.
10990
10991 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10992 and `.class'.
10993
10994 * play/meese.el: Add Commentary section.
10995
10996 2000-07-27 Alex Schroeder <alex@gnu.org>
10997
10998 * sql.el (sql-ms): Added autoload cookie.
10999 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
11000 (sql-oracle): Ditto.
11001 (sql-help): Doc change.
11002
11003 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
11004 types and exceptions.
11005
11006 2000-07-27 Alex Schroeder <alex@gnu.org>
11007
11008 * sql.el (sql-placeholder-history): New variable.
11009 (sql-query-placeholders-and-send): New function that will query
11010 the user and replace placeholders with user input.
11011 (sql-oracle): If running on NT, set comint-input-sender to
11012 sql-query-placeholders-and-send.
11013
11014 (sql-stop): If in the SQLi buffer, insert stop notification, else
11015 present it as a message.
11016
11017 2000-07-27 Alex Schroeder <alex@gnu.org>
11018
11019 * sql.el (sql-input-ring-separator): Doc change.
11020 (sql-input-ring-file-name): Doc change.
11021 (sql-interactive-mode): Use `sql-input-ring-separator' and
11022 `sql-input-ring-file-name' to set the comint-mode equivalents
11023 without making them local variables.
11024 (sql-stop): Don't bind `sql-input-ring-separator' and
11025 `sql-input-ring-file-name' dynamically to their comint-mode
11026 equivalents.
11027
11028 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11029
11030 * international/mule.el (register-char-codings): New function.
11031 (make-coding-system): Handle `safe-chars' specification in the arg
11032 PROPERTY.
11033
11034 * international/mule-cmds.el
11035 (find-coding-systems-region-subset-p): This function deleted.
11036 (sort-coding-systems-predicate): New variable.
11037 (sort-coding-systems): New function.
11038 (find-coding-systems-region): Use
11039 find-coding-systems-region-internal.
11040 (find-coding-systems-string): Use find-coding-systems-region.
11041 (find-coding-systems-for-charsets): Check
11042 char-coding-system-table.
11043 (select-safe-coding-system-accept-default-p): New variable.
11044 (select-safe-coding-system): Mostly rewritten. New argument
11045 ACCEPT-DEFAULT-P.
11046 (select-message-coding-system): Call select-safe-coding-system
11047 with ACCEPT-DEFAULT-P arg.
11048 (reset-language-environment): Reset default-sendmail-coding-system
11049 to the default value iso-latin-1.
11050 (set-language-environment): Don't set the obsolete variable
11051 charset-origin-alist.
11052
11053 * international/codepage.el (cp-coding-system-for-codepage-1):
11054 Give `safe-chars' property to make-coding-system.
11055
11056 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
11057 calling select-message-coding-system twice.
11058
11059 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
11060 instead of `safe-charsets'.
11061 (cyrillic-alternativnyj): Likewise.
11062 (ccl-encode-alternativnyj): Don't check the charset
11063 cyrillic-iso8859-5.
11064
11065 2000-07-27 Kenichi Handa <handa@etl.go.jp>
11066
11067 * composite.el (compose-chars-after): Preserve match data.
11068
11069 2000-07-26 Sam Steingold <sds@gnu.org>
11070
11071 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
11072 (ange-ftp-real-file-newer-than-file-p): New function.
11073 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
11074 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
11075
11076 * tooltip.el (tooltip-float-time): Removed (use `float-time').
11077 * midnight.el (midnight-float-time): Ditto.
11078
11079 2000-07-26 Andreas Schwab <schwab@suse.de>
11080
11081 * files.el (normal-backup-enable-predicate): Correct
11082 interpretation of the return value of compare-strings.
11083
11084 2000-07-26 Gerd Moellmann <gerd@gnu.org>
11085
11086 * isearch.el (isearch-resume): New function.
11087 (isearch-done): Add something to command-history to resume
11088 the search.
11089 (isearch-yank-line, isearch-yank-word): Use
11090 buffer-substring-no-properties instead of buffer-substring.
11091
11092 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
11093 of flyspell-mouse-map.
11094
11095 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
11096 duplicate definition.
11097 (makefile-mode): Remove duplicate setting of local-abbrev-table.
11098
11099 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
11100 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
11101
11102 2000-07-25 Sam Steingold <sds@gnu.org>
11103
11104 * net/ange-ftp.el: Get modtime over the net.
11105 (ange-ftp-file-modtime): New function.
11106 (ange-ftp-write-region, ange-ftp-insert-file-contents)
11107 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
11108 Use it.
11109 (ange-ftp-dot-to-slash): New function.
11110 (ange-ftp-fix-name-for-vms): Use it.
11111
11112 * midnight.el (midnight-buffer-display-time): Use
11113 `with-current-buffer'.
11114
11115 2000-07-25 Gerd Moellmann <gerd@gnu.org>
11116
11117 * find-dired.el: Update copyright notice.
11118 (find-dired): Offer to kill a running `find'.
11119
11120 * enriched.el (enriched-face-ans): For a `foreground-color'
11121 property, return '(("x-color" COLOR))' so that COLOR will be
11122 output as a parameter of the x-color annotation. Likewise for the
11123 `background-color' property. In the case of normal face
11124 properties, don't return annotations for unspecified foreground
11125 and background face attributes.
11126
11127 2000-07-25 Kenichi Handa <handa@etl.go.jp>
11128
11129 * language/japan-util.el (japanese-katakana-region): Fix handling
11130 HANKAKU argument.
11131
11132 2000-07-25 Miles Bader <miles@gnu.org>
11133
11134 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
11135 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
11136 constrain-to-field.
11137
11138 2000-07-24 Andrew Innes <andrewi@gnu.org>
11139
11140 * timer.el (timer-activate-when-idle): Add optional parameter
11141 DONT-WAIT. Update docstring.
11142 (run-with-idle-timer): Specify extra parameter to
11143 timer-activate-when-idle, so that timer will be activated
11144 immediately if Emacs is already idle.
11145
11146 * w32-fns.el (w32-using-nt): Fix docstring.
11147
11148 2000-07-24 Dave Love <fx@gnu.org>
11149
11150 * mouse.el (popup-menu): Set last-command-event.
11151 (mouse-major-mode-menu-prefix): Declare.
11152
11153 2000-07-24 Gerd Moellmann <gerd@gnu.org>
11154
11155 * textmodes/flyspell.el: Update to author's version 1.5d.
11156
11157 * progmodes/hideshow.el: Update copyright notice.
11158
11159 * vcursor.el: Set maintainer to FSF, since author cannot
11160 be reached.
11161
11162 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
11163
11164 * info.el (Info-goto-emacs-key-command-node): Leave a space after
11165 the prompt.
11166
11167 * mouse.el (popup-menu): Run the keymap through indirect-function,
11168 in case it was defined with define-prefix-key. If the menu is a
11169 list of keymaps, look up the binding of user's choice in each one
11170 of the keymaps.
11171 (mouse-popup-menubar): If the global and local menu-bar keymaps
11172 don't have a prompt string, create one and insert it into the
11173 keymap. Don't barf if current-local-map returns nil.
11174
11175 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
11176
11177 * dired.el (dired-sort-R-check): Added to allow recursive listing
11178 to be undone.
11179 (dired-sort-other): Use it.
11180
11181 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11182
11183 * Release of cc-mode 5.27
11184
11185 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11186
11187 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
11188 c-beginning-of-statement-1 that caused a bad case of recursion
11189 which could consume a lot of CPU in large classes in languages
11190 that have in-expression classes (i.e. Java and Pike).
11191
11192 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
11193 statements before top level constructs (i.e. case 6 is moved
11194 before case 5 and is now case 4) to catch in-expression
11195 classes in top level expressions correctly.
11196
11197 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11198
11199 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
11200 objc-method-intro. Case 4 removed and case 5I added.
11201
11202 * cc-langs.el (c-append-paragraph-start): New variable used by
11203 c-common-init to get paragraph-start correct.
11204 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
11205 initialize paragraph-start to make it correct both with and
11206 without the javadoc special case.
11207
11208 * cc-mode.el (java-mode): Use c-append-paragraph-start to
11209 initialize paragraph-start for javadoc markup.
11210
11211 * cc-vars.el (c-style-variables-are-local-p): Incompatible
11212 change by defaulting this to t. It's motivated by the
11213 confusing behavior that otherwise arise from the style system
11214 when editing both java and non-java files at the same time
11215 (see the comments about style setting in c-common-init).
11216
11217 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11218
11219 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
11220 similar to the one in c-fill-paragraph to check the fill
11221 prefix from the adaptive fill function for sanity.
11222
11223 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11224
11225 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
11226 defun block.
11227
11228 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11229
11230 * cc-align.el (c-lineup-multi-inher): Handle lines with
11231 leading comma nicely. Extended to handle member initializers
11232 too.
11233
11234 * cc-engine.el: (c-beginning-of-inheritance-list,
11235 c-guess-basic-syntax): Fixed recognition of inheritance lists
11236 when the lines begins with a comma.
11237
11238 * cc-vars.el (c-offsets-alist): Changed default for
11239 member-init-cont to c-lineup-multi-inher since it now handles
11240 member initializers and indents better for leading commas.
11241
11242 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11243
11244 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11245 handling that caused class open lines to be recognized as
11246 statement-conts in some cases.
11247
11248 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11249 guessed by the adaptive fill function unless point is on the
11250 first line of a block comment.
11251
11252 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11253 when the buffer ends with a macro continuation char.
11254
11255 * cc-engine.el (c-guess-basic-syntax): Added support for
11256 function definitions as statements in Pike. The first
11257 statement in a lambda block is now labeled defun-block-intro
11258 instead of statement-block-intro.
11259
11260 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11261 so that the class surrounding point is selected, not the one
11262 innermost in the state.
11263
11264 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11265 recognition of switch labels having hanging multiline
11266 statements.
11267
11268 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11269 some code in c-guess-basic-syntax to a separate function.
11270 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11271 recognition of member inits with multiple line arglists.
11272 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11273 member-init-cont when the commas are in funny places.
11274
11275 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11276
11277 * cc-defs.el (c-auto-newline): Removed this macro since it's
11278 not used anymore.
11279
11280 * cc-engine.el (c-looking-at-bos): New helper function.
11281 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11282 inexpr and toplevel classes apart in Pike.
11283
11284 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11285 of case 9A.
11286
11287 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11288 constant, since "class" can introduce an in-expression class
11289 in Pike nowadays.
11290
11291 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11292
11293 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11294 indentation on cpp-macro lines.
11295
11296 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11297 a syntax modifier like comment-intro, to make it possible to
11298 get syntactic indentation for preprocessor directives. It's
11299 incompatible wrt to lineup functions on cpp-macro, but it has
11300 no observable effect in the 99.9% common case where cpp-macro
11301 is set to -1000.
11302
11303 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11304
11305 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11306 member-init-cont when the preceding arglist is several lines.
11307
11308 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11309
11310 * cc-styles.el (c-style-alist): The basic offset for the BSD
11311 style corrected to 8.
11312
11313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11314
11315 * cc-styles.el (c-style-alist): Adjusted the indentation of
11316 brace list openers in the gnu style.
11317
11318 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11319
11320 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11321
11322 * cc-cmds.el (c-electric-brace, c-electric-slash,
11323 c-electric-star, c-electric-semi&comma, c-electric-colon,
11324 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11325 when c-syntactic-indentation is nil.
11326
11327 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11328 we were left at comments preceding the first statement when
11329 reaching the beginning of the buffer.
11330
11331 * cc-vars.el (c-syntactic-indentation): New variable to turn
11332 off all syntactic indentation.
11333
11334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11335
11336 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11337 between the text and the block comment ender when it hangs,
11338 depending on how many there are before the fill.
11339
11340 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11341
11342 * cc-engine.el (c-beginning-of-closest-statement): New helper
11343 function to go back to the closest preceding statement start,
11344 which could be inside a conditional statement.
11345 * cc-engine.el (c-guess-basic-syntax): Use
11346 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11347
11348 * cc-engine.el (c-guess-basic-syntax): Better handling of
11349 arglist-intro, arglist-cont-nonempty and arglist-close when
11350 the arglist is nested inside parens. Cases 7A, 7C and 7F
11351 changed.
11352
11353 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11354 up-to-date with javadoc 1.2.
11355
11356 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11357
11358 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11359 multiline Pike type decls.
11360
11361 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11362
11363 * cc-cmds.el (c-indent-new-comment-line): Always break
11364 multiline comments in multiline mode, regardless of
11365 comment-multi-line.
11366
11367 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11368
11369 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11370 fully::qualified::names in C++ member init lists. Preamble in
11371 case 5D changed.
11372
11373 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11374
11375 * cc-langs.el (c-common-init): Handling of obsolete variables
11376 moved to c-initialize-cc-mode. More compatible style override
11377 when using global style variables.
11378 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11379 variables moved here.
11380
11381 * cc-styles.el (c-make-styles-buffer-local): Flag style
11382 variable localness in c-style-variables-are-local-p to make
11383 the compatibility measure in c-common-init work well.
11384
11385 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11386 longer contain set-from-style.
11387 * cc-styles.el (c-initialize-builtin-style): Don't check for
11388 set-from-style on c-special-indent-hook.
11389 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11390 copy-alist is sufficient now.
11391
11392 * cc-styles.el (c-set-style, c-set-style-1,
11393 c-get-style-variables): Fixes to variable initialization so
11394 that duplicate entries in styles have the same effect
11395 regardless of DONT-OVERRIDE.
11396
11397 * cc-styles.el (c-set-style-2): Fixed bug where the
11398 initialization of inheriting styles failed when the
11399 dont-override flag is set.
11400
11401 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11402 on this.
11403
11404 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11405
11406 * cc-defs.el (c-forward-comment): Removed the workaround
11407 introduced in 5.38 since it had worse side-effects. If a line
11408 contains the string "//\"", it regarded the // as a comment
11409 start since the \ temporarily doesn't have escape syntax.
11410
11411 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11412
11413 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11414 ada-xref.el before ada-prj.el, so that the Project menu is created
11415 when ada-prj tries to add to it.
11416 (ada-activate-keys-for-case): Suppress the characters that are not
11417 part of the Ada syntax. Better compatibility with else-mode
11418 (ada-adjust-case-interactive): When auto-casing is not active,
11419 correctly insert newlines (used to insert only ^M). Prevent the
11420 syntax table from being changed in case of an error
11421 (or '_' becomes part of a word and some commands are confused).
11422 Do nothing if ada-auto-case is nil.
11423 (ada-after-keyword-p): Ignore keywords that are also attributes
11424 (ada-batch-reformat): Update usage comment
11425 (ada-call-from-contextual-menu): New function
11426 (ada-case-read-exceptions): Reinitialize the casing exception list
11427 first to nil first, so that the casing exception file can be
11428 shared.
11429 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11430 files.
11431 (ada-compile-goto-error): Fix regexp used to detect a file:line
11432 anywhere in the error message
11433 (ada-contextual-menu-last-point): New variable
11434 (ada-create-keymap): If the variable delete-key-deletes-forward is
11435 t on XEmacs, it means that DEL should delete one character
11436 forward.
11437 (ada-create-menu): Use :included instead of :visible for XEmacs.
11438 New submenu "Options".
11439 (ada-end-stmt-re): Correctly indent "select ... then abort"
11440 statements.
11441 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11442 even if they don't match ada-fill-comment-prefix Fix handling of
11443 paragraphs on the first or last line of a file.
11444 (ada-format-paramlist): Fix handling of default parameter values.
11445 (ada-get-body-name): New function.
11446 (ada-get-current-indent): Optimized by searchling directly for an
11447 existing generic part or a statement outside of it. Handle
11448 ada-indent-align-comments when indenting comments Replaced some
11449 regexps by testing directly the next character. This results in a
11450 huge speedup on some files. New indentation scheme for renames
11451 statements. Stop looking for the 'while' or 'for' associated with
11452 a 'loop' at the first semicolon encountered. A "return" can also
11453 match an anonymous access subprogram declaration.
11454 (ada-get-indent-noindent): Ignore strings and comments when
11455 looking for the keywords "record" and "private".
11456 (ada-goto-matching-decl-start): When matching "if", make sure we
11457 are not in fact seeing "end if". Ignore "when" statements except
11458 when initial keyword was "begin". Fix handling of nested
11459 procedures. Add a recursive call to this function to skip over
11460 other 'end' statmts. Fix indentation for "when .. => begin"
11461 (ada-in-open-paren-p): Fix indentation for complex boolean
11462 expressions, where 'and then', 'or else' and parenthesis
11463 statements are mixed up.
11464 (ada-in-paramlist-p): Skip comments while searching for the
11465 beginning Fix handling of operator declarations.
11466 (ada-indent-align-comments): New variable
11467 (ada-indent-current): Change the syntax table only in the
11468 protected section, so that we are sure it is restored correctly.
11469 (ada-indent-on-previous-lines): Use ada-use-indent and
11470 ada-with-indent Correctly indent "select ... then"
11471 (ada-indent-region): Slight speedup.
11472 (ada-indent-renames): New variable.
11473 (ada-last-which-function-subprog, ada-last-which-function-line):
11474 New variables
11475 (ada-looking-at-semi-private): Correctly indent the 'private'
11476 keyword when it is the first word in a package declaration.
11477 (ada-loose-case-word): Stop searching if at the end of the buffer.
11478 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11479 even if point is not initially at the end of the word.
11480 (ada-matching-decl-start-re): Add "when".
11481 (ada-mode): Add support for abbrev-mode, outline-mode and
11482 which-func-mode Override the old find-file.el entry in
11483 ff-special-constructs since it is using the obsolete
11484 ada-spec-suffix variable
11485 (ada-no-auto-case): New function
11486 (ada-scan-paramlist): When parsing the argument type, accept
11487 spaces (as in "X 'Class", generated by Rational Rose).
11488 (ada-other-file-name): No longer loads the other file.
11489 (ada-popup-menu): Save and restore the current buffer and cursor
11490 position before and after displaying the menu.
11491 (ada-search-ignore-complex-boolean): New function.
11492 (ada-uncomment-region): Emacs21 already knows how to delete
11493 comments not starting in the first column.
11494 (ada-use-indent): New variable
11495 (ada-which-function): New function.
11496 (ada-with-indent): New variable
11497 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11498 can be batch-compiled from the command line.
11499
11500 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11501 Add to the menu when the file is loaded, not in ada-mode-hook.
11502 Add -toolbar to the default ddd command Switches moved from
11503 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11504 ada-prj-default-comp-opt
11505 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11506 Reference Manual to the menu
11507 (ada-check-current): rewritten as a call to ada-compile-current
11508 (ada-compile): Removed.
11509 (ada-compile-application, ada-compile-current, ada-check-current):
11510 Set the compilation-search-path so that compile.el automatically
11511 finds the sources in src_dir. Automatic scrollong of the
11512 compilation buffer. C-uC-cC-c asks for confirmation before
11513 compiling
11514 (ada-compile-current): New parameter, prj-field
11515 (ada-complete-identifier): Load the .ali file before doing
11516 processing
11517 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11518 conform to gnatmake's behavior.
11519 (ada-find-file-in-dir): New function
11520 (ada-find-references): Set the environment variables for gnatfind
11521 (ada-find-src-file-in-dir): New function.
11522 (ada-first-non-nil): Removed
11523 (ada-gdb-application): Add support for jdb, the java debugger.
11524 (ada-get-ada-file-name): Load the original-file first if not done
11525 yet.
11526 (ada-get-all-references): Handles the new ali syntax (parent types
11527 are found between <>).
11528 (ada-initialize-runtime-library): New function
11529 (ada-mode-hook): Always load a project file when a file is opened,
11530 so that the casing exceptions are correctly read.
11531 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11532 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11533 to open the project file, since the latter does not work with
11534 speedbar Get default values before loading the prj file, or the
11535 default executable file name is wrong. Use the absolute value of
11536 src_dir to initialize ada-search-directories and
11537 compilation-search-path,... Add the standard runtime library to
11538 the search path for find-file.
11539 (ada-prj-default-debugger): Was missing an opening '{'
11540 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11541 variables.
11542 (ada-prj-default-gnatmake-opt): New variable
11543 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11544 buffers, the project file is the default one Save the windows
11545 configuration before displaying the menu.
11546 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11547 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11548 ...) regexp-quote identifiers names to support operators +,
11549 -,... in regexps.
11550 (ada-remote): New function.
11551 (ada-run-application): Erase the output buffer before starting the
11552 run Support remote execution of the application. Use
11553 call-process, or the arguments are incorrectly parsed
11554 (ada-set-default-project-file): Reread the content of the active
11555 project file, not the one from the current buffer When a project
11556 file is set as the default project, all directories are
11557 automatically associated with it.
11558 (ada-set-environment): New function
11559 (ada-treat-cmd-string): New special variable ${current}
11560 (ada-treat-cmd-string): Revised. The substitution is now done for
11561 any ${...} substring
11562 (ada-xref-current): If no body was found, compiles the spec
11563 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11564 compiler to get rid of command line length limitations.
11565 (ada-xref-get-project-field): New function
11566 (ada-xref-project-files): New variable
11567 (ada-xref-runtime-library-specs-path)
11568 (ada-xref-runtime-library-ali-path): New variables
11569 (ada-xref-set-default-prj-values): Default run command now does a
11570 cd to the build directory. New field: main_unit Provide a default
11571 file name even if the current buffer has no prj file.
11572
11573 * ada-prj.el:
11574 Rewritten to show a tabbed-dialog.
11575 (ada-prj-add-ada-menu): Remove the map and name parameters.
11576 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11577 New function
11578 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11579 (ada-prj-load-from-file): New function
11580 (ada-prj-save): Always save fields that depend on the current buffer
11581 (ada-prj-show-value): New function
11582
11583 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11584 Ada mode. This will allow us to display the Ada menu in any buffer
11585 we want (for project items).
11586 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11587 number of spaces in the header.
11588
11589 2000-07-24 Dave Love <fx@gnu.org>
11590
11591 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11592
11593 2000-07-23 Noah Friedman <friedman@splode.com>
11594
11595 * type-break.el (type-break): perform autosave.
11596 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11597 (type-break-do-query): Cancel query schedule while performing
11598 actual query, to avoid possibility of a second query being made
11599 while first one is already in progress.
11600 (type-break-time-stamp-format): New variable.
11601 (type-break-time-stamp): New function.
11602 (type-break-time-warning): Use it.
11603 (type-break-keystroke-warning): Use it.
11604 (type-break-noninteractive-query): Use it.
11605
11606 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11607 cookie.
11608 Use add-minor-mode to set minor-mode-alist, if available.
11609 (eldoc-echo-area-use-multiline-p): New user option.
11610 (eldoc-echo-area-multiline-supported-p): New variable.
11611 (eldoc-docstring-format-sym-doc): Use them.
11612 (eldoc-mode): If not using idle timers, append to local post and
11613 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11614 (eldoc-display-message-no-interference-p): Don't interfere with
11615 edebug.
11616 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11617 (eldoc-function-arglist): New function.
11618 (eldoc-function-argstring): Use it.
11619
11620 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11621 auto save directory exists before calling directory-files.
11622
11623 2000-07-23 Dave Love <fx@gnu.org>
11624
11625 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11626 ^o, ^u.
11627
11628 2000-07-21 Dave Love <fx@gnu.org>
11629
11630 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11631 now passed to the function. It now works properly.
11632
11633 * smerge-mode.el (smerge-mode-menu): Fill it out.
11634
11635 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11636
11637 * info-look.el (info-lookup): If *info* is shown in another frame
11638 on the same display, select that frame, instead of switching to
11639 the Info buffer in another window of the selected frame.
11640
11641 * simple.el (universal-argument-map): Bind numeric keypad keys
11642 kp-0 to kp-9 and kp-subtract.
11643 (digit-argument): Handle these keys.
11644
11645 2000-07-20 Dave Love <fx@gnu.org>
11646
11647 * net/goto-addr.el (goto-address-fontify): Don't bother with
11648 buffer-modified and read-only stuff -- irrelevant with overlays.
11649 Put an extra property on the overlays and use it to clean up in
11650 case goto-address is re-run.
11651
11652 2000-07-19 Richard M. Stallman <rms@gnu.org>
11653
11654 * timer.el (run-with-idle-timer): Doc fix.
11655
11656 * mail/mail-utils.el (mail-strip-quoted-names):
11657 Handle case where <...> appears inside "...".
11658 Use replace-match to edit the string more simply.
11659 (rmail-dont-reply-to): Cope with an unmatched ".
11660
11661 2000-07-19 Dave Love <fx@gnu.org>
11662
11663 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11664 implementation.
11665
11666 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11667 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11668 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11669
11670 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11671
11672 * textmodes/refer.el: Correct maintainer's email address.
11673
11674 * progmodes/hideif.el: Correct author's email address.
11675 Fix typo in comment.
11676
11677 * xml.el: New file.
11678
11679 * mail/mailheader.el: Correct author's mail address.
11680
11681 * gnus/parse-time.el: Correct author's mail address.
11682
11683 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11684
11685 * comint.el (comint-highlight-input, comint-highlight-face):
11686 New user options.
11687 (comint-input-ring-file-name): Change custom type.
11688 (comint-mode-map): Bind mouse-2.
11689 (comint-insert-clicked-input): New function.
11690 (comint-send-input): Handle input highlighting.
11691
11692 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11693
11694 * mouse.el (popup-menu): New function.
11695 (mouse-major-mode-menu): Use it.
11696
11697 2000-07-18 Dave Love <fx@gnu.org>
11698
11699 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11700 improvements.
11701
11702 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11703
11704 * faces.el (face-font-selection-order)
11705 (face-font-family-alternatives): Add custom type.
11706
11707 2000-07-18 Dave Love <fx@gnu.org>
11708
11709 * cus-edit.el (custom-variable-reset-saved)
11710 (custom-variable-reset-standard): Remove unused bindings.
11711
11712 * rect.el (open-rectangle-line): Remove unused let.
11713
11714 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11715
11716 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11717
11718 * cdl.el: Fix `Maintainer' keyword.
11719
11720 * play/pong.el: Add author's email address.
11721
11722 2000-07-17 Sam Steingold <sds@gnu.org>
11723
11724 * files.el (insert-directory): Call `split-string' instead of
11725 re-implementing it.
11726
11727 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11728
11729 * mail/vms-pmail.el: Change maintainer to FSF.
11730
11731 * net/goto-addr.el: Change maintainer to FSF.
11732
11733 * info.el (Info-title-face-alist): Removed.
11734
11735 2000-07-18 David Ponce <david@dponce.com>
11736
11737 * recentf.el (recentf-open-files): New command that works like
11738 `recentf-open-more-files', but shows the whole list of files (not just
11739 those omitted from the menu). Useful if you don't use a menu-bar!
11740 (recentf-open-more-files) Modified to use `recentf-open-files'.
11741
11742 (recentf-open-files, recentf-open-more-files)
11743 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11744
11745 (recentf-dialog-mode): New mode for dialogs. You can now just type
11746 "q" to cancel the dialogs.
11747
11748 2000-07-18 David Ponce <david@dponce.com>
11749
11750 * recentf.el: This is a major update of recentf.el. It adds new
11751 features to better organize the recentf menu and "More..." buffer.
11752
11753 Using new provided menu filtering functions you can now organize the
11754 recent files list:
11755
11756 - by major modes
11757 - by directories
11758 - by user defined rules
11759
11760 Finally, with the new `recentf-filter-changer' customizable filter you
11761 can define a ring of filters and dynamically (via the menu) cycle on
11762 each menu organization in the ring (a la msb).
11763
11764 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11765
11766 * eshell/eshell.el (eshell): Replace links to eshell.info with
11767 links to eshell, to avoid problems on systems where the manual is
11768 installed as `eshell'.
11769 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11770 * eshell/em-smart.el (eshell-smart): Ditto.
11771 * eshell/em-banner.el (eshell-banner): Ditto.
11772 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11773
11774 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11775 same-file check in the MS-DOS version (it does support inodes).
11776
11777 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11778
11779 * eshell/eshell.el (eshell-directory-name):
11780 Run default directory name through convert-standard-filename.
11781
11782 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11783
11784 * international/mule-cmds.el (select-safe-coding-system):
11785 Fix typo in the comment.
11786
11787 * language/european.el (compound-text):
11788 Force katakana-jisx0201 to be designated to G1.
11789
11790 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11791 Don't translate some national variant characters of latin-jisx0201.
11792 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11793
11794 * international/kkc.el (kkc-after-update-conversion-functions):
11795 New variable.
11796 (kkc-update-conversion): Run functions in it at the tail.
11797
11798 2000-07-16 John Wiegley <johnw@gnu.org>
11799
11800 * lisp/align.el (align-newline-and-indent):
11801 Adding new function. for auto-aligning blocks of code on RET.
11802 (align-region): Fixed badly formatted minibuffer message.
11803
11804 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11805
11806 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11807 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11808 the conversion list at first if appropriate.
11809 (kkc-next): Don't update kkc-next-count here.
11810 (kkc-prev): Don't update kkc-prev-count here.
11811 (kkc-show-conversion-list-update): Fix setting up of conversion
11812 list message.
11813
11814 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11815
11816 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11817
11818 2000-07-16 Dave Love <fx@gnu.org>
11819
11820 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11821 function to be more specific.
11822
11823 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11824 non-string help-echo.
11825 (widget-types-convert-widget): Defsubst it.
11826 (widget-echo-help): Try to cope with a help-echo function of two
11827 possible sorts.
11828
11829 2000-07-15 Jason Rumney <jasonr@gnu.org>
11830
11831 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11832 Declare as obsolete.
11833
11834 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11835
11836 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11837
11838 * hilit-chg.el: Fix typo.
11839
11840 2000-07-14 Dave Love <fx@gnu.org>
11841
11842 * info.el (Info-mode-menu): Fix use of :help, :enable.
11843
11844 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11845
11846 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11847
11848 2000-07-13 Dave Love <fx@gnu.org>
11849
11850 * emacs-lisp/easymenu.el: Doc fixes.
11851 (easy-menu-remove): Defalias to ignore.
11852
11853 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11854 Call throw correctly.
11855
11856 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11857
11858 * faces.el (frame-background-mode): Doc fix.
11859
11860 * simple.el (eval-expression-print-length): Change custom type to
11861 allow entering nil as value.
11862
11863 2000-07-13 Dave Love <fx@gnu.org>
11864
11865 * progmodes/fortran.el (fortran-imenu-generic-expression):
11866 Change definition layout.
11867 (fortran-mode-menu): Reinstate customize entries.
11868
11869 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11870 Use :filter, per old XEmacs code.
11871
11872 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11873
11874 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11875 event when deciding what to send to the terminal.
11876
11877 2000-07-12 Dave Love <fx@gnu.org>
11878
11879 * cus-start.el: Add optional version as 4th element of specs and
11880 use it for several things new in v21. Remove load-path. Fix type
11881 of line-number-display-limit.
11882
11883 2000-07-11 Dave Love <fx@gnu.org>
11884
11885 * progmodes/fortran.el: Don't require easymenu.
11886 Use repeat counts in various regexps.
11887 (fortran-mode-syntax-table): Defvar directly.
11888 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11889 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11890 Use defvar, not defconst.
11891 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11892 (fortran-mode): Set fortran-comment-line-start-skip,
11893 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11894 (fortran-comment-indent): Use defsubst.
11895 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11896 Use fortran-comment-indent, not fortran-comment-indent-function.
11897 (fortran-comment-region, fortran-electric-line-number): Simplify.
11898 (fortran-auto-fill): New function.
11899 (fortran-do-auto-fill): Deleted.
11900 (fortran-find-comment-start-skip):
11901 Check for non-null comment-start-skip.
11902 (fortran-auto-fill-mode, fortran-fill-statement):
11903 Use fortran-auto-fill.
11904 (fortran-fill): Use fortran-auto-fill. Check for null
11905 comment-start-skip. Simplify final clause and use end-of-line finally.
11906
11907 * widget.el (widget-plist-member): New alias.
11908
11909 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11910
11911 * eshell/esh-module.el (toplevel): Reference
11912 byte-compile-current-file only if it is bound.
11913
11914 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11915
11916 * dired.el: Don't require `dired-aux'.
11917
11918 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11919
11920 * dired-aux.el (dired-show-file-type): New function.
11921 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11922 (dired-show-file-type): Add autoload.
11923
11924 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11925
11926 * international/mule-diag.el (describe-font): Adjusted for the
11927 change of fontset-info.
11928 (print-fontset): Likewise.
11929
11930 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11931
11932 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11933
11934 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11935
11936 * bindings.el: Bind `[delete]' to delete-char.
11937
11938 * dired.el (dired-find-alternate-file): New function.
11939 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11940 (toplevel): Require dired-aux when compiling.
11941 (dired-buffers): Move defvar within file to avoid compiler warning.
11942
11943 * info.el (Info-last-search): Variable removed.
11944 (Info-search-history): New variable.
11945 (Info-search): New Info-search-history.
11946
11947 * battery.el, info-look.el: Change author's mail address.
11948
11949 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11950
11951 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11952 if rmail-ignored-headers is nil.
11953 (rmail-retry-failure): Bind rmail-ignored-headers and
11954 rmail-displayed-headers to nil.
11955
11956 2000-07-06 Gerd Moellmann <gerd@gnu.org>
11957
11958 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11959 (print-region-1): Don't hard code `-h' here.
11960
11961 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11962
11963 2000-07-01 Francesco Potorti` <pot@gnu.org>
11964
11965 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11966 exim can use "your message" instead of "the message".
11967
11968 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11969
11970 * facemenu.el: Docstrings fixes.
11971 (facemenu-get-face): Don't use internal-find-face.
11972 (facemenu-iterate): Rename arg to match the docstring.
11973
11974 * newcomment.el (uncomment-region): Be more careful when skipping
11975 backwards over `=' not to bump into BOBP.
11976
11977 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11978
11979 * ediff-diff.el (ediff-wordify): Use syntax table.
11980 * ediff-init.el (ediff-has-face-support-p): Use
11981 ediff-color-display-p.
11982 (ediff-color-display-p): Use display-color-p, changed to defun
11983 from defsubst.
11984 Got rid of special cases for NeXT and OS/2.
11985 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11986 face.
11987
11988 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11989
11990 * emacs-lisp/lucid.el: Require CL.
11991 (copy-tree, remprop): Remove, it's provided by CL.
11992 (map-keymap): Define in terms of cl-map-keymap.
11993 (extent-property, set-extent-end-glyph): New functions.
11994
11995 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11996
11997 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11998
11999 * Makefile.in (DONTCOMPILE): Add comment that the name may
12000 not be changed without changing the make-dist script.
12001
12002 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
12003 (cl-mapc): Use mapc instead of cl-old-mapc.
12004
12005 2000-07-05 Andrew Innes <andrewi@gnu.org>
12006
12007 * makefile.nt: Add support for `bootstrap' and related targets.
12008
12009 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
12010
12011 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
12012 (easy-menu-do-define): Use `menu-item' format.
12013 Handle case where easy-menu-create-menu returns a symbol.
12014 Manually call the potential top-level filter in the function binding.
12015 (easy-menu-filter-return): New arg NAME.
12016 Convert to a keymap if MENU is an XEmacs menu.
12017 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
12018 (easy-menu-converted-items-table, easy-menu-convert-item):
12019 New var and fun to memoize easy-menu-convert-item-1.
12020 (easy-menu-do-add-item): Use it.
12021 (easy-menu-create-menu): Use easy-menu-convert-item.
12022 Wrap easy-menu-filter-return around any :filter specification.
12023 Don't convert the menu if a filter was specified.
12024 Tell easy-menu-make-symbol not to check for MENU being an expression.
12025 (easy-menu-make-symbol): New arg NOEXP.
12026
12027 2000-07-05 Gerd Moellmann <gerd@gnu.org>
12028
12029 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
12030 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
12031 (eval-defun): If called with prefix arg, instrument code for
12032 Edebug.
12033
12034 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
12035 similar to that of eval-defun.
12036
12037 2000-07-04 Dave Love <fx@gnu.org>
12038
12039 * hl-line.el (hl-line-overlay): Make it permanent-local.
12040
12041 * calendar/todo-mode.el: Replaced with a working version, based on
12042 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
12043
12044 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
12045
12046 * paths.el (prune-directory-list): New function.
12047 (Info-default-directory-list): Rewritten to more methodically
12048 enumerate a big list of possible info directories (based on the
12049 list used by the standalone info reader).
12050
12051 * info.el (info-initialize): Use prune-directory-list to remove
12052 non-existent directories from Info-directory-list.
12053
12054 * paths.el (Info-default-directory-list): Try a list of possible
12055 info-directories instead of a single one. Add the possible
12056 info directory "/usr/share/info".
12057
12058 * woman.el (woman-man.conf-path): Explicitly include the debian
12059 man-db config file "/etc/manpath.config".
12060 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
12061 are present in `manpath.config'.
12062 (woman-manpath): Include "/usr/share/man".
12063
12064 2000-07-03 Gerd Moellmann <gerd@gnu.org>
12065
12066 * frame.el (blink-cursor-mode): Don't hide cursor initially.
12067
12068 * startup.el (command-line): Initialize blink-cursor based
12069 on window-system.
12070
12071 * frame.el (blink-cursor): Default to nil if not running under
12072 a window-system.
12073
12074 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
12075 (face-x-resources): Remove duplicate entry for :font.
12076
12077 * textmodes/refer.el (refer-find-entry-internal): Use some-window
12078 instead of cycling through windows with next-window.
12079
12080 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
12081 of cycling through windows with next-window.
12082
12083 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
12084 of cycling through windows with next-window.
12085
12086 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
12087 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
12088 instead of cycling through windows with next-window.
12089
12090 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
12091 instead of cycling through windows with next-window.
12092
12093 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
12094 of cycling through windows with next-window.
12095
12096 * terminal.el (te-process-output): Use walk-windows instead of
12097 cycling through windows with next-window.
12098
12099 * server.el (server-switch-buffer): Use some-window instead of
12100 cycling through windows with next-window.
12101
12102 * window.el (some-window): New function.
12103 (walk-windows): Remove reference to walk-windows-start.
12104
12105 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
12106
12107 2000-07-03 Richard Stallman <rms@gnu.org>
12108
12109 * window.el (walk-windows): Guarantee termination by keeping a list
12110 of all the windows already handled.
12111
12112 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12113
12114 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
12115 window-system.
12116
12117 * man.el (Man-notify-when-ready): Don't use window-system. If
12118 Man-notify-method is newframe, and the display is not
12119 multi-frame, select the frame created for the man page.
12120 (Man-init-defvars): Doc fix.
12121
12122 2000-06-28 Gerd Moellmann <gerd@gnu.org>
12123
12124 * faces.el (region): Change background color for light background.
12125
12126 * ediff-wind.el (ediff-setup-control-frame): Remove :box
12127 attribute from mode-line face of Ediff control frame.
12128
12129 * replace.el (query-replace-map): Bind `e' like `E'.
12130
12131 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
12132
12133 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
12134 Change name to "Select All".
12135
12136 * dos-fns.el (convert-standard-filename): Fix last change.
12137
12138 2000-06-27 Gerd Moellmann <gerd@gnu.org>
12139
12140 * help.el (describe-variable): Don't insert a second `'s' in front
12141 of the string `value is shown below'. Since the syntax-table is
12142 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
12143 an existing `'s', so that this won't be deleted.
12144
12145 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
12146 * pcmpl-unix.el: New files.
12147
12148 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
12149
12150 * wid-edit.el (widget-member): Use the new plist-member.
12151
12152 2000-06-26 Gerd Moellmann <gerd@gnu.org>
12153
12154 * replace.el (perform-replace): Undo change of 2000-04-04.
12155 Instead, move backward 1 character at the end of the loop when
12156 necessary.
12157
12158 * faces.el (fringe): Change face for different backgrounds.
12159
12160 * eshell/esh-module.el (toplevel): Load defgroup's differently;
12161 patch from John.
12162
12163 * eshell/*.el: Change spelling of the Free Software Foundation.
12164
12165 * eshell/esh-toggle.el: Removed.
12166
12167 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
12168
12169 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
12170 interactively.
12171
12172 2000-06-26 Alex Schroeder <alex@gnu.org>
12173
12174 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
12175 `define-key'; instead of checking `(emacs-version)' check for
12176 `set-keymap-parent' and `set-keymap-name' directly. Add entries
12177 for `;' and `o' which might be electric.
12178
12179 (sql-electric-stuff): New user option.
12180 (sql-magic-go): New function which uses `sql-electric-stuff'.
12181 (sql-magic-semicolon): New function which uses
12182 `sql-electric-stuff'.
12183
12184 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
12185 is not fboundp.
12186
12187 (sql-oracle-options): New variable.
12188 (sql-oracle): Use it.
12189
12190 (sql-imenu-generic-expression): Doc change.
12191 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
12192 is used.
12193
12194 (sql-informix): Added command line parameter "-" to force
12195 sql-informix-program to use stdout.
12196
12197 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
12198
12199 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
12200 (cp864-decode-table): Doc fix.
12201 (cp720-decode-table): New variable, supports the Arabic OEM
12202 codepage used by Windows.
12203 (cp737-decode-table): New, Greek OEM codepage used by Windows.
12204
12205 2000-06-23 Dave Love <fx@gnu.org>
12206
12207 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
12208 (font-lock-fontify-anchored-keywords): Use
12209 line-beginning-position.
12210 (global-font-lock-mode): Use mapc.
12211
12212 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
12213
12214 * eshell/esh-module.el: Require CL when compiling.
12215
12216 2000-06-23 Gerd Moellmann <gerd@gnu.org>
12217
12218 * comint.el (comint-substitute-in-file-name): Call replace-match
12219 with second and third arg t.
12220
12221 * cus-edit.el (custom-button-face, custom-button-pressed-face):
12222 Specify foreground color.
12223
12224 * faces.el (tool-bar, mode-line, header-line): Specify foreground
12225 color.
12226
12227 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12228
12229 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12230 cddr instead of cdddr.
12231
12232 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12233 instead of copy-list.
12234
12235 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12236 of copy-list.
12237
12238 * subdirs.el: Add eshell subdirectory.
12239
12240 * eshell: New subdirectory containing the Eshell package.
12241
12242 * pcomplete.el: New file.
12243
12244 2000-06-23 Paul Eggert <eggert@twinsun.com>
12245
12246 * mail/mailpost.el (post-mail-send-it): Make sure file has
12247 proper permissions from birth.
12248
12249 * files.el (basic-save-buffer-2): When temporarily setting
12250 file modes, set them to current modes plus 0200, not to 0777.
12251
12252 * emerge.el (emerge-make-temp-file): Make sure file has proper
12253 permissions from birth.
12254
12255 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12256
12257 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12258 backup file name through convert-standard-filename.
12259
12260 * dos-fns.el (convert-standard-filename): Convert leading
12261 directories as well. When long file names are supported, convert
12262 characters that are invalid in Windows file names.
12263
12264 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12265
12266 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12267 ps-print crashes. New feature: page selection for printing. Create
12268 raw-text-unix coding system for XEmacs. Doc fix.
12269 (ps-print-version): New version number (5.2.3).
12270 (ps-plot-region): Bug fix.
12271 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12272 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12273 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12274 funs.
12275 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12276 (ps-last-page): New vars.
12277
12278 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12279
12280 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12281 empty option string.
12282
12283 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12284
12285 * man.el (man): Doc fix.
12286
12287 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12288
12289 * international/mule-cmds.el (set-language-info-alist): Docstring
12290 fixed.
12291
12292 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12293
12294 * version.el (emacs-version): Use ISO date format.
12295
12296 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12297 instead of `M-backspace'.
12298
12299 * simple.el (turn-off-auto-fill): New function.
12300
12301 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12302
12303 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12304 Renamed from with-buffer-prepared-for-font-lock and use
12305 inhibit-modification-hooks rather than setting *-change-functions.
12306 Update all functions to use the new name.
12307 (jit-lock-first-unfontify-pos): New semantics (and doc).
12308 (jit-lock-mode): Make non-interactive.
12309 Don't automatically turn on font-lock.
12310 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12311 Always use jit-lock-after-change.
12312 Remove and restore font-lock-after-change-function.
12313 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12314 (jit-lock-after-unfontify-buffer): Remove.
12315 (jit-lock-stealth-fontify):
12316 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12317 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12318
12319 2000-06-20 Sam Steingold <sds@gnu.org>
12320
12321 * emacs-lisp/cl-indent.el (toplevel): Indent
12322 `print-unreadable-object' properly. Untabify.
12323
12324 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12325
12326 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12327 Support for bibentry.
12328 (reftex-compile-variables): Fixed problem with end of section-re.
12329
12330 * texmodes/reftex-dcr.el (reftex-view-crossref,
12331 reftex-view-crossref-from-bibtex):
12332 Deal with changed `reftex-find-citation-regexp-format'.
12333 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12334 Replaced `remprop' with `put'.
12335 (reftex-view-crossref, reftex-view-crossref-when-idle):
12336 Support for bibentry.
12337
12338 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12339 New entry for bibentry package.
12340
12341 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12342 Regexp also matches "\nobibliography".
12343
12344 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12345 Call `reftex-ensure-write-access' before doing anything.
12346 (reftex-ensure-write-access): New function.
12347
12348 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12349
12350 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12351
12352 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12353
12354 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12355
12356 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12357
12358
12359 2000-06-20 Dave Love <fx@gnu.org>
12360
12361 * faces.el (frame-background-mode): Use set-default, not set, in
12362 setter.
12363 (frame-update-faces, frame-update-face-colors): Define with
12364 defalias.
12365
12366 * enriched.el (enriched-decode-foreground)
12367 (enriched-decode-background): Don't use internal-find-face.
12368
12369 * apropos.el: Doc fixes.
12370
12371 * cus-edit.el (customize-changed-options): Check arg.
12372 (customize-version-lessp): Don't require decimal point.
12373
12374 * custom.el (defcustom, defgroup): Doc fix.
12375
12376 * newcomment.el (comment) <defgroup>: Add :version.
12377 (comment-multi-line): Doc fix.
12378
12379 * emulation/mlsupport.el (define-hooked-local-abbrev,
12380 define-hooked-global-abbrev): Fix, using define-abbrev.
12381
12382 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12383
12384 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12385 the whole buffer.
12386
12387 2000-06-19 Dave Love <fx@gnu.org>
12388
12389 * menu-bar.el (menu-bar-options-save): New function.
12390 (menu-bar-options-menu): Use it.
12391 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12392 Simplify.
12393
12394 2000-06-19 Andreas Schwab <schwab@suse.de>
12395
12396 * progmodes/etags.el (tags-query-replace): Put new parameters
12397 START and END at the end, for backward compatibility.
12398
12399 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12400
12401 * international/codepage.el:
12402 (cp-coding-system-for-codepage-1): Delete special codes for
12403 generating xxx-dos coding system because now a CCL based coding
12404 system can handle EOL conversion by default.
12405
12406 * international/mule.el (make-coding-system): Generate subsidiary
12407 coding systems for EOL handling variants even for a CCL based
12408 coding system.
12409
12410 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12411
12412 * international/isearch-x.el (isearch-minibuffer-input-method)
12413 (isearch-minibuffer-input-method-function): These variables
12414 deleted.
12415 (isearch-with-input-method): Don't use the above variables.
12416 (isearch-process-search-multibyte-characters): Likewise. Call
12417 read-string with the arg INHERIT-INPUT-METHOD t.
12418
12419 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12420
12421 * font-lock.el (font-lock-after-fontify-buffer)
12422 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12423
12424 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12425 Use consistent make-local-variable style for font-lock-fontified.
12426 (jit-lock-fontify-buffer):
12427 Don't bother checking for font-lock-mode and jit-lock-mode.
12428
12429 * time.el: Remove trailing ^M that prevent CVS-merging.
12430
12431 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12432
12433 * Makefile.in (distclean): New target.
12434
12435 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12436
12437 * Makefile.in (srcdir): Define for update-subdirs.
12438
12439 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12440
12441 * find-lisp.el: New file.
12442
12443 2000-06-16 Andrew Innes <andrewi@gnu.org>
12444
12445 * time.el (display-time-mail-function): New variable, to allow
12446 external packages to indicate when new mail is available.
12447 (display-time-update): Use it.
12448
12449 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12450
12451 * international/mule.el (mule-version): Change version name to
12452 SAKAKI. AOI has already been used by Meadow.
12453
12454 * international/quail.el (quail-show-guidance-buf): To find the
12455 bottom window (but minibuffer), pay attention to the height of
12456 minibuffer.
12457
12458 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12459
12460 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12461 menu-bar menus. Add help strings. Don't remove the Edit menu
12462 from the menu bar, as the menu bar has enough space now.
12463
12464 * Makefile.in (SHELL): Make sure /bin/sh is used.
12465
12466 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12467 characters, which use series of two ^H characters instead of one.
12468
12469 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12470
12471 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12472 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12473 functions.
12474 (Info-find-node-2): Try a case-sensitive search first, then
12475 do a case-insensitive search.
12476
12477 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12478 tutorials.
12479
12480 * complete.el (PC-env-vars-alist): New variable.
12481 (PC-complete-as-file-name): New function.
12482 (partial-completion-mode): Initialize PC-env-vars-alist from
12483 process-environment.
12484 (PC-do-completion): Handle completion of env vars.
12485
12486 * info.el (Info-set-mode-line): Show file name in mode line,
12487 use `*Info*' instead of `Info:'.
12488
12489 * startup.el (command-line-1): Change copyright messages to year
12490 2000.
12491
12492 2000-06-15 Dave Love <fx@gnu.org>
12493
12494 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12495 not local-map.
12496
12497 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12498
12499 * international/mule.el (set-buffer-file-coding-system): Almost
12500 rewritten to handle `undecided' as no-op.
12501
12502 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12503
12504 * Makefile.in: New file.
12505
12506 * Makefile: Removed.
12507
12508 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12509 (goto-address-highlight-keymap): Bind C-c RET.
12510
12511 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12512
12513 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12514 inherits buffer-file-coding-system of the current buffer.
12515
12516 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12517 0. Give correct argument to set-auto-coding-function.
12518 (tar-expunge): For goto-char, use (point-min), not 0.
12519 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12520 (tar-subfile-save-buffer): Likewize.
12521
12522 * international/mule.el
12523 (after-insert-file-set-buffer-file-coding-system): Call
12524 set-buffer-file-coding-system with the arg FORCE t.
12525
12526 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12527
12528 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12529 nil. Contemporary sendmails issue an X-Authentication-Warning if
12530 the sender is set with `-f'.
12531
12532 2000-06-13 Dave Love <fx@gnu.org>
12533
12534 * help.el (describe-function-1): Kluge around cases of functions
12535 fset to subrs whose doc doesn't match their symbol-name.
12536
12537 * image.el (insert-image): Default STRING to a space.
12538
12539 * info.el Doc fixes.
12540 (Info-build-node-completions): Match Ref tags.
12541
12542 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12543
12544 * frame.el (display-multi-frame-p, display-multi-font-p): New
12545 defaliases for display-graphic-p.
12546
12547 * hl-line.el: Fixed a typo in commentary.
12548
12549 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12550
12551 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12552 fixed.
12553
12554 2000-06-12 Dave Love <fx@gnu.org>
12555
12556 * image.el (insert-image): Save a little consing.
12557
12558 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12559
12560 * language/tibet-util.el: Convert all tibetan-1-column characters
12561 to the corresponding tibetan characters.
12562 (tibetan-add-components): Delete code for the special treatment of
12563 'a chung.
12564
12565 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12566 change.
12567 (tibetan-vowel-transcription-alist): More rules added.
12568 (tibetan-composite-vowel-alist): New variable.
12569 (tibetan-precomposition-rule-alist): More rules added.
12570
12571 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12572
12573 * startup.el (command-line): Only call menu-bar-mode if interactive.
12574
12575 * thingatpt.el (toplevel symbol-properties):
12576 * textmodes/makeinfo.el (makeinfo-compile):
12577 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12578 * progmodes/hideif.el (hif-compress-define-list)
12579 (hide-ifdef-use-define-alist):
12580 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12581 (ange-ftp-vms-add-file-entry):
12582 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12583 * man.el (Man-build-man-command):
12584 * mail/rnewspost.el (news-reply-header-hook):
12585 * info.el (Info-insert-dir):
12586 * emulation/mlconvert.el (backward-word, forward-word, setq):
12587 * emacs-lisp/gulp.el (gulp-send-requests):
12588 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12589 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12590 (byte-optimize-apply, end of file):
12591 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12592 (ad-make-freeze-definition):
12593 * startup.el (command-line, command-line-1): Don't quote lambdas.
12594
12595 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12596 (cvs-cleanup-removed): New function.
12597 (cvs-cleanup-functions): New var.
12598 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12599 some flexibility in specifying additional entries to auto-cleanup.
12600 (cvs-quickdir): New function.
12601 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12602 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12603 (cvs-mode-find-file): Check that we are on a filename or dirname
12604 when invoked through a mouse-click.
12605 (cvs-full-path): Remove.
12606 (cvs-dired-action): Re-introduced.
12607 (cvs-dired-noselect): Use it.
12608 (vc-post-command-functions): use this new hook if available.
12609
12610 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12611 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12612 (cvs-filename-map, cvs-dirname-map): Remove.
12613 (cvs-default-action): Remove.
12614 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12615 if the arg is really a keymap.
12616 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12617 Don't hardcode the mapping from state (aka type) to face, but check
12618 the var cvs-fi-<type>-face instead.
12619 (cvs-fileinfo-from-entries): New function.
12620
12621 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12622 Docstring fix.
12623 (cvs-find-file-and-jump): Change default to be safer.
12624 (cvs-mode-diff-map): Define it as a function as well.
12625 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12626 Bind mouse-2 in this global map rather than with text-properties.
12627
12628 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12629 file to resolve the ambiguity between C(conflict) and C(need-merge).
12630
12631 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12632
12633 * international/mule.el (set-buffer-file-coding-system): If
12634 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12635 unconditionally.
12636
12637 2000-06-12 Dave Love <fx@gnu.org>
12638
12639 * wid-edit.el (widget-specify-button): Really suppress the face if
12640 required.
12641
12642 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12643
12644 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12645
12646 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12647
12648 * imenu.el (imenu-generic-expression): Docstring fix.
12649
12650 * composite.el (composition-function-table): Move the `put'
12651 below the autoload cookie so we can load the file before loaddefs.
12652
12653 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12654
12655 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12656 Handle easy-mmode-define-global-mode.
12657 For complex macros like define-minor-mode that can generate
12658 several autoload entries, try to autoload entries in the
12659 macroexpanded code.
12660
12661 * emacs-lisp/easy-mmode.el (define-minor-mode):
12662 If KEYMAP is a symbol, just use it.
12663 Use byte-compile-current-file and load-file-name to infer the
12664 proper :require to pass to defcustom.
12665 Wrap the hook var into `progn' so as not to autoload it.
12666 Add a :autoload-end cookie.
12667 Be more careful about the evaluation of KEYMAP.
12668 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12669 (define-derived-mode): Move define-abbrev-table outside of defvar.
12670
12671 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12672
12673 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12674 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12675 (backup-compiled-files): Ignore errors during `tar'.
12676 (bootstrap): Make autoloads before elc files.
12677
12678 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12679
12680 * international/mule.el (set-buffer-file-coding-system): If one of
12681 undecided-XXX is specified, change only EOL conversion.
12682
12683 * international/mule-conf.el (unix): New alias for the coding
12684 system undecided-unix.
12685
12686 2000-06-09 Dave Love <fx@gnu.org>
12687
12688 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12689
12690 * progmodes/executable.el: Byte compile dynamic.
12691 (executable-insert): Change custom type.
12692 (executable-find): Add autoload cookie.
12693 (executable-make-buffer-file-executable-if-script-p): New
12694 function. After Noah Friedman.
12695
12696 * files.el (after-save-hook): Customize, with
12697 executable-make-buffer-file-executable-if-script-p as an option.
12698
12699 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12700
12701 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12702 "tib24p-mule.bdf" for Tibetan.
12703
12704 * composite.el (decompose-composite-char): Declare it as obsolete.
12705
12706 * man.el (Man-fontify-manpage): Pay attention to underline and
12707 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12708
12709 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12710
12711 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12712 Set maintainer to FSF since author isn't reachable.
12713
12714 2000-06-08 Dave Love <fx@gnu.org>
12715
12716 * international/mule-cmds.el (select-safe-coding-system): If
12717 DEFAULT-CODING-SYSTEM is not specified, also check the most
12718 preferred coding-system if buffer-file-coding-system is
12719 `undecided'. From Handa.
12720
12721 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12722
12723 * international/mule.el
12724 (after-insert-file-set-buffer-file-coding-system): If the buffer
12725 size is greater than INSERTED, judget that we are not visiting.
12726
12727 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12728
12729 * whitespace.el (defgroup whitespace): Comment out `:version'.
12730 XEmacs 20.4 has problems defining the group with this present.
12731 We'll have this commented out till get resolve the problem.
12732
12733 2000-06-07 John Wiegley <johnw@gnu.org>
12734
12735 * align.el (align-dq-string-modes, align-sq-string-modes)
12736 (align-open-comment-modes): Add pyhton-mode.
12737 (align-rules-list): Use get-text-property instead of
12738 text-properties-at.
12739 (align-rules-list): Add python-assignment.
12740 (align-rules-list): Change perl-comma-delimiter to
12741 basic-comma-delimiter. Use if for Perl modes and python-mode.
12742 (align-rules-list): Add python-chain-logic and
12743 basic-line-continuation.
12744
12745 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12746
12747 * apropos.el (apropos-mode-hook): New user variable.
12748 (apropos-mode): Run apropos-mode-hook.
12749
12750 2000-06-07 David Ponce <david@dponce.com>
12751
12752 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12753 commands. Require `wid-edit' at run-time.
12754
12755 2000-06-07 David Ponce <david@dponce.com>
12756
12757 * recentf.el: Added some "Commentary".
12758 (recentf-open-more-files, recentf-edit-list): Minor changes to
12759 move the point at the top of the file list. This behaviour is
12760 consistent with the menu one when the list contains a lot of
12761 files.
12762 (recentf-cleanup): Now displays the number of items removed from
12763 the list.
12764 (recentf-relative-filter) New menu filter to show filenames
12765 relative to `default-directory'.
12766
12767 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12768
12769 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12770 with/without giving an error if PostScript printer doesn't have this
12771 kind of page size. Zebra Stripe continues or restarts on next page.
12772 Manual/automatic paper feeding. Switch or not the header.
12773 (ps-print-version): New version number (5.2.2).
12774 (ps-windows-system): Include emx as a Windows system.
12775 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12776 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12777 (ps-background-text): Code fix.
12778 (ps-error-handler-message, ps-user-defined-prologue)
12779 (ps-print-prologue-header, ps-printer-name)
12780 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12781 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12782 (ps-use-face-background): Customization fix.
12783 (ps-n-up-database): Data fix.
12784 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12785 (ps-switch-header): New vars.
12786 (ps-xemacs-color-name, ps-face-foreground-name)
12787 (ps-face-background-name, ps-boolean-constant): New funs.
12788
12789 2000-06-07 Dave Love <fx@gnu.org>
12790
12791 * allout.el: New version from Manheimer.
12792
12793 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12794
12795 * textmodes/fill.el (fill-find-break-point): Check the validity of
12796 charset.
12797
12798 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12799
12800 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12801 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12802 Call display-color-p and display-mouse-p instead of looking at
12803 window-system.
12804
12805 2000-06-06 Dave Love <fx@gnu.org>
12806
12807 * image.el (find-image): Doc fix. Return nil if image not found.
12808 (put-image, insert-image): Make STRING arg optional.
12809
12810 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12811
12812 * language/vietnamese.el: Remove eval-when-compile.
12813 (viet-viscii-nonascii-translation-table): Define it as a
12814 translation table made from viet-viscii-decode-table.
12815 (viet-viscii-encode-table): Define it as a translation table made
12816 from the reverse map of above.
12817 (viet-vscii-nonascii-translation-table): Define it as a
12818 translation table made from viet-vscii-decode-table.
12819 (viet-vscii-encode-table): Define it as a translation table made
12820 from the reverse map of above.
12821 (ccl-decode-viscii): Use translate-character.
12822 (ccl-encode-viscii, ccl-encode-viscii-font)
12823 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12824 Likewize.
12825
12826 * language/cyrillic.el: Remove eval-when-compile.
12827 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12828 translation table made from cyrillic-koi8-r-decode-table.
12829 (cyrillic-koi8-r-encode-table): Define it as a translation table
12830 made from the reverse map of above.
12831 (ccl-decode-koi8): Use translate-character.
12832 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12833 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12834 a translation table made from cyrillic-alternativnyj-decode-table.
12835 (cyrillic-alternativnyj-encode-table): Define it as a translation
12836 table made from the reverse map of above.
12837 (ccl-decode-alternativnyj): Use translate-character.
12838 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12839 Likewize
12840
12841 * international/mule-diag.el (non-iso-charset-alist): Specify
12842 translation table symbol instead of translation table itself.
12843 (list-block-of-chars): CHARSET may be a translation table symbol.
12844
12845 * international/mule.el (make-coding-system): If CODING-SYSTEM
12846 already exists, override it.
12847
12848 * international/fontset.el: Use family `proportional' for Tibetan
12849 fonts.
12850
12851 * international/ccl.el (ccl-compile-translate-character): Don't
12852 check if Rrr has property translation-table.
12853 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12854
12855 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12856
12857 * info.el: Bind case-fold-search to t when searching in case
12858 a user sets it to nil in a hook.
12859
12860 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12861
12862 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12863 * hl-line.el (hl-line-mode): Use the new :global key argument.
12864
12865 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12866 (tar-clip-time-string): Prepend a space.
12867 (tar-grind-file-mode): Construct a string rather than modifying one.
12868 (tar-header-block-summarize): Fix docstring.
12869 Use `format' rather than an error-prone set of copy-loops.
12870
12871 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12872 (diff-goto-source, diff-unified->context, diff-context->unified)
12873 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12874 understand the format output by the `-p' argument to diff.
12875
12876 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12877 (sh-re-done): Use defconst.
12878 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12879 (sh-help-string-for-variable, sh-guess-basic-offset):
12880 Don't quote lambdas.
12881 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12882 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12883
12884 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12885 (mh-letter-mode): Derive from text-mode.
12886 This implicitly means that it now calls kill-all-local-variables.
12887 Also remove the Emacs-18 compatibility code.
12888
12889 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12890 Make use of symbol-property doc-string-elt.
12891 Use memq rather than a sequence of eq.
12892 (doc-string-elt): Fix the wrong or missing previously unused values.
12893 (autoload-print-form): New function extracted from
12894 generate-file-autoloads to allow recursion when handling progn
12895 so that defvar's and defun's docstrings are properly printed.
12896 (generate-file-autoloads): Use it.
12897
12898 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12899 Use find-file-hooks in the minor-mode function.
12900 Be careful not to loop indefinitely in the post-command-hook function.
12901
12902 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12903
12904 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12905 tty's.
12906 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12907 differences whenever appropriate.
12908 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12909 * viper.el (find-file, find-file-other-window): Get viper to do
12910 wildcards.
12911
12912 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12913
12914 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12915 (jit-lock-fontify-buffer): New function for JIT refontification.
12916 (jit-lock-mode): Fix docstring.
12917 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12918 Remove jit-lock-after-change from the _local_ hook.
12919 (jit-lock-function-1): Fix docstring.
12920
12921 * info.el (Info-on-current-buffer): Initialize info.
12922
12923 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12924
12925 * progmodes/tcl.el (tcl-indent-for-comment):
12926 Ignore comment-indent-hook.
12927
12928 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12929 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12930 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12931 and improve to use the lighter to guess the capitalization.
12932 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12933 Add keyword arguments to specify global-ness or the custom group.
12934 Add local-map and help-echo properties to the lighter.
12935 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12936 (easy-mmode-define-global-mode): New macro.
12937
12938 2000-06-02 Dave Love <fx@gnu.org>
12939
12940 * wid-edit.el: byte-compile-dynamic since we typically don't use
12941 all the widgets. Don't require cl or widget. Remove
12942 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12943 (widget-read-event): Removed. Callers changed to use read-event.
12944 (widget-button-release-event-p): Renamed from
12945 button-release-event-p.
12946 (widget-field-add-space, widget-field-use-before-change):
12947 Uncustomize.
12948 (widget-specify-field): Use keymap property, not local-map.
12949 (widget-specify-button): Obey :suppress-face.
12950 (widget-specify-insert): Use modern backquote syntax.
12951 (widget-image-directory): Renamed from widget-glyph-directory.
12952 (widget-image-enable): Renamed from widget-glyph-enable.
12953 (widget-image-find): Replaces widget-glyph-find.
12954 (widget-button-pressed-face): Move defvar.
12955 (widget-image-insert): Replaces widget-glyph-insert.
12956 (widget-convert): Use keywordp.
12957 (widget-leave-text, widget-children-value-delete): Use mapc.
12958 (widget-keymap): Remove XEmacs stuff.
12959 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12960 (widget-button-click): Don't set point at the click, but re-centre
12961 if we scroll out of window. Rewritten for images v. glyphs &c.
12962 (widget-tabable-at): Use POS arg, not point.
12963 (widget-beginning-of-line, widget-end-of-line)
12964 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12965 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12966 (widget-default-create): Use widget-image-insert; some rewriting.
12967 (widget-visibility-value-create)
12968 (widget-push-button-value-create, widget-toggle-value-create): Use
12969 widget-image-insert.
12970 (checkbox): Create on and off images dynamically.
12971 (documentation-link): Change :help-echo.
12972 (widget-documentation-link-echo-help): Remove.
12973
12974 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12975
12976 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12977
12978 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12979 (easy-mmode-define-toggle, define-minor-mode): Use it.
12980 (easy-mmode-define-keymap): Docstring fix.
12981 (define-derived-mode): Default PARENT to fundamental-mode.
12982 Add the derived-mode-parent symbol-property.
12983 (easy-mmode-derived-mode-p): New function.
12984
12985 2000-06-02 Dave Love <fx@gnu.org>
12986
12987 * files.el (convert-standard-filename): Doc fix.
12988 (normal-backup-enable-predicate): New function.
12989 (backup-enable-predicate): Use it to replace the lambda form.
12990
12991 * calendar/todo-mode.el: [This needs more work on the outline
12992 stuff.] Doc fixes.
12993 (todo) <defgroup>: Add :version.
12994 (todo-add-category): Don't use pushnew.
12995 (todo-cmd-raise): Fix typo.
12996 (todo-top-priorities): Change temp buffer name.
12997 (todo-category-alist): Avoid redundant lambda.
12998 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12999 Use outline-next-heading.
13000
13001 * autoarg.el: Rewritten to use define-minor-mode.
13002 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
13003 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
13004
13005 2000-06-02 Kenichi Handa <handa@etl.go.jp>
13006
13007 * isearch.el (isearch-other-meta-char): Fix previous change.
13008
13009 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13010
13011 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
13012 (log-edit-done): Only add the comment to the ring if it's different
13013 from the last comment entered.
13014
13015 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
13016
13017 2000-06-01 Dave Love <fx@gnu.org>
13018
13019 * hl-line.el: Rewritten using define-minor-mode.
13020
13021 * help.el (describe-function-1): Distinguish special form from
13022 builtin function. Sanity-check presence of arglist for builtins.
13023
13024 2000-06-01 Kenichi Handa <handa@etl.go.jp>
13025
13026 * international/characters.el: Fix syntax/category setting of
13027 Tibetan characters.
13028
13029 * language/tibet-util.el (tibetan-add-components): Fixes for new
13030 encoding of Tibetan characters.
13031 (tibetan-decompose-precomposition-alist): New variable.
13032 (tibetan-decompose-region): Convert precomposed characters to
13033 non-precomposed characters.
13034 (tibetan-decompose-string): Likewise.
13035 (tibetan-composition-function): Fix args to
13036 thibetan-compose-string.
13037
13038 * language/tibetan.el (tibetan-composable-pattern): More
13039 characters included.
13040 (tibetan-consonant-transcription-alist): Rule for "R" added.
13041 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
13042 "+R" added.
13043 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
13044
13045 * language/lao-util.el (lao-composition-function): Fix args to
13046 compose-string.
13047
13048 * language/thai-util.el (thai-composition-function): Fix args to
13049 compose-string.
13050
13051 * isearch.el (isearch-update): Set disable-point-adjustment to t
13052 to prevent the point moving to the end of a composition when a
13053 part of a composition is searched.
13054 (isearch-other-meta-char): If the key invoking this command can be
13055 mapped by function-key-map to a printing char, call
13056 isearch-process-search-char directly.
13057
13058 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
13059
13060 * emacs-lisp/bytecomp.el:
13061 * frame.el:
13062 * international/mule-cmds.el:
13063 * international/mule-util.el:
13064 * international/mule.el:
13065 * mouse.el:
13066 * subr.el:
13067 * faces.el: Update calls to make-obsolete with a WHEN argument.
13068
13069 * byte-run.el (make-obsolete, make-obsolete-variable):
13070 Add an optional WHEN argument and change the format of the
13071 symbol-property information.
13072 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
13073 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
13074 new obsolete-symbol-property format and print WHEN if it is provided.
13075
13076 2000-05-31 Dave Love <fx@gnu.org>
13077
13078 * loadhist.el (loadhist-hook-functions): Remove
13079 before-change-function, after-change-function.
13080 (unload-feature): Deal with symbols which are both bound and
13081 fbound.
13082
13083 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
13084 before-change-function, after-change-function.
13085
13086 * simple.el (newline): Don't bind before-change-function,
13087 after-change-function.
13088
13089 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
13090
13091 * whitespace.el (whitespace-rescan-timer-time): Update interval
13092 set to 600 seconds (10 minutes) instead of 60 seconds since
13093 a large number of whitespace buffers causes emacs to `freeze'
13094 for a considerable amount of time.
13095
13096 * whitespace.el: Updated email address
13097
13098 2000-05-31 Dave Love <fx@gnu.org>
13099
13100 * add-log.el (change-log-font-lock-keywords) <function>: Add
13101 pattern for function of change.
13102 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
13103 acknowledgements patterns.
13104
13105 2000-05-31 Kenichi Handa <handa@etl.go.jp>
13106
13107 * isearch.el (isearch-printing-char): If keyboard coding system is
13108 being used, call isearch-process-search-multibyte-characters.
13109
13110 * international/isearch-x.el: Mostly rewritten.
13111
13112 * international/quail.el (quail-start-conversion): Don't include
13113 unhandled events in the returned events, but set them in
13114 unread-command-events. Exit if all inputs are deleted.
13115
13116 2000-05-30 Jason Rumney <jasonr@gnu.org>
13117
13118 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
13119
13120 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
13121 Reenable code to create initial fontsets.
13122 Use set-fontset-font in place of put-charset-property.
13123
13124 2000-05-30 Gerd Moellmann <gerd@gnu.org>
13125
13126 * progmodes/perl-mode.el (perl-indent-line): When looking for a
13127 label, ensure that the first colon isn't followed by another.
13128
13129 * paths.el (Info-default-directory-list): Doc fix.
13130
13131 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
13132 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
13133 send a query containing USER only, not USER@HOST.
13134
13135 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
13136 and rmail-msgend to compute the restriction at the end, instead of
13137 computing it.
13138
13139 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13140
13141 * dabbrev.el (dabbrev-expand): Don't display messages in the
13142 echo area if the minibuffer window is active.
13143
13144 * jit-lock.el (jit-lock-mode): Add after change function to
13145 local hook.
13146
13147 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
13148
13149 * antlr-mode.el: New commands: hide/unhide actions,
13150 upcase/downcase literals.
13151 (antlr-tiny-action-length): New user option.
13152 (antlr-hide-actions): New command. Suggested by
13153 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
13154 (antlr-mode-map): New binding [C-c C-v].
13155 (antlr-mode-menu): New entries.
13156 (antlr-downcase-literals): New command.
13157 (antlr-upcase-literals): Ditto.
13158
13159 * antlr-mode.el: Minor changes: indendation, mode-name.
13160 (antlr-indent-line): Indent cpp directive at column 0.
13161 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
13162
13163 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
13164 (antlr-font-lock-additional-keywords): Workaround for intentional
13165 bug in XEmacs version of font-lock.
13166 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
13167 be used by a smarter version of `buffers-menu-grouping-function'.
13168
13169 2000-05-29 Gerd Moellmann <gerd@gnu.org>
13170
13171 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
13172 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
13173
13174 2000-05-29 Kenichi Handa <handa@etl.go.jp>
13175
13176 * international/encoded-kb.el
13177 (encoded-kbd-iso2022-designation-map): Pay attention to that
13178 charset-iso-final-char return -1 for eight-bit-control and
13179 eight-bit-graphic.
13180
13181 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13182
13183 * speedbar.el (speedbar-use-images, speedbar-update-flag)
13184 (speedbar-easymenu-definition-base): Use display-graphic-p where
13185 available, instead of window-system.
13186
13187 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
13188
13189 * international/codepage.el (cp-coding-system-for-codepage-1): Add
13190 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
13191 coding systems.
13192
13193 2000-05-26 Dave Love <fx@gnu.org>
13194
13195 * disp-table.el (standard-display-underline): Don't use
13196 internal-find-face.
13197
13198 * mail/reporter.el: Maintainer change. Doc fixes.
13199 (reporter-version): Deleted.
13200
13201 * emacs-lisp/elp.el: Maintainer change.
13202 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
13203
13204 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13205
13206 * add-log.el (add-change-log-entry): Merge the current entry with the
13207 previous one if the previous one is empty.
13208
13209 2000-05-26 Dave Love <fx@gnu.org>
13210
13211 * loadhist.el (unload-feature): Fix interactive spec [from
13212 lijnzaad@ebi.ac.uk].
13213
13214 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
13215 subr-arity to check primitives.
13216 (byte-compile-flush-pending, byte-compile-file-form-progn)
13217 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
13218 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
13219 mapcar.
13220
13221 2000-05-26 Kenichi Handa <handa@etl.go.jp>
13222
13223 * international/fontset.el: Set family names of non-latin charsets
13224 in default fontset to "*".
13225
13226 * international/mule-diag.el (print-fontset): Combine family part
13227 and registry part of the fontname by "-*-" instead of "-".
13228
13229 * international/mule-cmds.el (encode-coding-char): Make strings
13230 multibyte before calling encode-coding-string.
13231
13232 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13233
13234 * derived.el: Fix keywords.
13235 (define-derived-mode): Only define if needed.
13236
13237 * simple.el (fill-comment, comment-column, comment-start)
13238 (comment-start-skip, comment-end, comment-indent-function)
13239 (block-comment-start, block-comment-end, indent-for-comment)
13240 (set-comment-column, kill-comment, comment-padding, comment-region)
13241 (comment-multi-line, indent-new-comment-line): Remove.
13242
13243 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13244 function names for comment operations.
13245
13246 * newcomment.el: Add abundant autoload cookies.
13247 (comment-style): Don't depend on runtime data at compile-time.
13248 (comment-indent-hook): Remove.
13249 (comment-indent): Check if comment-indent-hook is bound.
13250 (comment-region): Docstring fix.
13251
13252 2000-05-25 Dave Love <fx@gnu.org>
13253
13254 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13255 byte-code-function-p.
13256
13257 * mail/rmailsum.el: Add provide.
13258
13259 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13260
13261 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13262 defcustom.
13263
13264 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13265
13266 * ediff-diff.el (ediff-exec-process): delete --binary option from
13267 non-buffer ediff jobs.
13268
13269 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13270
13271 * hilit-chg.el (highlight-changes-mode): Ask about color or
13272 grayscale support, not about window-system.
13273
13274 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13275 window-system.
13276 (ffap-highlight): Always default to t.
13277
13278 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13279 display-popup-menus-p instead of looking at window-system.
13280
13281 * disp-table.el (standard-display-g1, standard-display-graphic):
13282 Only refuse to use string glyphs on X and MS-Windows.
13283
13284 * avoid.el: Remove window-system from commentary, suggest to use
13285 display-*-p instead.
13286
13287 * apropos.el (apropos-print): Use display-mouse-p instead of
13288 window-system.
13289
13290 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13291
13292 * international/codepage.el (cp-decoding-vector-for-codepage):
13293 Fill up unsupported characters with their own codes. From Kenichi
13294 Handa.
13295
13296 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13297
13298 * international/mule-diag.el (describe-char-after): Use
13299 display-graphic-p instead of window-system, so that this function
13300 works on MS-DOS.
13301
13302 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13303
13304 * international/codepage.el (cp-make-coding-systems-for-codepage):
13305 Remove the eight-bit-graphic and eight-bit-control charsets from
13306 the list of charsets which we convert into `?'.
13307
13308 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13309
13310 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13311 private charsets.
13312 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13313 japanese-jisx0213-2): New charsets.
13314
13315 * international/fontset.el: Setup default fontset for new charsets.
13316
13317 2000-05-24 Dave Love <fx@gnu.org>
13318
13319 * info.el (Info-find-node-2): Restructure [following "Vadim
13320 S. Solomin" <sovs@uic.nnov.ru>].
13321
13322 * icomplete.el: Fix header for Finder.
13323
13324 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13325
13326 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13327 STAY.
13328
13329 * rmail.el (rmail-automatic-folder-directives): New user variable.
13330 (rmail-show-message): Add call to `rmail-auto-file' during
13331 display.
13332 (rmail-auto-file): New function.
13333
13334 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13335
13336 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13337 account.
13338 (ediff-test-utility,ediff-diff-mandatory-option)
13339 (ediff-reset-diff-options): Utilities for proper initialization of
13340 ediff-diff-options and ediff-diff3-options on Windows.
13341
13342 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13343 variable.
13344
13345 * ediff-mult.el (ediff-filegroup-action): Use
13346 ediff-merge-filename-prefix.
13347
13348 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13349
13350 * viper-ex.el (ex-write): Set selective display to nil.
13351
13352 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13353
13354 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13355 aliases for hebrew-iso-8bit.
13356
13357 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13358
13359 * woman.el: New version from Francis J. Wright
13360 <F.J.Wright@Maths.QMW.ac.uk>.
13361 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13362 names in environment variables regardless of the path separator.
13363 (woman-topic-all-completions-1): Don't call file-name-directory-p
13364 on all files, since woman-file-regexp already filters out any
13365 directories.
13366
13367 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13368
13369 * international/quail.el (quail-start-translation): Don't change
13370 modified-p of the current buffer.
13371 (quail-start-conversion): Likewise.
13372
13373 * international/kkc.el (kkc-region): Don't change modified-p of
13374 the current buffer.
13375
13376 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13377 conform to RFC1468.
13378 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13379
13380 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13381
13382 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13383 (speedbar-insert-button): Invisible text property fix.
13384 (speedbar-directory-plus): Renamed from speedbar-directory-+
13385 (speedbar-directory-minus): Renamed from speedbar-directory--
13386 (speedbar-page-plus): Renamed from speedbar-file-+
13387 (speedbar-page-minus): Renamed from speedbar-file--
13388 (speedbar-page): Renamed from speedbar-file-
13389 (speedbar-tag): Renamed from speedbar-tag-
13390 (speedbar-tag-plus): Renamed from speedbar-tag-+
13391 (speedbar-tag-minus): Renamed from speedbar-tag--
13392 (speedbar-expand-image-button-alist): Use above renames.
13393
13394 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13395 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13396 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13397 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13398 * sb-pg.xpm: Renamed from sb-file.xpm
13399 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13400 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13401
13402 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13403
13404 * international/quail.el (quail-show-guidance-buf): Set
13405 current-input-method of the guidance buffer to the name of the
13406 curren input method.
13407
13408 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13409
13410 * progmodes/compile.el (compile-internal): Style typo.
13411
13412 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13413 quote vars and functions in the docstring.
13414
13415 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13416
13417 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13418 Don't quote lambdas.
13419
13420 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13421
13422 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13423
13424 * startup.el (command-line): Determine source file of compiled
13425 user init file differently. Warn if compiled user init file
13426 is older than its source file.
13427
13428 * ffap.el (ffap-url-regexp): Add `https'.
13429
13430 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13431
13432 * files.el (make-backup-file-name-1): Replace slashes with `!'
13433 rather than `|' (which is not allowed on Windows). Replace the
13434 drive letters with a string "drive_X".
13435
13436 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13437
13438 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13439
13440 * files.el (interpreter-mode-alist): Add `bash2'.
13441
13442 2000-05-22 Dave Love <fx@gnu.org>
13443
13444 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13445 mapc.
13446 (feature-file): Avoid calling symbol-name. Doc fix.
13447 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13448 (loadhist-hook-functions): Add mouse-position-function.
13449 (unload-feature): Change uses of mapcar.
13450
13451 * files.el (parse-colon-path): Doc fix.
13452 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13453 (set-auto-mode): Use mapc.
13454
13455 * complete.el (PC-look-for-include-file): Use :alnum: character
13456 class.
13457 (partial-completion-mode): Add autoload cookie.
13458
13459 2000-05-22 Sam Steingold <sds@gnu.org>
13460
13461 * info.el (Info-fontify-node): Fixed the call to
13462 `add-text-properties' (bug introduced on 2000-05-18).
13463
13464 2000-05-22 Dave Love <fx@gnu.org>
13465
13466 * bindings.el: Remove debug-ignored-errors set in other files.
13467
13468 * progmodes/etags.el: Add to debug-ignored-errors.
13469 (visit-tags-table-buffer): Clear out buffers holding old tables
13470 when making a new list.
13471 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13472 mapc.
13473
13474 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13475 quote keywords.
13476 (cmpl-string-case-type): Use character classes.
13477
13478 * comint.el:
13479 * textmodes/ispell.el:
13480 * imenu.el:
13481 * mail/mh-e.el:
13482 * progmodes/compile.el: Add to debug-ignored-errors.
13483
13484 * dabbrev.el: Add to debug-ignored-errors.
13485 (dabbrev-completion): Use mapc.
13486
13487 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13488
13489 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13490 (woman-mapcan, woman-parse-man.conf)
13491 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13492 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13493 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13494 path syntax better.
13495 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13496 (woman-manpath): Call woman-parse-man.conf.
13497 (woman-emulation): New defcustom, defaults to nroff.
13498 (woman-font-support): New defconst.
13499 (woman-use-symbol-font): New defcustom.
13500 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13501 "Emulation".
13502 Many functions: Doc fix.
13503
13504 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13505
13506 * international/quail.el (quail-simple-translation-keymap): Map
13507 128..255 to quail-self-insert-command.
13508 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13509
13510 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13511
13512 * help.el (help-manyarg-func-alist): Typo.
13513
13514 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13515 intervals which makes it heaps simpler.
13516
13517 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13518 the nested comment markers.
13519
13520 * subr.el (remove-hook): Don't turn the hook's value into a list.
13521
13522 2000-05-21 Dave Love <fx@gnu.org>
13523
13524 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13525 are invalid characters.
13526
13527 * international/mule-util.el (detect-coding-with-priority): Use
13528 mapc. Remove redundant lambda.
13529
13530 * international/mule-diag.el (list-non-iso-charset-chars)
13531 (describe-fontset): Remove redundant lambda.
13532
13533 * emulation/crisp.el (brief-mode): New alias.
13534
13535 * emacs-lisp/ring.el (ring-elements): New function.
13536
13537 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13538 (easy-menu-do-add-item): Use keywordp.
13539
13540 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13541
13542 * replace.el: Doc and error message fixes.
13543 (replace-highlight): Use facep, not internal-find-face.
13544
13545 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13546
13547 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13548
13549 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13550 (log-edit-insert-changelog): Drop `:' as well.
13551
13552 * log-view.el: Fix file description.
13553 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13554 available.
13555 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13556 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13557
13558 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13559 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13560 Print a status message if the toggle is called interactively.
13561 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13562 for global minor modes and use `defcustom' for them.
13563 Use add-minor-mode.
13564 (easy-mmode-define-derived-mode): Remove.
13565 (define-derived-mode): Fancier default docstring.
13566 (easy-mmode-define-navigation): Signal an error rather than (ding).
13567
13568 * newcomment.el (comment-styles): New `box-multi'.
13569 (comment-normalize-vars): Better default for comment-continue to
13570 avoid whitespace-only continuations.
13571 (comment-search-forward): Always move even in the no-syntax case.
13572 (comment-padright): Only obey N if it's only obeyed for padleft.
13573 (comment-make-extra-lines): Better handling of empty continuations.
13574 Use `=' for the filler if comment-start has only one character.
13575 (uncomment-region): Try handling the special `=' filler.
13576 (comment-region): Allow LINES even if MULTI is nil.
13577 (comment-box): Choose box style based on comment-style.
13578
13579 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13580
13581 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13582 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13583
13584 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13585
13586 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13587 and insert, not subst-char-in-region.
13588
13589 * international/mule-diag.el (list-character-sets-1): Handle
13590 charsets eight-bit-control and eight-bit-graphic.
13591 (list-iso-charset-chars): Likewise.
13592 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13593 charactes as is. Use indent-to to align characters.
13594
13595 * international/mule-cmds.el (find-multibyte-characters): Never
13596 exclude charsets eight-bit-control and eight-bit-graphic.
13597
13598 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13599
13600 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13601 Don't quote lambdas.
13602
13603 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13604
13605 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13606
13607 * gud.el (gud-jdb-directories): Doc fix.
13608
13609 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13610
13611 * newcomment.el: New file.
13612
13613 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13614
13615 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13616
13617 2000-05-18 Andreas Schwab <schwab@suse.de>
13618
13619 * dired.el (dired-between-files): Also skip lines beginning with
13620 `used'.
13621
13622 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13623
13624 * msb.el (msb-menu-cond): Add choice `user'.
13625
13626 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13627
13628 * ps-print.el: Compatibility, customization and doc fix.
13629 (ps-printer-name-option): Replace defconst by defvar.
13630 (ps-postscript-code-directory): XEmacs compatibility.
13631 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13632 fix.
13633 (ps-user-defined-prologue, ps-print-prologue-header)
13634 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13635 compatibility and code fix.
13636 (ps-print-background-image, ps-print-background-text):
13637 Customization fix.
13638 (ps-line-number-start, ps-n-up-on): New vars.
13639
13640 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13641
13642 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13643 the indent-comment function to just return the appropriate indent.
13644
13645 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13646
13647 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13648 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13649 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13650
13651 2000-05-18 Dave Love <fx@gnu.org>
13652
13653 * info.el (Info-fontify-node): Add intangible property as well as
13654 invisible.
13655
13656 * calendar/appt.el (appt-make-list): Match all lines of entry.
13657 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13658
13659 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13660
13661 * international/mule-diag.el (describe-char-after): Call
13662 internal-char-font, not char-font. If internal-char-font returns
13663 nil, display "-- none --".
13664
13665 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13666
13667 * image.el (image-type-available-p): Don't reference image-types
13668 if it isn't bound.
13669
13670 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13671
13672 * autoarg.el (autoarg-mode): Typo in the :set argument.
13673
13674 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13675
13676 * startup.el (command-line-1): Don't signal an error if the
13677 directory for auto-save-list files does not yet exist.
13678
13679 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13680
13681 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13682
13683 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13684
13685 * subr.el (remove-hook): `setq' hook-value, not `set'.
13686
13687 2000-05-16 Sam Steingold <sds@gnu.org>
13688
13689 * info.el (debug-ignored-errors): More errors to ignore.
13690
13691 2000-05-16 Dave Love <fx@gnu.org>
13692
13693 * cus-edit.el: Don't require cl or easymenu.
13694 (custom-variable-prompt): Test standard-value property, not
13695 user-variable-p.
13696
13697 2000-05-16 Sam Steingold <sds@gnu.org>
13698
13699 * subr.el (add-hook): `setq' hook-value, not `set'.
13700
13701 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13702
13703 * startup.el (command-line-1): Mention the FAQ in the startup
13704 message.
13705
13706 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13707
13708 * progmodes/compile.el (compilation-parse-errors): Collect
13709 `nomessage' regexps last.
13710
13711 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13712
13713 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13714 to the function name.
13715
13716 2000-05-15 Dave Love <fx@gnu.org>
13717
13718 * speedbar.el (speedbar-recenter): Typo.
13719 (speedbar-expand-line): Make arg optional.
13720 (speedbar-mode): Avoid a compiler warning.
13721
13722 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13723
13724 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13725 user-specified option string is empty.
13726
13727 * mouse.el (mouse-yank-at-click): Doc fix.
13728
13729 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13730
13731 * term/internal.el (IT-character-translations): More updates of
13732 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13733 documents.
13734
13735 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13736
13737 * env.el (getenv): New function, interactively callable.
13738 (setenv, getenv): Remove autoload cookies.
13739
13740 * loadup.el: Load `env'.
13741
13742 * progmodes/f90.el: Change author's mail address.
13743
13744 2000-05-14 Dave Love <fx@gnu.org>
13745
13746 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13747 goto-addr as an option.
13748
13749 * help.el (help-xref-stack): Doc fix.
13750 (help-xref-following): New variable.
13751 (help-make-xrefs): Use it.
13752 (help-xref-go-back): Use position information from stack element.
13753 (help-follow): Make position in stack element a pair. Use
13754 help-xref-following.
13755
13756 * autoarg.el: New file.
13757
13758 * faces.el: Declare more functions obsolete.
13759
13760 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13761 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13762 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13763 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13764 Remove all the setup-...-environment functions.
13765
13766 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13767
13768 * speedbar.el: Updated the commentary section. xemacs20p now uses
13769 >= when detecting. Require `defimage' safely.
13770 (speedbar-easymenu-definition-base): Add toggle for images.
13771 (speedbar-easymenu-definition-special): Add flush cache & expand.
13772 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13773 (speedbar-reconfigure-keymaps-hook): New variable.
13774 (speedbar-frame-parameters): Updated documentation.
13775 (speedbar-use-imenu-flag): Updated custom tag
13776 (speedbar-dynamic-tags-function-list): New variable.
13777 (speedbar-tag-hierarchy-method): Updated doc & custom.
13778 (speedbar-indentation-width, speedbar-indentation-width) New
13779 variables.
13780 (speedbar-hide-button-brackets-flag): Customizable.
13781 (speedbar-vc-indicator): Doc update.
13782 (speedbar-ignored-path-expressions): Updated default value.
13783 (speedbar-supported-extension-expressions): Updated default value.
13784 (speedbar-syntax-table): Remove {} paren status.
13785 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13786 as "+". Added overlay aliases.
13787 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13788 `force-mode-line-update'.
13789 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13790 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13791 `mouse-set-point'
13792 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13793 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13794 of arbitrary text, and new helper functions.
13795 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13796 filename finder.
13797 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13798 (speedbar-directory-buttons): Update path search/expansion.
13799 (speedbar-make-tag-line): Pay attention to
13800 `speedbar-indentation-width'. Use more care w/ invisible
13801 properties.
13802 (speedbar-change-expand-button-char): Call
13803 `speedbar-insert-image-button-maybe'.
13804 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13805 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13806 (speedbar-trim-words-tag-hierarchy)
13807 (speedbar-simple-group-tag-hierarchy): New functions
13808 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13809 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13810 functions.
13811 (speedbar-mouse-set-point): New function
13812 (speedbar-power-click): Updated documentation.
13813 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13814 of tag prefix text.
13815 (speedbar-expand-line, speedbar-contract-line): Make more robust
13816 to strange text.
13817 (speedbar-expand-line): Takes universal argument to flush the
13818 cache.
13819 (speedbar-flush-expand-line): New function.
13820 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13821 Use new generator insertion method.
13822 (speedbar-fetch-dynamic-tags): New function.
13823 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13824 `speedbar-fetch-dynamic-imenu'.
13825 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13826 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13827 "Revert Buffer" menu items.
13828 (speedbar-buffer-buttons-engine): Be smarter when creating a
13829 filename tag (for expansion purposes.).
13830 (speedbar-highlight-one-tag-line,
13831 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13832 (speedbar-recenter): New functions.
13833 (defimage-speedbar): Image loading abstraction.
13834 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13835 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13836 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13837 (speedbar-tag-type, speedbar-tag-mail): New images.
13838 (speedbar-expand-image-button-alist): New variable.
13839 (speedbar-insert-image-button-maybe): Insert an image over some
13840 buttons.
13841
13842 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13843
13844 * international/mule-cmds.el (encode-coding-char): An ASCII
13845 character is always encodable.
13846
13847 * international/mule-conf.el: Add more information in descriptions
13848 of character sets.
13849
13850 * international/mule-diag.el (describe-char-after): New function.
13851 (describe-font-internal): Adjusted for the change of font-info.
13852 (describe-font): Likewise.
13853 (print-fontset): Rewritten for the new fontset implementation.
13854 (describe-fontset): Include fontset alias names in completion.
13855 (list-fontsets): Adjusted for the change of print-fontset.
13856
13857 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13858 describe-char-after instead of displaying the detail in the echo
13859 area.
13860 (syntax-code-table): Format changed.
13861 (string-to-syntax): Adjusted for the above change.
13862
13863 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13864
13865 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13866
13867 2000-05-12 Dave Love <fx@gnu.org>
13868
13869 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13870 dependence. Use line-{beginning,end}-position, not
13871 point-at{b,e}ol. Some doc fixes.
13872 (todo-position): New function. Fix callers of position to use it.
13873 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13874
13875 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13876
13877 * time.el (display-time-mail-icon): Use `:ascent center'.
13878
13879 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13880 handling FTP security extensions.
13881
13882 2000-05-11 Dave Love <fx@gnu.org>
13883
13884 * calendar/todo-mode.el: New file.
13885
13886 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13887
13888 * comint.el (comint-read-input-ring): Move reference to
13889 comint-input-ring-size outside of the save-excursion. It was
13890 causing the default value to be the only one ever seen.
13891
13892 * font-lock.el: Update copyright. Remove Simon Marshall's email
13893 address on request from him.
13894
13895 * subr.el (substitute-key-definition): Add comment describing
13896 the meaning of PREFIX.
13897
13898 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13899
13900 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13901
13902 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13903 (add-minor-mode): Don't make the variable buffer-local and add a
13904 reference to define-minor-mode in the docstring.
13905
13906 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13907 HEADER/FOOTER and fix bug with trailing empty directory.
13908 (cvs-append-to-ignore): Use vc-editable-p if available.
13909 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13910 (vc-do-command): Tweak advice to handle the new VC.
13911
13912 * log-view.el (log-view-goto-rev): New function for the new VC.
13913 (log-view-minor-wrap): Use mark-active.
13914
13915 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13916 (log-edit-changelog-full-paragraphs): New var.
13917 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13918 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13919 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13920 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13921 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13922 Replace the `cvs' prefix with `log-edit'.
13923
13924 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13925
13926 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13927 (diff-font-lock-defaults): Explicitly turn off multiline.
13928 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13929 (diff-ediff-patch): Fix call to ediff-patch-file.
13930 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13931 Handle comments.
13932
13933 * frame.el (automatic-hscrolling): Typo.
13934
13935 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13936
13937 2000-05-09 Sam Steingold <sds@goems.com>
13938
13939 * apropos.el (apropos-print): use `describe-face' instead of
13940 `customize-face-other-window'.
13941
13942 2000-05-09 Dave Love <fx@gnu.org>
13943
13944 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13945
13946 * help.el (describe-variable): Have customize button pop the
13947 help-xref stack when invoked.
13948 (help-xref-symbol-regexp): Add `face'.
13949 (help-make-xrefs): Check for quoted face names and adapt regexp
13950 submatch numbers to cope.
13951 (help-xref-interned): Maybe insert face doc too. Separate
13952 sections with a line of hyphens.
13953
13954 * faces.el: Some doc fixes. Declare some functions obsolete.
13955 (describe-face): Add customize button. Return the help
13956 text. Fix prompt.
13957
13958 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13959
13960 * term/internal.el (IT-character-translations): Fix last change.
13961
13962 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13963
13964 * woman.el: New file
13965 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13966
13967 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13968
13969 * term/internal.el (IT-character-translations): Update ASCII
13970 simulations for greek-iso8859-7, add latin-iso8859-14 and
13971 latin-iso8859-15.
13972
13973 * international/mule-cmds.el (set-language-info-alist): Call
13974 define-prefix-command with 3 arguments, to make the map suitable
13975 for a menu.
13976
13977 2000-05-07 Dave Love <fx@gnu.org>
13978
13979 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13980
13981 2000-05-05 Dave Love <fx@gnu.org>
13982
13983 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13984 list in doc string. Don't quote keyword symbols.
13985 * emacs-lisp/cl.el: Likewise
13986 * emacs-lisp/cl-seq.el: Likewise
13987
13988 2000-05-05 Gerd Moellmann <gerd@gnu.org>
13989
13990 * abbrev.el (abbrev-mode): Make ARG optional.
13991
13992 2000-05-04 Gerd Moellmann <gerd@gnu.org>
13993
13994 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13995
13996 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13997
13998 * subr.el (substitute-key-definition): Clarify documentation.
13999
14000 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
14001
14002 * glasses.el (glasses-convert-to-unreadable): Use
14003 `glasses-separator' instead of the hard-wired "_".
14004 (glasses-mode): Call `glasses-make-unreadable' only in a single
14005 place.
14006
14007 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
14008
14009 * term/internal.el (cjk-codepages-alist): Add associations for
14010 Chinese and Korean codepages. Remove FIXME comment.
14011
14012 2000-05-03 Dave Love <fx@gnu.org>
14013
14014 * time.el (display-time-mail-face, display-time-use-mail-icon):
14015 New option.
14016 (display-time-mail-icon): New variable.
14017 (display-time-string-forms): Use the above. Fix the local-map.
14018
14019 2000-05-03 Gerd Moellmann <gerd@gnu.org>
14020
14021 * replace.el (query-replace-map): Add binding for `E'.
14022 (query-replace-help): Extend help text.
14023 (perform-replace): Allow editing the replacement string.
14024
14025 * make-mode.el (makefile-mode-abbrev-table): New variable.
14026 (makefile-mode): Set local abbrev table to
14027 makefile-mode-abbrev-table.
14028 (makefile-font-lock-keywords): Fontify includes and conditionals.
14029
14030 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
14031 set TOGGLE's value.
14032
14033 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
14034 mail-interactive-insert-alias.
14035 (mail-abbrev-complete-alias): New command.
14036 (mail-mode-map): Bind it to `M-TAB'.
14037
14038 2000-05-03 Kenichi Handa <handa@etl.go.jp>
14039
14040 * language/lao-util.el (lao-compose-region): New function.
14041
14042 2000-05-02 Gerd Moellmann <gerd@gnu.org>
14043
14044 * files.el (recover-session): Make directories as necessary
14045 if they don't exist yet.
14046
14047 * calendar/cal-french.el
14048 (french-calendar-multibyte-special-days-array)
14049 (french-calendar-special-days-array): Change French text.
14050 (calendar-french-date-string): Change output.
14051 (calendar-goto-french-date): Likewise.
14052
14053 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
14054
14055 * wid-edit.el (widget-default-active): Obey `:always-active'.
14056 (widget-documentation-string-value-create): Set `:always-active'.
14057
14058 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14059
14060 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
14061 default prefix to `~/_emacs.d/auto-save.list/_s'.
14062 (normal-top-level): Create the directory for auto-save files, if
14063 it doesn't already exist (in the ms-dos case only).
14064
14065 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
14066
14067 * international/mule-cmds.el (set-language-environment): Don't
14068 concat an integer (dos-codepage), use format instead.
14069
14070 2000-05-02 Dave Love <fx@gnu.org>
14071
14072 * help.el (help-xref-on-pp): Check for constant symbols.
14073
14074 2000-04-29 Gerd Moellmann <gerd@gnu.org>
14075
14076 * startup.el (normal-top-level): Put a condition-case around
14077 the code loading subdirs.el.
14078
14079 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14080
14081 * ps-print.el: Upside-down and face background color printing,
14082 line number step, doc fix.
14083 (ps-print-version): New version number (5.2).
14084 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
14085 (ps-face-attribute-list, ps-plot-with-face): Code fix.
14086 (ps-spool-config): Var fix.
14087 (ps-printer-name-option): Const fix.
14088 (ps-print-upside-down, ps-use-face-background)
14089 (ps-line-number-step): New vars.
14090 (ps-window-system, ps-lp-system): New consts.
14091 (ps-face-background): New fun.
14092
14093 2000-04-28 Richard Stallman <rms@gnu.org>
14094
14095 * files.el (make-auto-save-file-name):
14096 Apply auto-save-file-name-transforms to visited file name
14097 before generating auto save file name.
14098 (auto-save-file-name-transforms): New variable.
14099
14100 * files.el (backup-enable-predicate):
14101 Correctly test for a file under a temporary directory.
14102
14103 2000-04-28 Gerd Moellmann <gerd@gnu.org>
14104
14105 * subr.el (add-minor-mode): Rewritten.
14106
14107 2000-04-28 Kenichi Handa <handa@etl.go.jp>
14108
14109 * mail/sendmail.el (sendmail-send-it): Set
14110 buffer-file-coding-system to the selected coding system for MIME
14111 header.
14112
14113 2000-04-27 Gerd Moellmann <gerd@gnu.org>
14114
14115 * dired.el (dired-move-to-filename-regexp): Allow format where
14116 YYYY is followed by two spaces.
14117
14118 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
14119 in the second character class of the regexp.
14120
14121 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
14122 mh-etc, too.
14123
14124 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
14125 nil.
14126
14127 * subr.el (add-minor-mode): Use `set' instead of `setq'.
14128
14129 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
14130 argument.
14131
14132 2000-04-27 Sen Nagata <sen@eccosys.com>
14133
14134 * emacs-lisp/crm.el (crm-completion-table): New variable.
14135 (crm-collection-fn, crm-test-completion)
14136 (completing-read-multiple): Use it.
14137
14138 2000-04-27 Dave Love <fx@gnu.org>
14139
14140 * help.el (locate-library): Use mapc.
14141 (help-manyarg-func-alist): Add call-process-region.
14142
14143 2000-04-26 Gerd Moellmann <gerd@gnu.org>
14144
14145 * subr.el (add-minor-mode): Make argument MAP optional.
14146
14147 * desktop.el (desktop-save): Save list of minor modes.
14148 (desktop-create-buffer): Restore minor modes.
14149 (desktop-minor-mode-table): New user-option.
14150
14151 * subr.el (add-minor-mode): New function.
14152
14153 * image.el (find-image): New function.
14154 (defimage): Rewritten to find image at load time.
14155
14156 * startup.el (normal-top-level-add-to-load-path): Handle
14157 case that the default directory is not in load-path.
14158
14159 * help.el: Old patch from Stefan Monnier.
14160 (help-xref-on-pp): New function.
14161 (describe-variable): Use it to display xrefs in a symbol's value.
14162
14163 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
14164
14165 * cus-edit.el (custom-face): Fix parenthesis.
14166
14167 2000-04-26 Kenichi Handa <handa@etl.go.jp>
14168
14169 * mail/rmail.el (rmail-expunge): When there are no deleted
14170 messages, do nothing.
14171
14172 2000-04-26 Dave Love <fx@gnu.org>
14173
14174 * international/mule-cmds.el (locale-translation-file-name):
14175 Defvar to nil.
14176 (set-locale-environment): Set it here (at runtime).
14177
14178 2000-04-25 Gerd Moellmann <gerd@gnu.org>
14179
14180 * replace.el (perform-replace): Add parameters START and END. Use
14181 them instead of the check for a region in Transient Mark mode.
14182 (query-replace-read-args): Return two more list elements for the
14183 start and end of the region in Transient Mark mode.
14184 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14185 (map-query-replace-regexp, replace-string, replace-regexp): Add
14186 optional last arguments START and END and pass them to
14187 perform-replace.
14188
14189 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
14190 form with additional arguments for perform-replace.
14191
14192 * progmodes/etags.el (tags-query-replace): Add parameters START
14193 and END. Construct a form with additional arguments for
14194 perform-replace.
14195
14196 * simple.el (shell-command): Set default directory for "*Shell
14197 Command Output" buffer.
14198
14199 * language/european.el (iso-latin-4): Fix typo.
14200
14201 * emacs-lisp/crm.el: New file.
14202
14203 2000-04-24 Dave Love <fx@gnu.org>
14204
14205 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14206 (Custom-reset-saved, Custom-reset-standard)
14207 (custom-group-value-create, custom-group-set, custom-group-save)
14208 (custom-group-reset-current, custom-group-reset-saved)
14209 (custom-group-reset-standard): Use mapc.
14210 (custom-buffer-create-internal): Disable undo when creating items.
14211 Use mapc.
14212 (custom-face): Avoid redundant lambda.
14213
14214 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14215
14216 * startup.el (auto-save-list-file-prefix): Set default to
14217 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
14218
14219 2000-04-24 Sam Steingold <sds@gnu.org>
14220
14221 * time-stamp.el (time-stamp-string-preprocess): Always convert
14222 `field-result' to a string.
14223
14224 2000-04-24 Gerd Moellmann <gerd@gnu.org>
14225
14226 * frame.el (scrolling): New group.
14227 (automatic-hscrolling): New user-option.
14228
14229 * startup.el (command-line-x-option-alist): Add `-lsp' and
14230 `--line-spacing'.
14231
14232 2000-04-19 Dave Love <fx@gnu.org>
14233
14234 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14235 (cl-mapc): Rename from mapc. Fix the funcall.
14236
14237 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14238
14239 * simple.el (clone-indirect-buffer-other-window): New command.
14240 (clone-indirect-buffer): Add optional arg NORECROD.
14241 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14242
14243 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14244
14245 * window.el (count-screen-lines): New function.
14246 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14247 instead of window-buffer-height.
14248
14249 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14250 non-existing variable comint-input-sentinel.
14251 (inferior-lisp-args-to-list): Removed.
14252 (inferior-lisp): Use split-string instead of
14253 inferior-lisp-args-to-list.
14254
14255 * hexl.el (hexl-insert-hex-string): New command.
14256
14257 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14258 instead of concat.
14259
14260 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14261
14262 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14263 at the start of an existing but empty folder.
14264
14265 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14266
14267 * ps-mule.el: Customization fix, doc fix.
14268 (ps-multibyte-buffer): Customization fix.
14269
14270 2000-04-17 Richard M. Stallman <rms@gnu.org>
14271
14272 * subr.el (read-passwd): Use read-char-exclusive.
14273
14274 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14275
14276 * textmodes/texinfo.el (texinfo-insert-@email)
14277 (texinfo-insert-@emph, texinfo-insert-@quotation)
14278 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14279 (texinfo-mode-map): Add key bindings for them.
14280
14281 * files.el (basic-save-buffer-2): Use a template with `$'
14282 instead of `#' for VMS.
14283
14284 * simple.el (clone-indirect-buffer): New function.
14285
14286 2000-04-16 Stephen Eglen <stephen@gnu.org>
14287
14288 * iswitchb.el (iswitchb-case): New function. If the user input
14289 contains any upper-case characters, the search is made
14290 case-sensitive.
14291
14292 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14293
14294 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14295 comment-end.
14296 (texinfo-font-lock-syntactic-keywords): New var.
14297 (texinfo-font-lock-keywords): Remove comment regexp.
14298 (texinfo-insert-block): New function.
14299 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14300 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14301 and font-lock-defaults. Use regexp-opt for outline-regexp.
14302 (texinfo-environments): New var.
14303 (texinfo-environment-regexp): Use regexp-opt and
14304 texinfo-environments.
14305
14306 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14307 ispell-process is bound since this might be eval'd before ispell
14308 is loaded.
14309 (ispell-message): Use a tiny bit less magic and a bit more hard
14310 data to figure out what kind of sc-cite-regexp to use.
14311
14312 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14313
14314 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14315 (insert-cyclic-diary-entry): Unquote the lambda.
14316
14317 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14318
14319 * files.el (backup-enable-predicate): Unquote the lambda.
14320
14321 * cus-edit.el (custom-face, face): Unquote the lambda.
14322
14323 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14324
14325 * ps-print.el: Check for line-beginning-position definition.
14326
14327 * ps-print.el: Fix counting lines in a region.
14328 (ps-print-version): New version number (5.1.5).
14329 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14330 (ps-printing-region): Fun code fix.
14331
14332 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14333
14334 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14335 to file-directory-p.
14336
14337 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14338
14339 * gud.el (gud-jdb-build-source-files-list): Check that directory
14340 exists before calling directory-files.
14341
14342 2000-04-13 Dave Love <fx@gnu.org>
14343
14344 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14345 syntax.
14346
14347 * emacs-lisp/cl-specs.el: Remove when, unless.
14348
14349 * emacs-lisp/cl-extra.el: Don't quote keywords.
14350 (cl-old-mapc): New variable.
14351 (mapc): Use it.
14352 (cl-map-intervals): Use with-current-buffer. Don't check for
14353 next-property-change.
14354 (cl-map-overlays): Use with-current-buffer.
14355 (cl-expt): Remove.
14356 (copy-tree, remprop): Define unconditionally.
14357
14358 * emacs-lisp/cl-compat.el (keywordp): Remove.
14359
14360 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14361 to use keywordp.
14362 (edebug-spec): Enable keywordp.
14363
14364 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14365 string-lessp.
14366
14367 * cus-start.el: Use keywordp.
14368
14369 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14370
14371 * diary-lib.el (include-other-diary-files): Fix the fix of
14372 2000-02-18 by doing a save-excursion.
14373
14374 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14375
14376 * ps-print.el: Customization fix, doc fix.
14377 (ps-print-version): New version number (5.1.4).
14378 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14379 (ps-print-preprint): Adjust code.
14380 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14381 (ps-print-prologue-header, ps-print-control-characters)
14382 (ps-spool-config): Customization fix.
14383
14384 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14385
14386 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14387 converted to the new menu-item format, names silightly changed,
14388 help strings added.
14389
14390 Support for spelling without async subprocesses:
14391
14392 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14393 (ispell-session-buffer): New variables.
14394 (ispell-start-process, ispell-process-status,
14395 ispell-accept-output, ispell-send-string): New functions, for
14396 Ispell invocation when async subprocesses aren't supported.
14397 (ispell-word, ispell-pdict-save, ispell-command-loop,
14398 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14399 to process-send-string with calls to ispell-send-string, and
14400 accept-process-output with ispell-accept-output.
14401 (ispell-init-process): Call ispell-process-status instead of
14402 process-status with.
14403 (ispell-init-process): Call ispell-start-process. Call
14404 ispell-accept-output and ispell-send-string. Don't call
14405 process-kill-without-query and kill-process if they are unbound.
14406 (ispell-async-processp): New function.
14407
14408 2000-04-12 Dave Love <fx@gnu.org>
14409
14410 * info.el: Add debug-ignored-errors.
14411 (Info-mode-menu): Add some items.
14412 (Info-directory): Add autoload cookie.
14413
14414 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14415 Modify `truncate-lines'. Make `describe-language-environment'
14416 always visible and add help. Modify `describe-key' help. Invoke
14417 Info-directory from `info'. New entry `emacs-manual'.
14418
14419 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14420
14421 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14422 propertized-buffer-identification.
14423 (ebrowse-update-member-buffer-mode-line): Likewise.
14424 (ebrowse--mode-strings): Removed.
14425 (ebrowse--mode-line-props): Removed.
14426
14427 * files.el (auto-mode-alist): Add `EBROWSE'.
14428
14429 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14430 space before testing for end of buffer.
14431 (ebrowse-load): Removed.
14432 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14433 (ebrowse-create-tree-buffer): Rewritten.
14434 (ebrowse-tree-mode): Read tree from buffer.
14435
14436 * progmodes/ebrowse-ffh.el: Removed.
14437
14438 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14439
14440 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14441
14442 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14443
14444 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14445 at the wrong place.
14446
14447 2000-04-09 Dave Love <fx@gnu.org>
14448
14449 * files.el (backup-enable-predicate): Use
14450 temporary-file-directory, small-temporary-file-directory.
14451 (make-backup-file-name-function, backup-directory-alist): New
14452 variables.
14453 (make-backup-file-name-1): New function.
14454 (make-backup-file-name): Use it.
14455 (find-backup-file-name): Likewise. Use format for clarity, not
14456 concat.
14457 (file-newest-backup): Use make-backup-file-name.
14458
14459 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14460
14461 * progmodes/ebrowse-ffh.el: New file.
14462
14463 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14464 to ebrowse-ffh.el.
14465 (ebrowse-load): Add autoload.
14466
14467 * finder.el (finder-commentary): Add autoload cookie.
14468
14469 * mail/rfc2368.el: Correct author's email address.
14470
14471 * progmodes/ebrowse.el: New file.
14472
14473 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14474 item help string.
14475 (easy-menu-do-add-item): Ditto.
14476 (easy-menu-define): Extend doc string.
14477
14478 * jit-lock.el (with-buffer-unmodified): Use
14479 restore-buffer-modified-p.
14480 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14481 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14482 with-buffer-unmodified.
14483
14484 2000-04-08 Dave Love <fx@gnu.org>
14485
14486 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14487 unless, when.
14488
14489 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14490
14491 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14492 (viper-flash-search-pattern): No operation when using Emacs
14493 doesn't support face.
14494 Use `viper-put-on-search-overlay'.
14495
14496 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14497
14498 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14499 like C-r.
14500
14501 * progmodes/make-mode.el: Some doc fixes.
14502 (makefile-mode-abbrev-table): New variable.
14503 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14504 (makefile-font-lock-keywords): Fontify includes and conditionals.
14505 (toplevel): Require `dabbrev' and `add-log' when compiling.
14506
14507 * replace.el (perform-replace): Don't move forward one char
14508 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14509 to do that because it leaves point 1 position after the last
14510 replacement, after everything has been replaced.
14511
14512 * jit-lock.el (with-buffer-unmodified): New macro.
14513 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14514 modified state.
14515 (jit-lock-function-1): Extracted from jit-lock-function; not
14516 preserving buffer's modified state.
14517 (jit-lock-function, jit-lock-stealth-fontify): Call
14518 jit-lock-function-1.
14519
14520 * mail/rfc2368.el: Remove supernumerary copyright line.
14521
14522 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14523
14524 * glasses.el: Provide facilities for inserting space before left
14525 parentheses and uncapitalization of identifiers.
14526 (glasses-mode): Try to remove old overlays in all cases.
14527
14528 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14529
14530 * progmodes/compile.el (compile-internal): Display the compilation
14531 buffer in a different frame, if it's already displayed there.
14532
14533 * mail/rfc2368.el: New file.
14534
14535 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14536 header and insert its value as mail body.
14537
14538 * subr.el (member-ignore-case): New function.
14539
14540 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14541 (dabbrev--find-expansion): Ignore buffers matching a regexp
14542 from dabbrev-ignored-regexps.
14543
14544 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14545 to extensions handled by gzip.
14546
14547 2000-04-03 Richard M. Stallman <rms@gnu.org>
14548
14549 * files.el (insert-directory): List the total free space
14550 along with the used space.
14551
14552 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14553 line is followed by one that matches CITATION-REGEXP, end the
14554 paragraph.
14555
14556 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14557
14558 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14559 (rmail-make-basic-summary-line): Use that option.
14560
14561 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14562
14563 * international/mule-cmds.el (encoded-string-description):
14564 Rewritten. Try pretty description for ISO 2022 escape sequences
14565 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14566 for hexadecimal format.
14567
14568 2000-04-01 Dave Love <fx@gnu.org>
14569
14570 * cpp.el: Change customization group to `c' from `C'.
14571
14572 * vcursor.el (vcursor-move): Use display-color-p.
14573
14574 * international/mule-util.el: Provide mule-utils.
14575 (string-to-sequence): Simplify and speed up.
14576
14577 * international/mule.el (make-coding-system): Purecopy doc-string.
14578
14579 * international/mule-cmds.el: Various menu changes.
14580 (describe-specified-language-support): Handle `Default'.
14581 (set-language-info): Purecopy `info'.
14582
14583 2000-03-31 Andrew Innes <andrewi@gnu.org>
14584
14585 * vc.el (vc-backend-diff): Return the correct status if we had to
14586 retry the rcsdiff command without the --brief option.
14587
14588 2000-03-31 Dave Love <fx@gnu.org>
14589
14590 * help.el (help-manyarg-func-alist): Correct several omissions.
14591
14592 * add-log.el: Don't require cl, fortran.
14593 (add-log-current-defun-function): Doc fix.
14594 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14595 fix.
14596 (change-log-version-rcs): Function deleted.
14597 (change-log-version-number-search): Doc fix. Use
14598 vc-workfile-version. Avoid CL dolist.
14599 (add-change-log-entry): Just call add-log-current-defun to get
14600 defun. Simplify somewhat.
14601 (change-log-get-method-definition-1): Likewise.
14602 (add-log-current-defun): Return nil if calling
14603 add-log-current-defun-function does so. Move Fortran stuff to
14604 fortran.el. Return string without properties.
14605
14606 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14607 and :alpha: char classes.
14608
14609 * mail/supercite.el: Defvar curline when compiling.
14610 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14611 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14612 rather than a-zA-Z0-9 to allow non-ASCII characters.
14613
14614 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14615
14616 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14617
14618 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14619 Re-enable new code.
14620
14621 * lpr.el (print-region-1): Use -d to specify printer name for
14622 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14623
14624 2000-03-31 Dave Love <fx@gnu.org>
14625
14626 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14627 for function definition in symbol's function value slot first
14628 instead of first consulting byte-compile-function-environment.
14629
14630 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14631
14632 * language/european.el ("Polish"): New language environment.
14633 (setup-polish-environment): New function.
14634
14635 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14636
14637 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14638 Disable new code.
14639
14640 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14641 trying to `load' the symbol of an autoload instead of the file
14642 recorded in the autoload. Fix error messages.
14643
14644 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14645
14646 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14647 (ps-print-version): New version number (5.1.3).
14648 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14649 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14650 (ps-generate-postscript-with-faces): Code fix.
14651 (ps-color-values): XEmacs compatibility.
14652 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14653 (ps-default-fg, ps-default-bg): Adjust customization.
14654 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14655 (ps-color-scale): Renaming old ps-color-value fun.
14656 (ps-print-headers): Replace ps-print-header group to avoid conflict
14657 with ps-print-header variable.
14658 (ps-print-miscellany): New group.
14659 (ps-format-color, ps-rgb-color): New funs.
14660 (ps-default-foreground): New var.
14661 (ps-printer-name-option): New const.
14662
14663 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14664
14665 * net/net-utils.el:
14666 (network-connection-host, network-connection-service): New variables
14667 (network-connection-mode): New mode, derived from comint-mode
14668 (network-connection-mode-setup): New function, saves host and
14669 service information in local variables.
14670
14671 * lisp/locate.el:
14672 (locate-word-at-point): Added this function
14673 (locate): Default to using locate-word-at-point as input
14674 Run dired-mode-hook
14675
14676 2000-03-29 Dave Love <fx@gnu.org>
14677
14678 * calendar/appt.el: Doc fixes.
14679 (appt-check): Convert min-to-app to a string before passing to
14680 appt-disp-window-function or concat.
14681 (appt-delete-window): Remove test for frame-root-window.
14682 (appt-select-lowest-window, appt-convert-time): Simplify.
14683
14684 * emacs-lisp/bytecomp.el: Doc fixes.
14685 (byte-compile-file-form-autoload): Update
14686 byte-compile-function-environment.
14687
14688 2000-03-29 Andreas Schwab <schwab@suse.de>
14689
14690 * emacs-lisp/autoload.el: Also print defsubst doc string
14691 specially.
14692
14693 * dired.el (dired-insert-directory): If dired-free-space-program
14694 failed just delete its output.
14695
14696 2000-03-29 Dave Love <fx@gnu.org>
14697
14698 * international/iso-cvt.el: Move provide to end. Doc fixes.
14699 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14700 (iso-iso2sgml, iso-sgml2iso): New functions.
14701 (iso-cvt-define-menu): Fix some entries and use backquote for
14702 clarity.
14703
14704 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14705
14706 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14707
14708 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14709 ISO-DATE. If non-nil, return date in ISO 8601 format.
14710
14711 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14712
14713 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14714 if it ever becomes used.
14715 (log-edit-mode-hook): Default to vc-log-mode-hook.
14716 (log-edit-mode): Fix the docstring.
14717
14718 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14719 the code.
14720
14721 2000-03-26 Dave Love <fx@gnu.org>
14722
14723 * net/browse-url.el (browse-url): Re-fix case of
14724 browse-url-browser-function being an alist.
14725 (browse-url): Add :link to defgroup.
14726
14727 * files.el: Doc fixes.
14728 (file-truename): Include `[' in wildcard characters.
14729 (automount-dir-prefix): Customize.
14730 (find-file-wildcards): Add :version.
14731 (find-file-noselect): Simplify a mapcar call.
14732
14733 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14734 compatible with inf-lisp version.
14735 (eval-defun-1): Fix custom-declare-variable case.
14736
14737 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14738
14739 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14740
14741 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14742
14743 * Makefile (COMPILE_FIRST): New macro.
14744 (compile-files): Compile files from COMPILE_FIRST first.
14745
14746 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14747 code.
14748
14749 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14750 matching open parenthesis in column 0 to defun-prompt-regexp
14751 only if open-paren-in-column-0-is-defun-start is set.
14752
14753 * sun-curs.el: Require CL at compile-time only.
14754
14755 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14756 instead of copy-list which is a function from CL.
14757 (msb--choose-menu, msb--mode-menu-cond)
14758 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14759 (msb--init-file-alist): Use mapcar instead of mapcan.
14760 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14761 `(' in column 0 in doc string.
14762 (msb--add-separators): Use mapcar instead of mapcan.
14763
14764 * cus-dep.el: Require CL at compile-time only.
14765
14766 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14767
14768 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14769 (byte-compile-warnings): New warning `noruntime'.
14770 (byte-compile-constants, byte-compile-variables): Fix docstring.
14771 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14772 execute `eval-whenc-compile's body.
14773 (byte-compile-unresolved-functions): Fix docstring.
14774 (byte-compile-eval): New function.
14775 (byte-compile-callargs-warn): Check if the function will be available
14776 at runtime (via property `byte-compile-noruntime').
14777 (byte-compile-print-syms): New function.
14778 (byte-compile-warn-about-unresolved-functions): Also warn about
14779 `noruntime' functions (and use `byte-compile-print-syms').
14780 (byte-compile-file): Capitalize the message.
14781
14782 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14783
14784 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14785 (rmail-expunge): Ask for confirmation depending on the setting
14786 of rmail-confirm-expunge.
14787
14788 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14789
14790 * Makefile (bootstrap-clean): If $(emacs) exists, build
14791 loaddefs.el first. A loaddefs.el that's not up-to-date might
14792 cause a bootstrap failure because things don't autoload as
14793 expected.
14794
14795 2000-03-23 Dave Love <fx@gnu.org>
14796
14797 * net/browse-url.el: Restore previous use of
14798 browse-url-maybe-new-window.
14799
14800 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14801
14802 * ps-print.el: Skip banner page fix.
14803 (ps-print-version): New version number (5.1.2).
14804 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14805
14806 2000-03-23 Dave Pearson <davep@davep.org>
14807
14808 * net/quickurl.el Changed the type of parameter passed to the
14809 function defined by `quickurl-format-function'. Before only the
14810 text of the URL was passed. Now the whole URL structure is passed
14811 and the function is responsible for extracting the parts it
14812 requires. Changed the default of `quickurl-format-function'
14813 accordingly.
14814 (quickurl-insert): Changed the `funcall' of
14815 `quickurl-format-function' to match the above change.
14816 (quickurl-list-insert): Changed the `url' case so that it makes
14817 use of `quickurl-format-function', previous to this the format was
14818 hard wired.
14819
14820 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14821
14822 * startup.el: Change some spellings for the X Window System.
14823
14824 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14825
14826 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14827 up the code and the regexp and make sure the cursor is temporarily
14828 moved to the suspicious line while querying the user.
14829
14830 2000-03-22 Jason Rumney <jasonr@gnu.org>
14831
14832 * w32-fns.el (w32-charset-info-alist): Initialize.
14833
14834 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14835
14836 * ps-print.el: N-up last page fix.
14837 (ps-print-version): New version number (5.1.1).
14838 (ps-end-file, ps-end-job, ps-generate): Code fix.
14839
14840 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14841
14842 * files.el (find-file-run-dired): Update docstring.
14843 (find-directory-functions): New hook.
14844 (find-file-noselect): Run find-directory-functions rather than
14845 calling dired directly.
14846
14847 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14848
14849 * pcvs.el: Add a minimal leading commentary.
14850 (cvs-make-cvs-buffer): Change the header part by removing the startup
14851 message and adding a `Module' entry. Also replace the FOOTER and
14852 HEADER special fileinfos with the new support in ewoc for updating
14853 its own footer and header.
14854 (cvs-update-header): Update to use the header/footer of the ewoc.
14855 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14856 (cvs-is-within-p): New function.
14857 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14858 to only examine some subset of the buffers.
14859
14860 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14861 `format' instead of our own ad-hoc functions.
14862 Remove HEADER and FOOTER cases, now handled in the EWOC.
14863 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14864
14865 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14866 output to avoid scaring the user.
14867 (cvs-parse-table): Catch message for non-up-to-date commits.
14868
14869 * pcvs-defs.el (cvs-startup-message): Remove.
14870 (cvs-global-menu): New autoloaded menu.
14871
14872 * pcvs-util.el (cvs-string-fill): Remove.
14873
14874 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14875 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14876 PP part of it and also make it work for footers and headers.
14877 (ewoc-create): Drop POS and BUFFER arguments.
14878 Use the DLL's dummy node to store the end-of-footer position.
14879 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14880 (ewoc-refresh): Remove unused `header' variable.
14881 (ewoc-(get|set)-hf): New functions.
14882
14883 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14884 log-view-*-(message|file) and use easy-mmode-define-navigation.
14885 (log-view-message-re): Match SCCS format as well.
14886 And match the revision line rather than the dashed separator line.
14887 (log-view-mode): Use the new define-derived-mode.
14888 (log-view-current-tag): Fill in with an actual implementation.
14889
14890 * cvs-status.el (cvs-status-(prev|next)): Rename from
14891 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14892 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14893 to let the output "breathe" a little more (more readable).
14894 (cvs-status-mode): Use the new define-derived-mode.
14895
14896 * smerge-mode.el (smerge-auto-leave): New function and variable.
14897 (smerge-basic-map): Rename from smerge-basic-keymap.
14898 Change the bindings for smerge-diff-*.
14899 (smerge-*-map): Use easy-mmode-defmap.
14900 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14901 (smerge-keep-*): Use smerge-auto-leave.
14902
14903 2000-03-21 Jason Rumney <jasonr@gnu.org>
14904
14905 * cus-edit.el (custom-button-face): Use 3D look for w32.
14906 (custom-button-pressed-face): Likewise.
14907
14908 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14909
14910 * progmodes/etags.el (tags-case-fold-search): New user-option.
14911 (tags-loop-eval): New function. Bind case-fold-search around eval
14912 depending on the value of tags-case-fold-search.
14913 (tags-loop-continue): Use tags-loop-eval.
14914 (find-tag-in-order): Bind case-fold-search depending on the value
14915 of tags-case-fold-search.
14916
14917 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14918
14919 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14920 (diff-end-of-hunk): Return the end position for use in
14921 `easy-mmode-define-navigation'.
14922 (diff-recenter): Remove.
14923 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14924 of `easy-mmode-define-navigation'.
14925 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14926 previous renaming) and fix to use new names.
14927 (diff-merge-strings): Use \n as separator: simpler, faster.
14928 (diff-mode): Use `define-derived-mode'.
14929
14930 * derived.el (define-derived-mode): Don't autoload anymore.
14931 Prefer the macro-only version provided by easy-mmode.el.
14932
14933 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14934 `easy-mmode-define-derived-mode'.
14935 Use `combine-run-hooks'.
14936 (easy-mmode-define-navigation): New macro.
14937
14938 * subr.el (combine-run-hooks): New function.
14939
14940 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14941
14942 * term/x-win.el: Fontsets related initialization is simplified.
14943
14944 * international/mule-diag.el (describe-font): Don't refer to
14945 global-fontset-alist, instead call font-list.
14946 (describe-fontset, list-fontsets, mule-diag): Likewise.
14947 (print-fontset): Adjusted for the change of fontset
14948 implementation.
14949
14950 * international/fontset.el (x-charset-registries): Variable
14951 removed, instead the corresponding data is stored in the default
14952 fontset.
14953 (register-alternate-fontnames): Function removed.
14954 (resolved-ascii-font): Variable removed.
14955 (x-compose-font-name): Ignore the second argument REDOCE.
14956 (x-complement-fontset-spec): Complement only an ASCII font and
14957 element for those charsets than can use that ASCII font.
14958 (generate-fontset-menu): Don't refer to global-fontset-alist,
14959 instead call fontset-list.
14960 (uninstantiated-fontset-alist): Variable removed.
14961 (x-style-funcs-alist): Likewise.
14962 (fontset-default-styles): Likewise.
14963 (x-modify-font-name): Function removed.
14964 (create-fontset-from-fontset-spec): Ignore the argument
14965 STYLE-VARIANT.
14966 (create-fontset-from-ascii-font): Docsting adjusted for the above
14967 change.
14968 (instantiate-fontset, resolve-fontset-name): Functions removed.
14969 (fontset-list): Now implemented by C code.
14970
14971 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14972 (describe-face): Include `font' attribute in the description.
14973
14974 2000-03-21 Kenichi Handa <handa@etl.go.jp>
14975
14976 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14977
14978 2000-03-20 Gerd Moellmann <gerd@gnu.org>
14979
14980 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14981 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14982 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14983
14984 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14985 about behavior of set-buffer-modified-p wrt redisplay.
14986
14987 2000-03-19 Richard M. Stallman <rms@gnu.org>
14988
14989 * view.el (view-mode-disable): Kill local binding of view-read-only.
14990
14991 2000-03-18 Gerd Moellmann <gerd@gnu.org>
14992
14993 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14994 is a string, convert it to a syntax cell using string-to-syntax.
14995
14996 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14997 (string-to-syntax): New function.
14998
14999 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
15000 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
15001 try to use passive ftp mode.
15002
15003 2000-03-17 Gerd Moellmann <gerd@gnu.org>
15004
15005 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
15006
15007 * simple.el (append-to-buffer): Update point of windows after
15008 insertion.
15009
15010 * abbrev.el (inverse-add-abbrev): Identify word by first moving
15011 forward then moving backward. Reindent.
15012
15013 * frame.el (other-frame): Call x-focus-frame only if
15014 focus-follows-mouse is off.
15015
15016 2000-03-17 Dave Love <fx@gnu.org>
15017
15018 * pcvs-util.el (cvs-strings->string): Rename
15019 replace-regexps-in-string.
15020
15021 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
15022
15023 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
15024 regexp for labels cannot span several lines.
15025
15026 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
15027 `(setq :<key> ':<key>)' to the macro expansion.
15028
15029 2000-03-16 Dave Love <fx@gnu.org>
15030
15031 * progmodes/f90.el (f90): Put custom group under `languages', not
15032 `fortran'.
15033 (f90-mode-hook): Customize.
15034 (f90-mode): Set add-log-current-defun-function.
15035 (f90-current-defun): New function.
15036
15037 2000-03-16 Gerd Moellmann <gerd@gnu.org>
15038
15039 * cus-edit.el (custom-variable-tag-face): Handle case that
15040 default face's height is not a number.
15041 (custom-face-tag-face, custom-group-tag-face-1)
15042 (custom-group-tag-face): Ditto.
15043 (custom-group-tag-face-1): Add :group.
15044
15045 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
15046
15047 2000-03-15 Gerd Moellmann <gerd@gnu.org>
15048
15049 * pcvs-defs.el (toplevel): Remove autoload cookie for form
15050 requiring easymenu.
15051
15052 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15053
15054 * ps-print.el: PostScript user-defined prologue, PostScript error
15055 handler, doc fix.
15056 (ps-print-version): New version number (5.1).
15057 (ps-user-defined-prologue, ps-error-handler-message)
15058 (ps-print-prologue-0, ps-error-handler-alist): New vars.
15059 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
15060 (ps-insert-string): New function.
15061
15062 2000-03-15 Kenichi Handa <handa@etl.go.jp>
15063
15064 * international/ccl.el (ccl-compile-expression): Don't generate
15065 invalid self-assignment code.
15066
15067 2000-03-14 Dave Love <fx@gnu.org>
15068
15069 * subr.el (replace-regexp-in-string): Renamed from
15070 replace-regexps-in-string. Doc fix.
15071
15072 2000-03-12 Dave Love <fx@gnu.org>
15073
15074 * cus-edit.el: Doc fixes.
15075 (customize-set-variable, customize-save-variable): Rename args for
15076 doc.
15077 (custom-variable-tag-face, custom-face-tag-face)
15078 (custom-group-tag-face-1, custom-group-tag-face): Modify from
15079 style which user identify as hyperlink.
15080 (hook): Don't add undefined functions to the hook.
15081 (debug-ignored-errors): Transfer message from bindings.el.
15082
15083 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15084
15085 * recentf.el (recentf-keep-non-readable-files-p): Remove
15086 double/nested definition.
15087
15088 2000-03-12 Dave Love <fx@gnu.org>
15089
15090 * facemenu.el (facemenu-get-face): Use display-color-p.
15091 * enriched.el (enriched-decode-foreground): Likewise.
15092 (enriched-decode-background): Likewise.
15093 * isearch.el (isearch-highlight): Likewise.
15094 * info-look.el (info-lookup): Likewise.
15095 * simple.el (completion-setup-function): Likewise.
15096
15097 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
15098 :options.
15099
15100 * bindings.el (mode-line-format): Fix line-number and
15101 column-number items. Add help-echo for the background.
15102 (mode-line-mule-info): Modify help-echo.
15103
15104 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
15105
15106 * files.el (load-file): Allow completion to .elc.
15107
15108 * man.el: Doc fixes.
15109 (Man-init-defvars): Use display-color-p to set fontification.
15110
15111 * play/hanoi.el (hanoi-internal): Don't use oddp.
15112
15113 2000-03-12 Gerd Moellmann <gerd@gnu.org>
15114
15115 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
15116
15117 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
15118
15119 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
15120
15121 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
15122 Fix comment.
15123
15124 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
15125
15126 * font-lock.el (font-lock-keywords): Fix the doc now that
15127 regexp-opt-depth is unnecessary.
15128 (save-buffer-state): Set an edebug spec.
15129 (font-lock-fontify-anchored-keywords): Properly handle the case when
15130 the matcher goes past the limit.
15131
15132 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
15133 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
15134
15135 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
15136 dll.el and cookie.el (from Elib) with heavy renaming and other
15137 massaging.
15138
15139 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
15140 Autoload the functions used.
15141 (easy-mmode-define-syntax): Fix CL typo.
15142 (easy-mmode-define-derived-mode): Improve the docstring generation.
15143
15144 2000-03-10 Gerd Moellmann <gerd@gnu.org>
15145
15146 * textmodes/texinfo.el (texinfo-version): Variable and function
15147 removed.
15148
15149 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
15150
15151 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
15152 allow more flexibility.
15153 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
15154 fns.
15155 (easy-mmode-defmap, easy-mmode-defsyntax)
15156 (easy-mmode-define-derived-mode): New macros.
15157
15158 2000-03-09 Didier Verna <didier@xemacs.org>
15159
15160 * rect.el (replace-rectangle): New function.
15161
15162 2000-03-09 Dave Love <fx@gnu.org>
15163
15164 * progmodes/fortran.el (fortran-comment-line-start): Define as
15165 "C".
15166 (fortran-comment-line-start-skip): Don't match cpp stuff.
15167 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
15168 (fortran-mode-map): Remove over-eager custom-menu-create for now.
15169 (fortran-mode): Don't set fortran-comment-line-start-skip,
15170 fortran-comment-line-start here. Set comment-start,
15171 add-log-current-defun.
15172 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
15173 (fortran-current-defun): New function.
15174
15175 2000-03-09 Gerd Moellmann <gerd@gnu.org>
15176
15177 * emacs-lisp/re-builder.el: New file.
15178
15179 * mouse.el (mouse-drag-region): Don't run up-event handler
15180 if hscroll has changed.
15181
15182 * octave-mod.el (octave-font-lock-keywords): To font-lock the
15183 builtin operators, use `font-lock-builtin-face' for Emacs and
15184 `font-lock-preprocessor-face' otherwise.
15185
15186 * font-lock.el (lisp-font-lock-keywords-1): Highlight
15187 `(defun (setf foo)' differently.
15188
15189 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
15190
15191 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
15192 (regexp-opt): Update comment and adapt the code the new meaning of
15193 the `paren' argument of regex-opt-group for shy-groups.
15194 (regexp-opt-depth): Handle shy groups as well as backslashed
15195 backslashes.
15196 (regexp-opt-group): Turn the leading comment into a docstring.
15197 Allow `paren' to be a string (the string to use to open a group).
15198 Remove open-presuf and close-presuf. Instead of checking for `all
15199 one-char' and then later on check for `several one-char', handle
15200 both cases close together. Also apply a more generic algorithm
15201 for suffixes (the mirror image of the algorithm used for
15202 prefixes). Use shy-groups. Use nreverse rather than reverse.
15203 (regexp-opt-try-suffix): Removed.
15204
15205 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
15206 from comint-mode-map, so we can just inherit from it. Also, move
15207 the initialization into the `defvar' since there's no docstring
15208 anyway and it's fairly short.
15209 (inferior-scheme-mode): Define it as derived-mode: the code is
15210 shorter and this way we inherit from comint-mode-map rather than
15211 copying it.
15212
15213 * subr.el (replace-regexps-in-string): Properly handle the case
15214 where we match an empty string.
15215
15216 * comint.el (comint-exec-1): Add the current-dir to the exec-path
15217 when the command has a directory component (such as "./testml").
15218 Also fix a typo in the comment.
15219
15220 2000-03-08 Gerd Moellmann <gerd@gnu.org>
15221
15222 * Makefile (compile-files): Compile files one by one because
15223 that's the only way to ensure a clean compilation environment for
15224 each individual file.
15225
15226 * frame.el (other-frame): Call x-focus-frame.
15227
15228 2000-03-07 Dave Love <fx@gnu.org>
15229
15230 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15231 :require to defcustom.
15232
15233 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15234 lists.
15235
15236 * files.el (auto-mode-alist): Add configure.in.
15237
15238 * progmodes/autoconf.el: New file.
15239
15240 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15241
15242 * mail/mh-e.el: Change maintainer to `none'.
15243
15244 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15245 to remove-hook and add-hook.
15246
15247 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15248
15249 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15250 it as the default.
15251 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15252 (sendmail-send-it): Conditionally add MIME headers specifying the
15253 used character set.
15254
15255 2000-03-07 Dave Love <fx@gnu.org>
15256
15257 * winner.el: Fix keywords, autoload cookies. Split
15258 eval-when-compile form to avoid compilation failure.
15259
15260 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15261
15262 * international/mule.el: Modify comment about coding system
15263 property `coding-category'.
15264 (make-coding-system): New argument EOL-TYPE. Pay attention to
15265 coding-category property of PROPERTIES.
15266
15267 * international/mule-conf.el (coding-category-utf-8,
15268 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15269 categories. Include them in the argument for set-coding-priority.
15270
15271 * international/mule-cmds.el (reset-language-environment): Include
15272 coding-category-utf-8, coding-category-utf-16-be, and
15273 coding-category-utf-16-le in the argument for set-coding-priority.
15274 (reset-language-environment): Initialize coding-category-utf-8,
15275 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15276
15277 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15278
15279 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15280 code abstracted out of `bookmark-jump-noselect'. Now tries info
15281 extensions as well as compression extensions.
15282 (bookmark-jump-noselect): Use above new func.
15283
15284 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15285
15286 * strokes.el: Change maintainer's mail address.
15287
15288 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15289
15290 * international/mule-diag.el (list-character-sets): Make help-echo
15291 string by substitute-command-keys.
15292 (list-character-sets): Likewise.
15293 (sort-listed-character-sets): Call help-setup-xref.
15294
15295 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15296
15297 * time.el (display-time-mail-file): Add `none' to the list of
15298 choices.
15299
15300 2000-03-01 Dave Love <fx@gnu.org>
15301
15302 * help.el (help-xref-go-back): Don't try to set position.
15303
15304 * international/mule-diag.el (list-character-sets): Call
15305 help-setup-xref. Add help-echo to xrefs.
15306 (list-character-sets-1): Add help-echo to xrefs.
15307
15308 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15309
15310 * frame.el (blink-cursor-mode): Switch cursor on when turning
15311 the mode off.
15312
15313 * add-log.el (add-log-current-defun): Add support for
15314 Autoconf mode.
15315
15316 * mail/rmail.el (rmail-quit-hook): New variable.
15317
15318 2000-03-01 Dave Love <fx@gnu.org>
15319
15320 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15321
15322 * help.el (help-xref-button): Add help-echo arg.
15323 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15324
15325 * faces.el (list-faces-display): Supply help-echo with
15326 help-make-xrefs.
15327
15328 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15329 nil.
15330
15331 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15332
15333 * image.el (defimage): Look for image files in load-path.
15334
15335 * frame.el (busy-cursor-delay-seconds): Change type to
15336 `number'.
15337
15338 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15339
15340 * recentf.el (recentf): Added version tag to the defgroup of
15341 recentf.
15342
15343 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15344
15345 * recentf.el (recentf-cleanup): Changed to remove excluded file
15346 too.
15347 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15348 action to select/unselect a file.
15349 (recentf-edit-list): Code cleanup and improvement.
15350 (recentf-open-more-files-action): `recentf-open-more-files' button
15351 widget action to open a file.
15352 (recentf-open-more-files): No more use standard completion but
15353 widgets.
15354 (recentf-more-collection): Deleted.
15355 (recentf-more-history): Deleted.
15356 (recentf-setup-more-completion): Deleted.
15357
15358 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15359
15360 * recentf.el (recentf-mode): No more needs that Emacs is running
15361 under a window-system.
15362
15363 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15364
15365 * recentf.el (recentf-edit-list): New command to edit the recent
15366 list which allow the user to remove files.
15367 (recentf-edit-selected-items): New global variable, used by
15368 `recentf-edit-list' to hold the list of files to be removed from
15369 the recent list.
15370 (recentf-make-menu-items): Updated to display a "Edit list..."
15371 menu item. Minor code cleanup.
15372
15373 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15374
15375 * recentf.el (recentf-open-more-files): New command to open files
15376 that are not displayed in the menu.
15377 (recentf-more-collection): New global variable holding the set of
15378 permissible completions used by `recentf-open-more-files'.
15379 (recentf-more-history): New global variable holding the history list
15380 used by `recentf-open-more-files' completion.
15381 (recentf-setup-more-completion): New function to setup completion for
15382 `recentf-open-more-files'.
15383 (recentf-make-menu-items): Updated to display a "More..." menu item.
15384
15385 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15386
15387 * recentf.el (recentf-menu-action): Doc fixed.
15388
15389 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15390
15391 * recentf.el (recentf-menu-filter): Doc updated.
15392 (recentf-update-menu-hook): Allow menu filters to force menu update.
15393 (recentf-make-menu-items): New menu filter handling.
15394 (recentf-make-menu-item): New helper function.
15395 (recentf-menu-elements): New menu handling function.
15396 (recentf-sort-ascending): Updated to new menu filter handling.
15397 (recentf-sort-descending): Updated to new menu filter handling.
15398 (recentf-sort-basenames-ascending): New menu filter function.
15399 (recentf-sort-basenames-descending): New menu filter function.
15400 (recentf-show-basenames): New menu filter function.
15401 (recentf-show-basenames-ascending): New menu filter function.
15402 (recentf-show-basenames-descending): New menu filter function.
15403
15404 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15405
15406 * diary-lib.el (list-diary-entries): Don't try to go forward at
15407 the end of the buffer.
15408
15409 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15410
15411 * international/mule-diag.el (list-character-sets): Completely
15412 rewritten.
15413 (sort-listed-character-sets): New function.
15414 (list-character-sets-1): Completely rewritten.
15415 (list-character-sets-2): New function.
15416 (non-iso-charset-alist): New variable.
15417 (decode-codepage-char): New function.
15418 (charset-history): New variable.
15419 (read-charset) (list-block-of-chars)
15420 (list-iso-charset-chars)
15421 (list-non-iso-charset-chars)
15422 (list-charset-chars): New functions.
15423 (mule-diag): Call list-character-sets-2, not
15424 list-character-sets-2.
15425 (dump-charsets): Likewise.
15426
15427 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15428
15429 * dired-x.el (dired-filename-at-point): Add `@' to valid
15430 file name characters.
15431 (dired-filename-at-point): Handle ange-ftp file names.
15432
15433 * frame.el (frame-notice-user-settings): Use assq-delete-all
15434 instead of assoc-delete-all.
15435 (frame-notice-user-settings): Ditto.
15436
15437 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15438 Don't copy alist.
15439
15440 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15441
15442 * calculator.el (calculator-use-menu): New option.
15443 (calculator-initial-bindings): Changed some bindings to work as
15444 macros.
15445 (calculator-forced-input): Removed.
15446 (calculator-restart-other-mode): New variable.
15447 (calculator-mode-map): Set up menu.
15448
15449 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15450
15451 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15452 tags.
15453
15454 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15455
15456 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15457 translate all ESC key sequences.
15458 (viper-goto-mark-subr): restore markers for files for which
15459 they were saved.
15460 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15461 * viper-util.el (viper-set-replace-overlay-glyphs,
15462 viper-set-replace-overlay): always check if the replacement
15463 overlay is live.
15464 * viper.el (viper-vi-state-mode-list): added major modes.
15465 * ediff-wind.el: minor comment changes.
15466 * ediff.el: copyright notice date fix.
15467
15468 2000-02-27 Jason Rumney <jasonr@gnu.org>
15469
15470 * faces.el (face-font-family-alternatives): Add arial to helv.
15471 (mode-line, header-line, tool-bar): Same default as x for w32.
15472 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15473 face-font-family-alternatives from working.
15474 * term/w32-win.el (mouse-set-font): Do not build fontset from
15475 chosen font.
15476
15477 2000-02-25 Sam Steingold <sds@goems.com>
15478
15479 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15480 properly.
15481
15482 2000-02-25 Richard M. Stallman <rms@gnu.org>
15483
15484 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15485
15486 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15487
15488 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15489 writable.
15490
15491 * frame.el (busy-cursor-delay-seconds): New option.
15492
15493 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15494
15495 * frame.el (show-cursor-in-non-selected-windows): New option.
15496
15497 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15498
15499 * diary-lib.el (include-other-diary-files): Undo the selective
15500 display in any included file and don't kill it.
15501
15502 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15503
15504 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15505 bar. Menu items converted to (menu-item format, help strings
15506 added.
15507 [downcase, upcase]: Don't enable on MS-DOS.
15508 [symlink, symlinks]: Don't show if make-symbolic-link is not
15509 bound.
15510 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15511
15512 2000-02-23 Dave Love <fx@gnu.org>
15513
15514 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15515 (backward-kill-word): Revert addition of * to interactive spec --
15516 it's a feature.
15517
15518 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15519 (backward-kill-sentence, kill-sentence): Likewise.
15520
15521 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15522 scratch buffer name.
15523 (gud-format-command): Use int-to-string in ?l case. Simplify
15524 slightly.
15525
15526 * term/w32-win.el (internal-face-interactive): Update prompt for
15527 new read-face-name.
15528
15529 * mail/footnote.el (footnote): Add :version to defgroup.
15530 (footnote-section-tag-regexp): Customize.
15531 (footnote-start-tag, footnote-end-tag): New option.
15532 (footnote-latin-regexp): New variable.
15533 (Footnote-latin): New function.
15534 (footnote-style-alist): Add element for latin style.
15535 (footnote-style): Moved.
15536 (Footnote-goto-footnote): Use eq to test arg.
15537
15538 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15539
15540 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15541 (byte-compile-trueconstp): Include keywords.
15542 (byte-optimize-quote, byte-optimize-lapcode): Use
15543 byte-compile-const-symbol-p.
15544 (byte-optimize-char-before): New optimization.
15545
15546 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15547 (byte-compile-const-symbol-p): New function.
15548 (byte-compile-constp, byte-compile-out-toplevel)
15549 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15550 Use it.
15551
15552 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15553
15554 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15555
15556 * international/encoded-kb.el: Be sure to update minor-mode-alist
15557 and minor-mode-map-alist.
15558 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15559 codes SS2 and SS3 correctly.
15560 (encoded-kbd-self-insert-ccl): New function.
15561 (encoded-kbd-setup-keymap): New function.
15562 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15563 by calling encoded-kbd-setup-keymap.
15564
15565 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15566 characters.
15567 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15568 locally.
15569
15570 2000-02-22 Dave Love <fx@gnu.org>
15571
15572 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15573 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15574 defvar.
15575 (lisp-mode-syntax-table): Set up for #|...|# comments.
15576 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15577 classes. Match `defface'.
15578 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15579 (eval-defun-1): Fix for defcustom.
15580 (lisp-indent-region): Doc fix.
15581
15582 * subr.el (when, unless, split-string): Doc fix.
15583 (read-passwd): Move call of clear-this-command-keys to the right
15584 place.
15585 (replace-regexps-in-string): New function.
15586
15587 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15588
15589 * help.el (describe-variable): Set syntax table to
15590 emacs-lisp-mode-syntax-table when moving forward over the
15591 symbol's name.
15592
15593 2000-02-22 Dave Love <fx@gnu.org>
15594
15595 * xt-mouse.el: Doc fixes.
15596 (xterm-mouse-position-function): New function, replacing advice of
15597 mouse-position.
15598 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15599
15600 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15601
15602 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15603
15604 * format.el (format-annotate-single-property-change): Handle
15605 properties.with dotted-list values.
15606 (format-proper-list-p): New function.
15607
15608 * enriched.el (enriched-face-ans): Handle '(foreground-color
15609 . COLOR) and (background-color . COLOR).
15610
15611 2000-02-20 Dave Love <fx@gnu.org>
15612
15613 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15614 and assignments to it.
15615 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15616 current local map.
15617 (make-flyspell-overlay): Use it.
15618 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15619
15620 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15621 (lm-get-header-re): Defun, not defsubst.
15622 (lm-get-package-name): Defun, not defsubst. Simplify.
15623 (lm-version): Doc fix. Simplify.
15624 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15625 (lm-crack-address, lm-last-modified-date, lm-commentary)
15626 (lm-verify, lm-synopsis): Simplify.
15627 (lm-report-bug): Require emacsbug. Use compose-mail.
15628
15629 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15630
15631 * dired.el (dired-mode): Call propertized-buffer-identification
15632 to set mode-line-buffer-identification to something having
15633 the right text properties.
15634
15635 * bindings.el (propertized-buffer-identification): New function.
15636
15637 2000-02-20 Dave Love <fx@gnu.org>
15638
15639 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15640 check for t-mouse too.
15641
15642 * cus-start.el: Make echo-keystrokes `number'.
15643
15644 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15645
15646 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15647 Don't call ring-empty-p unless tags-location-ring is bound.
15648 From Noah Friedman <friedman@splode.com>.
15649
15650 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15651
15652 * progmodes/hideshow.el (hs-flag-region): No longer use
15653 `intangible' overlay property.
15654
15655 (hs-toggle-hiding): New command.
15656 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15657
15658 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15659 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15660 and deactivation.
15661
15662 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15663
15664 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15665
15666 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15667
15668 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15669
15670 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15671 of `*' to handle `(* ... *)' comments.
15672
15673 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15674
15675 * faces.el (list-faces-display): Use display-mouse-p instead of
15676 window-system.
15677
15678 * menu-bar.el (global-map): Menu-bar items converted to the new
15679 format (menu-item..., rearranged for better CUA compliance, and
15680 their names changed for better clarity. Help strings added.
15681
15682 * international/mule-cmds.el (mule-menu-keymap)
15683 (describe-language-environment-map, set-coding-system-map)
15684 (setup-language-environment-map): Convert to new (menu-item...
15685 form, add help strings. Change names of menu items for better
15686 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15687 submenu).
15688
15689 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15690
15691 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15692 within the code.
15693
15694 2000-02-16 Dave Love <fx@gnu.org>
15695
15696 * faces.el: Don't require custom. Add more specific :groups to
15697 various deffaces.
15698 (set-face-attribute): Purecopy args.
15699 (read-face-name): Default to name at point and use it in prompt.
15700 Remove colon from arg in all callers.
15701 (list-faces-display): Hyperlink to face descriptions and customize
15702 buffers.
15703
15704 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15705
15706 * wid-edit.el (widget-match-inline): An atom never matches a
15707 list.
15708
15709 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15710
15711 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15712 at ':' characters by call to split-string.
15713
15714 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15715
15716 * textmodes/bibtex.el: Added RCS version identification.
15717
15718 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15719
15720 * textmodes/bibtex.el: Some temporary comments removed.
15721 (bibtex-field-name, bibtex-entry-type): Made the relationship
15722 explicit.
15723 (bibtex-field-const): Allow capital letters.
15724 (bibtex-start-of-string): Deleted because unused.
15725
15726 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15727 use the term 'reference' to describe a bibtex entry as a whole.
15728 Further, reference keys are no longer called 'labels'.
15729 (bibtex-keys): Renamed to bibtex-reference-keys.
15730 (bibtex-reformat-previous-labels): Renamed to
15731 bibtex-reformat-previous-reference-keys.
15732 (bibtex-reference-type): Renamed to bibtex-entry-type.
15733 (bibtex-reference-head): Renamed to bibtex-entry-head.
15734 (bibtex-reference-maybe-empty-head): Renamed to
15735 bibtex-entry-maybe-empty-head.
15736 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15737 (bibtex-search-reference): Renamed to bibtex-search-entry.
15738 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15739 bibtex-enclosing-entry-maybe-empty-head.
15740 (bibtex-entry-field-alist, bibtex-entry-head,
15741 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15742 bibtex-map-entries, bibtex-search-entry,
15743 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15744 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15745 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15746 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15747 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15748 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15749 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15750
15751 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15752
15753 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15754 comment.
15755 (bibtex-format-field-delimiters): New function, functionality
15756 extracted from bibtex-format-entry.
15757 (bibtex-autokey-get-yearfield-digits): New function, functionality
15758 extracted from bibtex-autokey-get-yearfield.
15759
15760 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15761 entries in order to avoid stack overflow in the regexp matcher if
15762 field contents become large.
15763 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15764 bibtex-field-string-part-not-braced,
15765 bibtex-field-string-part-no-inner-braces,
15766 bibtex-field-string-part-1-inner-brace,
15767 bibtex-field-string-part-2-inner-braces,
15768 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15769 bibtex-field-string-quoted, bibtex-field-string,
15770 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15771 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15772 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15773 as parsing is now performed by the following functions.
15774 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15775 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15776 bibtex-parse-field-string, bibtex-search-forward-field-string,
15777 bibtex-parse-association, bibtex-field-name-for-parsing,
15778 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15779 bibtex-search-forward-field, bibtex-search-backward-field,
15780 bibtex-start-of-field, bibtex-end-of-field,
15781 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15782 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15783 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15784 bibtex-parse-string, bibtex-search-forward-string,
15785 bibtex-search-backward-string, bibtex-start-of-string,
15786 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15787 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15788 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15789 entries. Instead of reporting the results of the parsing by
15790 match-beginning or match-end, these functions return data structures
15791 that hold the corresponding positions.
15792 (bibtex-enclosing-field): Changed to also report field boundaries by
15793 return values rather than by match-beginning or match-end. The
15794 following functions have been adapted to use the new parsing
15795 functions.
15796 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15797 bibtex-enclosing-field, bibtex-format-entry,
15798 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15799 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15800 bibtex-print-help-message, bibtex-end-of-entry,
15801 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15802 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15803 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15804 method for parsing.
15805 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15806 bibtex-map-entries, bibtex-flash-head,
15807 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15808 bibtex-autokey-change, bibtex-autokey-get-namefield,
15809 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15810 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15811 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15812 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15813 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15814 order to make the new binding of case-fold-search immediately
15815 visible.
15816
15817 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15818
15819 * textmodes/bibtex.el: Copyright notice is up to date.
15820 Added constant 'bibtex-maintainer-salutation.
15821
15822 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15823 than make-temp-name, use match-string-no-properties and eliminate
15824 a quadratic behavior when building bibtex-strings.
15825
15826 * bibtex.el (bibtex-reference-key): Accept string entries whose
15827 reference key contains upper case letters.
15828
15829 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15830
15831 * bibtex.el (bibtex-reference-head): Allow entries to start with
15832 a new line.
15833
15834 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15835
15836 * bibtex.el: Hiding of entry bodies is not longer provided by
15837 bibtex.el directly. Instead the hideshow package can be used.
15838 Added a special bibtex entry to hs-special-modes-alist.
15839 (bibtex-hs-forward-sexp): Added for hideshow.el.
15840
15841 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15842
15843 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15844 at ':' characters by call to split-string.
15845
15846 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15847
15848 * textmodes/bibtex.el: Added RCS version identification.
15849
15850 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15851
15852 * textmodes/bibtex.el: Some temporary comments removed.
15853 (bibtex-field-name, bibtex-entry-type): Made the relationship
15854 explicit.
15855 (bibtex-field-const): Allow capital letters.
15856 (bibtex-start-of-string): Deleted because unused.
15857
15858 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15859 use the term 'reference' to describe a bibtex entry as a whole.
15860 Further, reference keys are no longer called 'labels'.
15861 (bibtex-keys): Renamed to bibtex-reference-keys.
15862 (bibtex-reformat-previous-labels): Renamed to
15863 bibtex-reformat-previous-reference-keys.
15864 (bibtex-reference-type): Renamed to bibtex-entry-type.
15865 (bibtex-reference-head): Renamed to bibtex-entry-head.
15866 (bibtex-reference-maybe-empty-head): Renamed to
15867 bibtex-entry-maybe-empty-head.
15868 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15869 (bibtex-search-reference): Renamed to bibtex-search-entry.
15870 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15871 bibtex-enclosing-entry-maybe-empty-head.
15872 (bibtex-entry-field-alist, bibtex-entry-head,
15873 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15874 bibtex-map-entries, bibtex-search-entry,
15875 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15876 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15877 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15878 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15879 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15880 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15881 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15882
15883 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15884
15885 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15886 comment.
15887 (bibtex-format-field-delimiters): New function, functionality
15888 extracted from bibtex-format-entry.
15889 (bibtex-autokey-get-yearfield-digits): New function, functionality
15890 extracted from bibtex-autokey-get-yearfield.
15891
15892 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15893 entries in order to avoid stack overflow in the regexp matcher if
15894 field contents become large.
15895 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15896 bibtex-field-string-part-not-braced,
15897 bibtex-field-string-part-no-inner-braces,
15898 bibtex-field-string-part-1-inner-brace,
15899 bibtex-field-string-part-2-inner-braces,
15900 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15901 bibtex-field-string-quoted, bibtex-field-string,
15902 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15903 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15904 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15905 as parsing is now performed by the following functions.
15906 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15907 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15908 bibtex-parse-field-string, bibtex-search-forward-field-string,
15909 bibtex-parse-association, bibtex-field-name-for-parsing,
15910 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15911 bibtex-search-forward-field, bibtex-search-backward-field,
15912 bibtex-start-of-field, bibtex-end-of-field,
15913 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15914 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15915 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15916 bibtex-parse-string, bibtex-search-forward-string,
15917 bibtex-search-backward-string, bibtex-start-of-string,
15918 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15919 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15920 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15921 entries. Instead of reporting the results of the parsing by
15922 match-beginning or match-end, these functions return data structures
15923 that hold the corresponding positions.
15924 (bibtex-enclosing-field): Changed to also report field boundaries by
15925 return values rather than by match-beginning or match-end. The
15926 following functions have been adapted to use the new parsing
15927 functions.
15928 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15929 bibtex-enclosing-field, bibtex-format-entry,
15930 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15931 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15932 bibtex-print-help-message, bibtex-end-of-entry,
15933 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15934 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15935 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15936 method for parsing.
15937 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15938 bibtex-map-entries, bibtex-flash-head,
15939 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15940 bibtex-autokey-change, bibtex-autokey-get-namefield,
15941 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15942 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15943 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15944 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15945 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15946 order to make the new binding of case-fold-search immediately
15947 visible.
15948
15949 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15950
15951 * textmodes/bibtex.el: Copyright notice is up to date.
15952 Added constant 'bibtex-maintainer-salutation.
15953
15954 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15955 than make-temp-name, use match-string-no-properties and eliminate
15956 a quadratic behavior when building bibtex-strings.
15957
15958 * bibtex.el (bibtex-reference-key): Accept string entries whose
15959 reference key contains upper case letters.
15960
15961 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15962
15963 * bibtex.el (bibtex-reference-head): Allow entries to start with
15964 a new line.
15965
15966 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15967
15968 * bibtex.el: Hiding of entry bodies is not longer provided by
15969 bibtex.el directly. Instead the hideshow package can be used.
15970 Added a special bibtex entry to hs-special-modes-alist.
15971 (bibtex-hs-forward-sexp): Added for hideshow.el.
15972
15973 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15974
15975 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15976 proceedings entry type (for cross referencing). Thanks to Wagner
15977 Toledo Correa for the suggestion.
15978
15979 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15980
15981 2000-02-14 Kenichi Handa <handa@etl.go.jp>
15982
15983 * international/characters.el: Setup case table for Vietnamese.
15984
15985 2000-02-12 Gerd Moellmann <gerd@gnu.org>
15986
15987 * uniquify.el (toplevel): Require CL at compile time.
15988 (uniquify-push): Removed.
15989
15990 * shadowfile.el (shadow-when): Removed.
15991
15992 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15993 (tempo-process-and-insert-string): Use dolist instead of
15994 tempo-dolist.
15995
15996 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15997 regexp for paragraph-start.
15998
15999 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16000 commas as well.
16001
16002 2000-02-10 Dave Love <fx@gnu.org>
16003
16004 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16005 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16006 Deleted.
16007 (widget-specify-field, widget-specify-button): Don't use
16008 widget-mouse-help as help-echo property.
16009 (default): Use #'ignore for :validate and :mouse-down-action.
16010 (checkbox): Add help-echo.
16011 (widget-sexp-validate): Rewritten to clarify error messages.
16012 (character): Use char-valid-p in :match function.
16013 (widget-color-complete): Use facemenu-color-alist.
16014 (widget-color-action): Use facemenu-read-color.
16015
16016 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16017 set up `caar' &c that we now have.
16018
16019 2000-02-09 Ray Blaak <blaak@gnu.org>
16020
16021 * delphi.el: Make resourcestring a declaration region, like const
16022 and var.
16023
16024 2000-02-09 Dave Love <fx@gnu.org>
16025
16026 * bindings.el (mode-line-input-method-map): New variable.
16027 (mode-line-mule-info): Use it; fix last change.
16028 (mode-line-mode-menu): Move definition.
16029 (mode-line-mouse-sensitive-p): Deleted.
16030 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
16031 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
16032 level.
16033
16034 * startup.el (command-line-1): Don't call
16035 make-mode-line-mouse-sensitive.
16036
16037 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16038
16039 * mail/rmail.el (rmail-retry-failure): Use
16040 rmail-beginning-of-message before rmail-toggle-header, because the
16041 former toggles headers.
16042
16043 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16044
16045 * diff-mode.el (diff-kill-junk): New interactive function.
16046 (diff-reverse-direction): Use delete-and-extract-region.
16047 (diff-post-command-hook): Restrict the area so that the hook also works
16048 outside of any diff hunk. This is necessary for the minor-mode.
16049 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16050 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16051
16052 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16053 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16054 so that it can be used more easily in <foo>-mode-hook. Also make sure
16055 to avoid duplicate entries.
16056 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
16057 (font-lock-remove-keywords): Just as was done for `add', allow it to
16058 work even if font-lock-mode is nil. Also make sure we don't modify
16059 any pre-existing list by forcing a copy-sequence. Finally rename
16060 `major-mode' to `mode'.
16061 (font-lock-fontify-syntactic-anchored-keywords)
16062 (font-lock-fontify-anchored-keywords)
16063 (font-lock-fontify-keywords-region): Use line-end-position.
16064 Don't make `font-lock-multiline' local (it's now done in
16065 font-lock-set-defaults).
16066 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
16067 move the `font-lock-fontified' creation to inside the `unless'.
16068
16069 2000-02-06 Andrew Innes <andrewi@gnu.org>
16070
16071 * term/w32-win.el (x-handle-args): Comment out call to message,
16072 which occurs before window system is initialized.
16073
16074 * makefile.nt: Add support for recompiling lisp code.
16075
16076 2000-02-04 Dave Love <fx@gnu.org>
16077
16078 * bindings.el (mode-line-mule-info): Fix/extend last change.
16079
16080 * completion.el: Replace completion-dolist with dolist.
16081
16082 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
16083 dotimes.
16084
16085 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
16086
16087 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
16088 environment names before they go into the section regexp.
16089
16090 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
16091 char class in regexp.
16092
16093 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
16094 `case-fold-search' to nil.
16095
16096 * progmodes/idlwave.el (idlwave-template): Respect
16097 `idlwave-abbrev-change-case'.
16098 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
16099 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
16100 idlwave-while): respect `idlwave-reserved-word-upcase'.
16101 (idlwave-rw-case): New function.
16102 (idlwave-statement-match): Fixed problem with assignment regexp.
16103 (idlwave-font-lock-keywords): Improved regexp for keyword
16104 parameters.
16105 (idlwave-surround): New argument LENGTH to support padding of
16106 operators longer than 1 char.
16107
16108 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
16109 idlwave-shell-expression-overlay. Implemented printing of
16110 expressions on higher levels of the calling stack.
16111 (idlwave-shell-display-level-in-calling-stack): Restore stack
16112 level.
16113 (idlwave-retrieve-expression-from-level): New function.
16114 (idlwave-shell-last-calling-stack): Variable removed.
16115 (idlwave-shell-reset): Argument action reversed (`visible' to
16116 `hidden'). Also remove stop-line overlay.
16117 (idlwave-shell-calling-stack-routine): New variable.
16118 (idlwave-shell-parse-stack-and-display): Messages now display
16119 negative level numbers.
16120 (idlwave-shell-mode): Set `modeline-format'.
16121 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
16122 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
16123 21.
16124 (idlwave-shell-print-expression-function): New option.
16125
16126 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
16127 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
16128 `tool-bar' instead of `toolbar'.
16129
16130 2000-02-02 Dave Love <fx@gnu.org>
16131
16132 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
16133 emacs-lisp-mode-hook. Don't check for defalias being defined.
16134
16135 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
16136 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
16137 the new builtins directly.
16138
16139 * whitespace.el (whitespace): Add :version to defgroup.
16140
16141 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
16142 Doc fix.
16143
16144 * thingatpt.el (sexp-at-point, symbol-at-point)
16145 (number-at-point, list-at-point): Add autoload cookie.
16146
16147 * recentf.el (recentf): Add :version to defgroup.
16148
16149 * quickurl.el (quickurl): Add :version to defgroup.
16150
16151 * elide-head.el (elide-head): Use point-marker more.
16152
16153 * bs.el (bs): Add :version to defgroup.
16154
16155 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
16156
16157 * progmodes/delphi.el (delphi): Add :version to defgroup.
16158
16159 2000-02-02 Gerd Moellmann <gerd@gnu.org>
16160
16161 * ange-ftp.el (ange-ftp-write-region): Handle case that
16162 succeeding process operation sets a different coding system.
16163
16164 * calculator.el: New file.
16165
16166 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
16167
16168 * frame.el (frames-on-display-list, framep-on-display): New
16169 functions.
16170 (display-mouse-p, display-popup-menus-p, display-graphic-p)
16171 (display-selections-p, display-screens, display-pixel-width)
16172 (display-pixel-height, display-mm-width, display-mm-height)
16173 (display-backing-store, display-save-under, display-planes)
16174 (display-color-cells, display-visual-class): New functions.
16175
16176 * term/tty-colors.el (tty-color-gray-shades): New function.
16177
16178 * faces.el (display-color-p): Use framep-on-display.
16179 (display-grayscale-p): New function.
16180
16181 2000-01-31 Dave Love <fx@gnu.org>
16182
16183 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
16184 (create-fontset-from-x-resource): Don't concat integers.
16185
16186 2000-01-31 Inge Frick <inge@nada.kth.se>
16187
16188 * view.el: Some changes in documentation. Removed some trailing
16189 whitespace. Changed some parameter names to agree with
16190 documentation.
16191 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
16192 window is not deleted. Modifies change 1998-04-26.
16193
16194 2000-01-31 Gerd Moellmann <gerd@gnu.org>
16195
16196 * windmove.el: New file.
16197
16198 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16199 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16200 progmodes/ebnf-yac.el: Update copyright and license info.
16201
16202 * jit-lock.el (jit-lock-function): Widen before calculating end
16203 position.
16204 (jit-lock-stealth-chunk-start): Rewritten.
16205
16206 * info.el (Info-title-face-alist): Removed.
16207 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
16208 faces.
16209 (Info-fontify-node): Use these faces.
16210
16211 2000-01-30 Gerd Moellmann <gerd@gnu.org>
16212
16213 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
16214 (cl-macro-list1): Recognize `&allow-other-keys' instead of
16215 `&allow-other-keywords'.
16216
16217 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
16218 the list of directories scanned heuristically.
16219
16220 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
16221 exist.
16222
16223 2000-01-30 Jason Rumney <jasonr@gnu.org>
16224
16225 * w32-fns.el: Define w32-tty-standard-colors.
16226
16227 * startup.el (command-line): Use w32-tty-standard-colors when in
16228 w32 console mode.
16229
16230 2000-01-30 Dave Love <fx@gnu.org>
16231
16232 * jka-compr.el (jka-compr-load): Fix up load-history.
16233
16234 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16235
16236 * emacs-lisp/cl-macs.el: Revert previous change.
16237
16238 2000-01-29 Dave Love <fx@gnu.org>
16239
16240 * facemenu.el: Purecopy various strings.
16241
16242 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16243 years. Deal with three-digit years.
16244
16245 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16246 defconst, purecopy.
16247 (help-back-label): Purecopy it.
16248
16249 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16250
16251 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16252 variable. If non-nil, order the buffer list according to the
16253 currently selected frame.
16254 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16255 non-nil, pass the selected frame to function buffer-list.
16256
16257 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16258
16259 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16260
16261 2000-01-28 Dave Love <fx@gnu.org>
16262
16263 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16264
16265 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16266 Don't use lisp-indent-hook property.
16267 (cl-abs): Remove.
16268
16269 * subr.el: Move out indent and edebug specs for when and unless.
16270
16271 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16272 when, unless.
16273
16274 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16275 unless, when.
16276
16277 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16278
16279 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16280 `collecting' as synonym for `collect'.
16281
16282 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16283 for the case it contains spaces.
16284
16285 * simple.el (what-cursor-position): Change formatting of
16286 messages.
16287
16288 * frame.el (delete-other-frames): New function.
16289 (toplevel): Bind it to C-x 5 1.
16290
16291 * sort.el (sort-numeric-base): New option.
16292 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16293 interpret it as octal or hexadecimal. Use sort-numeric-base
16294 as default base.
16295
16296 * progmodes/glasses.el: New file.
16297
16298 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16299
16300 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16301 userids differently.
16302
16303 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16304 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16305 progmodes/ebnf-yac.el: New files.
16306
16307 2000-01-26 Dave Love <fx@gnu.org>
16308
16309 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16310 on a function with an empty body. [From Eric Ludlam.]
16311
16312 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16313
16314 * vc.el (vc-version-diff): Make sure file name is expanded.
16315
16316 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16317
16318 * scroll-bar.el (scroll-bar-timer): Variable removed.
16319 (scroll-bar-toolkit-scroll): Don't use a timer.
16320
16321 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16322
16323 * language/thai-util.el (thai-composition-function): Delete
16324 superfluous `a'.
16325
16326 2000-01-24 Dave Love <fx@gnu.org>
16327
16328 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16329 end-of-defun-function.
16330
16331 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16332 &c.
16333
16334 2000-01-22 Jason Rumney <jasonr@gnu.org>
16335
16336 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16337 conflicts with new face support.
16338
16339 2000-01-22 Richard M. Stallman <rms@gnu.org>
16340
16341 * replace.el (query-replace): Rename last arg to DELIMITED.
16342 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16343 (query-replace-regexp): Likewise.
16344
16345 2000-01-20 Richard M. Stallman <rms@gnu.org>
16346
16347 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16348
16349 * emacs-lisp/lisp.el (beginning-of-defun-function):
16350 Variable renamed from beginning-of-defun.
16351 Do not call make-variable-buffer-local.
16352 (beginning-of-defun-raw): Use new variable name; doc fix.
16353 (beginning-of-defun): Doc fix.
16354 (end-of-defun-function): Variable renamed from end-of-defun.
16355 Do not call make-variable-buffer-local.
16356 (end-of-defun): Use new variable name; doc fix.
16357
16358 * subr.el (dolist, dotimes): Copied from cl-macs.el
16359 and made to work.
16360
16361 * mail/undigest.el (rmail-digest-end-regexps):
16362 Variable replaces rmail-digest-end-regexp.
16363 Allows multiple regexps for detecting the end line.
16364 (undigestify-rmail-message): Corresponding changes.
16365
16366 2000-01-19 Dave Love <fx@gnu.org>
16367
16368 * files.el (user-init-file): Don't declare here -- is primitive.
16369
16370 * startup.el (command-line): Check for compiled user-init-file and
16371 set to uncompiled version if necessary.
16372
16373 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16374
16375 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16376 (undigestify-rmail-message): Use it.
16377
16378 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16379
16380 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16381
16382 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16383 of mini-buffer.
16384
16385 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16386
16387 * emacs-lisp/copyright.el (copyright-update): Removed the
16388 requirement for a trailing space from `copyright-regexp', to
16389 support copyrights with owner specified on a separate line..
16390
16391 * align.el: New file.
16392
16393 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16394
16395 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16396
16397 2000-01-13 Dave Love <fx@gnu.org>
16398
16399 * ph.el: Removed. (Obsoleted by EUDC.)
16400
16401 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16402
16403 * net/eudc.el (toplevel): Remove autoloaded code installing
16404 menu with easymenu, because that causes build problems.
16405
16406 * frame.el (frame-notice-user-settings): New variable.
16407 (frame-notice-user-settings): Don't modify frame parameters
16408 if called a second time.
16409
16410 2000-01-13 Richard M. Stallman <rms@gnu.org>
16411
16412 * frame.el (frame-notice-user-settings):
16413 Notice default-frame-parameters even for non-window frames.
16414
16415 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16416
16417 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16418 for Emacs.
16419 (eudc-bob-can-display-inline-images): Extend for Emacs.
16420 (eudc-bob-toggle-inline-display): Ditto.
16421 (eudc-bob-display-jpeg): Ditto.
16422
16423 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16424
16425 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16426 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16427 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16428
16429 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16430 nil)'.
16431
16432 * subdirs.el: Add `net' directory.
16433
16434 * net: New directory.
16435
16436 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16437 eval-last-sexp. Don't bind debug-on-error here.
16438 (eval-last-sexp): New function. Bind debug-on-error if
16439 eval-expression-debug-on-error is non-nil.
16440 (eval-defun-2, eval-defun): Likewise.
16441
16442 * simple.el (eval-expression): Don't bind debug-on-error if
16443 eval-expression-debug-on-error is nil. Detect changed
16444 debug-on-error, and propagate new value to global binding, if
16445 eval-expression-debug-on-error is non-nil,
16446 (eval-expression-debug-on-error): Change doc string.
16447
16448 2000-01-11 Richard M. Stallman <rms@gnu.org>
16449
16450 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16451
16452 * emacs-lisp/lisp-mode.el (with-syntax-table):
16453 Set up lisp-indent-function property.
16454
16455 * subr.el (with-syntax-table): Moved from simple.el.
16456
16457 * simple.el (with-syntax-table): Moved to subr.el.
16458
16459 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16460
16461 * tmm.el (tmm-shortcut): Delete region after prompt instead
16462 of erasing buffer.
16463
16464 * textmodes/fill.el (fill-common-string-prefix): New function.
16465 (fill-context-prefix): Use the longest common prefix of first
16466 and second line fill prefix, if there is one.
16467
16468 2000-01-11 Richard M. Stallman <rms@gnu.org>
16469
16470 * array.el (array-mode): Don't use make-variable-buffer-local.
16471 Use make-local-variable for `truncate-lines'.
16472
16473 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16474
16475 * add-log.el (add-log-current-defun): Handle user-defined
16476 add-log-current-function returning nil,
16477
16478 * add-log.el (add-change-log-entry): Insert version number
16479 if having found a current function
16480
16481 * add-log.el (add-log-current-defun): Call
16482 `add-log-current-defun-function'. Try matches at level 0 and
16483 level 1. Strip whitespace from defun found.
16484
16485 2000-01-10 John Wiegley <johnw@gnu.org>
16486
16487 * allout.el (isearch-done/outline-provisions): Added `edit'
16488 argument to correspond with the current definition of
16489 `isearch-done'.
16490
16491 2000-01-10 Dave Love <fx@gnu.org>
16492
16493 * elide-head.el (elide-head): Use point-marker, not point.
16494
16495 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16496
16497 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16498 before and after the year 2000.
16499
16500 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16501 Add ispell- prefix.
16502
16503 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16504
16505 * ispell.el: Only define dictionaries in menus when they exist.
16506 (version18p): New variable.
16507 (version20p): New variable.
16508 (xemacsp): New variable.
16509 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16510 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16511 (ispell-dictionary-alist6): Russian command lines no longer accept
16512 run-together words.
16513 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16514 (ispell-dictionary-alist): Add koi8-r to customize definition.
16515 (check-ispell-version): Added documentation string. Returns
16516 library path when called non-interactively.
16517 (ispell-menu-map-needed): Uses new variables.
16518 (ispell-library-path): New variable.
16519 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16520 (ispell-word): Improved documentation string. Test for valid
16521 character mappings. Correctly check typed in word changes that can
16522 result in single words split into multiple words. Returns
16523 replacement word.
16524 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16525 replace in recursive query replace mode. Help message for
16526 recursive edit mode.
16527 (ispell-show-choices): Protect against bad framepop bindings.
16528 (ispell-help): Fix to work with XEmacs.
16529 (ispell-highlight-spelling-error): Use new variables.
16530 (ispell-overlay-window): Fix to work with XEmacs.
16531 (ispell-parse-output): Passed and returns location information
16532 tracking spelling corrections. Doesn't recheck same word on
16533 current line.
16534 (ispell-init-process): Protect against bogus XEmacs variable binding.
16535 Fix call to single argument in sleep-for. Use new variables.
16536 (ispell-region): Passed and returns location information tracking
16537 spelling corrections. Doesn't check same word on current line.
16538 Improved documentation string. Doesn't resend a line already
16539 checked to the ispell process - fixes bug in LaTeX parsing.
16540 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16541 (ispell-skip-region): No longer skips <TT> in SGML.
16542 (ispell-process-line): Tracks location information with spelling
16543 corrections. Added documentation string. Accounts for words
16544 already accepted on this line. Don't allow query-replace on line
16545 starting with math characters. Doesn't resend a line already sent
16546 to ispell process. Fixes alignment error bug.
16547
16548 2000-01-10 Richard M. Stallman <rms@gnu.org>
16549
16550 * dired-x.el (dired-guess-shell-alist-default):
16551 Suggest xloadimage, which is free, not xv, which isn't.
16552
16553 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16554 Don't ever include the host name or user name in the value.
16555
16556 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16557
16558 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16559 of a real newline.
16560
16561 2000-01-09 Stephen Eglen <stephen@gnu.org>
16562
16563 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16564 for .png files.
16565
16566 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16567
16568 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16569
16570 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16571
16572 * progmodes/cperl-mode.el: Replace ^F with ^L.
16573
16574 * sendmail.el (toplevel): Provide `sendmail' when compiling
16575 before `require'ing rmail and mailalias to prevent infinite
16576 recursion.
16577
16578 2000-01-08 Dave Love <fx@gnu.org>
16579
16580 * emacs-lisp/backquote.el: Remove inappropriate customization
16581 (allowing custom.el to use backquote).
16582
16583 2000-01-07 Dave Love <fx@gnu.org>
16584
16585 * add-log.el (add-log-debugging): Deleted.
16586 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16587 file. Remove debugging code.
16588 (change-log-get-method-definition, change-log-name): Add doc.
16589 (change-log-sortable-date-at): New function.
16590 (change-log-merge): New command.
16591
16592 * time.el (display-time-string-forms): Make the Mail string active.
16593 (display-time-update): Provide help-echo for load average.
16594
16595 * bindings.el (make-mode-line-mouse2-map): New function.
16596 (mode-line-modified): Use it and simplify.
16597 (mode-line-mule-info): Provide help-echo info.
16598 (minor-mode-alist): Activate the strings.
16599 (make-mode-line-mouse-sensitive): Simplify for
16600 mode-line-buffer-identification.
16601
16602 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16603
16604 * play/pong.el: New file.
16605
16606 2000-01-06 Dave Love <fx@gnu.org>
16607
16608 * array.el: Assorted cleanups for compiler warnings, doc strings,
16609 `array-' prefix for symbols.
16610
16611 2000-01-05 Dave Love <fx@gnu.org>
16612
16613 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16614 outline-headers-as-kill.
16615 (outline-mode): Define imenu-generic-expression.
16616 (outline-headers-as-kill): New command.
16617
16618 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16619 from paragraph-start.
16620 (paragraph-indent-minor-mode): New command.
16621
16622 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16623 M-C-e, M-C-h, C-j, C-xnd, TAB.
16624 (fortran-mode): Set beginning-of-defun, end-of-defun.
16625 (fortran-column-ruler): Simplify.
16626 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16627 (fortran-with-subprogram-narrowing): Likewise.
16628 (fortran-indent-subprogram): Call mark-defun.
16629 (fortran-check-for-matching-do): Change narrowing.
16630
16631 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16632 (cl-lucid-hash-tag): Delete.
16633 (cl-hash-table-p): Correct test for native table.
16634 (cl-hash-table-count): Use hash-table-count.
16635
16636 * browse-url.el (browse-url): Fix case of
16637 browse-url-browser-function being an alist.
16638
16639 2000-01-05 Carsten Dominik <cd@gnu.org>
16640
16641 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16642 (reftex-index-phrase-file-extension): New options.
16643
16644 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16645 Use new option `reftex-index-phrase-file-extension'.
16646
16647 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16648 `reftex-parse-file-extension'.
16649
16650 2000-01-05 Dave Love <fx@gnu.org>
16651
16652 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16653 (beginning-of-defun-raw): Use it.
16654 (end-of-defun): New variable.
16655 (end-of-defun): Use it.
16656 (check-parens): New command.
16657
16658 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16659
16660 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16661 (hs-show-block): Don't use `mapcar' when not accumulating.
16662
16663 Fix buglet in local variables initialization.
16664
16665 2000-01-05 Andreas Schwab <schwab@suse.de>
16666
16667 * hscroll.el (hscroll): Doc fix.
16668
16669 2000-01-05 Carsten Dominik <cd@gnu.org>
16670
16671 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16672 idlw-toolbar.
16673
16674 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16675 file idlw-rinfo.el.
16676 (idlwave-customize): load must read file idlw-shell.el.
16677 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16678
16679 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16680
16681 * progmodes/idlw-shell.el: Also provide idlwave-shell
16682 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16683 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16684
16685 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16686 both reftex-dcr and reftex-vcr.
16687
16688 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16689
16690 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16691
16692 * ps-print.el: PostScript code now is in separate files, doc fix.
16693 (ps-print-version): New version number (5.0.3).
16694 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16695 local.
16696 (ps-spool-config): Initialization fix.
16697 (ps-print-prologue-1, ps-print-prologue-2)
16698 (ps-print-duplex-feature): PostScript code moved to separated file.
16699 (ps-background-image): Little code reformating.
16700 (ps-begin-file, ps-begin-job): Fix code.
16701 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16702 (ps-prologue-file): New fun.
16703
16704 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16705
16706 * ps-vars.el: Eliminated.
16707
16708 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16709 `;;;###autoload'.
16710
16711 * ps-print.el: ps-vars eliminated, doc fix.
16712 (ps-print-version): New version number (5.0.2).
16713 (ps-spool-config): Initialization fix.
16714 (ps-print-customize): New fun.
16715
16716 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16717
16718 * autorevert.el (auto-revert-mode): Return value of
16719 auto-revert-mode.
16720
16721 2000-01-04 Dave Love <fx@gnu.org>
16722
16723 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16724 menu items.
16725
16726 2000-01-03 Dave Love <fx@gnu.org>
16727
16728 * elide-head.el (elide-head) [defgroup]: Add :version.
16729
16730 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16731 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16732 `cl-hash-table-p', not `hash-table-p'.
16733 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16734
16735 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16736
16737 * faces.el (face-read-integer, read-face-attribute)
16738 (color-defined-p, color-values): unspecified-{f,b}g are now
16739 strings.
16740
16741 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16742
16743 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16744 at comment end, and re-insert them after filling.
16745
16746 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16747
16748 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16749 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16750 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16751
16752 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16753
16754 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16755 the new name of face-color-supported-p.
16756
16757 * term/w32-win.el (xw-defined-colors): Likewise.
16758
16759 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16760
16761 * simple.el (completion-setup-function): Count completion-size
16762 from minibuffer-prompt-end, not from point-min.
16763
16764 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16765
16766 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16767 Pass the frame to tty-color-* functions.
16768 (display-color-p, frame-set-background-mode): Pass the frame to
16769 tty-display-color-p.
16770
16771 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16772 tty-color-alist.
16773 (tty-color-alist, tty-modify-color-alist): New functions.
16774 (tty-color-define, tty-color-clear, tty-color-approximate)
16775 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16776 an optional parameter FRAME.
16777
16778 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16779
16780 * image.el (create-image, defimage): Don't assume image data is a
16781 string.
16782
16783 * image.el (defimage): Handle specifications containing :data
16784 instead of :file.
16785 (image-type-from-data): New function.
16786 (image-type-from-file-header): Use it.
16787 (create-image): Add parameter DATA-P.
16788
16789 See ChangeLog.8 for earlier changes.
16790
16791 ;; Local Variables:
16792 ;; coding: iso-2022-7bit
16793 ;; End: