*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * simple.el (transient-mark-mode): Mention C-g in the doc string.
4
5 2001-03-30 Miles Bader <miles@gnu.org>
6
7 * subr.el (interactive-form): Fix paren typo.
8
9 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
10
11 * emacs-lisp/profile.el: Say that it's obsolete in the header
12 line, so that finder.el puts that into its data-base.
13 Suggested by Alex Schroeder <alex@gnu.org>.
14
15 2001-03-29 Paul Eggert <eggert@twinsun.com>
16
17 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
18 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
19
20 2001-03-29 Stefan Monnier <monnier@cs.yale.edu>
21
22 * generic.el (generic-mode-set-comments): Use "" rather than nil
23 for comment-end.
24
25 2001-03-29 Gerd Moellmann <gerd@gnu.org>
26
27 * emacs-lisp/advice.el (ad-make-advised-definition):
28 Call interactive-form to obtain the interactive spec of subrs.
29
30 * subr.el (interactive-form): New function.
31
32 2001-03-29 Andre Spiegel <spiegel@gnu.org>
33
34 * vc-sccs.el (vc-sccs-register): Use relative file names.
35
36 2001-03-28 Gerd Moellmann <gerd@gnu.org>
37
38 * bookmark.el (bookmark-get-bookmark): Handle case that
39 BOOKMARK is not a string.
40
41 * image.el (image-type-regexps): Change type for PS files
42 to `postscript'.
43
44 * subr.el (read-passwd): Clear command history after each
45 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
46
47 2001-03-27 Kenichi Handa <handa@etl.go.jp>
48
49 * international/kkc.el (kkc-save-init-file): Locally bind
50 print-length to nil.
51
52 2001-03-26 Gerd Moellmann <gerd@gnu.org>
53
54 * textmodes/flyspell.el: Some doc fixes.
55 (flyspell-maybe-correct-transposition)
56 (flyspell-maybe-correct-doubling): Use a temporary buffer
57
58 * textmodes/ispell.el (ispell-parse-output): Doc fix.
59
60 * emacs-lisp/byte-opt.el (byte-optimize-while)
61 (byte-optimize-form-code-walker): Diagnose too few arguments
62 for `if' and `while'.
63
64 2001-03-26 Kenichi Handa <handa@etl.go.jp>
65
66 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
67 Prepend `\' to "\<quail-translation-docstring>".
68
69 2001-03-26 Gerd Moellmann <gerd@gnu.org>
70
71 * autorevert.el (global-auto-revert-non-file-buffers):
72 Remove duplicate defcustom.
73
74 2001-03-26 Miles Bader <miles@gnu.org>
75
76 * international/latin1-disp.el (latin1-char-displayable-p):
77 Add leading "-" for X font pattern.
78
79 2001-03-26 Kenichi Handa <handa@etl.go.jp>
80
81 * international/mule-diag.el (describe-coding-system):
82 For raw-text and emacs-mule, don't add anymore text about what
83 charsets they can encode.
84
85 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
86
87 * help.el (view-lossage): Mention open-dribble-file in the doc
88 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
89
90 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
91
92 * skeleton.el (skeleton-internal-list): Fix bogus logic.
93 (skeleton-pair-insert-maybe): Don't pair after a backslash.
94
95 2001-03-23 Kenichi Handa <handa@etl.go.jp>
96
97 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
98 Call ccl-execute-on-string directly so that CCL program handling
99 multibyte sequence can work correctly.
100 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
101 property of the coding system.
102
103 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
104
105 * textmodes/fill.el (fill-individual-paragraphs-prefix):
106 Fix transcription typo.
107
108 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
109
110 * whitespace.el: Add buffer local variables to toggle testing of
111 whitespaces in buffers without affecting the default values.
112 Bump version to 3.0 to account for a few other changes.
113 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
114 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
115 (whitespace-toggle-spacetab-check): New functions.
116
117 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
118
119 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
120
121 2001-03-21 Gerd Moellmann <gerd@gnu.org>
122
123 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
124 bs-cycle-configuration-name. From Juanma Barranquero
125 <lektu@uol.com.br>.
126
127 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
128 and cc-vars.el.
129
130 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
131 headers. Always invoke sendmail with option -t.
132
133 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
134
135 * Release of cc-mode 5.28.
136
137 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
138
139 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
140 Removed the hardcoded switch to "java" style in Java mode.
141 It's instead taken care of by the default value for c-default-style.
142
143 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
144
145 * cc-align.el (c-lineup-math): Fix bug where lineup was
146 triggered by equal signs in string literals.
147
148 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
149
150 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
151 limit detection when at the ends of the buffer.
152
153 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
154 "for" statement clause in case 7F; a better one is done
155 earlier in case 7D anyway.
156
157 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
158
159 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
160 somewhat more and did a small optimization.
161
162 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
163
164 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
165 Use the limit argument only to limit the syntactic context
166 search, not to limit the actual movement.
167
168 * cc-cmds.el (c-beginning-of-statement): Move by sentence
169 inside multiline strings, just like in comments. Also various
170 fixes to the paragraph and comment prefix recognition, block
171 comment ender handling etc.
172
173 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
174
175 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
176 the relative position of the point.
177
178 * cc-cmds.el (c-electric-continued-statement): New function to
179 use as abbrev hook to reindent for keywords such as "else"
180 that continues an earlier statement.
181
182 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
183 like classes.
184
185 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
186 (pike-mode): Populate the default abbrev tables to reindent for
187 keywords such as "else" that can continue earlier statements.
188 Abbrev mode is therefore turned on by default now. (Note that
189 this doesn't apply to idl-mode, since IDL afaik doesn't have
190 statements at all.)
191
192 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
193
194 * cc-engine.el (c-inside-bracelist-p): Fix for handling
195 bracelists where the declaration contains template arguments.
196
197 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
198
199 * cc-cmds.el (c-comment-indent):
200 Use `c-get-syntactic-indentation' to correctly calculate the
201 syntactic indentation. Fixes bug with lineup functions that
202 return vectors.
203
204 * cc-engine.el (c-get-syntactic-indentation): Split the
205 indentation sum calculation from `c-indent-line' to a separate
206 function.
207
208 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
209
210 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
211 Fixed places where it was assumed that preprocessor directives
212 have to start in column zero.
213
214 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
215 template arguments after a class identifier properly.
216
217 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
218 lists for `new Foo[]' constructs in Java as expressions and
219 not top level definition brace lists on the top level, so that
220 they'll get indented consistently with the same type of
221 expression in a normal block.
222
223 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
224
225 * cc-cmds.el (c-fill-paragraph): The kludge that checks
226 whether the adaptive filling package fails to keep the comment
227 prefix is now kludged further to check for filladapt-mode
228 which doesn't have that problem. This is really icky, but it's
229 the only way that works with the current misfeatures/bugs in
230 both adaptive-fill-mode and filladapt-mode.
231
232 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
233 around point is recognized more robust.
234
235 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
236
237 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
238 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
239 (c-lit-type): Fixed all internal variables used dynamically so
240 that they are always bound.
241
242 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
243 errors:
244
245 (c-indent-region): Fixed reporting of syntactic errors so that
246 the region is fully reindented even when an error occurs.
247 The last syntactic error is printed afterwards. Also cleanup up a
248 whole lot of code that tried to optimize indentation of whole
249 sexps but in reality accomplishes nothing.
250
251 (c-indent-sexp): Use c-indent-region.
252
253 (c-parsing-error): Changed this variable to hold the message
254 for any syntactic error that is discovered.
255
256 (c-parse-state): Search backward from point instead of the bod
257 position when the latter is invalid. This makes CC Mode
258 recover faster when there are unbalanced close braces.
259
260 (c-backward-to-start-of-if): Use c-parsing-error to report
261 dangling "else" clauses instead of throwing an error, and fall
262 back to a reasonable position.
263
264 (c-indent-line): Added argument to avoid reporting syntactic errors.
265
266 (c-show-syntactic-information): Don't report any syntactic errors.
267
268 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
269
270 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
271 paragraph recognition when moving by sentence in literals.
272
273 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
274 start regexp for javadoc to recognize javadoc markup in general instead
275 of a specific set of keywords, to be more future-safe.
276
277 (c-Pike-pikedoc-paragraph-start)
278 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
279 pikedoc markup.
280
281 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
282
283 (pike-mode): Initialize paragraph settings pikedoc recognition.
284
285 * cc-vars.el (c-default-style): Made a nicer Customize widget.
286
287 (c-comment-prefix-regexp): Made it possible to use an
288 association list on this to specify mode specific regexps.
289 The default value now use a special regexp in Pike mode to
290 recognize pikedoc markup.
291
292 (c-current-comment-prefix): New variable containing the actual
293 regexp from c-comment-prefix-regexp for the current buffer.
294
295 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
296
297 * cc-cmds.el (c-electric-brace): Fixed check for special brace
298 lists: We can't look at the syntax, since a brace list can get
299 recognized as a plain statement-cont.
300
301 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
302 special brace list opener broken over two lines got recognized
303 as a statement on the second line. Case 9A changed.
304
305 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
306
307 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
308 adjustment after line is reindented.
309
310 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
311
312 * cc-defs.el (c-point): Added optional argument for position
313 to use instead of the current point.
314
315 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
316 the in-expression block symbols when the construct starts at
317 boi, to avoid the extra level of indentation in that case.
318 Cases 4, 16A and 17E affected.
319
320 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
321
322 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
323 calls to `c-indent-line', to adhere better to Emacs conventions.
324
325 * cc-engine.el (c-indent-line): Use the syntax already bound
326 to `c-syntactic-context', if there is any.
327
328 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
329
330 * cc-engine.el (c-get-offset): Fixed bug where the indentation
331 wasn't added up correctly when a lineup function returned nil.
332
333 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
334
335 * cc-engine.el (c-collect-line-comments): Fixed bug where
336 empty lines were ignored when collecting line comments backwards.
337
338 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
339
340 * cc-align.el (c-lineup-dont-change): Return an absolute
341 indentation column to work correctly in the case when several
342 syntactic elements are processed for the same line.
343
344 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
345 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
346 (c-set-offset): Added absolute indentation column settings by
347 using the vector type.
348
349 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
350
351 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
352 Implemented two new cleanups `space-before-funcall' and
353 `compact-empty-funcall'.
354
355 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
356
357 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
358 helping building regexps.
359
360 * cc-engine.el (c-on-identifier): New function for detecting
361 identifiers. It takes keywords into account.
362
363 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
364 lists. `c-keywords' is set to a regexp matching all keywords
365 in the current language.
366
367 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
368
369 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
370 list of characters to skip backwards over at the beginning of
371 a statement, since it can precede string literals in Pike.
372
373 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
374
375 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
376 recognition when standing on the last line in a C++ comment
377 with nothing but whitespace after the prefix.
378
379 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
380 given no limit argument.
381
382 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
383
384 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
385 recognition for the `[]= operator symbol in Pike.
386
387 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
388
389 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
390 around a bug in `eval-when-compile' in the byte compiler.
391
392 * cc-engine.el (c-forward-token-1): Fixed bug with return
393 value when count is zero and there's no token start within the limit.
394
395 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
396 "prefix comments", i.e. comments which are followed by code on
397 the same line.
398
399 * cc-mode-19.el: Fixes so that checks that must be done at
400 compile time also are done then.
401
402 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
403
404 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
405 time and at runtime, and only when it's needed.
406
407 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
408
409 Major cleanup for less error prone and more warning free
410 compilation, including some fixes for bugs due to different
411 compilation orders. Thanks to Martin Buchholz for providing
412 the basis for all this.
413
414 * cc-bytecomp.el: New file that provides some byte compilation
415 features: It ensures that files always are loaded from the
416 current source directory during compilation, and it provides a
417 set of macros to turn off specific compiler warnings for
418 specific symbols. (It's not CC Mode specific in any way.)
419
420 Fixed a nearly acyclic dependency tree (both runtime and
421 compile-time) between all files.
422
423 * cc-defs.el: Separated all macros before the inline functions,
424 to ensure correct compilation.
425
426 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
427 cc-defs.el to cc-engine.el and made it a function instead.
428
429 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
430 about char-after.
431
432 * cc-vars.el: Cope even when there isn't a custom package
433 containing defcustom available.
434
435 * cc-make.el: Removed since it's no longer necessary.
436
437 README: Updated installation instructions.
438
439 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
440
441 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
442 improve the modularity: Moved all mode init stuff from
443 cc-langs.el to cc-mode.el, including the keymap
444 initialization; cc-langs now only contains the various
445 variables for configuring the language syntax.
446
447 * cc-engine.el, cc-styles.el (c-evaluate-offset)
448 (c-get-offset): Moved from cc-styles to cc-engine since file
449 dependency analysis suggests they belong there (which also
450 makes more sense). Thanks to Martin Buchholz for doing the analysis.
451
452 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
453
454 * cc-cmds.el (c-fn-region-is-active-p): New function that
455 wraps the corresponding macro, for use in places that aren't
456 compiled. Thanks to Martin Buchholz for pointing out this.
457
458 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
459
460 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
461 add things to the bug report.
462
463 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
464
465 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
466 returned prefix could contain a newline when the search for a
467 good prefix line failed.
468
469 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
470
471 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
472 (c-toggle-auto-hungry-state): Made the argument optional, as
473 the documentation says it is.
474
475 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
476
477 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
478 multiline string syntax, #"...", as a cpp macro.
479
480 2001-03-21 Paul Eggert <eggert@twinsun.com>
481
482 * international/mule-cmds.el (set-locale-environment):
483 Set system-messages-locale and system-time-locale, but only if the
484 caller specifies a non-nil locale name.
485
486 2001-03-20 John Wiegley <johnw@gnu.org>
487
488 * calendar/calendar.el (nongregorian-diary-listing-hook):
489 Added :options to cover the possible values.
490 (nongregorian-diary-marking-hook): Ditto.
491
492 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
493 * holidays.el: Added support for the Baha'i calendar system.
494
495 2001-03-20 Gerd Moellmann <gerd@gnu.org>
496
497 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
498 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
499
500 2001-03-20 Gerd Moellmann <gerd@gnu.org>
501
502 * follow.el (follow-avoid-tail-recenter): Doc fix.
503
504 * custom.el (custom-set-variables): Avoid reversing the list
505 of args needlessly.
506
507 * startup.el (fancy-splash-head): Don't change the colors of the
508 XPM image on a dark background.
509
510 * comint.el (comint-exec-1): Set columns of the terminal to
511 window-width instead of frame-width.
512
513 * info.el (Info-scroll-down): Add missing WINDOW arg for
514 pos-visible-in-window-p.
515
516 * ehelp.el (electric-help-mode-hook): Add defcustom.
517
518 * mail/sendmail.el (mail-mode): Activate case-folding in
519 font-lock-defaults.
520
521 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
522
523 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
524 (completion-ignored-extensions): Remove duplicate ".class".
525
526 2001-03-19 Andreas Schwab <schwab@suse.de>
527
528 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
529 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
530
531 2001-03-19 Gerd Moellmann <gerd@gnu.org>
532
533 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
534 methods since there are not prefix input methods.
535
536 2001-03-19 Kenichi Handa <handa@etl.go.jp>
537
538 * international/mule-cmds.el (read-input-method-name):
539 Locally bind enable-recursive-minibuffers to t.
540
541 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
542
543 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
544
545 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
546
547 * ediff-util.el: Copyright years.
548 (ediff-choose-syntax-table): New function.
549 (ediff-setup): Use ediff-choose-syntax-table.
550
551 * ediff-init.el (ediff-with-syntax-table): New macro, uses
552 with-syntax-table.
553
554 * ediff.el: Date of last update, copyright years.
555
556 * ediff-wind (ediff-setup-control-frame): Nill->nil.
557
558 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
559 of Scott Bronson.
560 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
561 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
562 Deleted functions.
563 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
564 ex-token-list.
565
566 * viper-util.el: Spaces, indentation.
567
568 * viper.el: Changed version, modification time.
569
570 2001-03-16 John Wiegley <johnw@gnu.org>
571
572 * calendar/timeclock.el (timeclock-workday-remaining):
573 Check whether `discrep' is non-null before using it.
574
575 2001-03-16 John Wiegley <johnw@gnu.org>
576
577 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
578 first-time checkins.
579 (timeclock-log-data): Fixed problem with reading timelog log file.
580 Resulting data in the "day list" was incorrect.
581 (timeclock-find-discrep): Check if `timeclock-file' is readable
582 before opening it.
583 (timeclock-time-less-p): New function.
584 (timeclock-day-base): New function.
585 (timeclock-geometric-mean): New function.
586 (timeclock-generate-report): Generate a summary report based on
587 the contents of the log file. This uses `timeclock-log-data', and
588 is an example of writing a timelog manipulation function.
589 (timeclock-visit-timelog): A quick command for opening the timelog
590 file.
591 (timeclock-log-data): Bound the variable event.
592
593 2001-03-16 Kenichi Handa <handa@etl.go.jp>
594
595 * international/mule-cmds.el (select-safe-coding-system):
596 Fix typo: symbol-name -> symbol-value.
597
598 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
599 before substitute-in-file-name to handle double slashes in FILE
600 correctly.
601
602 2001-03-15 Gerd Moellmann <gerd@gnu.org>
603
604 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
605 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
606
607 2001-03-14 Gerd Moellmann <gerd@gnu.org>
608
609 * bindings.el (features): Add `md5' and `overlay' to the list.
610
611 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
612 bound before using it. It's not bound when configured without X,
613 for instance.
614
615 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
616
617 * progmodes/hideshow.el: Update copyright.
618 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
619 (hs-minor-mode-hook): Include `:version' in defcustom form.
620
621 2001-03-13 Gerd Moellmann <gerd@gnu.org>
622
623 * help.el (string-key-binding): Don't call event-start on
624 a non-list.
625
626 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
627
628 * startup.el (fancy-splash-tail, command-line-1): Fix the
629 copyright year.
630
631 2001-03-13 Kenichi Handa <handa@etl.go.jp>
632
633 * term.el: These changes are based on a patch sent from Yong Lu
634 <lyongu@yahoo.com>.
635 (term-set-escape-char): Bind M-x to execute-extended-command in
636 term-raw-escape-map.
637 (term-move-columns): Don't try to move to negagive column.
638 (term-emulate-terminal): Insert a string before deleting a text to
639 overwrite.
640
641 2001-03-12 Gerd Moellmann <gerd@gnu.org>
642
643 * play/life.el (life): Rearrange code so that all calls to
644 life-display-generation are in a catch-form.
645
646 * progmodes/etags.el (tags-loop-continue): Don't change point in a
647 file that isn't interesting. In an interesting file, push the old
648 value of point on the mark ring.
649
650 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
651 New function.
652 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
653 Use it.
654
655 * emacs-lisp/autoload.el (generate-file-autoloads):
656 Remove warning about line lengths.
657
658 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
659
660 * progmodes/etags.el (tags-compression-info-list): New variable.
661 (find-tag-in-order): Use it to deal with compressed source files.
662 (tag-file-name-match-p): New function.
663 (etags-recognize-tags-table): Use it for better match of file names.
664
665 2001-03-12 Kenichi Handa <handa@etl.go.jp>
666
667 * international/mule-cmds.el (register-input-method): Doc fix.
668
669 * international/quail.el (quail-translate-key): Fix condition to
670 check if there's another breaking point in the current key.
671
672 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
673
674 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
675 Babyl header to the newly-created output file, bind
676 coding-system-for-write to either rmail-file-coding-system or
677 emacs-mule-unix.
678
679 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
680
681 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
682 Fix the name and regexp used for subsubsections.
683
684 2001-03-10 Dave Love <fx@gnu.org>
685
686 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
687 and save-buffer if buffer-file-name non-nil. From rms.
688
689 2001-03-10 Andre Spiegel <spiegel@gnu.org>
690
691 * vc.el (vc-do-command): If the destination buffer is already
692 current, don't set it up and don't erase it. Updated doc string
693 to reflect that.
694 (vc-version-diff): When doing a single file diff, don't switch to the
695 *vc-diff* buffer before the command. This is to preserve local
696 variable bindings that might affect the diff command.
697 (vc-print-log): Don't switch to the *vc* buffer before the
698 command, so that local variable bindings are preserved.
699
700 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
701 not the current buffer.
702 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
703
704 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
705 make output go to buffer *vc*, not the current buffer.
706
707 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
708
709 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
710 so ^, $, *, ? and + are interpreted correctly.
711
712 2001-03-09 Gerd Moellmann <gerd@gnu.org>
713
714 * help.el (string-key-binding): Renamed from
715 mode-line-key-binding. Handle any event on a string.
716 Check for `keymap' properties as well as `local-map' properties.
717
718 * comint.el (comint-insert-clicked-input): Use the last key
719 from this-command-keys to lookup the global key definition.
720
721 2001-03-09 Kenichi Handa <handa@etl.go.jp>
722
723 * international/characters.el: Add category `j' for
724 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
725
726 * international/mule-conf.el (no-conversion): Fix docstring.
727 (raw-text): Fix docstring.
728
729 2001-03-08 Gerd Moellmann <gerd@gnu.org>
730
731 * simple.el (choose-completion-string): When not leaving the
732 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
733 is set.
734
735 * window.el (shrink-window-if-larger-than-buffer): Handle frame
736 parameter `(minibuffer . t)'.
737
738 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
739
740 * progmodes/sh-script.el (sh-st-symbol): New symbol.
741 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
742 (sh-mode): Remove `make-local-variable' for unused var
743 `font-lock-unfontify-region-function'.
744
745 2001-03-07 Richard M. Stallman <rms@gnu.org>
746
747 * info.el (Info-scroll-down): Fix previous change.
748
749 * mail/rmail.el (rmail-toggle-header): Use a window which
750 is showing the Rmail buffer, rather than the selected window.
751
752 2001-03-07 Dave Love <fx@gnu.org>
753
754 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
755 now, to avoid problems with binding imenu directly to a mouse event.
756
757 2001-03-07 Gerd Moellmann <gerd@gnu.org>
758
759 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
760 second arg t.
761
762 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
763
764 * log-edit.el (log-edit-common-indent): New var.
765 (log-edit-set-common-indentation): Renamed from
766 log-edit-delete-common-indentation. Use the new var.
767 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
768
769 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
770 (cvs-mode-add-change-log-entry-other-window):
771 Don't presume change-log-default-name is defined.
772
773 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
774
775 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
776 the "tree" operation as well.
777
778 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
779
780 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
781 to match paragraph-start.
782
783 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
784 comment-start-skip and set comment-end-skip as well.
785 (sgml-comment-indent): Fix for new value of comment-start-skip.
786 (html-autoview-mode): Don't bother using make-local-hook.
787
788 2001-03-07 Gerd Moellmann <gerd@gnu.org>
789
790 * cus-edit.el (custom-save-delete): Move in front of local
791 variables, otherwise long Custom entries would make them ineffective.
792
793 * uniquify.el: Set maintainer to FSF.
794
795 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
796
797 * dired-aux.el (dired-do-shell-command): Doc fix.
798
799 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
800
801 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
802
803 * which-func.el (which-func-modes): Add cperl-mode.
804 (which-func-mode-global): Use define-minor-mode.
805
806 * info-look.el: Docstring fixes and dead code eliminated.
807 (cperl-mode): Add support.
808 (emacs-lisp-mode): List all entries from elisp manual, whether
809 or not they are currently (f)bound or not. Update regexp.
810
811 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
812
813 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
814 so that C-h m shows the correct information.
815 Use make-local-variable rather than make-variable-buffer-local.
816 (cperl-info-buffer, cperl-setup-tmp-buf):
817 Use make-local-variable rather than make-variable-buffer-local.
818 (cperl-msb-fix, cperl-get-help-defer):
819 Check major-mode for `cperl-mode' as well.
820
821 * progmodes/cperl-mode.el: Updated to author version 4.23.
822 (cperl-electric-pod): SYNOPSIS was misspelled.
823 (cperl-find-pods-heres): @if ? a : b was considered a REx.
824 (cperl-after-expr-p): Make true after __END__.
825
826 2001-03-06 Gerd Moellmann <gerd@gnu.org>
827
828 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
829 bookmark-completion-ignore-case is t.
830
831 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
832 switch, like xterm, and concat resource strings, with a newline
833 between them.
834
835 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
836
837 * international/codepage.el (cp770-decode-table)
838 (cp773-decode-table, cp774-decode-table): New variables.
839
840 * man.el (Man-hyphenated-reference-regexp): New variable.
841 (Man-build-references-alist): Use it to search for referenced
842 manpages. If hyphenated is non-nil, record a concatenated word in
843 Man-refpages-alist only if it matches Man-reference-regexp.
844 Update word's length when it is concatenated. Reverse the list,
845 to get the first manpage at the head.
846 (Man-possibly-hyphenated-word): New function.
847 (Man-follow-manual-reference): Use it instead of current-word to
848 find a manpage at point, in a way that accounts for hyphenated
849 references.
850
851 2001-03-06 Alex Schroeder <alex@gnu.org>
852
853 * sql.el (sql-interbase): New function.
854 (sql-interbase-program): New option.
855 (sql-interbase-options): New option.
856 And some typos fixed: "customise" to "customize".
857
858 2001-03-06 Dave Love <fx@gnu.org>
859
860 * textmodes/flyspell.el (flyspell-region):
861 Set up flyspell-local-mouse-map.
862
863 2001-03-05 Richard M. Stallman <rms@gnu.org>
864
865 * mail/rmail.el (rmail-retry-failure):
866 Don't call rmail-beginning-of-message.
867 Don't discard From: field. Do discard Received: field.
868 Use unwind-protect to re-prune.
869 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
870
871 2001-03-06 Kenichi Handa <handa@etl.go.jp>
872
873 * international/quail.el (quail-title): Add autoload cookie.
874
875 2001-03-05 Dave Love <fx@gnu.org>
876
877 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
878 new defs.
879
880 2001-03-05 Kenichi Handa <handa@etl.go.jp>
881
882 * language/ethio-util.el (ethio-toggle-space):
883 Update current-input-method-title if necessary.
884 (ethio-toggle-punctuation): Likewise.
885
886 * international/quail.el (quail-title): Fix for the case that a
887 title of an input method is specified by a list of the same form
888 as used in mode-line-format.
889
890 * international/mule-cmds.el (activate-input-method):
891 If current-input-method-title is set by activating INPUT-METHOD,
892 respect that value.
893
894 2001-03-05 Gerd Moellmann <gerd@gnu.org>
895
896 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
897
898 2001-03-05 Alex Schroeder <alex@gnu.org>
899
900 * sql.el (sql-sybase): Fix typo (was: query user about server two
901 times instead of server and database).
902
903 * sql.el (sql-sybase): Doc change.
904 (sql-mysql): Doc change.
905 (sql-postgres): Doc change.
906
907 2001-03-05 Kenichi Handa <handa@etl.go.jp>
908
909 * international/mule-conf.el (emacs-mule, raw-text):
910 Docstring modified.
911
912 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
913
914 * term/internal.el: Update copyright notice.
915
916 * term/pc-win.el: Update copyright notice.
917
918 2001-03-02 Dave Love <fx@gnu.org>
919
920 * files.el (insert-file-contents-literally):
921 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
922 not jka-compr-compression-info-list.
923
924 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
925
926 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
927 spaces in default comment-start-skip settings rather than \s-.
928
929 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
930
931 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
932 default-frame-alist as well.
933
934 2001-03-01 Dave Love <fx@gnu.org>
935
936 * textmodes/reftex.el (defvar): Wrap some defvars in
937 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
938
939 * subr.el (event-basic-type): Doc fix.
940
941 * international/quail.el: Doc fixes.
942
943 * international/utf-8.el: Doc fixes.
944
945 * international/mule-cmds.el: Doc fixes.
946 (leim-list-header): Fix header text.
947
948 * international/mule.el (coding-system-category): Doc fix.
949
950 * international/ccl.el (ccl-compile): Doc fix.
951
952 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
953
954 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
955 rather than (before|after)-change-functions.
956
957 2001-03-01 Gerd Moellmann <gerd@gnu.org>
958
959 * ediff-util.el (ediff-scroll-horizontally): Arrange for
960 scroll-left and scroll-right being called interactively so that
961 they set the window's min_hscroll.
962
963 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
964
965 * info.el (info-insert-file-contents-1): Accept an additional
966 argument `lfn': if it is non-nil, concatenate `filename' and
967 `suffix'; otherwise use the complicated MS-DOS code.
968 All callers changed.
969 (info-insert-file-contents, Info-find-node): If the MS-DOS port
970 can access long file names, try the long file-name version of
971 `info-insert-file-contents-1', then the short file-name version.
972
973 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
974
975 * language/ethio-util.el (setup-ethiopic-environment-internal):
976 Change bindings of functions keys to conform to "Emacs Lisp Coding
977 Convention".
978
979 * language/ethiopic.el ("Ethiopic"): Add documentation.
980
981 2001-02-28 Kenichi Handa <handa@etl.go.jp>
982
983 * international/utf-8.el (mule-utf-8): Set coding-category
984 property to coding-category-utf-8.
985
986 2001-02-27 Richard M. Stallman <rms@gnu.org>
987
988 * lpr.el (lpr-page-header-switches, print-region-1):
989 Undo 2000-07-06 change.
990 (lpr-add-switches): Default to t on gnu/linux.
991
992 2001-02-27 Gerd Moellmann <gerd@gnu.org>
993
994 * bs.el (bs-attributes-list): Doc fix.
995
996 2001-02-26 Gerd Moellmann <gerd@gnu.org>
997
998 * help.el (describe-project): Display the file THE-GNU-PROJECT.
999
1000 * help.el (view-order-manuals): Use goto-address.
1001
1002 * startup.el (command-line-1): Add info about ordering manuals
1003 to the not so fancy splash screens.
1004
1005 2001-02-26 Andre Spiegel <spiegel@gnu.org>
1006
1007 * vc.el (vc-default-workfile-unchanged-p)
1008 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
1009
1010 2001-02-26 Gerd Moellmann <gerd@gnu.org>
1011
1012 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
1013 fontify in the right buffer.
1014
1015 * allout.el (outline-flag-region): Move macro in front of first
1016 use to avoid a run-time error.
1017
1018 2001-02-24 Andrew Innes <andrewi@gnu.org>
1019
1020 * makefile.w32-in: Fix copyright notice.
1021
1022 2001-02-24 Kenichi Handa <handa@etl.go.jp>
1023
1024 * international/utf-8.el (mule-utf-8): Set correct value for
1025 valid-codes property.
1026
1027 * international/fontset.el (x-complement-fontset-spec): In the
1028 case that we use ASCII font for the other charsets, use only
1029 family and registry part of it.
1030
1031 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1032
1033 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
1034 (shrink-window-if-larger-than-buffer): Doc fix.
1035
1036 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
1037
1038 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
1039 predicate passed to completing-read.
1040
1041 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
1042
1043 * startup.el (command-line): Fix last change.
1044
1045 2001-02-23 Jason Rumney <jasonr@gnu.org>
1046
1047 * startup.el (tool-bar-originally-present): New variable.
1048 (command-line): Set it if the tool-bar is switched on at startup.
1049
1050 * frame.el (frame-notice-user-settings): Only adjust frame height
1051 for no tool-bar case if tool-bar was originally switched on.
1052 From E. Jay Berkenbilt.
1053
1054 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
1055
1056 * server.el (server-switch-buffer): Only switch window if the
1057 current one is dedicated.
1058
1059 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
1060 rather than using (match-beginning 0) when searching for break point.
1061
1062 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1063
1064 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
1065 @ follows an accent command such as @'. Support optional braces
1066 in commands that insert accents, like makeinfo does.
1067
1068 2001-02-22 Gerd Moellmann <gerd@gnu.org>
1069
1070 * startup.el (fancy-splash-text): Add a line for ordering
1071 manuals. Reverse order of splash screens shown.
1072 (use-fancy-splash-screens-p): Adapt to the text line added.
1073
1074 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
1075 manuals from the FSF.
1076
1077 * help.el (view-order-manuals): New function.
1078 (toplevel): Bind C-h C-m to this function.
1079
1080 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
1081
1082 * newcomment.el (comment-forward): Skip the comment-start before
1083 searching for the comment-end.
1084
1085 2001-02-21 Dave Love <fx@gnu.org>
1086
1087 * custom.el (custom-initialize-changed, defcustom): Doc fix.
1088
1089 * international/mule-cmds.el, international/mule.el: Doc fixes.
1090
1091 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1092 (fortune) <defgroup>: Add :link.
1093 (fortune-from-region): Use eq, not eql.
1094
1095 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1096
1097 * startup.el (fancy-splash-screens): Use display-hourglass
1098 instead of display-busy-cursor.
1099
1100 * frame.el (display-hourglass): Renamed from busy-cursor.
1101 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1102 (show-cursor-in-non-selected-windows): Doc fix.
1103
1104 2001-02-20 Dave Love <fx@gnu.org>
1105
1106 * international/utf-8.el: Doc and commentary fixes.
1107
1108 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * ehelp.el (with-electric-help): Doc fix.
1111
1112 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1113
1114 * msb.el (msb-mode): Call the update-buffers function explicitly
1115 with a FORCE argument.
1116
1117 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1118 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1119 returns nil.
1120
1121 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1122
1123 * ps-print.el: Timestamp package replacement. Some enhancements.
1124 Some XEmacs compatibility. Doc fix.
1125 (ps-print-version): New version number (6.4).
1126 (ps-printer-name): Initialization fix.
1127 (ps-zebra-stripe-follow): Funcionality enhancement.
1128 (ps-prologue-file): Code enhancement.
1129 (ps-right-header): Timestamp package replacement.
1130 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1131 (ps-get-page-dimensions)
1132 (ps-generate-header, ps-begin-file, ps-begin-job)
1133 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1134 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1135 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1136 (coding-system-for-write): Var declaration (XEmacs compatibility).
1137
1138 2001-02-20 Miles Bader <miles@gnu.org>
1139
1140 * image-file.el (image-file-name-extensions): Add "tif".
1141
1142 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1143
1144 * wid-edit.el (widget-button-click): Save the selected window
1145 around the code handling clicks on buttons.
1146
1147 2001-02-18 Dave Love <fx@gnu.org>
1148
1149 * imenu.el (imenu--generic-function): Use mapc to iterate over
1150 syntax characters.
1151
1152 2001-02-17 Richard M. Stallman <rms@gnu.org>
1153
1154 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1155
1156 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1157
1158 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1159
1160 * mouse.el (mouse-save-then-kill): If the distance from the new
1161 point to the mark is equal to the distance of point from the new
1162 point, move point instead of the mark.
1163
1164 2001-02-16 Dave Love <fx@gnu.org>
1165
1166 * textmodes/flyspell.el (flyspell-get-word): Return string without
1167 properties.
1168
1169 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * generic.el (generic-find-file-regexp): Doc fix.
1172 (generic-ignore-files-regexp): New defcustom.
1173 (generic-mode-find-file-hook): If the file's name matches the
1174 regexp in `generic-ignore-files-regexp', don't enter
1175 default-generic-mode. Doc fix.
1176
1177 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1178
1179 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1180 Add autoload cookies.
1181
1182 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1183 of cal-tex-24.
1184
1185 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1186
1187 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1188
1189 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1190 the character class after the (optional) drive, to support file
1191 names with embedded blanks.
1192
1193 2001-02-15 Sam Steingold <sds@gnu.org>
1194
1195 * textmodes/tex-mode.el (tex-shell-running):
1196 Check the process buffer too.
1197
1198 2001-02-15 Dave Love <fx@gnu.org>
1199
1200 * battery.el (battery-status-function): Fix doc, :type.
1201
1202 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1203
1204 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1205
1206 * subr.el (read-passwd): Clear Lisp memory holding password.
1207
1208 2001-02-15 Miles Bader <miles@gnu.org>
1209
1210 * info.el (Info-copy-current-node-name): New function.
1211 (Info-mode-menu): Add it to the menu.
1212
1213 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1214
1215 * international/mule-cmds.el (toggle-input-method): Doc fix.
1216
1217 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1218
1219 * replace.el (occur): Stop at end of buffer.
1220
1221 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1222
1223 * international/mule-cmds.el (set-input-method): Another doc fix.
1224
1225 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1226
1227 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1228
1229 2001-02-13 Miles Bader <miles@gnu.org>
1230
1231 * faces.el (set-face-background, set-face-foreground)
1232 (set-face-stipple): Treat a value of nil as being `unspecified'.
1233
1234 2001-02-12 Dave Love <d.love@dl.ac.uk>
1235
1236 * international/latin1-disp.el: Doc fixes.
1237 (latin1-display) <defgroup>: Add :link.
1238 (latin1-display) <function>: Set variable latin1-display.
1239
1240 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1241
1242 * international/mule-cmds.el (set-input-method): Doc fix.
1243
1244 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1245
1246 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1247 (speedbar-line-file): Return nil if not a file.
1248 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1249
1250 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1251
1252 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1253 for remote files.
1254 (ediff-coding-system-for-read): Replaced the no-conversion default
1255 with raw-text.
1256
1257 * ediff-init.el: Removed :version from defcustom vars.
1258
1259 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1260 Better handling of the diff mode.
1261
1262 * ediff.texi: Added ediff-coding-system-for-read.
1263
1264 * viper.texi: Fix typos.
1265
1266 2001-02-11 Dave Love <fx@gnu.org>
1267
1268 * shadowfile.el: Doc fixes.
1269 (shadow) <defgroup>: Add :link.
1270 (shadowfile-unload-hook): New function.
1271 (shadow-initialize): Use defalias, not fset.
1272 (shadow-define-cluster, shadow-define-literal-group)
1273 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1274
1275 * international/mule.el: Doc and message fixes.
1276
1277 * international/ccl.el (define-ccl-program): Doc fix.
1278
1279 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1280
1281 * faces.el (mode-line): Set :line-width property to -1.
1282
1283 2001-02-10 Richard M. Stallman <rms@gnu.org>
1284
1285 * complete.el (partial-completion-mode): Doc fix.
1286
1287 * simple.el (delete-key-deletes-forward-mode):
1288 Change `let' to `let*' to fix gross bug in last change.
1289
1290 * repeat.el (repeat): Don't let execute-kbd-macro alter
1291 real-last-command.
1292
1293 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1294
1295 * simple.el (eval-expression): Doc fix.
1296
1297 2001-02-09 Dave Love <fx@gnu.org>
1298
1299 * imenu.el (imenu-generic-expression): Doc fix.
1300
1301 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1302 From Juanma Barranquero.
1303
1304 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1305
1306 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1307
1308 * faces.el (set-face-attribute): Describe the case of a negative
1309 value specified for :line-width.
1310
1311 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1312
1313 * which-func.el (which-func-mode): Invert which-func-mode-global.
1314 From Juanma Barranquero <lektu@uol.com.br>.
1315
1316 2001-02-08 Dave Love <fx@gnu.org>
1317
1318 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1319 widget-plist-value-type.
1320 (widget-alist-convert-widget): Replace binding of
1321 widget-alist-value-type.
1322
1323 * textmodes/paragraphs.el (sentence-end): Doc fix.
1324
1325 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1326 Remove `backward-line'.
1327
1328 * play/pong.el (pong-blank-color, pong-bat-color)
1329 (pong-ball-color, pong-border-color, pong-left-key)
1330 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1331 (pong-pause-key, pong-resume-key, pong-timer-delay):
1332 * mail/mh-comp.el (mh-compose-letter-function):
1333 * eshell/esh-mode.el (eshell-skip-prompt-function):
1334 * emulation/viper-ex.el (ex-unix-type-shell-options):
1335 * recentf.el (recentf-menu-filter):
1336 * ps-print.el (ps-print-region-function):
1337 * lpr.el (print-region-function):
1338 * forms.el (forms-mode-hooks):
1339 * dirtrack.el (dirtrack-directory-change-hook):
1340 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1341 * textmodes/spell.el (spell-filter):
1342 * textmodes/fill.el (adaptive-fill-function):
1343 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1344 * progmodes/etags.el (find-tag-default-function):
1345 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1346 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1347
1348 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1349
1350 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1351 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1352 Meyering <jim@meyering.net>.
1353
1354 * loadup.el: Revert last change.
1355
1356 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1357
1358 * international/mule.el (transform-make-coding-system-args):
1359 Make it work also for coding systems not using CCL.
1360
1361 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1362
1363 * simple.el (previous-matching-history-element)
1364 (next-matching-history-element): Doc fix.
1365
1366 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1367 specific part.
1368
1369 2001-02-06 Dave Love <fx@gnu.org>
1370
1371 * add-log.el (add-log-current-defun-function)
1372 (add-log-buffer-file-name-function, add-log-file-name-function):
1373 Fix :type.
1374 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1375
1376 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1377
1378 * info.el (info-initialize): Remove the test for system-type when
1379 invocation-directory is non-nil.
1380
1381 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1382 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1383
1384 2001-02-06 Andrew Innes <andrewi@gnu.org>
1385
1386 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1387 absolute.
1388
1389 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1390
1391 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1392 buffers. When hi-lock turned on rather than only checking current
1393 buffer for regexps, all buffers are checked. Moved activation of
1394 font-lock to hi-lock-refontify. When font-lock turned off rather
1395 than removing added highlighting just in current buffer, remove it
1396 in all buffers. Changed edit menu text from "Automatic
1397 Highlighting" to "Regexp Highlighting" Documentation for
1398 highlighting phrases, minor documentation changes.
1399 (hi-lock-set-file-patterns): Execute only if there are new or
1400 existing file patterns.
1401 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1402 unfontify and, if a support mode is active, will not refontify the
1403 whole buffer. If necessary, turn on font lock. (Removed
1404 font-lock-unfontify and font-lock support-mode-specific calls,
1405 such as lazy-lock-fontify-window.)
1406 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1407 patterns are found. Not useful now since find-file-hook is removed
1408 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1409 (hi-lock-face-phrase-buffer): New function. Also added related
1410 menu item and keybinding.
1411 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1412 (hi-lock-process-phrase): New function.
1413 (hi-lock-line-face-buffer): Doc fixes.
1414 (hi-lock-face-buffer): Doc fixes.
1415 (hi-lock-unface-buffer): Doc fixes.
1416
1417 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1418
1419 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1420 dabbrev-ignored-regexps.
1421
1422 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1423
1424 * simple.el (kill-line): Doc fix.
1425
1426 2001-02-05 Dave Love <fx@gnu.org>
1427
1428 * loadup.el: Revert last two changes -- bootstrapping works with
1429 regenerated loaddefs.
1430
1431 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * isearch.el (isearch-forward): Doc fix.
1434
1435 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1436 of font-lock-defaults to backward-paragraph.
1437
1438 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1439
1440 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1441 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1442
1443 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1444
1445 * ebnf2ps.el: Eliminate time-stamp functions.
1446 (ebnf-version): New version (3.5).
1447 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1448 format-time-string.
1449
1450 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1451
1452 * simple.el (next-line): Goto end-of-line before inserting a newline.
1453
1454 2001-02-05 Miles Bader <miles@gnu.org>
1455
1456 * image-file.el (insert-image-file): When visiting an image, also
1457 set `truncate-lines' to t so that any fringe arrow looks correct.
1458
1459 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1460
1461 * isearch.el (isearch-forward): Add description about input method
1462 in the docsting.
1463
1464 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1465
1466 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1467
1468 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1469
1470 * info.el (info-initialize): If installation-directory is nil, for
1471 DOS/Windows systems try looking in a sibling of invocation-directory.
1472
1473 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1474
1475 * wid-edit.el (widget-button-click): Fix last change.
1476
1477 * frame.el (frame-notice-user-settings): When resizing the initial
1478 frame because the tool bar is off, also change the frame's top
1479 position if a negative top position was specified.
1480
1481 2001-02-02 Miles Bader <miles@gnu.org>
1482
1483 * image-file.el (insert-image-file): When visiting an image,
1484 suppress the cursor in the image buffer.
1485
1486 2001-02-01 Dave Love <fx@gnu.org>
1487
1488 * progmodes/f90.el (f90-mode): Remove startup message.
1489
1490 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1491
1492 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1493
1494 * startup.el (command-line): Fix code determining whether or not
1495 to use delete-key-deletes-forward-mode.
1496
1497 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1498
1499 * vc.el (vc-diff-switches): New user option.
1500 (vc-version-diff): Use it.
1501 (vc-diff-switches-list): New macro.
1502
1503 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1504 New customization options.
1505 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1506
1507 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1508
1509 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1510
1511 * msb.el (toplevel): Quote hook symbols.
1512
1513 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1514
1515 * international/mule.el (make-coding-system): Add description
1516 about recognized properties in the docstring.
1517
1518 * international/mule-conf.el: Remove unused charsets
1519 mac-roman-lower and mac-roman-upper.
1520
1521 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1522
1523 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1524 is in front of the left-margin, if any.
1525
1526 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1527 like `delete'.
1528
1529 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1530
1531 * term/w32-win.el (mouse-set-font): Doc fix.
1532
1533 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1534
1535 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1536 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1537 on already.
1538
1539 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1540
1541 * files.el (save-buffer): Don't give message if (buffer-file-name)
1542 returns nil.
1543
1544 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1545
1546 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1547
1548 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1549 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1550
1551 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1552 display problems.
1553
1554 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1555
1556 * international/mule.el (charset-info): Fix docstring.
1557
1558 * international/mule-diag.el (describe-character-set): Check final
1559 char valid before printing it.
1560
1561 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1562
1563 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1564
1565 * frame.el (frame-notice-user-settings): Do the tool-bar
1566 stuff only for graphical displays. Fix a braino.
1567
1568 * frame.el (frame-initialize): Create initial frame visible.
1569 (frame-notice-user-settings): When tool-bar has been switched off,
1570 correct the frame size and sync tool-bar-mode.
1571
1572 * startup.el (command-line): Remove manipulation of frame
1573 height for tool bars.
1574
1575 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1576
1577 * lpr.el: Compatibility with XEmacs and doc fixes.
1578 (lpr-windows-system, lpr-lp-system): New vars.
1579 (lpr-printer-switch): New defcustom.
1580 (printer-name, lpr-command): Customization fix.
1581 (print-region-1): Code fix.
1582 (print-region-new-buffer, printify-region): Indentation fix.
1583 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1584 New functions.
1585
1586 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1587
1588 * msb.el (toplevel): Fix the eval-after-load.
1589
1590 2001-01-29 Dave Love <fx@gnu.org>
1591
1592 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1593
1594 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1595
1596 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1597 (tcl-using-emacs-19-23): Consider Emacs 21+.
1598 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1599 (tcl-add-emacs-menu): Supply menu name.
1600 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1601
1602 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1603
1604 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1605
1606 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1607
1608 * pcvs.el (cvs-mark-fis-dead): New function.
1609 (cvs-mode-add): Use it.
1610 (cvs-mode-add-change-log-entry-other-window):
1611 Rebind change-log-default-name to itself rather than to nil.
1612
1613 2001-01-29 Sam Steingold <sds@gnu.org>
1614
1615 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1616 `autoload' statements.
1617
1618 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1619
1620 * files.el (confirm-kill-emacs): Doc fix.
1621
1622 * frame.el (frame-initialize): Doc fix.
1623
1624 * time-stamp.el (time-stamp-string): Doc fix.
1625
1626 * woman.el (WoMan-log-1): Make the log buffer writable.
1627 From Markus Rost <rost@math.ohio-state.edu>.
1628
1629 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1630
1631 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1632 the `make-variable-buffer-local'.
1633
1634 2001-01-29 Dave Love <fx@gnu.org>
1635
1636 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1637 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1638 Add autoload cookie.
1639 (ansi-color-apply-sequence): Fix typo.
1640
1641 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1642
1643 * menu-bar.el (menu-bar-files-menu): Add menu items for
1644 Postscript printing in black and white.
1645
1646 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1647 X-Mailman-Version, Precedence, List-Help, List-Post,
1648 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1649 Content-Type, Content-Length.
1650
1651 2001-01-29 Dave Love <fx@gnu.org>
1652
1653 * elide-head.el (elide-head): Make overlay evaporate.
1654
1655 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1656
1657 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1658
1659 * isearch.el (isearch-highlight): Don't punt if the display
1660 doesn't support colors, since isearch faces are defined for
1661 monochrome displays as well.
1662
1663 2001-01-27 Sam Steingold <sds@gnu.org>
1664
1665 * shell.el (shell-write-history-on-exit): Make sure that we are in
1666 the shell buffer (M-x tex-file RET inserted the error message into
1667 the TeX buffer).
1668
1669 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1670
1671 * simple.el (transient-mark-mode): Doc fix.
1672
1673 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1674
1675 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1676
1677 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1678
1679 * shell.el (shell-unquote-argument): If the shell is one of the
1680 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1681 quote character.
1682 (shell-dumb-shell-regexp): Document that the shells which match
1683 this regexp are supposed to not treat a backslash as a quote character.
1684
1685 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1686 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
1687
1688 2001-01-27 Richard M. Stallman <rms@gnu.org>
1689
1690 * dabbrev.el (dabbrev--substitute-expansion):
1691 Treat a one-capital-letter abbrev as "not all upper case",
1692 so as to force preservation of the expansion's pattern
1693 if the expansion starts with a capital letter.
1694
1695 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1696
1697 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1698 Doc fix.
1699
1700 * simple.el (transient-mark-mode): Document the fact that many
1701 commands act on the region when mark is active.
1702
1703 2001-01-27 Kenichi Handa <handa@etl.go.jp>
1704
1705 * international/quail.el (quail-setup-completion-buf): Make the
1706 multibyteness of current buffer inherited to Quail completion buffer.
1707 (quail-show-guidance-buf): Make the multibyteness of current
1708 buffer inherited to Quail guidance buffer.
1709 (quail-help): Make the multibyteness of current buffer inherited
1710 to Quail help buffer.
1711
1712 2001-01-26 Dave Love <fx@gnu.org>
1713
1714 * time-stamp.el: Doc fixes.
1715
1716 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1717 (delphi-keyword-face, delphi-other-face): Fix :type.
1718
1719 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1720
1721 * mail/feedmail.el (feedmail): Add :link.
1722 (feedmail-send-it): Doc fix.
1723
1724 * mail/sendmail.el: Doc fixes.
1725 (sendmail-send-it): Fix the non-ASCII regexp and use
1726 rfc2047-encode-string.
1727
1728 * dired.el, dired-aux.el: Revert last change.
1729
1730 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1731
1732 * makefile.w32-in (DONTCOMPILE): Add various term files.
1733
1734 2001-01-26 Dave Love <fx@gnu.org>
1735
1736 * Makefile.in (DONTCOMPILE): Add various term files.
1737
1738 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1739
1740 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1741
1742 * startup.el (display-startup-echo-area-message): Make sure
1743 the echo area is resized to fit the size of the startup message.
1744
1745 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1746 part of which is a constant.
1747
1748 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1749
1750 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1751
1752 2001-01-26 Richard M. Stallman <rms@gnu.org>
1753
1754 * simple.el (next-line): Don't let `newline' expand abbrevs.
1755 Simplify slightly.
1756 (open-line): Don't let `newline' expand abbrevs.
1757
1758 2001-01-25 John Wiegley <johnw@gnu.org>
1759
1760 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1761 to `repeat' in the :type field.
1762
1763 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1764 allow a choice of regexp or nil.
1765 (pcomplete-dir-ignore): Same.
1766
1767 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1768 a command) to always fail.
1769
1770 2001-01-25 Gerd Moellmann <gerd@gnu.org>
1771
1772 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1773 discard the result.
1774 (iswitchb-to-end): Likewise.
1775
1776 2001-01-25 Sam Steingold <sds@gnu.org>
1777
1778 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1779 Require vc.
1780
1781 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1782
1783 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1784
1785 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1786
1787 2001-01-25 Dave Love <fx@gnu.org>
1788
1789 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1790 (describe-coding-system): Tweak the English text.
1791
1792 * loadup.el: Preload international/ccl for utf-8.
1793
1794 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1795
1796 * mail/rmail.el (rmail-redecode-body): Doc fix.
1797
1798 2001-01-25 Kenichi Handa <handa@etl.go.jp>
1799
1800 * international/mule-cmds.el (reset-language-environment):
1801 Reset coding-category-utf-8 to mule-utf-8.
1802
1803 * international/mule-conf.el (coding-category-utf-8):
1804 Initialize to mule-utf-8.
1805
1806 * loadup.el: Preload international/utf-8.
1807
1808 * international/utf-8.el: New file.
1809
1810 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1811
1812 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1813
1814 2001-01-24 Sam Steingold <sds@gnu.org>
1815
1816 * dired.el (dired-replace-in-string): Removed.
1817 (dired-sort-toggle): Use `replace-regexps-in-string'
1818 instead of `dired-replace-in-string'.
1819
1820 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1821 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1822
1823 * gs.el (gs-replace-in-string): Removed.
1824 (gs-options): Use `replace-regexps-in-string'
1825 instead of `gs-replace-in-string'.
1826
1827 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1828
1829 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1830 bug report is mailed to an email list and posted to a news group.
1831
1832 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1833
1834 * comint.el (comint-replace-by-expanded-history-before-point):
1835 Fix change of 2000-08-03 to move point to the start of the line again.
1836
1837 * startup.el (tool-bar-images-pixel-height): New variable.
1838 (command-line): After loading the user's init file, when
1839 tool-bar-mode is on, increase the frame's size by some lines for
1840 the tool-bar.
1841
1842 * frame.el (frame-initialize): Create the initial frame invisible.
1843
1844 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1845
1846 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1847 (chinese-big5): MIME:Big5.
1848
1849 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1850
1851 * international/mule-cmds.el (universal-coding-system-argument):
1852 Handle commands with prefix args.
1853
1854 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1855
1856 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1857 being a list of numbers.
1858 (diary-mail-entries): Rewritten.
1859
1860 2001-01-23 Dave Love <fx@gnu.org>
1861
1862 * international/mule.el (make-coding-system): Fix typo.
1863
1864 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1865 Add backward-paragraph as font-lock-beginning-of-syntax-function.
1866
1867 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1868
1869 * font-lock.el (font-lock-mode): Doc fix.
1870
1871 2001-01-23 Kenichi Handa <handa@etl.go.jp>
1872
1873 * international/mule.el (make-translation-table): Fix docstring.
1874
1875 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1876
1877 * mail/rmail.el (rmail-redecode-body): New function.
1878
1879 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1880
1881 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1882
1883 * isearch.el (isearch-lazy-highlight-case-fold-search)
1884 (isearch-lazy-highlight-regexp): New variables.
1885 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1886 case-fold search or regexp search has been toggled.
1887
1888 * wid-edit.el (widget-button-click): Avoid a save-excursion
1889 around running a global binding.
1890
1891 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1892 to 0.25.
1893
1894 2001-01-20 Miles Bader <miles@gnu.org>
1895
1896 * cus-edit.el (custom-face-save): Do post-processing on the face's
1897 new value like `custom-face-set' does.
1898
1899 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1900
1901 * mail/emacsbug.el (report-emacs-bug): Report the value of
1902 LC_CTYPE, not LC_TYPE.
1903
1904 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1905 isearch-toggle-regexp and isearch-edit-string to doc string.
1906
1907 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1908
1909 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1910 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1911
1912 * jit-lock.el (jit-lock-fontify-now): Don't bind
1913 font-lock-beginning-of-syntax-function to nil.
1914
1915 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1916
1917 * mail/emacsbug.el (report-emacs-bug): Report values of
1918 locale-coding-system, default-enable-multibyte-characters, and the
1919 environment variables LC_ALL, LC_TYPE, and LANG.
1920
1921 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1922
1923 * font-lock.el (font-lock-default-fontify-region): Fix last change.
1924
1925 * font-lock.el (font-lock-multiline): Default to nil.
1926 (font-lock-default-fontify-region): If font-lock-multiline is
1927 nil, don't check the property `font-lock-multiline'.
1928
1929 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1930 is nil, don't check the `font-lock-multiline' text property.
1931
1932 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1933
1934 * viper.el: Call initial-major-mode on startup.
1935
1936 * ediff.el (ediff-patch-file): Use better defaults.
1937
1938 * ediff-vers.el: Fix for 8+3 DOS file systems.
1939
1940 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1941
1942 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1943 diff mode, if available.
1944
1945 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1946
1947 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1948
1949 * ediff-init.el (subst-char-in-string): Define and use it, unless
1950 it's already defined.
1951
1952 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1953
1954 * tooltip.el (tooltip-hide-delay): New user-option.
1955 (tooltip-show): Use tooltip-hide-delay instead of the default.
1956
1957 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1958
1959 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1960 kill-local-variable doesn't work for enable-multibyte-characters.
1961
1962 2001-01-17 Dave Love <fx@gnu.org>
1963
1964 * ediff-init.el (ediff-before-setup-hook)
1965 (ediff-merge-filename-prefix): Add :version.
1966
1967 * international/latin1-disp.el: Require disp-table.
1968 (latin1-display): Fix :set.
1969
1970 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1971
1972 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1973
1974 * isearch.el (isearch-lazy-highlight-initial-delay)
1975 (isearch-lazy-highlight-interval): Default to 0.
1976
1977 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1978
1979 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1980 1 here rather than each time through
1981 isearch-lazy-highlight-new-loop.
1982 (isearch-lazy-highlight-max): Variable deleted.
1983 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1984 isearch-lazy-highlight-max but controls a single invocation of
1985 isearch-lazy-highlight-update.
1986 (isearch-lazy-highlight-wrapped): Variable recreated.
1987 (isearch-lazy-highlight-window-start): New variable.
1988 (isearch-lazy-highlight-cleanup): Restored to behavior of
1989 before 2-Jan.
1990 (isearch-lazy-highlight-remove-overlays): Function deleted;
1991 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1992 behavior removed.
1993 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1994 isearch-lazy-highlight-update in a loop rather than just once.
1995 Test isearch-invalid-regexp here and decide not to start a new
1996 loop, rather than testing it each time through
1997 isearch-lazy-highlight-update.
1998 (isearch-lazy-highlight-search): Function restored.
1999 (isearch-lazy-highlight-update): Get called in a timer loop again,
2000 but this time highlight more than one match each time through.
2001 Only highlight matches in the visible part of the window.
2002 Start at point, move in the direction of the search, and wrap around at
2003 the edge of the window. Use sit-for to force redisplay and ensure
2004 window-start is credible. "Face suppressing" behavior removed;
2005 overlay priorities should make it unnecessary, right?
2006 (isearch-highlight): Face suppressing behavior removed.
2007 (isearch-dehighlight): Face suppressing behavior removed.
2008 (isearch-set-lazy-highlight-faces-at): Removed.
2009
2010 2001-01-17 Kenichi Handa <handa@etl.go.jp>
2011
2012 * language/european.el ("Latin-1"): Make the format of description
2013 about additional language environments same as that of Latin-2.
2014
2015 2001-01-16 Dave Love <fx@gnu.org>
2016
2017 * isearch.el (isearch-lazy-highlight): Add :version.
2018
2019 * simple.el (backward-delete-char-untabify-method)
2020 (next-line-add-newlines): Add :version.
2021
2022 2001-01-16 Gerd Moellmann <gerd@gnu.org>
2023
2024 * bindings.el: Bind <backspace> and <delete> via function-key-map.
2025 Don't bind <delete> otherwise.
2026
2027 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
2028 and <delete> via function-key-map.
2029
2030 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
2031 Subject line only if point is after the `Subject:'.
2032
2033 2001-01-16 Kenichi Handa <handa@etl.go.jp>
2034
2035 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
2036 japanese-jisx0213-2 in `charset' property of this lang. env.
2037
2038 * language/european.el ("Latin-1"): Add description for Dutch and
2039 Spanish lang. env.
2040
2041 * international/mule.el (decode-char): Fix conditions.
2042 (encode-char): Handle eight-bit-control too.
2043 (transform-make-coding-system-args): New function.
2044 (make-coding-system): Accept XEmacs style arguments for CCL base
2045 coding system.
2046
2047 2001-01-15 Gerd Moellmann <gerd@gnu.org>
2048
2049 * progmodes/etags.el (find-tag-noselect): Save the value of
2050 tags-file-name before switching buffers, for the case it has a
2051 buffer-local value.
2052
2053 2001-01-15 Alex Schroeder <alex@gnu.org>
2054
2055 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2056 From Dave Love <fx@gnu.org>.
2057 (ansi-color-for-comint-mode): Fix :version.
2058
2059 2001-01-15 Alex Schroeder <alex@gnu.org>
2060
2061 * ansi-color.el (ansi-color-unfontify-region): Doc change.
2062
2063 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
2064
2065 * dired.el (dired-insert-directory): If file-system-info fails,
2066 remove the " free " part, but don't signal an error.
2067
2068 2001-01-12 Sam Steingold <sds@gnu.org>
2069
2070 * bookmark.el (bookmark-maybe-historicize-string):
2071 Use new backquote syntax.
2072
2073 2001-01-12 Richard M. Stallman <rms@gnu.org>
2074
2075 * subr.el (last): Handle a list that doesn't end in nil.
2076
2077 2001-01-12 Sam Steingold <sds@gnu.org>
2078
2079 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
2080 to `backward-delete-char-untabify'.
2081
2082 2001-01-12 Dave Love <fx@gnu.org>
2083
2084 * cus-edit.el (customize-menu-create): Fix the :filter following
2085 easymenu change.
2086
2087 * wid-edit.el (function): Add :match-alternatives.
2088 (widget-color-action): Doc fix.
2089
2090 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2091
2092 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2093
2094 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2095
2096 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2097
2098 * international/ccl.el (define-ccl-program): Fix docstring.
2099
2100 2001-01-11 Dave Love <fx@gnu.org>
2101
2102 * international/mule-cmds.el (standard-display-european-internal):
2103 Set display table for 2208 as for 160.
2104
2105 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2106
2107 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2108 entry for custom-menu-create change.
2109 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2110 don't cons it in the search loop.
2111
2112 * imenu.el (imenu--truncate-items): Revert last change.
2113
2114 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2115
2116 * info.el (Info-setup-header-line): If the node header includes
2117 either Next: or Prev: links, don't show the File: and Node: parts
2118 in the header line.
2119
2120 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2121
2122 * comint.el (comint-goto-process-mark): Don't print a message
2123 when running in batch mode.
2124
2125 * isearch.el (isearch-search): In the condition-case handler for
2126 `error', set isearch-invalid-regexp to the whole error message.
2127
2128 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2129 ensure that eval-after-load works for files dumped with Emacs.
2130
2131 * help.el (load-symbol-file-load-history): New function extracted
2132 from function symbol-file.
2133 (symbol-file): Use it.
2134
2135 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2136
2137 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2138
2139 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2140 behave as if there were no prefix argument.
2141 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2142 argument were nil.
2143
2144 2001-01-11 Richard M. Stallman <rms@gnu.org>
2145
2146 * isearch.el (isearch-lazy-highlight-update):
2147 Don't look for more potential matches once maximum is exceeded.
2148 Use overlays-in to check correctly for overlap with current match.
2149 Ignore empty matches.
2150
2151 2001-01-11 Miles Bader <miles@gnu.org>
2152
2153 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2154 (ispell-overlay-window, ispell-help, ispell-show-choices)
2155 (ispell-command-loop): Use it instead of `window-height'.
2156
2157 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2158
2159 * files.el (confirm-kill-emacs): New user-option.
2160 (save-buffers-kill-emacs): Ask for final confirmation before
2161 killing Emacs.
2162
2163 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2164 to nil.
2165
2166 2001-01-10 Dave Love <fx@gnu.org>
2167
2168 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2169
2170 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2171
2172 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2173
2174 * calculator.el (calculator-number-digits): Fix :type.
2175
2176 * vc-cvs.el (vc-cvs-header): Fix :type.
2177 * vc-rcs.el (vc-rcs-header): Fix :type.
2178 * vc-sccs.el (vc-sccs-header): Fix :type.
2179
2180 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2181
2182 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2183
2184 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2185
2186 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2187
2188 * simple.el (set-variable): Force a thorough redisplay for the
2189 case that the variable has an effect on the display, like
2190 `tab-width' has.
2191
2192 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2193
2194 * vc.el: Add documentation for backend interface.
2195
2196 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2197
2198 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2199
2200 * international/mule-conf.el (latin-extra-code-table): Set to t
2201 for \223 and \224.
2202
2203 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2204
2205 * international/mule-cmds.el (locale-language-names): Map "es" to
2206 "Spanish" and "nl" to "Dutch".
2207
2208 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2209
2210 * bindings.el (global-map): Bind <home> to beginning-of-line,
2211 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2212 C-<end> to end-of-buffer.
2213
2214 * language/european.el: Add Dutch and Spanish language info
2215 to be able to use the appropriate tutorials.
2216
2217 2001-01-09 Alex Schroeder <alex@gnu.org>
2218
2219 * ansi-color.el (ansi-color-process-output): Use markers instead
2220 of positions for start and end of region.
2221 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2222 Previously, occasional mistakes happend when fontifying many
2223 chunks of output (eg. ls --color=yes /dev). This happened
2224 whenever an overlay was created up to the end of the region, which
2225 coincided with the process-mark. New text would then be added
2226 within that overlay instead of after it.
2227 (ansi-color-make-extent): Overlays are created with the property
2228 `modification-hooks' set to '(ansi-color-freeze-overlay).
2229 (ansi-color-freeze-overlay): New function. When inserting text at
2230 the end of the overlay, the overlay will resize.
2231
2232 2000-01-09 Alex Schroeder <alex@gnu.org>
2233
2234 * ansi-color.el (ansi-color-process-output): Doc change.
2235 (ansi-color-unfontify-region): Doc change. No longer installed
2236 automatically in font-lock-unfontify-region-function.
2237 (ansi-color-apply): Doc change.
2238 (ansi-color-apply-on-region): Use extents or overlays instead of
2239 text-properties.
2240 (ansi-color-make-extent): New function.
2241 (ansi-color-set-extent-face): New function.
2242
2243 2000-01-09 Alex Schroeder <alex@gnu.org>
2244
2245 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2246 both use ansi-color-process-output, now.
2247 (ansi-color-process-output): Doesn't return string anymore. It is
2248 installed in comint-output-filter-functions for both Emacs and
2249 XEmacs, now.
2250 (ansi-color-unfontify-region): Simplified code removing variables
2251 pos and start-ansi.
2252 (ansi-color-apply): Put text-property ansi-color before putting
2253 text-property face because ansi-color-unfontify-region is called
2254 immediately after the call to put-text-property.
2255 (ansi-color-context-region): Doc change.
2256 (ansi-color-filter-region): Simplified code.
2257 (ansi-color-apply-on-region): Changed start to start-marker, using
2258 a marker explicitly. Put text-property ansi-color before putting
2259 text-property face because ansi-color-unfontify-region is called
2260 immediately after the call to put-text-property.
2261
2262 2000-01-09 Alex Schroeder <alex@gnu.org>
2263
2264 * ansi-color.el (ansi-color-faces-vector): Doc change.
2265 (ansi-color-for-comint-mode): Changed :type property to choice.
2266 (ansi-color-last-context): Removed.
2267 (ansi-color-process-output): Don't use ansi-color-last-context, as
2268 the main functions will store their context now.
2269 (ansi-color-context): Doc change.
2270 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2271 Uses ansi-color-context such that repeated calls will strip
2272 partial escape sequences, too.
2273 (ansi-color-apply): Simplified code. Colorize end of string if
2274 face is not null. Store context in new (FACE STRING) format, such
2275 that repeated calls will strip partial escape sequences, too.
2276 Append faces to face property using ansi-color-apply-sequence such
2277 that cumulative mode actually works.
2278 (ansi-color-context-region): New variable.
2279 (ansi-color-filter-region): Rewrote it based on
2280 ansi-color-apply-on-region. Uses ansi-color-context-region such
2281 that repeated calls will strip partial escape sequences, too.
2282 (ansi-color-apply-on-region): Simplified code. Colorize end of
2283 region if face is not null. Store context in new (FACE POS)
2284 format, such that repeated calls will strip partial escape
2285 sequences, too. Append faces to face property using
2286 ansi-color-apply-sequence such that cumulative mode actually works.
2287 (ansi-color-apply-sequence): New function.
2288 (ansi-color-get-face): When the default face is added to the list
2289 of faces, all previous settings are discarded and the list of
2290 faces is set to '(default).
2291
2292 2000-01-09 Alex Schroeder <alex@gnu.org>
2293
2294 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2295 face, such that ansi-color-apply and ansi-color-apply-on-region
2296 will do the right thing.
2297 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2298 returns nil, set the list of faces back to nil instead of
2299 appending the result of ansi-color-get-face to the front of the list.
2300
2301 2000-01-09 Alex Schroeder <alex@gnu.org>
2302
2303 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2304 (ansi-color-process): Doc change.
2305 (ansi-color-last-context): New buffer-local variable.
2306 (ansi-color-process-output): New function. It is automatically
2307 added to comint-output-filter-functions if this is XEmacs.
2308 (ansi-color-unfontify-region): New optional parameter for XEmacs
2309 compatibility. Check wether font-lock-syntactic-keywords is
2310 boundp before removing the syntax table text property, as XEmacs
2311 doesn't have it.
2312 (ansi-color-filter-region): Doc change.
2313 (ansi-color-apply-on-region): Doc change.
2314 (ansi-color-make-face): New function. Compatibility layer for
2315 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2316 (ansi-color-make-color-map): Use ansi-color-make-face.
2317 (ansi-color-get-face): Avoid face text property '(nil) as results
2318 in an errow for XEmacs.
2319
2320 2000-01-09 Alex Schroeder <alex@gnu.org>
2321
2322 * ansi-color.el (ansi-color-unfontify-region): New function.
2323 Uses text-property ansi-color in order to preserve fontification by
2324 ansi-color. When the package is loaded, a lambda expression is
2325 put onto font-lock-mode-hook. This lambda expression will check
2326 font-lock-unfontify-region-function and replace
2327 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2328 (ansi-color-apply): Add text-property ansi-color in addition to
2329 text-property face.
2330 (ansi-color-apply-on-region): Add text-property ansi-color in
2331 addition to text-property face.
2332 (save-buffer-state): Copy of the macro that is also used by
2333 lazy-lock and font-lock.
2334
2335 (ansi-color-for-comint-mode): New option.
2336 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2337 (ansi-color-for-comint-mode-off): Ditto.
2338 (ansi-color-for-comint-mode-filter): Ditto.
2339 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2340 decide what to do. This function is added to
2341 comint-preoutput-filter-functions when the package is loaded.
2342
2343 (ansi-color-for-shell-mode-set): Removed.
2344 (ansi-color-for-shell-mode): Removed.
2345
2346 2000-01-09 Alex Schroeder <alex@gnu.org>
2347
2348 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2349 the lambda expression from the ansi-color-for-shell-mode :set
2350 property. Additionally, modify shell-mode-hook to enable or
2351 disable font-lock-mode for future shell buffers.
2352 (ansi-color-for-shell-mode): The :set property calls
2353 ansi-color-for-shell-mode-set instead of a lambda expression.
2354
2355 2000-01-09 Alex Schroeder <alex@gnu.org>
2356
2357 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2358 (ansi-color-context): New variable.
2359 (ansi-color-apply): Save context between calls.
2360
2361 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2362
2363 * isearch.el (isearch, isearch-lazy-highlight-face):
2364 New definitions for face colors and attributes.
2365
2366 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2367 of display-mouse-p.
2368
2369 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2370
2371 * international/mule.el (make-coding-system): If the coding system
2372 accepts extra latin codes, register such codes as safe for the
2373 coding system.
2374
2375 2001-01-08 Richard M. Stallman <rms@gnu.org>
2376
2377 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2378 don't mention the file name or the date here, because they are
2379 logged at the start of the file.
2380
2381 2001-01-08 Richard M. Stallman <rms@gnu.org>
2382
2383 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2384 Change screen-width to frame-width.
2385
2386 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2387
2388 * info.el (Info-search): Print the default as part of the prompt.
2389
2390 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2391
2392 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2393 constant implementations in backends.
2394
2395 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2396 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2397
2398 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2399 WRITABLE to EDITABLE.
2400
2401 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2402 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2403 to EDITABLE.
2404
2405 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2406
2407 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2408 (copyright, copyright-update): Compute the current year at run time.
2409
2410 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2411
2412 * isearch.el (isearch-old-signal-hook): Removed.
2413 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2414 instead of setting signal-hook-function.
2415 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2416
2417 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2418
2419 * emulation/edt.el: Update to version 4.0. Provide support for
2420 EDT scroll margins at top and bottom of the window. Provide an
2421 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2422 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2423 user when file-related buffer modifications exist.
2424 Provide support for running EDT Emulation in XEmacs.
2425 Provide customize access to some user updatable variables.
2426 Add Commentary section to file header.
2427 Fixed a few minor bugs and cleaned up some code.
2428
2429 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2430 for detecting a keypress that generates an ASCII key sequence.
2431 (Previously, only a keypress that generates a vector was
2432 recognized.) Embed Window Manager name into name of the generated
2433 EDT Emulation initialization file since the initialization file is
2434 Window Manager specific. Add Commentary section to file header.
2435
2436 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2437
2438 * mail/sendmail.el (mail-mode): Doc fix.
2439
2440 * info.el (Info-goto-emacs-command-node): Doc fix.
2441 (Info-goto-emacs-key-command-node): Doc fix.
2442
2443 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2444
2445 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2446 systems without long file-name support.
2447
2448 2001-01-06 Andrew Innes <andrewi@gnu.org>
2449
2450 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2451
2452 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2453
2454 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2455 (isearch-lazy-highlight-update): Doc fix.
2456
2457 * ffap.el (ffap-bindings): Doc fix.
2458
2459 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2460
2461 2001-01-05 Dave Love <fx@gnu.org>
2462
2463 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2464
2465 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2466
2467 * mouse-drag.el (mouse-drag-safe-scroll):
2468 Bind scroll-preserve-screen-position to nil.
2469
2470 * isearch.el (isearch-old-signal-hook): New variable.
2471 (isearch-mode): Set signal-hook-function to isearch-done.
2472 (isearch-done): Restore old signal-hook-function.
2473
2474 * info.el (Info-fontify-node): Mark one more char as intangible.
2475
2476 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2477
2478 * composite.el (compose-last-chars): New argument COMPONENTS.
2479 If it is non-nil, compose preceding characters by compose-region with
2480 COMPONENTS.
2481
2482 * international/quail.el (quail-input-string-to-events): New function.
2483 (quail-input-method): Convert input string to events here.
2484 (quail-start-translation): Return input string, not event list.
2485 (quail-start-conversion): Likewise.
2486
2487 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2488
2489 * tooltip.el (tooltip-cancel-delayed-tip)
2490 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2491 and tooltip-add-timeout.
2492 (tooltip-show): Set border color from faces's foreground.
2493 (tooltip-show-help-function): If called with the same help string
2494 as last time, do nothing.
2495 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2496
2497 * startup.el (fancy-splash-screens): Don't bind show-help-function
2498 to nil.
2499
2500 * tooltip.el (tooltip-frame-parameters): Remove colors.
2501 (tooltip): New face
2502 (tooltip-set-param): New function.
2503 (tooltip-show): Set up color frame parameters from face `tooltip'.
2504 Display the tooltip text in face `tooltip'.
2505
2506 2001-01-04 Dave Love <fx@gnu.org>
2507
2508 * whitespace.el (whitespace-global-mode): Fix typo.
2509
2510 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2511
2512 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2513
2514 * help.el (help-for-help): Fix a typo in a doc string.
2515 From kwzh@gnu.org (Karl Heuer).
2516
2517 2001-01-03 Dave Love <fx@gnu.org>
2518
2519 * dired-x.el: Doc fixes. Maintainer change.
2520 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2521 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2522 (dired-guess-shell-alist-user): Customize.
2523 (dired-x-help-address): Set to bug-gnu-emacs.
2524 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2525 (dired-default-directory): Renamed from default-directory.
2526
2527 * hl-line.el (hl-line): Doc fix.
2528
2529 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2530
2531 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2532
2533 2001-01-02 Richard M. Stallman <rms@gnu.org>
2534
2535 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2536 to remove all the current alternative-match highlighting.
2537 If nil, remove only what's outside the current window.
2538 (isearch-lazy-highlight-remove-overlays): Take optional
2539 region within which NOT to remove them.
2540 (isearch-lazy-highlight-new-loop): Greatly simplified.
2541 (isearch-lazy-highlight-update): Find all the other occurrences
2542 visible in the window, in just one call.
2543 (isearch-lazy-highlight-start): Now holds start of region to scan.
2544 (isearch-lazy-highlight-end): Now holds end of region to scan.
2545 (isearch-lazy-highlight-wrapped): Variable deleted.
2546 (isearch-lazy-highlight-search): Function deleted.
2547
2548 2000-01-02 Andrew Innes <andrewi@gnu.org>
2549
2550 * w32-fns.el (convert-standard-filename): Do length check on name
2551 before aref.
2552
2553 2001-01-02 Dave Love <fx@gnu.org>
2554
2555 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2556 value.
2557 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2558
2559 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2560
2561 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2562 read syntax.
2563
2564 * calendar/todo-mode.el (todo): Add :link, :version.
2565 (todo-save-top-priorities): Remove autoload cookie.
2566 (todo-add-category, todo-add-item-non-interactively)
2567 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2568
2569 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2570
2571 * comint.el (comint-input-history-ignore): New variable.
2572 (comint-read-input-ring): Ignore entries matching
2573 comint-input-history-ignore.
2574
2575 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2576
2577 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2578 (lm-copyright-mark): New function.
2579 (lm-crack-copyright): New function.
2580 (lm-verify): Check that the file has a copyright.
2581 Check that the file is copyright Free Software Foundation.
2582
2583 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2584
2585 * international/mule-diag.el (print-fontset): Indent font name by
2586 24 columns, not 25.
2587
2588 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2589
2590 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2591 in Subject line.
2592
2593 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2594 Use mail-mode-hook instead of mail-setup-hook.
2595 Otherwise continuing an interrupted message with C-u C-x m for
2596 instance, winds up in Mail mode without abbrevs.
2597
2598 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2599
2600 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2601 non-nil. Adding almost all customization variables on ps-setup.
2602 Doc fix.
2603 (ps-print-version): New version number (6.3.3).
2604 (ps-end-with-control-d): Initialization fix.
2605 (ps-lines-printed): New var.
2606 (ps-skip-newline): New fun.
2607 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2608 (ps-next-line, ps-continue-line, ps-plot-region)
2609 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2610
2611 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2612
2613 * international/fontset.el (x-complement-fontset-spec):
2614 Resolve ASCII font name so that the same family name is used for fonts
2615 registered in x-font-name-charset-alist.
2616 (create-fontset-from-fontset-spec): Adjusted for the above change.
2617 The name of fontset alias should be a unresolved ASCII font name.
2618
2619 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2620
2621 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2622 and delete in isearch-mode-map.
2623
2624 2000-12-28 Richard M. Stallman <rms@gnu.org>
2625
2626 * dired-x.el (dired-guess-shell-alist-default):
2627 Use xpdf instead of acroread.
2628
2629 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2630
2631 * textmodes/artist.el (artist-butlast): Deleted.
2632 (artist-ellipse-mirror-quadrant): Use butlast instead of
2633 artist-butlast.
2634
2635 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2636
2637 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2638
2639 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2640
2641 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2642
2643 * ls-lisp.el: Better support for the Mac and MS-Windows.
2644 (ls-lisp): New defgroup.
2645 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2646 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2647 (ls-lisp-support-shell-wildcards): New defcustoms.
2648 (ls-lisp-parse-symlink): New function.
2649 (insert-directory): Code to convert switches to a list and set up
2650 the wildcard argument copied from ls-lisp-insert-directory.
2651 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2652 for -C and -R switches.
2653 (ls-lisp-column-format): New function.
2654 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2655 (ls-lisp-format-time): Add doc strings.
2656 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2657 Support ls-lisp-dirs-first.
2658 (ls-lisp-classify, ls-lisp-extension): New functions.
2659 (ls-lisp-format): Optionally support emulation of symlinks.
2660 Support -i, -s, and -G switches.
2661
2662 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2663
2664 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2665
2666 * version.el (emacs-version): Print X scroll bar information.
2667
2668 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2669 instead of x-toolkit-scroll-bars-p.
2670
2671 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2672 of x-toolkit-scroll-bars-p.
2673
2674 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2675
2676 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2677 (ffap-bindings): Doc fix, to reflect the above change.
2678
2679 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2680
2681 * term.el (term-char-mode): Define all non-ascii self-inserting
2682 characters to 'term-send-raw in term-raw-map.
2683
2684 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2685
2686 * viper-init (viper-restore-cursor-type): Added condition-case guard.
2687
2688 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2689 Changed initialization; use add-hook.
2690 (ediff-file-remote-p): Use file-local-copy.
2691
2692 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2693
2694 * ediff.el (ediff-patch-buffer): Bug fix.
2695 (ediff-revision): Allow selection of the file at the prompt.
2696
2697 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2698
2699 * subr.el (combine-run-hooks): Remove.
2700
2701 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2702 and remove the rogue second spec.
2703
2704 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2705
2706 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2707
2708 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2711 Use minibuffer menu prompt for the `=' prefix.
2712 (smerge-command-prefix): Change default to C-^.
2713 (smerge-mode): Don't assume font-lock doesn't move point.
2714
2715 * skeleton.el (skeleton-internal-1): Make sure the first line of
2716 the region is also re-indented.
2717 (skeleton-end-newline): New var.
2718 (skeleton-end-hook): Use it.
2719
2720 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2721
2722 * comint.el (comint-password-prompt-regexp): Support CVS.
2723
2724 2000-12-22 Gerd Moellmann <gerd@gnu.org>
2725
2726 * simple.el (delete-key-deletes-forward-mode): Simplify.
2727 Also backspace key combinations, depending on
2728 delete-key-deletes-forward.
2729
2730 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2731
2732 * simple.el (delete-key-deletes-forward): Doc fix.
2733
2734 2000-08-22 Emmanuel Briot <briot@gnat.com>
2735
2736 * xml.el (top level comment): Updated to reflect the fact that
2737 white spaces are relevant in the XML file.
2738 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2739 to parse was already edited. This allows for on-the-fly analysis
2740 of XML files.
2741 (xml-parse-tag): Check that the casing is the same in the start
2742 tag and end tag, since XML is case-sensitive. Allows for spaces
2743 in the end tag, after the name of the tag.
2744 (xml-parse-attlist): Allow for the character '-' in the name of
2745 attributes, as in the standard http-equiv attribute Do not save
2746 the properties in the XML tree, since they are not relevant.
2747
2748 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2749
2750 * generic.el (generic-read-type): Undo last change, inline into
2751 `generic-mode' and then remove.
2752 (generic-mode): Inline generic-read-type.
2753 (define-generic-mode): Push the symbol name rather than the symbol
2754 onto generic-mode-list.
2755
2756 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2757
2758 * generic.el (generic-read-type): Build an alist for
2759 completing-read as in 20.7.
2760
2761 * play/landmark.el (lm): Use interactive spec `P'.
2762 (toplevel): Don't set debug-on-error.
2763
2764 * server.el (server-switch-buffer): Choose a window on a visible frame.
2765
2766 2000-12-21 Dave Pearson <davep@davep.org>
2767
2768 * quickurl.el: Commentry change, I've moved my web site.
2769
2770 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2771
2772 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2773 ranges like \177-\237, but accepts the character sequence from \177 to
2774 \237. Doc fix.
2775 (ebnf-version): New version (3.4).
2776 (ebnf-setup): Code fix.
2777 (ebnf-range-regexp): New fun.
2778 (ebnf-8-bit-chars): Const fix.
2779
2780 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2781 entry. Doc fix.
2782 (ebnf-bnf-lex): Code fix.
2783 (ebnf-bnf-comment-chars): Const fix.
2784
2785 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2786 entry. Doc fix.
2787 (ebnf-iso-comment-chars): Const fix.
2788
2789 * ebnf-otz.el: Doc fix.
2790
2791 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2792 entry. Doc fix.
2793 (ebnf-yac-skip-code): Code fix.
2794 (ebnf-yac-comment-chars): Const fix.
2795
2796 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2797
2798 * files.el (insert-directory-safely): New function.
2799 (recover-file): Use it instead of insert-directory.
2800 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2801
2802 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2803
2804 * international/mule-cmds.el (select-safe-coding-system):
2805 Check coding-category-list more rigidly. Improve help message.
2806
2807 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2808
2809 2000-12-21 Miles Bader <miles@gnu.org>
2810
2811 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
2812
2813 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2814
2815 * international/mule-diag.el (describe-char-after): Make *Help*
2816 buffer inherit multibyteness of the current buffer.
2817
2818 * international/mule.el (make-char): Docstring adjusted for the
2819 change of make-char-internal.
2820
2821 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2822
2823 * international/iso-cvt.el: Docstrings fix.
2824
2825 2000-12-20 Dave Love <fx@gnu.org>
2826
2827 * subr.el (eval-after-load): Doc fix.
2828
2829 2000-12-20 Kenichi Handa <handa@etl.go.jp>
2830
2831 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2832 for numbers.
2833
2834 2000-12-20 Miles Bader <miles@gnu.org>
2835
2836 * international/quail.el (quail-help): Resize the help window
2837 again after it has all its contents. Remove unneeded progn.
2838
2839 2000-12-19 Gerd Moellmann <gerd@gnu.org>
2840
2841 * pcmpl-linux.el: Fix copy/paste error.
2842
2843 2000-12-19 Andrew Innes <andrewi@gnu.org>
2844
2845 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
2846
2847 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2848
2849 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2850
2851 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2852
2853 * progmodes/idlw-shell.el: Fixed copyright notice.
2854
2855 * progmodes/idlwave.el: Fixed copyright notice.
2856
2857 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2858 TAB as key separators.
2859
2860 2000-12-19 Alex Schroeder <alex@gnu.org>
2861
2862 * sql.el (sql-sybase-options): New option.
2863 (sql-sybase): Use it. Add sql-database to the list of parameters
2864 provided for login. The options -w 2048 -n are not used any more.
2865 (sql-postgres-options): Changed default from "--pset" to "-P".
2866 (sql-mysql-options): Doc change.
2867 (sql-stop): Doc change.
2868
2869 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2870
2871 * international/quail.el (quail-input-method): Always hide
2872 the guidance buffer on exiting.
2873
2874 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2875
2876 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2877 isn't fboundp.
2878
2879 * server.el (server-buffer-done): Bury the buffer before
2880 killing it.
2881
2882 * faces.el (face-spec-set): Interpret a nil in specs for
2883 foreground and background colors as `unspecified', for
2884 compatibility with 20.x.
2885
2886 2000-12-18 Dave Love <fx@gnu.org>
2887
2888 * simple.el (mail-user-agent): Doc fix.
2889 (input-mode-8-bit): Removed.
2890
2891 * international/mule.el (set-keyboard-coding-system): Doc fix.
2892 (keyboard-coding-system): New option.
2893
2894 * mail/sendmail.el (send-mail-function): Customize.
2895
2896 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2897
2898 * international/codepage.el (cp866-decode-table): New table.
2899
2900 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2901
2902 * version.el (emacs-version): Remove `%a' from the time format
2903 because the weekday doesn't fit well into each locale.
2904
2905 2000-12-18 Miles Bader <miles@gnu.org>
2906
2907 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2908
2909 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2910 Check that emacs-major-version is `=' to 20, not `>='.
2911 (artist-replace-chars): Use `make-string' instead of a loop.
2912
2913 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2914
2915 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2916 (cvs-execute-single-file): Don't change directory.
2917 Patch from Per Cederqvist.
2918
2919 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * textmodes/ispell.el (check-ispell-version):
2922 If `ispell-program-name' is "aspell", pass it the -v switch instead
2923 of -vv.
2924
2925 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2926
2927 * international/mule-diag.el (mule-diag): Insert information about
2928 configure options, multibyte awareness, language env.
2929
2930 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2931 regexp to search for candidates.
2932
2933 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2934
2935 * info.el (Info-forward-node): If the node has an
2936 Info-header-line, widen the buffer before searching for "next:"
2937 and "up:" pointers, and set the search limit to stay in the
2938 current node.
2939
2940 2000-12-16 Miles Bader <miles@gnu.org>
2941
2942 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2943
2944 2000-12-15 Miles Bader <miles@gnu.org>
2945
2946 * comint.el (comint-send-string, comint-send-region): Also accept
2947 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2948 process-send-string/region.
2949
2950 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2951
2952 * isearch.el (isearch-lazy-highlight-max): New user-option.
2953 (isearch-lazy-highlight-update): Don't highlight more than
2954 isearch-lazy-highlight-max matches.
2955
2956 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2957
2958 2000-12-15 Richard M. Stallman <rms@gnu.org>
2959
2960 * sort.el (sort-columns): Fix error message.
2961
2962 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2963 `upcase' or `downcase' or nil.
2964 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2965 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2966 (dabbrev--substitute-expansion): New arg record-case-pattern.
2967 If it is non-nil, set dabbrev--last-case-pattern.
2968 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2969
2970 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2971
2972 2000-12-15 Miles Bader <miles@gnu.org>
2973
2974 * paths.el (Info-default-directory-list): Don't delete
2975 configure-info-directory from the list of standard info
2976 directories when appending it to the end -- their order is important.
2977
2978 * faces.el (read-face-attribute): If there's no entry for the
2979 user's input in VALID, just use it as-is (this will often result
2980 in an error, but it may be OK for e.g. colors using hexadecimal
2981 notation, and at least will yield a better error message).
2982
2983 * window.el (mode-line-window-height-fudge): Function removed.
2984 (height-affecting-face-attributes, mode-line-window-height-fudge):
2985 Variables removed.
2986 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2987 window is really the right size. Use vertical-motion
2988 rather than forward-line.
2989 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2990 (ispell-command-loop, ispell-show-choices): Use the variable
2991 ispell-choices-win-default-height, rather than the function.
2992 (ispell-choices-win-default-height): Function removed.
2993 (ispell-mode-line-window-height-fudge): Function removed.
2994
2995 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2996
2997 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2998
2999 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3000
3001 * paths.el (Info-default-directory-list):
3002 If configure-info-directory is not one of the standard directories,
3003 put it first in the list; otherwise put it last. Doc string
3004 changed accordingly.
3005
3006 * info.el (Info-directory-list): Change doc string to reflect the
3007 change in Info-default-directory-list.
3008
3009 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
3010 windows-nt as windowed environments, even under -nw.
3011
3012 * startup.el (command-line): Don't call x-backspace-delete-keys-p
3013 if not fboundp. Switch delete-forward mode for the <delete> key
3014 on all PC platforms, even under -nw.
3015
3016 * term/internal.el ([M-delete]): Remap to M-d.
3017
3018 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3019
3020 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
3021
3022 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
3023
3024 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3025
3026 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3027
3028 * startup.el (command-line): Call delete-key-deletes-forward-mode,
3029 if appropriate.
3030
3031 * simple.el (delete-key-deletes-forward): New user-option.
3032 (delete-key-deletes-forward-mode): New function.
3033
3034 * bindings.el: Bind `delete' to backward-delete-char.
3035
3036 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
3037 Test if symbol is bound before getting its value.
3038
3039 * tooltip.el (tooltip-show): If an error is signaled in
3040 x-show-tip, display that error, and display the help in the
3041 echo area.
3042
3043 2000-12-14 Kenichi Handa <handa@etl.go.jp>
3044
3045 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
3046 Show "... entries" messages for every 10000 entries, not 10.
3047
3048 2000-12-13 Karl Fogel <kfogel@red-bean.com>
3049
3050 * bookmark.el: Provide a generic exit hook, as suggested by
3051 Ovidiu Predescu <ovidiu@cup.hp.com>:
3052 (bookmark-exit-hook): New var.
3053 (bookmark-exit-hook-internal): New func, replaces
3054 old raw lambda form in `kill-emacs-hook', and runs new
3055 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
3056 as logically that feature must have been provided if this function
3057 is running.
3058 Removed ;;;###autoload before the `add-hook' call.
3059
3060 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
3061
3062 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
3063 (easy-menu-current-active-maps): New function.
3064 (easy-menu-get-map): Use it.
3065 Make a proper menu entry when creating a new keymap.
3066
3067 2000-12-13 Kenichi Handa <handa@etl.go.jp>
3068
3069 * international/characters.el: Fix cases and syntaxes for
3070 mule-unicode-0100-24ff.
3071
3072 * dired.el (dired-move-to-filename-regexp): Fixed for the case
3073 that a Japanese character is not appended after day and year.
3074
3075 * info.el (Info-suffix-list): Change format for a command that
3076 requires arguments.
3077 (info-insert-file-contents): Adjusted for the above change.
3078
3079 2000-12-12 Andreas Schwab <schwab@suse.de>
3080
3081 * tar-mode.el (tar-extract): Base the name of the subfile buffer
3082 on the name of the tar buffer. Verify that the existing buffer is
3083 visiting the same subfile.
3084
3085 2000-12-12 Dave Love <fx@gnu.org>
3086
3087 * subdirs.el: Add obsolete.
3088
3089 2000-12-12 Gerd Moellmann <gerd@gnu.org>
3090
3091 * mail/rmailsum.el (rmail-summary-expunge)
3092 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3093 instead of rmail-confirm-expunge.
3094
3095 * replace.el (perform-replace): Don't use an empty match adjacent
3096 to a non-empty match when computing the next match before the
3097 replacement is performed.
3098
3099 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3100
3101 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3102 definition (patch by Stefan Monnier).
3103 (glasses-mode): Use jit-lock instead of `after-change-functions'
3104 (patch by Stefan Monnier).
3105
3106 2000-12-12 Miles Bader <miles@gnu.org>
3107
3108 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3109 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3110
3111 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3112
3113 * term/mac-win.el: Remove load for ls-lisp.
3114
3115 * loadup.el: Load ls-lisp for system-type `macos'.
3116
3117 2000-12-12 Miles Bader <miles@gnu.org>
3118
3119 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3120 Respect field end too.
3121 (just-one-space): Respect fields as `delete-horizontal-space'.
3122 (newline-and-indent, reindent-then-newline-and-indent):
3123 Use `delete-horizontal-space'.
3124
3125 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3126
3127 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3128 (so as to obey the field property in the minibuffer).
3129
3130 * obsolete/c-mode.el: Moved from lisp/progmodes.
3131 * obsolete/auto-show.el: Moved from lisp.
3132 * obsolete/ooutline.el: Moved from lisp/textmodes.
3133
3134 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3135
3136 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3137 changes to list them here.
3138
3139 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3140 Too many changes to list them here.
3141
3142 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3143 Too many changes to list them here.
3144
3145 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3146
3147 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3148
3149 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3150
3151 * cus-edit.el (custom-save-variables, custom-save-faces):
3152 Comment fix.
3153
3154 * hscroll.el: Moved to `obsolete' subdir.
3155
3156 2000-12-11 Miles Bader <miles@gnu.org>
3157
3158 * window.el (window-text-height): Function removed (now in C).
3159
3160 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3161
3162 * log-edit.el (log-edit-parent-buffer): New var.
3163 (log-edit): Set it. Add BUFFER argument.
3164 (log-edit-done): Use char-before.
3165 Don't bother checking validity of vc-comment-ring.
3166 Only bury the buffer if log-edit popped it up.
3167
3168 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3169 (cvs-mode-diff-help): Remove.
3170 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3171 (cvs-mode-marked): Set up the default for CMD manually.
3172
3173 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3174 Remove binding for ? now made unnecessary.
3175
3176 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3177
3178 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3179 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3180
3181 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3182 when master file is not open.
3183
3184 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3185
3186 * progmodes/ada-stmt.el: Update `maintainer'.
3187
3188 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3189
3190 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3191 choices to match documentation string.
3192
3193 2000-12-09 Miles Bader <miles@gnu.org>
3194
3195 * minibuf-eldef.el: New file.
3196
3197 * window.el (fit-window-to-buffer): Don't pass last argument to
3198 pos-visible-in-window-p, now that its meaning is inverted.
3199
3200 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3201
3202 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3203 <ceder@lysator.liu.se>.
3204
3205 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3206
3207 * autoinsert.el (auto-insert-alist): Add missing final \n.
3208
3209 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3210 (cvs-menu-map): Remove.
3211 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3212 (cvs-mode-quit): Turn it back into a plain function.
3213
3214 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3215 (texinfo-filter): Remove (move to texinfo.el).
3216
3217 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3218 file where it's more visible.
3219 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3220 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3221 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3222 (texinfo-inside-macro-p): Only catch `scan-error's.
3223 (texinfo-inside-env-p): Make better use of the match info.
3224 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3225 (texinfo-insert-@end): Slight re-organization.
3226 Also remove useless `looking-at' call.
3227
3228 2000-12-08 Andrew Innes <andrewi@gnu.org>
3229
3230 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3231 accessible in -nw mode.
3232
3233 * term/w32-win.el: Remove stuff about selection timeout, which is
3234 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3235 it is accessible in -nw mode.
3236
3237 2000-12-08 Dave Love <fx@gnu.org>
3238
3239 * emacs-lisp/lisp-mode.el (lisp-mode):
3240 Set font-lock-keywords-case-fold-search.
3241
3242 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3243
3244 * textmodes/ispell.el (ispell): Doc fix.
3245
3246 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3247
3248 * international/quail.el (quail-insert-decode-map): Check the
3249 frame width of a window displaying the current buffer, not that of
3250 the selected frame.
3251 (quail-help): Make sure that the help buffer has window before
3252 inserting text in it.
3253
3254 2000-12-07 Sam Steingold <sds@gnu.org>
3255
3256 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3257 Backquote is used in isearch.el, so autoloading saves nothing.
3258
3259 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3260
3261 * startup.el (normal-top-level-add-subdirs-to-load-path):
3262 Ignore the CVS and RCS subdirectories case-insensitively.
3263
3264 * dired.el (dired-insert-directory): If file-system-info is
3265 fboundp, call it instead of invoking dired-free-space-program.
3266
3267 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3268
3269 * server.el (server-visit-files): Push files on file-name-history.
3270
3271 * progmodes/cc-langs.el: Update copyright.
3272
3273 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3274
3275 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3276
3277 * bindings.el (mode-line-mode-menu): Reverse the order
3278 of define-keys so that the menu appears in alphabetical order.
3279
3280 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3281
3282 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3283 of the function.
3284
3285 2000-12-07 Dave Love <fx@gnu.org>
3286
3287 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3288
3289 * facemenu.el (facemenu-unlisted-faces): Fix value.
3290
3291 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3292
3293 * font-lock.el (font-lock-default-fontify-region):
3294 Include the terminating \n (off-by-one error).
3295 (font-lock-set-defaults): Use dolist.
3296
3297 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3298
3299 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3300
3301 * international/mule-cmds.el (describe-language-environment):
3302 Fix for the case that an input method title is not string but a list.
3303
3304 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3305 of wrong SIZE record.
3306
3307 2000-12-06 Dave Love <fx@gnu.org>
3308
3309 * newcomment.el (comment-region, comment-dwim): Doc fix.
3310
3311 * textmodes/texinfo.el: Require tex-mode when compiling.
3312 (texinfo-update-node): Doc fix.
3313 (texinfo-imenu-generic-expression): Add @anchor.
3314 (texinfo-font-lock-keywords): Add @uref.
3315 (texinfo-inside-macro-p): Don't use ignore-errors.
3316 (texinfo-insert-quote): Match more contexts.
3317
3318 * international/mule.el (decode-char, encode-char): Doc fix.
3319 (auto-coding-alist): Customize.
3320
3321 * files.el (load-file): Fix change of 2000-03-12.
3322
3323 * wid-edit.el (widget-text-keymap): Doc fix.
3324
3325 2000-12-06 Andrew Innes <andrewi@gnu.org>
3326
3327 * makefile.w32-in (lisp): Set to an absolute directory, namely
3328 $(CURDIR).
3329
3330 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3331
3332 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3333 read generated-autoload-file, and set buffer-file-coding-system to
3334 raw-text-unix after reading the file.
3335
3336 * international/mule-conf.el (file-coding-system-alist):
3337 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3338
3339 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3340
3341 * replace.el (occur): Make line-number-width 1 smaller for the
3342 colon following the line number.
3343
3344 * startup.el (fancy-splash-text, command-line-1):
3345 Use `File' for the menu name instead of `Files'.
3346
3347 * tmm.el: Update copyright.
3348
3349 * cus-start.el: Add entry for even-window-heights.
3350
3351 2000-12-06 Miles Bader <miles@gnu.org>
3352
3353 * faces.el (frame-set-background-mode): Avoid stomping on
3354 locally modified faces.
3355
3356 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3357
3358 * international/fontset.el: Correct the font registries for
3359 japanese-jisx0213-1 and japanese-jisx0213-2.
3360
3361 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3362
3363 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3364
3365 * iswitchb.el: Update customization commentary.
3366
3367 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3368
3369 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3370 (tpu-search-highlight): Fixed comparison of overlay end positions.
3371 (tpu-trim-line-ends): Implemented trimming logic locally.
3372
3373 * emulation/tpu-extras.el (tpu-write-file-hook)
3374 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3375
3376 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3377
3378 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3379 to cn-gb.
3380 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3381
3382 2000-12-04 Dave Love <fx@gnu.org>
3383
3384 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3385
3386 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3387
3388 * mail/rmailsum.el (rmail-summary-expunge)
3389 (rmail-summary-expunge-and-save): Ask for confirmation with
3390 rmail-expunge-confirmed.
3391
3392 * mail/rmail.el (rmail-expunge-confirmed): New function.
3393 (rmail-expunge): Use it.
3394
3395 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3396
3397 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3398 (etags-recognize-tags-table, find-tag-in-order):
3399 New functionality: interpret file names as tags.
3400
3401 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3402
3403 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3404 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3405 the first subnode until the bottom of the current node is visible.
3406
3407 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3408
3409 * format.el (format-decode): Don't change buffer's undo list.
3410
3411 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3412
3413 * faces.el (face-font-registry-alternatives): Add entries for CJK
3414 fonts. Doc-string adjusted for the actual usage of this data.
3415
3416 * international/fontset.el: Change the font registries for CJK
3417 fonts in the default fontset. Don't append '*' to registries.
3418
3419 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3420
3421 * emacs-lisp/easy-mmode.el (define-derived-mode)
3422 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3423
3424 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3425 (derived-mode-p): New function.
3426 (derived-mode-make-docstring): Add `docstring' argument.
3427 Use it if available and complete it if necessary.
3428
3429 2000-12-03 Andreas Schwab <schwab@suse.de>
3430
3431 * type-break.el (type-break): Don't make parent of itself.
3432
3433 2000-12-03 Miles Bader <miles@gnu.org>
3434
3435 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3436
3437 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3438
3439 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3440 (tex-main-file, tex-file): Simplify.
3441 (tex-generate-zap-file-name): Use subst-char-in-string.
3442 (tex-strip-dots): Remove.
3443
3444 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3445
3446 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3447 to check if the match succeeded.
3448
3449 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3450
3451 * startup.el (use-fancy-splash-screens-p): New function.
3452 (command-line-1): Use it to determine whether or not to use
3453 a fancy splash screen.
3454
3455 2000-12-02 Andreas Schwab <schwab@suse.de>
3456
3457 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3458
3459 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3460
3461 * international/mule.el (make-char): Fix last change.
3462
3463 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3464 New defcustoms.
3465 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3466 autoloading tex-mode; instead, do the same manually.
3467 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3468 with numeric argument. Docstring fix.
3469 (toplevel): Require cl when compiling.
3470
3471 * international/mule.el (make-char): Doc fix.
3472
3473 2000-12-02 Jason Rumney <jasonr@gnu.org>
3474
3475 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3476 the Emacs Lisp manual)
3477
3478 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3479
3480 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3481
3482 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3483 the Emacs Lisp manual).
3484
3485 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3486
3487 * simple.el (next-line-add-newlines): Change default to nil.
3488
3489 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3490
3491 * files.el (revert-buffer, recover-file):
3492 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3493
3494 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3495
3496 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3497
3498 2000-12-01 Miles Bader <miles@gnu.org>
3499
3500 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3501
3502 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3503
3504 * international/mule-diag.el (describe-char-after): Fix typo.
3505 (describe-character-set, non-iso-charset-alist): Fix typo.
3506
3507 2000-12-01 Miles Bader <miles@gnu.org>
3508
3509 * image-file.el (image-file-name-regexp): Automatically add
3510 upper-case variants of each filename extension in
3511 `image-file-name-extensions', since they seem to be common.
3512
3513 * simple.el (minibuffer-contents)
3514 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3515 New functions.
3516 * filecache.el (file-cache-directory-name)
3517 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3518
3519 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3520
3521 * filecache.el (file-cache-minibuffer-complete): Don't try to
3522 delete the minibuffer prompt.
3523
3524 2000-11-30 Dave Love <fx@gnu.org>
3525
3526 * cus-start.el: Fix read-buffer-function type.
3527
3528 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3529
3530 * md5.el: Removed. There's a built-in function, now.
3531
3532 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3533
3534 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3535 as dummy 0-th char of rmail-deleted-vector.
3536
3537 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3538
3539 * ps-print.el (ps-end-job): Bind case-fold-search only after
3540 switching to ps-spool-buffer.
3541
3542 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3543
3544 * ps-print.el: Line number font customization. PostScript: Lines and
3545 PageCount are initialized on each page. Doc Fix.
3546 (ps-print-version): New version number (6.3.2).
3547 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3548 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3549 (ps-right-header): Customization fix.
3550 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3551 Fix code.
3552 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3553 New vars.
3554
3555 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3556
3557 * bs.el: Fix typos and spelling errors.
3558 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3559 (bs-configuration): Doc fix.
3560
3561 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3562
3563 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3564
3565 * emulation/tpu-edt.el (tpu-version): New version.
3566 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3567 (tpu-original-mode-line): Variable deleted.
3568 (tpu-mark-flag): New initial value.
3569 (tpu-set-mode-line): Don't redefine mode-line-format.
3570 Add tpu-mark-flag to minor-mode-alist.
3571 (tpu-update-mode-line): New mark flag logic.
3572 (tpu-get): Use find-file-wildcards.
3573 (tpu-search-highlight): Move overlay less, reset overlay properly.
3574 (tpu-unselect): Deactivate mark.
3575 (tpu-lm-replace): Reset overlay properly.
3576 (tpu-forward-line): Use forward-visible-line.
3577 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3578
3579 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3580
3581 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3582
3583 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3584
3585 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3586
3587 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3588 and skip whitespace and newlines.
3589
3590 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3591
3592 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3593
3594 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3595
3596 * help.el (describe-function-1): Regexp-quote function name
3597 when used as part of a regexp.
3598
3599 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3600 Use face-attribute instead of face-foreground and face-background.
3601 (tool-bar-add-item): Likewise, and handle unspecified colors.
3602
3603 * enriched.el (enriched-face-ans): Use face-attribute instead
3604 of face-foreground and face-background.
3605
3606 * faces.el (face-foreground, face-background, face-stipple):
3607 Return nil if attribute is unspecified, for backward compatibility.
3608
3609 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3610
3611 * play/5x5.el: Remove version info.
3612
3613 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3614
3615 * frame.el (blink-cursor-mode): Doc fix.
3616
3617 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3618
3619 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3620 to create Makefile rules.
3621 (antlr-tool-command): New user option.
3622 (antlr-ask-about-save): New user option.
3623 (antlr-makefile-specification): New user option.
3624 (antlr-file-formats-alist): New variable.
3625 (antlr-special-file-formats): New variable.
3626 (antlr-unknown-file-formats): New user option.
3627 (antlr-help-unknown-file-text): New variable.
3628 (antlr-help-rules-intro): New variable.
3629 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3630 (antlr-mode-menu): Add entries.
3631 (antlr-file-dependencies): New function.
3632 (antlr-directory-dependencies): New function.
3633 (antlr-superclasses-glibs): New function.
3634 (antlr-run-tool): New command.
3635 (antlr-makefile-insert-variable): New function.
3636 (antlr-insert-makefile-rules): New function.
3637 (antlr-show-makefile-rules): New command.
3638
3639 * antlr-mode.el: More Emacs/XEmacs stuff.
3640 (antlr-no-action-keywords): New constant with value nil.
3641 (antlr-font-lock-keywords-alist): Use it. Old value would break
3642 syntax highlighting in Emacs-21.0.
3643 (antlr-default-directory): Emacs/XEmacs dependend function.
3644 (antlr-read-shell-command): Ditto.
3645 (antlr-with-displaying-help-buffer): Ditto.
3646
3647 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3648
3649 * antlr-mode.el: imenu, parsing and highlighting changes.
3650 (antlr-imenu-create-index-function): Don't create extra submenus
3651 for definitions in different grammar classes. It is not necessary
3652 for the menu and would make command `imenu' awkward to use.
3653 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3654 header actions and more than one.
3655 (antlr-font-lock-tokendef-face): Changed color.
3656 (antlr-font-lock-tokenref-face): Changed color.
3657 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3658 (antlr-mode-syntax-table): New variable.
3659 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3660 (antlr-with-syntax-table): Don't copy syntax table.
3661
3662 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3663
3664 * antlr-mode.el: Minor changes: language setting.
3665 (antlr-language-alist): The value for file option "language" can
3666 be both an identifier and a string.
3667 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3668 (antlr-language-limit-n-regexp): Change accordingly.
3669
3670 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3671
3672 * antlr-mode.el: Minor changes: tabs, hiding.
3673 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3674 (antlr-action-visibility): Also allow value nil to also hide the
3675 braces. Renamed from `antlr-tiny-action-length'.
3676 Suggested by Jay@aol.com.
3677 (antlr-hide-actions): Change accordingly. Hide line if completely
3678 hidden action is on a line of its own.
3679
3680 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3681
3682 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3683
3684 * sort.el (sort-columns): Don't concat strings with numbers.
3685
3686 2000-11-29 Dave Love <fx@gnu.org>
3687
3688 * cus-edit.el (face): Fix :format.
3689
3690 * mail/feedmail.el: Require smtpmail when compiling.
3691 (mail-do-fcc): Autoload.
3692 (feedmail) <defgroup>: Fix :link.
3693 (feedmail-nuke-body-in-fcc): Fix :type.
3694 (feedmail-send-it): Add autoload cookie.
3695
3696 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3697
3698 * newcomment.el (comment-indent): Save excursion around call to
3699 comment-indent-function.
3700
3701 2000-11-29 Miles Bader <miles@gnu.org>
3702
3703 * subr.el (member-ignore-case): Return the tail of the list who's
3704 car matches, like `member', not the matching element itself.
3705
3706 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3707
3708 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3709 should not contain `\n'.
3710
3711 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3712
3713 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3714
3715 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3716
3717 * dired-aux.el (dired-do-create-files): Construct default file
3718 name for dired-mark-read-file-name so that when the user enters
3719 just RET, the target file will end up in the target directory.
3720
3721 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3722 local-abbrev-table before changing buffers because it might
3723 have a buffer-local binding.
3724
3725 2000-11-28 Miles Bader <miles@gnu.org>
3726
3727 * simple.el (delete-horizontal-space): Handle fields more generally.
3728
3729 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3730
3731 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3732
3733 2000-11-28 Dave Love <fx@gnu.org>
3734
3735 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3736 comment-start-skip locally.
3737
3738 * progmodes/fortran.el (fortran-mode): Don't set
3739 fortran-comment-line-start-skip. Set comment-start to
3740 fortran-comment-line-start.
3741 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3742 (fortran-comment-line-start-skip): Simplify slightly.
3743
3744 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3745
3746 * play/5x5.el: Remove RCS keyword.
3747
3748 * bs.el: Mistaken commit, undone 2000-11-30.
3749
3750 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
3751
3752 * textmodes/tildify.el (tildify-string-alist):
3753 Add `plain-tex-mode' here.
3754
3755 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3756
3757 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3758 reference.
3759
3760 2000-11-28 Miles Bader <miles@gnu.org>
3761
3762 * cus-face.el (custom-face-attributes): Add post-filter function
3763 for :box. Make pre-filter function for :box handle all cases.
3764
3765 * wid-edit.el (widget-choose): Make sure pop-up window is large
3766 enough to display all the choices, as there's no way to scroll it.
3767
3768 2000-11-28 Kenichi Handa <handa@etl.go.jp>
3769
3770 * international/mule-conf.el: Make the coding system no-conversion
3771 safe for all characters.
3772
3773 2000-11-27 Dave Love <fx@gnu.org>
3774
3775 * net/ldap.el (ldap) <defgroup>: Add :version.
3776
3777 * tooltip.el (tooltip-use-echo-area): Doc fix.
3778
3779 * cus-start.el <minibuffer-prompt-properties>: Add version.
3780 <read-buffer-function>: Add.
3781
3782 * apropos.el (apropos-print): Add help-echo to active text.
3783
3784 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3785
3786 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3787
3788 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3789 type, group and version.
3790
3791 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3792
3793 * select.el (x-get-selection): Docstring fix.
3794
3795 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
3796
3797 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3798
3799 2000-11-27 Andrew Innes <andrewi@gnu.org>
3800
3801 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3802
3803 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3804
3805 2000-11-27 Miles Bader <miles@gnu.org>
3806
3807 * dired.el (dired-get-filename): Return filename verbatim if
3808 LOCALP is `verbatim'.
3809 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3810 `verbatim' so that we don't inadvertently delete a non-existant
3811 directory name.
3812
3813 2000-11-27 Kenichi Handa <handa@etl.go.jp>
3814
3815 * international/characters.el: Specify cases and syntaxes for
3816 mule-unicode-0100-24ff.
3817
3818 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3819
3820 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3821 that foreground and/or background colors of the face `tool-bar'
3822 are unspecified.
3823
3824 2000-11-27 Miles Bader <miles@gnu.org>
3825
3826 * wid-edit.el (widget-field-buffer, widget-field-start)
3827 (widget-field-end): Handle widget field `pseudo-overlays'.
3828 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3829 if it's there instead of in `widget-field-list'.
3830
3831 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3832 (help-make-xrefs): Delete extraneous newlines at the end of the
3833 docstring.
3834
3835 2000-11-25 Jason Rumney <jasonr@gnu.org>
3836
3837 * startup.el (command-line): Call set-locale-environment after
3838 Window System init file is read, as it can result in a call to
3839 redraw-frame.
3840
3841 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3842
3843 * simple.el (shell-command): Mention the effect of the prefix
3844 argument in the doc string.
3845
3846 2000-11-25 Miles Bader <miles@gnu.org>
3847
3848 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3849
3850 * wid-edit.el (widget-field-value-delete): Don't try to delete
3851 overlay when it's the `pseudo-overlay' that exists at some points.
3852
3853 2000-11-24 Jason Rumney <jasonr@gnu.org>
3854
3855 * international/mule-cmds.el (locale-language-names): Add "jp" as
3856 a non-standard alternative for Japanese.
3857
3858 2000-11-24 Andre Spiegel <spiegel@gnu.org>
3859
3860 * vc-hooks.el: Require 'cl during compilation.
3861
3862 2000-11-24 Gerd Moellmann <gerd@gnu.org>
3863
3864 * faces.el (face-set-after-frame-default): Let face attributes
3865 specified for new frames override frame parameters.
3866
3867 * startup.el (command-line): Fix computation of the source file
3868 for user-init-file when user-init-file is a compiled file.
3869
3870 2000-11-24 Miles Bader <miles@gnu.org>
3871
3872 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3873 (custom-post-filter-face-spec): New functions.
3874 (custom-face-set, custom-face-value-create): Filter the face spec
3875 before and after customization.
3876 (custom-face-set): If VALUE specifies a null face, pass a
3877 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3878 * cus-face.el (custom-face-attributes): Remove SET and GET
3879 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3880 cases they're needed.
3881
3882 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3883 that it's distinguishable from the :off-glyph on dark-background
3884 displays. Set its background color too.
3885
3886 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3887 so that people can easily turn it off.
3888
3889 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3890
3891 * ediff-diff.el: Moved variables around to have it compile under NT.
3892
3893 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3894
3895 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3896
3897 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3898 redundant skip-small-frames test.
3899
3900 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3901 (viper-downgrade-to-insert): Protect against errors in hooks.
3902
3903 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3904 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3905 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3906 New functions.
3907
3908 * viper-util.el (viper-memq-char): Bug fixes.
3909
3910 * viper.el (viper-mode): Fix cursor handling.
3911
3912 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3913
3914 * international/mule-diag.el (list-iso-charset-chars):
3915 For two-byte charset, fix the `while' condition.
3916 (list-non-iso-charset-chars): Fix the `while' condition.
3917
3918 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3919
3920 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3921 if the variable is make-variable-buffer-local.
3922
3923 * progmodes/ada-stmt.el (ada-template-map):
3924 Initialize and bind it to C-c t in ada-mode-map.
3925 (ada-stmt-mode-hook): New function extracted from old code.
3926 Only change the buffer-local side of skeleton-*.
3927 (ada-mode-hook): Use it.
3928
3929 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3930
3931 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3932 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3933 we expect to be returned by minibuffer-depth once we prompt the
3934 user in the minibuffer.
3935 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3936 as recorded in iswitchb-minibuf-depth, return non-nil.
3937
3938 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3939
3940 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3941 (hscroll-window-maybe): Docstring fix.
3942
3943 2000-11-23 Dave Love <fx@gnu.org>
3944
3945 * rect.el (string-rectangle): Don't test delete-selection-mode.
3946
3947 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3948
3949 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3950 is in the tool bar.
3951
3952 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3953 with `no-dir'; we want the directory part to be able to remove it.
3954
3955 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3956
3957 * textmodes/outline.el (outline-flag-region):
3958 Don't bind inhibit-read-only since we don't modify the buffer.
3959 (outline-isearch-open-invisible): Don't jump to overlay-start
3960 since we're trying to unhide text around point.
3961 (outline-discard-overlays): Use dolist.
3962
3963 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3964
3965 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3966
3967 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
3968
3969 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3970
3971 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3972 Fix ARG regexp to skip quoted braces.
3973 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3974 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3975 are (correctly) handled separately).
3976 Remove `caption' and `footnote' from `citations': they contain text.
3977 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3978 (latex-skeleton-end-hook): New function.
3979 (latex-mode): Use it.
3980 (tex-start-tex-marker): Remove.
3981 (tex-send-tex-command): Don't set tex-start-tex-marker.
3982 (tex-error-parse-syntax-table): New var.
3983 (tex-compilation-parse-errors): Use it.
3984 Ignore tex-start-tex-marker. Don't bother with marker-position.
3985 (tex-validate-buffer): Don't bother with marker-position.
3986
3987 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3988 (flyspell-generic-progmode-verify): Use it.
3989
3990 2000-11-22 Sam Steingold <sds@gnu.org>
3991
3992 * simple.el (delete-trailing-whitespace): New interactive function.
3993
3994 * progmodes/ada-mode.el (ada-mode): Use it instead of
3995 `ada-remove-trailing-spaces'.
3996 (ada-remove-trailing-spaces): Removed.
3997
3998 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3999
4000 * textmodes/picture.el (picture-clean): Removed.
4001 (picture-mode-exit): Call it instead of `picture-clean'.
4002
4003 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4004
4005 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4006
4007 * hi-lock.el (hi-lock-refontify): Don't call non-existent
4008 jit-lock-fontify-buffer; it should anyway be unneccessary to
4009 do anything special when jit-lock is active.
4010 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
4011
4012 2000-11-22 Dave Love <fx@gnu.org>
4013
4014 * calendar/todo-mode.el (todo-top-priorities): Use
4015 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
4016
4017 * language/chinese.el, language/cyrillic.el:
4018 * language/devanagari.el, language/ethiopic.el, language/greek.el:
4019 * language/hebrew.el, language/indian.el, language/japanese.el:
4020 * language/korean.el, language/lao.el, language/misc-lang.el:
4021 * language/thai.el, language/tibetan.el, language/vietnamese.el:
4022 Use provide.
4023
4024 * cus-edit.el (custom-buffer-create-internal): Save some consing.
4025 (custom-variable-set): Improve validation error mesage.
4026
4027 * rect.el (string-rectangle): Revert last change.
4028 (string-rectangle-line): New arg DELETE.
4029 (string-rectangle): Check delete-selection-mode.
4030
4031 * emacs-lisp/edebug.el (edebug-version)
4032 (edebug-maintainer-address): Deleted.
4033 (edebug-submit-bug-report): Just alias to report-emacs-bug.
4034 (edebug-read-function): Account for other `'#' read forms.
4035 (edebug-mode-menus): Make some items toggles.
4036 (edebug-outside-unread-command-event, unread-command-event):
4037 Remove these to avoid warnings.
4038
4039 2000-11-22 David Ponce <david@dponce.com>
4040
4041 * recentf.el (recentf-menu-items-for-commands)
4042 (recentf-make-menu-items, recentf-make-menu-item)
4043 (recentf-filter-changer): Added :help and :active menu-item properties.
4044
4045 (recentf-build-dir-rules, recentf-dump-variable)
4046 (recentf-edit-list, recentf-open-files-item)
4047 (recentf-open-files): Replaced unnecessary `mapcar' with new
4048 built-in `mapc'.
4049
4050 2000-11-23 Miles Bader <miles@gnu.org>
4051
4052 * faces.el (menu): Make inverse-video on ttys too.
4053
4054 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
4055
4056 * simple.el (comment-line-break-function): Use the new name
4057 indent-new-comment-line -> comment-indent-new-line.
4058 (clone-indirect-buffer): Don't ignore NORECORD.
4059 (next-completion): Properly handle the case where items are adjacent.
4060
4061 * mouse.el (popup-menu): Stupid typo.
4062
4063 2000-11-22 Gerd Moellmann <gerd@gnu.org>
4064
4065 * emacs-lisp/authors.el: Remove autoload cookies, add author,
4066 maintainer, keywords tags.
4067
4068 * rect.el (replace-rectangle): Don't call string-rectangle-line
4069 with too many arguments.
4070
4071 2000-11-22 Andre Spiegel <spiegel@gnu.org>
4072
4073 * ediff-util.el (ediff-file-checked-out-p)
4074 (ediff-file-checked-in-p): Call vc-state instead of
4075 vc-locking-user, which no longer exists.
4076
4077 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
4078
4079 2000-11-22 Dave Love <fx@gnu.org>
4080
4081 * md5.el (md5): Provide.
4082 (md5): Fix error call.
4083
4084 2000-11-22 Miles Bader <miles@gnu.org>
4085
4086 * textmodes/refill.el (refill-adjust-ignorable-overlay)
4087 (refill-fill-paragraph-at): Remove debugging code.
4088
4089 * calendar/calendar.el (generate-calendar-window): When we don't
4090 call `fit-window-to-buffer', make sure the top line is fully visible.
4091
4092 * image-file.el (insert-image-file): Don't make `read-only'
4093 property rear-nonsticky.
4094
4095 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4096 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4097 stashing away its original value.
4098 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4099 in the recursive edit.
4100 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4101 (isearch-done): Restore `minibuffer-message-timeout'.
4102
4103 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4104
4105 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4106
4107 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4108
4109 * find-lisp.el (find-lisp-find-files-internal):
4110 Use dolist, when and file-name-as-directory.
4111
4112 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4113 (define-derived-mode, define-minor-mode): Add specs.
4114
4115 * window.el: General comment and spacing fixes.
4116 (save-selected-window): Use backquotes.
4117 (window-safely-shrinkable-p): New function.
4118 (shrink-window-if-larger-than-buffer): Use it.
4119
4120 * subr.el (make-local-hook): Docstring fix.
4121
4122 * shell.el (shell-mode): Use define-derived-mode.
4123
4124 * newcomment.el (comment-indent): Insert comment before calling
4125 comment-indent-function. Don't insert in column 0.
4126 (comment-dwim): Indent before inserting comment.
4127
4128 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4129 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4130 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4131 Use mapc rather than map.
4132
4133 * files.el (find-buffer-visiting): Compare all attributes before
4134 declaring two files identical (rather than just their inode-no).
4135 (auto-mode-alist): Use \' rather than $.
4136
4137 * which-func.el: Update maintainer line.
4138
4139 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4140 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4141 (uniquify-buffer-file-name): Use it.
4142
4143 2000-11-22 Miles Bader <miles@gnu.org>
4144
4145 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4146 * simple.el (minibuffer-avoid-prompt): New function.
4147
4148 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4149
4150 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4151
4152 2000-11-21 Miles Bader <miles@gnu.org>
4153
4154 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4155 inclusion of `track-mouse'.
4156
4157 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4158 (refill-adjust-ignorable-overlay): New function.
4159 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4160 only the paragraph's tail if possible.
4161 Update `refill-ignorable-overlay'.
4162 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4163
4164 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4165 point inside the fill-prefix.
4166
4167 * textmodes/refill.el (refill-post-command-function): Don't reset
4168 refill-doit in the case where a self-insertion command doesn't
4169 case a refill. Use `refill-fill-paragraph-at', getting position
4170 from `refill-doit'.
4171 (refill-after-change-function): Set `refill-doit' to END.
4172 (refill-fill-paragraph-at): New function, mostly from old
4173 refill-fill-paragraph.
4174 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4175 (refill-pre-command-function): New function.
4176 (refill-mode): Add it to `pre-command-hook'.
4177
4178 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4179
4180 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4181
4182 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4183 javadoc tags.
4184
4185 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4186
4187 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4188 vc.el).
4189
4190 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4191 require vc.
4192
4193 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4194 checkouts.
4195
4196 2000-11-20 Dave Love <fx@gnu.org>
4197
4198 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4199
4200 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4201
4202 * calculator.el (calculator-paste): Use `if' instead of `and'
4203 and `or'.
4204 (calculator-help): Don't use electric-describe-mode for XEmacs.
4205
4206 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4207
4208 * info.el (info-menu-5): Doc fix.
4209
4210 * textmodes/artist.el: New file.
4211
4212 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4213
4214 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4215 and differentiate according to checkout model.
4216 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4217 since this function is only concerned with master state.
4218
4219 * vc-hooks.el (vc-workfile-unchanged-p)
4220 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4221
4222 * vc.el (vc-workfile-unchanged-p)
4223 (vc-default-workfile-unchanged-p): See above.
4224
4225 2000-11-19 Miles Bader <miles@gnu.org>
4226
4227 * image-file.el (insert-image-file): Make `intangible' and
4228 `read-only' properties rear-nonsticky too.
4229
4230 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4231
4232 * ps-print.el: Update copyright notice.
4233
4234 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4235 (tooltip-show): Use the offsets.
4236
4237 * bindings.el (mode-line-modified): Fix a typo.
4238 (mode-line-toggle-modified, mode-line-widen)
4239 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4240
4241 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4242
4243 * ps-print.el (toplevel): Test for find-coding-system being
4244 fboundp before calling ps-x-find-coding-system.
4245
4246 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4247
4248 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4249 (vc-version-backup-file): Docstring fix.
4250
4251 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4252
4253 * files.el (basic-save-buffer): Don't add a newline if
4254 find-file-literally is non-nil.
4255 (find-file-literally): Extend doc string.
4256
4257 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4258 sort(1) with the `-f' argument.
4259
4260 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4261
4262 * vc.el: Updated backend documentation.
4263 (vc-default-check-headers): New function.
4264
4265 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4266
4267 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4268 up-to-date.
4269 (vc-do-command): In the asynchronous case, output messages only if
4270 the minibuffer is not active.
4271
4272 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4273 `vc-cvs-use-edit' is on.
4274 (vc-cvs-checkout): When this is used for reverting the workfile,
4275 make a backup of the original contents and revert to that in case
4276 of error.
4277 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4278 remote repositories.
4279
4280 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4281 for both version and ratio in the minibuffer.
4282
4283 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4284 Use vc-do-command to perform the annotation, not call-process.
4285
4286 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4287
4288 * international/quail.el (quail-start-translation): Don't call
4289 `message' before reading key sequence.
4290
4291 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4292
4293 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4294
4295 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4296
4297 * window.el (fit-window-to-buffer): Be sure to acquire at least
4298 one text line even if the buffer is empty.
4299
4300 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4301
4302 * net/ange-ftp.el (ange-ftp-file-writable-p)
4303 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4304 Bind ange-ftp-process-verbose to nil.
4305
4306 2000-11-15 Dave Love <fx@gnu.org>
4307
4308 * wid-edit.el (widget-specify-field, widget-specify-button):
4309 If :help-echo is a function, set help-echo of overlay to
4310 widget-mouse-help.
4311 (widget-mouse-help): New function.
4312 (widget-echo-help): Rewritten for :help-echo functions only taking
4313 a widget arg.
4314
4315 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4316 Use display-graphic-p.
4317 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4318 and that JPEG is available.
4319 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4320
4321 * international/mule-cmds.el (locale-charset-language-names):
4322 Match @euro.
4323
4324 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4325
4326 * faces.el (face-set-after-frame-default):
4327 If `inhibit-default-face-x-resources' is bound, don't intialize the
4328 default face from X resources.
4329
4330 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4331
4332 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4333 Don't set EMACSLOADPATH.
4334
4335 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4338 texinfo-insert-@url.
4339 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4340 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4341
4342 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4343
4344 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4345 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4346 (checkdoc-minor-keymap): Backward compatibility.
4347 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4348 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4349 (checkdoc-this-string-valid-engine): Be a bit more strict
4350 to avoid matching substrings of `...' quoted vars/funs.
4351 (checkdoc-defun-info): Only look for `interactive' if alone.
4352 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4353
4354 * progmodes/compile.el (grep): `tag-default' can be nil.
4355
4356 * newcomment.el (comment-indent): Paren typo.
4357
4358 2000-11-14 Dave Love <fx@gnu.org>
4359
4360 * calculator.el: New maintainer version.
4361
4362 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4363
4364 * cmuscheme.el: Doc fixes.
4365 (cmuscheme) <defgroup>: Use `scheme' as parent.
4366 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4367
4368 * xscheme.el (scheme-program-name): Don't define here.
4369
4370 * progmodes/scheme.el (scheme-program-name): New variable
4371 (originally in cmuscheme).
4372
4373 2000-11-14 Miles Bader <miles@gnu.org>
4374
4375 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4376 Handle header-lines. Don't loop forever if we can't enlarge the
4377 window anymore. Simplify a bit.
4378
4379 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4380
4381 * window.el (fit-window-to-buffer): Don't check
4382 window-text-height. Assure that the last line is fully visible.
4383
4384 * international/quail.el (quail-show-guidance-buf):
4385 Call fit-window-to-buffer to assure the enough height of the guidance
4386 buffer.
4387 (quail-update-guidance): Avoid making the guidance buffer shorter.
4388
4389 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4390
4391 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4392 rather than `prepend' and add an interesting comment.
4393 (tex-math-face, tex-font-lock-syntactic-face-function):
4394 New face and function to use it.
4395 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4396 than `menu-enable' symbol property.
4397 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4398 (tex-mode): Add some latex-mode commands for auto-selection.
4399 Use tex-font-lock-syntactic-face-function.
4400 (tex-insert-quote): Simplify.
4401 (tex-shell): New mode.
4402 (tex-start-shell): Use it.
4403 (tex-shell-proc, tex-shell-buf): New functions.
4404 (tex-send-command): Use it.
4405 (tex-main-file): Fix the meaning of the new arg REALFILE.
4406 (tex-send-tex-command): New function split from `tex-start-tex'.
4407 Set compilation-last-buffer and compilation-parsing-end.
4408
4409 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4410 when it follows non-comment text on the line.
4411
4412 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4413 Set font-lock-defaults.
4414 (lisp-mode-shared-map): Init inside the defvar.
4415 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4416 Use define-derived-mode.
4417
4418 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4419
4420 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4421
4422 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4423
4424 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4425 Don't recursively optimize body because that can lead to infinite
4426 recursion; see comment there.
4427
4428 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4429
4430 * faces.el (face-spec-set-match-display): Revert the change from
4431 2000-10-24. Add a FIXME for after v21.1.
4432
4433 2000-11-13 Miles Bader <miles@gnu.org>
4434
4435 * textmodes/fill.el (skip-line-prefix): New function.
4436 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4437 (fill-paragraph): Don't leave point inside the fill-prefix.
4438 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4439 point inside the fill-prefix.
4440
4441 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4442
4443 * calendar/calendar.el (generate-calendar-window):
4444 Use `fit-window-to-buffer'.
4445
4446 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4447
4448 * gud.el (gud-minor-mode): New var.
4449 (gud-symbol, gud-val): New functions.
4450 (gud-find-file): Copy gud-minor-mode to the new buffer.
4451 (gud-menu-map): Include entries for commands that are not always
4452 available, using :enable to (de)activate them.
4453 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4454 (gud-mode-map): New map.
4455 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4456 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4457 Don't set up gud's menu (it's done by the minor-mode).
4458 (gud-minibuffer-local-map): New.
4459 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4460 (gud-query-cmdline): New function.
4461 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4462 (gud-mode): Use define-derived-mode.
4463 Don't set up gud's menu (it's done by the minor-mode).
4464 (gud-chop-words): Remove.
4465 (gud-common-init): Use split-string instead.
4466 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4467
4468 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4469 Add keyword arg :name.
4470
4471 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4472 (diff-count-matches, diff-split-hunk): New functions.
4473 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4474
4475 * pcvs-info.el (cvs-fi-conflict-face): New var.
4476
4477 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4478 Make it into a simple syntax-table, shared among all submodes.
4479 (sh-heredoc-face): Re-introduce.
4480 (sh-font-lock-syntactic-face-function): New function.
4481 (sh-mode): Use it. Also use define-derived-mode.
4482 Remove old bogus setting of indent-region-function.
4483 (sh-set-shell): Don't set the syntax-table any more.
4484 (sh-mode-syntax-table) <defun>: Remove.
4485
4486 2000-11-12 Miles Bader <miles@gnu.org>
4487
4488 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4489 message if interactive.
4490
4491 2000-11-12 Dave Love <fx@gnu.org>
4492
4493 * mail/feedmail.el: Fix header,
4494 (feedmail) <defgroup>: Add :link.
4495
4496 * view.el: Use local-map property, not keymap on mode-line string.
4497
4498 * scroll-all.el (scroll-all-mode): Customize variable.
4499 Add autoload cookie to function.
4500
4501 * lazy-lock.el: Remove compatibility code.
4502
4503 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4504 (finder-help-echo): New variable.
4505 (finder-mouse-face-on-line): Add help-echo stuff.
4506 (finder-list-keywords, finder-list-matches): Use mapc.
4507
4508 * faces.el (face-font-registry-alternatives): Add :version.
4509
4510 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4511 tags-table-list.
4512
4513 * net/browse-url.el (browse-url-browser-function): Update :version.
4514
4515 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4516 (mail-mode): Use [:alnum:] in some regexps.
4517
4518 2000-11-10 Dave Love <fx@gnu.org>
4519
4520 * ediff.el (ediff-regions-internal, ediff-documentation):
4521 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4522 fundamental mode.
4523
4524 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4525 buffer into fundamental mode.
4526 (ediff-set-difference): Use copy-sequence if available.
4527
4528 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4529 Check ediff-patch-map non-nil.
4530 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4531 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4532 buffer into fundamental mode.
4533
4534 * ediff-merg.el (state-or-merge): Defvar when compiling.
4535
4536 2000-11-10 Jason Rumney <jasonr@gnu.org>
4537
4538 * w32-fns.el (w32-add-charset-info): New function.
4539 (w32-charset-info-alist): Use it.
4540
4541 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4542
4543 * faces.el (face-font-registry-alternatives): New user-option.
4544
4545 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * textmodes/texinfo.el (texinfo-block-default): New var.
4548 (texinfo-insert-block): Use it. Insert a newline if needed.
4549
4550 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4551 (fill-region-as-paragraph): Use it.
4552
4553 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4554 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4555 Tweak paragraph regexps to allow a leading [ \t]*.
4556 (tex-latex-block): Insert a newline if necessary.
4557 (latex-insert-item): Only insert a newline if necessary.
4558 (tex-guess-main-file): New function.
4559 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4560 Set tex-main-file if TeX-master is provided.
4561 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4562
4563 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4564
4565 * startup.el (command-line): Set the default tooltip-mode
4566 to t for graphical displays which implement x-show-tip.
4567
4568 * tooltip.el (tooltip-mode): Add a comment about startup.el
4569 setting the default value of this user-option.
4570
4571 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4572
4573 * font-lock.el (font-lock-*-face) <defvar>: Move.
4574 (font-lock-defaults-alist): Mark obsolete.
4575 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4576 (font-lock-mode): Use define-minor-mode.
4577 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4578 (font-lock-turn-off-thing-lock): Be more explicit.
4579 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4580 (font-lock-syntactic-face-function): New var.
4581 (font-lock-fontify-syntactically-region): Use it.
4582 (font-lock-doc-face): New.
4583
4584 * pcvs.el (cvs-enabledp): Ignore errors.
4585 (cvs-commit-filelist): Never query.
4586 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4587 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4588 (cvs-do-removal): Use cvs-partition rather than delete-if.
4589 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4590 cvs-bury-buffer.
4591
4592 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4593 Allow `next' to jump to after the end of the last match.
4594
4595 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4596
4597 * simple.el (byte-compiling-files-p): New function.
4598
4599 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4600 if it is there.
4601
4602 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4603 nil again.
4604
4605 * textmodes/ispell.el (ispell-library-path): Don't call
4606 check-ispell-version when byte-compiling because that starts
4607 an ispell process, and ispell might not be installed.
4608 (toplevel): Don't set up a menu when byte-compiling.
4609
4610 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4611 it, so that a boundp test can be used to determine if we're
4612 currently byte-compiling.
4613
4614 2000-11-09 Dave Love <fx@gnu.org>
4615
4616 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4617
4618 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4619
4620 * ps-print.el: Patch for variable initialization when spooling.
4621 Doc fix.
4622 (ps-output-list): Fun eliminated.
4623 (ps-begin-file, ps-begin-job): Code fix.
4624
4625 2000-11-08 Dave Love <fx@gnu.org>
4626
4627 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4628
4629 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4630
4631 * simple.el (shell-command, display-message-or-buffer)
4632 (shell-command-on-region): Mention resize-mini-windows in the doc
4633 string.
4634 (display-message-or-buffer): Take the value of resize-mini-windows
4635 into account.
4636
4637 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4638
4639 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4640
4641 * dired.el (dired-between-files): Add `^. find' as an alternative
4642 to the regular expression, for find-dired.
4643
4644 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4645
4646 * textmodes/texnfo-upd.el: Require texinfo.
4647 (defmacro, defgroup): Remove.
4648 (texinfo-section-to-generic-alist): Remove.
4649 Use texinfo-section-list instead (i.e. level is changed string->int).
4650 (texinfo-filter): New function.
4651 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4652 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4653 Use it. And use regexp-opt.
4654 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4655 (texinfo-update-menu-region-beginning)
4656 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4657 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4658 (texinfo-update-menu-same-level-regexps): Update.
4659 (texinfo-update-node, texinfo-every-node-update)
4660 (texinfo-sequential-node-update): Remove autoload cookie.
4661
4662 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4663 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4664 (texinfo-chapter-level-regexp): Remove.
4665 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4666
4667 2000-11-06 Dave Love <fx@gnu.org>
4668
4669 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4670
4671 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4672 Match defun*.
4673
4674 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4675
4676 * composite.el (composition-function-table): Variable declaration
4677 moved to src/composite.c.
4678 (compose-chars-after): New optional arg object.
4679
4680 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4681
4682 * bindings.el (mode-line-toggle-read-only)
4683 (mode-line-toggle-modified, mode-line-widen)
4684 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4685 (make-mode-line-mouse2-map): Rewritten.
4686 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4687 functions so that C-h k can show something with a doc string.
4688
4689 * startup.el (fancy-splash-delay): Set to 10 seconds.
4690 (fancy-splash-max-time): New user-option.
4691 (fancy-splash-stop-time): New variable.
4692 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4693 (fancy-splash-screens-1): Throw `stop-splashing' when current
4694 time is greater than fancy-splash-stop-time.
4695
4696 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4697
4698 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4699
4700 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4701 Prompt user for a file rather than raising an error.
4702 (cvs-enabledp): Fix call to cvs-mode-marked.
4703 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4704 (cvs-mode-insert): Use it. Change the init prompt' value.
4705 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4706
4707 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4708 Don't pass default arg to ewoc-locate.
4709 (ewoc-collect): Return result in the right order.
4710
4711 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4712
4713 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4714 (cvs-status-get-tags): Fix regexp.
4715 (cvs-status-trees, cvs-status-cvstrees):
4716 Combine after change hooks and don't sit-for.
4717 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4718 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4719 Use make-char rather than hard-coded cryptic data.
4720 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4721
4722 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4723
4724 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4725 (cvs-insert-strings): New function.
4726
4727 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4728
4729 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4730 `mwheel-scroll-amount'.
4731 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4732 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4733 string-matching against the version string.
4734
4735 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4736
4737 * language/thai.el ("Thai"): Set a lisp form that produces
4738 composed string in `sample-text' language info.
4739
4740 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4741 composed string in `sample-text' language info.
4742
4743 * international/mule-cmds.el (describe-language-environment):
4744 Eval `sample-text' data and insert the result.
4745
4746 * international/mule-conf.el (compound-text): Define this coding
4747 system here. Make x-ctext and ctext aliases of it.
4748
4749 * language/european.el (compound-text, ctext): Moved to
4750 international/mule-conf.el.
4751
4752 2000-11-05 Andrew Innes <andrewi@gnu.org>
4753
4754 * w32-fns.el (w32-version): New function.
4755
4756 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * progmodes/awk-mode.el: Update copyright.
4759 (awk-mode-abbrev-table): Remove.
4760 (awk-font-lock-keywords): Use regexp-opt.
4761 (awk-mode): Use define-derived-mode.
4762
4763 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4764 when extracting a suffix.
4765
4766 2000-11-04 Andre Spiegel <spiegel@gnu.org>
4767
4768 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4769 auto-save-mode.
4770
4771 2000-11-04 Jason Rumney <jasonr@gnu.org>
4772
4773 * language/european.el (decode-mac-roman): Test against r1 not r0.
4774
4775 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4776
4777 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4778 (icon-mode): Define indent-line-function.
4779 (icon-comment-indent): Simplify.
4780 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4781
4782 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4783
4784 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4785 Bind change-log-default-mode to defeat the caching done on it.
4786 Don't bother saving excursion any more.
4787
4788 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4789
4790 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4791 (set-frame-font): Use the new name (and the old for compatibility).
4792
4793 * toolbar/tool-bar.el (tool-bar-mode):
4794 * time.el (display-time-mode):
4795 * recentf.el (recentf-mode):
4796 * paren.el (show-paren-mode):
4797 * mwheel.el (mouse-wheel-mode):
4798 * msb.el (msb-mode):
4799 * jka-compr.el (auto-compression-mode):
4800 * image-file.el (auto-image-file-mode):
4801 * hl-line.el (hl-line-mode):
4802 * delsel.el (delete-selection-mode):
4803 * autoinsert.el (auto-insert-mode):
4804 * complete.el (partial-completion-mode): Drop unneeded positional args.
4805
4806 * info.el (Info-mode):
4807 * comint.el (comint-mode): Don't bother with make-local-hook.
4808
4809 * log-edit.el (log-edit-menu): New menu.
4810
4811 2000-11-03 Miles Bader <miles@gnu.org>
4812
4813 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4814 definition, so that trailing spaces are handled properly.
4815 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4816
4817 2000-11-03 Gerd Moellmann <gerd@gnu.org>
4818
4819 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4820 tab character.
4821 (fancy-splash-screens): Set tab-width to 20.
4822
4823 2000-11-03 Dave Love <fx@gnu.org>
4824
4825 * comint.el (comint-completion-addsuffix): Fix custom type.
4826
4827 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * font-lock.el (font-lock-buffers): Remove.
4830 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4831 (font-lock-change-major-mode): Remove.
4832 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4833 (font-lock-default-fontify-region): Extend the multiline
4834 fontification to whole lines.
4835 (font-lock-fontify-anchored-keywords)
4836 (font-lock-fontify-keywords-region): If matching just one
4837 line (with \n) only mark the \n as multiline.
4838
4839 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4840 Correctly handle the case where several :group args are supplied.
4841 Allow :extra-args.
4842 (easy-mmode-define-global-mode): Allow :extra-args.
4843 Correctly handle the case where several :group args are supplied.
4844
4845 2000-11-02 Miles Bader <miles@gnu.org>
4846
4847 * calendar/calendar.el (diary-face, calendar-today-face)
4848 (holiday-face): Remove dependency on `window-system'.
4849
4850 2000-11-02 Ken Raeburn <raeburn@gnu.org>
4851
4852 * Makefile.in (emacs): Set EMACSLOADPATH always.
4853 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
4854 (compile-files): Bomb out if compilation of a file fails.
4855
4856 2000-11-02 Dave Love <fx@gnu.org>
4857
4858 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4859
4860 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4861
4862 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4863 punctuation in the warning inserted into the *mail* buffer.
4864
4865 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4866
4867 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4868 (authors-public-domain-p): New function.
4869 (authors-print): Use it.
4870
4871 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4872
4873 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4874
4875 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4876
4877 * ps-print.el: Extension for even/odd printing. Doc fix.
4878 (ps-print-version): New version number (6.3.1).
4879 (ps-even-or-odd-pages): Customization fix.
4880 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4881 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4882 (ps-page-count): Var replaced by `ps-page-column'.
4883 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4884 (ps-print-sheet-p): New fun.
4885
4886 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4887
4888 * tooltip.el (tooltip-gud-tips-setup): New function.
4889 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4890 (tooltip-mode): Call tooltip-gud-tips-setup.
4891 (tooltip-gud-tips): Use `gud-basic-call' instead of
4892 process-send-string, so the prompt gets frobbed appropriately.
4893 Handle nil return value from `tooltip-gud-print-command'.
4894
4895 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4896
4897 * comint.el (comint-add-to-input-history): New function.
4898 (comint-send-input): Use `comint-add-to-input-history'.
4899
4900 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4901
4902 * info.el (info-menu-header): New face.
4903 (Info-fontify-menu-headers): New function.
4904 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4905
4906 * info.el (Info-insert-dir): Don't include blank lines at
4907 beginning of additional dir files (one is added automatically).
4908
4909 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4910
4911 * emacs-lisp/easy-mmode.el (define-minor-mode):
4912 Revert the latest changes.
4913 Allow the three positional arguments to be skipped and replaced
4914 by keyword arguments.
4915 Add a :toggle argument to determine whether a nil arg means toggle
4916 or means turn-on. The default is unchanged.
4917 Add a call to force-mode-line-update.
4918
4919 2000-11-01 Dave Love <fx@gnu.org>
4920
4921 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
4922
4923 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4924
4925 * calendar/calendar.el (diary-face, holiday-face):
4926 Add dark-background variants.
4927
4928 2000-10-31 Sam Steingold <sds@gnu.org>
4929
4930 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4931 `tex-main-file' does not have directory in it.
4932
4933 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4934
4935 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4936
4937 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4938
4939 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4940 functional change.
4941
4942 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4943
4944 * files.el (find-file-noselect): When we expand a wildcard, return
4945 a list of buffers, as we should do according to the doc string.
4946
4947 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4948
4949 * loadup.el (top level): Adjust load path if program name is
4950 "../src/bootstrap-emacs", in case it's not dumped and thus the
4951 load path adjustment hasn't already been done.
4952
4953 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4954
4955 * ps-print.el: Fix bug on selected pages for printing.
4956 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
4957 is on. Try to avoid warning messages when compiling. Doc Fix.
4958 (ps-print-version): New version number (6.3).
4959 (ps-color-device): Use `color-values' to determine if device
4960 supports color.
4961 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4962 (ps-print-page-p): Changed from defsubst to defun.
4963 (ps-page-number): Changed from defmacro to defun.
4964 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4965 printing.
4966 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4967 (ps-end-file, ps-dummy-page): Funs eliminated.
4968 (ps-print-color-scale): Changed default value.
4969 (ps-page-n-up, ps-print-page-p): New internal vars.
4970 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4971 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4972
4973 * delim-col.el: Little programming improvement.
4974 (delimit-columns-str): New macro.
4975 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4976
4977 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4978
4979 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4980 Moved to european.el.
4981 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4982 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4983 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4984 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4985
4986 2000-10-30 Dave Love <fx@gnu.org>
4987
4988 * progmodes/cc-menus.el (imenu-generic-expression)
4989 (imenu-progress-message): Only defvar when compiling.
4990
4991 * emacs-lisp/elp.el (elp-unload-hook): New function.
4992
4993 * loadhist.el (unload-feature): Call elp-restore-function,
4994 checking for symbols; don't use elp-restore-all.
4995 (loadhist-hook-functions): Doc fix.
4996
4997 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4998
4999 * log-edit.el (log-edit-confirm): Fix the default.
5000
5001 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5002
5003 * delim-col.el: Little fix: replace delimit-columns-align-columns by
5004 delimit-columns-format.
5005 (delimit-columns-region, delimit-columns-rectangle): Code fix.
5006
5007 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
5008
5009 * comint.el (comint-replace-by-expanded-history): Don't use
5010 comint-get-old-input (we're not looking at *old* input).
5011 (comint-get-old-input-default): If using fields, signal an error
5012 when the point is not in an input field.
5013
5014 2000-10-30 Kenichi Handa <handa@etl.go.jp>
5015
5016 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
5017 and mule-unicode-e000-ffff.
5018
5019 * international/mule.el (decode-char, encode-char): New functions.
5020 (make-coding-system): Accept a symbol of translation table as a
5021 value of property `safe-chars'.
5022
5023 * international/mule-cmds.el (encode-coding-char): Check property
5024 safe-chars instead of safe-charsets.
5025
5026 * international/fontset.el (fontset-default): Modified for
5027 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
5028 (x-font-name-charset-alist): Likewise.
5029 (ccl-encode-unicode-font): New CCL program. Record it in
5030 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
5031
5032 * language/european.el (mac-roman-decoder, mac-roman-encoder):
5033 New translation tables.
5034 (decode-mac-roman, encode-mac-roman): Definition of these CCL
5035 programs are modified and moved from mac-win.el.
5036 (mac-roman): Definition of this coding system is modified and
5037 moved from mac-win.el.
5038
5039 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5040
5041 * ediff-wind.el (ediff-setup-control-frame): Enclose
5042 face-attribute in condition-case to avoid errors in older emacsen.
5043
5044 2000-10-29 Miles Bader <miles@gnu.org>
5045
5046 * custom.el (custom-add-to-group): Allow multiple entries for a
5047 given value OPTION, as long as their widget types are different.
5048 * cus-edit.el (custom-face-value-create): If face name doesn't end
5049 with "face", add such here (similar to custom group widgets).
5050
5051 * comint.el (comint-highlight-prompt): Add :type.
5052
5053 2000-10-28 John Wiegley <johnw@gnu.org>
5054
5055 * calendar/timeclock.el (timeclock-log): Doc fix.
5056 (timeclock-last-event): Doc fix.
5057 (timeclock-log): Kill the timelog buffer after appending a new event.
5058 (timeclock-find-discrep): Use a temp buffer to read in the
5059 timelog, instead of visiting the file.
5060 (timeclock-log-data): A new function, along with a host of helper
5061 functions, for the purpose of making timelog data accessible to
5062 programmers.
5063
5064 * eshell/esh-mode.el (window-height test): Make certain that
5065 `eshell-stringify-t' is non-nil.
5066 (eshell-password-prompt-regexp): Changed to a much simpler
5067 password regexp.
5068 (eshell-send-input): If `eshell-invoke-directly' returns t,
5069 directly invoke the parsed command using `eval'. This improves
5070 turn-around time on simple commands by a factor of three or
5071 greater, such as cd, ls, pwd, etc. -- which get used very often.
5072 It also conserves thousands of cons cells per call (since
5073 `eshell-do-eval' consumes memory like a Cookie Monster set loose
5074 in the Pacific Cookie Company).
5075
5076 * eshell/esh-test.el (eshell-test): Whitespace fix.
5077
5078 * eshell/em-ls.el (eshell-ls-insert-directory):
5079 Make `eshell-ls-initial-args' nil when inserting directory contents.
5080
5081 * eshell/em-script.el (eshell-script-initialize): Add names to
5082 `eshell-complex-commands, since `source' and `.' are complex.
5083
5084 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5085 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5086 `eshell-copy-handles'.
5087 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5088 bodies.
5089 (eshell-separate-commands): Whitespace fix.
5090 (eshell-complex-commands): Added a new list of names, for
5091 determining whether a given command is as simple as it looks.
5092 (eshell-invoke-directly): New function. Returns t if a command
5093 should be invoked directly (using `eval'), rather than indirectly
5094 using `eshell-do-eval'.
5095 (eshell-do-eval): Whitespace fix.
5096
5097 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5098 which provides an emulation of the DOS shell behavior of assuming
5099 that cp/mv/ln should copy/move/link to the current directory.
5100 (eshell-remove-entries): Added a doc string.
5101 (eshell-shuffle-files): Removed the check for `target' being null.
5102 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5103 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5104 it to do a smarter check of whether a destination was provided.
5105 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5106 (eshell/ln): Enable `:preserve-args', and use
5107 `eshell-mvcpln-template' to implement the body of the function.
5108 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5109 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5110 list after flattening it. This makes it possible to cat files
5111 with numerical names.
5112 (eshell-unix-initialize): Added several names to
5113 `eshell-complex-commands.
5114 (eshell-unix-command-complex-p): Return t if a given command name
5115 may result in external processes being invoked.
5116
5117 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5118 variable nil by default, since it slows down glob processing by a
5119 factor of two or more, and increases memory consumption.
5120
5121 * eshell/em-smart.el: Added a note about how memory consumptive
5122 smart display mode can be (at least this is true in Emacs 21).
5123 (eshell-smart-initialize): Whitespace fix.
5124 (eshell-refresh-windows): Use `if' instead of `when'.
5125 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5126 not necessary.
5127 (eshell-currently-handling-window): Added a missing global variable.
5128
5129 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5130 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5131 Whitespace fix.
5132 (eshell-ls-exclude-hidden): Added this variable in addition to
5133 `eshell-ls-exclude-regexp'. This one prevents files beginning
5134 with . from even being read, which can improve memory consumption
5135 quite a bit.
5136 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5137 read file entries beginning with a dot. In home directories with
5138 lots of hidden files, fully two-thirds of the time spent in ls is
5139 used to read directory entries that are immediately thrown away.
5140 (eshell-ls-initial-args): Added back this configuration variable,
5141 for specifying default initial arguments to every call to ls.
5142 Much faster than using an alias to do the same thing.
5143 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5144 (eshell-ls-dir): Whitespace change.
5145
5146 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5147
5148 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5149 (eshell-stringify-t): Added a customization variable, to indicate
5150 whether `t' should be rendered as a string at all. If not, one
5151 can still determine if the result of an expression is true using
5152 "file-exists-p FILE && echo true".
5153 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5154 stringify t!
5155
5156 * eshell/esh-module.el: Whitespace fix.
5157
5158 * eshell/em-alias.el (eshell-alias-initialize):
5159 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5160 (eshell-command-aliased-p): New function that returns t if a
5161 command name names an aliased.
5162
5163 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5164
5165 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5166 redrawing the screen when changing cursor color.
5167 (viper-insert-state-pre-command-sentinel)
5168 (viper-replace-state-pre-command-sentinel)
5169 (viper-replace-state-post-command-sentinel):
5170 Use viper-preserve-cursor-color.
5171 Many functions changed to use viper= instead of = when comparing
5172 characters.
5173 * viper-util.el (viper-memq-char,viper=): New functions for
5174 working with characters.
5175 (viper-change-cursor-color): Fixed buglet.
5176 Many functions changed to use viper= instead of = when comparing
5177 characters.
5178 * viper.el (viper-insert-state-mode-list): Added eshell.
5179
5180 * ediff-init.el (ediff-before-setup-hook): New hook.
5181 Several typos fixed in various docstrings.
5182 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5183 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5184 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5185 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5186 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5187 (ediff-get-selected-buffers): New function.
5188 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5189 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5190 Use save-window-excursion.
5191 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5192 termination check in while loop.
5193 * ediff.el (ediff-get-default-file-name): Better defaults when in
5194 dired buffer.
5195 (ediff-files,ediff-merge-files,ediff-files3)
5196 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5197
5198 2000-10-28 Dave Love <fx@gnu.org>
5199
5200 * info.el (Info-fontify-node): Add help-echo for menu items.
5201
5202 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5203
5204 * startup.el (normal-top-level): If the value of $TERM indicates
5205 we are running from xterm or one of its work-alikes, default to a
5206 light background mode.
5207
5208 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5209 * faces.el (tty-handle-reverse-video): New function.
5210 (tty-create-frame-with-faces): Call it.
5211
5212 * frame.el (frame-notice-user-settings): Don't apply
5213 default-frame-alist and initial-frame-alist to MS-DOS frames.
5214 Call tty-handle-reverse-video, frame-set-background-mode, and
5215 face-set-after-frame-default for non-MS-DOS frames.
5216
5217 * startup.el (tty-long-option-alist): New variable.
5218 (tty-handle-args): New function.
5219 (command-line): Call tty-handle-args.
5220
5221 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5222 startup.el now does that for all character-terminal frames.
5223
5224 2000-10-28 Miles Bader <miles@gnu.org>
5225
5226 * emacs-lisp/easy-mmode.el (define-minor-mode):
5227 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5228 is global. If :global is followed by a non-nil but non-t value,
5229 make the mode buffer-local, but also generate a `global-MODE'
5230 version using `easy-mmode-define-global-mode'.
5231 Add :conditional-turn-on keyword argument.
5232
5233 2000-10-28 Dave Love <fx@gnu.org>
5234
5235 * international/latin1-disp.el (latin1-char-displayable-p):
5236 Don't use window-system.
5237
5238 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5239
5240 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5241 Don't call find-buffer-file-type-coding-system. Instead, just
5242 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5243 if the file is on an untranslated filesystem.
5244 (add-untranslated-filesystem): Use "D" instead of "f" inside
5245 interactive.
5246
5247 2000-10-27 Dave Love <fx@gnu.org>
5248
5249 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5250 (refill-mode): Use it.
5251
5252 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5253
5254 * international/quail.el (quail-activate): Don't make-local-hook.
5255
5256 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5257
5258 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5259 manual backups and file.~<rev>.~ for automatic ones.
5260 (vc-make-version-backup): Don't do it on MS-DOS without long file
5261 names.
5262
5263 * vc.el (vc-version-other-window): If an automatic backup of the
5264 desired version exists, rename it instead of copying it.
5265
5266 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5267 after command. If there's an unexpected error, signal it instead
5268 of being silent.
5269 (vc-cvs-merge-news): Be prepared for no news at all.
5270
5271 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5272
5273 * shell.el (shell): Add BUFFER argument.
5274 * comint.el (make-comint-in-buffer): New function.
5275 (make-comint): Use it.
5276
5277 * faces.el (face-spec-choose): Change syntax so that the list of
5278 attribute-value pairs is now the cdr of each clause, not the cadr.
5279 Detect old-style entries, and handle them. Use pop.
5280
5281 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5282
5283 * cus-edit.el (custom-mode-map): Use a sparse map.
5284 (custom-mode): Don't bother with make-local-hook.
5285
5286 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5287
5288 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5289
5290 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5291
5292 * ps-print.el: Avoid compilation gripes.
5293 (ps-print-version): New version number (6.2.1).
5294
5295 2000-10-26 Dave Love <fx@gnu.org>
5296
5297 * menu-bar.el: Modify some menu item help strings.
5298 (menu-bar-help-menu): Add link to MORE.STUFF.
5299
5300 * cus-edit.el (custom-mode): Add `special' mode-class property.
5301
5302 * wid-browse.el (widget-browse-mode): Likewise.
5303
5304 * wid-edit.el (widget-specify-field): Revert to using local-map
5305 property, not keymap.
5306
5307 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5308
5309 * wid-edit.el (widget-field-end): When checking for a `boundary'
5310 field, do so in the correct buffer.
5311
5312 * simple.el (undo): Correctly distinguish between numeric and
5313 non-numeric prefix args in non-transient-mark-mode, as per the doc
5314 string. When in transient-mark-mode, treat all prefix-args as
5315 numeric.
5316
5317 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5318 Position point on match. Handle N == 0 correctly.
5319
5320 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5321 (comint-mode-map): Reverse order of `comint-write-output' and
5322 `comint-append-output-to-file'.
5323 (comint-append-output-to-file): Reinstate this function, for the
5324 benefit of the menu.
5325
5326 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5327
5328 * vc.el (vc-version-other-window): Bind `file'.
5329
5330 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5331
5332 * Makefile.in (update-authors): New target for maintenance purposes.
5333
5334 * emacs-lisp/authors.el (batch-update-authors): New function.
5335 (authors-fixed-entries): New defconst.
5336 (authors-add-fixed-entries): New function.
5337 (authors): Call it.: Don't process lispref/.
5338
5339 2000-10-25 Jason Rumney <jasonr@gnu.org>
5340
5341 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5342 Merge x w32 and mac definitions.
5343
5344 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5345
5346 * menu-bar.el (menu-bar-options-menu): Add a help string for
5347 `uniquify'.
5348
5349 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5350
5351 * time-stamp.el (time-stamp-string-preprocess):
5352 Fix a wrong type argument error.
5353
5354 2000-10-25 Miles Bader <miles@gnu.org>
5355
5356 * recentf.el (recentf-mode): Variable removed.
5357 (recentf-mode): Use `define-minor-mode'.
5358
5359 * mwheel.el (mouse-wheel-mode): New global minor mode.
5360 (mwheel-install): Use `mouse-wheel-mode'.
5361
5362 2000-10-25 Dave Love <fx@gnu.org>
5363
5364 * progmodes/cperl-mode.el (cperl-mode):
5365 Set normal-auto-fill-function correctly.
5366
5367 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5368 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5369 bindings.
5370
5371 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5372
5373 * wid-edit.el (widget-field-at): New function.
5374 (widget-at, widget-field-activate): Use it.
5375 (widget-tabable-at): Use `widget-at'.
5376 (widget-specify-field): If the terminating character of the widget
5377 field (which is read-only) is a newline, put it into a special
5378 `boundary' field so that C-n/C-p act more naturally.
5379 (widget-field-end): Also don't subtract one if a special
5380 `boundary' field has been added after the widget field.
5381
5382 * comint.el (comint-output-filter, comint-send-input):
5383 Don't bother adding stickiness fields to overlays to fool the field
5384 code, since it should notice the overlay insertion-types now.
5385
5386 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5387 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5388 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5389
5390 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5391
5392 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5393 (authors): Set file coding system to iso-2022-7bit.
5394 Add file-local variables to output buffer.
5395
5396 * files.el (after-find-file): Don't print any warnings if
5397 WARN is nil.
5398
5399 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5400
5401 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5402
5403 * delim-col.el: Now there is a column formatting mechanism.
5404 Modified to customization mechanisms convention. Doc fix.
5405 (columns): New group for delim-col.
5406 (delimit-columns-before, delimit-columns-after)
5407 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5408 (delimit-columns-end): New vars.
5409 (delimit-columns-customize, delimit-columns-format): New funs.
5410 (delimit-columns-region, delimit-columns-rectangle)
5411 (delimit-columns-rectangle-line): Modified to support column
5412 formatting.
5413
5414 2000-10-24 Dave Love <fx@gnu.org>
5415
5416 * log-edit.el (log-edit): Add :version and a :group for vc.
5417
5418 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5419
5420 * files.el (after-find-file): Don't print a message ``New file''
5421 if WARN is nil.
5422
5423 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5424 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5425 get duplicate tool-bar entries because we'll see the global ones
5426 on more than one path through keymaps.
5427
5428 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5429
5430 * progmodes/cmacexp.el: Change Francesco's email address.
5431
5432 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5433
5434 * window.el (fit-window-to-buffer): Adjust point of the window
5435 buffer, not that of the current buffer.
5436
5437 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5438
5439 * progmodes/cmacexp.el: Update the euthor's email address.
5440
5441 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5442
5443 * faces.el (face-spec-set-match-display): Add `graphic' display
5444 type (the inverse of `tty'). Use `display-graphic-p' instead of
5445 the window-system variable.
5446
5447 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5448
5449 * international/isearch-x.el (isearch-with-input-method):
5450 Call input-method-function with the first event in
5451 unread-command-events.
5452
5453 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5454
5455 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5456
5457 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5458
5459 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5460 New charsets.
5461
5462 * term/mac-win.el: Remove definitions of mac-roman-lower and
5463 mac-roman-upper, require dired, and define instead of set
5464 mac-ready-for-drag-n-drop to avoid compilation error.
5465
5466 2000-10-23 Andrew Innes <andrewi@gnu.org>
5467
5468 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5469 Remove superfluous calls to subst-char-in-string; instead apply
5470 expand-file-name after convert-standard-filename to ensure
5471 expected directory separators are used.
5472
5473 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5474
5475 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5476
5477 2000-10-23 Dave Love <fx@gnu.org>
5478
5479 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5480 (tool-bar-add-item): Set foreground and background for XBM icons.
5481
5482 * international/latin1-disp.el (latin1-char-displayable-p):
5483 New function (from Handa).
5484 (latin1-display-check-font): Use it.
5485
5486 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5487 using :key-sequence, making it much more usable.
5488 Use nconc, not append.
5489 (imenu--create-keymap-1): Avoid append.
5490
5491 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5492
5493 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5494
5495 [the following changes fix a bug where `define-minor-mode' didn't
5496 correctly generate :require clauses for defcustoms in compiled files]
5497 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5498 (byte-compile-log-file, byte-compile-log-1): Don't set
5499 `byte-compile-current-file' to nil. Instead set
5500 `byte-compile-last-logged-file' to it. Test whether
5501 byte-compile-current-file equals byte-compile-last-logged-file
5502 instead of whether its nil.
5503 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5504
5505 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5506
5507 * textmodes/refill.el: Fix var names in doc.
5508 (refill-mode): Don't bother with make-local-hook anymore.
5509
5510 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5511
5512 * faces.el (face-user-default-spec, face-default-spec): New functions.
5513 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5514 (frame-set-background-mode, face-set-after-frame-default):
5515 Use `face-user-default-spec'. Simplify code slightly.
5516
5517 * woman.el (woman-italic-face, woman-bold-face)
5518 (woman-unknown-face): Add dark-background variants.
5519 (woman-default-faces): Renamed from `woman-colour-faces'.
5520 Set using the stored defaults, rather than using hard-wired colors.
5521 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5522 Just make the foreground `unspecified' rather than "black".
5523 (woman-menu): Rename menu entries accordingly.
5524
5525 * faces.el (header-line): Make more reasonable on mono/grayscale
5526 displays.
5527
5528 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5529
5530 * cus-edit.el (custom-button-face): Use 3D look for mac.
5531 (custom-button-pressed-face): Likewise.
5532
5533 * faces.el (set-face-attributes-from-resources): Handle mac frames
5534 in the same way as x and w32 frames.
5535 (face-valid-attribute-values): Likewise.
5536 (read-face-attribute): Likewise.
5537 (defined-colors): Likewise.
5538 (color-defined-p): Likewise.
5539 (color-values): Likewise.
5540 (display-grayscale-p): Likewise.
5541 (face-set-after-frame-default): Likewise.
5542 (mode-line): Same default face as for x and w32.
5543 (tool-bar): Likewise.
5544
5545 * frame.el: Remove call to frame-notice-user-settings at end of
5546 the file.
5547
5548 * info.el (Info-fontify-node): Make underlines invisible for mac
5549 as for x, pc, and w32 frame types.
5550
5551 * term/mac-win.el: New file.
5552
5553 2000-10-22 Dave Love <fx@gnu.org>
5554
5555 * textmodes/refill.el: New file.
5556
5557 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5558
5559 * vc-hooks.el (vc-version-backup-file-name): New optional args
5560 MANUAL and REGEXP.
5561 (vc-delete-automatic-version-backups, vc-make-version-backup):
5562 New functions.
5563 (vc-before-save): Use the latter.
5564 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5565 confusion.
5566
5567 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5568 expected by vc[-hooks].el.
5569
5570 * vc.el (vc-checkout): Added `-p' suffix in call to
5571 vc-make-version-backups-p; use vc-make-version-backup to actually
5572 make the backup.
5573 (vc-version-other-window, vc-version-backup-file): Handle both
5574 automatic and manual backups.
5575 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5576 of all of them.
5577
5578 2000-10-22 Miles Bader <miles@gnu.org>
5579
5580 * comint.el (comint-highlight-input, comint-highlight-prompt):
5581 Renamed, `-face' at end removed.
5582 (comint-send-input, comint-output-filter): Use renamed faces.
5583
5584 * window.el (fit-window-to-buffer): Change defaulting of
5585 MAX-HEIGHT slightly.
5586
5587 * faces.el (color-values, color-defined-p): Use `member', not
5588 `memq', because it works correctly for strings.
5589 (frame-set-background-mode): Actually, "unspecified-fg" and
5590 "unspecified-bg" *are* strings. Use `member', not `memq', and
5591 `equal', not `eq', when a string value is possible.
5592
5593 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5596
5597 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5598
5599 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5600 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5601 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5602 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5603 (sh-font-lock-syntactic-keywords): Use them.
5604 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5605 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5606 (sh-mode): Don't override font-lock-unfontify-region-function.
5607 Use a copy of sh-font-lock-syntactic-keywords.
5608 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5609 Don't call sh-scan-buffer since font-lock does it on the fly.
5610 (sh-get-indent-info): Use `face' rather than `syntax-table'
5611 text-property to detect here-documents.
5612 Replace sh-special-syntax with sh-st-punc.
5613 (sh-prev-line): Use `face' rather than `syntax-table'
5614 text-property to skip over here-documents.
5615 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5616 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5617 (sh-electric-less, sh-set-here-doc-region)
5618 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5619 (sh-scan-buffer, sh-rescan-buffer): Remove.
5620
5621 2000-10-21 Andrew Innes <andrewi@gnu.org>
5622
5623 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5624 remote (ange-ftp) file names.
5625
5626 2000-10-21 Miles Bader <miles@gnu.org>
5627
5628 * window.el (fit-window-to-buffer): New function.
5629 (shrink-window-if-larger-than-buffer): Use it.
5630 (window-text-height): Don't expect minibuffers to have mode-lines.
5631
5632 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5633 * international/quail.el (quail-update-guidance):
5634 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5635
5636 * international/quail.el (quail-show-guidance-buf): Make sure
5637 guidance window really has enough room.
5638 (quail-update-guidance): If quail-guidance-win is already shown,
5639 make sure its height is OK.
5640
5641 * window.el (window-text-height, set-window-text-height):
5642 New functions.
5643 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5644 instead of `window-height' & `mode-line-window-height-fudge'.
5645 (mode-line-window-height-fudge): Add FACE parameter.
5646 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5647 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5648
5649 2000-10-20 Miles Bader <miles@gnu.org>
5650
5651 * window.el (height-affecting-face-attributes): Use `defconst'.
5652
5653 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5654 New function, conditionally aliased to `mode-line-window-height-fudge'.
5655 (ispell-help): Use it.
5656 (ispell-choices-win-default-height): Don't include mode-line fudge.
5657 (ispell-choices-win-default-height): New function.
5658 (ispell-show-choices, ispell-command-loop): Use function
5659 `ispell-choices-win-default-height' instead of variable.
5660
5661 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5662
5663 * window.el (mode-line-window-height-fudge): New variable.
5664 (height-affecting-face-attributes): New variable.
5665 (mode-line-window-height-fudge): New function.
5666 (shrink-window-if-larger-than-buffer): Use it.
5667 * help.el (resize-temp-buffer-window): Likewise.
5668
5669 * info.el (Info-fontify-node): Add support for @subsubsection
5670 titles, which use `Info-title-4-face'.
5671 (Info-title-4-face): New face.
5672 (Info-title-3-face): Inherit from Info-title-4-face instead of
5673 variable-pitch.
5674
5675 2000-10-19 Jason Rumney <jasonr@gnu.org>
5676
5677 * dired.el (dired-insert-directory): Do not let errors signalled by
5678 attempt to run dired-free-space-program prevent dired from working.
5679
5680 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5681
5682 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5683
5684 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5685
5686 * dirtrack.el (dirtrack): Fix call to run-hooks.
5687
5688 * cmuscheme.el (cmuscheme-program-name): Renamed from
5689 scheme-program-name because xscheme.el contains a defcustom with
5690 the same name. As a consequence, customizing group `cmuscheme'
5691 loaded `xscheme' which redefined run-scheme.
5692 (run-scheme): Use cmuscheme-program-name.
5693
5694 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5695
5696 * play/doctor.el (doctor-death): Update the Samaritans'
5697 anonymous address, and add a website for Befrienders International.
5698
5699 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5700
5701 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5702 Avoid compilation gripes. Doc fix.
5703 (ps-print-version): New version number (6.2).
5704 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5705 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5706 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5707 (ps-x-extent-priority, ps-x-extent-start-position)
5708 (ps-x-face-font-instance, ps-x-find-coding-system)
5709 (ps-x-font-instance-properties, ps-x-make-color-instance)
5710 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5711 avoid compilation gripes without defining functions.
5712 (ps-e-find-composition): Alias for function find-composition, to have a
5713 suitable function depending on Emacs version.
5714 (ps-color-device, ps-color-values, ps-face-foreground-name)
5715 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5716 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5717 (ps-print-ensure-fontified): Function definitions surrounded by
5718 `eval-and-compile' to avoid compilation gripes.
5719 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5720 by symbol-value to avoid compilation gripes.
5721 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5722 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5723
5724 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5725
5726 * startup.el (normal-top-level): Call `frame-set-background-mode'
5727 after `frame-notice-user-settings' because the latter doesn't call
5728 the former on a tty.
5729
5730 * faces.el (frame-set-background-mode): `unspecified' &c are
5731 symbols, not strings.
5732
5733 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5734
5735 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5736 why some "light*" colors are deliberately absent from the alist.
5737
5738 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5739 Change colors for tty's, as suggested by Miles Bader.
5740
5741 2000-10-19 Kenichi Handa <handa@etl.go.jp>
5742
5743 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5744 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5745 for ISO10646-1 fonts.
5746 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5747
5748 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5749
5750 * faces.el (frame-set-background-mode): If a tty frame defines a
5751 background color, use that to compute the background mode, instead
5752 of always defaulting to "dark".
5753
5754 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5755
5756 * comint.el (comint-write-output): New function.
5757 (comint-mode-map): Add it to the menu.
5758 Bind `C-c C-s' to comint-write-output.
5759
5760 2000-10-18 Gerd Moellmann <gerd@gnu.org>
5761
5762 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5763 Use fancy-splash-delay.
5764
5765 2000-10-18 Alex Schroeder <alex@gnu.org>
5766
5767 * progmodes/sql.el (sql-sybase-options): New option.
5768 (sql-sybase): Use it. Add sql-database to the list of parameters
5769 provided for login. The options -w 2048 -n are not used any more.
5770
5771 * comint.el (comint-read-input-ring): Bugfix such that the first
5772 and the last entry of the input ring file are not lost.
5773
5774 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5775
5776 * ps-print.el: Internal variable changes to defcustom,
5777 make-local-hook changes to defvar. Doc fix.
5778 (ps-print-version): New version number (6.1).
5779 (ps-setup, ps-do-despool): Code fix.
5780 (ps-printer-name): Customization fix.
5781 (ps-printer-name-option): Now is a defcustom instead of an
5782 internal variable.
5783 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5784 (ps-print-begin-column-hook): Now are defvar instead of
5785 make-local-hook.
5786
5787 2000-10-18 Miles Bader <miles@gnu.org>
5788
5789 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5790 (comint-kill-output): Changed into an alias for `comint-delete-output',
5791 and made obsolete.
5792 (comint-mode-map): Rename references to comint-kill-output.
5793
5794 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5795
5796 * diff-mode.el (diff-header-face, diff-file-header-face)
5797 (diff-changed-face): Add bold and italic attributes to tty faces.
5798 (diff-function-face): New face.
5799 (diff-font-lock-keywords): Use it.
5800
5801 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5802
5803 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5804 Remove commented-out call to force-mode-line-update.
5805 (comint-kill-output): Use `forward-line 0' instead of
5806 beginning-of-line to make sure we get past the prompt.
5807
5808 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5809
5810 * diff-mode.el (diff-header-face, diff-file-header-face):
5811 Add specific setting for dark background.
5812 (diff-context-face): Renamed from diff-comment-face.
5813 Set explicitly rather than inheriting from font-lock-comment-face.
5814
5815 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5816
5817 * startup.el (command-line): Move the code which sets the default
5818 TTY colors to before before-init-hook.
5819
5820 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5821
5822 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5823
5824 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5825
5826 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5827 extensions, for MS-DOS.
5828
5829 * diff-mode.el (diff-header-face, diff-file-header-face)
5830 (diff-changed-face): Define tty-specific colors.
5831
5832 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5833
5834 * startup.el (fancy-splash-text): Realign the text.
5835
5836 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5837
5838 * font-lock.el (font-lock-comment-face): Define a separate default
5839 for dark-background tty's.
5840
5841 2000-10-17 Miles Bader <miles@gnu.org>
5842
5843 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5844 being obscured by whizzy mode-lines on graphics displays.
5845
5846 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5847
5848 * info.el (Info-title-1-face, Info-title-2-face)
5849 (Info-title-3-face): Define colors for tty's.
5850 (info-header-node): Remove unneeded tty-specific definition.
5851
5852 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5853
5854 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5855 reverse from the frame parameters, and don't invert foreground and
5856 background colors.
5857
5858 2000-10-16 Miles Bader <miles@gnu.org>
5859
5860 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5861 string "*Info*". Call propertized-buffer-identification to spruce
5862 up the result.
5863
5864 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5865
5866 * help.el: Provide `help' for the sake of define-minor-mode
5867 which generates defcustoms with requires.
5868
5869 * jit-lock.el (jit-lock-after-change): If we're in text that
5870 matches a multi-line font-lock pattern, make sure the whole text
5871 will be redisplayed.
5872
5873 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5874 author's name is unknown.
5875
5876 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5877 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5878 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5879 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5880 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5881 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5882 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5883 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5884 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5885 Add author information.
5886
5887 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5888
5889 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5890 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5891 full-color version (using the Gimp) to eliminate dithering artifacts.
5892
5893 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5894
5895 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5896
5897 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5898
5899 2000-10-15 Dave Love <fx@gnu.org>
5900
5901 * progmodes/sh-script.el: Require skeleton and comint when compiling.
5902
5903 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5904
5905 * whitespace.el: Doc fixes.
5906 (top-level): Don't add hooks here.
5907 (whitespace-running-emacs): Deleted.
5908 (timer): Don't require.
5909 (whitespace): Add back :version conditional on xemacs test.
5910 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5911 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5912 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5913 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5914 Avoid specific xemacs test.
5915 (whitespace-global-mode): New option.
5916 (whitespace-global-mode): New command.
5917 (whitespace-unload-hook): New function.
5918
5919 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5920 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5921 (Info-fontify-node): `Goto' goes to `Go to'.
5922 (Info-fontify-node): Add help-echo to xref links.
5923
5924 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5925
5926 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5927
5928 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5929
5930 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5931 Use plist-get and allow :inherit.
5932
5933 * emacs-lisp/cl-macs.el (cl-do-arglist):
5934 Use plist-get and plist-member instead of memq.
5935
5936 * emacs-lisp/ewoc.el (ewoc-location): New function.
5937 (ewoc-enter-after, ewoc-enter-before): Document return value.
5938 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5939 Don't need make-local-hook any more.
5940 (cvs-addto-collection): Return the new tin.
5941 (cvs-mode-insert): Jump to the new line.
5942
5943 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5944
5945 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5946
5947 * font-lock.el (font-lock-syntactically-fontified): New var.
5948 (font-lock-fontify-syntactic-keywords-region): Use it.
5949 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5950
5951 * diff-mode.el (diff-find-file-name): Fix regexp.
5952
5953 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5954 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5955
5956 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5957 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5958 (sh-mode): Don't make all vars local here.
5959 (sh-kw): Reformat.
5960 (sh-set-shell): Use dolist. Don't set indent-region-function.
5961 (sh-mode-syntax-table): Use pop.
5962 (sh-remember-variable): Use push.
5963 (sh-help-string-for-variable): Use memq.
5964 (sh-safe-backward-sexp): Remove.
5965 (sh-safe-forward-sexp): Add ARG.
5966 (sh-get-indent-info, sh-prev-stmt): Use it.
5967 (sh-prev-line): Simplify by using forward-comment.
5968 (sh-this-is-a-continuation): Simplify.
5969 (sh-learn-buffer-indent): Use dolist.
5970 (sh-do-nothing): Remove.
5971 (sh-set-char-syntax, sh-set-here-doc-region):
5972 Use inhibit-modification-hooks.
5973 (sh-name-style): Use mapcar and push.
5974 (sh-load-style): Use dolist.
5975 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5976 (sh-case, sh-while-getopts): Use propertize directly rather
5977 than sh-electric-rparen.
5978
5979 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5980
5981 * textmodes/tex-mode.el: Require CL when compiling.
5982 (tex-mode-syntax-table): Init immediately.
5983 (tex-mode-map): Bind M-RET to latex-insert-item.
5984 (latex-mode): Set indent-line-function to latex-indent.
5985 (tex-common-initialization): Don't setup the syntax-table any more.
5986 (latex-insert-item): New skeleton.
5987 (tex-next-unmatched-end): Fix copy/paste braino.
5988 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5989 (latex-indent, latex-find-indent): New functions.
5990 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5991 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5992 (tex-compilation-parse-errors): Use with-syntax-table.
5993
5994 2000-10-15 Miles Bader <miles@gnu.org>
5995
5996 * font-lock.el (font-lock-comment-face): Change dark-background,
5997 color, non-tty, default to `chocolate1'.
5998
5999 2000-10-13 John Wiegley <johnw@gnu.org>
6000
6001 * eshell/esh-util.el (require): Added a missing `require' form,
6002 needed when compiling (for an ange-ftp macro definition).
6003
6004 2000-10-13 Dave Love <fx@gnu.org>
6005
6006 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
6007
6008 2000-10-13 Gerd Moellmann <gerd@gnu.org>
6009
6010 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
6011
6012 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
6013 transparent -colors 8).
6014
6015 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
6016
6017 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
6018 that breaks with old list format timestamps.
6019 (time-stamp-warn-inactive, time-stamp-old-format-warn)
6020 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
6021
6022 2000-10-13 John Wiegley <johnw@gnu.org>
6023
6024 * align.el, pcomplete.el, calendar/timeclock.el,
6025 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
6026
6027 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
6028 faulty math, where holiday hours were being computing as seconds.
6029
6030 2000-10-13 John Wiegley <johnw@gnu.org>
6031
6032 * desktop.el (desktop-buffer-modes-to-save): Added a global for
6033 specifying what "other" kinds of buffers should be saved.
6034 This used to be hard-coded.
6035 (desktop-buffer-misc-functions): A global for specifying how
6036 auxiliary data should be determined for special buffer types.
6037 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
6038 instead of hard-coding the special buffer types.
6039 (desktop-save): Run `desktop-buffer-misc-functions' to gather
6040 auxiliary data, instead of hard-coding for Info buffers and dired.
6041 (desktop-buffer-info-misc-data): Aux function for determining Info
6042 buffer auxiliary info.
6043 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
6044 (desktop-buffer-info): Changed this function to use the info
6045 gathered above.
6046 (desktop-create-buffer): Be a little more careful about what
6047 `minor-mode' means before calling it. This is important for some
6048 buffer types.
6049
6050 2000-10-13 John Wiegley <johnw@gnu.org>
6051
6052 * eshell/esh-util.el: Added a global form which declares an
6053 autoload for `parse-time-string', if that function is not already
6054 defined, and if parse-time.el is available on the user's system.
6055
6056 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
6057 to be aware of ange-ftp user info.
6058 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
6059 (eshell-ls-annotate): Use `eshell-file-attributes'.
6060 (eshell-ls-file): Made the user-id printing code a bit smarter.
6061
6062 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
6063 allow identification of alias user ids in remote directories.
6064 It's manual, but there's no other way to know when the current user
6065 on the local machine, is also the owning user on the remote machine.
6066 (fboundp): Bind `ange-cache'.
6067 (eshell-directory-files-and-attributes): Re-organized the logic a
6068 bit to use `eshell-file-attributes' instead of `file-attributes'.
6069 The former is more sensitive to directories that are read via FTP,
6070 and knows how to use ange-ftp to determine full attribute
6071 information, instead of just the name and last modtime.
6072 (eshell-current-ange-uids): Return the current user id when in a
6073 remote directory.
6074 (eshell-parse-ange-ls): Parse a full directory listing that has
6075 been returned by ange-ftp.
6076 (eshell-file-attributes): This beefed up version of
6077 `file-attributes' is only special if the user is currently in a
6078 remote directory, in which case it does a lot of work to find out
6079 what the real attributes of a file are, as they appear on the
6080 remote machine. This makes usage of remote directories (i.e.,
6081 ange-ftp pathnames) much more useful. You can now use Eshell as a
6082 full-fledged FTP client, with much more manipulation ability than
6083 most other clients.
6084
6085 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6086 variable, which means that Eshell's du should always be preferred
6087 in remote directories.
6088 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6089 just `file-attributes'.
6090 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6091 when reading remote directories. This is an Eshell-specific
6092 variable (not part of ange-ftp).
6093 (eshell/ln): Bind `ange-cache'.
6094 (eshell/du): Added some extra logic for determining when to use
6095 Eshell's du (which is slow), and when to use the external version
6096 (which may or may not exist).
6097
6098 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6099 Call `eshell-interactive-process', rather than using
6100 `get-buffer-process', since backgrounded processes don't count in
6101 the context of this function's logic.
6102
6103 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6104 `forward-char', so that null strings are parsed correctly.
6105
6106 2000-09-13 John Wiegley <johnw@gnu.org>
6107
6108 * eshell/em-pred.el (eshell-pred-file-type)
6109 (eshell-pred-file-links, eshell-pred-file-size):
6110 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6111
6112 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6113 that remote file globbing is more efficient.
6114
6115 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6116 gathering the files and attributes within a directory.
6117
6118 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6119 the command line is a special file (not a regular file, directory
6120 or symlink), always attempt to call the external version of cat.
6121
6122 2000-09-13 John Wiegley <johnw@gnu.org>
6123
6124 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6125 Eshell-friendly version of find-tag.
6126
6127 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6128
6129 * image-file.el (image-file-name-extensions)
6130 (image-file-name-regexps): Add autoload cookies.
6131
6132 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6133
6134 * international/mule-cmds.el (select-safe-coding-system): If FROM
6135 is string, show it in *Warning* buffer.
6136
6137 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6138
6139 * startup.el (normal-top-level): Use display-popup-menus-p instead
6140 of window-system.
6141 (command-line): Use display-graphic-p instead of window-system.
6142 (command-line-1): Use display-popup-menus-p and display-mouse-p
6143 instead of window-system.
6144
6145 2000-10-12 Sam Steingold <sds@gnu.org>
6146
6147 * tooltip.el (tooltip-use-echo-area): New user variable.
6148 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6149
6150 2000-10-12 Dave Love <fx@gnu.org>
6151
6152 * recentf.el: Maintainer's checkdoc fixes.
6153
6154 * startup.el (normal-top-level-add-subdirs-to-load-path):
6155 Use character class, not ASCII when matching file names.
6156 (fancy-splash-head): Add trailing slash to URL.
6157 (command-line): Don't require XPM support for toolbar.
6158
6159 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6160 (cperl-invalid-face): Revert last change.
6161 (cperl-init-faces): Quote cperl-invalid-face.
6162
6163 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6164
6165 * startup.el (fancy-splash-text): Remove superfluous quote.
6166
6167 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6168
6169 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6170 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6171 (command-line-1): Don't use fancy-splash-pending-command.
6172 (fancy-splash-screens-1): Goto point-min after inserting text.
6173
6174 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6175
6176 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6177 instead of shared-lisp-mode-map.
6178
6179 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6180
6181 * faces.el (header-line): Change tty-variant to use underlining.
6182
6183 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6184 (isearch-highlight): Restore lazy-isearch face properties at old
6185 position, and suppress them at new position.
6186 (isearch-dehighlight): Restore lazy-isearch face properties.
6187 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6188 over the real isearch overlay, but in that case, don't give it a
6189 face property. Use `push'.
6190
6191 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6192
6193 * man.el (Man-getpage-in-background): Fix previous change.
6194 Decode the process output only when we are in multibyte mode.
6195
6196 2000-10-11 Dave Love <fx@gnu.org>
6197
6198 * info.el (Info-mode-menu): Fix some help.
6199 (info-tool-bar-map): Add entry for Info-last.
6200
6201 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6202 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6203 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6204 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6205 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6206 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6207 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6208 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6209 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6210 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6211 Reduce colour requirements to 25 overall. (Probably wants
6212 revisiting from the originals to reduce further.)
6213
6214 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6215
6216 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6217 buffer-file-coding-system, instead of raw-text.
6218 (dehexlify-buffer): Bind coding-system-for-read to
6219 buffer-file-coding-system, instead of raw-text.
6220
6221 2000-10-11 Sam Steingold <sds@gnu.org>
6222
6223 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6224 `underline' - fixes the bug introduced on 2000-09-21.
6225
6226 2000-10-11 Dave Love <fx@gnu.org>
6227
6228 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6229 Avoid compiler warnings.
6230 (scheme-mode): Doc fix.
6231 (scheme-font-lock-keywords-1): Match `define-syntax'.
6232
6233 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6234
6235 * faces.el (frame-set-background-mode): Pay attention to saved
6236 face specs as well as default ones. Only do anything if the
6237 bg-mode or display-type has actually changed. Use `dolist'.
6238 (region): Make dark-background `region' face less in-your-face.
6239
6240 2000-10-10 Sam Steingold <sds@gnu.org>
6241
6242 * chistory.el, ielm.el, ledit.el:
6243 * progmodes/inf-lisp.el, progmodes/scheme.el:
6244 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6245
6246 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6247
6248 * textmodes/texinfo.el: Update copyright and fix typo.
6249
6250 * desktop.el (desktop-modes-not-to-save): New var.
6251 (desktop-save-buffer-p): Use it.
6252 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6253 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6254
6255 2000-10-10 Dave Love <fx@gnu.org>
6256
6257 * toolbar/tool-bar.el (tool-bar-add-item)
6258 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6259
6260 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6261 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6262 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6263 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6264 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6265 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6266 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6267 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6268 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6269 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6270 the .xpms; probably need retouching.
6271
6272 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6273
6274 * subr.el (add-to-list): Add optional argument APPEND.
6275 * battery.el (display-battery): Use `add-to-list'.
6276
6277 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6278
6279 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6280 properties.
6281 (zone, zone-when-idle, zone-leave-me-alone)
6282 (zone-pgm-whack-chars): Use new symbol properties.
6283
6284 * battery.el (display-battery): Doc spelling fix.
6285
6286 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6287 property.
6288
6289 2000-10-09 Dave Love <fx@gnu.org>
6290
6291 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6292 has been initialized before calling tool-bar-setup.
6293 (tool-bar-add-item-from-menu): Add autoload cookie.
6294
6295 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6296
6297 * menu-bar.el (send-mail-item-name): New function.
6298 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6299 of mail-user-agent in the menu. Don't display the "Send Mail"
6300 item if mail-user-agent is nil or its value is ignore.
6301 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6302 if read-mail-command is nil or its value is ignore.
6303
6304 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6305
6306 2000-10-09 Miles Bader <miles@gnu.org>
6307
6308 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6309 Correct image size.
6310 * toolbar/left_arrow.xpm: Correct image size.
6311
6312 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6313 will be done by the definition of `auto-compression-mode' if
6314 necessary. Move code to uninstall existing file-name handler
6315 before definition of `auto-compression-mode'.
6316
6317 * image-file.el (auto-image-file-mode): Move to the end of the
6318 file, because `define-minor-mode' actually calls the mode-function
6319 if the associated variable is non-nil, which requires that all
6320 needed functions be already defined.
6321
6322 * mouse.el (popup-menu): Balance parens.
6323
6324 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6325
6326 * mouse.el (popup-menu): Move the command call outside the loop
6327 so that popup-menu returns whatever the command returns.
6328
6329 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6330 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6331 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6332 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6333
6334 * vc.el (vc-version-diff): diff-switches can be a list.
6335 Use relative filenames for prettier output.
6336
6337 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6338 (vc-post-command-functions): Remove old-VC compatibility code.
6339
6340 * newcomment.el (comment-indent-default): Autoload.
6341
6342 * font-lock.el (font-lock-defaults): Make buffer-local.
6343 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6344 (font-lock-choose-keywords):
6345 Ignore LEVEL unless KEYWORDS is a list of syms.
6346 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6347 Don't wrap regexp-opt things in \(...\) unnecessarily.
6348
6349 * jit-lock.el: Don't require font-lock any more.
6350 (jit-lock-functions): Make buffer-local.
6351 (jit-lock-saved-fontify-buffer-function): Remove.
6352 (jit-lock-mode): Remove autoload cookie.
6353 Remove font-lock specific code.
6354 (jit-lock-unregister): Don't bother handling complex hooks any more.
6355 (jit-lock-refontify): New function.
6356 (jit-lock-fontify-buffer): Use it.
6357 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6358 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6359 Add optional args START and END.
6360 Never call font-lock-fontify-region directly.
6361 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6362
6363 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6364
6365 2000-10-08 Dave Love <fx@gnu.org>
6366
6367 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6368
6369 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6370
6371 * play/studly.el (studlify-region, studlify-word): Add autoload
6372 cookie.
6373
6374 * play/morse.el (morse-region, unmorse-region): Add autoload
6375 cookie.
6376
6377 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6378 concat.
6379
6380 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6381 insist on symbols starting with word syntax.
6382 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6383 (eval-defun-1): Doc fix.
6384 (indent-sexp): Use nconc to build up indent-stack.
6385
6386 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6387 Gnus with little use.
6388 (mail-setup-hook): Add mail-abbrevs-setup to options.
6389
6390 * recentf.el: Doc fixes.
6391
6392 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6393 Clean up remainder.
6394
6395 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6396 without timezone and (8) with timezone to enforce some whitespace.
6397 Simplify code somewhat.
6398
6399 * options.el (list-options): Doc that you should use customize.
6400
6401 * iswitchb.el (iswitchb-mode): Add :require.
6402
6403 * info.el (Info-goto-node, Info-menu): Doc fix.
6404 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6405 (info-tool-bar-map): New variable.
6406 (Info-mode): Use it.
6407 (Info-edit-map): Define all in defvar.
6408 (speedbar-attached-frame): Avoid compiler warning.
6409
6410 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6411 (global-map): Bind [tool-bar] to a filtered map.
6412 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6413 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6414 Allow PBM icons.
6415 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6416
6417 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6418 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6419 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6420 icons, except up_arrow, which is left-arrow rotated.
6421
6422 * imenu.el (imenu-add-to-menubar): Fix last change.
6423
6424 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6425
6426 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6427 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6428
6429 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6430
6431 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6432 typos in doc strings.
6433
6434 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6435 the doc strings how to customize Font Lock faces.
6436
6437 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6438 computing growth when dragging the header line.
6439
6440 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6441
6442 * simple.el (kill-line): Doc fix.
6443
6444 2000-10-08 Miles Bader <miles@gnu.org>
6445
6446 * faces.el (secondary-selection): Make foreground visible on tty.
6447
6448 * jka-compr.el (auto-compression-mode): Move to the end of the
6449 file, because `define-minor-mode' actually calls the mode-function
6450 if the associated variable is non-nil, which requires that all
6451 needed functions be already defined.
6452 (with-auto-compression-mode): Add autoload cookie.
6453
6454 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6455
6456 * files.el (find-backup-file-name) [ms-dos]: If support for long
6457 file names is not available, behave as if version-control were set
6458 to never.
6459
6460 2000-10-07 Dave Love <fx@gnu.org>
6461
6462 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6463 (browse-url-gnome-moz): New function.
6464 (browse-url-browser-function): Use it.
6465 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6466
6467 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6468
6469 * indent.el (tab-always-indent): New var.
6470 (indent-for-tab-command): Use it.
6471
6472 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6473 raise an error. This way it can still default to a sane value.
6474
6475 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6476
6477 * startup.el (fancy-splash-screens): Use local rather than global map.
6478 Don't use `update-menu-bindings' any more.
6479 Get rid of assumptions about keymap representation.
6480
6481 2000-10-06 Dave Love <fx@gnu.org>
6482
6483 * textmodes/fill.el (sentence-end-double-space)
6484 (sentence-end-without-period): Doc fix.
6485 (adaptive-fill-regexp): Purecopy.
6486 (unjustify-current-line): Use line-end-position.
6487 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6488
6489 * net/eudc-vars.el (eudc): Add :version, :link.
6490
6491 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6492
6493 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6494 Fix for define-minor-mode.
6495 (function-at-point): Alias to function-called-at-point.
6496
6497 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6498
6499 * simple.el (backward-word): Doc fix.
6500
6501 * image-file.el (image-file-name-regexp): image-file-regexps ->
6502 image-file-name-regexps.
6503 (image-file-name-extensions): Add pbm.
6504
6505 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6506
6507 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6508 and add filename to the names so that diff-mode can jump to source.
6509
6510 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6511 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6512 (tex-font-lock-keywords-1): Remove.
6513 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6514 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6515 (font-lock-default-fontify-region):
6516 Expand beg..end correctly when just following a multiline region.
6517 (font-lock-fontify-anchored-keywords):
6518 Include the anchor text as part of the multiline.
6519
6520 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6521
6522 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6523 latter needs the autoloaded define-minor-mode macro during the
6524 bootstrap.
6525
6526 * startup.el (command-line): For now, activate tool-bar-mode only
6527 if XPM images are supported.
6528
6529 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6530 window by dragging a header-line at the top of the frame; that's
6531 confusing because the header-line doesn't move.
6532 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6533 of treating the event as a list. Some cleanup.
6534
6535 2000-10-06 Miles Bader <miles@gnu.org>
6536
6537 * simple.el (display-message-or-buffer): New function.
6538 (shell-command-on-region): Use `display-message-or-buffer'.
6539
6540 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6541 docstring parts.
6542
6543 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6544 (smbclient-prompt-regexp): Add usage note to doc string.
6545 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6546 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6547 Use add-hook for adding the comint filter function, and only do so
6548 if it's not already in the global hook list.
6549 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6550 to `make-local-variable'.
6551 (nslookup-font-lock-keywords): Remove prompt entry.
6552 (nslookup): Don't set the process-filter.
6553 (finger): Exit the loop correctly when the regexps list runs out.
6554 (ftp, smbclient, smbclient-list-shares):
6555 Set the real major mode immediately, not after execing.
6556 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6557
6558 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6559
6560 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6561
6562 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6563
6564 * which-func.el (which-func-format): Remove spurious space.
6565 (which-func-mode): Don't make it permanent-local.
6566 (which-func-ff-hook): Allow which-func-maxout to be nil.
6567 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6568 (which-func-mode): Simplify.
6569 Use post-command-idle-hook rather than post-command-hook.
6570 Go through all buffers and update their state.
6571 (which-function): Also try add-log-current-defun-function.
6572
6573 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6574 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6575 Update call to with-vc-properties accordingly.
6576 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6577 (vc-revert-buffer): More careful about window selection and deletion.
6578 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6579
6580 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6581 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6582 (cvs-dired-action): Change the default to quickdir.
6583
6584 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6585 if comment-indent-function returns nil.
6586 (comment-indent-default): New function.
6587 (comment-indent-function): Use it and document the new semantics.
6588
6589 * image-file.el: Docstring fixes.
6590
6591 * help.el (help-xref-on-pp): Use match-string.
6592 (describe-variable): New arg BUFFER.
6593 Store the current buffer in the help-xref-stack.
6594 (temp-buffer-resize-mode): Use define-minor-mode.
6595
6596 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6597 consistently with its docstring.
6598 Set jit-lock-first-unfontify-pos in an idempotent way.
6599 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6600
6601 2000-10-05 Alex Schroeder <alex@gnu.org>
6602
6603 * sql.el (sql-mysql-options): New variable.
6604 (sql-mysql): Use it.
6605
6606 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6607
6608 * image.el (image): New group.
6609
6610 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6611 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6612
6613 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6614
6615 * net/net-utils.el (nslookup-font-lock-keywords)
6616 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6617 Ignore the value of wqindow-system; always define keywords
6618
6619 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6620
6621 * startup.el (fancy-splash-screens): Remove the code for
6622 debugging; `(trace-to-stderr "EXITTT\n")'.
6623
6624 2000-10-05 Miles Bader <miles@gnu.org>
6625
6626 * diff-mode.el (diff-goto-source): Update call to
6627 `diff-hunk-status-msg' to reflect new REV variable.
6628
6629 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6630
6631 * progmodes/icon.el (icon-mode):
6632 Don't gratuitously override the default for comment-column.
6633
6634 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6635
6636 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6637 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6638 (jit-lock-functions): New var.
6639 (jit-lock-function-1): Use it if non-nil.
6640 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6641 Set the `fontified' property before doing the fontification to avoid
6642 repeatedly going through the same error.
6643 Don't turn errors into messages.
6644 (jit-lock-register, jit-lock-unregister): New functions.
6645
6646 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6647 Use with-current-buffer.
6648
6649 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6650 Turn comment into docstring.
6651
6652 * apropos.el (apropos-mode): Use define-derived-mode.
6653
6654 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6655
6656 * startup.el (fancy-splash-pending-command): New variable.
6657 (fancy-splash-pre-command): New function.
6658 (fancy-splash-screens): Rewritten.
6659 (command-line-1): If fancy-splash-pending-command is set, call it
6660 interactively.
6661
6662 2000-10-04 Dave Love <fx@gnu.org>
6663
6664 * toolbar/tool-bar.el (tool-bar-setup): New function.
6665 (tool-bar-mode): Use it.
6666
6667 * subr.el (substitute-key-definition): Doc fix.
6668 (play-sound-file): New command.
6669
6670 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6671
6672 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6673 vc-version-backup-file-name): New functions.
6674
6675 * files.el (basic-save-buffer): Call vc-before-save before saving.
6676
6677 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6678 vc-cvs-stay-local-p.
6679
6680 * vc.el (vc-revert-buffer): Handle empty diff properly.
6681 (vc-version-backup-file): New function.
6682 (vc-checkout): Create a version backup if necessary.
6683 (vc-checkin): If a version backup file exists, delete it.
6684 (vc-version-diff): Diff locally using version backups, if available.
6685 (vc-revert-file): If there's a version backup, revert locally.
6686 (vc-transfer-file): Use version backup for base version, if
6687 available. If not, ask for confirmation whether to get it from the
6688 server. Update mode line before check-in.
6689
6690 2000-10-04 Dave Love <fx@gnu.org>
6691
6692 * toolbar/tool-bar.el (tool-bar-setup): New function.
6693 (tool-bar-mode): Use it.
6694
6695 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6696
6697 * net/net-utils.el (nslookup-font-lock-keywords)
6698 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6699 Only set if window-system is non-nil
6700 (net-utils-run-program): Returns buffer.
6701 (network-connection-reconnect): Added this function.
6702
6703 * generic.el:
6704 Incorporates extensive cleanup and docfixes by
6705 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6706 Uses cl compile-time macros.
6707 (generic-mode-name, generic-comment-list)
6708 (generic-keywords-list, generic-font-lock-expressions)
6709 (generic-mode-function-list, generic-mode-syntax-table):
6710 Removed variables.
6711 (generic-mode-alist): Renamed to generic-mode-list.
6712 (generic-find-file-regexp): Default changed to "^#".
6713 (generic-read-type): Uses completing read on generic-mode-list.
6714 (generic-mode-sanity-check): removed this function.
6715 (generic-add-to-auto-mode): Removed this function
6716 (generic-mode-internal): Bind mode-specific definitions
6717 into function instead of putting them in alist.
6718 (generic-mode-set-comments): Reworked extensively.
6719 (generic-mode-find-file-hook): Simplified regexp searching
6720 (generic-make-keywords-list): Omit extra pair of parens
6721
6722 * find-lisp.el (find-lisp-find-files-internal):
6723 Make sure directory name ends with "/".
6724
6725 * generic-x.el (apache-conf-generic-mode):
6726 Regexp now allows leading whitespace.
6727 (rc-generic-mode): Added eval-when-compile
6728 around generic-make-keywords-list.
6729 Deleted duplicate regexp
6730 (rul-generic-mode): Added eval-when-compile
6731 around generic-make-keywords-list.
6732 (etc-fstab-generic-mode): New generic mode.
6733 (rul-generic-mode): Removed one eval-when-compile
6734 which caused a max-specpdl-size exceeded error.
6735
6736 2000-10-04 Miles Bader <miles@gnu.org>
6737
6738 * simple.el (minibuffer-temporary-goal-position): New variable.
6739 (next-history-element): Try to keep the position of point in the
6740 input string constant.
6741
6742 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6743 (dired-do-create-files): If there's only one file, pass it in as
6744 the DEFAULT arg to dired-mark-read-file-name.
6745
6746 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6747
6748 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6749 (diff-goto-source): Be smarter when choosing REVERSE or not.
6750
6751 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6752 (texinfo-mode-menu): Add an explicit shortcut for update all.
6753
6754 2000-10-03 Andre Spiegel <spiegel@gnu.org>
6755
6756 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6757 factorize backend-specific code cleanly (this was essentially
6758 conceived by Stefan Monnier).
6759 (vc-unregister): Function removed.
6760 (vc-revert-file): New function.
6761 (vc-revert-buffer): Delegate some of the work to it.
6762
6763 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6764 default branch unconditionally.
6765 (vc-rcs-set-default-branch): New function.
6766 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6767 (vc-rcs-checkin): If an appropriate default branch has been set,
6768 force creation of that branch.
6769 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6770 code (as suggested by Stefan Monnier).
6771
6772 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6773
6774 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6775 highlighting overlay with a different face over the overlay
6776 isearch uses to highlight the current match because that can lead
6777 to bad face combinations.
6778
6779 * loadup.el (toplevel): Load faces before isearch.
6780
6781 * isearch.el (isearch-faces): New custom group.
6782 (isearch): New defface; was already tested for in the code.
6783 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6784 (isearch-highlight): Always use face `isearch'.
6785
6786 2000-10-02 Dave Love <fx@gnu.org>
6787
6788 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6789 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6790 comparison of opcode with operand.
6791
6792 2000-10-03 Miles Bader <miles@gnu.org>
6793
6794 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6795 buffer, since the echo area will now grow to accommodate them.
6796
6797 2000-10-02 Andre Spiegel <spiegel@gnu.org>
6798
6799 * vc-hooks.el (vc-registered): If FILE used to be registered under
6800 a certain backend, try that one first.
6801
6802 * vc.el (vc-responsible-backend): Undo the previous change in the
6803 argument list. Handle multiple backends correctly.
6804 (vc-find-new-backend): Function removed.
6805 (vc-register): Use vc-responsible-backend, as before.
6806 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6807
6808 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6809
6810 * startup.el (fancy-splash-head): Change message below the
6811 logo.
6812
6813 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6814
6815 * diff-mode.el (diff-goto-source): Emit a status message.
6816 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6817 (diff-test-hunk): Fix doc string.
6818 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6819 (diff-advance-after-apply-hunk): New variable.
6820 (diff-apply-hunk): Don't return a value.
6821
6822 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6823
6824 * vc.el (vc-editable-p): Minor optimization.
6825 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6826 (vc-find-new-backend): New function split from vc-responsible-backend.
6827 (vc-register): Use it.
6828 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6829 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6830 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6831 (vc-clear-headers): Don't use find-file.
6832 (vc-revert-buffer): Use `and' again (must have been a braino).
6833 (vc-switch-backend): Only prompt if requested.
6834 Short circuit if nothing is to be done.
6835 Don't use vc-resynch-buffer which could lose unsaved editing.
6836 (vc-default-receive-file): Update call to vc-unregister.
6837 (with-vc-file, vc-next-action-on-file):
6838 Use vc-backend rather than vc-registered.
6839 (vc-next-action-on-file): Use intern-soft.
6840 Deal with read-only *vc-diff* buffer.
6841 (vc-transfer-file): Docstring fix.
6842
6843 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6844 (vc-rcs-receive-file): Avoid with-vc-properties.
6845 Update call to vc-unregister.
6846 Use constant `RCS' rather than (dynamically bound) var `backend'.
6847
6848 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6849
6850 * vc.el (vc-next-action-on-file): Update mode line only if file
6851 is visited.
6852 (vc-start-entry): New argument initial-contents. Don't visit the file
6853 if it isn't already visited. Brought documentation up-to-date.
6854 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6855 (vc-checkin): New optional arg initial-contents, which is passed to
6856 vc-start-entry.
6857 (vc-finish-logentry): Make sure to bury log buffer only if there
6858 really is one. Call `vc-resynch-buffer' on log-file, not
6859 buffer-file-name.
6860 (vc-default-comment-history, vc-default-wash-log): New functions.
6861 (vc-index-of): Removed.
6862 (vc-transfer-file): Make do without the above.
6863 (vc-default-receive-file): Call comment-history unconditionally. Pass
6864 the resulting string to vc-checkin, instead of inserting it into the
6865 comment ring.
6866
6867 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6868 unconditionally. Use the comments as initial contents of the log
6869 entry buffer. Document the trick to force branch creation with no
6870 changes.
6871
6872 2000-10-01 Miles Bader <miles@gnu.org>
6873
6874 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6875 `recenter' with an arg to prevent redrawing the display.
6876
6877 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6880
6881 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6882
6883 * progmodes/c-mode.el (c-mode):
6884 Don't gratuitously override the default for comment-column.
6885
6886 * textmodes/tex-mode.el (latex-metasection-list): New var.
6887 (latex-imenu-create-index): Use it.
6888 Move the regexp construction outside loops (and use push).
6889 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6890 (tex-font-lock-keywords): Moved from font-lock.el.
6891 (tex-comment-indent): Remove.
6892 (tex-common-initialization): Don't set comment-indent-function.
6893 (latex-block-default): New var.
6894 (tex-latex-block): Use it to provide a default choice.
6895 Add any unknown choice to latex-block-names.
6896 Insert [...] after {...}.
6897 (tex-last-unended-begin): Simplify regexp.
6898 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6899 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6900 (latex-mode): Set forward-sexp-function.
6901
6902 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6903 Add regexp for @ignore ... @end ignore.
6904 (texinfo-heading-face): New face.
6905 (texinfo-font-lock-keywords): Use it.
6906 (texinfo-mode-menu): New menu.
6907 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6908 New functions.
6909 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6910 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6911 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6912 Remove declaration.
6913 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6914
6915 * delsel.el (delete-selection-mode): Use define-minor-mode.
6916
6917 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6918
6919 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6920
6921 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6922
6923 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6924
6925 * replace.el (keep-lines-read-args): New function.
6926 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6927 read arguments interactively. Add parameters RSTART and REND.
6928 Operate on the active region in Transient Mark mode.
6929
6930 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6931
6932 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6933 (authors-obsolete-files-regexps): New variable.
6934 (authors-add): Don't record changes in obsolete files.
6935
6936 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6937
6938 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6939
6940 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6941 (comment-indent): Make sure there's a space between code and comment.
6942 Shift comments left to avoid going past fill-column.
6943
6944 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6945
6946 * startup.el (startup-echo-area-message): New function.
6947 (display-startup-echo-area-message): Use it.
6948 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6949 (fancy-splash-default-action): New function.
6950 (fancy-splash-screens-1): New function.
6951 (fancy-splash-head): Put a help-echo and a keymap under the image.
6952
6953 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6954
6955 * diff-mode.el (diff-add-log-file-name): Remove.
6956 (diff-mode): Use add-log-buffer-file-name-function.
6957
6958 * add-log.el (find-change-log): New arg BUFFER-FILE.
6959 (add-log-file-name): Obey add-log-file-name-function.
6960 (add-log-buffer-file-name-function): New var.
6961 (add-change-log-entry): Use it.
6962
6963 2000-09-29 Miles Bader <miles@gnu.org>
6964
6965 * image-file.el (image-file-name-extensions): New variable.
6966 (image-file-name-regexps): Renamed from `image-file-regexps'.
6967 New default value is nil. Call `auto-image-file-mode'.
6968 (image-file-name-regexp): New function.
6969 (auto-image-file-mode): New minor mode.
6970 (insert-image-file): Don't make conditional on the image-file
6971 handler being enabled.
6972 (image-file-handler): Make the call here conditional instead.
6973 (set-image-file-handler-enabled, enable-image-file-handler)
6974 (disable-image-file-handler): Functions removed.
6975
6976 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6977 string.
6978
6979 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6980
6981 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6982 it's a function from CL.
6983 (latex-imenu-create-index): Replace eval-when-compile with progn
6984 because latex-section-alist is not bound while compiling.
6985
6986 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6987
6988 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6989 (outline-mode): Use define-derived-mode.
6990
6991 * progmodes/perl-mode.el (perl-mode):
6992 * progmodes/awk-mode.el (awk-mode):
6993 * progmodes/asm-mode.el (asm-mode):
6994 Don't gratuitously override the default for comment-column.
6995
6996 * emacs-lisp/lisp.el (lisp-complete-symbol):
6997 Distinguish the let-binding case from the funcall case.
6998 (forward-sexp-function): New variable.
6999 (forward-sexp): Use it.
7000
7001 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
7002 (easy-mmode-defmap): Remove the now useless autoload.
7003
7004 * time.el (display-time-mode): Use define-minor-mode.
7005
7006 * subr.el (add-minor-mode): Don't eval NAME.
7007 Don't depend on the presence of TOGGLE-FUN for any special behavior.
7008 Use if rather than cond.
7009
7010 * simple.el (read-expression-map): Define more properly.
7011 (comment-indent-hook): Remove.
7012 (string-to-syntax): Bug fix.
7013
7014 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
7015 (cvs-ediff-diff): Fix typo.
7016 (cvs-revert-if-needed): Don't bother preserving read-only.
7017
7018 * paren.el (show-paren-mode): Use define-minor-mode.
7019
7020 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
7021 (toggle-auto-compression): Remove.
7022 (jka-compr-build-file-regexp): Remove useless grouping.
7023
7024 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
7025 Avoid user-reserved bindings.
7026 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
7027 (diff-header-face): Revert to grey85.
7028
7029 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
7030
7031 * complete.el (partial-completion-mode) <defcustom>: Remove.
7032 (partial-completion-mode): Use define-minor-mode.
7033 (PC-do-completion): Understand `completion-auto-help = delay'
7034 to mean to popup the completion buffer only the second time.
7035 (PC-include-file-all-completions, PC-include-file-all-completions)
7036 (PC-include-file-all-completions): Don't quote lambda.
7037
7038 * comint.el (comint-mode-hook): Docstring fix.
7039 (comint-mode): Use define-derived-mode.
7040 (comint-mode-map): Remove obsolete comment.
7041 (make-comint): Minor stylistic change.
7042 (comint-insert-clicked-input): Be more careful to find the overlay.
7043 Use this-command-keys rather than hardcoding mouse-2.
7044
7045 * font-lock.el: Replace confusing (,@ with ,
7046 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7047 Don't use regexp-opt-depth. Spice up the regexp for args.
7048 Don't distinguish between cmds that can take an opt arg or not.
7049 Use `append' and `prepend' rather than `keep'.
7050
7051 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
7052 (latex-outline-regexp): New var.
7053 (latex-outline-level): New fun.
7054 (latex-section-alist): New var.
7055 (latex-imenu-create-index): Use it. Use `push' as well.
7056 (tex-shell-map): Initialize it properly.
7057 (tex-mode): Minor stylistic change.
7058 (plain-tex-mode): Use define-derived-mode.
7059 (latex-mode): Use define-derived-mode.
7060 Construct the paragraph regexps in a more readable way.
7061 Set the buffer-local outline-{level,regexp} vars.
7062 (slitex-mode): Derive from latex-mode.
7063 (tex-common-initialization): Don't kill-all-vars anymore.
7064 Add setting for comment-add and font-lock-defaults.
7065 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
7066 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
7067 (tex-start-tex): New arg DIR (and send a chdir command for it).
7068 Also display the shell buffer and save it in tex-last-buffer-texed.
7069 (tex-region): Use expand-file-name rather than concat.
7070 Remove code made useless by changes in tex-start-tex.
7071 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
7072
7073 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
7074
7075 2000-09-28 Dave Love <fx@gnu.org>
7076
7077 * eshell/eshell.el (eshell) <defgroup>: Add :version.
7078
7079 2000-09-28 Gerd Moellmann <gerd@gnu.org>
7080
7081 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
7082 `append'.
7083
7084 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7085
7086 * info.el (Info-extract-pointer): Undo last change.
7087 Instead, fix the position of the `bound' arg to re-search-backward.
7088
7089 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7090
7091 * info.el (Info-extract-pointer):
7092 Widen more carefully, to avoid finding pointers in other nodes.
7093 (Info-index): Use push.
7094
7095 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7096
7097 * frame.el (set-frame-font): Remove call to obsolete function
7098 frame-update-faces.
7099 (set-foreground-color, set-background-color): Likewise for
7100 frame-update-face-colors.
7101
7102 2000-09-27 Miles Bader <miles@gnu.org>
7103
7104 * image-file.el: New file.
7105
7106 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7107
7108 * frame.el (frame-notice-user-settings): Don't call
7109 frame-update-faces, which is a no-op now.
7110
7111 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7112 tool-bar-lines.
7113
7114 2000-09-27 Dave Love <fx@gnu.org>
7115
7116 * mouse.el: Fix last change.
7117
7118 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7119
7120 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7121
7122 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7123
7124 * international/quail.el (quail-help): The output message is
7125 improved.
7126
7127 2000-09-26 Dave Love <fx@gnu.org>
7128
7129 * mouse.el (popup-menu): If POSITION is nil, set it using
7130 mouse-position.
7131
7132 2000-09-25 Sam Steingold <sds@gnu.org>
7133
7134 * net/browse-url.el (browse-url-file-url): Check for null maps.
7135
7136 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7137
7138 * frame.el (frame-notice-user-settings): Don't add a
7139 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7140
7141 * frame.el (frame-notice-user-settings):
7142 Make tool-bar-mode and default-frame-alist consistent.
7143
7144 * toolbar/tool-bar.el (tool-bar-help): New function.
7145
7146 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7147
7148 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7149 current-load-list in top-level forms. Else this leaks a cons cell
7150 every time a defun is called.
7151
7152 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7153
7154 2000-09-25 Dave Love <fx@gnu.org>
7155
7156 * startup.el (fancy-splash-head): Check XPM is available.
7157
7158 * autoinsert.el (auto-insert): Doc fix.
7159 (auto-insert-alist): Following GNU notices, don't say `copyright
7160 _by_'. Use line-beginning-position.
7161 (auto-insert): Check buffer-file-name is non-nil before use.
7162
7163 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7164
7165 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7166 starting with `@def' or `@multitable', in addition to ones
7167 specified by the user in auto-fill-inhibit-regexp.
7168
7169 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7170
7171 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7172 rmail-dont-reply-to-names matches the empty string.
7173
7174 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7175
7176 * startup.el (command-line-1, fancy-splash-text): Change the
7177 text to sound more friendly.
7178
7179 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7180
7181 * progmodes/hideshow.el: Update author email address.
7182 Generally, sync w/ maintainer version 5.22.
7183 (hs-hide-all-non-comment-function): New var.
7184 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7185 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7186 (hs-show-region): Delete this command.
7187 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7188
7189 2000-09-22 Dave Love <fx@gnu.org>
7190
7191 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7192 (hl-line-highlight): Specify buffer when moving overlay.
7193
7194 * progmodes/fortran.el (fortran-mode): Locally set
7195 normal-auto-fill-function.
7196 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7197 (fortran-mode-map): Adjust auto-fill menu entry.
7198
7199 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7200
7201 * vc-rcs.el (toplevel): Require `vc' when compiling.
7202
7203 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7204
7205 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7206
7207 * vc.el (vc-switch-backend): Signal an error if the file is not
7208 registered under the new backend.
7209
7210 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7211 without explicit revision number.
7212
7213 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7214
7215 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7216 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7217 (diff-xor): New function.
7218 (diff-find-source-location): Use it. Fix a stupid name clash.
7219 (diff-hunk-status-msg): New function.
7220 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7221 (diff-test-hunk): Use diff-find-source-location.
7222 (diff-goto-source): Favor the `reverse'.
7223 (diff-hunk-text): Properly handle one-sided context diffs.
7224 (diff-apply-hunk): When done, advance to the next hunk.
7225
7226 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7227
7228 * startup.el (command-line): If frame was created with a non-zero
7229 tool-bar-lines parameter, switch tool-bar-mode on.
7230
7231 * add-log.el (change-log-date-face, change-log-name-face)
7232 (change-log-email-face, change-log-file-face)
7233 (change-log-list-face, change-log-conditionals-face)
7234 (change-log-function-face, change-log-acknowledgement-face):
7235 New faces, inheriting from font-lock faces.
7236 (change-log-font-lock-keywords): Use them.
7237
7238 2000-09-21 Dave Love <fx@gnu.org>
7239
7240 * progmodes/cperl-mode.el (top-level): Clean up
7241 `eval-when-compile's and assorted defvars.
7242 (cperl-invalid-face): Don't double-quote value. Change custom
7243 type.
7244 (cperl-mode): Set normal-auto-fill-function and don't zap
7245 auto-fill-function.
7246 (cperl-imenu--function-name-regexp-perl): Renamed from
7247 imenu-example--function-name-regexp-perl.
7248 (cperl-imenu--create-perl-index): Renamed from
7249 imenu-example--create-perl-index.
7250 (cperl-xsub-scan): Don't require cl.
7251
7252 * msb.el (msb-mode-map): Use substitute-key-definition.
7253 (msb-mode): Use msb-mode-map.
7254
7255 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7256
7257 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7258 New functions.
7259 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7260 (vc-switch-backend): New function.
7261 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7262 (vc-register): Fix prompt.
7263 (vc-unregister, vc-default-unregister): New functions.
7264 (vc-version-diff): Handle empty buffer in sentinel.
7265
7266 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7267 (vc-rcs-state-heuristic): Use it to guess the state of files with
7268 non-strict locking.
7269 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7270 been set with -b, but not created yet.
7271 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7272 contents in order to find the state.
7273 (vc-rcs-checkin): Allow creation of branches with no changes.
7274 (vc-rcs-unregister, vc-rcs-receive-file)
7275 (vc-rcs-set-non-strict-locking): New functions.
7276
7277 * vc-hooks.el (vc-name): Force correct computation of the value
7278 in case it is missing.
7279
7280 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7281
7282 * startup.el (fancy-splash-tail): Use a different foreground
7283 color on a dark frame background.
7284
7285 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7286
7287 * info.el: Use the correct capitalization when making Info-mode
7288 and Info-edit-mode `special' modes.
7289
7290 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7291
7292 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7293 (diff-mode): Add support for add-log.el.
7294 (diff-hunk-text): Use char offsets rather than line offsets.
7295 (diff-find-source-location): Replace LINE with line-offset (nil
7296 if not found) and always set POS to a meaningful position.
7297 Adapt to the new char-offsets.
7298 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7299 Adapt to the new diff-find-source-location.
7300 (diff-goto-source): Adapt to the new diff-find-source-location.
7301
7302 * add-log.el (add-log-file-name): New function (split out of
7303 add-change-log-entry).
7304 (add-change-log-entry): Use it.
7305 Call add-log-file-name-function with the changelog file name if
7306 the current buffer is not associated with any file.
7307 Avoid find-file if the selected window is dedicated.
7308
7309 * diff-mode.el (diff-find-source-location):
7310 Move code from diff-apply-hunk. Return buffer rather than file.
7311 (diff-apply-hunk): Use the new result from diff-find-source-location.
7312 (diff-goto-source): Use the new diff-find-source-location.
7313
7314 2000-09-20 Dave Love <fx@gnu.org>
7315
7316 * iswitchb.el: Some doc fixes.
7317 (iswitchb-mode-map): Define completely initially. Inherit
7318 minibuffer-local-map.
7319 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7320 fundamental-mode.
7321 (iswitchb-global-map): New variable.
7322 (iswitchb-summaries-to-end): Amalgamate regexps.
7323 (iswitchb-mode): New.
7324 (iswitchb-mode-hook): New variable.
7325 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7326 `extensions'.
7327
7328 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7329
7330 * ehelp.el (electric-help): New defgroup.
7331 (electric-help-shrink-window): New user-option.
7332 (with-electric-help): Use it.
7333
7334 * window.el (shrink-window-if-larger-than-buffer): If face
7335 `mode-line' has a :box, and we're on a graphical frame, add 1
7336 to the needed window height.
7337
7338 * frame.el (frame-notice-user-settings): Add a last parameter nil
7339 to a call to `append', because the last list passed to `append' is
7340 not copied, and so subsequent calls to assq-delete-all will modify
7341 default-frame-alist.
7342
7343 * startup.el (fancy-splash-image): Change :type.
7344 (fancy-splash-head): Use an XBM image if appropriate.
7345 (command-line-1): Show splash screens in more cases.
7346
7347 * startup.el (fancy-splash-text): Don't quote faces.
7348
7349 * dired.el (dired-font-lock-keywords): Undo last change.
7350 (dired-readin): Bind indent-tabs-mode to nil.
7351
7352 * startup.el (fancy-splash-head): If frame's background mode
7353 is `dark', change the black background of the image to gray.
7354 (fancy-splash-screens): Display startup echo area message.
7355 (display-startup-echo-area-message): New function.
7356
7357 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7358
7359 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7360
7361 * info.el (info-header-node): Tweak for color ttys.
7362
7363 * faces.el (face-valid-attribute-values): Make sure directories we
7364 search for stipples both exist and are readable before trying to
7365 search them.
7366
7367 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7368 in the dry-run case.
7369
7370 * jka-compr.el (with-auto-compression-mode): New macro.
7371
7372 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7373 (custom-group-tag-face, custom-variable-tag-face): Use relative
7374 :height and inherit from `variable-pitch' face instead of
7375 hardwiring :family.
7376 * hi-lock.el (hi-black-hb): Likewise.
7377
7378 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7379 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7380 toolbar-add-item, if image doesn't have a mask add a `:mask
7381 heuristic'.
7382
7383 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7384
7385 * diff-mode.el: Docstring fixes.
7386 (diff-header-face, diff-comment-face): New faces.
7387 (diff-font-lock-keywords): Highlight a bit differently.
7388 (diff-find-source-location): Don't return SPAN any more.
7389 (diff-hunk-text): Don't bother erasing the temp buffer.
7390 (diff-find-text): Drop argument LINE.
7391 (diff-apply-hunk): Update calls to diff-find-text.
7392 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7393
7394 * calendar/calendar.el: Docstring fixes.
7395 (calendar-make-alist): Don't quote lambda.
7396 (calendar-star-date): Use make-local-variable.
7397
7398 2000-09-19 Dave Love <fx@gnu.org>
7399
7400 * toolbar/tool-bar.el: Renamed from toolbar.el.
7401 Change `toolbar' to `tool-bar' generally in symbols.
7402 Make some items invisible in `special' major modes.
7403 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7404 Add arg PROPS.
7405
7406 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7407 Add :version here.
7408 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7409
7410 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7411
7412 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7413
7414 * files.el (find-file-suppress-same-file-warnings): New user-option.
7415 (find-file-noselect): Use it.
7416
7417 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7418 (fancy-splash-screen): Defgroup.
7419
7420 * add-log.el (change-log-font-lock-keywords): Match names
7421 more exactly for the case that font-lock-constant-face is
7422 underlined.
7423
7424 2000-09-19 Richard M. Stallman <rms@gnu.org>
7425
7426 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7427
7428 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7429
7430 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7431
7432 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7433
7434 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7435 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7436 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7437 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7438 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7439 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7440 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7441 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7442 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7443 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7444 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7445 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7446
7447 * startup.el (fancy-splash-text): New variable.
7448 (fancy-splash-delay, fancy-splash-image): New user-options.
7449 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7450 (fancy-splash-screens): New functions.
7451 (command-line-1): If display has a `display' frame parameter, has
7452 colors, and we have XPM support, show more fancy splash screens.
7453
7454 2000-09-19 Dave Love <fx@gnu.org>
7455
7456 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7457 with null `help'. Use modern backquote syntax.
7458
7459 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7460
7461 * font-lock.el (font-lock-mode): Change message telling the user
7462 that ``the buffer is too big''.
7463
7464 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7465 for instance for the case that tab-width is 2.
7466
7467 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7468
7469 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7470 toolbar-add-item, if image doesn't have a mask add a `:mask
7471 heuristic'.
7472
7473 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7474
7475 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7476 and return a cons if it's non-nil.
7477 (diff-apply-hunk): Try to jump to the line in the source text
7478 corresponding to the position of point in the in the hunk.
7479
7480 * info.el (Info-title-3-face, Info-title-2-face)
7481 (Info-title-1-face): Use face inheritance and relative sizes
7482 instead of hard-wiring things.
7483
7484 * faces.el (secondary-selection): Make dark-background variant sane.
7485
7486 2000-09-16 Andrew Innes <andrewi@gnu.org>
7487
7488 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7489 read-only, since they aren't under VC now.
7490
7491 2000-09-17 Dave Love <fx@gnu.org>
7492
7493 * tmm.el: Replace mapcar with mapc in several places.
7494
7495 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7496 ad-unadvise.
7497
7498 * international/latin1-disp.el: New file.
7499
7500 * calendar/cal-move.el (scroll-calendar-left)
7501 (scroll-calendar-right): Make arg optional (for active mode line).
7502
7503 * calendar/calendar.el (calendar-mode-line-format): Make fields
7504 mouse-sensitive.
7505 (calendar-read-date, calendar-read-date, calendar-window-list):
7506 Unquote lambda.
7507 (calendar-month-name): Use aref, not sref.
7508
7509 * view.el (minor-mode-alist): Propertize the string.
7510
7511 * international/characters.el (standard-case-table): Add entries
7512 for Greek.
7513
7514 2000-09-18 Miles Bader <miles@gnu.org>
7515
7516 * info.el (info-node, info-xref): Add dark-background variants.
7517
7518 * faces.el (header-line): Change defaults to be less confusing
7519 when mixed with mode-lines.
7520
7521 * info.el (Info-fontify-node): Make a few cleanups.
7522 Add extra `help-echo' and `local-map' props to node xrefs.
7523 Use header-specific faces for node-names & xrefs.
7524 (Info-use-header-line): New variable.
7525 (info-header-xref, info-header-node): New faces.
7526 (Info-setup-header-line): New function.
7527 (Info-select-node): Call Info-setup-header-line when enabled.
7528 (Info-extract-pointer): Work even if the header line is hidden.
7529 (Info-header-line): New variable.
7530
7531 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7532
7533 * vms-patch.el (print-region-function): Don't quote lambda.
7534
7535 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7536
7537 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7538 (lm-get-header-re): Allow spaces between the header and the colon.
7539 (lm-header): Allow $ in non-RCS headers.
7540 (lm-header-multiline): Put the strings back into order.
7541 Stop at an empty line. Don't require two space chars if the
7542 line is clearly not another header line.
7543
7544 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7545 (popup-menu-popup): Remove.
7546
7547 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7548
7549 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7550 specification if or if not tool-bar item contains an `:enabled'
7551 property.
7552
7553 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7554 current buffer has no file name.
7555
7556 2000-09-15 Dave Love <fx@gnu.org>
7557
7558 * strokes.el: Sync with maintainer's current version with changes
7559 for Emacs, but avoid runtime cl and levents.
7560 (toplevel): Change autoloads and compilation requires.
7561 (strokes-version, strokes-bug-address, strokes-lift): Values
7562 changed.
7563 (strokes-xpm-header, strokes-insinuated): New variable.
7564 (strokes): Add :link.
7565 (strokes-mode): Customized.
7566 (strokes-while-inhibiting-garbage-collector): New macro.
7567 (strokes-remassoc): Avoid remove-if.
7568 (strokes-fix-button2-command): Don't use ad-do-it.
7569 (strokes-insinuate): New function.
7570 (strokes-button-press-event-p, strokes-button-release-event-p):
7571 New functions, used instead of non-`strokes-' versions..
7572 (strokes-mouse-event-p): Rewritten.
7573 (strokes-event-closest-point): Avoid event-point.
7574 (strokes-get-grid-position): Avoid cdadr, caadr
7575 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7576 functions.
7577 (strokes-help): Use with-output-to-temp-buffer.
7578 (strokes-window-configuration-changed-p): New function.
7579 (strokes-update-window-configuration): Use buffer-live-p,
7580 strokes-window-configuration-changed-p.
7581 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7582 (strokes-char-face): New face.
7583 (strokes-char-table, strokes-base64-chars): New variable.
7584 (strokes-xpm-for-stroke, strokes-list-strokes)
7585 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7586 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7587 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7588 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7589 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7590 functions.
7591
7592 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7593
7594 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7595
7596 * image.el (create-image): Doc fix.
7597
7598 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7599 instead of `:heuristic-mask t'.
7600
7601 2000-09-14 Andrew Innes <andrewi@gnu.org>
7602
7603 * makefile.w32-in: Revert to Unix line endings.
7604
7605 2000-09-14 Andrew Innes <andrewi@gnu.org>
7606
7607 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7608 when installing.
7609
7610 * makefile.nt (DONTCOMPILE): Fix typo.
7611
7612 * shell.el (shell-write-history-on-exit): New function.
7613 (shell-dumb-shell-regexp): New custom variable.
7614 (shell-mode): Make shell-write-history-on-exit the process
7615 sentinel if shell name matches shell-dumb-shell-regexp.
7616
7617 * w32-fns.el: Comment out before-init-hook function which resets
7618 source-directory based; this breaks bootstrap.
7619
7620 2000-09-14 Dave Love <fx@gnu.org>
7621
7622 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7623 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7624 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7625 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7626 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7627 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7628 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7629 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7630 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7631
7632 * toolbar/toolbar.el: New.
7633
7634 * subdirs.el: Add toolbar.
7635
7636 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7637
7638 * indent.el (indent-for-tab-command): Doc fix.
7639
7640 2000-09-14 Alex Schroeder <alex@gnu.org>
7641
7642 * ansi-color.el (ansi-colors): Doc change.
7643 (ansi-color-get-face): Simplified regexp.
7644 (ansi-color-faces-vector): Added more faces, doc change.
7645 (ansi-color-names-vector): Doc change.
7646 (ansi-color-regexp): Simplified regexp.
7647 (ansi-color-parameter-regexp): New regexp.
7648 (ansi-color-filter-apply): Doc change.
7649 (ansi-color-filter-region): Doc change.
7650 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7651 deal with zero length parameters.
7652 (ansi-color-apply-on-region): Doc change.
7653 (ansi-color-map): Doc change.
7654 (ansi-color-map-update): Removed debugging message.
7655 (ansi-color-get-face-1): Added condition-case to trap
7656 args-out-of-range errors.
7657 (ansi-color-get-face): Doc change.
7658 (ansi-color-make-face): Removed.
7659 (ansi-color-for-shell-mode): New option.
7660
7661 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7662
7663 * international/quail.el (quail-start-translation): Translate KEY
7664 if necessary even if it doesn't have any mapping in the current
7665 input method.
7666 (quail-start-conversion): Likewise.
7667 (quail-help): The output message is improved.
7668
7669 2000-09-13 Miles Bader <miles@gnu.org>
7670
7671 * comint.el (comint-output-filter): Revert to using
7672 `insert-before-markers'. Add bletcherous hack to undo damage
7673 caused by `insert-before-markers'. Put `front-sticky' property on
7674 overlays created here so that the field code understands how the
7675 overlay works. Use a let when making comint-last-prompt-overlay,
7676 so that the code is easier to read.
7677
7678 2000-09-13 Dave Love <fx@gnu.org>
7679
7680 * wid-edit.el (widget-default-format-handler): DTRT when
7681 doc-property is a function.
7682
7683 2000-09-12 Francesco Potorti` <pot@gnu.org>
7684
7685 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7686 filed name if it's not there.
7687
7688 2000-09-12 Dave Love <fx@gnu.org>
7689
7690 * simple.el (read-mail-command): Doc fix.
7691 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7692
7693 * vc.el (vc-dired-listing-switches): Fix :version.
7694
7695 * vc-hooks.el: Doc fixes.
7696
7697 * subr.el (add-minor-mode): Use toggle-fun arg.
7698
7699 * speedbar.el: Add :version to several defcustoms.
7700
7701 * imenu.el (imenu--truncate-items, imenu--cleanup)
7702 (imenu--generic-function): Avoid mapcar.
7703 (imenu--replace-spaces): Function removed.
7704 (imenu--completion-buffer): Use subst-char-in-string.
7705 (imenu-add-to-menubar): Use keymap inheritance.
7706
7707 2000-09-12 Miles Bader <miles@gnu.org>
7708
7709 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7710 (diff-mode-map): Bind `diff-test-hunk'.
7711 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7712
7713 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7714
7715 * bytecomp.el (byte-compile-defvar): Undo last change
7716 because it breaks '(make-variable-buffer-local (defvar ...)'
7717 which is used at least in dired.
7718
7719 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7720
7721 * international/quail.el (quail-define-package): Docstring
7722 modified.
7723
7724 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7725
7726 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7727 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7728 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7729 docstring of "chinese-py".
7730
7731 * international/quail.el (quail-translation-docstring): New
7732 variable.
7733 (quail-show-keyboard-layout): Docstring modified.
7734 (quail-select-current): Likewise.
7735 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7736 infinite recursive call.
7737 (quail-help): Check quail-translation-docstring. Format of the
7738 output changed.
7739 (quail-help-insert-keymap-description): Adjusted for the above
7740 change.
7741
7742 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7743
7744 * bytecomp.el (byte-compile-defvar): Only cons onto
7745 current-load-list in top-level forms. Else this leaks a cons cell
7746 every time a defun is called.
7747
7748 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7749
7750 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7751 Now understands non-unified diffs. Some functionality moved into
7752 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7753 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7754 modify anything. Only reposition point in the patched file if the
7755 patch succeeds. Only pop up another window if POPUP is true.
7756 Emit a message describing what happened if successful, and at what
7757 line-offset. Automatically detect reversed hunks and do something
7758 appropriate.
7759 (diff-hunk-text, diff-find-text): New functions.
7760 (diff-filter-lines): Function removed.
7761 (diff-test-hunk): New function.
7762 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7763
7764 2000-09-10 Dave Love <fx@gnu.org>
7765
7766 * textmodes/tildify.el: Minor doc/commentary fixes.
7767 (tildify) <defgroup>: Add :version.
7768
7769 * faces.el (face-x-resources): Make custom type more specific.
7770 (frame-background-mode): Use mapc.
7771 (region) <defcustom>: Add :version.
7772
7773 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7774
7775 * vc-sccs.el (vc-sccs-register):
7776 * vc-rcs.el (vc-rcs-register):
7777 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7778 * vc.el (vc-register): Clear file's properties.
7779
7780 2000-09-08 Gerd Moellmann <gerd@gnu.org>
7781
7782 * faces.el (face-spec-set): Only face-spec-reset-face when
7783 ATTRS is non-nil.
7784
7785 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7786
7787 * help.el (help-insert-xref-button): Fix a typo in doc string.
7788
7789 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7790
7791 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7792 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7793 methods.
7794
7795 * menu-bar.el (read-mail-item-name): New function.
7796 (menu-bar-tools-menu): Use it to compute and display the package
7797 used to read email.
7798 (menu-bar-tools-menu): Fix typo in GUD's help string.
7799
7800 2000-09-07 Dave Love <fx@gnu.org>
7801
7802 * diff-mode.el (diff-mouse-goto-source): New function.
7803
7804 * vc-sccs.el: Doc fixes.
7805 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7806
7807 * vc-rcs.el: Doc fixes.
7808 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7809 (vc-rcs-checkout-switches, vc-rcs-header)
7810 (vc-rcs-master-templates): Add or change :version.
7811
7812 * vc-cvs.el: Doc fixes.
7813 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7814 (vc-cvs-stay-local): Add :version.
7815
7816 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7817
7818 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7819
7820 * international/quail.el (quail-help): Fix previous change.
7821
7822 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7823
7824 * faces.el (color-values): Doc fix.
7825
7826 * faces.el (frame-set-background-mode): Use frame-parameter
7827 instead of frame-parameters.
7828
7829 * frame.el (filtered-frame-list): Reduce consing.
7830 (frames-on-display-list): Call frame-parameter instead of
7831 frame-parameters.
7832
7833 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7834
7835 * language/devan-util.el (devanagari-to-indian-region): In the
7836 loop, change the following char, not preceding char.
7837
7838 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7839
7840 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7841 instead of frame-parameters.
7842
7843 * faces.el (set-face-attribute): Simplify by calling
7844 internal-set-lisp-face-attribute with FRAME being 0.
7845
7846 * vc.el: Remove `Id' version control keyword.
7847
7848 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7849
7850 * help.el (help-make-xrefs): Adjusted for the change of
7851 help-xref-mule-regexp.
7852 (help-insert-xref-button): New function.
7853
7854 * international/mule-cmds.el (help-xref-mule-regexp-template):
7855 Include the pattern for character set.
7856 (leim): New group.
7857
7858 * international/quail.el: Don't require face.
7859 (quail): New group.
7860 (quail-other-command): Dummy command to make quail-help work better.
7861 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7862 (quail-keyboard-layout-substitution): New variable.
7863 (quail-update-keyboard-layout): New function.
7864 (quail-keyboard-layout-type): New customizable variable.
7865 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7866 (quail-keyboard-translate): Pay attention to
7867 quail-keyboard-layout-substitution.
7868 (quail-insert-kbd-layout): New function.
7869 (quail-show-keyboard-layout): New function.
7870 (quail-get-translation): If the definition is a vector of length
7871 1, and the element is a string of length 1, return the character
7872 in that string.
7873 (quail-update-current-translations): Fix the case of
7874 relative-index out of range.
7875 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7876 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7877 Show key sequences for all available characters.
7878 (quail-help-insert-keymap-description): Don't show such verbose
7879 key bindings as quail-self-insert-command.
7880
7881 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7882 Format changed, and each element now have extra documentations.
7883 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7884 Adjusted for the change of quail-cxterm-package-ext-info.
7885
7886 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7887
7888 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7889 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7890 during bootstrap.
7891
7892 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7893
7894 * vc.el: (toplevel): Don't require `dired' at run-time.
7895 (vc-dired-resynch-file): Remove autoload cookie.
7896
7897 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7898
7899 * vc.el: Made several backend functions optional.
7900 (vc-default-responsible-p): New function.
7901 (vc-merge): Use RET for first version to trigger merge-news, not
7902 prefix arg.
7903 (vc-annotate): Handle backends that do not support annotation.
7904 (vc-default-merge-news): Removed. The existence of a merge-news
7905 implementation is now checked on caller sites.
7906
7907 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7908 case.
7909
7910 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7911 special case that has been removed from the default in vc-hooks.el.
7912
7913 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7914
7915 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7916
7917 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7918
7919 * vc-hooks.el: Require vc during compilation.
7920 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7921 macro `with-vc-properties' in vc.el.
7922 (vc-file-getprop): Doc fix.
7923 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7924
7925 * vc.el: Require dired-aux during compilation.
7926 (vc-name-assoc-file): Moved to vc-sccs.el.
7927 (with-vc-properties): New macro.
7928 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7929 vc-finish-steal): Use it.
7930 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7931 to the backend-specific function is now supposed to do the checkout,
7932 too.
7933 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7934
7935 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7936 set file properties; that gets done in the generic code now.
7937
7938 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7939 Changed parameter list, added code from vc.el that does the
7940 checkout, possibly with a double-take.
7941
7942 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7943 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7944 the above under the new name.
7945 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7946 parameter list, added checkout command.
7947 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7948 properties; that gets done in the generic code now.
7949
7950 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7951
7952 * vc.el: Docstring fixes (courtesy of checkdoc).
7953
7954 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7955
7956 * vc.el (vc-checkout-writable-buffer-hook)
7957 (vc-checkout-writable-buffer): Remove.
7958 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7959 (vc-log-mode): Make it into a clean derived major mode.
7960 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7961 vc-log-mode if log-edit is not available.
7962 (vc-dired-mode-map): Don't set-keymap-parent yet.
7963 (vc-dired-mode): Do set-keymap-parent here.
7964 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7965
7966 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7967
7968 * faces.el (set-face-attribute, face-spec-reset-face)
7969 (face-spec-set): Avoid consing by removing calls to `apply'.
7970
7971 * frame.el (frame-parameter): Move to C code.
7972
7973 2000-09-05 Dave Love <fx@gnu.org>
7974
7975 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7976 insert-before-markers-and-inherit. Now checked systematically!
7977
7978 2000-09-05 Alex Schroeder <alex@gnu.org>
7979
7980 * sql.el (sql-postgres): Use sql-postgres-options.
7981 (sql-postgres-options): New variable.
7982
7983 2000-09-05 Alex Schroeder <alex@gnu.org>
7984
7985 * sql.el (sql-mode-menu): Work around missing variable mark-active
7986 in XEmacs.
7987 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7988 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7989 compatibility.
7990
7991 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7992
7993 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7994
7995 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7996
7997 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7998
7999 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8000
8001 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
8002 don't support anything else under SCCS yet.
8003
8004 * vc-hooks.el: Minor doc fixes.
8005
8006 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8007
8008 * vc.el (vc-next-action-on-file): Do not visit the file if it's
8009 not necessary. If verbose in state `needs-patch', do the same as
8010 under `up-to-date'. When NOT verbose and `needs-patch', check out
8011 latest version instead of `merge-news'.
8012 (vc-next-action-dired): Don't mess with default-directory here; it
8013 breaks other parts of dired. It is the job of the
8014 backend-specific functions to adjust it temporarily if they need it.
8015 (vc-next-action): Remove a special CVS case.
8016 (vc-clear-headers): New optional arg FILE.
8017 (vc-checkin, vc-checkout): Set properties vc-state and
8018 vc-checkout-time properly.
8019 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
8020 (vc-print-log): Use new backend function `show-log-entry'.
8021 (vc-cancel-version): Do the checks in a different order. Added a
8022 FIXME concerning RCS-only code.
8023
8024 * vc-rcs.el (vc-rcs-show-log-entry): New function.
8025 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
8026
8027 * vc-cvs.el (vc-cvs-show-log-entry): New function.
8028
8029 * vc-hooks.el (vc-default-mode-line-string): Show state
8030 `needs-patch' as a `-' too.
8031
8032 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8033
8034 * vc.el (vc-responsible-backend): New optional arg REGISTER.
8035 (vc-default-could-register): New function.
8036 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
8037 (vc-resynch-buffer): Call vc-dired-resynch-file.
8038 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
8039 vc-resynch-buffer instead of vc-resynch-window.
8040 (vc-next-action-dired): Don't redisplay here, that gets done as a
8041 result of the individual file operations.
8042 (vc-retrieve-snapshot): Corrected prompt order.
8043
8044 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
8045
8046 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
8047 as well.
8048 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
8049 hostname regexps. Updated all callers.
8050 (vc-cvs-responsible-p): Handle directories as well.
8051 (vc-cvs-could-register): New function.
8052 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
8053 properties up-to-date.
8054
8055 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
8056 user whether to create one.
8057
8058 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8059
8060 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
8061 check out a non-existing file.
8062
8063 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
8064 workfile does not exist.
8065
8066 * vc.el (vc-version-diff): Use `require' to check for existence of
8067 diff-mode.
8068
8069 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8070
8071 * vc-cvs.el (vc-cvs-registered): Use new function
8072 vc-cvs-parse-entry to do the actual work.
8073
8074 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8075
8076 * vc-hooks.el (vc-find-backend-function): If function doesn't
8077 exist, return nil instead of error.
8078 (vc-call-backend): Doc fix.
8079
8080 * vc.el (vc-do-command): Doc fix.
8081 (vc-finish-logentry): When checking in from vc-dired, choose the
8082 right backend for logentry check.
8083 (vc-dired-mode-map): Inherit from dired-mode-map.
8084 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8085 simplified.
8086 (vc-dired-state-info): Removed, updated caller.
8087 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8088 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8089 (vc-dired-listing-switches): New variable.
8090 (vc-directory): Use it, instead of dired-listing-switches.
8091
8092 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8093 (vc-cvs-dir-state): New function.
8094 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8095 (vc-cvs-parse-entry): New function, also to be used in
8096 vc-cvs-registered.
8097
8098 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8099
8100 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8101 *or* single-window-frames.
8102
8103 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8104
8105 * vc.el (vc-update-changelog): Split into generic part and default
8106 implementation. Doc string adapted.
8107 (vc-default-update-changelog): New function. Call the `rcs2log'
8108 script in exec-directory, to fix a long-standing nuisance.
8109
8110 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8111 simply signals an error.
8112
8113 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8114
8115 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8116 control-flow more clear and to avoid running `cvs' twice.
8117
8118 * vc.el (vc-next-action-on-file): Doc fix.
8119 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8120 (vc-print-log): Eval `file' before constructing the continuation.
8121
8122 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8123
8124 * vc.el (vc-next-action-on-file): Corrected several messages.
8125 (vc-merge): Add prefix arg `merge-news'; handle it.
8126
8127 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8128 is not reached. It is.
8129 (vc-cvs-merge): Set state to 'edited after merge.
8130 (vc-cvs-merge-news): Set workfile version to nil if not known.
8131 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8132
8133 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8134 via stdout. (Merge from main line.)
8135
8136 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8137
8138 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8139 detection.
8140
8141 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8142
8143 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8144 against kill-all-local-variables.
8145 (vc-log-edit): Don't save vc-parent-buffer any more.
8146 (vc-last-comment-match): Initialize to an empty string.
8147 (vc-post-command-functions): New hook.
8148 (vc-do-command): Run it.
8149 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8150 (vc-finish-logentry): Only add the comment to the ring if it's
8151 different from the last comment entered.
8152 (vc-new-comment-index): New function.
8153 (vc-previous-comment): Use it. Make the minibuffer message
8154 slightly less terse.
8155 (vc-comment-search-reverse): Make it work forward as well. Don't
8156 set vc-comment-ring-index if no match is found. Use
8157 vc-new-comment-index.
8158 (vc-comment-search-forward): Use vc-comment-search-reverse.
8159 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8160 define-derived-mode will do it for us. Bind `v' to a keymap that
8161 inherits from vc-prefix-map so that we can bind `vt' without
8162 binding C-x v t.
8163 (vc-retrieve-snapshot): Parenthesis typo.
8164
8165 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8166 to 1. Make sure to switch to *vc* before looking for an error
8167 message. Use vc-parse-buffer.
8168
8169 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8170
8171 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8172 and NAME.
8173 (vc-retrieve-snapshot): Split into two parts.
8174 (vc-default-retrieve-snapshot): New function.
8175
8176 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8177 (vc-cvs-retrieve-snapshot): New function (untested).
8178 (vc-cvs-stay-local): Default to t.
8179 (vc-cvs-remote-p): New function and property.
8180 (vc-cvs-state): Stay local only if the above is t.
8181 (vc-handle-cvs): Removed.
8182 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8183 done via vc-handled-backends now.
8184 (vc-cvs-header): Escape Id.
8185
8186 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8187
8188 * vc.el (vc-do-command): Remove unused commands.
8189 (vc-version-diff): Make sure default-directory ends with a slash.
8190 Move the window commands into a vc-exec-after.
8191 (vc-print-log): Move more of the code into the `vc-exec-after'.
8192
8193 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8194
8195 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8196 (vc-print-log): Search current revision from beginning of buffer.
8197 (vc-revert-buffer): Clear echo area after the diff is finished.
8198 (vc-prefix-map): Removed definition of "t" for terse display in vc
8199 dired.
8200 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8201 definition of "vt" for terse display.
8202 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8203
8204 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8205
8206 * vc.el (vc-exec-after): Avoid caddr.
8207
8208 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8209
8210 * vc.el (vc-exec-after): New function.
8211 (vc-do-command): Use it to add a termination message for async
8212 procs.
8213 (vc-checkout): Try to handle a missing-backend situation.
8214 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8215 of a directory with a backend using async diffs.
8216 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8217 present.
8218
8219 * vc-sccs.el (vc-sccs-state-heuristic): Use
8220 file-ownership-preserved-p.
8221
8222 * vc-rcs.el (vc-rcs-state-heuristic): Use
8223 file-ownership-preserved-p.
8224 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8225
8226 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8227
8228 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8229 vc-do-command.
8230
8231 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8232 when there are no changes.
8233
8234 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8235
8236 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8237
8238 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8239
8240 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8243
8244 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8245 the `fset' outside of the defvar so that it works even if
8246 vc-prefix-map was already defined.
8247 (vc-setup-buffer): New function, split out of vc-do-command.
8248 (vc-do-command): Allow BUFFER to be t to mean `just use the
8249 current buffer without any fuss'.
8250 (vc-version-diff): Change the `diff' backend operation to just put
8251 the diff in the current buffer without erasing it. Always use
8252 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8253 shrink-window-if-larger-than-buffer.
8254 (vc-print-log): Change the `print-log' backend operation to just
8255 put the log in the current buffer without erasing it. Protect
8256 shrink-window-if-larger-than-buffer.
8257 (vc-update-change-log): Fix setd typo.
8258
8259 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8260 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8261
8262 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8263 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8264 CMP.
8265
8266 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8267 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8268 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8269
8270 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8271
8272 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8273 not possible, use vc-BACKEND-workfile-unchanged-p.
8274 (vc-default-workfile-unchanged-p): New function. Delegates to a
8275 full vc-BACKEND-diff.
8276
8277 * vc-hooks.el (vc-simple-command): Removed.
8278
8279 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8280 instead of vc-simple-command.
8281 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8282 avoid doing a diff when opening a file.
8283 (vc-rcs-state): Added check for unlocked-changes.
8284 (vc-rcs-header): Escape Id.
8285 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8286 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8287 version.
8288
8289 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8290 (vc-sccs-diff): Remove optional arg CMP.
8291 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8292 SCCS-specific function.
8293
8294 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8295 vc-simple-command.
8296
8297 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8298
8299 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8300 (with-vc-file, vc-merge): Use vc-editable-p.
8301 (vc-do-command): Remove unused var vc-file and fix the
8302 doubly-defined `status' var. Add a user message when starting an
8303 async command.
8304 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8305 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8306 Use with-current-buffer.
8307 (vc-buffer-sync): Use unless.
8308 (vc-next-action-on-file): If the file is 'edited by read-only,
8309 make it read-write instead of trying to commit.
8310 (vc-version-diff, vc-update-change-log): Use `setq
8311 default-directory' rather than `cd'.
8312 (vc-log-edit): Don't forget to set default-directory in the
8313 buffer.
8314
8315 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8316 (vc-sccs-state-heuristic): Use file-writable-p instead of
8317 comparing userids.
8318 (vc-sccs-checkout): Use `unless'.
8319
8320 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8321 of comparing userids.
8322 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8323 Simplify the logic by eliminating unreachable code.
8324 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8325 just do a recursive call if we need to retry.
8326 (vc-rcs-checkout): Handle the case where rcs is missing by making
8327 the buffer read-write if requested and re-signalling the error.
8328
8329 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8330
8331 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8332
8333 * vc-hooks.el (vc-handled-backends): Docstring change.
8334 (vc-ignore-vc-files): Mark obsolete.
8335 (vc-registered): Check vc-ignore-vc-files.
8336 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8337 vc-ignore-vc-files.
8338
8339 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8340
8341 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8342
8343 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8344 files since ange-ftp already has vc-registered return nil.
8345
8346 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8347 (vc-sccs-workfile-version): Use with-temp-buffer and new
8348 vc-parse-buffer and don't bother setting the property.
8349 (vc-sccs-add-triple): Use with-current-buffer and
8350 find-file-noselect.
8351 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8352
8353 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8354 derives from the old vc-parse-buffer but uses the revision number
8355 rather than the date (much easier to compare robustly).
8356 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8357 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8358 locking-user more directly. Check strict locking and set
8359 checkout-model appropriately.
8360 (vc-rcs-parse-locks): Remove.
8361 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8362 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8363 (vc-rcs-system-release): Use with-current-buffer and
8364 vc-parse-buffer.
8365 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8366
8367 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8368 (vc-simple-command): Docstring fix.
8369 (vc-registered): Align the way the file-handler is called with the
8370 way the function itself works.
8371 (vc-file-owner): Remove.
8372
8373 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8374 extraction of fields and call to file-attributes because of a
8375 temporary bug in rcp.el.
8376 (vc-cvs-fetch-status): Use with-current-buffer.
8377
8378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8379
8380 * vc.el (vc-do-command): Use file-relative-name.
8381 (vc-responsible-backend): Use vc-backend if possible.
8382 (vc-create-snapshot): Improve the `interactive' spec. Add support
8383 for branches and dispatch to backend-specific `create-snapshot'.
8384 (vc-default-create-snapshot): New function, containing the bulk of
8385 the old vc-create-snapshot.
8386 (vc-retrieve-snapshot): Improve the interactive spec.
8387
8388 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8389 (vc-backend-hook-functions): Remove.
8390 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8391 (vc-backend): Reintroduce the test for `file = nil' now that I
8392 know why it was there (and added a comment to better remember).
8393
8394 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8395 code from vc-sccs-hooks.el.
8396 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8397 'vc anymore.
8398 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8399 and file-directory-p instead of file-exists-p.
8400 (vc-sccs-check-headers): Simplify the regexp.
8401
8402 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8403 from vc-rcs-hooks.el. Don't require 'vc anymore.
8404 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8405 file-directory-p instead of file-exists-p.
8406
8407 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8408 from vc-cvs-hooks.el.
8409 (proto vc-cvs-registered): Require 'vc-cvs instead of
8410 'vc-cvs-hooks. Don't require 'vc anymore.
8411 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8412 file-directory-p instead of file-exists-p.
8413 (vc-cvs-create-snapshot): New function, replacing
8414 vc-cvs-assign-name.
8415 (vc-cvs-assign-name): Remove.
8416
8417 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8418
8419 * vc-cvs.el (vc-cvs-header): New var.
8420
8421 * vc-rcs.el (vc-rcs-exists): Remove.
8422 (vc-rcs-header): New var.
8423
8424 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8425 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8426 (vc-sccs-header): New var.
8427
8428 * vc.el (vc-do-command): Get rid of the `last' argument.
8429 (vc-header-alist): Remove, replaced by vc-X-header.
8430 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8431 (vc-dired-hook): Use expand-file-name instead of concat.
8432 (vc-directory): Use file-name-as-directory.
8433 (vc-snapshot-precondition, vc-create-snapshot)
8434 (vc-retrieve-snapshot): Allow the command to operate on any
8435 directory.
8436
8437 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8438 just removing the 'WORKFILE argument or by removing the 'MASTER
8439 argument and replacing `file' with (vc-name file).
8440
8441 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * vc.el: Update Copyright and add a crude list of backend funs.
8444 (vc-writable-p): New function.
8445 (with-vc-file): Use vc-writable-p.
8446 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8447 (vc-register): Avoid vc-name.
8448 (vc-locking-user): Remove.
8449 (vc-steal-lock): Make the `owner' arg non-optional.
8450 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8451 vc-checkout-model.
8452 (vc-default-dired-state-info): Use vc-state instead of
8453 vc-locking-user and return special strings for special states.
8454 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8455 and get rid of one of the special CVS cases.
8456 (vc-cancel-version): prettify error message with \\[...].
8457 (vc-rename-master): New function.
8458 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8459 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8460 the CVS special case generic.
8461 (vc-default-record-rename): Remove.
8462 (vc-file-tree-walk-internal): Only call FUNC for files that are
8463 under control of some VC backend and replace `concat' with
8464 expand-file-name.
8465 (vc-file-tree-walk): Update docstring.
8466 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8467 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8468
8469 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8470 vc-sccs-record-rename. Use `find-file-noselect' rather than
8471 `find-file' and call `vc-rename-master' to do the actual move.
8472 (vc-sccs-diff): Remove unused `backend' variable.
8473
8474 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8475 to delay loading of vc-sccs until it is really used.
8476 (vc-sccs-master-templates): Preload.
8477 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8478 (vc-sccs-project-dir): Remove (merged into
8479 vc-sccs-search-project-dir).
8480 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8481 rather than `concat', make sure it is preloaded and don't bother
8482 to check that the file actually exists.
8483 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8484 `locks' argument (use buffer's content instead) and eliminate n^2
8485 behavior.
8486
8487 * vc-rcs.el: Update Copyright.
8488 (vc-rcs-rename-file): New function.
8489 (vc-rcs-diff): Remove unused `backend' variable.
8490
8491 * vc-hooks.el: Update Copyright.
8492 (vc-backend): Don't accept a nil argument any more.
8493 (vc-up-to-date-p): Turn into a defsubst.
8494 (vc-possible-master): New function.
8495 (vc-check-master-templates): Use `vc-possible-master' and allow
8496 funs in vc-X-master-templates to return a non-existent file.
8497
8498 * vc-cvs.el: Update Copyright.
8499 (vc-cvs-diff): Remove unused `backend' variable.
8500 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8501
8502 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8503
8504 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8505
8506 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8507 since it can be called from vc-rcs.el.
8508 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8509
8510 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8511
8512 * vc.el (vc-version-diff): Expand file name read from the
8513 minibuffer. Handle the case when a previous version number can't
8514 be guessed. Give suitable messages when there were no differences
8515 found.
8516 (vc-clear-headers): Call backend-specific implementation, if one
8517 exists.
8518 (vc-cancel-version): Made error checks generic. When done, clear
8519 headers generically, too.
8520
8521 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8522 from vc-clear-headers in vc.el.
8523
8524 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8525 correctly.
8526 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8527 optional. Handle the case when it's not there.
8528
8529 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8530
8531 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8532
8533 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8534
8535 * vc-hooks.el (vc-loadup): Remove.
8536 (vc-find-backend-function): Use `require'. Also, handle the case
8537 where vc-BACKEND-hooks.el doesn't exist.
8538 (vc-call-backend): Cleanup.
8539
8540 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8541
8542 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8543 vc-rcs-grab-templates)
8544 (vc-rcs-registered): Remove. The default function works as well.
8545 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8546 vc-sccs-grab-templates)
8547 (vc-sccs-registered): Remove. The default function works as well.
8548
8549 * vc.el (vc-version-diff): Left out a vc- in call to
8550 vc-call-backend.
8551 (vc-default-dired-state-info, vc-default-record-rename)
8552 (vc-default-merge-news): Update for the new backend argument.
8553
8554 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8555 using the default function.
8556 (vc-call-backend): If calling the default function, pass it the
8557 backend as first argument. Update the docstring accordingly.
8558 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8559 for the new backend argument.
8560 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8561 (vc-find-backend-function): Use the new name.
8562 (vc-default-registered): New function.
8563
8564 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * vc.el (vc-merge): Use vc-find-backend-function.
8567
8568 * vc-hooks.el (vc-backend-functions): Remove.
8569 (vc-loadup): Don't setup 'vc-functions.
8570 (vc-find-backend-function): New function.
8571 (vc-call-backend): Use above fun and populate 'vc-functions
8572 lazily.
8573 (vc-backend-defines): Remove.
8574
8575 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8576
8577 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8578 Call vc-call-backend without the leading vc-.
8579 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8580 (vc-check-headers): Call vc-call-backend without the leading vc-.
8581 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8582 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8583 Call vc-call-backend without the leading vc-.
8584
8585 * vc-cvs.el (tail): Provide vc-cvs.
8586 * vc-sccs.el (tail): Provide vc-sccs.
8587 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8588
8589 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8590 (vc-make-backend-function, vc-call): Pass names without leading
8591 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8592 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8593 (vc-call-backend): Always try to load vc-X-hooks.
8594 (vc-registered): Remove vc- in call to vc-call-backend.
8595
8596 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8597
8598 * vc.el (vc-process-filter): New function.
8599 (vc-do-command): Setup `vc-process-filter' for the async process.
8600 (vc-maybe-resolve-conflicts): New function to reduce
8601 code-duplication. Additionally, it puts the buffer in
8602 `smerge-mode' if applicable.
8603 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8604 calling `merge-news'.
8605 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8606 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8607 interfacing to log-edit.el.
8608 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8609 log-edit is available.
8610 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8611
8612 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8613
8614 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8615 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8616 defvar and the initialization.
8617 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8618
8619 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8620 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8621
8622 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8623
8624 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8625
8626 * vc.el (vc-file-clear-masterprops): Removed.
8627 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8628 (vc-version-diff): Use buffer-size without argument.
8629 (vc-register): Heed vc-initial-comment.
8630
8631 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8632 default branch.
8633
8634 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8635 file name and workfile version.
8636 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8637
8638 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8639 vc-file-clear-masterprops.
8640
8641 * vc-sccs.el (vc-sccs-checkout): Removed call to
8642 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8643 rather than user login name.
8644
8645
8646 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8647
8648 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8649 `want-differences-if-changed' and simplify.
8650 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8651 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8652 output (which is invalid for async vc-diff) to decide whether to
8653 do the revert silently or not.
8654
8655 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8656
8657 * vc-hooks.el (vc-loadup): Load files quietly.
8658 (vc-call-backend): Oops, brain fart.
8659
8660 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8661
8662 * vc-cvs.el (vc-cvs-state): Typo.
8663 (vc-cvs-merge-news): Return the status code rather than the error msg.
8664
8665 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8666
8667 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8668 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8669 vc-state or vc-up-to-date-p.
8670 (vc-merge): Use vc-backend-defines to check whether merging is
8671 possible. Set state to 'edited after successful merge.
8672
8673 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8674 return that name. Redocumented.
8675
8676 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8677
8678 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8679 new `vc-state' semantics.
8680 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8681 'vc-locking-user to the current user.
8682 (vc-merge): Inline vc-backend-merge. Comment out code that I
8683 don't understand and hence can't adapt to the new `vc-state' and
8684 `vc-locking-user' semantics.
8685 (vc-backend-merge): Remove.
8686
8687 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8688 rather than 'vc-locking-user.
8689
8690 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8691
8692 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8693 (vc-state): Don't use 'reserved any more. Just use the same
8694 convention as the one used for vc-<backend>-state where the
8695 locking user (as a string) is returned.
8696 (vc-locking-user): Update, based on the above convention. The
8697 'vc-locking-user property has disappeared.
8698 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8699
8700 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8701 with a heuristic one.
8702 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8703 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8704 error. That allows us to get to 'needs-merge even in the
8705 stay-local case. There's still no way to detect 'needs-patch in
8706 such a setup (or to force an update for that matter).
8707 (vc-cvs-logentry-check): Remove, the default works as well.
8708
8709 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8710
8711 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8712
8713 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8714 major-mode in which the buffer might have been put earlier. Use
8715 `remove' and `when'. Allow `okstatus' to be `async' and use
8716 `start-process' in this case.
8717 (vc-version-diff): Handle the case where the diff looks empty
8718 because of the use of an async process.
8719
8720 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8721
8722 * vc.el (vc-next-action-on-file): Removed optional parameter
8723 `simple'. Recompute state unconditionally.
8724 (vc-default-toggle-read-only): Removed.
8725
8726 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8727 (vc-toggle-read-only): Undid prev change.
8728
8729 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8730 vc-cvs-simple-toggle. Redocumented.
8731 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8732 (vc-cvs-toggle-read-only): Removed.
8733
8734 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8735
8736 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8737 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8738 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8739 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8740 still is. So maybe it should be removed.
8741 (vc-head-version, vc-find-binary): Remove.
8742 (vc-recompute-state): Move from vc-hooks.el.
8743 (vc-next-action-on-file): Add a `simple' argument to allow
8744 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8745 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8746 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8747 (vc-dired-mode-map): Properly defvar it.
8748 (vc-print-log): Call log-view-mode if available.
8749 (small-temporary-file-directory): defvar instead of use boundp.
8750 (vc-merge-news): Moved to vc-cvs.el.
8751 (vc-default-merge-news): New function.
8752
8753 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8754 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8755 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8756 unknown `vc-latest-version' function. It should probably refer to
8757 vc-workfile-version or somesuch, but it's very unclear to me and I
8758 don't have SCCS to test things.
8759
8760 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8761 (vc-sccs-state-heuristic): Fix typo.
8762 (vc-sccs-workfile-unchanged-p): Add missing argument.
8763
8764 * vc-rcs.el: Require vc and vc-rcs-hooks.
8765 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8766 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8767 (vc-release-greater-or-equal-p): Move from vc.
8768 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8769 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8770 (vc-rcs-checkout): Add a missing `new-version' argument in the
8771 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8772
8773 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8774 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8775 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8776 than the apparently unbound `workfile-version'.
8777
8778 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8779 (vc-file-prop-obarray): Use `make-vector'.
8780 (vc-backend-functions): Add new hookable functions
8781 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8782 (vc-loadup): If neither backend nor default functions exist, use
8783 the backend function rather than nil.
8784 (vc-call-backend): If the function if not bound yet, try to load
8785 the non-hook file to see if it provides it.
8786 (vc-call): New macro plus use it wherever possible.
8787 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8788 nor `vc-find-binary' since it's only called from
8789 vc-mistrust-permission which is only used once the backend is known.
8790 (vc-checkout-model): Fix parenthesis.
8791 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8792
8793 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8794 (vc-cvs-release, vc-cvs-system-release): Remove.
8795 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8796 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8797 status symbols.
8798 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8799 (vc-cvs-toggle-read-only): First cut at a function to allow a
8800 cvs-status-free vc-toggle-read-only.
8801 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8802 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8803 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8804 (vc-cvs-checkout): Modify access rights directly if the user
8805 requested not to use `cvs edit'. And refresh the mode line.
8806
8807 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8808 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8809
8810 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8811
8812 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8813 workfile' that got lost when the code was extracted from vc.el.
8814 And merged the tail with the rest of the code (not possible in the
8815 old vc.el where the tail was shared among all backends). And
8816 explicitly set the state to 'edited if `writable' is set.
8817
8818 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8819 (vc-cvs-state): Be careful to return the value from
8820 vc-cvs-parse-state.
8821 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8822 property but return it instead. Also be careful to handle a nil
8823 or "" `rev' when workfile is non-nil (it was handled properly when
8824 workfile was nil).
8825
8826 * vc.el: Removed those pesky unnecessary `(function' quotes.
8827 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8828 directly in the defvar.
8829 (vc-do-command): Bind inhibit-read-only so as to properly handle
8830 the case where the destination buffer has been made read-only.
8831 (vc-diff): Delegate to vc-version-diff in all cases.
8832 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8833 (vc-annotate-mode-variables): Removed (code moved partly to
8834 defvars and partly to vc-annotate-add-menu).
8835 (vc-annotate-mode): Turned into a derived-mode.
8836 (vc-annotate-add-menu): Moved in code in
8837 vc-annotate-mode-variables.
8838 (vc-update-change-log): Use make-temp-file if available.
8839
8840 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8841
8842 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8843 `vc-checkout-model' updated to `vc-cvs-update-model'.
8844
8845 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8846
8847 * vc.el (vc-next-action-on-file): Added handling of state
8848 `unlocked-changes'.
8849 (vc-checkout-carefully): Is now practically obsolete, unless the
8850 above is too slow to be enabled unconditionally.
8851 (vc-update-change-log): Fixed typo.
8852
8853 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8854
8855 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8856 Now handles state `unlocked-changes'.
8857 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8858
8859 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8860
8861 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8862 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8863 `unlocked-changes'.
8864 (vc-rcs-workfile-unchanged-p): Renamed from
8865 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8866 function yet, but supposed to become one soon.
8867
8868 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8869 `vc-steal-lock'.
8870 (vc-call-backend): Changed error message.
8871 (vc-state): Added description of state `unlocked-changes'.
8872
8873 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8874
8875 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8876 always return t in CVS-controlled directories.
8877
8878 * vc.el (vc-responsible-backend): New function.
8879 (vc-register): Largely rewritten.
8880 (vc-admin): Removed (implementation moved into vc-register).
8881 (vc-checkin): Redocumented.
8882 (vc-finish-logentry): If no backend defined yet (because we are in
8883 the process of registering), use the responsible backend.
8884
8885 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8886 Updated function lists.
8887 (vc-call-backend): Fixed typo.
8888
8889 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8890 New functions.
8891 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8892 Removed query option. Redocumented.
8893
8894 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8895
8896 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8897
8898 * vc.el: Updated callers of `vc-checkout-required' to use
8899 `vc-checkout-model'.
8900
8901 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8902
8903 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8904 stuff updated to reference this function instead of the old
8905 `vc-backend-release-p'.
8906
8907 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8908
8909 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8910 vc-checkout-model. Return appropriate values. Updated callers.
8911
8912 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8913
8914 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8915 (vc-backend-revert): Function moved into `vc-revert';
8916 `vc-next-action' must be updated to accomodate this change.
8917 (vc-backend-steal): Function moved into `vc-finish-steal'.
8918 (vc-backend-logentry-check): Function moved into
8919 `vc-finish-logentry'.
8920 (vc-backend-printlog): Function moved into `vc-print-log'.
8921 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8922 (vc-backend-assign-name): Function moved into
8923 `vc-create-snapshot'.
8924
8925 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8926
8927 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8928 Rename to vc-checkout-model. Return appropriate values.
8929 Update callers.
8930
8931 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8932 to vc-checkout-model.
8933 (vc-checkout-required): Rename to vc-checkout-model.
8934 Re-implement and re-comment.
8935 (vc-after-save): Use vc-checkout-model.
8936
8937 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8938
8939 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8940 Update to use the vc-BACKEND-diff functions instead.
8941 `vc-diff' is now working.
8942
8943 * vc-rcs.el (vc-rcs-logentry-check): New function.
8944
8945 * vc-cvs.el (vc-cvs-logentry-check): New function.
8946
8947 * vc-sccs.el (vc-sccs-diff): Function changed name from
8948 `vc-backend-diff'. This makes `vc-diff' work.
8949
8950 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8951 of functions possibly implemented in a vc-BACKEND library.
8952 (vc-checkout-required): Fix bug that caused an error to be
8953 signaled during `vc-after-save'.
8954
8955 * vc.el: Fix typo.
8956 This checkin is made with our new VC code base for the very first time.
8957 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8958
8959 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8960 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8961
8962 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8963 updated to `vc-uses-locking'.
8964 (vc-checkout-required): Call to backend function.
8965 `vc-checkout-required' updated to `vc-uses-locking' instead.
8966
8967 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8968 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8969
8970 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8971 to match the split into various backends.
8972 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8973 (vc-retrieve-snapshot): Bug fix.
8974
8975 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8976
8977 * vc-sccs.el (vc-sccs-release): Doc fix.
8978
8979 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8980
8981 * vc.el (vc-next-action-on-file): Bug found and fixed.
8982 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8983 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8984
8985 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8986 (vc-rcs-checkout): Name space cleaned up. No more revision number
8987 crunching function names that are not prefixed with vc-rcs.
8988 (vc-rcs-checkout-model): Function added. References to
8989 `vc-checkout-model' replaced.
8990
8991 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8992
8993 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8994 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8995 still need to be split, and implemented for RCS).
8996
8997 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8998
8999 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
9000
9001 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
9002 required by the vc.el file.
9003
9004 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
9005 required by the vc.el file.
9006 (vc-rcs-exists): Function added.
9007
9008 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
9009 required by the vc.el file.
9010
9011 * vc.el (vc-admin): Updated to handle selection of appropriate
9012 backend. Current implementation is crufty and need re-thinking.
9013
9014 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
9015
9016 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9017
9018 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
9019 beginning of annotate buffers correctly.
9020
9021 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
9022 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
9023 functionality updated quite a lot to support multiple backends.
9024 Variables `vc-annotate-mode', `vc-annotate-buffers',
9025 `vc-annotate-backend' added.
9026
9027 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
9028 `vc-annotate-difference' added to supported backend functions.
9029
9030 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9031
9032 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
9033 Use with-temp-file instead of /bin/sh. Merged from mainline
9034
9035 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9036
9037 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
9038
9039 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
9040
9041 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
9042
9043 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9044
9045 * vc-hooks.el: vc-state-heuristic added to
9046 vc-backend-hook-functions.
9047
9048 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
9049
9050 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
9051
9052 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
9053 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
9054 state to `reserved'.
9055
9056 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
9057 `vc-checkout-required'. Rename the `locked' state to `reserved'.
9058
9059 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9060
9061 * vc-rcs-hooks.el: Implement new state model. Hardly anything
9062 untouched.
9063
9064 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
9065
9066 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
9067 if defined. (Merged from main line, slightly adapted.)
9068
9069 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
9070 millenium problem (merged from mainline).
9071
9072 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9073
9074 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
9075 part and moved the non-BACKEND stuff to vc.el.
9076
9077 * vc.el: Split the annotate feature into a BACKEND specific part
9078 and moved it from the vc-cvs.el file to this one.
9079
9080 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9081
9082 * vc-hooks.el: Implement new state model.
9083 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9084 (vc-locking-user): Simplify. Now only needed if the file is
9085 locked by somebody else.
9086 (vc-lock-from-permissions): Remove. Functionality is in
9087 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9088 (vc-mode-line-string): New name for former vc-status. Adapted.
9089 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9090
9091 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9092 Various simplifications and adaptations all over the place.
9093
9094 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9095 Simplify and adapt the rest.
9096
9097 * vc.el (vc-resynch-window): Add TODO comment: check for
9098 interaction with view mode according to recent RCS change.
9099 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9100
9101 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9102
9103 * vc.el: Convert the remaining function comments to docstrings.
9104
9105 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9106
9107 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9108 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9109 (vc-minor-part, vc-previous-version): Functions that operate and
9110 compare revision numbers got proper documentation. Comments added
9111 about their possible removal.
9112
9113 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9114
9115 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9116 the vc-backend.el files.
9117
9118 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9119
9120 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9121 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9122 (vc-rcs-previous-version): Functions added.
9123
9124 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9125
9126 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9127
9128 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9129
9130 * vc-hooks.el (vc-master-templates): Is really obsolete.
9131 Comment out the definition for now. What is the right procedure
9132 to get rid of it?
9133 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9134 rewritten.
9135 (vc-default-registered): Remove.
9136 (vc-check-master-templates): New function; does mostly what the
9137 above did before.
9138 (vc-locking-user): Don't rely on the backend to set the property.
9139
9140 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9141 Rewrite documentation.
9142 (vc-rcs-templates-grabbed): New variable.
9143 (vc-rcs-grab-templates): New function.
9144 (vc-rcs-registered): Rewrite to use above mechanism.
9145
9146 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9147 Rewrite documentation.
9148 (vc-sccs-templates-grabbed): New variable.
9149 (vc-sccs-grab-templates): New function.
9150 (vc-sccs-registered): Rewrite to use above mechanism.
9151 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9152 Don't throw the result, simply return it.
9153
9154 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9155 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9156 (vc-cvs-registered): Does the check itself now. Simplify.
9157
9158 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9159 from main line.
9160
9161 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9162
9163 * vc-cvs.el (vc-cvs-diff): New function.
9164
9165 * vc-sccs.el (vc-sccs-diff): New function.
9166
9167 * vc-rcs.el (vc-rcs-diff): New function.
9168 (vc-rcs-checkout): Bug (typo) found and fixed.
9169 (vc-rcs-register-switches): New variable.
9170
9171 * vc.el (vc-backend-diff): Function removed and placed in the
9172 backend files.
9173
9174 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9175
9176 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9177
9178 * vc.el (vc-backend-checkout): Function removed and replaced in
9179 the vc-backend.el files.
9180
9181 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9182
9183 * vc.el (vc-backend-admin): Removed and replaced in the
9184 vc-backend.el files.
9185
9186 * vc.el (Martin): Removed all the annotate functionality since it
9187 is CVS backend specific.
9188
9189 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9190
9191 * spec.txt: Added specification of vc-state.
9192
9193 * vc-sccs-hooks.el (vc-sccs-master-properties):
9194 Remove handling of vc-latest-version and
9195 vc-your-latest-version. What used to be vc-latest-version, is now
9196 returned as vc-workfile-version.
9197 (vc-sccs-workfile-version): Adapt.
9198
9199 2000-09-04 Dave Love <fx@gnu.org>
9200
9201 * vc.el: [Merged from mainline.]
9202 (vc-dired-mode): Make the dired-move-to-filename-regexp
9203 regexp match the date, to avoid treating date as file size.
9204 Add YYYY S option to WESTERN/
9205
9206 2000-09-04 Dave Love <fx@gnu.org>
9207
9208 * vc.el: Require `compile' when compiling.
9209 (vc-logentry-check-hook): New option.
9210 (vc-steal-lock): Use compose-mail.
9211 (vc-dired-mode-map): Defvar when compiling.
9212 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9213 vc-sccs.el and renamed. Callers changed.
9214 (vc-backend-checkout, vc-backend-logentry-check)
9215 (vc-backend-merge-news): Doc fix.
9216 (vc-default-logentry-check): New function.
9217 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9218 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9219 (vc-backend-merge): Doc fix. Use backend functions.
9220 (vc-check-headers): Use backend functions.
9221
9222 * vc-cvs.el: Require vc when compiling.
9223 (vc-cvs-register-switches): Doc fix.
9224 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9225 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9226 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9227 New functions (code from vc.el).
9228 (vc-annotate-display-default): Fix interactive spec.
9229 (vc-annotate-time-span): Doc fix.
9230
9231 * vc-rcs.el: Require vc when compiling.
9232 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9233 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9234 (vc-rcs-checkin): New functions (code from vc.el).
9235 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9236 Doc fix.
9237 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9238
9239 * vc-sccs.el: Require vc when compiling.
9240 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9241 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9242 (vc-sccs-revert)
9243 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9244 from vc.el).
9245 (vc-sccs-add-triple, vc-sccs-record-rename)
9246 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9247 (vc-sccs-admin): Doc fix.
9248
9249 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9250
9251 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9252 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9253 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9254 from vc.el.
9255
9256 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9257
9258 * vc-cvs.el: Moved the annotate functionality from vc.el.
9259 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9260
9261 2000-09-04 Dave Love <fx@gnu.org>
9262
9263 * vc.el (vc-backend-release): Call vc-system-release.
9264
9265 * vc-sccs.el (vc-sccs-system-release):
9266 Renamed from vc-sccs-backend-release.
9267
9268 * vc-rcs.el (vc-rcs-system-release):
9269 Renamed from vc-rcs-backend-release.
9270
9271 * vc-cvs.el (vc-cvs-system-release):
9272 Renamed from vc-cvs-backend-release.
9273
9274 2000-09-04 Dave Love <fx@gnu.org>
9275
9276 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9277 backend files.
9278 (vc-backend-release): Dispatch to backend functions.
9279 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9280 probably needs attention.]
9281
9282 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9283 (vc-sccs-backend-release): New function.
9284
9285 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9286 (vc-cvs-backend-release): New function.
9287
9288 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9289 Doc fix.
9290 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9291 (vc-default-dired-state-info): New function.
9292 (vc-dired-state-info): Dispatch to backends.
9293 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9294
9295 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9296 from vc.el and renamed.
9297
9298 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9299
9300 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9301 (vc-version-other-window, vc-backend-assign-name): Removed
9302 references to vc-latest-version; sometimes changed into
9303 vc-workfile-version.
9304
9305 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9306 vc-rcs-master-workfile-version.
9307 (vc-rcs-workfile-version): Use the above. Don't call
9308 vc-latest-version (that was unreachable code, anyway).
9309 (vc-rcs-fetch-master-properties): Doc fix.
9310
9311 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9312 (vc-backend-hook-functions): Removed them from this list, too.
9313 (vc-fetch-properties): Removed.
9314 (vc-workfile-version): Doc fix.
9315
9316 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9317 (vc-rcs-workfile-version, vc-rcs-locking-user)
9318 (vc-rcs-uses-locking): Use it.
9319
9320 * vc-hooks.el (vc-consult-rcs-headers):
9321 Moved into vc-rcs-hooks.el, under the name
9322 vc-rcs-consult-headers.
9323
9324 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9325 headers.
9326 (vc-cvs-find-master): Use this name only; correct different
9327 versions of the name.
9328
9329 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9330 New functions.
9331 (vc-sccs-locking-user): Use the latter.
9332
9333 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9334 New functions.
9335
9336 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9337 Moved into both
9338 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9339 functions are implementation details of those two backends.
9340
9341 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9342
9343 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9344 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9345
9346 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9347 (vc-sccs-parse-locks): SCCS-specific code moved here from
9348 vc-hooks.
9349
9350 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9351 code moved here from vc-hooks.
9352
9353 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9354 into back-end specific parts and removed. Callers not updated
9355 yet; because I guess these callers will disappear into back-end
9356 specific files anyway.
9357
9358 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9359
9360 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9361 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9362 `vc-uses-locking'.
9363
9364 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9365 Store yes/no in the property, and return t/nil. Updated all
9366 callers.
9367
9368 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9369 vc-sccs-uses-locking. Don't set property.
9370 (vc-sccs-locking-user): Don't set property.
9371
9372 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9373 vc-cvs-uses-locking. Don't set property here; leave that to
9374 vc-hooks.
9375 (vc-cvs-locking-user): Reflect above change. Streamlined.
9376
9377 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9378 vc-rcs-uses-locking.
9379 (vc-rcs-locking-user): Reflect above change.
9380
9381 2000-09-04 Dave Love <fx@gnu.org>
9382
9383 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9384
9385 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9386
9387 * vc-hooks.el (vc-checkout-model): Punt to backends.
9388
9389 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9390
9391 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9392
9393 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9394 New functions.
9395
9396 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9397 New functions.
9398
9399 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9400 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9401
9402 * vc-hooks.el (vc-default-locking-user): New function.
9403 (vc-locking-user, vc-workfile-version): Punt to backends.
9404
9405 2000-09-04 Dave Love <fx@gnu.org>
9406
9407 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9408 (vc-master-workfile-version): Moved from vc-hooks.
9409
9410 * vc-rcs-hooks.el: Fix duplicate code in last change.
9411
9412 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9413 (vc-rcs-master-templates): Improve :type.
9414 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9415 vc-master-workfile-version): Moved from vc-hooks.
9416
9417 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9418 (vc-sccs-master-templates): Improve :type.
9419 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9420
9421 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9422
9423 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9424 (vc-cvs-master-templates): Improve :type. Use
9425 vc-cvs-find-cvs-master.
9426 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9427 from vc-hooks.
9428 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9429
9430 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9431 Moved to vc-cvs-hooks.
9432
9433 * vc-hooks.el: Add doc strings in various places. Simplify the
9434 minor mode setup.
9435 (vc-handled-backends): New user variable.
9436 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9437 simplification.
9438
9439 2000-09-04 Dave Love <fx@gnu.org>
9440
9441 * vc.el: Some doc fixes for autoloaded and interactive functions.
9442 Fix compilation warnings from ediff stuff.
9443 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9444
9445 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9446
9447 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9448
9449 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9450
9451 2000-09-04 Dave Love <fx@gnu.org>
9452
9453 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9454 New variable.
9455 (vc-make-backend-function, vc-loadup, vc-call-backend)
9456 (vc-backend-defines): New functions.
9457
9458 * vc-hooks.el: Various doc fixes.
9459 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9460 (vc-match-substring): Function removed. Callers changed to use
9461 match-string.
9462 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9463 Simplify.
9464
9465 2000-09-04 Dave Love <fx@gnu.org>
9466
9467 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9468 type.
9469 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9470 (vc-sccs-registered): Doc fix.
9471
9472 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9473 (vc-cvs-registered): Doc fix.
9474
9475 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9476 (vc-rcs-registered): Doc fix.
9477
9478 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9479
9480 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9481
9482 * vc-hooks.el: vc-registered has been renamed
9483 vc-default-registered. Some functions have been moved to the
9484 backend specific files. they all support the
9485 vc-BACKEND-registered functions.
9486
9487 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9488
9489 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9490
9491 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9492
9493 2000-09-04 Dave Love <fx@gnu.org>
9494
9495 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9496 menu-bar-update-hook.
9497
9498 * help.el (help-manyarg-func-alist): Add
9499 find-operation-coding-system.
9500
9501 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9502
9503 * custom.el (custom-set-variables): Print message about errors in
9504 setting.
9505
9506 2000-09-03 Andrew Innes <andrewi@gnu.org>
9507
9508 * makefile.w32-in: Change to DOS line endings.
9509
9510 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9511
9512 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9513 minor-mode keymaps, if they don't have one.
9514
9515 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9516
9517 * eshell/esh-module.el (eval-when-compile): Don't lose if
9518 esh-module.el's file name is truncated to DOS 8+3 limits.
9519
9520 2000-09-01 John Wiegley <johnw@gnu.org>
9521
9522 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9523 predicate, which caused entries in the completion list to be
9524 doubled.
9525
9526 2000-08-30 John Wiegley <johnw@gnu.org>
9527
9528 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9529 sending to subprocesses. Also, hook pre-command-hook if
9530 `eshell-send-direct-to-subprocesses' is non-nil.
9531 (eshell-send-direct-to-subprocesses): New config variable. If t,
9532 subprocess input is send immediately.
9533 (eshell-toggle-direct-send): New function.
9534 (eshell-self-insert-command): New function.
9535 (eshell-intercept-commands): New function.
9536 (eshell-send-input): If direct subprocess sending is enabled,
9537 don't echo any input to the Eshell buffer. Let the subprocess
9538 handle that. This requires "stty echo" in bash, for example.
9539
9540 2000-08-28 John Wiegley <johnw@gnu.org>
9541
9542 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9543 completion function for Eshell's implementation of `unset'.
9544
9545 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9546
9547 * info.el (Info-directory-list): Doc fix.
9548
9549 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9550
9551 * filecache.el (file-cache-add-directory-using-find): Don't quote
9552 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9553
9554 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9555
9556 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9557 coding systems.
9558
9559 2000-08-30 Andrew Innes <andrewi@gnu.org>
9560
9561 * timer.el (run-with-idle-timer): Undo last change, so that timer
9562 is not activated immediately if Emacs is already idle. Some
9563 existing code relies on this behaviour.
9564
9565 2000-08-30 Miles Bader <miles@gnu.org>
9566
9567 * frame.el (set-frame-font): Do completion of font-name for
9568 interactive use.
9569
9570 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9571
9572 * international/quail.el (quail-start-translation): Bind locally
9573 last-command-event, last-command, and this-command.
9574 (quail-start-conversion): Likewise.
9575 (quail-self-insert-command): Fix docstring.
9576
9577 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9578
9579 * progmodes/executable.el
9580 (executable-make-buffer-file-executable-if-script-p): Check that
9581 buffer contains at least 2 characters.
9582
9583 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9584
9585 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9586
9587 2000-08-29 Dave Love <fx@gnu.org>
9588
9589 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9590 (diff-mode-shared-map): Bind mouse-2.
9591 (diff-imenu-generic-expression): New variable.
9592 (diff-mode): Use it.
9593
9594 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9595 (mouse-popup-menubar): Add minor mode menus.
9596 (popup-menu): Check for lookup-key returning number.
9597
9598 2000-08-29 Miles Bader <miles@gnu.org>
9599
9600 * comint.el (comint-send-input): Create overlays using the proper
9601 front/read-advance arguments.
9602
9603 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9604
9605 * ps-print.el: Even/odd pages printing. Doc fix.
9606 (ps-print-version): New version number (6.0).
9607 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9608 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9609 (ps-print-duplex-feature): Variable eliminated.
9610 (ps-even-or-odd-pages): New variable.
9611
9612 * progmodes/ebnf2ps.el: Doc fix.
9613 (ebnf-version): New version (3.3).
9614 (ebnf-user-arrow): Change variable customization to sexp.
9615 (ebnf-user-arrow): Function eliminated.
9616 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9617
9618 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9619
9620 * help.el (help-xref-mule-regexp): New variable.
9621 (help-make-xrefs): Handle help-xref-mule-regexp.
9622
9623 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9624 variable.
9625 (describe-input-method): Temporarily activate the specfied input
9626 method to display the information.
9627 (describe-language-environment): Hyperlinks to mule related items.
9628
9629 * international/mule-diag.el (charset-multibyte-form-string): New
9630 function.
9631 (list-character-sets-1): Use charset-multibyte-form-string.
9632 (describe-character-set): New function.
9633 (describe-coding-system): Hyperlinks to safe character sets.
9634
9635 * international/quail.el (quail-help): New arg PACKAGE.
9636 Hyperlinks to mule related items.
9637 (quail-help-insert-keymap-description): Use
9638 substitute-command-keys instead of describe-bindings.
9639 (quail-translation-help): Hyperlinks to mule related items.
9640
9641 2000-08-28 John Wiegley <johnw@gnu.org>
9642
9643 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9644 have a defsubst call itself. Made `eshell-flatten-list' back into
9645 a function again.
9646
9647 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9648 catch, in case re-centering point at bottom messes up the display.
9649 This happens frequently in Emacs 21, due I believe to variable
9650 line heights.
9651
9652 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9653 to call `find-tag-interactive'.
9654
9655 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9656 the list of remember directories.
9657
9658 2000-08-28 John Wiegley <johnw@gnu.org>
9659
9660 * align.el: Test align-region-separate to see if it's a symbol.
9661
9662 2000-08-28 John Wiegley <johnw@gnu.org>
9663
9664 * eshell/esh-util.el (eshell-flatten-list): Made this function
9665 into a defsubst form. It gets used very frequently, although
9666 calls don't occur all that often.
9667
9668 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9669 examining it.
9670
9671 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9672 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9673 `eshell-protect'.
9674 (eshell-copy-handles): Created a new macro for duplicating the
9675 current set of open handles. This is needed by the looping
9676 functions.
9677 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9678 is not incorrectly stomped on.
9679
9680 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9681 declaration for pcomplete-use-paring.
9682 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9683 value of eshell-cmpl-use-paring.
9684 * pcomplete.el (pcomplete-use-paring): New config variable, to
9685 indicate whether paring should be used.
9686 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9687 completion alternatives that have already been used.
9688
9689 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9690 bound to C-c C-y, which will repeat the previous N arguments
9691 (based on prefix argument).
9692 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9693
9694 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9695 if there is no *Help* buffer. This is for XEmacs, which renames
9696 its help buffers uniquely. TODO: Find out what the current buffer
9697 name to delete is.
9698
9699 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9700 first entry that correlates to a passwd/group number. Later
9701 entries (used for group/user name aliasing to multiple IDs) are
9702 ignored.
9703
9704 * eshell/em-xtra.el (eshell/expr):
9705 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9706 (eshell-grep, eshell/diff, eshell/locate):
9707 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9708 argument list, before passing it to the system command.
9709
9710 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9711 `find-tag' for use at final position in Eshell buffers (which
9712 otherwise triggers an error on Emacs 21).
9713 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9714 buffer, if it is currently bound to `find-tag'.
9715
9716 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9717 in the list of matched Makefile names.
9718 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9719 directory, prefer its contents to Makefile.
9720
9721 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9722 directory parts (like "cd old new", or "cd =regexp"), are now case
9723 sensitive on non-Windows/DOS platforms.
9724
9725 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9726 types RET after an open delimiter (like "), display a message
9727 indicating that Eshell is waiting for the closing delimiter.
9728
9729 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9730 environment variables.
9731
9732 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9733 gracefully if the user enters incorrect arguments.
9734
9735 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9736 Eshell buffers.
9737
9738 * eshell/esh-var.el (eshell-interpolate-variable):
9739 * eshell/esh-mode.el (eshell-move-argument):
9740 * eshell/em-unix.el (eshell-du-sum-directory):
9741 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9742 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9743 (not (= ...)).
9744
9745 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9746 to ensure the `preserve' flag gets propagated when doing recursive
9747 directory copies.
9748
9749 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9750
9751 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9752 Don't convert \n into \0177 in memory.
9753 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9754 and back again, when reading and writing.
9755
9756 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9757
9758 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9759 testing of `fboundp' on `processp'.
9760
9761 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9762 (eshell/jobs): Don't call process-list if it is not bound.
9763 (eshell-gather-process-output): Support systems where async
9764 subprocesses aren't supported.
9765 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9766 variables.
9767
9768 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9769 eshell-do-eval returns t.
9770 (eshell-do-pipelines-synchronously): New defmacro.
9771 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9772 when async subprocesses aren't supported.
9773 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9774 if async subprocesses aren't supported.
9775 (eshell-resume-command): Don't assume STATUS is a string.
9776
9777 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9778
9779 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9780 (eshell-close-target, eshell-get-target): Use eshell-processp.
9781 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9782 fix.
9783 (eshell-get-target, eshell-create-handles): Doc fix.
9784
9785 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9786
9787 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9788 criterion to include commands that output something, as long as it
9789 leaves both the command and the end-of-buffer visible when the
9790 command has exited.
9791 (eshell-review-quick-commands): Adjust the help doc string
9792 accordingly.
9793
9794 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9795
9796 * locate.el (locate): Cleaned up locate command's interactive prompting
9797 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9798
9799 * filecache.el (file-cache-case-fold-search): New variable
9800 (file-cache-assoc-function): New variable
9801 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9802 Use file-cache-case-fold-search variable
9803 (file-cache-add-file): Use file-cache-assoc-function
9804 (file-cache-delete-file): likewise
9805 (file-cache-directory-name): likewise
9806 (file-cache-debug-read-from-minibuffer): likewise
9807
9808 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9809
9810 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9811 (abbrev-table-name): New function.
9812 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9813 If non-nil list local abbrev, only.
9814
9815 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9816
9817 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9818 from Gnus support code, and use special article copy buffer
9819 `(gnus-original-article-buffer)' instead. This allows to get rid
9820 of article-hide-headers usage (which breaks in the latest Gnus
9821 version). Thanks to Detlev Zundel.
9822
9823 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9824
9825 * international/quail.el (quail-use-package): Hide "... loaded"
9826 message.
9827 (quail-start-translation, quail-start-conversion): Likewise.
9828
9829 * international/kkc.el (kkc-region): Hide "... loaded" message.
9830
9831 2000-08-27 Dave Love <fx@gnu.org>
9832
9833 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9834
9835 2000-08-27 Miles Bader <miles@gnu.org>
9836
9837 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9838
9839 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9840
9841 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9842 'ja-dic-cnv), not (require 'skkdic-cnv).
9843
9844 2000-08-26 Miles Bader <miles@gnu.org>
9845
9846 * faces.el (face-x-resources): Add entry for :inherit.
9847 * cus-face.el (custom-face-attributes): Add support for :inherit
9848 attribute. Add support for relative face heights.
9849 (custom-face-attributes-get): Treat `nil' as being a default value
9850 for :inherit (as well as `unspecified').
9851
9852 * faces.el (set-face-attribute): Update doc string.
9853 (face-attribute-name-alist): Add :inherit.
9854 (face-valid-attribute-values): Handle :inherit.
9855 (face-read-string): Rephrase prompt to be less confusing.
9856 Assume that DEFAULT is a string, since we must return a string.
9857 (face-read-integer): Use `format' to turn DEFAULT into an
9858 acceptable default for face-read-string. Match NEW-VALUE against
9859 the string "unspecified", not the symbol `unspecified', since
9860 that's what face-read-string returns.
9861 (read-face-attribute): Lookup a name for old-value in valid, and
9862 use it as a default if we find one. Treat all values from
9863 face-read-string as strings. If the default is used, don't do any
9864 more processing on the value, just use the old value directly.
9865 (read-face-and-attribute, modify-face): Tweak prompt.
9866 (read-face-name): Don't assume prompt ends with a space.
9867
9868 * faces.el (describe-face): Add support for :inherit attribute.
9869
9870 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9871
9872 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9873 concat doesn't accept interger.
9874
9875 * international/kkc.el: Remove SKK from Keywords. Require
9876 ja-dic-utl instead of skkdic-utl.
9877
9878 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9879 Provide ja-dic-cnv instead of skkdic-cnv.
9880 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9881 (iso-2022-7bit-short): Add safe-charsets property.
9882 (skkdic-convert-postfix): Search Japanese chou-on character in
9883 addition to Hiragana character.
9884 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9885 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9886 (batch-skkdic-convert): Likewise.
9887
9888 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9889 Provide ja-dic-utl instead of skkdic-utl.
9890 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9891
9892 2000-08-24 Dave Love <fx@gnu.org>
9893
9894 * disp-table.el (standard-display-default): Make the test of `l'
9895 useful.
9896
9897 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9898 mod sample text.
9899
9900 * international/iso-ascii.el: Make pilcrow convenient string
9901 consistent with section.
9902 (iso-ascii-display): Set up multibyte characters as well as
9903 unibyte.
9904
9905 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9906
9907 * international/mule-cmds.el (reset-language-environment): Set
9908 default-process-coding-system to '(undecided . iso-latin-1), which
9909 makes process I/O almost consistent with file I/O. Call this
9910 function when mule-cmds.el[c] is loaded.
9911
9912 2000-08-22 Andrew Innes <andrewi@gnu.org>
9913
9914 * makefile.w32-in: New file.
9915
9916 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9917
9918 * comint.el (comint-output-filter): Compare end of
9919 comint-last-output-overlay with the start of the newly inserted
9920 text, not the end, when deciding whether to extend it.
9921 Set saved-point's insertion type to advance after insertion.
9922
9923 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9924 since this is now done independently of font-lock mode.
9925
9926 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9927
9928 * server.el (server-kill-new-buffers): New user option.
9929 (server-existing-buffer): New buffer-local variable.
9930 (server-visit-files): When using an existing buffer, set
9931 server-existing-buffer to t.
9932 (server-buffer-done): If server-kill-new-buffers is t, kill the
9933 buffer, unless it was already present before visiting it with
9934 Emacs server.
9935
9936 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9939 even if the display doesn't support colors: some displays will
9940 support bold/underline faces.
9941
9942 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9943
9944 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9945
9946 * startup.el (command-line): If user's init file had an error,
9947 add explanatory text to *Messages*.
9948
9949 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9950
9951 * man.el (Man-getpage-in-background): Decode the process output by
9952 the system locale coding system.
9953
9954 2000-08-20 Dave Love <fx@gnu.org>
9955
9956 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9957 Don't test x-popup-menu.
9958 (function) <complete-function>: Complete only fbound symbols.
9959 <validate, value>: New.
9960 (variable) <complete-function>: Complete only bound symbols.
9961 (coding-system): Add :base-only, :complete-function, :validate,
9962 :value, :prompt-match.
9963 (widget-coding-system-prompt-value): Use read-coding-system and
9964 act on :base-only.
9965 (editable-field): Add :help-echo.
9966 (widget-push-button-gui, widget-push-button-cache)
9967 (widget-gui-action, widget-editable-list-gui): COmment out, along
9968 with uses.
9969 (widget-at): Make arg optional.
9970 (widget-echo-help): Adjust for current help-echo calling sequence.
9971 (widget-specify-field, widget-specify-button)
9972 (widget-specify-insert, widget-get-sibling, widget-image-find)
9973 (widget-convert, widget-insert, widget-leave-text)
9974 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9975 (widget-setup, widget-field-find, widget-before-change)
9976 (widget-after-change, widget-default-complete)
9977 (widget-default-create, widget-default-delete)
9978 (widget-push-button-value-create, editable-field)
9979 (widget-field-prompt-value, widget-field-validate)
9980 (widget-choice-value-create, widget-choice-action)
9981 (widget-choice-validate, widget-checklist-add-item)
9982 (widget-radio-add-item, widget-radio-chosen)
9983 (widget-radio-value-inline, widget-editable-list-value-create)
9984 (widget-editable-list-entry-create)
9985 (widget-documentation-link-add)
9986 (widget-documentation-string-value-create)
9987 (widget-regexp-validate, widget-file-complete)
9988 (widget-sexp-validate, widget-plist-convert-widget)
9989 (widget-plist-convert-widget, widget-alist-convert-widget)
9990 (widget-alist-convert-widget, widget-color-complete): Simplify,
9991 particularly to avoid bindings which aren't optimized out.
9992
9993 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9994 Doc fix.
9995 (down-list, backward-up-list, up-list, kill-sexp)
9996 (backward-kill-sexp, mark-sexp): Make arg optional.
9997 (lisp-complete-symbol): Add optional arg PREDICATE.
9998
9999 * cus-start.el: Add display-buffer-reuse-frames,
10000 file-coding-system-alist.
10001
10002 2000-08-20 Gerd Moellmann <gerd@gnu.org>
10003
10004 * startup.el (command-line): Clear realized faces after
10005 modifying TTY color mappings.
10006
10007 2000-08-20 Miles Bader <miles@gnu.org>
10008
10009 * faces.el (face-attr-match-p): Don't return true if ATTRS are
10010 merely a subset of FACE's attributes.
10011
10012 2000-08-19 Miles Bader <miles@gnu.org>
10013
10014 * comint.el (comint-output-filter): Save the point with a marker,
10015 not just a buffer position.
10016
10017 * international/mule.el (set-buffer-process-coding-system): Make
10018 interactive prompt less confusing.
10019
10020 2000-08-19 Gerd Moellmann <gerd@gnu.org>
10021
10022 * hilit-chg.el: General cleanup of doc strings, comments and
10023 code formatting.
10024
10025 2000-08-19 Miles Bader <miles@gnu.org>
10026
10027 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
10028 Compiler macro removed; beginning-of-line is no longer always
10029 equivalent to forward-line, in the presence of fields.
10030
10031 * comint.el (comint-output-filter): Remove ad-hoc saving of
10032 restriction, and just use save-restriction, now that it works
10033 correctly. Don't adjust comint-last-input-start to account for
10034 our insertion; it shouldn't have moved because we don't use
10035 insert-before-markers anymore. Comment out call to
10036 `force-mode-line-update'; why is it here?
10037
10038 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
10039 while checking for prompt to delete. Use `forward-line 0'
10040 instead of beginning-of-line.
10041 (gud-filter): Temporarily widen gud comint buffer while
10042 examining output.
10043
10044 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
10045
10046 * progmodes/sh-script.el: Big bag of typos.
10047
10048 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
10049 check since ispell-process is not bound when ispell is not yet loaded.
10050
10051 2000-08-18 Dave Love <fx@gnu.org>
10052
10053 * image.el (find-image): Copy `spec' before using plist-put.
10054
10055 2000-08-18 Gerd Moellmann <gerd@gnu.org>
10056
10057 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
10058 `portugues'.
10059
10060 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
10061 backward-kill-sexp, analogous to kill-sexp.
10062
10063 * progmodes/icon.el (icon-indent-line)
10064 (icon-is-continuation-line): Handle comments specially.
10065
10066 2000-08-17 Ken Stevens <k.stevens@ieee.org>
10067
10068 * ispell.el: Set to standard author/maintainer/keyword fields.
10069 Fine tuning to menu map appearance and operation, and added help.
10070 Remove `start' and `end' error messages when compiling.
10071 (ispell-choices-win-default-height): Fixed comment string.
10072 (ispell-dictionary-alist-1): Fixed regexp in castellano and
10073 castellano8 dictionaries.
10074 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
10075 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
10076 dictionary, added italiano dictionary.
10077 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
10078 word character
10079 (ispell-tex-skip-alists): Added psfig support.
10080 (ispell-skip-html): Renamed from ispell-skip-sgml.
10081 (ispell-begin-skip-region-regexp, ispell-skip-region)
10082 (ispell-minor-check): Improved html skipping support to skip across
10083 code, and recognize `&' commands without propper `;' syntax;
10084 (ispell-process-line): Fix alignment error when manually
10085 correcting spelling.
10086 (ispell): Fix comment string.
10087 (ispell-add-per-file-word-list): Always put word list on new line.
10088
10089 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10090
10091 * format.el (format-encode-run-method): Fix error message to say
10092 `encode' instead of `decode'. Use save-window-excursion around
10093 shell-command-on-region as in format-decode-run-method because
10094 shell-command-on-region can display a buffer with error output.
10095 (format-decode): Don't record undo information for the decoding.
10096 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10097 that number part of the temporary buffer name so that more than
10098 one decoding using a temporary buffer can happen safely.
10099
10100 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10101 of `A-z' in the regexp.
10102
10103 * hilit-chg.el: Fix typos in commentary.
10104
10105 * help.el (view-emacs-news): Rewritten for new naming scheme
10106 for old NEWS files.
10107
10108 * startup.el (command-line): Pop to *Messages* in case an error
10109 is signaled while loading user-init-file.
10110
10111 2000-08-17 Andreas Schwab <schwab@suse.de>
10112
10113 * files.el (insert-directory): Don't lose original file name,
10114 undoing an undocumented change.
10115
10116 2000-08-17 Alex Schroeder <alex@gnu.org>
10117
10118 * sql.el (sql-magic-go): Use comint-bol.
10119 (sql-copy-column): Use comint-line-beginning-position.
10120 (comint-line-beginning-position): Define a replacement for
10121 comint-line-beginning-position if it is not fboundp.
10122
10123 2000-08-17 Alex Schroeder <alex@gnu.org>
10124
10125 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10126 it didn't have any effect anyway.
10127
10128 2000-08-17 Alex Schroeder <alex@gnu.org>
10129
10130 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10131 --pset and pager=off instead of sending \\o|cat at the beginning
10132 of the session.
10133
10134 2000-08-17 Miles Bader <miles@gnu.org>
10135
10136 * progmodes/octave-inf.el: Add compatibility definition of
10137 comint-line-beginning-position.
10138
10139 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10140
10141 * startup.el (normal-top-level): Look in each dir in load-path for
10142 a leim-list.el file too. This assures of loading leim-list.el
10143 that is created at Emacs installation time even if a user have his
10144 own leim-list.el.
10145
10146 2000-08-17 Miles Bader <miles@gnu.org>
10147
10148 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10149 foreground color to black if the background is dark.
10150
10151 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10152
10153 * loadhist.el (unload-feature): Typo.
10154
10155 * finder.el (finder-compile-keywords):
10156 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10157 to the generated file.
10158
10159 * mail/mh-e.el (mh-make-local-vars):
10160 Replace make-variable-buffer-local with make-local-variable.
10161
10162 * play/landmark.el:
10163 * options.el (Edit-options-{set,toggle,t,nil}):
10164 * mail/mailabbrev.el (mail-abbrevs-mode):
10165 * textmodes/tex-mode.el (tex-expand-files):
10166 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10167
10168 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10169
10170 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10171 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10172 Allow going past the last element.
10173 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10174 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10175 (cvs-mouse-toggle-mark): Don't move point.
10176 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10177
10178 * progmodes/compile.el (grep): Provide a default set of files.
10179 (next-error): Docstring fix.
10180 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10181
10182 * emacs-lisp/easy-mmode.el (define-minor-mode):
10183 Use `symbol-value' to keep the byte-compiler quiet.
10184
10185 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10186 (diff-find-source-location): New fun, extracted from diff-goto-source.
10187 (diff-goto-source): Use it.
10188 (diff-next-complex-hunk, diff-filter-lines): New function.
10189 (diff-apply-hunk): New command.
10190
10191 * smerge-mode.el (smerge-mode-menu): Doc fix.
10192
10193 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10194
10195 2000-08-16 Dave Love <fx@gnu.org>
10196
10197 * windmove.el (windmove) <defgroup>: Add :version.
10198
10199 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10200 (goto-address-fontify-p, goto-address-highlight-p)
10201 (goto-address-url-face, goto-address-url-mouse-face)
10202 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10203 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10204 (goto-address-fontify, goto-address-at-mouse): Simplify,
10205 (goto-address-at-point): browse-url-url-at-point,
10206 goto-address-find-address-at-point can return nil.
10207 (goto-address-find-address-at-point): Return nil on failure.
10208
10209 * align.el (align) <defgroup>: Add :version.
10210
10211 * calculator.el (calculator): Add :version.
10212 (calculator): Use two lines for calculator window if `modeline'
10213 face is boxed.
10214
10215 * play/5x5.el: Doc fixes.
10216 (5x5) <defgroup>: Add :version.
10217
10218 * play/fortune.el (fortune) <defgroup>: Add :version.
10219 (fortune-append): Fix error message.
10220 (fortune-from-region): Doc fix.
10221
10222 * play/pong.el (pong): Doc fix.
10223
10224 * play/morse.el: Keywords, commentary, autoloads.
10225
10226 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10227
10228 * desktop.el (desktop-save): Don't look at symbol-value of a
10229 member of minor-mode-alist, unless it is boundp.
10230
10231 2000-08-16 Sam Steingold <sds@gnu.org>
10232
10233 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10234 `while'; use `with-current-buffer' instead of `save-excursion'.
10235 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10236
10237 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10238
10239 * international/ccl.el (declare-ccl-program): Docstring modified.
10240 (ccl-execute-with-args): Likewise.
10241
10242 2000-08-16 Miles Bader <miles@gnu.org>
10243
10244 * progmodes/sql.el: Add compatibility definition of
10245 comint-line-beginning-position.
10246
10247 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10248
10249 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10250 'buffer-menu' property.
10251 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10252 fails.
10253 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10254 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10255 wasn't killed.
10256
10257 * buff-menu.el (list-buffers-noselect): Don't display the
10258 *Buffer List* buffer.
10259
10260 * font-lock.el: Require jit-lock to prevent a very late
10261 `Loading jit-lock' message.
10262
10263 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10264 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10265 mail address.
10266
10267 2000-08-15 Miles Bader <miles@gnu.org>
10268
10269 * textmodes/ispell.el (ispell-graphic-p): New constant.
10270 (ispell-choices-win-default-height, ispell-help): Use
10271 `ispell-graphic-p' instead of `xemacsp'.
10272
10273 2000-08-15 Dave Love <fx@gnu.org>
10274
10275 * simple.el: Autoload widget-convert when compiling.
10276 (mail-user-agent): Doc fix.
10277
10278 * help.el (function-called-at-point, variable-at-point): Use
10279 with-syntax-table.
10280 (help-manyarg-func-alist): Add insert-and-inherit.
10281
10282 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10283
10284 * delsel.el (delsel-unload-hook): New function.
10285
10286 * find-file.el: Doc fixes. Move provide to end.
10287 (ff) <defgroup>: Add :link.
10288 (ff-goto-click): Deleted.
10289 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10290 Use mouse-set-point.
10291
10292 * textmodes/tildify.el: Doc fixes.
10293 (tildify) <defgroup>: Add:version.
10294
10295 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10296 (glasses-custom-set): Use set-default, not set.
10297 (minor-mode-alist): Propertize the lighter.
10298 (glasses-mode): Provide optional arg.
10299
10300 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10301 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10302 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10303 option. Provide :type.
10304 (cwarn-configuration): Provide :type.
10305 (cwarn-mode): Doc fix.
10306
10307 * add-log.el (change-log-merge): Doc fix.
10308 (change-log-redate): New command.
10309
10310 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10311 Doze and Dog.
10312 (browse-url): Use dolist, not mapcar.
10313 (browse-url-at-point): Check for null url.
10314 (browse-url-event-buffer, browse-url-event-point): Functions
10315 deleted.
10316 (browse-url-at-mouse, browse-url-netscape): Simplify.
10317
10318 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10319 modes.
10320 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10321 Fix previous change to mapcan.
10322 (msb--init-file-alist, msb--add-separators)
10323 (msb--make-keymap-menu): Simplify.
10324 (msb--choose-file-menu): Use copy-sequence.
10325 (msb-mode-map): Add title to keymap.
10326 (msb-unload-hook): New function.
10327
10328 * bs.el: Fix indentation.
10329 (bs) <defgroup>: Add :links.
10330 (bs-show): Doc fix.
10331 (bs-apply-sort-faces): Don't use window-system.
10332 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10333
10334 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10335
10336 * calendar/timeclock.el (timeclock-file): Run .timelog through
10337 convert-standard-filename.
10338
10339 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10340
10341 * emacs-lisp/authors.el: New file.
10342
10343 * paren.el (show-paren-priority): New user option.
10344 (show-paren-function): Set overlay priorities to
10345 show-paren-priority.
10346
10347 2000-08-14 Miles Bader <miles@gnu.org>
10348
10349 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10350 beginning-of-line with inhibit-field-text-motion bound.
10351
10352 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10353
10354 * calendar/timeclock.el: New file.
10355
10356 2000-08-14 David Ponce <david@dponce.com>
10357
10358 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10359 `widget-button-click'. so that one can use left mouse button to
10360 click on dialog buttons.
10361
10362 2000-08-14 Emmanuel Briot <briot@gnat.com>
10363
10364 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10365 identifiers, since XML is case sensitive
10366
10367 2000-08-12 Miles Bader <miles@gnu.org>
10368
10369 * comint.el (comint-output-filter): Don't bother frobbing
10370 window-start, it doesn't seem to be necessary.
10371
10372 * comint.el (comint-send-string, comint-send-region): Make into
10373 real functions. Snapshot the prompt before sending.
10374
10375 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10376
10377 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10378 technique similar to Info-index, instead of relying on specific
10379 names of relevant Index nodes.
10380 (Info-goto-emacs-command-node): Bind Info-history to nil when
10381 going to the first node found by Info-find-emacs-command-nodes.
10382
10383 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10384
10385 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10386
10387 2000-08-10 Miles Bader <miles@gnu.org>
10388
10389 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10390
10391 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10392
10393 * info.el (Info-file-list-for-emacs): More elements for the
10394 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10395 and woman manuals.
10396
10397 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10398
10399 * comint.el (comint-send-input): Make the newline boundary overlay
10400 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10401 (comint-output-filter): Use `insert' instead of
10402 `insert-before-markers'. Extend comint-last-output-overlay when
10403 necessary since we can't rely on insert-before-markers to do it.
10404 * gud.el (gud-filter): Use `with-current-buffer' instead of
10405 save-excursion when inserting the output, so that point gets
10406 updated correctly; the old method relied on a rather dodgy
10407 side-effect of comint-output-filter to avoid the effect of
10408 save-excursion.
10409
10410 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10411
10412 * files.el (recover-file): Call insert-directory instead of
10413 invoking `ls' directly.
10414
10415 2000-08-10 Miles Bader <miles@gnu.org>
10416
10417 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10418 (comint-last-prompt-overlay): New variables.
10419 (comint-output-filter): Implement prompt highlighting.
10420 (comint-snapshot-last-prompt): New function.
10421 (comint-send-input): Snapshot the last prompt.
10422 Use comint-highlight-input-face.
10423 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10424 Use defface instead of defcustom.
10425 (send-invisible, comint-send-eof): Snapshot the last prompt.
10426 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10427 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10428
10429 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10430
10431 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10432 (regexp-opt-group): Use a list of chars for `letters'.
10433 (regexp-opt-charset): `chars' is now a list of chars.
10434 Use a char-table rather than a vector so it works for multibyte chars.
10435
10436 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10437 Set cvs-minor-current-files to the selected fileinfo.
10438 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10439 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10440
10441 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10442
10443 * files.el (insert-directory): Don't call access-file on
10444 directories on DOS and Windows.
10445
10446 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10447
10448 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10449 longer if necessary.
10450 (ccl-embed-code): Call ccl-embed-data to store CODE in
10451 ccl-program-vector.
10452
10453 2000-08-09 Miles Bader <miles@gnu.org>
10454
10455 * comint.el (comint-output-filter): Properly handle the case where
10456 the text surrounded by comint-last-output-overlay was deleted.
10457
10458 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10459
10460 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10461 non-nil.
10462 (Info-file-list-for-emacs): Remove "info" from the list because
10463 that leads to trying to use the documentation from file `info'
10464 in various situations where it isn't appropriate, for instance
10465 C-h C-k C-h i.
10466
10467 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10468 DIR and/or STRING are nil.
10469
10470 * progmodes/compile.el (compilation-setup): Make variable
10471 compilation-error-screen-columns buffer-local, as some comment
10472 in the code suggests it should be.
10473
10474 * files.el (auto-mode-interpreter-regexp): New variable.
10475 (set-auto-mode): Use it.
10476
10477 * indent.el (indent-for-tab-command): Doc fix.
10478
10479 * mouse-sel.el (mouse-sel-mode): Doc fix.
10480
10481 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10482 labels.
10483
10484 * help.el (print-help-return-message): When
10485 display-buffer-reuse-frames is set, let the help window been quit,
10486 instead of deleting it, which might delete a reused frame.
10487
10488 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10491 rename a directory to a name that differs only by its letter case.
10492
10493 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10494
10495 * international/quail.el (quail-define-rules): Handle Quail decode
10496 map correctly. Add code for supporting annotations.
10497 (quail-install-decode-map): New function.
10498 (quail-defrule-internal): New optional arguments decode-map and
10499 props.
10500 (quail-advice): New function.
10501
10502 2000-08-07 Sam Steingold <sds@gnu.org>
10503
10504 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10505 `defconst', `define-condition', `with-slots'.
10506 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10507
10508 2000-08-03 Miles Bader <miles@gnu.org>
10509
10510 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10511 New variable.
10512 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10513 comint-use-prompt-regexp-instead-of-fields.
10514 (comint-send-input): Add `input' field property to stuff we send to
10515 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10516 (comint-output-filter): Add `output' field property to process
10517 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10518 (comint-replace-by-expanded-history)
10519 (comint-get-old-input-default, comint-show-output)
10520 (comint-backward-matching-input, comint-forward-matching-input)
10521 (comint-next-prompt, comint-previous-prompt): Use field
10522 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10523 (comint-line-beginning-position): New function.
10524 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10525 (comint-replace-by-expanded-history-before-point): Use
10526 comint-line-beginning-position and line-end-position.
10527 (comint-last-output-overlay): New variable.
10528 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10529
10530 * shell.el (shell-prompt-pattern): Doc change.
10531 (shell-backward-command): Use line-beginning-position.
10532
10533 * gud.el (gud-gdb-complete-command): Use
10534 comint-line-beginning-position.
10535
10536 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10537 comint-bol doesn't actually go to the beginning of the line.
10538
10539 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10540 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10541 (try-expand-line-all-buffers): Likewise.
10542
10543 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10544 explicitly matching comint-prompt-regexp.
10545 (sql-copy-column): Use comint-line-beginning-position instead of
10546 explicitly matching comint-prompt-regexp.
10547
10548 * progmodes/octave-inf.el (inferior-octave-complete): Use
10549 comint-line-beginning-position.
10550
10551 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10552
10553 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10554 looking for a prompt, use `forward-line 0' instead of
10555 `beginning-of-line', to avoid getting caught by an input field.
10556
10557 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10558
10559 * files.el (shell-quote-wildcard-pattern): Make sure to return
10560 PATTERN, in the Unix case.
10561
10562 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10563
10564 * play/zone.el (zone): Discard any pending input before running
10565 the randomly-chosen pgm.
10566
10567 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10568
10569 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10570 checking the existence of any multibyte characters.
10571
10572 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10573
10574 * help.el (describe-mode): Test minor-mode symbol for being
10575 bound before testing its value for being nil.
10576
10577 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10578 `first', `second', and `third'.
10579
10580 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10581 (second): Make it an alias for `cadr'.
10582
10583 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10584
10585 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10586 types of display support faces now.
10587
10588 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10589
10590 * pcvs.el (require): Require `cl' during compilation, only.
10591
10592 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10593 (toplevel): Remove `remq' and `remove' from autoloads.
10594 (cl-fake-autoloads): New variable. If set, arrange for an error
10595 when CL functions etc. are autoloaded.
10596
10597 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10598
10599 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10600
10601 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10602 popped up, but the user clicks outside the menu, return an empty
10603 regexp (that causes unhighlight-regexp to have no effect).
10604
10605 * menu-bar.el (menu-bar-games-menu): Add Zone.
10606
10607 * hi-lock.el (toplevel): Require font-lock.
10608
10609 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10610
10611 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10612 (ebnf-8-bit-chars): New var for bug fix.
10613 (ebnf-string): Bug fix.
10614
10615 2000-08-03 Sam Steingold <sds@gnu.org>
10616
10617 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10618 instead of `buffer-string'.
10619 (require 'cl): Always, not just when compiling.
10620 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10621 necessary.
10622
10623 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10624
10625 * international/mule-cmds.el (select-safe-coding-system): Make
10626 the message text about selecting a safe coding system more clear.
10627
10628 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10629
10630 * hi-lock.el: New file.
10631
10632 * play/zone.el: New file.
10633
10634 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10635 value of tab-width in the original buffer. Choose a line number
10636 format that's a multiple of the original buffer's tab width, so
10637 that lines appear right.
10638
10639 * textmodes/ispell.el (ispell): New function, replacing an alias.
10640 Spell-check active region if in transient-mark-mode and mark
10641 is active; otherwise spell-check buffer.
10642
10643 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10644
10645 * ps-mule.el: Fix a customization problem on
10646 ps-mule-font-info-database-default.
10647
10648 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10649
10650 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10651 display-mouse-p instead of window-system.
10652 (ebrowse-member-mode-map): Ditto.
10653
10654 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10655
10656 * progmodes/ebnf2ps.el: Update ps-print functions call.
10657 Indentation fix. Doc fix.
10658 (ebnf-version): New version number (3.2).
10659 (ebnf-format-color, ebnf-begin-job): Code fix.
10660
10661 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10662
10663 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10664 font lock support on window-system.
10665 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10666
10667 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10668 display-color-p, if fboundp, instead of window-system.
10669
10670 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10671
10672 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10673 instead of window-system.
10674
10675 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10676 window-system.
10677 (widget-choice-mouse-down-action): Use display-popup-menus-p
10678 instead of window-system.
10679
10680 * strokes.el (strokes-file): Run the file name through
10681 convert-standard-filename.
10682 (strokes-mode): Call display-mouse-p instead of looking at
10683 window-system. Change the error message accordingly.
10684
10685 * progmodes/cpp.el (toplevel): Support faces on tty's.
10686
10687 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10688 (lm-plot-square, lm-init-display): Don't use window-system.
10689
10690 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10691 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10692
10693 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10694 instead of looking at window-system.
10695
10696 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10697
10698 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10699 of testing if iswitchb-prepost-hooks is bound, because the
10700 latter will always be true when invoking a recursive minibuffer
10701 from an active Iswitchb buffer.
10702
10703 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10704
10705 * files.el (shell-quote-wildcard-pattern): New function.
10706 (insert-directory): Call it. Only prepend "\" to command on Unix
10707 and GNU/Linux systems.
10708
10709 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10710
10711 * eshell/esh-groups.el: Change custom :link file names
10712 from `eshell.info' to `eshell'.
10713
10714 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10715
10716 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10717 correctly in recursive ange-ftp listings.
10718
10719 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10720
10721 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10722 ps-header-font-size-internal and
10723 ps-header-title-font-size-internal variables are not set,
10724 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10725 face text property is (foreground-color . COLOR) or
10726 `(background-color . COLOR)', ps-print crashes. Doc fix.
10727 (ps-print-version): New version number (5.2.4).
10728 (ps-plot-region): Code fix.
10729 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10730 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10731 Bug fix 2.
10732
10733 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
10734
10735 * glasses.el (glasses-make-readable): Fix uncapitalization of
10736 identifiers like `myXMLDocument'.
10737
10738 2000-07-28 Karl Fogel <kfogel@red-bean.com>
10739
10740 * mail/mail-hist.el (mail-hist-previous-input)
10741 (mail-hist-next-input): Do the obvious code factorization.
10742 (mail-hist-retrieve-and-insert): New func, contains common
10743 code of above two.
10744 If inserting a message body, leave point at top.
10745
10746 2000-07-28 Sam Steingold <sds@gnu.org>
10747
10748 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10749 Use `<=', not `<' to compare times!
10750 (ange-ftp-ls): Remove.
10751
10752 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10753
10754 * play/cookie1.el: Add explanation of how to make cookie.el
10755 compatible with strfile(1) to comment.
10756
10757 * subr.el (remove, remq): New functions.
10758
10759 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10760 escape `*' in regexps.
10761 (midnight-find): Reverse order of arguments in the funcall of
10762 TEST.
10763
10764 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10765 and `.class'.
10766
10767 * play/meese.el: Add Commentary section.
10768
10769 2000-07-27 Alex Schroeder <alex@gnu.org>
10770
10771 * sql.el (sql-ms): Added autoload cookie.
10772 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10773 (sql-oracle): Ditto.
10774 (sql-help): Doc change.
10775
10776 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10777 types and exceptions.
10778
10779 2000-07-27 Alex Schroeder <alex@gnu.org>
10780
10781 * sql.el (sql-placeholder-history): New variable.
10782 (sql-query-placeholders-and-send): New function that will query
10783 the user and replace placeholders with user input.
10784 (sql-oracle): If running on NT, set comint-input-sender to
10785 sql-query-placeholders-and-send.
10786
10787 (sql-stop): If in the SQLi buffer, insert stop notification, else
10788 present it as a message.
10789
10790 2000-07-27 Alex Schroeder <alex@gnu.org>
10791
10792 * sql.el (sql-input-ring-separator): Doc change.
10793 (sql-input-ring-file-name): Doc change.
10794 (sql-interactive-mode): Use `sql-input-ring-separator' and
10795 `sql-input-ring-file-name' to set the comint-mode equivalents
10796 without making them local variables.
10797 (sql-stop): Don't bind `sql-input-ring-separator' and
10798 `sql-input-ring-file-name' dynamically to their comint-mode
10799 equivalents.
10800
10801 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10802
10803 * international/mule.el (register-char-codings): New function.
10804 (make-coding-system): Handle `safe-chars' specification in the arg
10805 PROPERTY.
10806
10807 * international/mule-cmds.el
10808 (find-coding-systems-region-subset-p): This function deleted.
10809 (sort-coding-systems-predicate): New variable.
10810 (sort-coding-systems): New function.
10811 (find-coding-systems-region): Use
10812 find-coding-systems-region-internal.
10813 (find-coding-systems-string): Use find-coding-systems-region.
10814 (find-coding-systems-for-charsets): Check
10815 char-coding-system-table.
10816 (select-safe-coding-system-accept-default-p): New variable.
10817 (select-safe-coding-system): Mostly rewritten. New argument
10818 ACCEPT-DEFAULT-P.
10819 (select-message-coding-system): Call select-safe-coding-system
10820 with ACCEPT-DEFAULT-P arg.
10821 (reset-language-environment): Reset default-sendmail-coding-system
10822 to the default value iso-latin-1.
10823 (set-language-environment): Don't set the obsolete variable
10824 charset-origin-alist.
10825
10826 * international/codepage.el (cp-coding-system-for-codepage-1):
10827 Give `safe-chars' property to make-coding-system.
10828
10829 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10830 calling select-message-coding-system twice.
10831
10832 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10833 instead of `safe-charsets'.
10834 (cyrillic-alternativnyj): Likewise.
10835 (ccl-encode-alternativnyj): Don't check the charset
10836 cyrillic-iso8859-5.
10837
10838 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10839
10840 * composite.el (compose-chars-after): Preserve match data.
10841
10842 2000-07-26 Sam Steingold <sds@gnu.org>
10843
10844 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10845 (ange-ftp-real-file-newer-than-file-p): New function.
10846 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10847 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10848
10849 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10850 * midnight.el (midnight-float-time): Ditto.
10851
10852 2000-07-26 Andreas Schwab <schwab@suse.de>
10853
10854 * files.el (normal-backup-enable-predicate): Correct
10855 interpretation of the return value of compare-strings.
10856
10857 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10858
10859 * isearch.el (isearch-resume): New function.
10860 (isearch-done): Add something to command-history to resume
10861 the search.
10862 (isearch-yank-line, isearch-yank-word): Use
10863 buffer-substring-no-properties instead of buffer-substring.
10864
10865 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10866 of flyspell-mouse-map.
10867
10868 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10869 duplicate definition.
10870 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10871
10872 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10873 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10874
10875 2000-07-25 Sam Steingold <sds@gnu.org>
10876
10877 * net/ange-ftp.el: Get modtime over the net.
10878 (ange-ftp-file-modtime): New function.
10879 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10880 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10881 Use it.
10882 (ange-ftp-dot-to-slash): New function.
10883 (ange-ftp-fix-name-for-vms): Use it.
10884
10885 * midnight.el (midnight-buffer-display-time): Use
10886 `with-current-buffer'.
10887
10888 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10889
10890 * find-dired.el: Update copyright notice.
10891 (find-dired): Offer to kill a running `find'.
10892
10893 * enriched.el (enriched-face-ans): For a `foreground-color'
10894 property, return '(("x-color" COLOR))' so that COLOR will be
10895 output as a parameter of the x-color annotation. Likewise for the
10896 `background-color' property. In the case of normal face
10897 properties, don't return annotations for unspecified foreground
10898 and background face attributes.
10899
10900 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10901
10902 * language/japan-util.el (japanese-katakana-region): Fix handling
10903 HANKAKU argument.
10904
10905 2000-07-25 Miles Bader <miles@gnu.org>
10906
10907 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10908 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10909 constrain-to-field.
10910
10911 2000-07-24 Andrew Innes <andrewi@gnu.org>
10912
10913 * timer.el (timer-activate-when-idle): Add optional parameter
10914 DONT-WAIT. Update docstring.
10915 (run-with-idle-timer): Specify extra parameter to
10916 timer-activate-when-idle, so that timer will be activated
10917 immediately if Emacs is already idle.
10918
10919 * w32-fns.el (w32-using-nt): Fix docstring.
10920
10921 2000-07-24 Dave Love <fx@gnu.org>
10922
10923 * mouse.el (popup-menu): Set last-command-event.
10924 (mouse-major-mode-menu-prefix): Declare.
10925
10926 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10927
10928 * textmodes/flyspell.el: Update to author's version 1.5d.
10929
10930 * progmodes/hideshow.el: Update copyright notice.
10931
10932 * vcursor.el: Set maintainer to FSF, since author cannot
10933 be reached.
10934
10935 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10936
10937 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10938 the prompt.
10939
10940 * mouse.el (popup-menu): Run the keymap through indirect-function,
10941 in case it was defined with define-prefix-key. If the menu is a
10942 list of keymaps, look up the binding of user's choice in each one
10943 of the keymaps.
10944 (mouse-popup-menubar): If the global and local menu-bar keymaps
10945 don't have a prompt string, create one and insert it into the
10946 keymap. Don't barf if current-local-map returns nil.
10947
10948 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10949
10950 * dired.el (dired-sort-R-check): Added to allow recursive listing
10951 to be undone.
10952 (dired-sort-other): Use it.
10953
10954 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10955
10956 * Release of cc-mode 5.27
10957
10958 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10959
10960 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10961 c-beginning-of-statement-1 that caused a bad case of recursion
10962 which could consume a lot of CPU in large classes in languages
10963 that have in-expression classes (i.e. Java and Pike).
10964
10965 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10966 statements before top level constructs (i.e. case 6 is moved
10967 before case 5 and is now case 4) to catch in-expression
10968 classes in top level expressions correctly.
10969
10970 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10971
10972 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10973 objc-method-intro. Case 4 removed and case 5I added.
10974
10975 * cc-langs.el (c-append-paragraph-start): New variable used by
10976 c-common-init to get paragraph-start correct.
10977 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10978 initialize paragraph-start to make it correct both with and
10979 without the javadoc special case.
10980
10981 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10982 initialize paragraph-start for javadoc markup.
10983
10984 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10985 change by defaulting this to t. It's motivated by the
10986 confusing behavior that otherwise arise from the style system
10987 when editing both java and non-java files at the same time
10988 (see the comments about style setting in c-common-init).
10989
10990 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10991
10992 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10993 similar to the one in c-fill-paragraph to check the fill
10994 prefix from the adaptive fill function for sanity.
10995
10996 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10997
10998 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10999 defun block.
11000
11001 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11002
11003 * cc-align.el (c-lineup-multi-inher): Handle lines with
11004 leading comma nicely. Extended to handle member initializers
11005 too.
11006
11007 * cc-engine.el: (c-beginning-of-inheritance-list,
11008 c-guess-basic-syntax): Fixed recognition of inheritance lists
11009 when the lines begins with a comma.
11010
11011 * cc-vars.el (c-offsets-alist): Changed default for
11012 member-init-cont to c-lineup-multi-inher since it now handles
11013 member initializers and indents better for leading commas.
11014
11015 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11016
11017 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
11018 handling that caused class open lines to be recognized as
11019 statement-conts in some cases.
11020
11021 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
11022 guessed by the adaptive fill function unless point is on the
11023 first line of a block comment.
11024
11025 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
11026 when the buffer ends with a macro continuation char.
11027
11028 * cc-engine.el (c-guess-basic-syntax): Added support for
11029 function definitions as statements in Pike. The first
11030 statement in a lambda block is now labeled defun-block-intro
11031 instead of statement-block-intro.
11032
11033 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
11034 so that the class surrounding point is selected, not the one
11035 innermost in the state.
11036
11037 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
11038 recognition of switch labels having hanging multiline
11039 statements.
11040
11041 * cc-engine.el (c-beginning-of-member-init-list): Broke out
11042 some code in c-guess-basic-syntax to a separate function.
11043 * cc-engine.el (c-just-after-func-arglist-p): Fixed
11044 recognition of member inits with multiple line arglists.
11045 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
11046 member-init-cont when the commas are in funny places.
11047
11048 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11049
11050 * cc-defs.el (c-auto-newline): Removed this macro since it's
11051 not used anymore.
11052
11053 * cc-engine.el (c-looking-at-bos): New helper function.
11054 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
11055 inexpr and toplevel classes apart in Pike.
11056
11057 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
11058 of case 9A.
11059
11060 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
11061 constant, since "class" can introduce an in-expression class
11062 in Pike nowadays.
11063
11064 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11065
11066 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
11067 indentation on cpp-macro lines.
11068
11069 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
11070 a syntax modifier like comment-intro, to make it possible to
11071 get syntactic indentation for preprocessor directives. It's
11072 incompatible wrt to lineup functions on cpp-macro, but it has
11073 no observable effect in the 99.9% common case where cpp-macro
11074 is set to -1000.
11075
11076 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11077
11078 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
11079 member-init-cont when the preceding arglist is several lines.
11080
11081 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11082
11083 * cc-styles.el (c-style-alist): The basic offset for the BSD
11084 style corrected to 8.
11085
11086 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11087
11088 * cc-styles.el (c-style-alist): Adjusted the indentation of
11089 brace list openers in the gnu style.
11090
11091 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11092
11093 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11094
11095 * cc-cmds.el (c-electric-brace, c-electric-slash,
11096 c-electric-star, c-electric-semi&comma, c-electric-colon,
11097 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11098 when c-syntactic-indentation is nil.
11099
11100 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11101 we were left at comments preceding the first statement when
11102 reaching the beginning of the buffer.
11103
11104 * cc-vars.el (c-syntactic-indentation): New variable to turn
11105 off all syntactic indentation.
11106
11107 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11108
11109 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11110 between the text and the block comment ender when it hangs,
11111 depending on how many there are before the fill.
11112
11113 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11114
11115 * cc-engine.el (c-beginning-of-closest-statement): New helper
11116 function to go back to the closest preceding statement start,
11117 which could be inside a conditional statement.
11118 * cc-engine.el (c-guess-basic-syntax): Use
11119 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11120
11121 * cc-engine.el (c-guess-basic-syntax): Better handling of
11122 arglist-intro, arglist-cont-nonempty and arglist-close when
11123 the arglist is nested inside parens. Cases 7A, 7C and 7F
11124 changed.
11125
11126 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11127 up-to-date with javadoc 1.2.
11128
11129 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11130
11131 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11132 multiline Pike type decls.
11133
11134 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11135
11136 * cc-cmds.el (c-indent-new-comment-line): Always break
11137 multiline comments in multiline mode, regardless of
11138 comment-multi-line.
11139
11140 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11141
11142 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11143 fully::qualified::names in C++ member init lists. Preamble in
11144 case 5D changed.
11145
11146 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11147
11148 * cc-langs.el (c-common-init): Handling of obsolete variables
11149 moved to c-initialize-cc-mode. More compatible style override
11150 when using global style variables.
11151 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11152 variables moved here.
11153
11154 * cc-styles.el (c-make-styles-buffer-local): Flag style
11155 variable localness in c-style-variables-are-local-p to make
11156 the compatibility measure in c-common-init work well.
11157
11158 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11159 longer contain set-from-style.
11160 * cc-styles.el (c-initialize-builtin-style): Don't check for
11161 set-from-style on c-special-indent-hook.
11162 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11163 copy-alist is sufficient now.
11164
11165 * cc-styles.el (c-set-style, c-set-style-1,
11166 c-get-style-variables): Fixes to variable initialization so
11167 that duplicate entries in styles have the same effect
11168 regardless of DONT-OVERRIDE.
11169
11170 * cc-styles.el (c-set-style-2): Fixed bug where the
11171 initialization of inheriting styles failed when the
11172 dont-override flag is set.
11173
11174 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11175 on this.
11176
11177 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11178
11179 * cc-defs.el (c-forward-comment): Removed the workaround
11180 introduced in 5.38 since it had worse side-effects. If a line
11181 contains the string "//\"", it regarded the // as a comment
11182 start since the \ temporarily doesn't have escape syntax.
11183
11184 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11185
11186 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11187 ada-xref.el before ada-prj.el, so that the Project menu is created
11188 when ada-prj tries to add to it.
11189 (ada-activate-keys-for-case): Suppress the characters that are not
11190 part of the Ada syntax. Better compatibility with else-mode
11191 (ada-adjust-case-interactive): When auto-casing is not active,
11192 correctly insert newlines (used to insert only ^M). Prevent the
11193 syntax table from being changed in case of an error
11194 (or '_' becomes part of a word and some commands are confused).
11195 Do nothing if ada-auto-case is nil.
11196 (ada-after-keyword-p): Ignore keywords that are also attributes
11197 (ada-batch-reformat): Update usage comment
11198 (ada-call-from-contextual-menu): New function
11199 (ada-case-read-exceptions): Reinitialize the casing exception list
11200 first to nil first, so that the casing exception file can be
11201 shared.
11202 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11203 files.
11204 (ada-compile-goto-error): Fix regexp used to detect a file:line
11205 anywhere in the error message
11206 (ada-contextual-menu-last-point): New variable
11207 (ada-create-keymap): If the variable delete-key-deletes-forward is
11208 t on XEmacs, it means that DEL should delete one character
11209 forward.
11210 (ada-create-menu): Use :included instead of :visible for XEmacs.
11211 New submenu "Options".
11212 (ada-end-stmt-re): Correctly indent "select ... then abort"
11213 statements.
11214 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11215 even if they don't match ada-fill-comment-prefix Fix handling of
11216 paragraphs on the first or last line of a file.
11217 (ada-format-paramlist): Fix handling of default parameter values.
11218 (ada-get-body-name): New function.
11219 (ada-get-current-indent): Optimized by searchling directly for an
11220 existing generic part or a statement outside of it. Handle
11221 ada-indent-align-comments when indenting comments Replaced some
11222 regexps by testing directly the next character. This results in a
11223 huge speedup on some files. New indentation scheme for renames
11224 statements. Stop looking for the 'while' or 'for' associated with
11225 a 'loop' at the first semicolon encountered. A "return" can also
11226 match an anonymous access subprogram declaration.
11227 (ada-get-indent-noindent): Ignore strings and comments when
11228 looking for the keywords "record" and "private".
11229 (ada-goto-matching-decl-start): When matching "if", make sure we
11230 are not in fact seeing "end if". Ignore "when" statements except
11231 when initial keyword was "begin". Fix handling of nested
11232 procedures. Add a recursive call to this function to skip over
11233 other 'end' statmts. Fix indentation for "when .. => begin"
11234 (ada-in-open-paren-p): Fix indentation for complex boolean
11235 expressions, where 'and then', 'or else' and parenthesis
11236 statements are mixed up.
11237 (ada-in-paramlist-p): Skip comments while searching for the
11238 beginning Fix handling of operator declarations.
11239 (ada-indent-align-comments): New variable
11240 (ada-indent-current): Change the syntax table only in the
11241 protected section, so that we are sure it is restored correctly.
11242 (ada-indent-on-previous-lines): Use ada-use-indent and
11243 ada-with-indent Correctly indent "select ... then"
11244 (ada-indent-region): Slight speedup.
11245 (ada-indent-renames): New variable.
11246 (ada-last-which-function-subprog, ada-last-which-function-line):
11247 New variables
11248 (ada-looking-at-semi-private): Correctly indent the 'private'
11249 keyword when it is the first word in a package declaration.
11250 (ada-loose-case-word): Stop searching if at the end of the buffer.
11251 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11252 even if point is not initially at the end of the word.
11253 (ada-matching-decl-start-re): Add "when".
11254 (ada-mode): Add support for abbrev-mode, outline-mode and
11255 which-func-mode Override the old find-file.el entry in
11256 ff-special-constructs since it is using the obsolete
11257 ada-spec-suffix variable
11258 (ada-no-auto-case): New function
11259 (ada-scan-paramlist): When parsing the argument type, accept
11260 spaces (as in "X 'Class", generated by Rational Rose).
11261 (ada-other-file-name): No longer loads the other file.
11262 (ada-popup-menu): Save and restore the current buffer and cursor
11263 position before and after displaying the menu.
11264 (ada-search-ignore-complex-boolean): New function.
11265 (ada-uncomment-region): Emacs21 already knows how to delete
11266 comments not starting in the first column.
11267 (ada-use-indent): New variable
11268 (ada-which-function): New function.
11269 (ada-with-indent): New variable
11270 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11271 can be batch-compiled from the command line.
11272
11273 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11274 Add to the menu when the file is loaded, not in ada-mode-hook.
11275 Add -toolbar to the default ddd command Switches moved from
11276 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11277 ada-prj-default-comp-opt
11278 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11279 Reference Manual to the menu
11280 (ada-check-current): rewritten as a call to ada-compile-current
11281 (ada-compile): Removed.
11282 (ada-compile-application, ada-compile-current, ada-check-current):
11283 Set the compilation-search-path so that compile.el automatically
11284 finds the sources in src_dir. Automatic scrollong of the
11285 compilation buffer. C-uC-cC-c asks for confirmation before
11286 compiling
11287 (ada-compile-current): New parameter, prj-field
11288 (ada-complete-identifier): Load the .ali file before doing
11289 processing
11290 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11291 conform to gnatmake's behavior.
11292 (ada-find-file-in-dir): New function
11293 (ada-find-references): Set the environment variables for gnatfind
11294 (ada-find-src-file-in-dir): New function.
11295 (ada-first-non-nil): Removed
11296 (ada-gdb-application): Add support for jdb, the java debugger.
11297 (ada-get-ada-file-name): Load the original-file first if not done
11298 yet.
11299 (ada-get-all-references): Handles the new ali syntax (parent types
11300 are found between <>).
11301 (ada-initialize-runtime-library): New function
11302 (ada-mode-hook): Always load a project file when a file is opened,
11303 so that the casing exceptions are correctly read.
11304 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11305 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11306 to open the project file, since the latter does not work with
11307 speedbar Get default values before loading the prj file, or the
11308 default executable file name is wrong. Use the absolute value of
11309 src_dir to initialize ada-search-directories and
11310 compilation-search-path,... Add the standard runtime library to
11311 the search path for find-file.
11312 (ada-prj-default-debugger): Was missing an opening '{'
11313 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11314 variables.
11315 (ada-prj-default-gnatmake-opt): New variable
11316 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11317 buffers, the project file is the default one Save the windows
11318 configuration before displaying the menu.
11319 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11320 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11321 ...) regexp-quote identifiers names to support operators +,
11322 -,... in regexps.
11323 (ada-remote): New function.
11324 (ada-run-application): Erase the output buffer before starting the
11325 run Support remote execution of the application. Use
11326 call-process, or the arguments are incorrectly parsed
11327 (ada-set-default-project-file): Reread the content of the active
11328 project file, not the one from the current buffer When a project
11329 file is set as the default project, all directories are
11330 automatically associated with it.
11331 (ada-set-environment): New function
11332 (ada-treat-cmd-string): New special variable ${current}
11333 (ada-treat-cmd-string): Revised. The substitution is now done for
11334 any ${...} substring
11335 (ada-xref-current): If no body was found, compiles the spec
11336 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11337 compiler to get rid of command line length limitations.
11338 (ada-xref-get-project-field): New function
11339 (ada-xref-project-files): New variable
11340 (ada-xref-runtime-library-specs-path)
11341 (ada-xref-runtime-library-ali-path): New variables
11342 (ada-xref-set-default-prj-values): Default run command now does a
11343 cd to the build directory. New field: main_unit Provide a default
11344 file name even if the current buffer has no prj file.
11345
11346 * ada-prj.el:
11347 Rewritten to show a tabbed-dialog.
11348 (ada-prj-add-ada-menu): Remove the map and name parameters.
11349 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11350 New function
11351 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11352 (ada-prj-load-from-file): New function
11353 (ada-prj-save): Always save fields that depend on the current buffer
11354 (ada-prj-show-value): New function
11355
11356 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11357 Ada mode. This will allow us to display the Ada menu in any buffer
11358 we want (for project items).
11359 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11360 number of spaces in the header.
11361
11362 2000-07-24 Dave Love <fx@gnu.org>
11363
11364 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11365
11366 2000-07-23 Noah Friedman <friedman@splode.com>
11367
11368 * type-break.el (type-break): perform autosave.
11369 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11370 (type-break-do-query): Cancel query schedule while performing
11371 actual query, to avoid possibility of a second query being made
11372 while first one is already in progress.
11373 (type-break-time-stamp-format): New variable.
11374 (type-break-time-stamp): New function.
11375 (type-break-time-warning): Use it.
11376 (type-break-keystroke-warning): Use it.
11377 (type-break-noninteractive-query): Use it.
11378
11379 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11380 cookie.
11381 Use add-minor-mode to set minor-mode-alist, if available.
11382 (eldoc-echo-area-use-multiline-p): New user option.
11383 (eldoc-echo-area-multiline-supported-p): New variable.
11384 (eldoc-docstring-format-sym-doc): Use them.
11385 (eldoc-mode): If not using idle timers, append to local post and
11386 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11387 (eldoc-display-message-no-interference-p): Don't interfere with
11388 edebug.
11389 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11390 (eldoc-function-arglist): New function.
11391 (eldoc-function-argstring): Use it.
11392
11393 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11394 auto save directory exists before calling directory-files.
11395
11396 2000-07-23 Dave Love <fx@gnu.org>
11397
11398 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11399 ^o, ^u.
11400
11401 2000-07-21 Dave Love <fx@gnu.org>
11402
11403 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11404 now passed to the function. It now works properly.
11405
11406 * smerge-mode.el (smerge-mode-menu): Fill it out.
11407
11408 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11409
11410 * info-look.el (info-lookup): If *info* is shown in another frame
11411 on the same display, select that frame, instead of switching to
11412 the Info buffer in another window of the selected frame.
11413
11414 * simple.el (universal-argument-map): Bind numeric keypad keys
11415 kp-0 to kp-9 and kp-subtract.
11416 (digit-argument): Handle these keys.
11417
11418 2000-07-20 Dave Love <fx@gnu.org>
11419
11420 * net/goto-addr.el (goto-address-fontify): Don't bother with
11421 buffer-modified and read-only stuff -- irrelevant with overlays.
11422 Put an extra property on the overlays and use it to clean up in
11423 case goto-address is re-run.
11424
11425 2000-07-19 Richard M. Stallman <rms@gnu.org>
11426
11427 * timer.el (run-with-idle-timer): Doc fix.
11428
11429 * mail/mail-utils.el (mail-strip-quoted-names):
11430 Handle case where <...> appears inside "...".
11431 Use replace-match to edit the string more simply.
11432 (rmail-dont-reply-to): Cope with an unmatched ".
11433
11434 2000-07-19 Dave Love <fx@gnu.org>
11435
11436 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11437 implementation.
11438
11439 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11440 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11441 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11442
11443 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11444
11445 * textmodes/refer.el: Correct maintainer's email address.
11446
11447 * progmodes/hideif.el: Correct author's email address.
11448 Fix typo in comment.
11449
11450 * xml.el: New file.
11451
11452 * mail/mailheader.el: Correct author's mail address.
11453
11454 * gnus/parse-time.el: Correct author's mail address.
11455
11456 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11457
11458 * comint.el (comint-highlight-input, comint-highlight-face):
11459 New user options.
11460 (comint-input-ring-file-name): Change custom type.
11461 (comint-mode-map): Bind mouse-2.
11462 (comint-insert-clicked-input): New function.
11463 (comint-send-input): Handle input highlighting.
11464
11465 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11466
11467 * mouse.el (popup-menu): New function.
11468 (mouse-major-mode-menu): Use it.
11469
11470 2000-07-18 Dave Love <fx@gnu.org>
11471
11472 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11473 improvements.
11474
11475 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11476
11477 * faces.el (face-font-selection-order)
11478 (face-font-family-alternatives): Add custom type.
11479
11480 2000-07-18 Dave Love <fx@gnu.org>
11481
11482 * cus-edit.el (custom-variable-reset-saved)
11483 (custom-variable-reset-standard): Remove unused bindings.
11484
11485 * rect.el (open-rectangle-line): Remove unused let.
11486
11487 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11488
11489 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11490
11491 * cdl.el: Fix `Maintainer' keyword.
11492
11493 * play/pong.el: Add author's email address.
11494
11495 2000-07-17 Sam Steingold <sds@gnu.org>
11496
11497 * files.el (insert-directory): Call `split-string' instead of
11498 re-implementing it.
11499
11500 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11501
11502 * mail/vms-pmail.el: Change maintainer to FSF.
11503
11504 * net/goto-addr.el: Change maintainer to FSF.
11505
11506 * info.el (Info-title-face-alist): Removed.
11507
11508 2000-07-18 David Ponce <david@dponce.com>
11509
11510 * recentf.el (recentf-open-files): New command that works like
11511 `recentf-open-more-files', but shows the whole list of files (not just
11512 those omitted from the menu). Useful if you don't use a menu-bar!
11513 (recentf-open-more-files) Modified to use `recentf-open-files'.
11514
11515 (recentf-open-files, recentf-open-more-files)
11516 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11517
11518 (recentf-dialog-mode): New mode for dialogs. You can now just type
11519 "q" to cancel the dialogs.
11520
11521 2000-07-18 David Ponce <david@dponce.com>
11522
11523 * recentf.el: This is a major update of recentf.el. It adds new
11524 features to better organize the recentf menu and "More..." buffer.
11525
11526 Using new provided menu filtering functions you can now organize the
11527 recent files list:
11528
11529 - by major modes
11530 - by directories
11531 - by user defined rules
11532
11533 Finally, with the new `recentf-filter-changer' customizable filter you
11534 can define a ring of filters and dynamically (via the menu) cycle on
11535 each menu organization in the ring (a la msb).
11536
11537 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11538
11539 * eshell/eshell.el (eshell): Replace links to eshell.info with
11540 links to eshell, to avoid problems on systems where the manual is
11541 installed as `eshell'.
11542 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11543 * eshell/em-smart.el (eshell-smart): Ditto.
11544 * eshell/em-banner.el (eshell-banner): Ditto.
11545 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11546
11547 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11548 same-file check in the MS-DOS version (it does support inodes).
11549
11550 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11551
11552 * eshell/eshell.el (eshell-directory-name):
11553 Run default directory name through convert-standard-filename.
11554
11555 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11556
11557 * international/mule-cmds.el (select-safe-coding-system):
11558 Fix typo in the comment.
11559
11560 * language/european.el (compound-text):
11561 Force katakana-jisx0201 to be designated to G1.
11562
11563 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11564 Don't translate some national variant characters of latin-jisx0201.
11565 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11566
11567 * international/kkc.el (kkc-after-update-conversion-functions):
11568 New variable.
11569 (kkc-update-conversion): Run functions in it at the tail.
11570
11571 2000-07-16 John Wiegley <johnw@gnu.org>
11572
11573 * lisp/align.el (align-newline-and-indent):
11574 Adding new function. for auto-aligning blocks of code on RET.
11575 (align-region): Fixed badly formatted minibuffer message.
11576
11577 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11578
11579 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11580 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11581 the conversion list at first if appropriate.
11582 (kkc-next): Don't update kkc-next-count here.
11583 (kkc-prev): Don't update kkc-prev-count here.
11584 (kkc-show-conversion-list-update): Fix setting up of conversion
11585 list message.
11586
11587 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11588
11589 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11590
11591 2000-07-16 Dave Love <fx@gnu.org>
11592
11593 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11594 function to be more specific.
11595
11596 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11597 non-string help-echo.
11598 (widget-types-convert-widget): Defsubst it.
11599 (widget-echo-help): Try to cope with a help-echo function of two
11600 possible sorts.
11601
11602 2000-07-15 Jason Rumney <jasonr@gnu.org>
11603
11604 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11605 Declare as obsolete.
11606
11607 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11608
11609 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11610
11611 * hilit-chg.el: Fix typo.
11612
11613 2000-07-14 Dave Love <fx@gnu.org>
11614
11615 * info.el (Info-mode-menu): Fix use of :help, :enable.
11616
11617 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11618
11619 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11620
11621 2000-07-13 Dave Love <fx@gnu.org>
11622
11623 * emacs-lisp/easymenu.el: Doc fixes.
11624 (easy-menu-remove): Defalias to ignore.
11625
11626 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11627 Call throw correctly.
11628
11629 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11630
11631 * faces.el (frame-background-mode): Doc fix.
11632
11633 * simple.el (eval-expression-print-length): Change custom type to
11634 allow entering nil as value.
11635
11636 2000-07-13 Dave Love <fx@gnu.org>
11637
11638 * progmodes/fortran.el (fortran-imenu-generic-expression):
11639 Change definition layout.
11640 (fortran-mode-menu): Reinstate customize entries.
11641
11642 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11643 Use :filter, per old XEmacs code.
11644
11645 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11646
11647 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11648 event when deciding what to send to the terminal.
11649
11650 2000-07-12 Dave Love <fx@gnu.org>
11651
11652 * cus-start.el: Add optional version as 4th element of specs and
11653 use it for several things new in v21. Remove load-path. Fix type
11654 of line-number-display-limit.
11655
11656 2000-07-11 Dave Love <fx@gnu.org>
11657
11658 * progmodes/fortran.el: Don't require easymenu.
11659 Use repeat counts in various regexps.
11660 (fortran-mode-syntax-table): Defvar directly.
11661 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11662 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11663 Use defvar, not defconst.
11664 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11665 (fortran-mode): Set fortran-comment-line-start-skip,
11666 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11667 (fortran-comment-indent): Use defsubst.
11668 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11669 Use fortran-comment-indent, not fortran-comment-indent-function.
11670 (fortran-comment-region, fortran-electric-line-number): Simplify.
11671 (fortran-auto-fill): New function.
11672 (fortran-do-auto-fill): Deleted.
11673 (fortran-find-comment-start-skip):
11674 Check for non-null comment-start-skip.
11675 (fortran-auto-fill-mode, fortran-fill-statement):
11676 Use fortran-auto-fill.
11677 (fortran-fill): Use fortran-auto-fill. Check for null
11678 comment-start-skip. Simplify final clause and use end-of-line finally.
11679
11680 * widget.el (widget-plist-member): New alias.
11681
11682 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11683
11684 * eshell/esh-module.el (toplevel): Reference
11685 byte-compile-current-file only if it is bound.
11686
11687 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11688
11689 * dired.el: Don't require `dired-aux'.
11690
11691 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11692
11693 * dired-aux.el (dired-show-file-type): New function.
11694 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11695 (dired-show-file-type): Add autoload.
11696
11697 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11698
11699 * international/mule-diag.el (describe-font): Adjusted for the
11700 change of fontset-info.
11701 (print-fontset): Likewise.
11702
11703 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11704
11705 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11706
11707 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11708
11709 * bindings.el: Bind `[delete]' to delete-char.
11710
11711 * dired.el (dired-find-alternate-file): New function.
11712 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11713 (toplevel): Require dired-aux when compiling.
11714 (dired-buffers): Move defvar within file to avoid compiler warning.
11715
11716 * info.el (Info-last-search): Variable removed.
11717 (Info-search-history): New variable.
11718 (Info-search): New Info-search-history.
11719
11720 * battery.el, info-look.el: Change author's mail address.
11721
11722 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11723
11724 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11725 if rmail-ignored-headers is nil.
11726 (rmail-retry-failure): Bind rmail-ignored-headers and
11727 rmail-displayed-headers to nil.
11728
11729 2000-07-06 Gerd Moellmann <gerd@gnu.org>
11730
11731 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11732 (print-region-1): Don't hard code `-h' here.
11733
11734 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11735
11736 2000-07-01 Francesco Potorti` <pot@gnu.org>
11737
11738 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11739 exim can use "your message" instead of "the message".
11740
11741 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11742
11743 * facemenu.el: Docstrings fixes.
11744 (facemenu-get-face): Don't use internal-find-face.
11745 (facemenu-iterate): Rename arg to match the docstring.
11746
11747 * newcomment.el (uncomment-region): Be more careful when skipping
11748 backwards over `=' not to bump into BOBP.
11749
11750 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11751
11752 * ediff-diff.el (ediff-wordify): Use syntax table.
11753 * ediff-init.el (ediff-has-face-support-p): Use
11754 ediff-color-display-p.
11755 (ediff-color-display-p): Use display-color-p, changed to defun
11756 from defsubst.
11757 Got rid of special cases for NeXT and OS/2.
11758 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11759 face.
11760
11761 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11762
11763 * emacs-lisp/lucid.el: Require CL.
11764 (copy-tree, remprop): Remove, it's provided by CL.
11765 (map-keymap): Define in terms of cl-map-keymap.
11766 (extent-property, set-extent-end-glyph): New functions.
11767
11768 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11769
11770 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11771
11772 * Makefile.in (DONTCOMPILE): Add comment that the name may
11773 not be changed without changing the make-dist script.
11774
11775 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11776 (cl-mapc): Use mapc instead of cl-old-mapc.
11777
11778 2000-07-05 Andrew Innes <andrewi@gnu.org>
11779
11780 * makefile.nt: Add support for `bootstrap' and related targets.
11781
11782 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11783
11784 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11785 (easy-menu-do-define): Use `menu-item' format.
11786 Handle case where easy-menu-create-menu returns a symbol.
11787 Manually call the potential top-level filter in the function binding.
11788 (easy-menu-filter-return): New arg NAME.
11789 Convert to a keymap if MENU is an XEmacs menu.
11790 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11791 (easy-menu-converted-items-table, easy-menu-convert-item):
11792 New var and fun to memoize easy-menu-convert-item-1.
11793 (easy-menu-do-add-item): Use it.
11794 (easy-menu-create-menu): Use easy-menu-convert-item.
11795 Wrap easy-menu-filter-return around any :filter specification.
11796 Don't convert the menu if a filter was specified.
11797 Tell easy-menu-make-symbol not to check for MENU being an expression.
11798 (easy-menu-make-symbol): New arg NOEXP.
11799
11800 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11801
11802 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11803 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11804 (eval-defun): If called with prefix arg, instrument code for
11805 Edebug.
11806
11807 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11808 similar to that of eval-defun.
11809
11810 2000-07-04 Dave Love <fx@gnu.org>
11811
11812 * hl-line.el (hl-line-overlay): Make it permanent-local.
11813
11814 * calendar/todo-mode.el: Replaced with a working version, based on
11815 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11816
11817 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11818
11819 * paths.el (prune-directory-list): New function.
11820 (Info-default-directory-list): Rewritten to more methodically
11821 enumerate a big list of possible info directories (based on the
11822 list used by the standalone info reader).
11823
11824 * info.el (info-initialize): Use prune-directory-list to remove
11825 non-existent directories from Info-directory-list.
11826
11827 * paths.el (Info-default-directory-list): Try a list of possible
11828 info-directories instead of a single one. Add the possible
11829 info directory "/usr/share/info".
11830
11831 * woman.el (woman-man.conf-path): Explicitly include the debian
11832 man-db config file "/etc/manpath.config".
11833 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11834 are present in `manpath.config'.
11835 (woman-manpath): Include "/usr/share/man".
11836
11837 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11838
11839 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11840
11841 * startup.el (command-line): Initialize blink-cursor based
11842 on window-system.
11843
11844 * frame.el (blink-cursor): Default to nil if not running under
11845 a window-system.
11846
11847 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11848 (face-x-resources): Remove duplicate entry for :font.
11849
11850 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11851 instead of cycling through windows with next-window.
11852
11853 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11854 of cycling through windows with next-window.
11855
11856 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11857 of cycling through windows with next-window.
11858
11859 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11860 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11861 instead of cycling through windows with next-window.
11862
11863 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11864 instead of cycling through windows with next-window.
11865
11866 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11867 of cycling through windows with next-window.
11868
11869 * terminal.el (te-process-output): Use walk-windows instead of
11870 cycling through windows with next-window.
11871
11872 * server.el (server-switch-buffer): Use some-window instead of
11873 cycling through windows with next-window.
11874
11875 * window.el (some-window): New function.
11876 (walk-windows): Remove reference to walk-windows-start.
11877
11878 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11879
11880 2000-07-03 Richard Stallman <rms@gnu.org>
11881
11882 * window.el (walk-windows): Guarantee termination by keeping a list
11883 of all the windows already handled.
11884
11885 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11886
11887 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11888 window-system.
11889
11890 * man.el (Man-notify-when-ready): Don't use window-system. If
11891 Man-notify-method is newframe, and the display is not
11892 multi-frame, select the frame created for the man page.
11893 (Man-init-defvars): Doc fix.
11894
11895 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11896
11897 * faces.el (region): Change background color for light background.
11898
11899 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11900 attribute from mode-line face of Ediff control frame.
11901
11902 * replace.el (query-replace-map): Bind `e' like `E'.
11903
11904 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11905
11906 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11907 Change name to "Select All".
11908
11909 * dos-fns.el (convert-standard-filename): Fix last change.
11910
11911 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11912
11913 * help.el (describe-variable): Don't insert a second `'s' in front
11914 of the string `value is shown below'. Since the syntax-table is
11915 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11916 an existing `'s', so that this won't be deleted.
11917
11918 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11919 * pcmpl-unix.el: New files.
11920
11921 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11922
11923 * wid-edit.el (widget-member): Use the new plist-member.
11924
11925 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11926
11927 * replace.el (perform-replace): Undo change of 2000-04-04.
11928 Instead, move backward 1 character at the end of the loop when
11929 necessary.
11930
11931 * faces.el (fringe): Change face for different backgrounds.
11932
11933 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11934 patch from John.
11935
11936 * eshell/*.el: Change spelling of the Free Software Foundation.
11937
11938 * eshell/esh-toggle.el: Removed.
11939
11940 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11941
11942 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11943 interactively.
11944
11945 2000-06-26 Alex Schroeder <alex@gnu.org>
11946
11947 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11948 `define-key'; instead of checking `(emacs-version)' check for
11949 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11950 for `;' and `o' which might be electric.
11951
11952 (sql-electric-stuff): New user option.
11953 (sql-magic-go): New function which uses `sql-electric-stuff'.
11954 (sql-magic-semicolon): New function which uses
11955 `sql-electric-stuff'.
11956
11957 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11958 is not fboundp.
11959
11960 (sql-oracle-options): New variable.
11961 (sql-oracle): Use it.
11962
11963 (sql-imenu-generic-expression): Doc change.
11964 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11965 is used.
11966
11967 (sql-informix): Added command line parameter "-" to force
11968 sql-informix-program to use stdout.
11969
11970 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11971
11972 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11973 (cp864-decode-table): Doc fix.
11974 (cp720-decode-table): New variable, supports the Arabic OEM
11975 codepage used by Windows.
11976 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11977
11978 2000-06-23 Dave Love <fx@gnu.org>
11979
11980 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11981 (font-lock-fontify-anchored-keywords): Use
11982 line-beginning-position.
11983 (global-font-lock-mode): Use mapc.
11984
11985 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * eshell/esh-module.el: Require CL when compiling.
11988
11989 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11990
11991 * comint.el (comint-substitute-in-file-name): Call replace-match
11992 with second and third arg t.
11993
11994 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11995 Specify foreground color.
11996
11997 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11998 color.
11999
12000 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
12001
12002 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
12003 cddr instead of cdddr.
12004
12005 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
12006 instead of copy-list.
12007
12008 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
12009 of copy-list.
12010
12011 * subdirs.el: Add eshell subdirectory.
12012
12013 * eshell: New subdirectory containing the Eshell package.
12014
12015 * pcomplete.el: New file.
12016
12017 2000-06-23 Paul Eggert <eggert@twinsun.com>
12018
12019 * mail/mailpost.el (post-mail-send-it): Make sure file has
12020 proper permissions from birth.
12021
12022 * files.el (basic-save-buffer-2): When temporarily setting
12023 file modes, set them to current modes plus 0200, not to 0777.
12024
12025 * emerge.el (emerge-make-temp-file): Make sure file has proper
12026 permissions from birth.
12027
12028 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
12029
12030 * files.el (make-backup-file-name-1): On DOS/Windows, run the
12031 backup file name through convert-standard-filename.
12032
12033 * dos-fns.el (convert-standard-filename): Convert leading
12034 directories as well. When long file names are supported, convert
12035 characters that are invalid in Windows file names.
12036
12037 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12038
12039 * ps-print.el: Fix bug: if ^L is the very first buffer character,
12040 ps-print crashes. New feature: page selection for printing. Create
12041 raw-text-unix coding system for XEmacs. Doc fix.
12042 (ps-print-version): New version number (5.2.3).
12043 (ps-plot-region): Bug fix.
12044 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
12045 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
12046 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
12047 funs.
12048 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
12049 (ps-last-page): New vars.
12050
12051 2000-06-21 Gerd Moellmann <gerd@gnu.org>
12052
12053 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
12054 empty option string.
12055
12056 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
12057
12058 * man.el (man): Doc fix.
12059
12060 2000-06-21 Kenichi Handa <handa@etl.go.jp>
12061
12062 * international/mule-cmds.el (set-language-info-alist): Docstring
12063 fixed.
12064
12065 2000-06-20 Gerd Moellmann <gerd@gnu.org>
12066
12067 * version.el (emacs-version): Use ISO date format.
12068
12069 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
12070 instead of `M-backspace'.
12071
12072 * simple.el (turn-off-auto-fill): New function.
12073
12074 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
12075
12076 * jit-lock.el (with-buffer-prepared-for-jit-lock):
12077 Renamed from with-buffer-prepared-for-font-lock and use
12078 inhibit-modification-hooks rather than setting *-change-functions.
12079 Update all functions to use the new name.
12080 (jit-lock-first-unfontify-pos): New semantics (and doc).
12081 (jit-lock-mode): Make non-interactive.
12082 Don't automatically turn on font-lock.
12083 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12084 Always use jit-lock-after-change.
12085 Remove and restore font-lock-after-change-function.
12086 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12087 (jit-lock-after-unfontify-buffer): Remove.
12088 (jit-lock-stealth-fontify):
12089 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12090 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12091
12092 2000-06-20 Sam Steingold <sds@gnu.org>
12093
12094 * emacs-lisp/cl-indent.el (toplevel): Indent
12095 `print-unreadable-object' properly. Untabify.
12096
12097 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12098
12099 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12100 Support for bibentry.
12101 (reftex-compile-variables): Fixed problem with end of section-re.
12102
12103 * texmodes/reftex-dcr.el (reftex-view-crossref,
12104 reftex-view-crossref-from-bibtex):
12105 Deal with changed `reftex-find-citation-regexp-format'.
12106 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12107 Replaced `remprop' with `put'.
12108 (reftex-view-crossref, reftex-view-crossref-when-idle):
12109 Support for bibentry.
12110
12111 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12112 New entry for bibentry package.
12113
12114 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12115 Regexp also matches "\nobibliography".
12116
12117 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12118 Call `reftex-ensure-write-access' before doing anything.
12119 (reftex-ensure-write-access): New function.
12120
12121 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12122
12123 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12124
12125 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12126
12127 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12128
12129 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12130
12131
12132 2000-06-20 Dave Love <fx@gnu.org>
12133
12134 * faces.el (frame-background-mode): Use set-default, not set, in
12135 setter.
12136 (frame-update-faces, frame-update-face-colors): Define with
12137 defalias.
12138
12139 * enriched.el (enriched-decode-foreground)
12140 (enriched-decode-background): Don't use internal-find-face.
12141
12142 * apropos.el: Doc fixes.
12143
12144 * cus-edit.el (customize-changed-options): Check arg.
12145 (customize-version-lessp): Don't require decimal point.
12146
12147 * custom.el (defcustom, defgroup): Doc fix.
12148
12149 * newcomment.el (comment) <defgroup>: Add :version.
12150 (comment-multi-line): Doc fix.
12151
12152 * emulation/mlsupport.el (define-hooked-local-abbrev,
12153 define-hooked-global-abbrev): Fix, using define-abbrev.
12154
12155 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12156
12157 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12158 the whole buffer.
12159
12160 2000-06-19 Dave Love <fx@gnu.org>
12161
12162 * menu-bar.el (menu-bar-options-save): New function.
12163 (menu-bar-options-menu): Use it.
12164 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12165 Simplify.
12166
12167 2000-06-19 Andreas Schwab <schwab@suse.de>
12168
12169 * progmodes/etags.el (tags-query-replace): Put new parameters
12170 START and END at the end, for backward compatibility.
12171
12172 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12173
12174 * international/codepage.el:
12175 (cp-coding-system-for-codepage-1): Delete special codes for
12176 generating xxx-dos coding system because now a CCL based coding
12177 system can handle EOL conversion by default.
12178
12179 * international/mule.el (make-coding-system): Generate subsidiary
12180 coding systems for EOL handling variants even for a CCL based
12181 coding system.
12182
12183 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12184
12185 * international/isearch-x.el (isearch-minibuffer-input-method)
12186 (isearch-minibuffer-input-method-function): These variables
12187 deleted.
12188 (isearch-with-input-method): Don't use the above variables.
12189 (isearch-process-search-multibyte-characters): Likewise. Call
12190 read-string with the arg INHERIT-INPUT-METHOD t.
12191
12192 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12193
12194 * font-lock.el (font-lock-after-fontify-buffer)
12195 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12196
12197 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12198 Use consistent make-local-variable style for font-lock-fontified.
12199 (jit-lock-fontify-buffer):
12200 Don't bother checking for font-lock-mode and jit-lock-mode.
12201
12202 * time.el: Remove trailing ^M that prevent CVS-merging.
12203
12204 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12205
12206 * Makefile.in (distclean): New target.
12207
12208 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12209
12210 * Makefile.in (srcdir): Define for update-subdirs.
12211
12212 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12213
12214 * find-lisp.el: New file.
12215
12216 2000-06-16 Andrew Innes <andrewi@gnu.org>
12217
12218 * time.el (display-time-mail-function): New variable, to allow
12219 external packages to indicate when new mail is available.
12220 (display-time-update): Use it.
12221
12222 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12223
12224 * international/mule.el (mule-version): Change version name to
12225 SAKAKI. AOI has already been used by Meadow.
12226
12227 * international/quail.el (quail-show-guidance-buf): To find the
12228 bottom window (but minibuffer), pay attention to the height of
12229 minibuffer.
12230
12231 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12232
12233 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12234 menu-bar menus. Add help strings. Don't remove the Edit menu
12235 from the menu bar, as the menu bar has enough space now.
12236
12237 * Makefile.in (SHELL): Make sure /bin/sh is used.
12238
12239 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12240 characters, which use series of two ^H characters instead of one.
12241
12242 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12243
12244 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12245 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12246 functions.
12247 (Info-find-node-2): Try a case-sensitive search first, then
12248 do a case-insensitive search.
12249
12250 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12251 tutorials.
12252
12253 * complete.el (PC-env-vars-alist): New variable.
12254 (PC-complete-as-file-name): New function.
12255 (partial-completion-mode): Initialize PC-env-vars-alist from
12256 process-environment.
12257 (PC-do-completion): Handle completion of env vars.
12258
12259 * info.el (Info-set-mode-line): Show file name in mode line,
12260 use `*Info*' instead of `Info:'.
12261
12262 * startup.el (command-line-1): Change copyright messages to year
12263 2000.
12264
12265 2000-06-15 Dave Love <fx@gnu.org>
12266
12267 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12268 not local-map.
12269
12270 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12271
12272 * international/mule.el (set-buffer-file-coding-system): Almost
12273 rewritten to handle `undecided' as no-op.
12274
12275 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12276
12277 * Makefile.in: New file.
12278
12279 * Makefile: Removed.
12280
12281 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12282 (goto-address-highlight-keymap): Bind C-c RET.
12283
12284 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12285
12286 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12287 inherits buffer-file-coding-system of the current buffer.
12288
12289 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12290 0. Give correct argument to set-auto-coding-function.
12291 (tar-expunge): For goto-char, use (point-min), not 0.
12292 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12293 (tar-subfile-save-buffer): Likewize.
12294
12295 * international/mule.el
12296 (after-insert-file-set-buffer-file-coding-system): Call
12297 set-buffer-file-coding-system with the arg FORCE t.
12298
12299 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12300
12301 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12302 nil. Contemporary sendmails issue an X-Authentication-Warning if
12303 the sender is set with `-f'.
12304
12305 2000-06-13 Dave Love <fx@gnu.org>
12306
12307 * help.el (describe-function-1): Kluge around cases of functions
12308 fset to subrs whose doc doesn't match their symbol-name.
12309
12310 * image.el (insert-image): Default STRING to a space.
12311
12312 * info.el Doc fixes.
12313 (Info-build-node-completions): Match Ref tags.
12314
12315 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12316
12317 * frame.el (display-multi-frame-p, display-multi-font-p): New
12318 defaliases for display-graphic-p.
12319
12320 * hl-line.el: Fixed a typo in commentary.
12321
12322 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12323
12324 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12325 fixed.
12326
12327 2000-06-12 Dave Love <fx@gnu.org>
12328
12329 * image.el (insert-image): Save a little consing.
12330
12331 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12332
12333 * language/tibet-util.el: Convert all tibetan-1-column characters
12334 to the corresponding tibetan characters.
12335 (tibetan-add-components): Delete code for the special treatment of
12336 'a chung.
12337
12338 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12339 change.
12340 (tibetan-vowel-transcription-alist): More rules added.
12341 (tibetan-composite-vowel-alist): New variable.
12342 (tibetan-precomposition-rule-alist): More rules added.
12343
12344 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12345
12346 * startup.el (command-line): Only call menu-bar-mode if interactive.
12347
12348 * thingatpt.el (toplevel symbol-properties):
12349 * textmodes/makeinfo.el (makeinfo-compile):
12350 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12351 * progmodes/hideif.el (hif-compress-define-list)
12352 (hide-ifdef-use-define-alist):
12353 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12354 (ange-ftp-vms-add-file-entry):
12355 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12356 * man.el (Man-build-man-command):
12357 * mail/rnewspost.el (news-reply-header-hook):
12358 * info.el (Info-insert-dir):
12359 * emulation/mlconvert.el (backward-word, forward-word, setq):
12360 * emacs-lisp/gulp.el (gulp-send-requests):
12361 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12362 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12363 (byte-optimize-apply, end of file):
12364 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12365 (ad-make-freeze-definition):
12366 * startup.el (command-line, command-line-1): Don't quote lambdas.
12367
12368 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12369 (cvs-cleanup-removed): New function.
12370 (cvs-cleanup-functions): New var.
12371 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12372 some flexibility in specifying additional entries to auto-cleanup.
12373 (cvs-quickdir): New function.
12374 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12375 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12376 (cvs-mode-find-file): Check that we are on a filename or dirname
12377 when invoked through a mouse-click.
12378 (cvs-full-path): Remove.
12379 (cvs-dired-action): Re-introduced.
12380 (cvs-dired-noselect): Use it.
12381 (vc-post-command-functions): use this new hook if available.
12382
12383 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12384 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12385 (cvs-filename-map, cvs-dirname-map): Remove.
12386 (cvs-default-action): Remove.
12387 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12388 if the arg is really a keymap.
12389 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12390 Don't hardcode the mapping from state (aka type) to face, but check
12391 the var cvs-fi-<type>-face instead.
12392 (cvs-fileinfo-from-entries): New function.
12393
12394 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12395 Docstring fix.
12396 (cvs-find-file-and-jump): Change default to be safer.
12397 (cvs-mode-diff-map): Define it as a function as well.
12398 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12399 Bind mouse-2 in this global map rather than with text-properties.
12400
12401 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12402 file to resolve the ambiguity between C(conflict) and C(need-merge).
12403
12404 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12405
12406 * international/mule.el (set-buffer-file-coding-system): If
12407 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12408 unconditionally.
12409
12410 2000-06-12 Dave Love <fx@gnu.org>
12411
12412 * wid-edit.el (widget-specify-button): Really suppress the face if
12413 required.
12414
12415 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12416
12417 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12418
12419 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12420
12421 * imenu.el (imenu-generic-expression): Docstring fix.
12422
12423 * composite.el (composition-function-table): Move the `put'
12424 below the autoload cookie so we can load the file before loaddefs.
12425
12426 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12427
12428 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12429 Handle easy-mmode-define-global-mode.
12430 For complex macros like define-minor-mode that can generate
12431 several autoload entries, try to autoload entries in the
12432 macroexpanded code.
12433
12434 * emacs-lisp/easy-mmode.el (define-minor-mode):
12435 If KEYMAP is a symbol, just use it.
12436 Use byte-compile-current-file and load-file-name to infer the
12437 proper :require to pass to defcustom.
12438 Wrap the hook var into `progn' so as not to autoload it.
12439 Add a :autoload-end cookie.
12440 Be more careful about the evaluation of KEYMAP.
12441 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12442 (define-derived-mode): Move define-abbrev-table outside of defvar.
12443
12444 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12445
12446 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12447 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12448 (backup-compiled-files): Ignore errors during `tar'.
12449 (bootstrap): Make autoloads before elc files.
12450
12451 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12452
12453 * international/mule.el (set-buffer-file-coding-system): If one of
12454 undecided-XXX is specified, change only EOL conversion.
12455
12456 * international/mule-conf.el (unix): New alias for the coding
12457 system undecided-unix.
12458
12459 2000-06-09 Dave Love <fx@gnu.org>
12460
12461 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12462
12463 * progmodes/executable.el: Byte compile dynamic.
12464 (executable-insert): Change custom type.
12465 (executable-find): Add autoload cookie.
12466 (executable-make-buffer-file-executable-if-script-p): New
12467 function. After Noah Friedman.
12468
12469 * files.el (after-save-hook): Customize, with
12470 executable-make-buffer-file-executable-if-script-p as an option.
12471
12472 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12473
12474 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12475 "tib24p-mule.bdf" for Tibetan.
12476
12477 * composite.el (decompose-composite-char): Declare it as obsolete.
12478
12479 * man.el (Man-fontify-manpage): Pay attention to underline and
12480 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12481
12482 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12483
12484 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12485 Set maintainer to FSF since author isn't reachable.
12486
12487 2000-06-08 Dave Love <fx@gnu.org>
12488
12489 * international/mule-cmds.el (select-safe-coding-system): If
12490 DEFAULT-CODING-SYSTEM is not specified, also check the most
12491 preferred coding-system if buffer-file-coding-system is
12492 `undecided'. From Handa.
12493
12494 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12495
12496 * international/mule.el
12497 (after-insert-file-set-buffer-file-coding-system): If the buffer
12498 size is greater than INSERTED, judget that we are not visiting.
12499
12500 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12501
12502 * whitespace.el (defgroup whitespace): Comment out `:version'.
12503 XEmacs 20.4 has problems defining the group with this present.
12504 We'll have this commented out till get resolve the problem.
12505
12506 2000-06-07 John Wiegley <johnw@gnu.org>
12507
12508 * align.el (align-dq-string-modes, align-sq-string-modes)
12509 (align-open-comment-modes): Add pyhton-mode.
12510 (align-rules-list): Use get-text-property instead of
12511 text-properties-at.
12512 (align-rules-list): Add python-assignment.
12513 (align-rules-list): Change perl-comma-delimiter to
12514 basic-comma-delimiter. Use if for Perl modes and python-mode.
12515 (align-rules-list): Add python-chain-logic and
12516 basic-line-continuation.
12517
12518 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12519
12520 * apropos.el (apropos-mode-hook): New user variable.
12521 (apropos-mode): Run apropos-mode-hook.
12522
12523 2000-06-07 David Ponce <david@dponce.com>
12524
12525 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12526 commands. Require `wid-edit' at run-time.
12527
12528 2000-06-07 David Ponce <david@dponce.com>
12529
12530 * recentf.el: Added some "Commentary".
12531 (recentf-open-more-files, recentf-edit-list): Minor changes to
12532 move the point at the top of the file list. This behaviour is
12533 consistent with the menu one when the list contains a lot of
12534 files.
12535 (recentf-cleanup): Now displays the number of items removed from
12536 the list.
12537 (recentf-relative-filter) New menu filter to show filenames
12538 relative to `default-directory'.
12539
12540 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12541
12542 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12543 with/without giving an error if PostScript printer doesn't have this
12544 kind of page size. Zebra Stripe continues or restarts on next page.
12545 Manual/automatic paper feeding. Switch or not the header.
12546 (ps-print-version): New version number (5.2.2).
12547 (ps-windows-system): Include emx as a Windows system.
12548 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12549 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12550 (ps-background-text): Code fix.
12551 (ps-error-handler-message, ps-user-defined-prologue)
12552 (ps-print-prologue-header, ps-printer-name)
12553 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12554 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12555 (ps-use-face-background): Customization fix.
12556 (ps-n-up-database): Data fix.
12557 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12558 (ps-switch-header): New vars.
12559 (ps-xemacs-color-name, ps-face-foreground-name)
12560 (ps-face-background-name, ps-boolean-constant): New funs.
12561
12562 2000-06-07 Dave Love <fx@gnu.org>
12563
12564 * allout.el: New version from Manheimer.
12565
12566 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12567
12568 * textmodes/fill.el (fill-find-break-point): Check the validity of
12569 charset.
12570
12571 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12572
12573 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12574 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12575 Call display-color-p and display-mouse-p instead of looking at
12576 window-system.
12577
12578 2000-06-06 Dave Love <fx@gnu.org>
12579
12580 * image.el (find-image): Doc fix. Return nil if image not found.
12581 (put-image, insert-image): Make STRING arg optional.
12582
12583 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12584
12585 * language/vietnamese.el: Remove eval-when-compile.
12586 (viet-viscii-nonascii-translation-table): Define it as a
12587 translation table made from viet-viscii-decode-table.
12588 (viet-viscii-encode-table): Define it as a translation table made
12589 from the reverse map of above.
12590 (viet-vscii-nonascii-translation-table): Define it as a
12591 translation table made from viet-vscii-decode-table.
12592 (viet-vscii-encode-table): Define it as a translation table made
12593 from the reverse map of above.
12594 (ccl-decode-viscii): Use translate-character.
12595 (ccl-encode-viscii, ccl-encode-viscii-font)
12596 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12597 Likewize.
12598
12599 * language/cyrillic.el: Remove eval-when-compile.
12600 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12601 translation table made from cyrillic-koi8-r-decode-table.
12602 (cyrillic-koi8-r-encode-table): Define it as a translation table
12603 made from the reverse map of above.
12604 (ccl-decode-koi8): Use translate-character.
12605 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12606 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12607 a translation table made from cyrillic-alternativnyj-decode-table.
12608 (cyrillic-alternativnyj-encode-table): Define it as a translation
12609 table made from the reverse map of above.
12610 (ccl-decode-alternativnyj): Use translate-character.
12611 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12612 Likewize
12613
12614 * international/mule-diag.el (non-iso-charset-alist): Specify
12615 translation table symbol instead of translation table itself.
12616 (list-block-of-chars): CHARSET may be a translation table symbol.
12617
12618 * international/mule.el (make-coding-system): If CODING-SYSTEM
12619 already exists, override it.
12620
12621 * international/fontset.el: Use family `proportional' for Tibetan
12622 fonts.
12623
12624 * international/ccl.el (ccl-compile-translate-character): Don't
12625 check if Rrr has property translation-table.
12626 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12627
12628 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12629
12630 * info.el: Bind case-fold-search to t when searching in case
12631 a user sets it to nil in a hook.
12632
12633 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12634
12635 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12636 * hl-line.el (hl-line-mode): Use the new :global key argument.
12637
12638 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12639 (tar-clip-time-string): Prepend a space.
12640 (tar-grind-file-mode): Construct a string rather than modifying one.
12641 (tar-header-block-summarize): Fix docstring.
12642 Use `format' rather than an error-prone set of copy-loops.
12643
12644 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12645 (diff-goto-source, diff-unified->context, diff-context->unified)
12646 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12647 understand the format output by the `-p' argument to diff.
12648
12649 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12650 (sh-re-done): Use defconst.
12651 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12652 (sh-help-string-for-variable, sh-guess-basic-offset):
12653 Don't quote lambdas.
12654 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12655 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12656
12657 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12658 (mh-letter-mode): Derive from text-mode.
12659 This implicitly means that it now calls kill-all-local-variables.
12660 Also remove the Emacs-18 compatibility code.
12661
12662 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12663 Make use of symbol-property doc-string-elt.
12664 Use memq rather than a sequence of eq.
12665 (doc-string-elt): Fix the wrong or missing previously unused values.
12666 (autoload-print-form): New function extracted from
12667 generate-file-autoloads to allow recursion when handling progn
12668 so that defvar's and defun's docstrings are properly printed.
12669 (generate-file-autoloads): Use it.
12670
12671 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12672 Use find-file-hooks in the minor-mode function.
12673 Be careful not to loop indefinitely in the post-command-hook function.
12674
12675 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12676
12677 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12678 tty's.
12679 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12680 differences whenever appropriate.
12681 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12682 * viper.el (find-file, find-file-other-window): Get viper to do
12683 wildcards.
12684
12685 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12686
12687 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12688 (jit-lock-fontify-buffer): New function for JIT refontification.
12689 (jit-lock-mode): Fix docstring.
12690 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12691 Remove jit-lock-after-change from the _local_ hook.
12692 (jit-lock-function-1): Fix docstring.
12693
12694 * info.el (Info-on-current-buffer): Initialize info.
12695
12696 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12697
12698 * progmodes/tcl.el (tcl-indent-for-comment):
12699 Ignore comment-indent-hook.
12700
12701 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12702 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12703 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12704 and improve to use the lighter to guess the capitalization.
12705 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12706 Add keyword arguments to specify global-ness or the custom group.
12707 Add local-map and help-echo properties to the lighter.
12708 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12709 (easy-mmode-define-global-mode): New macro.
12710
12711 2000-06-02 Dave Love <fx@gnu.org>
12712
12713 * wid-edit.el: byte-compile-dynamic since we typically don't use
12714 all the widgets. Don't require cl or widget. Remove
12715 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12716 (widget-read-event): Removed. Callers changed to use read-event.
12717 (widget-button-release-event-p): Renamed from
12718 button-release-event-p.
12719 (widget-field-add-space, widget-field-use-before-change):
12720 Uncustomize.
12721 (widget-specify-field): Use keymap property, not local-map.
12722 (widget-specify-button): Obey :suppress-face.
12723 (widget-specify-insert): Use modern backquote syntax.
12724 (widget-image-directory): Renamed from widget-glyph-directory.
12725 (widget-image-enable): Renamed from widget-glyph-enable.
12726 (widget-image-find): Replaces widget-glyph-find.
12727 (widget-button-pressed-face): Move defvar.
12728 (widget-image-insert): Replaces widget-glyph-insert.
12729 (widget-convert): Use keywordp.
12730 (widget-leave-text, widget-children-value-delete): Use mapc.
12731 (widget-keymap): Remove XEmacs stuff.
12732 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12733 (widget-button-click): Don't set point at the click, but re-centre
12734 if we scroll out of window. Rewritten for images v. glyphs &c.
12735 (widget-tabable-at): Use POS arg, not point.
12736 (widget-beginning-of-line, widget-end-of-line)
12737 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12738 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12739 (widget-default-create): Use widget-image-insert; some rewriting.
12740 (widget-visibility-value-create)
12741 (widget-push-button-value-create, widget-toggle-value-create): Use
12742 widget-image-insert.
12743 (checkbox): Create on and off images dynamically.
12744 (documentation-link): Change :help-echo.
12745 (widget-documentation-link-echo-help): Remove.
12746
12747 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12748
12749 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12750
12751 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12752 (easy-mmode-define-toggle, define-minor-mode): Use it.
12753 (easy-mmode-define-keymap): Docstring fix.
12754 (define-derived-mode): Default PARENT to fundamental-mode.
12755 Add the derived-mode-parent symbol-property.
12756 (easy-mmode-derived-mode-p): New function.
12757
12758 2000-06-02 Dave Love <fx@gnu.org>
12759
12760 * files.el (convert-standard-filename): Doc fix.
12761 (normal-backup-enable-predicate): New function.
12762 (backup-enable-predicate): Use it to replace the lambda form.
12763
12764 * calendar/todo-mode.el: [This needs more work on the outline
12765 stuff.] Doc fixes.
12766 (todo) <defgroup>: Add :version.
12767 (todo-add-category): Don't use pushnew.
12768 (todo-cmd-raise): Fix typo.
12769 (todo-top-priorities): Change temp buffer name.
12770 (todo-category-alist): Avoid redundant lambda.
12771 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12772 Use outline-next-heading.
12773
12774 * autoarg.el: Rewritten to use define-minor-mode.
12775 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12776 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12777
12778 2000-06-02 Kenichi Handa <handa@etl.go.jp>
12779
12780 * isearch.el (isearch-other-meta-char): Fix previous change.
12781
12782 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12783
12784 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12785 (log-edit-done): Only add the comment to the ring if it's different
12786 from the last comment entered.
12787
12788 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12789
12790 2000-06-01 Dave Love <fx@gnu.org>
12791
12792 * hl-line.el: Rewritten using define-minor-mode.
12793
12794 * help.el (describe-function-1): Distinguish special form from
12795 builtin function. Sanity-check presence of arglist for builtins.
12796
12797 2000-06-01 Kenichi Handa <handa@etl.go.jp>
12798
12799 * international/characters.el: Fix syntax/category setting of
12800 Tibetan characters.
12801
12802 * language/tibet-util.el (tibetan-add-components): Fixes for new
12803 encoding of Tibetan characters.
12804 (tibetan-decompose-precomposition-alist): New variable.
12805 (tibetan-decompose-region): Convert precomposed characters to
12806 non-precomposed characters.
12807 (tibetan-decompose-string): Likewise.
12808 (tibetan-composition-function): Fix args to
12809 thibetan-compose-string.
12810
12811 * language/tibetan.el (tibetan-composable-pattern): More
12812 characters included.
12813 (tibetan-consonant-transcription-alist): Rule for "R" added.
12814 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12815 "+R" added.
12816 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12817
12818 * language/lao-util.el (lao-composition-function): Fix args to
12819 compose-string.
12820
12821 * language/thai-util.el (thai-composition-function): Fix args to
12822 compose-string.
12823
12824 * isearch.el (isearch-update): Set disable-point-adjustment to t
12825 to prevent the point moving to the end of a composition when a
12826 part of a composition is searched.
12827 (isearch-other-meta-char): If the key invoking this command can be
12828 mapped by function-key-map to a printing char, call
12829 isearch-process-search-char directly.
12830
12831 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12832
12833 * emacs-lisp/bytecomp.el:
12834 * frame.el:
12835 * international/mule-cmds.el:
12836 * international/mule-util.el:
12837 * international/mule.el:
12838 * mouse.el:
12839 * subr.el:
12840 * faces.el: Update calls to make-obsolete with a WHEN argument.
12841
12842 * byte-run.el (make-obsolete, make-obsolete-variable):
12843 Add an optional WHEN argument and change the format of the
12844 symbol-property information.
12845 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12846 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12847 new obsolete-symbol-property format and print WHEN if it is provided.
12848
12849 2000-05-31 Dave Love <fx@gnu.org>
12850
12851 * loadhist.el (loadhist-hook-functions): Remove
12852 before-change-function, after-change-function.
12853 (unload-feature): Deal with symbols which are both bound and
12854 fbound.
12855
12856 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12857 before-change-function, after-change-function.
12858
12859 * simple.el (newline): Don't bind before-change-function,
12860 after-change-function.
12861
12862 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12863
12864 * whitespace.el (whitespace-rescan-timer-time): Update interval
12865 set to 600 seconds (10 minutes) instead of 60 seconds since
12866 a large number of whitespace buffers causes emacs to `freeze'
12867 for a considerable amount of time.
12868
12869 * whitespace.el: Updated email address
12870
12871 2000-05-31 Dave Love <fx@gnu.org>
12872
12873 * add-log.el (change-log-font-lock-keywords) <function>: Add
12874 pattern for function of change.
12875 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12876 acknowledgements patterns.
12877
12878 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12879
12880 * isearch.el (isearch-printing-char): If keyboard coding system is
12881 being used, call isearch-process-search-multibyte-characters.
12882
12883 * international/isearch-x.el: Mostly rewritten.
12884
12885 * international/quail.el (quail-start-conversion): Don't include
12886 unhandled events in the returned events, but set them in
12887 unread-command-events. Exit if all inputs are deleted.
12888
12889 2000-05-30 Jason Rumney <jasonr@gnu.org>
12890
12891 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12892
12893 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12894 Reenable code to create initial fontsets.
12895 Use set-fontset-font in place of put-charset-property.
12896
12897 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12898
12899 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12900 label, ensure that the first colon isn't followed by another.
12901
12902 * paths.el (Info-default-directory-list): Doc fix.
12903
12904 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12905 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12906 send a query containing USER only, not USER@HOST.
12907
12908 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12909 and rmail-msgend to compute the restriction at the end, instead of
12910 computing it.
12911
12912 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12913
12914 * dabbrev.el (dabbrev-expand): Don't display messages in the
12915 echo area if the minibuffer window is active.
12916
12917 * jit-lock.el (jit-lock-mode): Add after change function to
12918 local hook.
12919
12920 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12921
12922 * antlr-mode.el: New commands: hide/unhide actions,
12923 upcase/downcase literals.
12924 (antlr-tiny-action-length): New user option.
12925 (antlr-hide-actions): New command. Suggested by
12926 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12927 (antlr-mode-map): New binding [C-c C-v].
12928 (antlr-mode-menu): New entries.
12929 (antlr-downcase-literals): New command.
12930 (antlr-upcase-literals): Ditto.
12931
12932 * antlr-mode.el: Minor changes: indendation, mode-name.
12933 (antlr-indent-line): Indent cpp directive at column 0.
12934 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12935
12936 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12937 (antlr-font-lock-additional-keywords): Workaround for intentional
12938 bug in XEmacs version of font-lock.
12939 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12940 be used by a smarter version of `buffers-menu-grouping-function'.
12941
12942 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12943
12944 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12945 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12946
12947 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12948
12949 * international/encoded-kb.el
12950 (encoded-kbd-iso2022-designation-map): Pay attention to that
12951 charset-iso-final-char return -1 for eight-bit-control and
12952 eight-bit-graphic.
12953
12954 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12955
12956 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12957 (speedbar-easymenu-definition-base): Use display-graphic-p where
12958 available, instead of window-system.
12959
12960 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12961
12962 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12963 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12964 coding systems.
12965
12966 2000-05-26 Dave Love <fx@gnu.org>
12967
12968 * disp-table.el (standard-display-underline): Don't use
12969 internal-find-face.
12970
12971 * mail/reporter.el: Maintainer change. Doc fixes.
12972 (reporter-version): Deleted.
12973
12974 * emacs-lisp/elp.el: Maintainer change.
12975 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12976
12977 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12978
12979 * add-log.el (add-change-log-entry): Merge the current entry with the
12980 previous one if the previous one is empty.
12981
12982 2000-05-26 Dave Love <fx@gnu.org>
12983
12984 * loadhist.el (unload-feature): Fix interactive spec [from
12985 lijnzaad@ebi.ac.uk].
12986
12987 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12988 subr-arity to check primitives.
12989 (byte-compile-flush-pending, byte-compile-file-form-progn)
12990 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12991 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12992 mapcar.
12993
12994 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12995
12996 * international/fontset.el: Set family names of non-latin charsets
12997 in default fontset to "*".
12998
12999 * international/mule-diag.el (print-fontset): Combine family part
13000 and registry part of the fontname by "-*-" instead of "-".
13001
13002 * international/mule-cmds.el (encode-coding-char): Make strings
13003 multibyte before calling encode-coding-string.
13004
13005 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13006
13007 * derived.el: Fix keywords.
13008 (define-derived-mode): Only define if needed.
13009
13010 * simple.el (fill-comment, comment-column, comment-start)
13011 (comment-start-skip, comment-end, comment-indent-function)
13012 (block-comment-start, block-comment-end, indent-for-comment)
13013 (set-comment-column, kill-comment, comment-padding, comment-region)
13014 (comment-multi-line, indent-new-comment-line): Remove.
13015
13016 * bindings.el (esc-map): Change ; to comment-dwim and use the new
13017 function names for comment operations.
13018
13019 * newcomment.el: Add abundant autoload cookies.
13020 (comment-style): Don't depend on runtime data at compile-time.
13021 (comment-indent-hook): Remove.
13022 (comment-indent): Check if comment-indent-hook is bound.
13023 (comment-region): Docstring fix.
13024
13025 2000-05-25 Dave Love <fx@gnu.org>
13026
13027 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
13028 byte-code-function-p.
13029
13030 * mail/rmailsum.el: Add provide.
13031
13032 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
13033
13034 * smerge-mode.el (smerge-diff-switches): Don't use list* in
13035 defcustom.
13036
13037 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
13038
13039 * ediff-diff.el (ediff-exec-process): delete --binary option from
13040 non-buffer ediff jobs.
13041
13042 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13043
13044 * hilit-chg.el (highlight-changes-mode): Ask about color or
13045 grayscale support, not about window-system.
13046
13047 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
13048 window-system.
13049 (ffap-highlight): Always default to t.
13050
13051 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
13052 display-popup-menus-p instead of looking at window-system.
13053
13054 * disp-table.el (standard-display-g1, standard-display-graphic):
13055 Only refuse to use string glyphs on X and MS-Windows.
13056
13057 * avoid.el: Remove window-system from commentary, suggest to use
13058 display-*-p instead.
13059
13060 * apropos.el (apropos-print): Use display-mouse-p instead of
13061 window-system.
13062
13063 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13064
13065 * international/codepage.el (cp-decoding-vector-for-codepage):
13066 Fill up unsupported characters with their own codes. From Kenichi
13067 Handa.
13068
13069 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13070
13071 * international/mule-diag.el (describe-char-after): Use
13072 display-graphic-p instead of window-system, so that this function
13073 works on MS-DOS.
13074
13075 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13076
13077 * international/codepage.el (cp-make-coding-systems-for-codepage):
13078 Remove the eight-bit-graphic and eight-bit-control charsets from
13079 the list of charsets which we convert into `?'.
13080
13081 2000-05-25 Kenichi Handa <handa@etl.go.jp>
13082
13083 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13084 private charsets.
13085 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13086 japanese-jisx0213-2): New charsets.
13087
13088 * international/fontset.el: Setup default fontset for new charsets.
13089
13090 2000-05-24 Dave Love <fx@gnu.org>
13091
13092 * info.el (Info-find-node-2): Restructure [following "Vadim
13093 S. Solomin" <sovs@uic.nnov.ru>].
13094
13095 * icomplete.el: Fix header for Finder.
13096
13097 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13098
13099 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13100 STAY.
13101
13102 * rmail.el (rmail-automatic-folder-directives): New user variable.
13103 (rmail-show-message): Add call to `rmail-auto-file' during
13104 display.
13105 (rmail-auto-file): New function.
13106
13107 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13108
13109 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13110 account.
13111 (ediff-test-utility,ediff-diff-mandatory-option)
13112 (ediff-reset-diff-options): Utilities for proper initialization of
13113 ediff-diff-options and ediff-diff3-options on Windows.
13114
13115 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13116 variable.
13117
13118 * ediff-mult.el (ediff-filegroup-action): Use
13119 ediff-merge-filename-prefix.
13120
13121 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13122
13123 * viper-ex.el (ex-write): Set selective display to nil.
13124
13125 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13126
13127 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13128 aliases for hebrew-iso-8bit.
13129
13130 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * woman.el: New version from Francis J. Wright
13133 <F.J.Wright@Maths.QMW.ac.uk>.
13134 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13135 names in environment variables regardless of the path separator.
13136 (woman-topic-all-completions-1): Don't call file-name-directory-p
13137 on all files, since woman-file-regexp already filters out any
13138 directories.
13139
13140 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13141
13142 * international/quail.el (quail-start-translation): Don't change
13143 modified-p of the current buffer.
13144 (quail-start-conversion): Likewise.
13145
13146 * international/kkc.el (kkc-region): Don't change modified-p of
13147 the current buffer.
13148
13149 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13150 conform to RFC1468.
13151 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13152
13153 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13154
13155 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13156 (speedbar-insert-button): Invisible text property fix.
13157 (speedbar-directory-plus): Renamed from speedbar-directory-+
13158 (speedbar-directory-minus): Renamed from speedbar-directory--
13159 (speedbar-page-plus): Renamed from speedbar-file-+
13160 (speedbar-page-minus): Renamed from speedbar-file--
13161 (speedbar-page): Renamed from speedbar-file-
13162 (speedbar-tag): Renamed from speedbar-tag-
13163 (speedbar-tag-plus): Renamed from speedbar-tag-+
13164 (speedbar-tag-minus): Renamed from speedbar-tag--
13165 (speedbar-expand-image-button-alist): Use above renames.
13166
13167 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13168 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13169 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13170 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13171 * sb-pg.xpm: Renamed from sb-file.xpm
13172 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13173 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13174
13175 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13176
13177 * international/quail.el (quail-show-guidance-buf): Set
13178 current-input-method of the guidance buffer to the name of the
13179 curren input method.
13180
13181 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13182
13183 * progmodes/compile.el (compile-internal): Style typo.
13184
13185 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13186 quote vars and functions in the docstring.
13187
13188 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13189
13190 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13191 Don't quote lambdas.
13192
13193 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13194
13195 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13196
13197 * startup.el (command-line): Determine source file of compiled
13198 user init file differently. Warn if compiled user init file
13199 is older than its source file.
13200
13201 * ffap.el (ffap-url-regexp): Add `https'.
13202
13203 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13204
13205 * files.el (make-backup-file-name-1): Replace slashes with `!'
13206 rather than `|' (which is not allowed on Windows). Replace the
13207 drive letters with a string "drive_X".
13208
13209 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13210
13211 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13212
13213 * files.el (interpreter-mode-alist): Add `bash2'.
13214
13215 2000-05-22 Dave Love <fx@gnu.org>
13216
13217 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13218 mapc.
13219 (feature-file): Avoid calling symbol-name. Doc fix.
13220 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13221 (loadhist-hook-functions): Add mouse-position-function.
13222 (unload-feature): Change uses of mapcar.
13223
13224 * files.el (parse-colon-path): Doc fix.
13225 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13226 (set-auto-mode): Use mapc.
13227
13228 * complete.el (PC-look-for-include-file): Use :alnum: character
13229 class.
13230 (partial-completion-mode): Add autoload cookie.
13231
13232 2000-05-22 Sam Steingold <sds@gnu.org>
13233
13234 * info.el (Info-fontify-node): Fixed the call to
13235 `add-text-properties' (bug introduced on 2000-05-18).
13236
13237 2000-05-22 Dave Love <fx@gnu.org>
13238
13239 * bindings.el: Remove debug-ignored-errors set in other files.
13240
13241 * progmodes/etags.el: Add to debug-ignored-errors.
13242 (visit-tags-table-buffer): Clear out buffers holding old tables
13243 when making a new list.
13244 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13245 mapc.
13246
13247 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13248 quote keywords.
13249 (cmpl-string-case-type): Use character classes.
13250
13251 * comint.el:
13252 * textmodes/ispell.el:
13253 * imenu.el:
13254 * mail/mh-e.el:
13255 * progmodes/compile.el: Add to debug-ignored-errors.
13256
13257 * dabbrev.el: Add to debug-ignored-errors.
13258 (dabbrev-completion): Use mapc.
13259
13260 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13261
13262 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13263 (woman-mapcan, woman-parse-man.conf)
13264 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13265 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13266 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13267 path syntax better.
13268 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13269 (woman-manpath): Call woman-parse-man.conf.
13270 (woman-emulation): New defcustom, defaults to nroff.
13271 (woman-font-support): New defconst.
13272 (woman-use-symbol-font): New defcustom.
13273 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13274 "Emulation".
13275 Many functions: Doc fix.
13276
13277 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13278
13279 * international/quail.el (quail-simple-translation-keymap): Map
13280 128..255 to quail-self-insert-command.
13281 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13282
13283 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13284
13285 * help.el (help-manyarg-func-alist): Typo.
13286
13287 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13288 intervals which makes it heaps simpler.
13289
13290 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13291 the nested comment markers.
13292
13293 * subr.el (remove-hook): Don't turn the hook's value into a list.
13294
13295 2000-05-21 Dave Love <fx@gnu.org>
13296
13297 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13298 are invalid characters.
13299
13300 * international/mule-util.el (detect-coding-with-priority): Use
13301 mapc. Remove redundant lambda.
13302
13303 * international/mule-diag.el (list-non-iso-charset-chars)
13304 (describe-fontset): Remove redundant lambda.
13305
13306 * emulation/crisp.el (brief-mode): New alias.
13307
13308 * emacs-lisp/ring.el (ring-elements): New function.
13309
13310 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13311 (easy-menu-do-add-item): Use keywordp.
13312
13313 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13314
13315 * replace.el: Doc and error message fixes.
13316 (replace-highlight): Use facep, not internal-find-face.
13317
13318 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13319
13320 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13321
13322 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13323 (log-edit-insert-changelog): Drop `:' as well.
13324
13325 * log-view.el: Fix file description.
13326 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13327 available.
13328 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13329 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13330
13331 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13332 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13333 Print a status message if the toggle is called interactively.
13334 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13335 for global minor modes and use `defcustom' for them.
13336 Use add-minor-mode.
13337 (easy-mmode-define-derived-mode): Remove.
13338 (define-derived-mode): Fancier default docstring.
13339 (easy-mmode-define-navigation): Signal an error rather than (ding).
13340
13341 * newcomment.el (comment-styles): New `box-multi'.
13342 (comment-normalize-vars): Better default for comment-continue to
13343 avoid whitespace-only continuations.
13344 (comment-search-forward): Always move even in the no-syntax case.
13345 (comment-padright): Only obey N if it's only obeyed for padleft.
13346 (comment-make-extra-lines): Better handling of empty continuations.
13347 Use `=' for the filler if comment-start has only one character.
13348 (uncomment-region): Try handling the special `=' filler.
13349 (comment-region): Allow LINES even if MULTI is nil.
13350 (comment-box): Choose box style based on comment-style.
13351
13352 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13353
13354 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13355 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13356
13357 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13358
13359 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13360 and insert, not subst-char-in-region.
13361
13362 * international/mule-diag.el (list-character-sets-1): Handle
13363 charsets eight-bit-control and eight-bit-graphic.
13364 (list-iso-charset-chars): Likewise.
13365 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13366 charactes as is. Use indent-to to align characters.
13367
13368 * international/mule-cmds.el (find-multibyte-characters): Never
13369 exclude charsets eight-bit-control and eight-bit-graphic.
13370
13371 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13372
13373 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13374 Don't quote lambdas.
13375
13376 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13377
13378 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13379
13380 * gud.el (gud-jdb-directories): Doc fix.
13381
13382 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13383
13384 * newcomment.el: New file.
13385
13386 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13387
13388 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13389
13390 2000-05-18 Andreas Schwab <schwab@suse.de>
13391
13392 * dired.el (dired-between-files): Also skip lines beginning with
13393 `used'.
13394
13395 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13396
13397 * msb.el (msb-menu-cond): Add choice `user'.
13398
13399 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13400
13401 * ps-print.el: Compatibility, customization and doc fix.
13402 (ps-printer-name-option): Replace defconst by defvar.
13403 (ps-postscript-code-directory): XEmacs compatibility.
13404 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13405 fix.
13406 (ps-user-defined-prologue, ps-print-prologue-header)
13407 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13408 compatibility and code fix.
13409 (ps-print-background-image, ps-print-background-text):
13410 Customization fix.
13411 (ps-line-number-start, ps-n-up-on): New vars.
13412
13413 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13414
13415 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13416 the indent-comment function to just return the appropriate indent.
13417
13418 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13419
13420 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13421 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13422 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13423
13424 2000-05-18 Dave Love <fx@gnu.org>
13425
13426 * info.el (Info-fontify-node): Add intangible property as well as
13427 invisible.
13428
13429 * calendar/appt.el (appt-make-list): Match all lines of entry.
13430 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13431
13432 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13433
13434 * international/mule-diag.el (describe-char-after): Call
13435 internal-char-font, not char-font. If internal-char-font returns
13436 nil, display "-- none --".
13437
13438 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13439
13440 * image.el (image-type-available-p): Don't reference image-types
13441 if it isn't bound.
13442
13443 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13444
13445 * autoarg.el (autoarg-mode): Typo in the :set argument.
13446
13447 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13448
13449 * startup.el (command-line-1): Don't signal an error if the
13450 directory for auto-save-list files does not yet exist.
13451
13452 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13453
13454 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13455
13456 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13457
13458 * subr.el (remove-hook): `setq' hook-value, not `set'.
13459
13460 2000-05-16 Sam Steingold <sds@gnu.org>
13461
13462 * info.el (debug-ignored-errors): More errors to ignore.
13463
13464 2000-05-16 Dave Love <fx@gnu.org>
13465
13466 * cus-edit.el: Don't require cl or easymenu.
13467 (custom-variable-prompt): Test standard-value property, not
13468 user-variable-p.
13469
13470 2000-05-16 Sam Steingold <sds@gnu.org>
13471
13472 * subr.el (add-hook): `setq' hook-value, not `set'.
13473
13474 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13475
13476 * startup.el (command-line-1): Mention the FAQ in the startup
13477 message.
13478
13479 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13480
13481 * progmodes/compile.el (compilation-parse-errors): Collect
13482 `nomessage' regexps last.
13483
13484 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13485
13486 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13487 to the function name.
13488
13489 2000-05-15 Dave Love <fx@gnu.org>
13490
13491 * speedbar.el (speedbar-recenter): Typo.
13492 (speedbar-expand-line): Make arg optional.
13493 (speedbar-mode): Avoid a compiler warning.
13494
13495 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13496
13497 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13498 user-specified option string is empty.
13499
13500 * mouse.el (mouse-yank-at-click): Doc fix.
13501
13502 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13503
13504 * term/internal.el (IT-character-translations): More updates of
13505 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13506 documents.
13507
13508 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13509
13510 * env.el (getenv): New function, interactively callable.
13511 (setenv, getenv): Remove autoload cookies.
13512
13513 * loadup.el: Load `env'.
13514
13515 * progmodes/f90.el: Change author's mail address.
13516
13517 2000-05-14 Dave Love <fx@gnu.org>
13518
13519 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13520 goto-addr as an option.
13521
13522 * help.el (help-xref-stack): Doc fix.
13523 (help-xref-following): New variable.
13524 (help-make-xrefs): Use it.
13525 (help-xref-go-back): Use position information from stack element.
13526 (help-follow): Make position in stack element a pair. Use
13527 help-xref-following.
13528
13529 * autoarg.el: New file.
13530
13531 * faces.el: Declare more functions obsolete.
13532
13533 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13534 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13535 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13536 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13537 Remove all the setup-...-environment functions.
13538
13539 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13540
13541 * speedbar.el: Updated the commentary section. xemacs20p now uses
13542 >= when detecting. Require `defimage' safely.
13543 (speedbar-easymenu-definition-base): Add toggle for images.
13544 (speedbar-easymenu-definition-special): Add flush cache & expand.
13545 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13546 (speedbar-reconfigure-keymaps-hook): New variable.
13547 (speedbar-frame-parameters): Updated documentation.
13548 (speedbar-use-imenu-flag): Updated custom tag
13549 (speedbar-dynamic-tags-function-list): New variable.
13550 (speedbar-tag-hierarchy-method): Updated doc & custom.
13551 (speedbar-indentation-width, speedbar-indentation-width) New
13552 variables.
13553 (speedbar-hide-button-brackets-flag): Customizable.
13554 (speedbar-vc-indicator): Doc update.
13555 (speedbar-ignored-path-expressions): Updated default value.
13556 (speedbar-supported-extension-expressions): Updated default value.
13557 (speedbar-syntax-table): Remove {} paren status.
13558 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13559 as "+". Added overlay aliases.
13560 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13561 `force-mode-line-update'.
13562 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13563 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13564 `mouse-set-point'
13565 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13566 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13567 of arbitrary text, and new helper functions.
13568 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13569 filename finder.
13570 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13571 (speedbar-directory-buttons): Update path search/expansion.
13572 (speedbar-make-tag-line): Pay attention to
13573 `speedbar-indentation-width'. Use more care w/ invisible
13574 properties.
13575 (speedbar-change-expand-button-char): Call
13576 `speedbar-insert-image-button-maybe'.
13577 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13578 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13579 (speedbar-trim-words-tag-hierarchy)
13580 (speedbar-simple-group-tag-hierarchy): New functions
13581 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13582 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13583 functions.
13584 (speedbar-mouse-set-point): New function
13585 (speedbar-power-click): Updated documentation.
13586 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13587 of tag prefix text.
13588 (speedbar-expand-line, speedbar-contract-line): Make more robust
13589 to strange text.
13590 (speedbar-expand-line): Takes universal argument to flush the
13591 cache.
13592 (speedbar-flush-expand-line): New function.
13593 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13594 Use new generator insertion method.
13595 (speedbar-fetch-dynamic-tags): New function.
13596 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13597 `speedbar-fetch-dynamic-imenu'.
13598 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13599 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13600 "Revert Buffer" menu items.
13601 (speedbar-buffer-buttons-engine): Be smarter when creating a
13602 filename tag (for expansion purposes.).
13603 (speedbar-highlight-one-tag-line,
13604 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13605 (speedbar-recenter): New functions.
13606 (defimage-speedbar): Image loading abstraction.
13607 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13608 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13609 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13610 (speedbar-tag-type, speedbar-tag-mail): New images.
13611 (speedbar-expand-image-button-alist): New variable.
13612 (speedbar-insert-image-button-maybe): Insert an image over some
13613 buttons.
13614
13615 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13616
13617 * international/mule-cmds.el (encode-coding-char): An ASCII
13618 character is always encodable.
13619
13620 * international/mule-conf.el: Add more information in descriptions
13621 of character sets.
13622
13623 * international/mule-diag.el (describe-char-after): New function.
13624 (describe-font-internal): Adjusted for the change of font-info.
13625 (describe-font): Likewise.
13626 (print-fontset): Rewritten for the new fontset implementation.
13627 (describe-fontset): Include fontset alias names in completion.
13628 (list-fontsets): Adjusted for the change of print-fontset.
13629
13630 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13631 describe-char-after instead of displaying the detail in the echo
13632 area.
13633 (syntax-code-table): Format changed.
13634 (string-to-syntax): Adjusted for the above change.
13635
13636 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13637
13638 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13639
13640 2000-05-12 Dave Love <fx@gnu.org>
13641
13642 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13643 dependence. Use line-{beginning,end}-position, not
13644 point-at{b,e}ol. Some doc fixes.
13645 (todo-position): New function. Fix callers of position to use it.
13646 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13647
13648 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13649
13650 * time.el (display-time-mail-icon): Use `:ascent center'.
13651
13652 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13653 handling FTP security extensions.
13654
13655 2000-05-11 Dave Love <fx@gnu.org>
13656
13657 * calendar/todo-mode.el: New file.
13658
13659 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13660
13661 * comint.el (comint-read-input-ring): Move reference to
13662 comint-input-ring-size outside of the save-excursion. It was
13663 causing the default value to be the only one ever seen.
13664
13665 * font-lock.el: Update copyright. Remove Simon Marshall's email
13666 address on request from him.
13667
13668 * subr.el (substitute-key-definition): Add comment describing
13669 the meaning of PREFIX.
13670
13671 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13672
13673 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13674
13675 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13676 (add-minor-mode): Don't make the variable buffer-local and add a
13677 reference to define-minor-mode in the docstring.
13678
13679 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13680 HEADER/FOOTER and fix bug with trailing empty directory.
13681 (cvs-append-to-ignore): Use vc-editable-p if available.
13682 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13683 (vc-do-command): Tweak advice to handle the new VC.
13684
13685 * log-view.el (log-view-goto-rev): New function for the new VC.
13686 (log-view-minor-wrap): Use mark-active.
13687
13688 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13689 (log-edit-changelog-full-paragraphs): New var.
13690 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13691 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13692 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13693 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13694 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13695 Replace the `cvs' prefix with `log-edit'.
13696
13697 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13698
13699 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13700 (diff-font-lock-defaults): Explicitly turn off multiline.
13701 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13702 (diff-ediff-patch): Fix call to ediff-patch-file.
13703 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13704 Handle comments.
13705
13706 * frame.el (automatic-hscrolling): Typo.
13707
13708 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13709
13710 2000-05-09 Sam Steingold <sds@goems.com>
13711
13712 * apropos.el (apropos-print): use `describe-face' instead of
13713 `customize-face-other-window'.
13714
13715 2000-05-09 Dave Love <fx@gnu.org>
13716
13717 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13718
13719 * help.el (describe-variable): Have customize button pop the
13720 help-xref stack when invoked.
13721 (help-xref-symbol-regexp): Add `face'.
13722 (help-make-xrefs): Check for quoted face names and adapt regexp
13723 submatch numbers to cope.
13724 (help-xref-interned): Maybe insert face doc too. Separate
13725 sections with a line of hyphens.
13726
13727 * faces.el: Some doc fixes. Declare some functions obsolete.
13728 (describe-face): Add customize button. Return the help
13729 text. Fix prompt.
13730
13731 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13732
13733 * term/internal.el (IT-character-translations): Fix last change.
13734
13735 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13736
13737 * woman.el: New file
13738 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13739
13740 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13741
13742 * term/internal.el (IT-character-translations): Update ASCII
13743 simulations for greek-iso8859-7, add latin-iso8859-14 and
13744 latin-iso8859-15.
13745
13746 * international/mule-cmds.el (set-language-info-alist): Call
13747 define-prefix-command with 3 arguments, to make the map suitable
13748 for a menu.
13749
13750 2000-05-07 Dave Love <fx@gnu.org>
13751
13752 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13753
13754 2000-05-05 Dave Love <fx@gnu.org>
13755
13756 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13757 list in doc string. Don't quote keyword symbols.
13758 * emacs-lisp/cl.el: Likewise
13759 * emacs-lisp/cl-seq.el: Likewise
13760
13761 2000-05-05 Gerd Moellmann <gerd@gnu.org>
13762
13763 * abbrev.el (abbrev-mode): Make ARG optional.
13764
13765 2000-05-04 Gerd Moellmann <gerd@gnu.org>
13766
13767 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13768
13769 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13770
13771 * subr.el (substitute-key-definition): Clarify documentation.
13772
13773 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
13774
13775 * glasses.el (glasses-convert-to-unreadable): Use
13776 `glasses-separator' instead of the hard-wired "_".
13777 (glasses-mode): Call `glasses-make-unreadable' only in a single
13778 place.
13779
13780 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13781
13782 * term/internal.el (cjk-codepages-alist): Add associations for
13783 Chinese and Korean codepages. Remove FIXME comment.
13784
13785 2000-05-03 Dave Love <fx@gnu.org>
13786
13787 * time.el (display-time-mail-face, display-time-use-mail-icon):
13788 New option.
13789 (display-time-mail-icon): New variable.
13790 (display-time-string-forms): Use the above. Fix the local-map.
13791
13792 2000-05-03 Gerd Moellmann <gerd@gnu.org>
13793
13794 * replace.el (query-replace-map): Add binding for `E'.
13795 (query-replace-help): Extend help text.
13796 (perform-replace): Allow editing the replacement string.
13797
13798 * make-mode.el (makefile-mode-abbrev-table): New variable.
13799 (makefile-mode): Set local abbrev table to
13800 makefile-mode-abbrev-table.
13801 (makefile-font-lock-keywords): Fontify includes and conditionals.
13802
13803 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13804 set TOGGLE's value.
13805
13806 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13807 mail-interactive-insert-alias.
13808 (mail-abbrev-complete-alias): New command.
13809 (mail-mode-map): Bind it to `M-TAB'.
13810
13811 2000-05-03 Kenichi Handa <handa@etl.go.jp>
13812
13813 * language/lao-util.el (lao-compose-region): New function.
13814
13815 2000-05-02 Gerd Moellmann <gerd@gnu.org>
13816
13817 * files.el (recover-session): Make directories as necessary
13818 if they don't exist yet.
13819
13820 * calendar/cal-french.el
13821 (french-calendar-multibyte-special-days-array)
13822 (french-calendar-special-days-array): Change French text.
13823 (calendar-french-date-string): Change output.
13824 (calendar-goto-french-date): Likewise.
13825
13826 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13827
13828 * wid-edit.el (widget-default-active): Obey `:always-active'.
13829 (widget-documentation-string-value-create): Set `:always-active'.
13830
13831 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13832
13833 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13834 default prefix to `~/_emacs.d/auto-save.list/_s'.
13835 (normal-top-level): Create the directory for auto-save files, if
13836 it doesn't already exist (in the ms-dos case only).
13837
13838 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13839
13840 * international/mule-cmds.el (set-language-environment): Don't
13841 concat an integer (dos-codepage), use format instead.
13842
13843 2000-05-02 Dave Love <fx@gnu.org>
13844
13845 * help.el (help-xref-on-pp): Check for constant symbols.
13846
13847 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13848
13849 * startup.el (normal-top-level): Put a condition-case around
13850 the code loading subdirs.el.
13851
13852 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13853
13854 * ps-print.el: Upside-down and face background color printing,
13855 line number step, doc fix.
13856 (ps-print-version): New version number (5.2).
13857 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13858 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13859 (ps-spool-config): Var fix.
13860 (ps-printer-name-option): Const fix.
13861 (ps-print-upside-down, ps-use-face-background)
13862 (ps-line-number-step): New vars.
13863 (ps-window-system, ps-lp-system): New consts.
13864 (ps-face-background): New fun.
13865
13866 2000-04-28 Richard Stallman <rms@gnu.org>
13867
13868 * files.el (make-auto-save-file-name):
13869 Apply auto-save-file-name-transforms to visited file name
13870 before generating auto save file name.
13871 (auto-save-file-name-transforms): New variable.
13872
13873 * files.el (backup-enable-predicate):
13874 Correctly test for a file under a temporary directory.
13875
13876 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13877
13878 * subr.el (add-minor-mode): Rewritten.
13879
13880 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13881
13882 * mail/sendmail.el (sendmail-send-it): Set
13883 buffer-file-coding-system to the selected coding system for MIME
13884 header.
13885
13886 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13887
13888 * dired.el (dired-move-to-filename-regexp): Allow format where
13889 YYYY is followed by two spaces.
13890
13891 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13892 in the second character class of the regexp.
13893
13894 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13895 mh-etc, too.
13896
13897 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13898 nil.
13899
13900 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13901
13902 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13903 argument.
13904
13905 2000-04-27 Sen Nagata <sen@eccosys.com>
13906
13907 * emacs-lisp/crm.el (crm-completion-table): New variable.
13908 (crm-collection-fn, crm-test-completion)
13909 (completing-read-multiple): Use it.
13910
13911 2000-04-27 Dave Love <fx@gnu.org>
13912
13913 * help.el (locate-library): Use mapc.
13914 (help-manyarg-func-alist): Add call-process-region.
13915
13916 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13917
13918 * subr.el (add-minor-mode): Make argument MAP optional.
13919
13920 * desktop.el (desktop-save): Save list of minor modes.
13921 (desktop-create-buffer): Restore minor modes.
13922 (desktop-minor-mode-table): New user-option.
13923
13924 * subr.el (add-minor-mode): New function.
13925
13926 * image.el (find-image): New function.
13927 (defimage): Rewritten to find image at load time.
13928
13929 * startup.el (normal-top-level-add-to-load-path): Handle
13930 case that the default directory is not in load-path.
13931
13932 * help.el: Old patch from Stefan Monnier.
13933 (help-xref-on-pp): New function.
13934 (describe-variable): Use it to display xrefs in a symbol's value.
13935
13936 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13937
13938 * cus-edit.el (custom-face): Fix parenthesis.
13939
13940 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13941
13942 * mail/rmail.el (rmail-expunge): When there are no deleted
13943 messages, do nothing.
13944
13945 2000-04-26 Dave Love <fx@gnu.org>
13946
13947 * international/mule-cmds.el (locale-translation-file-name):
13948 Defvar to nil.
13949 (set-locale-environment): Set it here (at runtime).
13950
13951 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13952
13953 * replace.el (perform-replace): Add parameters START and END. Use
13954 them instead of the check for a region in Transient Mark mode.
13955 (query-replace-read-args): Return two more list elements for the
13956 start and end of the region in Transient Mark mode.
13957 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13958 (map-query-replace-regexp, replace-string, replace-regexp): Add
13959 optional last arguments START and END and pass them to
13960 perform-replace.
13961
13962 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13963 form with additional arguments for perform-replace.
13964
13965 * progmodes/etags.el (tags-query-replace): Add parameters START
13966 and END. Construct a form with additional arguments for
13967 perform-replace.
13968
13969 * simple.el (shell-command): Set default directory for "*Shell
13970 Command Output" buffer.
13971
13972 * language/european.el (iso-latin-4): Fix typo.
13973
13974 * emacs-lisp/crm.el: New file.
13975
13976 2000-04-24 Dave Love <fx@gnu.org>
13977
13978 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13979 (Custom-reset-saved, Custom-reset-standard)
13980 (custom-group-value-create, custom-group-set, custom-group-save)
13981 (custom-group-reset-current, custom-group-reset-saved)
13982 (custom-group-reset-standard): Use mapc.
13983 (custom-buffer-create-internal): Disable undo when creating items.
13984 Use mapc.
13985 (custom-face): Avoid redundant lambda.
13986
13987 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13988
13989 * startup.el (auto-save-list-file-prefix): Set default to
13990 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13991
13992 2000-04-24 Sam Steingold <sds@gnu.org>
13993
13994 * time-stamp.el (time-stamp-string-preprocess): Always convert
13995 `field-result' to a string.
13996
13997 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13998
13999 * frame.el (scrolling): New group.
14000 (automatic-hscrolling): New user-option.
14001
14002 * startup.el (command-line-x-option-alist): Add `-lsp' and
14003 `--line-spacing'.
14004
14005 2000-04-19 Dave Love <fx@gnu.org>
14006
14007 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
14008 (cl-mapc): Rename from mapc. Fix the funcall.
14009
14010 2000-04-19 Gerd Moellmann <gerd@gnu.org>
14011
14012 * simple.el (clone-indirect-buffer-other-window): New command.
14013 (clone-indirect-buffer): Add optional arg NORECROD.
14014 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
14015
14016 * help.el (resize-temp-buffer-window): Use count-screen-lines.
14017
14018 * window.el (count-screen-lines): New function.
14019 (shrink-window-if-larger-than-buffer): Use count-screen-lines
14020 instead of window-buffer-height.
14021
14022 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
14023 non-existing variable comint-input-sentinel.
14024 (inferior-lisp-args-to-list): Removed.
14025 (inferior-lisp): Use split-string instead of
14026 inferior-lisp-args-to-list.
14027
14028 * hexl.el (hexl-insert-hex-string): New command.
14029
14030 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
14031 instead of concat.
14032
14033 2000-04-18 Gerd Moellmann <gerd@gnu.org>
14034
14035 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
14036 at the start of an existing but empty folder.
14037
14038 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14039
14040 * ps-mule.el: Customization fix, doc fix.
14041 (ps-multibyte-buffer): Customization fix.
14042
14043 2000-04-17 Richard M. Stallman <rms@gnu.org>
14044
14045 * subr.el (read-passwd): Use read-char-exclusive.
14046
14047 2000-04-17 Gerd Moellmann <gerd@gnu.org>
14048
14049 * textmodes/texinfo.el (texinfo-insert-@email)
14050 (texinfo-insert-@emph, texinfo-insert-@quotation)
14051 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
14052 (texinfo-mode-map): Add key bindings for them.
14053
14054 * files.el (basic-save-buffer-2): Use a template with `$'
14055 instead of `#' for VMS.
14056
14057 * simple.el (clone-indirect-buffer): New function.
14058
14059 2000-04-16 Stephen Eglen <stephen@gnu.org>
14060
14061 * iswitchb.el (iswitchb-case): New function. If the user input
14062 contains any upper-case characters, the search is made
14063 case-sensitive.
14064
14065 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
14066
14067 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
14068 comment-end.
14069 (texinfo-font-lock-syntactic-keywords): New var.
14070 (texinfo-font-lock-keywords): Remove comment regexp.
14071 (texinfo-insert-block): New function.
14072 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
14073 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
14074 and font-lock-defaults. Use regexp-opt for outline-regexp.
14075 (texinfo-environments): New var.
14076 (texinfo-environment-regexp): Use regexp-opt and
14077 texinfo-environments.
14078
14079 * textmodes/ispell.el (ispell-menu-map-needed): Check that
14080 ispell-process is bound since this might be eval'd before ispell
14081 is loaded.
14082 (ispell-message): Use a tiny bit less magic and a bit more hard
14083 data to figure out what kind of sc-cite-regexp to use.
14084
14085 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14086
14087 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14088 (insert-cyclic-diary-entry): Unquote the lambda.
14089
14090 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14091
14092 * files.el (backup-enable-predicate): Unquote the lambda.
14093
14094 * cus-edit.el (custom-face, face): Unquote the lambda.
14095
14096 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14097
14098 * ps-print.el: Check for line-beginning-position definition.
14099
14100 * ps-print.el: Fix counting lines in a region.
14101 (ps-print-version): New version number (5.1.5).
14102 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14103 (ps-printing-region): Fun code fix.
14104
14105 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14106
14107 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14108 to file-directory-p.
14109
14110 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14111
14112 * gud.el (gud-jdb-build-source-files-list): Check that directory
14113 exists before calling directory-files.
14114
14115 2000-04-13 Dave Love <fx@gnu.org>
14116
14117 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14118 syntax.
14119
14120 * emacs-lisp/cl-specs.el: Remove when, unless.
14121
14122 * emacs-lisp/cl-extra.el: Don't quote keywords.
14123 (cl-old-mapc): New variable.
14124 (mapc): Use it.
14125 (cl-map-intervals): Use with-current-buffer. Don't check for
14126 next-property-change.
14127 (cl-map-overlays): Use with-current-buffer.
14128 (cl-expt): Remove.
14129 (copy-tree, remprop): Define unconditionally.
14130
14131 * emacs-lisp/cl-compat.el (keywordp): Remove.
14132
14133 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14134 to use keywordp.
14135 (edebug-spec): Enable keywordp.
14136
14137 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14138 string-lessp.
14139
14140 * cus-start.el: Use keywordp.
14141
14142 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14143
14144 * diary-lib.el (include-other-diary-files): Fix the fix of
14145 2000-02-18 by doing a save-excursion.
14146
14147 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14148
14149 * ps-print.el: Customization fix, doc fix.
14150 (ps-print-version): New version number (5.1.4).
14151 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14152 (ps-print-preprint): Adjust code.
14153 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14154 (ps-print-prologue-header, ps-print-control-characters)
14155 (ps-spool-config): Customization fix.
14156
14157 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14158
14159 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14160 converted to the new menu-item format, names silightly changed,
14161 help strings added.
14162
14163 Support for spelling without async subprocesses:
14164
14165 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14166 (ispell-session-buffer): New variables.
14167 (ispell-start-process, ispell-process-status,
14168 ispell-accept-output, ispell-send-string): New functions, for
14169 Ispell invocation when async subprocesses aren't supported.
14170 (ispell-word, ispell-pdict-save, ispell-command-loop,
14171 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14172 to process-send-string with calls to ispell-send-string, and
14173 accept-process-output with ispell-accept-output.
14174 (ispell-init-process): Call ispell-process-status instead of
14175 process-status with.
14176 (ispell-init-process): Call ispell-start-process. Call
14177 ispell-accept-output and ispell-send-string. Don't call
14178 process-kill-without-query and kill-process if they are unbound.
14179 (ispell-async-processp): New function.
14180
14181 2000-04-12 Dave Love <fx@gnu.org>
14182
14183 * info.el: Add debug-ignored-errors.
14184 (Info-mode-menu): Add some items.
14185 (Info-directory): Add autoload cookie.
14186
14187 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14188 Modify `truncate-lines'. Make `describe-language-environment'
14189 always visible and add help. Modify `describe-key' help. Invoke
14190 Info-directory from `info'. New entry `emacs-manual'.
14191
14192 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14193
14194 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14195 propertized-buffer-identification.
14196 (ebrowse-update-member-buffer-mode-line): Likewise.
14197 (ebrowse--mode-strings): Removed.
14198 (ebrowse--mode-line-props): Removed.
14199
14200 * files.el (auto-mode-alist): Add `EBROWSE'.
14201
14202 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14203 space before testing for end of buffer.
14204 (ebrowse-load): Removed.
14205 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14206 (ebrowse-create-tree-buffer): Rewritten.
14207 (ebrowse-tree-mode): Read tree from buffer.
14208
14209 * progmodes/ebrowse-ffh.el: Removed.
14210
14211 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14212
14213 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14214
14215 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14216
14217 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14218 at the wrong place.
14219
14220 2000-04-09 Dave Love <fx@gnu.org>
14221
14222 * files.el (backup-enable-predicate): Use
14223 temporary-file-directory, small-temporary-file-directory.
14224 (make-backup-file-name-function, backup-directory-alist): New
14225 variables.
14226 (make-backup-file-name-1): New function.
14227 (make-backup-file-name): Use it.
14228 (find-backup-file-name): Likewise. Use format for clarity, not
14229 concat.
14230 (file-newest-backup): Use make-backup-file-name.
14231
14232 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14233
14234 * progmodes/ebrowse-ffh.el: New file.
14235
14236 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14237 to ebrowse-ffh.el.
14238 (ebrowse-load): Add autoload.
14239
14240 * finder.el (finder-commentary): Add autoload cookie.
14241
14242 * mail/rfc2368.el: Correct author's email address.
14243
14244 * progmodes/ebrowse.el: New file.
14245
14246 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14247 item help string.
14248 (easy-menu-do-add-item): Ditto.
14249 (easy-menu-define): Extend doc string.
14250
14251 * jit-lock.el (with-buffer-unmodified): Use
14252 restore-buffer-modified-p.
14253 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14254 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14255 with-buffer-unmodified.
14256
14257 2000-04-08 Dave Love <fx@gnu.org>
14258
14259 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14260 unless, when.
14261
14262 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14263
14264 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14265 (viper-flash-search-pattern): No operation when using Emacs
14266 doesn't support face.
14267 Use `viper-put-on-search-overlay'.
14268
14269 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14270
14271 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14272 like C-r.
14273
14274 * progmodes/make-mode.el: Some doc fixes.
14275 (makefile-mode-abbrev-table): New variable.
14276 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14277 (makefile-font-lock-keywords): Fontify includes and conditionals.
14278 (toplevel): Require `dabbrev' and `add-log' when compiling.
14279
14280 * replace.el (perform-replace): Don't move forward one char
14281 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14282 to do that because it leaves point 1 position after the last
14283 replacement, after everything has been replaced.
14284
14285 * jit-lock.el (with-buffer-unmodified): New macro.
14286 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14287 modified state.
14288 (jit-lock-function-1): Extracted from jit-lock-function; not
14289 preserving buffer's modified state.
14290 (jit-lock-function, jit-lock-stealth-fontify): Call
14291 jit-lock-function-1.
14292
14293 * mail/rfc2368.el: Remove supernumerary copyright line.
14294
14295 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14296
14297 * glasses.el: Provide facilities for inserting space before left
14298 parentheses and uncapitalization of identifiers.
14299 (glasses-mode): Try to remove old overlays in all cases.
14300
14301 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14302
14303 * progmodes/compile.el (compile-internal): Display the compilation
14304 buffer in a different frame, if it's already displayed there.
14305
14306 * mail/rfc2368.el: New file.
14307
14308 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14309 header and insert its value as mail body.
14310
14311 * subr.el (member-ignore-case): New function.
14312
14313 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14314 (dabbrev--find-expansion): Ignore buffers matching a regexp
14315 from dabbrev-ignored-regexps.
14316
14317 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14318 to extensions handled by gzip.
14319
14320 2000-04-03 Richard M. Stallman <rms@gnu.org>
14321
14322 * files.el (insert-directory): List the total free space
14323 along with the used space.
14324
14325 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14326 line is followed by one that matches CITATION-REGEXP, end the
14327 paragraph.
14328
14329 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14330
14331 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14332 (rmail-make-basic-summary-line): Use that option.
14333
14334 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14335
14336 * international/mule-cmds.el (encoded-string-description):
14337 Rewritten. Try pretty description for ISO 2022 escape sequences
14338 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14339 for hexadecimal format.
14340
14341 2000-04-01 Dave Love <fx@gnu.org>
14342
14343 * cpp.el: Change customization group to `c' from `C'.
14344
14345 * vcursor.el (vcursor-move): Use display-color-p.
14346
14347 * international/mule-util.el: Provide mule-utils.
14348 (string-to-sequence): Simplify and speed up.
14349
14350 * international/mule.el (make-coding-system): Purecopy doc-string.
14351
14352 * international/mule-cmds.el: Various menu changes.
14353 (describe-specified-language-support): Handle `Default'.
14354 (set-language-info): Purecopy `info'.
14355
14356 2000-03-31 Andrew Innes <andrewi@gnu.org>
14357
14358 * vc.el (vc-backend-diff): Return the correct status if we had to
14359 retry the rcsdiff command without the --brief option.
14360
14361 2000-03-31 Dave Love <fx@gnu.org>
14362
14363 * help.el (help-manyarg-func-alist): Correct several omissions.
14364
14365 * add-log.el: Don't require cl, fortran.
14366 (add-log-current-defun-function): Doc fix.
14367 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14368 fix.
14369 (change-log-version-rcs): Function deleted.
14370 (change-log-version-number-search): Doc fix. Use
14371 vc-workfile-version. Avoid CL dolist.
14372 (add-change-log-entry): Just call add-log-current-defun to get
14373 defun. Simplify somewhat.
14374 (change-log-get-method-definition-1): Likewise.
14375 (add-log-current-defun): Return nil if calling
14376 add-log-current-defun-function does so. Move Fortran stuff to
14377 fortran.el. Return string without properties.
14378
14379 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14380 and :alpha: char classes.
14381
14382 * mail/supercite.el: Defvar curline when compiling.
14383 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14384 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14385 rather than a-zA-Z0-9 to allow non-ASCII characters.
14386
14387 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14388
14389 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14390
14391 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14392 Re-enable new code.
14393
14394 * lpr.el (print-region-1): Use -d to specify printer name for
14395 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14396
14397 2000-03-31 Dave Love <fx@gnu.org>
14398
14399 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14400 for function definition in symbol's function value slot first
14401 instead of first consulting byte-compile-function-environment.
14402
14403 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14404
14405 * language/european.el ("Polish"): New language environment.
14406 (setup-polish-environment): New function.
14407
14408 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14409
14410 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14411 Disable new code.
14412
14413 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14414 trying to `load' the symbol of an autoload instead of the file
14415 recorded in the autoload. Fix error messages.
14416
14417 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14418
14419 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14420 (ps-print-version): New version number (5.1.3).
14421 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14422 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14423 (ps-generate-postscript-with-faces): Code fix.
14424 (ps-color-values): XEmacs compatibility.
14425 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14426 (ps-default-fg, ps-default-bg): Adjust customization.
14427 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14428 (ps-color-scale): Renaming old ps-color-value fun.
14429 (ps-print-headers): Replace ps-print-header group to avoid conflict
14430 with ps-print-header variable.
14431 (ps-print-miscellany): New group.
14432 (ps-format-color, ps-rgb-color): New funs.
14433 (ps-default-foreground): New var.
14434 (ps-printer-name-option): New const.
14435
14436 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14437
14438 * net/net-utils.el:
14439 (network-connection-host, network-connection-service): New variables
14440 (network-connection-mode): New mode, derived from comint-mode
14441 (network-connection-mode-setup): New function, saves host and
14442 service information in local variables.
14443
14444 * lisp/locate.el:
14445 (locate-word-at-point): Added this function
14446 (locate): Default to using locate-word-at-point as input
14447 Run dired-mode-hook
14448
14449 2000-03-29 Dave Love <fx@gnu.org>
14450
14451 * calendar/appt.el: Doc fixes.
14452 (appt-check): Convert min-to-app to a string before passing to
14453 appt-disp-window-function or concat.
14454 (appt-delete-window): Remove test for frame-root-window.
14455 (appt-select-lowest-window, appt-convert-time): Simplify.
14456
14457 * emacs-lisp/bytecomp.el: Doc fixes.
14458 (byte-compile-file-form-autoload): Update
14459 byte-compile-function-environment.
14460
14461 2000-03-29 Andreas Schwab <schwab@suse.de>
14462
14463 * emacs-lisp/autoload.el: Also print defsubst doc string
14464 specially.
14465
14466 * dired.el (dired-insert-directory): If dired-free-space-program
14467 failed just delete its output.
14468
14469 2000-03-29 Dave Love <fx@gnu.org>
14470
14471 * international/iso-cvt.el: Move provide to end. Doc fixes.
14472 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14473 (iso-iso2sgml, iso-sgml2iso): New functions.
14474 (iso-cvt-define-menu): Fix some entries and use backquote for
14475 clarity.
14476
14477 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14478
14479 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14480
14481 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14482 ISO-DATE. If non-nil, return date in ISO 8601 format.
14483
14484 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14485
14486 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14487 if it ever becomes used.
14488 (log-edit-mode-hook): Default to vc-log-mode-hook.
14489 (log-edit-mode): Fix the docstring.
14490
14491 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14492 the code.
14493
14494 2000-03-26 Dave Love <fx@gnu.org>
14495
14496 * net/browse-url.el (browse-url): Re-fix case of
14497 browse-url-browser-function being an alist.
14498 (browse-url): Add :link to defgroup.
14499
14500 * files.el: Doc fixes.
14501 (file-truename): Include `[' in wildcard characters.
14502 (automount-dir-prefix): Customize.
14503 (find-file-wildcards): Add :version.
14504 (find-file-noselect): Simplify a mapcar call.
14505
14506 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14507 compatible with inf-lisp version.
14508 (eval-defun-1): Fix custom-declare-variable case.
14509
14510 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14511
14512 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14513
14514 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14515
14516 * Makefile (COMPILE_FIRST): New macro.
14517 (compile-files): Compile files from COMPILE_FIRST first.
14518
14519 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14520 code.
14521
14522 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14523 matching open parenthesis in column 0 to defun-prompt-regexp
14524 only if open-paren-in-column-0-is-defun-start is set.
14525
14526 * sun-curs.el: Require CL at compile-time only.
14527
14528 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14529 instead of copy-list which is a function from CL.
14530 (msb--choose-menu, msb--mode-menu-cond)
14531 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14532 (msb--init-file-alist): Use mapcar instead of mapcan.
14533 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14534 `(' in column 0 in doc string.
14535 (msb--add-separators): Use mapcar instead of mapcan.
14536
14537 * cus-dep.el: Require CL at compile-time only.
14538
14539 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14540
14541 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14542 (byte-compile-warnings): New warning `noruntime'.
14543 (byte-compile-constants, byte-compile-variables): Fix docstring.
14544 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14545 execute `eval-whenc-compile's body.
14546 (byte-compile-unresolved-functions): Fix docstring.
14547 (byte-compile-eval): New function.
14548 (byte-compile-callargs-warn): Check if the function will be available
14549 at runtime (via property `byte-compile-noruntime').
14550 (byte-compile-print-syms): New function.
14551 (byte-compile-warn-about-unresolved-functions): Also warn about
14552 `noruntime' functions (and use `byte-compile-print-syms').
14553 (byte-compile-file): Capitalize the message.
14554
14555 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14556
14557 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14558 (rmail-expunge): Ask for confirmation depending on the setting
14559 of rmail-confirm-expunge.
14560
14561 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14562
14563 * Makefile (bootstrap-clean): If $(emacs) exists, build
14564 loaddefs.el first. A loaddefs.el that's not up-to-date might
14565 cause a bootstrap failure because things don't autoload as
14566 expected.
14567
14568 2000-03-23 Dave Love <fx@gnu.org>
14569
14570 * net/browse-url.el: Restore previous use of
14571 browse-url-maybe-new-window.
14572
14573 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14574
14575 * ps-print.el: Skip banner page fix.
14576 (ps-print-version): New version number (5.1.2).
14577 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14578
14579 2000-03-23 Dave Pearson <davep@davep.org>
14580
14581 * net/quickurl.el Changed the type of parameter passed to the
14582 function defined by `quickurl-format-function'. Before only the
14583 text of the URL was passed. Now the whole URL structure is passed
14584 and the function is responsible for extracting the parts it
14585 requires. Changed the default of `quickurl-format-function'
14586 accordingly.
14587 (quickurl-insert): Changed the `funcall' of
14588 `quickurl-format-function' to match the above change.
14589 (quickurl-list-insert): Changed the `url' case so that it makes
14590 use of `quickurl-format-function', previous to this the format was
14591 hard wired.
14592
14593 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14594
14595 * startup.el: Change some spellings for the X Window System.
14596
14597 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14598
14599 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14600 up the code and the regexp and make sure the cursor is temporarily
14601 moved to the suspicious line while querying the user.
14602
14603 2000-03-22 Jason Rumney <jasonr@gnu.org>
14604
14605 * w32-fns.el (w32-charset-info-alist): Initialize.
14606
14607 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14608
14609 * ps-print.el: N-up last page fix.
14610 (ps-print-version): New version number (5.1.1).
14611 (ps-end-file, ps-end-job, ps-generate): Code fix.
14612
14613 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14614
14615 * files.el (find-file-run-dired): Update docstring.
14616 (find-directory-functions): New hook.
14617 (find-file-noselect): Run find-directory-functions rather than
14618 calling dired directly.
14619
14620 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14621
14622 * pcvs.el: Add a minimal leading commentary.
14623 (cvs-make-cvs-buffer): Change the header part by removing the startup
14624 message and adding a `Module' entry. Also replace the FOOTER and
14625 HEADER special fileinfos with the new support in ewoc for updating
14626 its own footer and header.
14627 (cvs-update-header): Update to use the header/footer of the ewoc.
14628 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14629 (cvs-is-within-p): New function.
14630 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14631 to only examine some subset of the buffers.
14632
14633 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14634 `format' instead of our own ad-hoc functions.
14635 Remove HEADER and FOOTER cases, now handled in the EWOC.
14636 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14637
14638 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14639 output to avoid scaring the user.
14640 (cvs-parse-table): Catch message for non-up-to-date commits.
14641
14642 * pcvs-defs.el (cvs-startup-message): Remove.
14643 (cvs-global-menu): New autoloaded menu.
14644
14645 * pcvs-util.el (cvs-string-fill): Remove.
14646
14647 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14648 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14649 PP part of it and also make it work for footers and headers.
14650 (ewoc-create): Drop POS and BUFFER arguments.
14651 Use the DLL's dummy node to store the end-of-footer position.
14652 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14653 (ewoc-refresh): Remove unused `header' variable.
14654 (ewoc-(get|set)-hf): New functions.
14655
14656 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14657 log-view-*-(message|file) and use easy-mmode-define-navigation.
14658 (log-view-message-re): Match SCCS format as well.
14659 And match the revision line rather than the dashed separator line.
14660 (log-view-mode): Use the new define-derived-mode.
14661 (log-view-current-tag): Fill in with an actual implementation.
14662
14663 * cvs-status.el (cvs-status-(prev|next)): Rename from
14664 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14665 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14666 to let the output "breathe" a little more (more readable).
14667 (cvs-status-mode): Use the new define-derived-mode.
14668
14669 * smerge-mode.el (smerge-auto-leave): New function and variable.
14670 (smerge-basic-map): Rename from smerge-basic-keymap.
14671 Change the bindings for smerge-diff-*.
14672 (smerge-*-map): Use easy-mmode-defmap.
14673 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14674 (smerge-keep-*): Use smerge-auto-leave.
14675
14676 2000-03-21 Jason Rumney <jasonr@gnu.org>
14677
14678 * cus-edit.el (custom-button-face): Use 3D look for w32.
14679 (custom-button-pressed-face): Likewise.
14680
14681 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14682
14683 * progmodes/etags.el (tags-case-fold-search): New user-option.
14684 (tags-loop-eval): New function. Bind case-fold-search around eval
14685 depending on the value of tags-case-fold-search.
14686 (tags-loop-continue): Use tags-loop-eval.
14687 (find-tag-in-order): Bind case-fold-search depending on the value
14688 of tags-case-fold-search.
14689
14690 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14691
14692 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14693 (diff-end-of-hunk): Return the end position for use in
14694 `easy-mmode-define-navigation'.
14695 (diff-recenter): Remove.
14696 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14697 of `easy-mmode-define-navigation'.
14698 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14699 previous renaming) and fix to use new names.
14700 (diff-merge-strings): Use \n as separator: simpler, faster.
14701 (diff-mode): Use `define-derived-mode'.
14702
14703 * derived.el (define-derived-mode): Don't autoload anymore.
14704 Prefer the macro-only version provided by easy-mmode.el.
14705
14706 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14707 `easy-mmode-define-derived-mode'.
14708 Use `combine-run-hooks'.
14709 (easy-mmode-define-navigation): New macro.
14710
14711 * subr.el (combine-run-hooks): New function.
14712
14713 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14714
14715 * term/x-win.el: Fontsets related initialization is simplified.
14716
14717 * international/mule-diag.el (describe-font): Don't refer to
14718 global-fontset-alist, instead call font-list.
14719 (describe-fontset, list-fontsets, mule-diag): Likewise.
14720 (print-fontset): Adjusted for the change of fontset
14721 implementation.
14722
14723 * international/fontset.el (x-charset-registries): Variable
14724 removed, instead the corresponding data is stored in the default
14725 fontset.
14726 (register-alternate-fontnames): Function removed.
14727 (resolved-ascii-font): Variable removed.
14728 (x-compose-font-name): Ignore the second argument REDOCE.
14729 (x-complement-fontset-spec): Complement only an ASCII font and
14730 element for those charsets than can use that ASCII font.
14731 (generate-fontset-menu): Don't refer to global-fontset-alist,
14732 instead call fontset-list.
14733 (uninstantiated-fontset-alist): Variable removed.
14734 (x-style-funcs-alist): Likewise.
14735 (fontset-default-styles): Likewise.
14736 (x-modify-font-name): Function removed.
14737 (create-fontset-from-fontset-spec): Ignore the argument
14738 STYLE-VARIANT.
14739 (create-fontset-from-ascii-font): Docsting adjusted for the above
14740 change.
14741 (instantiate-fontset, resolve-fontset-name): Functions removed.
14742 (fontset-list): Now implemented by C code.
14743
14744 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14745 (describe-face): Include `font' attribute in the description.
14746
14747 2000-03-21 Kenichi Handa <handa@etl.go.jp>
14748
14749 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14750
14751 2000-03-20 Gerd Moellmann <gerd@gnu.org>
14752
14753 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14754 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14755 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14756
14757 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14758 about behavior of set-buffer-modified-p wrt redisplay.
14759
14760 2000-03-19 Richard M. Stallman <rms@gnu.org>
14761
14762 * view.el (view-mode-disable): Kill local binding of view-read-only.
14763
14764 2000-03-18 Gerd Moellmann <gerd@gnu.org>
14765
14766 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14767 is a string, convert it to a syntax cell using string-to-syntax.
14768
14769 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14770 (string-to-syntax): New function.
14771
14772 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14773 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14774 try to use passive ftp mode.
14775
14776 2000-03-17 Gerd Moellmann <gerd@gnu.org>
14777
14778 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14779
14780 * simple.el (append-to-buffer): Update point of windows after
14781 insertion.
14782
14783 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14784 forward then moving backward. Reindent.
14785
14786 * frame.el (other-frame): Call x-focus-frame only if
14787 focus-follows-mouse is off.
14788
14789 2000-03-17 Dave Love <fx@gnu.org>
14790
14791 * pcvs-util.el (cvs-strings->string): Rename
14792 replace-regexps-in-string.
14793
14794 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14795
14796 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14797 regexp for labels cannot span several lines.
14798
14799 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14800 `(setq :<key> ':<key>)' to the macro expansion.
14801
14802 2000-03-16 Dave Love <fx@gnu.org>
14803
14804 * progmodes/f90.el (f90): Put custom group under `languages', not
14805 `fortran'.
14806 (f90-mode-hook): Customize.
14807 (f90-mode): Set add-log-current-defun-function.
14808 (f90-current-defun): New function.
14809
14810 2000-03-16 Gerd Moellmann <gerd@gnu.org>
14811
14812 * cus-edit.el (custom-variable-tag-face): Handle case that
14813 default face's height is not a number.
14814 (custom-face-tag-face, custom-group-tag-face-1)
14815 (custom-group-tag-face): Ditto.
14816 (custom-group-tag-face-1): Add :group.
14817
14818 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14819
14820 2000-03-15 Gerd Moellmann <gerd@gnu.org>
14821
14822 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14823 requiring easymenu.
14824
14825 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14826
14827 * ps-print.el: PostScript user-defined prologue, PostScript error
14828 handler, doc fix.
14829 (ps-print-version): New version number (5.1).
14830 (ps-user-defined-prologue, ps-error-handler-message)
14831 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14832 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14833 (ps-insert-string): New function.
14834
14835 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14836
14837 * international/ccl.el (ccl-compile-expression): Don't generate
14838 invalid self-assignment code.
14839
14840 2000-03-14 Dave Love <fx@gnu.org>
14841
14842 * subr.el (replace-regexp-in-string): Renamed from
14843 replace-regexps-in-string. Doc fix.
14844
14845 2000-03-12 Dave Love <fx@gnu.org>
14846
14847 * cus-edit.el: Doc fixes.
14848 (customize-set-variable, customize-save-variable): Rename args for
14849 doc.
14850 (custom-variable-tag-face, custom-face-tag-face)
14851 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14852 style which user identify as hyperlink.
14853 (hook): Don't add undefined functions to the hook.
14854 (debug-ignored-errors): Transfer message from bindings.el.
14855
14856 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14857
14858 * recentf.el (recentf-keep-non-readable-files-p): Remove
14859 double/nested definition.
14860
14861 2000-03-12 Dave Love <fx@gnu.org>
14862
14863 * facemenu.el (facemenu-get-face): Use display-color-p.
14864 * enriched.el (enriched-decode-foreground): Likewise.
14865 (enriched-decode-background): Likewise.
14866 * isearch.el (isearch-highlight): Likewise.
14867 * info-look.el (info-lookup): Likewise.
14868 * simple.el (completion-setup-function): Likewise.
14869
14870 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14871 :options.
14872
14873 * bindings.el (mode-line-format): Fix line-number and
14874 column-number items. Add help-echo for the background.
14875 (mode-line-mule-info): Modify help-echo.
14876
14877 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14878
14879 * files.el (load-file): Allow completion to .elc.
14880
14881 * man.el: Doc fixes.
14882 (Man-init-defvars): Use display-color-p to set fontification.
14883
14884 * play/hanoi.el (hanoi-internal): Don't use oddp.
14885
14886 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14887
14888 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14889
14890 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14891
14892 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14893
14894 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14895 Fix comment.
14896
14897 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14898
14899 * font-lock.el (font-lock-keywords): Fix the doc now that
14900 regexp-opt-depth is unnecessary.
14901 (save-buffer-state): Set an edebug spec.
14902 (font-lock-fontify-anchored-keywords): Properly handle the case when
14903 the matcher goes past the limit.
14904
14905 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14906 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14907
14908 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14909 dll.el and cookie.el (from Elib) with heavy renaming and other
14910 massaging.
14911
14912 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14913 Autoload the functions used.
14914 (easy-mmode-define-syntax): Fix CL typo.
14915 (easy-mmode-define-derived-mode): Improve the docstring generation.
14916
14917 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14918
14919 * textmodes/texinfo.el (texinfo-version): Variable and function
14920 removed.
14921
14922 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14923
14924 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14925 allow more flexibility.
14926 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14927 fns.
14928 (easy-mmode-defmap, easy-mmode-defsyntax)
14929 (easy-mmode-define-derived-mode): New macros.
14930
14931 2000-03-09 Didier Verna <didier@xemacs.org>
14932
14933 * rect.el (replace-rectangle): New function.
14934
14935 2000-03-09 Dave Love <fx@gnu.org>
14936
14937 * progmodes/fortran.el (fortran-comment-line-start): Define as
14938 "C".
14939 (fortran-comment-line-start-skip): Don't match cpp stuff.
14940 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14941 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14942 (fortran-mode): Don't set fortran-comment-line-start-skip,
14943 fortran-comment-line-start here. Set comment-start,
14944 add-log-current-defun.
14945 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14946 (fortran-current-defun): New function.
14947
14948 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14949
14950 * emacs-lisp/re-builder.el: New file.
14951
14952 * mouse.el (mouse-drag-region): Don't run up-event handler
14953 if hscroll has changed.
14954
14955 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14956 builtin operators, use `font-lock-builtin-face' for Emacs and
14957 `font-lock-preprocessor-face' otherwise.
14958
14959 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14960 `(defun (setf foo)' differently.
14961
14962 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14963
14964 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14965 (regexp-opt): Update comment and adapt the code the new meaning of
14966 the `paren' argument of regex-opt-group for shy-groups.
14967 (regexp-opt-depth): Handle shy groups as well as backslashed
14968 backslashes.
14969 (regexp-opt-group): Turn the leading comment into a docstring.
14970 Allow `paren' to be a string (the string to use to open a group).
14971 Remove open-presuf and close-presuf. Instead of checking for `all
14972 one-char' and then later on check for `several one-char', handle
14973 both cases close together. Also apply a more generic algorithm
14974 for suffixes (the mirror image of the algorithm used for
14975 prefixes). Use shy-groups. Use nreverse rather than reverse.
14976 (regexp-opt-try-suffix): Removed.
14977
14978 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14979 from comint-mode-map, so we can just inherit from it. Also, move
14980 the initialization into the `defvar' since there's no docstring
14981 anyway and it's fairly short.
14982 (inferior-scheme-mode): Define it as derived-mode: the code is
14983 shorter and this way we inherit from comint-mode-map rather than
14984 copying it.
14985
14986 * subr.el (replace-regexps-in-string): Properly handle the case
14987 where we match an empty string.
14988
14989 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14990 when the command has a directory component (such as "./testml").
14991 Also fix a typo in the comment.
14992
14993 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14994
14995 * Makefile (compile-files): Compile files one by one because
14996 that's the only way to ensure a clean compilation environment for
14997 each individual file.
14998
14999 * frame.el (other-frame): Call x-focus-frame.
15000
15001 2000-03-07 Dave Love <fx@gnu.org>
15002
15003 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
15004 :require to defcustom.
15005
15006 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
15007 lists.
15008
15009 * files.el (auto-mode-alist): Add configure.in.
15010
15011 * progmodes/autoconf.el: New file.
15012
15013 2000-03-07 Gerd Moellmann <gerd@gnu.org>
15014
15015 * mail/mh-e.el: Change maintainer to `none'.
15016
15017 * recentf.el (recentf-keep-non-readable-files-p): Quote args
15018 to remove-hook and add-hook.
15019
15020 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15021
15022 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
15023 it as the default.
15024 (mail-send): Test mail-send-nonascii also for the new `mime' value.
15025 (sendmail-send-it): Conditionally add MIME headers specifying the
15026 used character set.
15027
15028 2000-03-07 Dave Love <fx@gnu.org>
15029
15030 * winner.el: Fix keywords, autoload cookies. Split
15031 eval-when-compile form to avoid compilation failure.
15032
15033 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
15034
15035 * international/mule.el: Modify comment about coding system
15036 property `coding-category'.
15037 (make-coding-system): New argument EOL-TYPE. Pay attention to
15038 coding-category property of PROPERTIES.
15039
15040 * international/mule-conf.el (coding-category-utf-8,
15041 coding-category-utf-16-be, coding-category-utf-16-le): New coding
15042 categories. Include them in the argument for set-coding-priority.
15043
15044 * international/mule-cmds.el (reset-language-environment): Include
15045 coding-category-utf-8, coding-category-utf-16-be, and
15046 coding-category-utf-16-le in the argument for set-coding-priority.
15047 (reset-language-environment): Initialize coding-category-utf-8,
15048 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
15049
15050 2000-03-06 Karl Fogel <kfogel@red-bean.com>
15051
15052 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
15053 code abstracted out of `bookmark-jump-noselect'. Now tries info
15054 extensions as well as compression extensions.
15055 (bookmark-jump-noselect): Use above new func.
15056
15057 2000-03-03 Gerd Moellmann <gerd@gnu.org>
15058
15059 * strokes.el: Change maintainer's mail address.
15060
15061 2000-03-03 Kenichi Handa <handa@etl.go.jp>
15062
15063 * international/mule-diag.el (list-character-sets): Make help-echo
15064 string by substitute-command-keys.
15065 (list-character-sets): Likewise.
15066 (sort-listed-character-sets): Call help-setup-xref.
15067
15068 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15069
15070 * time.el (display-time-mail-file): Add `none' to the list of
15071 choices.
15072
15073 2000-03-01 Dave Love <fx@gnu.org>
15074
15075 * help.el (help-xref-go-back): Don't try to set position.
15076
15077 * international/mule-diag.el (list-character-sets): Call
15078 help-setup-xref. Add help-echo to xrefs.
15079 (list-character-sets-1): Add help-echo to xrefs.
15080
15081 2000-03-02 Gerd Moellmann <gerd@gnu.org>
15082
15083 * frame.el (blink-cursor-mode): Switch cursor on when turning
15084 the mode off.
15085
15086 * add-log.el (add-log-current-defun): Add support for
15087 Autoconf mode.
15088
15089 * mail/rmail.el (rmail-quit-hook): New variable.
15090
15091 2000-03-01 Dave Love <fx@gnu.org>
15092
15093 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15094
15095 * help.el (help-xref-button): Add help-echo arg.
15096 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15097
15098 * faces.el (list-faces-display): Supply help-echo with
15099 help-make-xrefs.
15100
15101 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15102 nil.
15103
15104 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15105
15106 * image.el (defimage): Look for image files in load-path.
15107
15108 * frame.el (busy-cursor-delay-seconds): Change type to
15109 `number'.
15110
15111 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15112
15113 * recentf.el (recentf): Added version tag to the defgroup of
15114 recentf.
15115
15116 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15117
15118 * recentf.el (recentf-cleanup): Changed to remove excluded file
15119 too.
15120 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15121 action to select/unselect a file.
15122 (recentf-edit-list): Code cleanup and improvement.
15123 (recentf-open-more-files-action): `recentf-open-more-files' button
15124 widget action to open a file.
15125 (recentf-open-more-files): No more use standard completion but
15126 widgets.
15127 (recentf-more-collection): Deleted.
15128 (recentf-more-history): Deleted.
15129 (recentf-setup-more-completion): Deleted.
15130
15131 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15132
15133 * recentf.el (recentf-mode): No more needs that Emacs is running
15134 under a window-system.
15135
15136 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15137
15138 * recentf.el (recentf-edit-list): New command to edit the recent
15139 list which allow the user to remove files.
15140 (recentf-edit-selected-items): New global variable, used by
15141 `recentf-edit-list' to hold the list of files to be removed from
15142 the recent list.
15143 (recentf-make-menu-items): Updated to display a "Edit list..."
15144 menu item. Minor code cleanup.
15145
15146 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15147
15148 * recentf.el (recentf-open-more-files): New command to open files
15149 that are not displayed in the menu.
15150 (recentf-more-collection): New global variable holding the set of
15151 permissible completions used by `recentf-open-more-files'.
15152 (recentf-more-history): New global variable holding the history list
15153 used by `recentf-open-more-files' completion.
15154 (recentf-setup-more-completion): New function to setup completion for
15155 `recentf-open-more-files'.
15156 (recentf-make-menu-items): Updated to display a "More..." menu item.
15157
15158 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15159
15160 * recentf.el (recentf-menu-action): Doc fixed.
15161
15162 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15163
15164 * recentf.el (recentf-menu-filter): Doc updated.
15165 (recentf-update-menu-hook): Allow menu filters to force menu update.
15166 (recentf-make-menu-items): New menu filter handling.
15167 (recentf-make-menu-item): New helper function.
15168 (recentf-menu-elements): New menu handling function.
15169 (recentf-sort-ascending): Updated to new menu filter handling.
15170 (recentf-sort-descending): Updated to new menu filter handling.
15171 (recentf-sort-basenames-ascending): New menu filter function.
15172 (recentf-sort-basenames-descending): New menu filter function.
15173 (recentf-show-basenames): New menu filter function.
15174 (recentf-show-basenames-ascending): New menu filter function.
15175 (recentf-show-basenames-descending): New menu filter function.
15176
15177 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15178
15179 * diary-lib.el (list-diary-entries): Don't try to go forward at
15180 the end of the buffer.
15181
15182 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15183
15184 * international/mule-diag.el (list-character-sets): Completely
15185 rewritten.
15186 (sort-listed-character-sets): New function.
15187 (list-character-sets-1): Completely rewritten.
15188 (list-character-sets-2): New function.
15189 (non-iso-charset-alist): New variable.
15190 (decode-codepage-char): New function.
15191 (charset-history): New variable.
15192 (read-charset) (list-block-of-chars)
15193 (list-iso-charset-chars)
15194 (list-non-iso-charset-chars)
15195 (list-charset-chars): New functions.
15196 (mule-diag): Call list-character-sets-2, not
15197 list-character-sets-2.
15198 (dump-charsets): Likewise.
15199
15200 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15201
15202 * dired-x.el (dired-filename-at-point): Add `@' to valid
15203 file name characters.
15204 (dired-filename-at-point): Handle ange-ftp file names.
15205
15206 * frame.el (frame-notice-user-settings): Use assq-delete-all
15207 instead of assoc-delete-all.
15208 (frame-notice-user-settings): Ditto.
15209
15210 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15211 Don't copy alist.
15212
15213 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15214
15215 * calculator.el (calculator-use-menu): New option.
15216 (calculator-initial-bindings): Changed some bindings to work as
15217 macros.
15218 (calculator-forced-input): Removed.
15219 (calculator-restart-other-mode): New variable.
15220 (calculator-mode-map): Set up menu.
15221
15222 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15223
15224 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15225 tags.
15226
15227 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15228
15229 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15230 translate all ESC key sequences.
15231 (viper-goto-mark-subr): restore markers for files for which
15232 they were saved.
15233 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15234 * viper-util.el (viper-set-replace-overlay-glyphs,
15235 viper-set-replace-overlay): always check if the replacement
15236 overlay is live.
15237 * viper.el (viper-vi-state-mode-list): added major modes.
15238 * ediff-wind.el: minor comment changes.
15239 * ediff.el: copyright notice date fix.
15240
15241 2000-02-27 Jason Rumney <jasonr@gnu.org>
15242
15243 * faces.el (face-font-family-alternatives): Add arial to helv.
15244 (mode-line, header-line, tool-bar): Same default as x for w32.
15245 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15246 face-font-family-alternatives from working.
15247 * term/w32-win.el (mouse-set-font): Do not build fontset from
15248 chosen font.
15249
15250 2000-02-25 Sam Steingold <sds@goems.com>
15251
15252 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15253 properly.
15254
15255 2000-02-25 Richard M. Stallman <rms@gnu.org>
15256
15257 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15258
15259 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15260
15261 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15262 writable.
15263
15264 * frame.el (busy-cursor-delay-seconds): New option.
15265
15266 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15267
15268 * frame.el (show-cursor-in-non-selected-windows): New option.
15269
15270 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15271
15272 * diary-lib.el (include-other-diary-files): Undo the selective
15273 display in any included file and don't kill it.
15274
15275 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15276
15277 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15278 bar. Menu items converted to (menu-item format, help strings
15279 added.
15280 [downcase, upcase]: Don't enable on MS-DOS.
15281 [symlink, symlinks]: Don't show if make-symbolic-link is not
15282 bound.
15283 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15284
15285 2000-02-23 Dave Love <fx@gnu.org>
15286
15287 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15288 (backward-kill-word): Revert addition of * to interactive spec --
15289 it's a feature.
15290
15291 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15292 (backward-kill-sentence, kill-sentence): Likewise.
15293
15294 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15295 scratch buffer name.
15296 (gud-format-command): Use int-to-string in ?l case. Simplify
15297 slightly.
15298
15299 * term/w32-win.el (internal-face-interactive): Update prompt for
15300 new read-face-name.
15301
15302 * mail/footnote.el (footnote): Add :version to defgroup.
15303 (footnote-section-tag-regexp): Customize.
15304 (footnote-start-tag, footnote-end-tag): New option.
15305 (footnote-latin-regexp): New variable.
15306 (Footnote-latin): New function.
15307 (footnote-style-alist): Add element for latin style.
15308 (footnote-style): Moved.
15309 (Footnote-goto-footnote): Use eq to test arg.
15310
15311 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15312
15313 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15314 (byte-compile-trueconstp): Include keywords.
15315 (byte-optimize-quote, byte-optimize-lapcode): Use
15316 byte-compile-const-symbol-p.
15317 (byte-optimize-char-before): New optimization.
15318
15319 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15320 (byte-compile-const-symbol-p): New function.
15321 (byte-compile-constp, byte-compile-out-toplevel)
15322 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15323 Use it.
15324
15325 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15326
15327 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15328
15329 * international/encoded-kb.el: Be sure to update minor-mode-alist
15330 and minor-mode-map-alist.
15331 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15332 codes SS2 and SS3 correctly.
15333 (encoded-kbd-self-insert-ccl): New function.
15334 (encoded-kbd-setup-keymap): New function.
15335 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15336 by calling encoded-kbd-setup-keymap.
15337
15338 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15339 characters.
15340 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15341 locally.
15342
15343 2000-02-22 Dave Love <fx@gnu.org>
15344
15345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15346 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15347 defvar.
15348 (lisp-mode-syntax-table): Set up for #|...|# comments.
15349 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15350 classes. Match `defface'.
15351 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15352 (eval-defun-1): Fix for defcustom.
15353 (lisp-indent-region): Doc fix.
15354
15355 * subr.el (when, unless, split-string): Doc fix.
15356 (read-passwd): Move call of clear-this-command-keys to the right
15357 place.
15358 (replace-regexps-in-string): New function.
15359
15360 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15361
15362 * help.el (describe-variable): Set syntax table to
15363 emacs-lisp-mode-syntax-table when moving forward over the
15364 symbol's name.
15365
15366 2000-02-22 Dave Love <fx@gnu.org>
15367
15368 * xt-mouse.el: Doc fixes.
15369 (xterm-mouse-position-function): New function, replacing advice of
15370 mouse-position.
15371 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15372
15373 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15374
15375 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15376
15377 * format.el (format-annotate-single-property-change): Handle
15378 properties.with dotted-list values.
15379 (format-proper-list-p): New function.
15380
15381 * enriched.el (enriched-face-ans): Handle '(foreground-color
15382 . COLOR) and (background-color . COLOR).
15383
15384 2000-02-20 Dave Love <fx@gnu.org>
15385
15386 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15387 and assignments to it.
15388 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15389 current local map.
15390 (make-flyspell-overlay): Use it.
15391 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15392
15393 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15394 (lm-get-header-re): Defun, not defsubst.
15395 (lm-get-package-name): Defun, not defsubst. Simplify.
15396 (lm-version): Doc fix. Simplify.
15397 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15398 (lm-crack-address, lm-last-modified-date, lm-commentary)
15399 (lm-verify, lm-synopsis): Simplify.
15400 (lm-report-bug): Require emacsbug. Use compose-mail.
15401
15402 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15403
15404 * dired.el (dired-mode): Call propertized-buffer-identification
15405 to set mode-line-buffer-identification to something having
15406 the right text properties.
15407
15408 * bindings.el (propertized-buffer-identification): New function.
15409
15410 2000-02-20 Dave Love <fx@gnu.org>
15411
15412 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15413 check for t-mouse too.
15414
15415 * cus-start.el: Make echo-keystrokes `number'.
15416
15417 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15418
15419 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15420 Don't call ring-empty-p unless tags-location-ring is bound.
15421 From Noah Friedman <friedman@splode.com>.
15422
15423 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15424
15425 * progmodes/hideshow.el (hs-flag-region): No longer use
15426 `intangible' overlay property.
15427
15428 (hs-toggle-hiding): New command.
15429 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15430
15431 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15432 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15433 and deactivation.
15434
15435 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15436
15437 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15438
15439 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15440
15441 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15442
15443 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15444 of `*' to handle `(* ... *)' comments.
15445
15446 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15447
15448 * faces.el (list-faces-display): Use display-mouse-p instead of
15449 window-system.
15450
15451 * menu-bar.el (global-map): Menu-bar items converted to the new
15452 format (menu-item..., rearranged for better CUA compliance, and
15453 their names changed for better clarity. Help strings added.
15454
15455 * international/mule-cmds.el (mule-menu-keymap)
15456 (describe-language-environment-map, set-coding-system-map)
15457 (setup-language-environment-map): Convert to new (menu-item...
15458 form, add help strings. Change names of menu items for better
15459 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15460 submenu).
15461
15462 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15463
15464 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15465 within the code.
15466
15467 2000-02-16 Dave Love <fx@gnu.org>
15468
15469 * faces.el: Don't require custom. Add more specific :groups to
15470 various deffaces.
15471 (set-face-attribute): Purecopy args.
15472 (read-face-name): Default to name at point and use it in prompt.
15473 Remove colon from arg in all callers.
15474 (list-faces-display): Hyperlink to face descriptions and customize
15475 buffers.
15476
15477 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15478
15479 * wid-edit.el (widget-match-inline): An atom never matches a
15480 list.
15481
15482 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15483
15484 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15485 at ':' characters by call to split-string.
15486
15487 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15488
15489 * textmodes/bibtex.el: Added RCS version identification.
15490
15491 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15492
15493 * textmodes/bibtex.el: Some temporary comments removed.
15494 (bibtex-field-name, bibtex-entry-type): Made the relationship
15495 explicit.
15496 (bibtex-field-const): Allow capital letters.
15497 (bibtex-start-of-string): Deleted because unused.
15498
15499 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15500 use the term 'reference' to describe a bibtex entry as a whole.
15501 Further, reference keys are no longer called 'labels'.
15502 (bibtex-keys): Renamed to bibtex-reference-keys.
15503 (bibtex-reformat-previous-labels): Renamed to
15504 bibtex-reformat-previous-reference-keys.
15505 (bibtex-reference-type): Renamed to bibtex-entry-type.
15506 (bibtex-reference-head): Renamed to bibtex-entry-head.
15507 (bibtex-reference-maybe-empty-head): Renamed to
15508 bibtex-entry-maybe-empty-head.
15509 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15510 (bibtex-search-reference): Renamed to bibtex-search-entry.
15511 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15512 bibtex-enclosing-entry-maybe-empty-head.
15513 (bibtex-entry-field-alist, bibtex-entry-head,
15514 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15515 bibtex-map-entries, bibtex-search-entry,
15516 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15517 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15518 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15519 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15520 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15521 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15522 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15523
15524 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15525
15526 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15527 comment.
15528 (bibtex-format-field-delimiters): New function, functionality
15529 extracted from bibtex-format-entry.
15530 (bibtex-autokey-get-yearfield-digits): New function, functionality
15531 extracted from bibtex-autokey-get-yearfield.
15532
15533 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15534 entries in order to avoid stack overflow in the regexp matcher if
15535 field contents become large.
15536 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15537 bibtex-field-string-part-not-braced,
15538 bibtex-field-string-part-no-inner-braces,
15539 bibtex-field-string-part-1-inner-brace,
15540 bibtex-field-string-part-2-inner-braces,
15541 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15542 bibtex-field-string-quoted, bibtex-field-string,
15543 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15544 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15545 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15546 as parsing is now performed by the following functions.
15547 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15548 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15549 bibtex-parse-field-string, bibtex-search-forward-field-string,
15550 bibtex-parse-association, bibtex-field-name-for-parsing,
15551 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15552 bibtex-search-forward-field, bibtex-search-backward-field,
15553 bibtex-start-of-field, bibtex-end-of-field,
15554 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15555 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15556 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15557 bibtex-parse-string, bibtex-search-forward-string,
15558 bibtex-search-backward-string, bibtex-start-of-string,
15559 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15560 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15561 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15562 entries. Instead of reporting the results of the parsing by
15563 match-beginning or match-end, these functions return data structures
15564 that hold the corresponding positions.
15565 (bibtex-enclosing-field): Changed to also report field boundaries by
15566 return values rather than by match-beginning or match-end. The
15567 following functions have been adapted to use the new parsing
15568 functions.
15569 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15570 bibtex-enclosing-field, bibtex-format-entry,
15571 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15572 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15573 bibtex-print-help-message, bibtex-end-of-entry,
15574 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15575 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15576 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15577 method for parsing.
15578 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15579 bibtex-map-entries, bibtex-flash-head,
15580 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15581 bibtex-autokey-change, bibtex-autokey-get-namefield,
15582 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15583 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15584 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15585 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15586 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15587 order to make the new binding of case-fold-search immediately
15588 visible.
15589
15590 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15591
15592 * textmodes/bibtex.el: Copyright notice is up to date.
15593 Added constant 'bibtex-maintainer-salutation.
15594
15595 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15596 than make-temp-name, use match-string-no-properties and eliminate
15597 a quadratic behavior when building bibtex-strings.
15598
15599 * bibtex.el (bibtex-reference-key): Accept string entries whose
15600 reference key contains upper case letters.
15601
15602 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15603
15604 * bibtex.el (bibtex-reference-head): Allow entries to start with
15605 a new line.
15606
15607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15608
15609 * bibtex.el: Hiding of entry bodies is not longer provided by
15610 bibtex.el directly. Instead the hideshow package can be used.
15611 Added a special bibtex entry to hs-special-modes-alist.
15612 (bibtex-hs-forward-sexp): Added for hideshow.el.
15613
15614 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15615
15616 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15617 at ':' characters by call to split-string.
15618
15619 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15620
15621 * textmodes/bibtex.el: Added RCS version identification.
15622
15623 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15624
15625 * textmodes/bibtex.el: Some temporary comments removed.
15626 (bibtex-field-name, bibtex-entry-type): Made the relationship
15627 explicit.
15628 (bibtex-field-const): Allow capital letters.
15629 (bibtex-start-of-string): Deleted because unused.
15630
15631 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15632 use the term 'reference' to describe a bibtex entry as a whole.
15633 Further, reference keys are no longer called 'labels'.
15634 (bibtex-keys): Renamed to bibtex-reference-keys.
15635 (bibtex-reformat-previous-labels): Renamed to
15636 bibtex-reformat-previous-reference-keys.
15637 (bibtex-reference-type): Renamed to bibtex-entry-type.
15638 (bibtex-reference-head): Renamed to bibtex-entry-head.
15639 (bibtex-reference-maybe-empty-head): Renamed to
15640 bibtex-entry-maybe-empty-head.
15641 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15642 (bibtex-search-reference): Renamed to bibtex-search-entry.
15643 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15644 bibtex-enclosing-entry-maybe-empty-head.
15645 (bibtex-entry-field-alist, bibtex-entry-head,
15646 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15647 bibtex-map-entries, bibtex-search-entry,
15648 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15649 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15650 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15651 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15652 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15653 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15654 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15655
15656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15657
15658 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15659 comment.
15660 (bibtex-format-field-delimiters): New function, functionality
15661 extracted from bibtex-format-entry.
15662 (bibtex-autokey-get-yearfield-digits): New function, functionality
15663 extracted from bibtex-autokey-get-yearfield.
15664
15665 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15666 entries in order to avoid stack overflow in the regexp matcher if
15667 field contents become large.
15668 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15669 bibtex-field-string-part-not-braced,
15670 bibtex-field-string-part-no-inner-braces,
15671 bibtex-field-string-part-1-inner-brace,
15672 bibtex-field-string-part-2-inner-braces,
15673 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15674 bibtex-field-string-quoted, bibtex-field-string,
15675 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15676 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15677 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15678 as parsing is now performed by the following functions.
15679 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15680 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15681 bibtex-parse-field-string, bibtex-search-forward-field-string,
15682 bibtex-parse-association, bibtex-field-name-for-parsing,
15683 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15684 bibtex-search-forward-field, bibtex-search-backward-field,
15685 bibtex-start-of-field, bibtex-end-of-field,
15686 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15687 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15688 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15689 bibtex-parse-string, bibtex-search-forward-string,
15690 bibtex-search-backward-string, bibtex-start-of-string,
15691 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15692 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15693 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15694 entries. Instead of reporting the results of the parsing by
15695 match-beginning or match-end, these functions return data structures
15696 that hold the corresponding positions.
15697 (bibtex-enclosing-field): Changed to also report field boundaries by
15698 return values rather than by match-beginning or match-end. The
15699 following functions have been adapted to use the new parsing
15700 functions.
15701 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15702 bibtex-enclosing-field, bibtex-format-entry,
15703 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15704 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15705 bibtex-print-help-message, bibtex-end-of-entry,
15706 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15707 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15708 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15709 method for parsing.
15710 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15711 bibtex-map-entries, bibtex-flash-head,
15712 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15713 bibtex-autokey-change, bibtex-autokey-get-namefield,
15714 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15715 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15716 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15717 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15718 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15719 order to make the new binding of case-fold-search immediately
15720 visible.
15721
15722 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15723
15724 * textmodes/bibtex.el: Copyright notice is up to date.
15725 Added constant 'bibtex-maintainer-salutation.
15726
15727 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15728 than make-temp-name, use match-string-no-properties and eliminate
15729 a quadratic behavior when building bibtex-strings.
15730
15731 * bibtex.el (bibtex-reference-key): Accept string entries whose
15732 reference key contains upper case letters.
15733
15734 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15735
15736 * bibtex.el (bibtex-reference-head): Allow entries to start with
15737 a new line.
15738
15739 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15740
15741 * bibtex.el: Hiding of entry bodies is not longer provided by
15742 bibtex.el directly. Instead the hideshow package can be used.
15743 Added a special bibtex entry to hs-special-modes-alist.
15744 (bibtex-hs-forward-sexp): Added for hideshow.el.
15745
15746 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15747
15748 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15749 proceedings entry type (for cross referencing). Thanks to Wagner
15750 Toledo Correa for the suggestion.
15751
15752 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15753
15754 2000-02-14 Kenichi Handa <handa@etl.go.jp>
15755
15756 * international/characters.el: Setup case table for Vietnamese.
15757
15758 2000-02-12 Gerd Moellmann <gerd@gnu.org>
15759
15760 * uniquify.el (toplevel): Require CL at compile time.
15761 (uniquify-push): Removed.
15762
15763 * shadowfile.el (shadow-when): Removed.
15764
15765 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15766 (tempo-process-and-insert-string): Use dolist instead of
15767 tempo-dolist.
15768
15769 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15770 regexp for paragraph-start.
15771
15772 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15773 commas as well.
15774
15775 2000-02-10 Dave Love <fx@gnu.org>
15776
15777 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15778 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15779 Deleted.
15780 (widget-specify-field, widget-specify-button): Don't use
15781 widget-mouse-help as help-echo property.
15782 (default): Use #'ignore for :validate and :mouse-down-action.
15783 (checkbox): Add help-echo.
15784 (widget-sexp-validate): Rewritten to clarify error messages.
15785 (character): Use char-valid-p in :match function.
15786 (widget-color-complete): Use facemenu-color-alist.
15787 (widget-color-action): Use facemenu-read-color.
15788
15789 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15790 set up `caar' &c that we now have.
15791
15792 2000-02-09 Ray Blaak <blaak@gnu.org>
15793
15794 * delphi.el: Make resourcestring a declaration region, like const
15795 and var.
15796
15797 2000-02-09 Dave Love <fx@gnu.org>
15798
15799 * bindings.el (mode-line-input-method-map): New variable.
15800 (mode-line-mule-info): Use it; fix last change.
15801 (mode-line-mode-menu): Move definition.
15802 (mode-line-mouse-sensitive-p): Deleted.
15803 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15804 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15805 level.
15806
15807 * startup.el (command-line-1): Don't call
15808 make-mode-line-mouse-sensitive.
15809
15810 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15811
15812 * mail/rmail.el (rmail-retry-failure): Use
15813 rmail-beginning-of-message before rmail-toggle-header, because the
15814 former toggles headers.
15815
15816 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15817
15818 * diff-mode.el (diff-kill-junk): New interactive function.
15819 (diff-reverse-direction): Use delete-and-extract-region.
15820 (diff-post-command-hook): Restrict the area so that the hook also works
15821 outside of any diff hunk. This is necessary for the minor-mode.
15822 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15823 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15824
15825 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15826 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15827 so that it can be used more easily in <foo>-mode-hook. Also make sure
15828 to avoid duplicate entries.
15829 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15830 (font-lock-remove-keywords): Just as was done for `add', allow it to
15831 work even if font-lock-mode is nil. Also make sure we don't modify
15832 any pre-existing list by forcing a copy-sequence. Finally rename
15833 `major-mode' to `mode'.
15834 (font-lock-fontify-syntactic-anchored-keywords)
15835 (font-lock-fontify-anchored-keywords)
15836 (font-lock-fontify-keywords-region): Use line-end-position.
15837 Don't make `font-lock-multiline' local (it's now done in
15838 font-lock-set-defaults).
15839 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15840 move the `font-lock-fontified' creation to inside the `unless'.
15841
15842 2000-02-06 Andrew Innes <andrewi@gnu.org>
15843
15844 * term/w32-win.el (x-handle-args): Comment out call to message,
15845 which occurs before window system is initialized.
15846
15847 * makefile.nt: Add support for recompiling lisp code.
15848
15849 2000-02-04 Dave Love <fx@gnu.org>
15850
15851 * bindings.el (mode-line-mule-info): Fix/extend last change.
15852
15853 * completion.el: Replace completion-dolist with dolist.
15854
15855 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15856 dotimes.
15857
15858 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15859
15860 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15861 environment names before they go into the section regexp.
15862
15863 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15864 char class in regexp.
15865
15866 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15867 `case-fold-search' to nil.
15868
15869 * progmodes/idlwave.el (idlwave-template): Respect
15870 `idlwave-abbrev-change-case'.
15871 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15872 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15873 idlwave-while): respect `idlwave-reserved-word-upcase'.
15874 (idlwave-rw-case): New function.
15875 (idlwave-statement-match): Fixed problem with assignment regexp.
15876 (idlwave-font-lock-keywords): Improved regexp for keyword
15877 parameters.
15878 (idlwave-surround): New argument LENGTH to support padding of
15879 operators longer than 1 char.
15880
15881 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15882 idlwave-shell-expression-overlay. Implemented printing of
15883 expressions on higher levels of the calling stack.
15884 (idlwave-shell-display-level-in-calling-stack): Restore stack
15885 level.
15886 (idlwave-retrieve-expression-from-level): New function.
15887 (idlwave-shell-last-calling-stack): Variable removed.
15888 (idlwave-shell-reset): Argument action reversed (`visible' to
15889 `hidden'). Also remove stop-line overlay.
15890 (idlwave-shell-calling-stack-routine): New variable.
15891 (idlwave-shell-parse-stack-and-display): Messages now display
15892 negative level numbers.
15893 (idlwave-shell-mode): Set `modeline-format'.
15894 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15895 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15896 21.
15897 (idlwave-shell-print-expression-function): New option.
15898
15899 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15900 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15901 `tool-bar' instead of `toolbar'.
15902
15903 2000-02-02 Dave Love <fx@gnu.org>
15904
15905 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15906 emacs-lisp-mode-hook. Don't check for defalias being defined.
15907
15908 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15909 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15910 the new builtins directly.
15911
15912 * whitespace.el (whitespace): Add :version to defgroup.
15913
15914 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15915 Doc fix.
15916
15917 * thingatpt.el (sexp-at-point, symbol-at-point)
15918 (number-at-point, list-at-point): Add autoload cookie.
15919
15920 * recentf.el (recentf): Add :version to defgroup.
15921
15922 * quickurl.el (quickurl): Add :version to defgroup.
15923
15924 * elide-head.el (elide-head): Use point-marker more.
15925
15926 * bs.el (bs): Add :version to defgroup.
15927
15928 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15929
15930 * progmodes/delphi.el (delphi): Add :version to defgroup.
15931
15932 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15933
15934 * ange-ftp.el (ange-ftp-write-region): Handle case that
15935 succeeding process operation sets a different coding system.
15936
15937 * calculator.el: New file.
15938
15939 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15940
15941 * frame.el (frames-on-display-list, framep-on-display): New
15942 functions.
15943 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15944 (display-selections-p, display-screens, display-pixel-width)
15945 (display-pixel-height, display-mm-width, display-mm-height)
15946 (display-backing-store, display-save-under, display-planes)
15947 (display-color-cells, display-visual-class): New functions.
15948
15949 * term/tty-colors.el (tty-color-gray-shades): New function.
15950
15951 * faces.el (display-color-p): Use framep-on-display.
15952 (display-grayscale-p): New function.
15953
15954 2000-01-31 Dave Love <fx@gnu.org>
15955
15956 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15957 (create-fontset-from-x-resource): Don't concat integers.
15958
15959 2000-01-31 Inge Frick <inge@nada.kth.se>
15960
15961 * view.el: Some changes in documentation. Removed some trailing
15962 whitespace. Changed some parameter names to agree with
15963 documentation.
15964 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15965 window is not deleted. Modifies change 1998-04-26.
15966
15967 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15968
15969 * windmove.el: New file.
15970
15971 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15972 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15973 progmodes/ebnf-yac.el: Update copyright and license info.
15974
15975 * jit-lock.el (jit-lock-function): Widen before calculating end
15976 position.
15977 (jit-lock-stealth-chunk-start): Rewritten.
15978
15979 * info.el (Info-title-face-alist): Removed.
15980 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15981 faces.
15982 (Info-fontify-node): Use these faces.
15983
15984 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15985
15986 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15987 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15988 `&allow-other-keywords'.
15989
15990 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15991 the list of directories scanned heuristically.
15992
15993 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15994 exist.
15995
15996 2000-01-30 Jason Rumney <jasonr@gnu.org>
15997
15998 * w32-fns.el: Define w32-tty-standard-colors.
15999
16000 * startup.el (command-line): Use w32-tty-standard-colors when in
16001 w32 console mode.
16002
16003 2000-01-30 Dave Love <fx@gnu.org>
16004
16005 * jka-compr.el (jka-compr-load): Fix up load-history.
16006
16007 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
16008
16009 * emacs-lisp/cl-macs.el: Revert previous change.
16010
16011 2000-01-29 Dave Love <fx@gnu.org>
16012
16013 * facemenu.el: Purecopy various strings.
16014
16015 * timezone.el (timezone-fix-time): Window against 69 for two-digit
16016 years. Deal with three-digit years.
16017
16018 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
16019 defconst, purecopy.
16020 (help-back-label): Purecopy it.
16021
16022 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16023
16024 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
16025 variable. If non-nil, order the buffer list according to the
16026 currently selected frame.
16027 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
16028 non-nil, pass the selected frame to function buffer-list.
16029
16030 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16031
16032 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
16033
16034 2000-01-28 Dave Love <fx@gnu.org>
16035
16036 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
16037
16038 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
16039 Don't use lisp-indent-hook property.
16040 (cl-abs): Remove.
16041
16042 * subr.el: Move out indent and edebug specs for when and unless.
16043
16044 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
16045 when, unless.
16046
16047 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
16048 unless, when.
16049
16050 2000-01-28 Gerd Moellmann <gerd@gnu.org>
16051
16052 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
16053 `collecting' as synonym for `collect'.
16054
16055 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
16056 for the case it contains spaces.
16057
16058 * simple.el (what-cursor-position): Change formatting of
16059 messages.
16060
16061 * frame.el (delete-other-frames): New function.
16062 (toplevel): Bind it to C-x 5 1.
16063
16064 * sort.el (sort-numeric-base): New option.
16065 (sort-numeric-fields): If number starts with `0' or `0[xX[',
16066 interpret it as octal or hexadecimal. Use sort-numeric-base
16067 as default base.
16068
16069 * progmodes/glasses.el: New file.
16070
16071 2000-01-27 Gerd Moellmann <gerd@gnu.org>
16072
16073 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
16074 userids differently.
16075
16076 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
16077 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
16078 progmodes/ebnf-yac.el: New files.
16079
16080 2000-01-26 Dave Love <fx@gnu.org>
16081
16082 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16083 on a function with an empty body. [From Eric Ludlam.]
16084
16085 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16086
16087 * vc.el (vc-version-diff): Make sure file name is expanded.
16088
16089 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16090
16091 * scroll-bar.el (scroll-bar-timer): Variable removed.
16092 (scroll-bar-toolkit-scroll): Don't use a timer.
16093
16094 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16095
16096 * language/thai-util.el (thai-composition-function): Delete
16097 superfluous `a'.
16098
16099 2000-01-24 Dave Love <fx@gnu.org>
16100
16101 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16102 end-of-defun-function.
16103
16104 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16105 &c.
16106
16107 2000-01-22 Jason Rumney <jasonr@gnu.org>
16108
16109 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16110 conflicts with new face support.
16111
16112 2000-01-22 Richard M. Stallman <rms@gnu.org>
16113
16114 * replace.el (query-replace): Rename last arg to DELIMITED.
16115 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16116 (query-replace-regexp): Likewise.
16117
16118 2000-01-20 Richard M. Stallman <rms@gnu.org>
16119
16120 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16121
16122 * emacs-lisp/lisp.el (beginning-of-defun-function):
16123 Variable renamed from beginning-of-defun.
16124 Do not call make-variable-buffer-local.
16125 (beginning-of-defun-raw): Use new variable name; doc fix.
16126 (beginning-of-defun): Doc fix.
16127 (end-of-defun-function): Variable renamed from end-of-defun.
16128 Do not call make-variable-buffer-local.
16129 (end-of-defun): Use new variable name; doc fix.
16130
16131 * subr.el (dolist, dotimes): Copied from cl-macs.el
16132 and made to work.
16133
16134 * mail/undigest.el (rmail-digest-end-regexps):
16135 Variable replaces rmail-digest-end-regexp.
16136 Allows multiple regexps for detecting the end line.
16137 (undigestify-rmail-message): Corresponding changes.
16138
16139 2000-01-19 Dave Love <fx@gnu.org>
16140
16141 * files.el (user-init-file): Don't declare here -- is primitive.
16142
16143 * startup.el (command-line): Check for compiled user-init-file and
16144 set to uncompiled version if necessary.
16145
16146 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16147
16148 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16149 (undigestify-rmail-message): Use it.
16150
16151 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16152
16153 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16154
16155 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16156 of mini-buffer.
16157
16158 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16159
16160 * emacs-lisp/copyright.el (copyright-update): Removed the
16161 requirement for a trailing space from `copyright-regexp', to
16162 support copyrights with owner specified on a separate line..
16163
16164 * align.el: New file.
16165
16166 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16167
16168 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16169
16170 2000-01-13 Dave Love <fx@gnu.org>
16171
16172 * ph.el: Removed. (Obsoleted by EUDC.)
16173
16174 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16175
16176 * net/eudc.el (toplevel): Remove autoloaded code installing
16177 menu with easymenu, because that causes build problems.
16178
16179 * frame.el (frame-notice-user-settings): New variable.
16180 (frame-notice-user-settings): Don't modify frame parameters
16181 if called a second time.
16182
16183 2000-01-13 Richard M. Stallman <rms@gnu.org>
16184
16185 * frame.el (frame-notice-user-settings):
16186 Notice default-frame-parameters even for non-window frames.
16187
16188 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16189
16190 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16191 for Emacs.
16192 (eudc-bob-can-display-inline-images): Extend for Emacs.
16193 (eudc-bob-toggle-inline-display): Ditto.
16194 (eudc-bob-display-jpeg): Ditto.
16195
16196 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16197
16198 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16199 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16200 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16201
16202 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16203 nil)'.
16204
16205 * subdirs.el: Add `net' directory.
16206
16207 * net: New directory.
16208
16209 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16210 eval-last-sexp. Don't bind debug-on-error here.
16211 (eval-last-sexp): New function. Bind debug-on-error if
16212 eval-expression-debug-on-error is non-nil.
16213 (eval-defun-2, eval-defun): Likewise.
16214
16215 * simple.el (eval-expression): Don't bind debug-on-error if
16216 eval-expression-debug-on-error is nil. Detect changed
16217 debug-on-error, and propagate new value to global binding, if
16218 eval-expression-debug-on-error is non-nil,
16219 (eval-expression-debug-on-error): Change doc string.
16220
16221 2000-01-11 Richard M. Stallman <rms@gnu.org>
16222
16223 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16224
16225 * emacs-lisp/lisp-mode.el (with-syntax-table):
16226 Set up lisp-indent-function property.
16227
16228 * subr.el (with-syntax-table): Moved from simple.el.
16229
16230 * simple.el (with-syntax-table): Moved to subr.el.
16231
16232 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16233
16234 * tmm.el (tmm-shortcut): Delete region after prompt instead
16235 of erasing buffer.
16236
16237 * textmodes/fill.el (fill-common-string-prefix): New function.
16238 (fill-context-prefix): Use the longest common prefix of first
16239 and second line fill prefix, if there is one.
16240
16241 2000-01-11 Richard M. Stallman <rms@gnu.org>
16242
16243 * array.el (array-mode): Don't use make-variable-buffer-local.
16244 Use make-local-variable for `truncate-lines'.
16245
16246 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16247
16248 * add-log.el (add-log-current-defun): Handle user-defined
16249 add-log-current-function returning nil,
16250
16251 * add-log.el (add-change-log-entry): Insert version number
16252 if having found a current function
16253
16254 * add-log.el (add-log-current-defun): Call
16255 `add-log-current-defun-function'. Try matches at level 0 and
16256 level 1. Strip whitespace from defun found.
16257
16258 2000-01-10 John Wiegley <johnw@gnu.org>
16259
16260 * allout.el (isearch-done/outline-provisions): Added `edit'
16261 argument to correspond with the current definition of
16262 `isearch-done'.
16263
16264 2000-01-10 Dave Love <fx@gnu.org>
16265
16266 * elide-head.el (elide-head): Use point-marker, not point.
16267
16268 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16269
16270 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16271 before and after the year 2000.
16272
16273 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16274 Add ispell- prefix.
16275
16276 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16277
16278 * ispell.el: Only define dictionaries in menus when they exist.
16279 (version18p): New variable.
16280 (version20p): New variable.
16281 (xemacsp): New variable.
16282 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16283 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16284 (ispell-dictionary-alist6): Russian command lines no longer accept
16285 run-together words.
16286 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16287 (ispell-dictionary-alist): Add koi8-r to customize definition.
16288 (check-ispell-version): Added documentation string. Returns
16289 library path when called non-interactively.
16290 (ispell-menu-map-needed): Uses new variables.
16291 (ispell-library-path): New variable.
16292 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16293 (ispell-word): Improved documentation string. Test for valid
16294 character mappings. Correctly check typed in word changes that can
16295 result in single words split into multiple words. Returns
16296 replacement word.
16297 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16298 replace in recursive query replace mode. Help message for
16299 recursive edit mode.
16300 (ispell-show-choices): Protect against bad framepop bindings.
16301 (ispell-help): Fix to work with XEmacs.
16302 (ispell-highlight-spelling-error): Use new variables.
16303 (ispell-overlay-window): Fix to work with XEmacs.
16304 (ispell-parse-output): Passed and returns location information
16305 tracking spelling corrections. Doesn't recheck same word on
16306 current line.
16307 (ispell-init-process): Protect against bogus XEmacs variable binding.
16308 Fix call to single argument in sleep-for. Use new variables.
16309 (ispell-region): Passed and returns location information tracking
16310 spelling corrections. Doesn't check same word on current line.
16311 Improved documentation string. Doesn't resend a line already
16312 checked to the ispell process - fixes bug in LaTeX parsing.
16313 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16314 (ispell-skip-region): No longer skips <TT> in SGML.
16315 (ispell-process-line): Tracks location information with spelling
16316 corrections. Added documentation string. Accounts for words
16317 already accepted on this line. Don't allow query-replace on line
16318 starting with math characters. Doesn't resend a line already sent
16319 to ispell process. Fixes alignment error bug.
16320
16321 2000-01-10 Richard M. Stallman <rms@gnu.org>
16322
16323 * dired-x.el (dired-guess-shell-alist-default):
16324 Suggest xloadimage, which is free, not xv, which isn't.
16325
16326 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16327 Don't ever include the host name or user name in the value.
16328
16329 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16330
16331 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16332 of a real newline.
16333
16334 2000-01-09 Stephen Eglen <stephen@gnu.org>
16335
16336 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16337 for .png files.
16338
16339 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16340
16341 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16342
16343 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16344
16345 * progmodes/cperl-mode.el: Replace ^F with ^L.
16346
16347 * sendmail.el (toplevel): Provide `sendmail' when compiling
16348 before `require'ing rmail and mailalias to prevent infinite
16349 recursion.
16350
16351 2000-01-08 Dave Love <fx@gnu.org>
16352
16353 * emacs-lisp/backquote.el: Remove inappropriate customization
16354 (allowing custom.el to use backquote).
16355
16356 2000-01-07 Dave Love <fx@gnu.org>
16357
16358 * add-log.el (add-log-debugging): Deleted.
16359 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16360 file. Remove debugging code.
16361 (change-log-get-method-definition, change-log-name): Add doc.
16362 (change-log-sortable-date-at): New function.
16363 (change-log-merge): New command.
16364
16365 * time.el (display-time-string-forms): Make the Mail string active.
16366 (display-time-update): Provide help-echo for load average.
16367
16368 * bindings.el (make-mode-line-mouse2-map): New function.
16369 (mode-line-modified): Use it and simplify.
16370 (mode-line-mule-info): Provide help-echo info.
16371 (minor-mode-alist): Activate the strings.
16372 (make-mode-line-mouse-sensitive): Simplify for
16373 mode-line-buffer-identification.
16374
16375 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16376
16377 * play/pong.el: New file.
16378
16379 2000-01-06 Dave Love <fx@gnu.org>
16380
16381 * array.el: Assorted cleanups for compiler warnings, doc strings,
16382 `array-' prefix for symbols.
16383
16384 2000-01-05 Dave Love <fx@gnu.org>
16385
16386 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16387 outline-headers-as-kill.
16388 (outline-mode): Define imenu-generic-expression.
16389 (outline-headers-as-kill): New command.
16390
16391 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16392 from paragraph-start.
16393 (paragraph-indent-minor-mode): New command.
16394
16395 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16396 M-C-e, M-C-h, C-j, C-xnd, TAB.
16397 (fortran-mode): Set beginning-of-defun, end-of-defun.
16398 (fortran-column-ruler): Simplify.
16399 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16400 (fortran-with-subprogram-narrowing): Likewise.
16401 (fortran-indent-subprogram): Call mark-defun.
16402 (fortran-check-for-matching-do): Change narrowing.
16403
16404 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16405 (cl-lucid-hash-tag): Delete.
16406 (cl-hash-table-p): Correct test for native table.
16407 (cl-hash-table-count): Use hash-table-count.
16408
16409 * browse-url.el (browse-url): Fix case of
16410 browse-url-browser-function being an alist.
16411
16412 2000-01-05 Carsten Dominik <cd@gnu.org>
16413
16414 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16415 (reftex-index-phrase-file-extension): New options.
16416
16417 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16418 Use new option `reftex-index-phrase-file-extension'.
16419
16420 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16421 `reftex-parse-file-extension'.
16422
16423 2000-01-05 Dave Love <fx@gnu.org>
16424
16425 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16426 (beginning-of-defun-raw): Use it.
16427 (end-of-defun): New variable.
16428 (end-of-defun): Use it.
16429 (check-parens): New command.
16430
16431 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16432
16433 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16434 (hs-show-block): Don't use `mapcar' when not accumulating.
16435
16436 Fix buglet in local variables initialization.
16437
16438 2000-01-05 Andreas Schwab <schwab@suse.de>
16439
16440 * hscroll.el (hscroll): Doc fix.
16441
16442 2000-01-05 Carsten Dominik <cd@gnu.org>
16443
16444 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16445 idlw-toolbar.
16446
16447 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16448 file idlw-rinfo.el.
16449 (idlwave-customize): load must read file idlw-shell.el.
16450 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16451
16452 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16453
16454 * progmodes/idlw-shell.el: Also provide idlwave-shell
16455 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16456 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16457
16458 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16459 both reftex-dcr and reftex-vcr.
16460
16461 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16462
16463 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16464
16465 * ps-print.el: PostScript code now is in separate files, doc fix.
16466 (ps-print-version): New version number (5.0.3).
16467 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16468 local.
16469 (ps-spool-config): Initialization fix.
16470 (ps-print-prologue-1, ps-print-prologue-2)
16471 (ps-print-duplex-feature): PostScript code moved to separated file.
16472 (ps-background-image): Little code reformating.
16473 (ps-begin-file, ps-begin-job): Fix code.
16474 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16475 (ps-prologue-file): New fun.
16476
16477 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16478
16479 * ps-vars.el: Eliminated.
16480
16481 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16482 `;;;###autoload'.
16483
16484 * ps-print.el: ps-vars eliminated, doc fix.
16485 (ps-print-version): New version number (5.0.2).
16486 (ps-spool-config): Initialization fix.
16487 (ps-print-customize): New fun.
16488
16489 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16490
16491 * autorevert.el (auto-revert-mode): Return value of
16492 auto-revert-mode.
16493
16494 2000-01-04 Dave Love <fx@gnu.org>
16495
16496 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16497 menu items.
16498
16499 2000-01-03 Dave Love <fx@gnu.org>
16500
16501 * elide-head.el (elide-head) [defgroup]: Add :version.
16502
16503 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16504 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16505 `cl-hash-table-p', not `hash-table-p'.
16506 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16507
16508 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16509
16510 * faces.el (face-read-integer, read-face-attribute)
16511 (color-defined-p, color-values): unspecified-{f,b}g are now
16512 strings.
16513
16514 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16515
16516 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16517 at comment end, and re-insert them after filling.
16518
16519 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16520
16521 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16522 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16523 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16524
16525 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16526
16527 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16528 the new name of face-color-supported-p.
16529
16530 * term/w32-win.el (xw-defined-colors): Likewise.
16531
16532 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16533
16534 * simple.el (completion-setup-function): Count completion-size
16535 from minibuffer-prompt-end, not from point-min.
16536
16537 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16538
16539 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16540 Pass the frame to tty-color-* functions.
16541 (display-color-p, frame-set-background-mode): Pass the frame to
16542 tty-display-color-p.
16543
16544 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16545 tty-color-alist.
16546 (tty-color-alist, tty-modify-color-alist): New functions.
16547 (tty-color-define, tty-color-clear, tty-color-approximate)
16548 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16549 an optional parameter FRAME.
16550
16551 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16552
16553 * image.el (create-image, defimage): Don't assume image data is a
16554 string.
16555
16556 * image.el (defimage): Handle specifications containing :data
16557 instead of :file.
16558 (image-type-from-data): New function.
16559 (image-type-from-file-header): Use it.
16560 (create-image): Add parameter DATA-P.
16561
16562 See ChangeLog.8 for earlier changes.
16563
16564 ;; Local Variables:
16565 ;; coding: iso-2022-7bit
16566 ;; End: