*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2001-03-23 Kenichi Handa <handa@etl.go.jp>
2
3 * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Call
4 ccl-execute-on-string directly so that CCL program handling
5 multibyte sequence can work correctly.
6 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
7 property of the coding system.
8
9 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
10
11 * textmodes/fill.el (fill-individual-paragraphs-prefix):
12 Fix transcription typo.
13
14 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
15
16 * whitespace.el: Add buffer local variables to toggle testing of
17 whitespaces in buffers without affecting the default values.
18 Bump version to 3.0 to account for a few other changes.
19 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
20 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
21 (whitespace-toggle-spacetab-check): New functions.
22
23 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
24
25 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
26
27 2001-03-21 Gerd Moellmann <gerd@gnu.org>
28
29 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
30 bs-cycle-configuration-name. From Juanma Barranquero
31 <lektu@uol.com.br>.
32
33 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
34 and cc-vars.el.
35
36 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
37 headers. Always invoke sendmail with option -t.
38
39 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
40
41 * Release of cc-mode 5.28.
42
43 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
44
45 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
46 Removed the hardcoded switch to "java" style in Java mode.
47 It's instead taken care of by the default value for c-default-style.
48
49 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
50
51 * cc-align.el (c-lineup-math): Fix bug where lineup was
52 triggered by equal signs in string literals.
53
54 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
55
56 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
57 limit detection when at the ends of the buffer.
58
59 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
60 "for" statement clause in case 7F; a better one is done
61 earlier in case 7D anyway.
62
63 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
64
65 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
66 somewhat more and did a small optimization.
67
68 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
69
70 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
71 Use the limit argument only to limit the syntactic context
72 search, not to limit the actual movement.
73
74 * cc-cmds.el (c-beginning-of-statement): Move by sentence
75 inside multiline strings, just like in comments. Also various
76 fixes to the paragraph and comment prefix recognition, block
77 comment ender handling etc.
78
79 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
80
81 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
82 the relative position of the point.
83
84 * cc-cmds.el (c-electric-continued-statement): New function to
85 use as abbrev hook to reindent for keywords such as "else"
86 that continues an earlier statement.
87
88 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
89 like classes.
90
91 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
92 (pike-mode): Populate the default abbrev tables to reindent for
93 keywords such as "else" that can continue earlier statements.
94 Abbrev mode is therefore turned on by default now. (Note that
95 this doesn't apply to idl-mode, since IDL afaik doesn't have
96 statements at all.)
97
98 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
99
100 * cc-engine.el (c-inside-bracelist-p): Fix for handling
101 bracelists where the declaration contains template arguments.
102
103 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
104
105 * cc-cmds.el (c-comment-indent):
106 Use `c-get-syntactic-indentation' to correctly calculate the
107 syntactic indentation. Fixes bug with lineup functions that
108 return vectors.
109
110 * cc-engine.el (c-get-syntactic-indentation): Split the
111 indentation sum calculation from `c-indent-line' to a separate
112 function.
113
114 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
115
116 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
117 Fixed places where it was assumed that preprocessor directives
118 have to start in column zero.
119
120 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
121 template arguments after a class identifier properly.
122
123 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
124 lists for `new Foo[]' constructs in Java as expressions and
125 not top level definition brace lists on the top level, so that
126 they'll get indented consistently with the same type of
127 expression in a normal block.
128
129 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
130
131 * cc-cmds.el (c-fill-paragraph): The kludge that checks
132 whether the adaptive filling package fails to keep the comment
133 prefix is now kludged further to check for filladapt-mode
134 which doesn't have that problem. This is really icky, but it's
135 the only way that works with the current misfeatures/bugs in
136 both adaptive-fill-mode and filladapt-mode.
137
138 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
139 around point is recognized more robust.
140
141 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
142
143 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
144 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
145 (c-lit-type): Fixed all internal variables used dynamically so
146 that they are always bound.
147
148 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
149 errors:
150
151 (c-indent-region): Fixed reporting of syntactic errors so that
152 the region is fully reindented even when an error occurs.
153 The last syntactic error is printed afterwards. Also cleanup up a
154 whole lot of code that tried to optimize indentation of whole
155 sexps but in reality accomplishes nothing.
156
157 (c-indent-sexp): Use c-indent-region.
158
159 (c-parsing-error): Changed this variable to hold the message
160 for any syntactic error that is discovered.
161
162 (c-parse-state): Search backward from point instead of the bod
163 position when the latter is invalid. This makes CC Mode
164 recover faster when there are unbalanced close braces.
165
166 (c-backward-to-start-of-if): Use c-parsing-error to report
167 dangling "else" clauses instead of throwing an error, and fall
168 back to a reasonable position.
169
170 (c-indent-line): Added argument to avoid reporting syntactic errors.
171
172 (c-show-syntactic-information): Don't report any syntactic errors.
173
174 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
175
176 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
177 paragraph recognition when moving by sentence in literals.
178
179 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
180 start regexp for javadoc to recognize javadoc markup in general instead
181 of a specific set of keywords, to be more future-safe.
182
183 (c-Pike-pikedoc-paragraph-start)
184 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
185 pikedoc markup.
186
187 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
188
189 (pike-mode): Initialize paragraph settings pikedoc recognition.
190
191 * cc-vars.el (c-default-style): Made a nicer Customize widget.
192
193 (c-comment-prefix-regexp): Made it possible to use an
194 association list on this to specify mode specific regexps.
195 The default value now use a special regexp in Pike mode to
196 recognize pikedoc markup.
197
198 (c-current-comment-prefix): New variable containing the actual
199 regexp from c-comment-prefix-regexp for the current buffer.
200
201 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
202
203 * cc-cmds.el (c-electric-brace): Fixed check for special brace
204 lists: We can't look at the syntax, since a brace list can get
205 recognized as a plain statement-cont.
206
207 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
208 special brace list opener broken over two lines got recognized
209 as a statement on the second line. Case 9A changed.
210
211 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
212
213 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
214 adjustment after line is reindented.
215
216 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
217
218 * cc-defs.el (c-point): Added optional argument for position
219 to use instead of the current point.
220
221 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
222 the in-expression block symbols when the construct starts at
223 boi, to avoid the extra level of indentation in that case.
224 Cases 4, 16A and 17E affected.
225
226 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
227
228 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
229 calls to `c-indent-line', to adhere better to Emacs conventions.
230
231 * cc-engine.el (c-indent-line): Use the syntax already bound
232 to `c-syntactic-context', if there is any.
233
234 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
235
236 * cc-engine.el (c-get-offset): Fixed bug where the indentation
237 wasn't added up correctly when a lineup function returned nil.
238
239 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
240
241 * cc-engine.el (c-collect-line-comments): Fixed bug where
242 empty lines were ignored when collecting line comments backwards.
243
244 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
245
246 * cc-align.el (c-lineup-dont-change): Return an absolute
247 indentation column to work correctly in the case when several
248 syntactic elements are processed for the same line.
249
250 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
251 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
252 (c-set-offset): Added absolute indentation column settings by
253 using the vector type.
254
255 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
256
257 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
258 Implemented two new cleanups `space-before-funcall' and
259 `compact-empty-funcall'.
260
261 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
262
263 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
264 helping building regexps.
265
266 * cc-engine.el (c-on-identifier): New function for detecting
267 identifiers. It takes keywords into account.
268
269 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
270 lists. `c-keywords' is set to a regexp matching all keywords
271 in the current language.
272
273 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
274
275 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
276 list of characters to skip backwards over at the beginning of
277 a statement, since it can precede string literals in Pike.
278
279 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
280
281 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
282 recognition when standing on the last line in a C++ comment
283 with nothing but whitespace after the prefix.
284
285 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
286 given no limit argument.
287
288 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
289
290 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
291 recognition for the `[]= operator symbol in Pike.
292
293 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
294
295 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
296 around a bug in `eval-when-compile' in the byte compiler.
297
298 * cc-engine.el (c-forward-token-1): Fixed bug with return
299 value when count is zero and there's no token start within the limit.
300
301 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
302 "prefix comments", i.e. comments which are followed by code on
303 the same line.
304
305 * cc-mode-19.el: Fixes so that checks that must be done at
306 compile time also are done then.
307
308 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
309
310 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
311 time and at runtime, and only when it's needed.
312
313 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
314
315 Major cleanup for less error prone and more warning free
316 compilation, including some fixes for bugs due to different
317 compilation orders. Thanks to Martin Buchholz for providing
318 the basis for all this.
319
320 * cc-bytecomp.el: New file that provides some byte compilation
321 features: It ensures that files always are loaded from the
322 current source directory during compilation, and it provides a
323 set of macros to turn off specific compiler warnings for
324 specific symbols. (It's not CC Mode specific in any way.)
325
326 Fixed a nearly acyclic dependency tree (both runtime and
327 compile-time) between all files.
328
329 * cc-defs.el: Separated all macros before the inline functions,
330 to ensure correct compilation.
331
332 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
333 cc-defs.el to cc-engine.el and made it a function instead.
334
335 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
336 about char-after.
337
338 * cc-vars.el: Cope even when there isn't a custom package
339 containing defcustom available.
340
341 * cc-make.el: Removed since it's no longer necessary.
342
343 README: Updated installation instructions.
344
345 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
346
347 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
348 improve the modularity: Moved all mode init stuff from
349 cc-langs.el to cc-mode.el, including the keymap
350 initialization; cc-langs now only contains the various
351 variables for configuring the language syntax.
352
353 * cc-engine.el, cc-styles.el (c-evaluate-offset)
354 (c-get-offset): Moved from cc-styles to cc-engine since file
355 dependency analysis suggests they belong there (which also
356 makes more sense). Thanks to Martin Buchholz for doing the analysis.
357
358 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
359
360 * cc-cmds.el (c-fn-region-is-active-p): New function that
361 wraps the corresponding macro, for use in places that aren't
362 compiled. Thanks to Martin Buchholz for pointing out this.
363
364 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
365
366 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
367 add things to the bug report.
368
369 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
370
371 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
372 returned prefix could contain a newline when the search for a
373 good prefix line failed.
374
375 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
376
377 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
378 (c-toggle-auto-hungry-state): Made the argument optional, as
379 the documentation says it is.
380
381 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
382
383 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
384 multiline string syntax, #"...", as a cpp macro.
385
386 2001-03-21 Paul Eggert <eggert@twinsun.com>
387
388 * international/mule-cmds.el (set-locale-environment):
389 Set system-messages-locale and system-time-locale, but only if the
390 caller specifies a non-nil locale name.
391
392 2001-03-20 John Wiegley <johnw@gnu.org>
393
394 * calendar/calendar.el (nongregorian-diary-listing-hook):
395 Added :options to cover the possible values.
396 (nongregorian-diary-marking-hook): Ditto.
397
398 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
399 * holidays.el: Added support for the Baha'i calendar system.
400
401 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
402 problems for the interpreter.
403
404 2001-03-20 Gerd Moellmann <gerd@gnu.org>
405
406 * follow.el (follow-avoid-tail-recenter): Doc fix.
407
408 * custom.el (custom-set-variables): Avoid reversing the list
409 of args needlessly.
410
411 * startup.el (fancy-splash-head): Don't change the colors of the
412 XPM image on a dark background.
413
414 * comint.el (comint-exec-1): Set columns of the terminal to
415 window-width instead of frame-width.
416
417 * info.el (Info-scroll-down): Add missing WINDOW arg for
418 pos-visible-in-window-p.
419
420 * ehelp.el (electric-help-mode-hook): Add defcustom.
421
422 * mail/sendmail.el (mail-mode): Activate case-folding in
423 font-lock-defaults.
424
425 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
426
427 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
428 (completion-ignored-extensions): Remove duplicate ".class".
429
430 2001-03-19 Andreas Schwab <schwab@suse.de>
431
432 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
433 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
434
435 2001-03-19 Gerd Moellmann <gerd@gnu.org>
436
437 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
438 methods since there are not prefix input methods.
439
440 2001-03-19 Kenichi Handa <handa@etl.go.jp>
441
442 * international/mule-cmds.el (read-input-method-name):
443 Locally bind enable-recursive-minibuffers to t.
444
445 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
446
447 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
448
449 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
450
451 * ediff-util.el: Copyright years.
452 (ediff-choose-syntax-table): New function.
453 (ediff-setup): Use ediff-choose-syntax-table.
454
455 * ediff-init.el (ediff-with-syntax-table): New macro, uses
456 with-syntax-table.
457
458 * ediff.el: Date of last update, copyright years.
459
460 * ediff-wind (ediff-setup-control-frame): Nill->nil.
461
462 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
463 of Scott Bronson.
464 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
465 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
466 Deleted functions.
467 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
468 ex-token-list.
469
470 * viper-util.el: Spaces, indentation.
471
472 * viper.el: Changed version, modification time.
473
474 2001-03-16 John Wiegley <johnw@gnu.org>
475
476 * calendar/timeclock.el (timeclock-workday-remaining):
477 Check whether `discrep' is non-null before using it.
478
479 2001-03-16 John Wiegley <johnw@gnu.org>
480
481 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
482 first-time checkins.
483 (timeclock-log-data): Fixed problem with reading timelog log file.
484 Resulting data in the "day list" was incorrect.
485 (timeclock-find-discrep): Check if `timeclock-file' is readable
486 before opening it.
487 (timeclock-time-less-p): New function.
488 (timeclock-day-base): New function.
489 (timeclock-geometric-mean): New function.
490 (timeclock-generate-report): Generate a summary report based on
491 the contents of the log file. This uses `timeclock-log-data', and
492 is an example of writing a timelog manipulation function.
493 (timeclock-visit-timelog): A quick command for opening the timelog
494 file.
495 (timeclock-log-data): Bound the variable event.
496
497 2001-03-16 Kenichi Handa <handa@etl.go.jp>
498
499 * international/mule-cmds.el (select-safe-coding-system):
500 Fix typo: symbol-name -> symbol-value.
501
502 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
503 before substitute-in-file-name to handle double slashes in FILE
504 correctly.
505
506 2001-03-15 Gerd Moellmann <gerd@gnu.org>
507
508 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
509 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
510
511 2001-03-14 Gerd Moellmann <gerd@gnu.org>
512
513 * bindings.el (features): Add `md5' and `overlay' to the list.
514
515 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
516 bound before using it. It's not bound when configured without X,
517 for instance.
518
519 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
520
521 * progmodes/hideshow.el: Update copyright.
522 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
523 (hs-minor-mode-hook): Include `:version' in defcustom form.
524
525 2001-03-13 Gerd Moellmann <gerd@gnu.org>
526
527 * help.el (string-key-binding): Don't call event-start on
528 a non-list.
529
530 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
531
532 * startup.el (fancy-splash-tail, command-line-1): Fix the
533 copyright year.
534
535 2001-03-13 Kenichi Handa <handa@etl.go.jp>
536
537 * term.el: These changes are based on a patch sent from Yong Lu
538 <lyongu@yahoo.com>.
539 (term-set-escape-char): Bind M-x to execute-extended-command in
540 term-raw-escape-map.
541 (term-move-columns): Don't try to move to negagive column.
542 (term-emulate-terminal): Insert a string before deleting a text to
543 overwrite.
544
545 2001-03-12 Gerd Moellmann <gerd@gnu.org>
546
547 * play/life.el (life): Rearrange code so that all calls to
548 life-display-generation are in a catch-form.
549
550 * progmodes/etags.el (tags-loop-continue): Don't change point in a
551 file that isn't interesting. In an interesting file, push the old
552 value of point on the mark ring.
553
554 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
555 New function.
556 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
557 Use it.
558
559 * emacs-lisp/autoload.el (generate-file-autoloads):
560 Remove warning about line lengths.
561
562 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
563
564 * progmodes/etags.el (tags-compression-info-list): New variable.
565 (find-tag-in-order): Use it to deal with compressed source files.
566 (tag-file-name-match-p): New function.
567 (etags-recognize-tags-table): Use it for better match of file names.
568
569 2001-03-12 Kenichi Handa <handa@etl.go.jp>
570
571 * international/mule-cmds.el (register-input-method): Doc fix.
572
573 * international/quail.el (quail-translate-key): Fix condition to
574 check if there's another breaking point in the current key.
575
576 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
577
578 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
579 Babyl header to the newly-created output file, bind
580 coding-system-for-write to either rmail-file-coding-system or
581 emacs-mule-unix.
582
583 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
584
585 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
586 Fix the name and regexp used for subsubsections.
587
588 2001-03-10 Dave Love <fx@gnu.org>
589
590 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
591 and save-buffer if buffer-file-name non-nil. From rms.
592
593 2001-03-10 Andre Spiegel <spiegel@gnu.org>
594
595 * vc.el (vc-do-command): If the destination buffer is already
596 current, don't set it up and don't erase it. Updated doc string
597 to reflect that.
598 (vc-version-diff): When doing a single file diff, don't switch to the
599 *vc-diff* buffer before the command. This is to preserve local
600 variable bindings that might affect the diff command.
601 (vc-print-log): Don't switch to the *vc* buffer before the
602 command, so that local variable bindings are preserved.
603
604 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
605 not the current buffer.
606 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
607
608 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
609 make output go to buffer *vc*, not the current buffer.
610
611 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
612
613 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
614 so ^, $, *, ? and + are interpreted correctly.
615
616 2001-03-09 Gerd Moellmann <gerd@gnu.org>
617
618 * help.el (string-key-binding): Renamed from
619 mode-line-key-binding. Handle any event on a string.
620 Check for `keymap' properties as well as `local-map' properties.
621
622 * comint.el (comint-insert-clicked-input): Use the last key
623 from this-command-keys to lookup the global key definition.
624
625 2001-03-09 Kenichi Handa <handa@etl.go.jp>
626
627 * international/characters.el: Add category `j' for
628 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
629
630 * international/mule-conf.el (no-conversion): Fix docstring.
631 (raw-text): Fix docstring.
632
633 2001-03-08 Gerd Moellmann <gerd@gnu.org>
634
635 * simple.el (choose-completion-string): When not leaving the
636 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
637 is set.
638
639 * window.el (shrink-window-if-larger-than-buffer): Handle frame
640 parameter `(minibuffer . t)'.
641
642 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
643
644 * progmodes/sh-script.el (sh-st-symbol): New symbol.
645 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
646 (sh-mode): Remove `make-local-variable' for unused var
647 `font-lock-unfontify-region-function'.
648
649 2001-03-07 Richard M. Stallman <rms@gnu.org>
650
651 * info.el (Info-scroll-down): Fix previous change.
652
653 * mail/rmail.el (rmail-toggle-header): Use a window which
654 is showing the Rmail buffer, rather than the selected window.
655
656 2001-03-07 Dave Love <fx@gnu.org>
657
658 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
659 now, to avoid problems with binding imenu directly to a mouse event.
660
661 2001-03-07 Gerd Moellmann <gerd@gnu.org>
662
663 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
664 second arg t.
665
666 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
667
668 * log-edit.el (log-edit-common-indent): New var.
669 (log-edit-set-common-indentation): Renamed from
670 log-edit-delete-common-indentation. Use the new var.
671 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
672
673 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
674 (cvs-mode-add-change-log-entry-other-window):
675 Don't presume change-log-default-name is defined.
676
677 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
678
679 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
680 the "tree" operation as well.
681
682 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
683
684 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
685 to match paragraph-start.
686
687 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
688 comment-start-skip and set comment-end-skip as well.
689 (sgml-comment-indent): Fix for new value of comment-start-skip.
690 (html-autoview-mode): Don't bother using make-local-hook.
691
692 2001-03-07 Gerd Moellmann <gerd@gnu.org>
693
694 * cus-edit.el (custom-save-delete): Move in front of local
695 variables, otherwise long Custom entries would make them ineffective.
696
697 * uniquify.el: Set maintainer to FSF.
698
699 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
700
701 * dired-aux.el (dired-do-shell-command): Doc fix.
702
703 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
704
705 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
706
707 * which-func.el (which-func-modes): Add cperl-mode.
708 (which-func-mode-global): Use define-minor-mode.
709
710 * info-look.el: Docstring fixes and dead code eliminated.
711 (cperl-mode): Add support.
712 (emacs-lisp-mode): List all entries from elisp manual, whether
713 or not they are currently (f)bound or not. Update regexp.
714
715 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
716
717 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
718 so that C-h m shows the correct information.
719 Use make-local-variable rather than make-variable-buffer-local.
720 (cperl-info-buffer, cperl-setup-tmp-buf):
721 Use make-local-variable rather than make-variable-buffer-local.
722 (cperl-msb-fix, cperl-get-help-defer):
723 Check major-mode for `cperl-mode' as well.
724
725 * progmodes/cperl-mode.el: Updated to author version 4.23.
726 (cperl-electric-pod): SYNOPSIS was misspelled.
727 (cperl-find-pods-heres): @if ? a : b was considered a REx.
728 (cperl-after-expr-p): Make true after __END__.
729
730 2001-03-06 Gerd Moellmann <gerd@gnu.org>
731
732 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
733 bookmark-completion-ignore-case is t.
734
735 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
736 switch, like xterm, and concat resource strings, with a newline
737 between them.
738
739 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
740
741 * international/codepage.el (cp770-decode-table)
742 (cp773-decode-table, cp774-decode-table): New variables.
743
744 * man.el (Man-hyphenated-reference-regexp): New variable.
745 (Man-build-references-alist): Use it to search for referenced
746 manpages. If hyphenated is non-nil, record a concatenated word in
747 Man-refpages-alist only if it matches Man-reference-regexp.
748 Update word's length when it is concatenated. Reverse the list,
749 to get the first manpage at the head.
750 (Man-possibly-hyphenated-word): New function.
751 (Man-follow-manual-reference): Use it instead of current-word to
752 find a manpage at point, in a way that accounts for hyphenated
753 references.
754
755 2001-03-06 Alex Schroeder <alex@gnu.org>
756
757 * sql.el (sql-interbase): New function.
758 (sql-interbase-program): New option.
759 (sql-interbase-options): New option.
760 And some typos fixed: "customise" to "customize".
761
762 2001-03-06 Dave Love <fx@gnu.org>
763
764 * textmodes/flyspell.el (flyspell-region):
765 Set up flyspell-local-mouse-map.
766
767 2001-03-05 Richard M. Stallman <rms@gnu.org>
768
769 * mail/rmail.el (rmail-retry-failure):
770 Don't call rmail-beginning-of-message.
771 Don't discard From: field. Do discard Received: field.
772 Use unwind-protect to re-prune.
773 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
774
775 2001-03-06 Kenichi Handa <handa@etl.go.jp>
776
777 * international/quail.el (quail-title): Add autoload cookie.
778
779 2001-03-05 Dave Love <fx@gnu.org>
780
781 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
782 new defs.
783
784 2001-03-05 Kenichi Handa <handa@etl.go.jp>
785
786 * language/ethio-util.el (ethio-toggle-space):
787 Update current-input-method-title if necessary.
788 (ethio-toggle-punctuation): Likewise.
789
790 * international/quail.el (quail-title): Fix for the case that a
791 title of an input method is specified by a list of the same form
792 as used in mode-line-format.
793
794 * international/mule-cmds.el (activate-input-method):
795 If current-input-method-title is set by activating INPUT-METHOD,
796 respect that value.
797
798 2001-03-05 Gerd Moellmann <gerd@gnu.org>
799
800 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
801
802 2001-03-05 Alex Schroeder <alex@gnu.org>
803
804 * sql.el (sql-sybase): Fix typo (was: query user about server two
805 times instead of server and database).
806
807 * sql.el (sql-sybase): Doc change.
808 (sql-mysql): Doc change.
809 (sql-postgres): Doc change.
810
811 2001-03-05 Kenichi Handa <handa@etl.go.jp>
812
813 * international/mule-conf.el (emacs-mule, raw-text):
814 Docstring modified.
815
816 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * term/internal.el: Update copyright notice.
819
820 * term/pc-win.el: Update copyright notice.
821
822 2001-03-02 Dave Love <fx@gnu.org>
823
824 * files.el (insert-file-contents-literally):
825 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
826 not jka-compr-compression-info-list.
827
828 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
829
830 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
831 spaces in default comment-start-skip settings rather than \s-.
832
833 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
834
835 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
836 default-frame-alist as well.
837
838 2001-03-01 Dave Love <fx@gnu.org>
839
840 * textmodes/reftex.el (defvar): Wrap some defvars in
841 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
842
843 * subr.el (event-basic-type): Doc fix.
844
845 * international/quail.el: Doc fixes.
846
847 * international/utf-8.el: Doc fixes.
848
849 * international/mule-cmds.el: Doc fixes.
850 (leim-list-header): Fix header text.
851
852 * international/mule.el (coding-system-category): Doc fix.
853
854 * international/ccl.el (ccl-compile): Doc fix.
855
856 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
857
858 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
859 rather than (before|after)-change-functions.
860
861 2001-03-01 Gerd Moellmann <gerd@gnu.org>
862
863 * ediff-util.el (ediff-scroll-horizontally): Arrange for
864 scroll-left and scroll-right being called interactively so that
865 they set the window's min_hscroll.
866
867 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
868
869 * info.el (info-insert-file-contents-1): Accept an additional
870 argument `lfn': if it is non-nil, concatenate `filename' and
871 `suffix'; otherwise use the complicated MS-DOS code.
872 All callers changed.
873 (info-insert-file-contents, Info-find-node): If the MS-DOS port
874 can access long file names, try the long file-name version of
875 `info-insert-file-contents-1', then the short file-name version.
876
877 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
878
879 * language/ethio-util.el (setup-ethiopic-environment-internal):
880 Change bindings of functions keys to conform to "Emacs Lisp Coding
881 Convention".
882
883 * language/ethiopic.el ("Ethiopic"): Add documentation.
884
885 2001-02-28 Kenichi Handa <handa@etl.go.jp>
886
887 * international/utf-8.el (mule-utf-8): Set coding-category
888 property to coding-category-utf-8.
889
890 2001-02-27 Richard M. Stallman <rms@gnu.org>
891
892 * lpr.el (lpr-page-header-switches, print-region-1):
893 Undo 2000-07-06 change.
894 (lpr-add-switches): Default to t on gnu/linux.
895
896 2001-02-27 Gerd Moellmann <gerd@gnu.org>
897
898 * bs.el (bs-attributes-list): Doc fix.
899
900 2001-02-26 Gerd Moellmann <gerd@gnu.org>
901
902 * help.el (describe-project): Display the file THE-GNU-PROJECT.
903
904 * help.el (view-order-manuals): Use goto-address.
905
906 * startup.el (command-line-1): Add info about ordering manuals
907 to the not so fancy splash screens.
908
909 2001-02-26 Andre Spiegel <spiegel@gnu.org>
910
911 * vc.el (vc-default-workfile-unchanged-p)
912 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
913
914 2001-02-26 Gerd Moellmann <gerd@gnu.org>
915
916 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
917 fontify in the right buffer.
918
919 * allout.el (outline-flag-region): Move macro in front of first
920 use to avoid a run-time error.
921
922 2001-02-24 Andrew Innes <andrewi@gnu.org>
923
924 * makefile.w32-in: Fix copyright notice.
925
926 2001-02-24 Kenichi Handa <handa@etl.go.jp>
927
928 * international/utf-8.el (mule-utf-8): Set correct value for
929 valid-codes property.
930
931 * international/fontset.el (x-complement-fontset-spec): In the
932 case that we use ASCII font for the other charsets, use only
933 family and registry part of it.
934
935 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
936
937 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
938 (shrink-window-if-larger-than-buffer): Doc fix.
939
940 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
941
942 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
943 predicate passed to completing-read.
944
945 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
946
947 * startup.el (command-line): Fix last change.
948
949 2001-02-23 Jason Rumney <jasonr@gnu.org>
950
951 * startup.el (tool-bar-originally-present): New variable.
952 (command-line): Set it if the tool-bar is switched on at startup.
953
954 * frame.el (frame-notice-user-settings): Only adjust frame height
955 for no tool-bar case if tool-bar was originally switched on.
956 From E. Jay Berkenbilt.
957
958 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
959
960 * server.el (server-switch-buffer): Only switch window if the
961 current one is dedicated.
962
963 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
964 rather than using (match-beginning 0) when searching for break point.
965
966 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
967
968 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
969 @ follows an accent command such as @'. Support optional braces
970 in commands that insert accents, like makeinfo does.
971
972 2001-02-22 Gerd Moellmann <gerd@gnu.org>
973
974 * startup.el (fancy-splash-text): Add a line for ordering
975 manuals. Reverse order of splash screens shown.
976 (use-fancy-splash-screens-p): Adapt to the text line added.
977
978 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
979 manuals from the FSF.
980
981 * help.el (view-order-manuals): New function.
982 (toplevel): Bind C-h C-m to this function.
983
984 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
985
986 * newcomment.el (comment-forward): Skip the comment-start before
987 searching for the comment-end.
988
989 2001-02-21 Dave Love <fx@gnu.org>
990
991 * custom.el (custom-initialize-changed, defcustom): Doc fix.
992
993 * international/mule-cmds.el, international/mule.el: Doc fixes.
994
995 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
996 (fortune) <defgroup>: Add :link.
997 (fortune-from-region): Use eq, not eql.
998
999 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1000
1001 * startup.el (fancy-splash-screens): Use display-hourglass
1002 instead of display-busy-cursor.
1003
1004 * frame.el (display-hourglass): Renamed from busy-cursor.
1005 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1006 (show-cursor-in-non-selected-windows): Doc fix.
1007
1008 2001-02-20 Dave Love <fx@gnu.org>
1009
1010 * international/utf-8.el: Doc and commentary fixes.
1011
1012 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * ehelp.el (with-electric-help): Doc fix.
1015
1016 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1017
1018 * msb.el (msb-mode): Call the update-buffers function explicitly
1019 with a FORCE argument.
1020
1021 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1022 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1023 returns nil.
1024
1025 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1026
1027 * ps-print.el: Timestamp package replacement. Some enhancements.
1028 Some XEmacs compatibility. Doc fix.
1029 (ps-print-version): New version number (6.4).
1030 (ps-printer-name): Initialization fix.
1031 (ps-zebra-stripe-follow): Funcionality enhancement.
1032 (ps-prologue-file): Code enhancement.
1033 (ps-right-header): Timestamp package replacement.
1034 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1035 (ps-get-page-dimensions)
1036 (ps-generate-header, ps-begin-file, ps-begin-job)
1037 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1038 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1039 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1040 (coding-system-for-write): Var declaration (XEmacs compatibility).
1041
1042 2001-02-20 Miles Bader <miles@gnu.org>
1043
1044 * image-file.el (image-file-name-extensions): Add "tif".
1045
1046 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1047
1048 * wid-edit.el (widget-button-click): Save the selected window
1049 around the code handling clicks on buttons.
1050
1051 2001-02-18 Dave Love <fx@gnu.org>
1052
1053 * imenu.el (imenu--generic-function): Use mapc to iterate over
1054 syntax characters.
1055
1056 2001-02-17 Richard M. Stallman <rms@gnu.org>
1057
1058 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1059
1060 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1061
1062 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1063
1064 * mouse.el (mouse-save-then-kill): If the distance from the new
1065 point to the mark is equal to the distance of point from the new
1066 point, move point instead of the mark.
1067
1068 2001-02-16 Dave Love <fx@gnu.org>
1069
1070 * textmodes/flyspell.el (flyspell-get-word): Return string without
1071 properties.
1072
1073 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1074
1075 * generic.el (generic-find-file-regexp): Doc fix.
1076 (generic-ignore-files-regexp): New defcustom.
1077 (generic-mode-find-file-hook): If the file's name matches the
1078 regexp in `generic-ignore-files-regexp', don't enter
1079 default-generic-mode. Doc fix.
1080
1081 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1082
1083 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1084 Add autoload cookies.
1085
1086 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1087 of cal-tex-24.
1088
1089 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1090
1091 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1092
1093 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1094 the character class after the (optional) drive, to support file
1095 names with embedded blanks.
1096
1097 2001-02-15 Sam Steingold <sds@gnu.org>
1098
1099 * textmodes/tex-mode.el (tex-shell-running):
1100 Check the process buffer too.
1101
1102 2001-02-15 Dave Love <fx@gnu.org>
1103
1104 * battery.el (battery-status-function): Fix doc, :type.
1105
1106 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1107
1108 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1109
1110 * subr.el (read-passwd): Clear Lisp memory holding password.
1111
1112 2001-02-15 Miles Bader <miles@gnu.org>
1113
1114 * info.el (Info-copy-current-node-name): New function.
1115 (Info-mode-menu): Add it to the menu.
1116
1117 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1118
1119 * international/mule-cmds.el (toggle-input-method): Doc fix.
1120
1121 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1122
1123 * replace.el (occur): Stop at end of buffer.
1124
1125 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1126
1127 * international/mule-cmds.el (set-input-method): Another doc fix.
1128
1129 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1130
1131 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1132
1133 2001-02-13 Miles Bader <miles@gnu.org>
1134
1135 * faces.el (set-face-background, set-face-foreground)
1136 (set-face-stipple): Treat a value of nil as being `unspecified'.
1137
1138 2001-02-12 Dave Love <d.love@dl.ac.uk>
1139
1140 * international/latin1-disp.el: Doc fixes.
1141 (latin1-display) <defgroup>: Add :link.
1142 (latin1-display) <function>: Set variable latin1-display.
1143
1144 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1145
1146 * international/mule-cmds.el (set-input-method): Doc fix.
1147
1148 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1149
1150 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1151 (speedbar-line-file): Return nil if not a file.
1152 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1153
1154 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1155
1156 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1157 for remote files.
1158 (ediff-coding-system-for-read): Replaced the no-conversion default
1159 with raw-text.
1160
1161 * ediff-init.el: Removed :version from defcustom vars.
1162
1163 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1164 Better handling of the diff mode.
1165
1166 * ediff.texi: Added ediff-coding-system-for-read.
1167
1168 * viper.texi: Fix typos.
1169
1170 2001-02-11 Dave Love <fx@gnu.org>
1171
1172 * shadowfile.el: Doc fixes.
1173 (shadow) <defgroup>: Add :link.
1174 (shadowfile-unload-hook): New function.
1175 (shadow-initialize): Use defalias, not fset.
1176 (shadow-define-cluster, shadow-define-literal-group)
1177 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1178
1179 * international/mule.el: Doc and message fixes.
1180
1181 * international/ccl.el (define-ccl-program): Doc fix.
1182
1183 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1184
1185 * faces.el (mode-line): Set :line-width property to -1.
1186
1187 2001-02-10 Richard M. Stallman <rms@gnu.org>
1188
1189 * complete.el (partial-completion-mode): Doc fix.
1190
1191 * simple.el (delete-key-deletes-forward-mode):
1192 Change `let' to `let*' to fix gross bug in last change.
1193
1194 * repeat.el (repeat): Don't let execute-kbd-macro alter
1195 real-last-command.
1196
1197 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1198
1199 * simple.el (eval-expression): Doc fix.
1200
1201 2001-02-09 Dave Love <fx@gnu.org>
1202
1203 * imenu.el (imenu-generic-expression): Doc fix.
1204
1205 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1206 From Juanma Barranquero.
1207
1208 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1209
1210 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1211
1212 * faces.el (set-face-attribute): Describe the case of a negative
1213 value specified for :line-width.
1214
1215 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1216
1217 * which-func.el (which-func-mode): Invert which-func-mode-global.
1218 From Juanma Barranquero <lektu@uol.com.br>.
1219
1220 2001-02-08 Dave Love <fx@gnu.org>
1221
1222 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1223 widget-plist-value-type.
1224 (widget-alist-convert-widget): Replace binding of
1225 widget-alist-value-type.
1226
1227 * textmodes/paragraphs.el (sentence-end): Doc fix.
1228
1229 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1230 Remove `backward-line'.
1231
1232 * play/pong.el (pong-blank-color, pong-bat-color)
1233 (pong-ball-color, pong-border-color, pong-left-key)
1234 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1235 (pong-pause-key, pong-resume-key, pong-timer-delay):
1236 * mail/mh-comp.el (mh-compose-letter-function):
1237 * eshell/esh-mode.el (eshell-skip-prompt-function):
1238 * emulation/viper-ex.el (ex-unix-type-shell-options):
1239 * recentf.el (recentf-menu-filter):
1240 * ps-print.el (ps-print-region-function):
1241 * lpr.el (print-region-function):
1242 * forms.el (forms-mode-hooks):
1243 * dirtrack.el (dirtrack-directory-change-hook):
1244 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1245 * textmodes/spell.el (spell-filter):
1246 * textmodes/fill.el (adaptive-fill-function):
1247 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1248 * progmodes/etags.el (find-tag-default-function):
1249 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1250 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1251
1252 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1253
1254 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1255 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1256 Meyering <jim@meyering.net>.
1257
1258 * loadup.el: Revert last change.
1259
1260 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1261
1262 * international/mule.el (transform-make-coding-system-args):
1263 Make it work also for coding systems not using CCL.
1264
1265 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * simple.el (previous-matching-history-element)
1268 (next-matching-history-element): Doc fix.
1269
1270 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1271 specific part.
1272
1273 2001-02-06 Dave Love <fx@gnu.org>
1274
1275 * add-log.el (add-log-current-defun-function)
1276 (add-log-buffer-file-name-function, add-log-file-name-function):
1277 Fix :type.
1278 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1279
1280 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1281
1282 * info.el (info-initialize): Remove the test for system-type when
1283 invocation-directory is non-nil.
1284
1285 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1286 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1287
1288 2001-02-06 Andrew Innes <andrewi@gnu.org>
1289
1290 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1291 absolute.
1292
1293 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1294
1295 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1296 buffers. When hi-lock turned on rather than only checking current
1297 buffer for regexps, all buffers are checked. Moved activation of
1298 font-lock to hi-lock-refontify. When font-lock turned off rather
1299 than removing added highlighting just in current buffer, remove it
1300 in all buffers. Changed edit menu text from "Automatic
1301 Highlighting" to "Regexp Highlighting" Documentation for
1302 highlighting phrases, minor documentation changes.
1303 (hi-lock-set-file-patterns): Execute only if there are new or
1304 existing file patterns.
1305 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1306 unfontify and, if a support mode is active, will not refontify the
1307 whole buffer. If necessary, turn on font lock. (Removed
1308 font-lock-unfontify and font-lock support-mode-specific calls,
1309 such as lazy-lock-fontify-window.)
1310 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1311 patterns are found. Not useful now since find-file-hook is removed
1312 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1313 (hi-lock-face-phrase-buffer): New function. Also added related
1314 menu item and keybinding.
1315 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1316 (hi-lock-process-phrase): New function.
1317 (hi-lock-line-face-buffer): Doc fixes.
1318 (hi-lock-face-buffer): Doc fixes.
1319 (hi-lock-unface-buffer): Doc fixes.
1320
1321 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1322
1323 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1324 dabbrev-ignored-regexps.
1325
1326 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1327
1328 * simple.el (kill-line): Doc fix.
1329
1330 2001-02-05 Dave Love <fx@gnu.org>
1331
1332 * loadup.el: Revert last two changes -- bootstrapping works with
1333 regenerated loaddefs.
1334
1335 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1336
1337 * isearch.el (isearch-forward): Doc fix.
1338
1339 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1340 of font-lock-defaults to backward-paragraph.
1341
1342 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1343
1344 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1345 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1346
1347 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1348
1349 * ebnf2ps.el: Eliminate time-stamp functions.
1350 (ebnf-version): New version (3.5).
1351 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1352 format-time-string.
1353
1354 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1355
1356 * simple.el (next-line): Goto end-of-line before inserting a newline.
1357
1358 2001-02-05 Miles Bader <miles@gnu.org>
1359
1360 * image-file.el (insert-image-file): When visiting an image, also
1361 set `truncate-lines' to t so that any fringe arrow looks correct.
1362
1363 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1364
1365 * isearch.el (isearch-forward): Add description about input method
1366 in the docsting.
1367
1368 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1369
1370 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1371
1372 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1373
1374 * info.el (info-initialize): If installation-directory is nil, for
1375 DOS/Windows systems try looking in a sibling of invocation-directory.
1376
1377 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1378
1379 * wid-edit.el (widget-button-click): Fix last change.
1380
1381 * frame.el (frame-notice-user-settings): When resizing the initial
1382 frame because the tool bar is off, also change the frame's top
1383 position if a negative top position was specified.
1384
1385 2001-02-02 Miles Bader <miles@gnu.org>
1386
1387 * image-file.el (insert-image-file): When visiting an image,
1388 suppress the cursor in the image buffer.
1389
1390 2001-02-01 Dave Love <fx@gnu.org>
1391
1392 * progmodes/f90.el (f90-mode): Remove startup message.
1393
1394 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1395
1396 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1397
1398 * startup.el (command-line): Fix code determining whether or not
1399 to use delete-key-deletes-forward-mode.
1400
1401 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1402
1403 * vc.el (vc-diff-switches): New user option.
1404 (vc-version-diff): Use it.
1405 (vc-diff-switches-list): New macro.
1406
1407 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1408 New customization options.
1409 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1410
1411 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1412
1413 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1414
1415 * msb.el (toplevel): Quote hook symbols.
1416
1417 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1418
1419 * international/mule.el (make-coding-system): Add description
1420 about recognized properties in the docstring.
1421
1422 * international/mule-conf.el: Remove unused charsets
1423 mac-roman-lower and mac-roman-upper.
1424
1425 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1426
1427 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1428 is in front of the left-margin, if any.
1429
1430 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1431 like `delete'.
1432
1433 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1434
1435 * term/w32-win.el (mouse-set-font): Doc fix.
1436
1437 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1438
1439 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1440 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1441 on already.
1442
1443 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1444
1445 * files.el (save-buffer): Don't give message if (buffer-file-name)
1446 returns nil.
1447
1448 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1449
1450 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1451
1452 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1453 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1454
1455 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1456 display problems.
1457
1458 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1459
1460 * international/mule.el (charset-info): Fix docstring.
1461
1462 * international/mule-diag.el (describe-character-set): Check final
1463 char valid before printing it.
1464
1465 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1466
1467 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1468
1469 * frame.el (frame-notice-user-settings): Do the tool-bar
1470 stuff only for graphical displays. Fix a braino.
1471
1472 * frame.el (frame-initialize): Create initial frame visible.
1473 (frame-notice-user-settings): When tool-bar has been switched off,
1474 correct the frame size and sync tool-bar-mode.
1475
1476 * startup.el (command-line): Remove manipulation of frame
1477 height for tool bars.
1478
1479 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1480
1481 * lpr.el: Compatibility with XEmacs and doc fixes.
1482 (lpr-windows-system, lpr-lp-system): New vars.
1483 (lpr-printer-switch): New defcustom.
1484 (printer-name, lpr-command): Customization fix.
1485 (print-region-1): Code fix.
1486 (print-region-new-buffer, printify-region): Indentation fix.
1487 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1488 New functions.
1489
1490 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1491
1492 * msb.el (toplevel): Fix the eval-after-load.
1493
1494 2001-01-29 Dave Love <fx@gnu.org>
1495
1496 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1497
1498 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1499
1500 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1501 (tcl-using-emacs-19-23): Consider Emacs 21+.
1502 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1503 (tcl-add-emacs-menu): Supply menu name.
1504 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1505
1506 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1507
1508 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1509
1510 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1511
1512 * pcvs.el (cvs-mark-fis-dead): New function.
1513 (cvs-mode-add): Use it.
1514 (cvs-mode-add-change-log-entry-other-window):
1515 Rebind change-log-default-name to itself rather than to nil.
1516
1517 2001-01-29 Sam Steingold <sds@gnu.org>
1518
1519 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1520 `autoload' statements.
1521
1522 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1523
1524 * files.el (confirm-kill-emacs): Doc fix.
1525
1526 * frame.el (frame-initialize): Doc fix.
1527
1528 * time-stamp.el (time-stamp-string): Doc fix.
1529
1530 * woman.el (WoMan-log-1): Make the log buffer writable.
1531 From Markus Rost <rost@math.ohio-state.edu>.
1532
1533 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1534
1535 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1536 the `make-variable-buffer-local'.
1537
1538 2001-01-29 Dave Love <fx@gnu.org>
1539
1540 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1541 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1542 Add autoload cookie.
1543 (ansi-color-apply-sequence): Fix typo.
1544
1545 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1546
1547 * menu-bar.el (menu-bar-files-menu): Add menu items for
1548 Postscript printing in black and white.
1549
1550 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1551 X-Mailman-Version, Precedence, List-Help, List-Post,
1552 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1553 Content-Type, Content-Length.
1554
1555 2001-01-29 Dave Love <fx@gnu.org>
1556
1557 * elide-head.el (elide-head): Make overlay evaporate.
1558
1559 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1560
1561 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1562
1563 * isearch.el (isearch-highlight): Don't punt if the display
1564 doesn't support colors, since isearch faces are defined for
1565 monochrome displays as well.
1566
1567 2001-01-27 Sam Steingold <sds@gnu.org>
1568
1569 * shell.el (shell-write-history-on-exit): Make sure that we are in
1570 the shell buffer (M-x tex-file RET inserted the error message into
1571 the TeX buffer).
1572
1573 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * simple.el (transient-mark-mode): Doc fix.
1576
1577 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1578
1579 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1580
1581 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * shell.el (shell-unquote-argument): If the shell is one of the
1584 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1585 quote character.
1586 (shell-dumb-shell-regexp): Document that the shells which match
1587 this regexp are supposed to not treat a backslash as a quote character.
1588
1589 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1590 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
1591
1592 2001-01-27 Richard M. Stallman <rms@gnu.org>
1593
1594 * dabbrev.el (dabbrev--substitute-expansion):
1595 Treat a one-capital-letter abbrev as "not all upper case",
1596 so as to force preservation of the expansion's pattern
1597 if the expansion starts with a capital letter.
1598
1599 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1600
1601 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1602 Doc fix.
1603
1604 * simple.el (transient-mark-mode): Document the fact that many
1605 commands act on the region when mark is active.
1606
1607 2001-01-27 Kenichi Handa <handa@etl.go.jp>
1608
1609 * international/quail.el (quail-setup-completion-buf): Make the
1610 multibyteness of current buffer inherited to Quail completion buffer.
1611 (quail-show-guidance-buf): Make the multibyteness of current
1612 buffer inherited to Quail guidance buffer.
1613 (quail-help): Make the multibyteness of current buffer inherited
1614 to Quail help buffer.
1615
1616 2001-01-26 Dave Love <fx@gnu.org>
1617
1618 * time-stamp.el: Doc fixes.
1619
1620 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1621 (delphi-keyword-face, delphi-other-face): Fix :type.
1622
1623 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1624
1625 * mail/feedmail.el (feedmail): Add :link.
1626 (feedmail-send-it): Doc fix.
1627
1628 * mail/sendmail.el: Doc fixes.
1629 (sendmail-send-it): Fix the non-ASCII regexp and use
1630 rfc2047-encode-string.
1631
1632 * dired.el, dired-aux.el: Revert last change.
1633
1634 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1635
1636 * makefile.w32-in (DONTCOMPILE): Add various term files.
1637
1638 2001-01-26 Dave Love <fx@gnu.org>
1639
1640 * Makefile.in (DONTCOMPILE): Add various term files.
1641
1642 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1643
1644 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1645
1646 * startup.el (display-startup-echo-area-message): Make sure
1647 the echo area is resized to fit the size of the startup message.
1648
1649 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1650 part of which is a constant.
1651
1652 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1653
1654 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1655
1656 2001-01-26 Richard M. Stallman <rms@gnu.org>
1657
1658 * simple.el (next-line): Don't let `newline' expand abbrevs.
1659 Simplify slightly.
1660 (open-line): Don't let `newline' expand abbrevs.
1661
1662 2001-01-25 John Wiegley <johnw@gnu.org>
1663
1664 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1665 to `repeat' in the :type field.
1666
1667 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1668 allow a choice of regexp or nil.
1669 (pcomplete-dir-ignore): Same.
1670
1671 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1672 a command) to always fail.
1673
1674 2001-01-25 Gerd Moellmann <gerd@gnu.org>
1675
1676 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1677 discard the result.
1678 (iswitchb-to-end): Likewise.
1679
1680 2001-01-25 Sam Steingold <sds@gnu.org>
1681
1682 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1683 Require vc.
1684
1685 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1686
1687 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1688
1689 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1690
1691 2001-01-25 Dave Love <fx@gnu.org>
1692
1693 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1694 (describe-coding-system): Tweak the English text.
1695
1696 * loadup.el: Preload international/ccl for utf-8.
1697
1698 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1699
1700 * mail/rmail.el (rmail-redecode-body): Doc fix.
1701
1702 2001-01-25 Kenichi Handa <handa@etl.go.jp>
1703
1704 * international/mule-cmds.el (reset-language-environment):
1705 Reset coding-category-utf-8 to mule-utf-8.
1706
1707 * international/mule-conf.el (coding-category-utf-8):
1708 Initialize to mule-utf-8.
1709
1710 * loadup.el: Preload international/utf-8.
1711
1712 * international/utf-8.el: New file.
1713
1714 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1715
1716 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1717
1718 2001-01-24 Sam Steingold <sds@gnu.org>
1719
1720 * dired.el (dired-replace-in-string): Removed.
1721 (dired-sort-toggle): Use `replace-regexps-in-string'
1722 instead of `dired-replace-in-string'.
1723
1724 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1725 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1726
1727 * gs.el (gs-replace-in-string): Removed.
1728 (gs-options): Use `replace-regexps-in-string'
1729 instead of `gs-replace-in-string'.
1730
1731 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1732
1733 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1734 bug report is mailed to an email list and posted to a news group.
1735
1736 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1737
1738 * comint.el (comint-replace-by-expanded-history-before-point):
1739 Fix change of 2000-08-03 to move point to the start of the line again.
1740
1741 * startup.el (tool-bar-images-pixel-height): New variable.
1742 (command-line): After loading the user's init file, when
1743 tool-bar-mode is on, increase the frame's size by some lines for
1744 the tool-bar.
1745
1746 * frame.el (frame-initialize): Create the initial frame invisible.
1747
1748 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1749
1750 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1751 (chinese-big5): MIME:Big5.
1752
1753 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1754
1755 * international/mule-cmds.el (universal-coding-system-argument):
1756 Handle commands with prefix args.
1757
1758 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1759
1760 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1761 being a list of numbers.
1762 (diary-mail-entries): Rewritten.
1763
1764 2001-01-23 Dave Love <fx@gnu.org>
1765
1766 * international/mule.el (make-coding-system): Fix typo.
1767
1768 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1769 Add backward-paragraph as font-lock-beginning-of-syntax-function.
1770
1771 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1772
1773 * font-lock.el (font-lock-mode): Doc fix.
1774
1775 2001-01-23 Kenichi Handa <handa@etl.go.jp>
1776
1777 * international/mule.el (make-translation-table): Fix docstring.
1778
1779 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * mail/rmail.el (rmail-redecode-body): New function.
1782
1783 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1784
1785 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1786
1787 * isearch.el (isearch-lazy-highlight-case-fold-search)
1788 (isearch-lazy-highlight-regexp): New variables.
1789 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1790 case-fold search or regexp search has been toggled.
1791
1792 * wid-edit.el (widget-button-click): Avoid a save-excursion
1793 around running a global binding.
1794
1795 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1796 to 0.25.
1797
1798 2001-01-20 Miles Bader <miles@gnu.org>
1799
1800 * cus-edit.el (custom-face-save): Do post-processing on the face's
1801 new value like `custom-face-set' does.
1802
1803 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1804
1805 * mail/emacsbug.el (report-emacs-bug): Report the value of
1806 LC_CTYPE, not LC_TYPE.
1807
1808 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1809 isearch-toggle-regexp and isearch-edit-string to doc string.
1810
1811 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1812
1813 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1814 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1815
1816 * jit-lock.el (jit-lock-fontify-now): Don't bind
1817 font-lock-beginning-of-syntax-function to nil.
1818
1819 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1820
1821 * mail/emacsbug.el (report-emacs-bug): Report values of
1822 locale-coding-system, default-enable-multibyte-characters, and the
1823 environment variables LC_ALL, LC_TYPE, and LANG.
1824
1825 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1826
1827 * font-lock.el (font-lock-default-fontify-region): Fix last change.
1828
1829 * font-lock.el (font-lock-multiline): Default to nil.
1830 (font-lock-default-fontify-region): If font-lock-multiline is
1831 nil, don't check the property `font-lock-multiline'.
1832
1833 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1834 is nil, don't check the `font-lock-multiline' text property.
1835
1836 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1837
1838 * viper.el: Call initial-major-mode on startup.
1839
1840 * ediff.el (ediff-patch-file): Use better defaults.
1841
1842 * ediff-vers.el: Fix for 8+3 DOS file systems.
1843
1844 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1845
1846 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1847 diff mode, if available.
1848
1849 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1850
1851 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1852
1853 * ediff-init.el (subst-char-in-string): Define and use it, unless
1854 it's already defined.
1855
1856 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1857
1858 * tooltip.el (tooltip-hide-delay): New user-option.
1859 (tooltip-show): Use tooltip-hide-delay instead of the default.
1860
1861 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1862
1863 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1864 kill-local-variable doesn't work for enable-multibyte-characters.
1865
1866 2001-01-17 Dave Love <fx@gnu.org>
1867
1868 * ediff-init.el (ediff-before-setup-hook)
1869 (ediff-merge-filename-prefix): Add :version.
1870
1871 * international/latin1-disp.el: Require disp-table.
1872 (latin1-display): Fix :set.
1873
1874 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1875
1876 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1877
1878 * isearch.el (isearch-lazy-highlight-initial-delay)
1879 (isearch-lazy-highlight-interval): Default to 0.
1880
1881 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1882
1883 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1884 1 here rather than each time through
1885 isearch-lazy-highlight-new-loop.
1886 (isearch-lazy-highlight-max): Variable deleted.
1887 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1888 isearch-lazy-highlight-max but controls a single invocation of
1889 isearch-lazy-highlight-update.
1890 (isearch-lazy-highlight-wrapped): Variable recreated.
1891 (isearch-lazy-highlight-window-start): New variable.
1892 (isearch-lazy-highlight-cleanup): Restored to behavior of
1893 before 2-Jan.
1894 (isearch-lazy-highlight-remove-overlays): Function deleted;
1895 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1896 behavior removed.
1897 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1898 isearch-lazy-highlight-update in a loop rather than just once.
1899 Test isearch-invalid-regexp here and decide not to start a new
1900 loop, rather than testing it each time through
1901 isearch-lazy-highlight-update.
1902 (isearch-lazy-highlight-search): Function restored.
1903 (isearch-lazy-highlight-update): Get called in a timer loop again,
1904 but this time highlight more than one match each time through.
1905 Only highlight matches in the visible part of the window.
1906 Start at point, move in the direction of the search, and wrap around at
1907 the edge of the window. Use sit-for to force redisplay and ensure
1908 window-start is credible. "Face suppressing" behavior removed;
1909 overlay priorities should make it unnecessary, right?
1910 (isearch-highlight): Face suppressing behavior removed.
1911 (isearch-dehighlight): Face suppressing behavior removed.
1912 (isearch-set-lazy-highlight-faces-at): Removed.
1913
1914 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1915
1916 * language/european.el ("Latin-1"): Make the format of description
1917 about additional language environments same as that of Latin-2.
1918
1919 2001-01-16 Dave Love <fx@gnu.org>
1920
1921 * isearch.el (isearch-lazy-highlight): Add :version.
1922
1923 * simple.el (backward-delete-char-untabify-method)
1924 (next-line-add-newlines): Add :version.
1925
1926 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1927
1928 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1929 Don't bind <delete> otherwise.
1930
1931 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1932 and <delete> via function-key-map.
1933
1934 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1935 Subject line only if point is after the `Subject:'.
1936
1937 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1938
1939 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1940 japanese-jisx0213-2 in `charset' property of this lang. env.
1941
1942 * language/european.el ("Latin-1"): Add description for Dutch and
1943 Spanish lang. env.
1944
1945 * international/mule.el (decode-char): Fix conditions.
1946 (encode-char): Handle eight-bit-control too.
1947 (transform-make-coding-system-args): New function.
1948 (make-coding-system): Accept XEmacs style arguments for CCL base
1949 coding system.
1950
1951 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1952
1953 * progmodes/etags.el (find-tag-noselect): Save the value of
1954 tags-file-name before switching buffers, for the case it has a
1955 buffer-local value.
1956
1957 2001-01-15 Alex Schroeder <alex@gnu.org>
1958
1959 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1960 From Dave Love <fx@gnu.org>.
1961 (ansi-color-for-comint-mode): Fix :version.
1962
1963 2001-01-15 Alex Schroeder <alex@gnu.org>
1964
1965 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1966
1967 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1968
1969 * dired.el (dired-insert-directory): If file-system-info fails,
1970 remove the " free " part, but don't signal an error.
1971
1972 2001-01-12 Sam Steingold <sds@gnu.org>
1973
1974 * bookmark.el (bookmark-maybe-historicize-string):
1975 Use new backquote syntax.
1976
1977 2001-01-12 Richard M. Stallman <rms@gnu.org>
1978
1979 * subr.el (last): Handle a list that doesn't end in nil.
1980
1981 2001-01-12 Sam Steingold <sds@gnu.org>
1982
1983 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1984 to `backward-delete-char-untabify'.
1985
1986 2001-01-12 Dave Love <fx@gnu.org>
1987
1988 * cus-edit.el (customize-menu-create): Fix the :filter following
1989 easymenu change.
1990
1991 * wid-edit.el (function): Add :match-alternatives.
1992 (widget-color-action): Doc fix.
1993
1994 2001-01-12 Gerd Moellmann <gerd@gnu.org>
1995
1996 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1997
1998 2001-01-12 Kenichi Handa <handa@etl.go.jp>
1999
2000 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2001
2002 * international/ccl.el (define-ccl-program): Fix docstring.
2003
2004 2001-01-11 Dave Love <fx@gnu.org>
2005
2006 * international/mule-cmds.el (standard-display-european-internal):
2007 Set display table for 2208 as for 160.
2008
2009 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2010
2011 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2012 entry for custom-menu-create change.
2013 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2014 don't cons it in the search loop.
2015
2016 * imenu.el (imenu--truncate-items): Revert last change.
2017
2018 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2019
2020 * info.el (Info-setup-header-line): If the node header includes
2021 either Next: or Prev: links, don't show the File: and Node: parts
2022 in the header line.
2023
2024 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2025
2026 * comint.el (comint-goto-process-mark): Don't print a message
2027 when running in batch mode.
2028
2029 * isearch.el (isearch-search): In the condition-case handler for
2030 `error', set isearch-invalid-regexp to the whole error message.
2031
2032 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2033 ensure that eval-after-load works for files dumped with Emacs.
2034
2035 * help.el (load-symbol-file-load-history): New function extracted
2036 from function symbol-file.
2037 (symbol-file): Use it.
2038
2039 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2040
2041 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2042
2043 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2044 behave as if there were no prefix argument.
2045 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2046 argument were nil.
2047
2048 2001-01-11 Richard M. Stallman <rms@gnu.org>
2049
2050 * isearch.el (isearch-lazy-highlight-update):
2051 Don't look for more potential matches once maximum is exceeded.
2052 Use overlays-in to check correctly for overlap with current match.
2053 Ignore empty matches.
2054
2055 2001-01-11 Miles Bader <miles@gnu.org>
2056
2057 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2058 (ispell-overlay-window, ispell-help, ispell-show-choices)
2059 (ispell-command-loop): Use it instead of `window-height'.
2060
2061 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2062
2063 * files.el (confirm-kill-emacs): New user-option.
2064 (save-buffers-kill-emacs): Ask for final confirmation before
2065 killing Emacs.
2066
2067 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2068 to nil.
2069
2070 2001-01-10 Dave Love <fx@gnu.org>
2071
2072 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2073
2074 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2075
2076 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2077
2078 * calculator.el (calculator-number-digits): Fix :type.
2079
2080 * vc-cvs.el (vc-cvs-header): Fix :type.
2081 * vc-rcs.el (vc-rcs-header): Fix :type.
2082 * vc-sccs.el (vc-sccs-header): Fix :type.
2083
2084 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2085
2086 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2087
2088 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2089
2090 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2091
2092 * simple.el (set-variable): Force a thorough redisplay for the
2093 case that the variable has an effect on the display, like
2094 `tab-width' has.
2095
2096 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2097
2098 * vc.el: Add documentation for backend interface.
2099
2100 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2101
2102 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2103
2104 * international/mule-conf.el (latin-extra-code-table): Set to t
2105 for \223 and \224.
2106
2107 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2108
2109 * international/mule-cmds.el (locale-language-names): Map "es" to
2110 "Spanish" and "nl" to "Dutch".
2111
2112 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2113
2114 * bindings.el (global-map): Bind <home> to beginning-of-line,
2115 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2116 C-<end> to end-of-buffer.
2117
2118 * language/european.el: Add Dutch and Spanish language info
2119 to be able to use the appropriate tutorials.
2120
2121 2001-01-09 Alex Schroeder <alex@gnu.org>
2122
2123 * ansi-color.el (ansi-color-process-output): Use markers instead
2124 of positions for start and end of region.
2125 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2126 Previously, occasional mistakes happend when fontifying many
2127 chunks of output (eg. ls --color=yes /dev). This happened
2128 whenever an overlay was created up to the end of the region, which
2129 coincided with the process-mark. New text would then be added
2130 within that overlay instead of after it.
2131 (ansi-color-make-extent): Overlays are created with the property
2132 `modification-hooks' set to '(ansi-color-freeze-overlay).
2133 (ansi-color-freeze-overlay): New function. When inserting text at
2134 the end of the overlay, the overlay will resize.
2135
2136 2000-01-09 Alex Schroeder <alex@gnu.org>
2137
2138 * ansi-color.el (ansi-color-process-output): Doc change.
2139 (ansi-color-unfontify-region): Doc change. No longer installed
2140 automatically in font-lock-unfontify-region-function.
2141 (ansi-color-apply): Doc change.
2142 (ansi-color-apply-on-region): Use extents or overlays instead of
2143 text-properties.
2144 (ansi-color-make-extent): New function.
2145 (ansi-color-set-extent-face): New function.
2146
2147 2000-01-09 Alex Schroeder <alex@gnu.org>
2148
2149 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2150 both use ansi-color-process-output, now.
2151 (ansi-color-process-output): Doesn't return string anymore. It is
2152 installed in comint-output-filter-functions for both Emacs and
2153 XEmacs, now.
2154 (ansi-color-unfontify-region): Simplified code removing variables
2155 pos and start-ansi.
2156 (ansi-color-apply): Put text-property ansi-color before putting
2157 text-property face because ansi-color-unfontify-region is called
2158 immediately after the call to put-text-property.
2159 (ansi-color-context-region): Doc change.
2160 (ansi-color-filter-region): Simplified code.
2161 (ansi-color-apply-on-region): Changed start to start-marker, using
2162 a marker explicitly. Put text-property ansi-color before putting
2163 text-property face because ansi-color-unfontify-region is called
2164 immediately after the call to put-text-property.
2165
2166 2000-01-09 Alex Schroeder <alex@gnu.org>
2167
2168 * ansi-color.el (ansi-color-faces-vector): Doc change.
2169 (ansi-color-for-comint-mode): Changed :type property to choice.
2170 (ansi-color-last-context): Removed.
2171 (ansi-color-process-output): Don't use ansi-color-last-context, as
2172 the main functions will store their context now.
2173 (ansi-color-context): Doc change.
2174 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2175 Uses ansi-color-context such that repeated calls will strip
2176 partial escape sequences, too.
2177 (ansi-color-apply): Simplified code. Colorize end of string if
2178 face is not null. Store context in new (FACE STRING) format, such
2179 that repeated calls will strip partial escape sequences, too.
2180 Append faces to face property using ansi-color-apply-sequence such
2181 that cumulative mode actually works.
2182 (ansi-color-context-region): New variable.
2183 (ansi-color-filter-region): Rewrote it based on
2184 ansi-color-apply-on-region. Uses ansi-color-context-region such
2185 that repeated calls will strip partial escape sequences, too.
2186 (ansi-color-apply-on-region): Simplified code. Colorize end of
2187 region if face is not null. Store context in new (FACE POS)
2188 format, such that repeated calls will strip partial escape
2189 sequences, too. Append faces to face property using
2190 ansi-color-apply-sequence such that cumulative mode actually works.
2191 (ansi-color-apply-sequence): New function.
2192 (ansi-color-get-face): When the default face is added to the list
2193 of faces, all previous settings are discarded and the list of
2194 faces is set to '(default).
2195
2196 2000-01-09 Alex Schroeder <alex@gnu.org>
2197
2198 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2199 face, such that ansi-color-apply and ansi-color-apply-on-region
2200 will do the right thing.
2201 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2202 returns nil, set the list of faces back to nil instead of
2203 appending the result of ansi-color-get-face to the front of the list.
2204
2205 2000-01-09 Alex Schroeder <alex@gnu.org>
2206
2207 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2208 (ansi-color-process): Doc change.
2209 (ansi-color-last-context): New buffer-local variable.
2210 (ansi-color-process-output): New function. It is automatically
2211 added to comint-output-filter-functions if this is XEmacs.
2212 (ansi-color-unfontify-region): New optional parameter for XEmacs
2213 compatibility. Check wether font-lock-syntactic-keywords is
2214 boundp before removing the syntax table text property, as XEmacs
2215 doesn't have it.
2216 (ansi-color-filter-region): Doc change.
2217 (ansi-color-apply-on-region): Doc change.
2218 (ansi-color-make-face): New function. Compatibility layer for
2219 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2220 (ansi-color-make-color-map): Use ansi-color-make-face.
2221 (ansi-color-get-face): Avoid face text property '(nil) as results
2222 in an errow for XEmacs.
2223
2224 2000-01-09 Alex Schroeder <alex@gnu.org>
2225
2226 * ansi-color.el (ansi-color-unfontify-region): New function.
2227 Uses text-property ansi-color in order to preserve fontification by
2228 ansi-color. When the package is loaded, a lambda expression is
2229 put onto font-lock-mode-hook. This lambda expression will check
2230 font-lock-unfontify-region-function and replace
2231 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2232 (ansi-color-apply): Add text-property ansi-color in addition to
2233 text-property face.
2234 (ansi-color-apply-on-region): Add text-property ansi-color in
2235 addition to text-property face.
2236 (save-buffer-state): Copy of the macro that is also used by
2237 lazy-lock and font-lock.
2238
2239 (ansi-color-for-comint-mode): New option.
2240 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2241 (ansi-color-for-comint-mode-off): Ditto.
2242 (ansi-color-for-comint-mode-filter): Ditto.
2243 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2244 decide what to do. This function is added to
2245 comint-preoutput-filter-functions when the package is loaded.
2246
2247 (ansi-color-for-shell-mode-set): Removed.
2248 (ansi-color-for-shell-mode): Removed.
2249
2250 2000-01-09 Alex Schroeder <alex@gnu.org>
2251
2252 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2253 the lambda expression from the ansi-color-for-shell-mode :set
2254 property. Additionally, modify shell-mode-hook to enable or
2255 disable font-lock-mode for future shell buffers.
2256 (ansi-color-for-shell-mode): The :set property calls
2257 ansi-color-for-shell-mode-set instead of a lambda expression.
2258
2259 2000-01-09 Alex Schroeder <alex@gnu.org>
2260
2261 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2262 (ansi-color-context): New variable.
2263 (ansi-color-apply): Save context between calls.
2264
2265 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2266
2267 * isearch.el (isearch, isearch-lazy-highlight-face):
2268 New definitions for face colors and attributes.
2269
2270 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2271 of display-mouse-p.
2272
2273 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2274
2275 * international/mule.el (make-coding-system): If the coding system
2276 accepts extra latin codes, register such codes as safe for the
2277 coding system.
2278
2279 2001-01-08 Richard M. Stallman <rms@gnu.org>
2280
2281 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2282 don't mention the file name or the date here, because they are
2283 logged at the start of the file.
2284
2285 2001-01-08 Richard M. Stallman <rms@gnu.org>
2286
2287 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2288 Change screen-width to frame-width.
2289
2290 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * info.el (Info-search): Print the default as part of the prompt.
2293
2294 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2295
2296 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2297 constant implementations in backends.
2298
2299 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2300 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2301
2302 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2303 WRITABLE to EDITABLE.
2304
2305 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2306 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2307 to EDITABLE.
2308
2309 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2310
2311 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2312 (copyright, copyright-update): Compute the current year at run time.
2313
2314 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2315
2316 * isearch.el (isearch-old-signal-hook): Removed.
2317 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2318 instead of setting signal-hook-function.
2319 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2320
2321 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2322
2323 * emulation/edt.el: Update to version 4.0. Provide support for
2324 EDT scroll margins at top and bottom of the window. Provide an
2325 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2326 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2327 user when file-related buffer modifications exist.
2328 Provide support for running EDT Emulation in XEmacs.
2329 Provide customize access to some user updatable variables.
2330 Add Commentary section to file header.
2331 Fixed a few minor bugs and cleaned up some code.
2332
2333 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2334 for detecting a keypress that generates an ASCII key sequence.
2335 (Previously, only a keypress that generates a vector was
2336 recognized.) Embed Window Manager name into name of the generated
2337 EDT Emulation initialization file since the initialization file is
2338 Window Manager specific. Add Commentary section to file header.
2339
2340 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2341
2342 * mail/sendmail.el (mail-mode): Doc fix.
2343
2344 * info.el (Info-goto-emacs-command-node): Doc fix.
2345 (Info-goto-emacs-key-command-node): Doc fix.
2346
2347 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2348
2349 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2350 systems without long file-name support.
2351
2352 2001-01-06 Andrew Innes <andrewi@gnu.org>
2353
2354 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2355
2356 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2357
2358 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2359 (isearch-lazy-highlight-update): Doc fix.
2360
2361 * ffap.el (ffap-bindings): Doc fix.
2362
2363 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2364
2365 2001-01-05 Dave Love <fx@gnu.org>
2366
2367 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2368
2369 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2370
2371 * mouse-drag.el (mouse-drag-safe-scroll):
2372 Bind scroll-preserve-screen-position to nil.
2373
2374 * isearch.el (isearch-old-signal-hook): New variable.
2375 (isearch-mode): Set signal-hook-function to isearch-done.
2376 (isearch-done): Restore old signal-hook-function.
2377
2378 * info.el (Info-fontify-node): Mark one more char as intangible.
2379
2380 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2381
2382 * composite.el (compose-last-chars): New argument COMPONENTS.
2383 If it is non-nil, compose preceding characters by compose-region with
2384 COMPONENTS.
2385
2386 * international/quail.el (quail-input-string-to-events): New function.
2387 (quail-input-method): Convert input string to events here.
2388 (quail-start-translation): Return input string, not event list.
2389 (quail-start-conversion): Likewise.
2390
2391 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2392
2393 * tooltip.el (tooltip-cancel-delayed-tip)
2394 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2395 and tooltip-add-timeout.
2396 (tooltip-show): Set border color from faces's foreground.
2397 (tooltip-show-help-function): If called with the same help string
2398 as last time, do nothing.
2399 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2400
2401 * startup.el (fancy-splash-screens): Don't bind show-help-function
2402 to nil.
2403
2404 * tooltip.el (tooltip-frame-parameters): Remove colors.
2405 (tooltip): New face
2406 (tooltip-set-param): New function.
2407 (tooltip-show): Set up color frame parameters from face `tooltip'.
2408 Display the tooltip text in face `tooltip'.
2409
2410 2001-01-04 Dave Love <fx@gnu.org>
2411
2412 * whitespace.el (whitespace-global-mode): Fix typo.
2413
2414 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2415
2416 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2417
2418 * help.el (help-for-help): Fix a typo in a doc string.
2419 From kwzh@gnu.org (Karl Heuer).
2420
2421 2001-01-03 Dave Love <fx@gnu.org>
2422
2423 * dired-x.el: Doc fixes. Maintainer change.
2424 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2425 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2426 (dired-guess-shell-alist-user): Customize.
2427 (dired-x-help-address): Set to bug-gnu-emacs.
2428 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2429 (dired-default-directory): Renamed from default-directory.
2430
2431 * hl-line.el (hl-line): Doc fix.
2432
2433 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2434
2435 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2436
2437 2001-01-02 Richard M. Stallman <rms@gnu.org>
2438
2439 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2440 to remove all the current alternative-match highlighting.
2441 If nil, remove only what's outside the current window.
2442 (isearch-lazy-highlight-remove-overlays): Take optional
2443 region within which NOT to remove them.
2444 (isearch-lazy-highlight-new-loop): Greatly simplified.
2445 (isearch-lazy-highlight-update): Find all the other occurrences
2446 visible in the window, in just one call.
2447 (isearch-lazy-highlight-start): Now holds start of region to scan.
2448 (isearch-lazy-highlight-end): Now holds end of region to scan.
2449 (isearch-lazy-highlight-wrapped): Variable deleted.
2450 (isearch-lazy-highlight-search): Function deleted.
2451
2452 2000-01-02 Andrew Innes <andrewi@gnu.org>
2453
2454 * w32-fns.el (convert-standard-filename): Do length check on name
2455 before aref.
2456
2457 2001-01-02 Dave Love <fx@gnu.org>
2458
2459 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2460 value.
2461 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2462
2463 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2464
2465 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2466 read syntax.
2467
2468 * calendar/todo-mode.el (todo): Add :link, :version.
2469 (todo-save-top-priorities): Remove autoload cookie.
2470 (todo-add-category, todo-add-item-non-interactively)
2471 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2472
2473 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2474
2475 * comint.el (comint-input-history-ignore): New variable.
2476 (comint-read-input-ring): Ignore entries matching
2477 comint-input-history-ignore.
2478
2479 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2480
2481 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2482 (lm-copyright-mark): New function.
2483 (lm-crack-copyright): New function.
2484 (lm-verify): Check that the file has a copyright.
2485 Check that the file is copyright Free Software Foundation.
2486
2487 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2488
2489 * international/mule-diag.el (print-fontset): Indent font name by
2490 24 columns, not 25.
2491
2492 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2493
2494 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2495 in Subject line.
2496
2497 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2498 Use mail-mode-hook instead of mail-setup-hook.
2499 Otherwise continuing an interrupted message with C-u C-x m for
2500 instance, winds up in Mail mode without abbrevs.
2501
2502 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2503
2504 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2505 non-nil. Adding almost all customization variables on ps-setup.
2506 Doc fix.
2507 (ps-print-version): New version number (6.3.3).
2508 (ps-end-with-control-d): Initialization fix.
2509 (ps-lines-printed): New var.
2510 (ps-skip-newline): New fun.
2511 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2512 (ps-next-line, ps-continue-line, ps-plot-region)
2513 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2514
2515 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2516
2517 * international/fontset.el (x-complement-fontset-spec):
2518 Resolve ASCII font name so that the same family name is used for fonts
2519 registered in x-font-name-charset-alist.
2520 (create-fontset-from-fontset-spec): Adjusted for the above change.
2521 The name of fontset alias should be a unresolved ASCII font name.
2522
2523 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2524
2525 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2526 and delete in isearch-mode-map.
2527
2528 2000-12-28 Richard M. Stallman <rms@gnu.org>
2529
2530 * dired-x.el (dired-guess-shell-alist-default):
2531 Use xpdf instead of acroread.
2532
2533 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2534
2535 * textmodes/artist.el (artist-butlast): Deleted.
2536 (artist-ellipse-mirror-quadrant): Use butlast instead of
2537 artist-butlast.
2538
2539 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2540
2541 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2542
2543 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2544
2545 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2546
2547 * ls-lisp.el: Better support for the Mac and MS-Windows.
2548 (ls-lisp): New defgroup.
2549 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2550 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2551 (ls-lisp-support-shell-wildcards): New defcustoms.
2552 (ls-lisp-parse-symlink): New function.
2553 (insert-directory): Code to convert switches to a list and set up
2554 the wildcard argument copied from ls-lisp-insert-directory.
2555 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2556 for -C and -R switches.
2557 (ls-lisp-column-format): New function.
2558 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2559 (ls-lisp-format-time): Add doc strings.
2560 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2561 Support ls-lisp-dirs-first.
2562 (ls-lisp-classify, ls-lisp-extension): New functions.
2563 (ls-lisp-format): Optionally support emulation of symlinks.
2564 Support -i, -s, and -G switches.
2565
2566 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2567
2568 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2569
2570 * version.el (emacs-version): Print X scroll bar information.
2571
2572 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2573 instead of x-toolkit-scroll-bars-p.
2574
2575 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2576 of x-toolkit-scroll-bars-p.
2577
2578 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2579
2580 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2581 (ffap-bindings): Doc fix, to reflect the above change.
2582
2583 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2584
2585 * term.el (term-char-mode): Define all non-ascii self-inserting
2586 characters to 'term-send-raw in term-raw-map.
2587
2588 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2589
2590 * viper-init (viper-restore-cursor-type): Added condition-case guard.
2591
2592 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2593 Changed initialization; use add-hook.
2594 (ediff-file-remote-p): Use file-local-copy.
2595
2596 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2597
2598 * ediff.el (ediff-patch-buffer): Bug fix.
2599 (ediff-revision): Allow selection of the file at the prompt.
2600
2601 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2602
2603 * subr.el (combine-run-hooks): Remove.
2604
2605 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2606 and remove the rogue second spec.
2607
2608 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2609
2610 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2611
2612 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2613
2614 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2615 Use minibuffer menu prompt for the `=' prefix.
2616 (smerge-command-prefix): Change default to C-^.
2617 (smerge-mode): Don't assume font-lock doesn't move point.
2618
2619 * skeleton.el (skeleton-internal-1): Make sure the first line of
2620 the region is also re-indented.
2621 (skeleton-end-newline): New var.
2622 (skeleton-end-hook): Use it.
2623
2624 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2625
2626 * comint.el (comint-password-prompt-regexp): Support CVS.
2627
2628 2000-12-22 Gerd Moellmann <gerd@gnu.org>
2629
2630 * simple.el (delete-key-deletes-forward-mode): Simplify.
2631 Also backspace key combinations, depending on
2632 delete-key-deletes-forward.
2633
2634 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2635
2636 * simple.el (delete-key-deletes-forward): Doc fix.
2637
2638 2000-08-22 Emmanuel Briot <briot@gnat.com>
2639
2640 * xml.el (top level comment): Updated to reflect the fact that
2641 white spaces are relevant in the XML file.
2642 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2643 to parse was already edited. This allows for on-the-fly analysis
2644 of XML files.
2645 (xml-parse-tag): Check that the casing is the same in the start
2646 tag and end tag, since XML is case-sensitive. Allows for spaces
2647 in the end tag, after the name of the tag.
2648 (xml-parse-attlist): Allow for the character '-' in the name of
2649 attributes, as in the standard http-equiv attribute Do not save
2650 the properties in the XML tree, since they are not relevant.
2651
2652 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2653
2654 * generic.el (generic-read-type): Undo last change, inline into
2655 `generic-mode' and then remove.
2656 (generic-mode): Inline generic-read-type.
2657 (define-generic-mode): Push the symbol name rather than the symbol
2658 onto generic-mode-list.
2659
2660 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2661
2662 * generic.el (generic-read-type): Build an alist for
2663 completing-read as in 20.7.
2664
2665 * play/landmark.el (lm): Use interactive spec `P'.
2666 (toplevel): Don't set debug-on-error.
2667
2668 * server.el (server-switch-buffer): Choose a window on a visible frame.
2669
2670 2000-12-21 Dave Pearson <davep@davep.org>
2671
2672 * quickurl.el: Commentry change, I've moved my web site.
2673
2674 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2675
2676 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2677 ranges like \177-\237, but accepts the character sequence from \177 to
2678 \237. Doc fix.
2679 (ebnf-version): New version (3.4).
2680 (ebnf-setup): Code fix.
2681 (ebnf-range-regexp): New fun.
2682 (ebnf-8-bit-chars): Const fix.
2683
2684 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2685 entry. Doc fix.
2686 (ebnf-bnf-lex): Code fix.
2687 (ebnf-bnf-comment-chars): Const fix.
2688
2689 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2690 entry. Doc fix.
2691 (ebnf-iso-comment-chars): Const fix.
2692
2693 * ebnf-otz.el: Doc fix.
2694
2695 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2696 entry. Doc fix.
2697 (ebnf-yac-skip-code): Code fix.
2698 (ebnf-yac-comment-chars): Const fix.
2699
2700 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2701
2702 * files.el (insert-directory-safely): New function.
2703 (recover-file): Use it instead of insert-directory.
2704 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2705
2706 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2707
2708 * international/mule-cmds.el (select-safe-coding-system):
2709 Check coding-category-list more rigidly. Improve help message.
2710
2711 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2712
2713 2000-12-21 Miles Bader <miles@gnu.org>
2714
2715 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
2716
2717 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2718
2719 * international/mule-diag.el (describe-char-after): Make *Help*
2720 buffer inherit multibyteness of the current buffer.
2721
2722 * international/mule.el (make-char): Docstring adjusted for the
2723 change of make-char-internal.
2724
2725 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * international/iso-cvt.el: Docstrings fix.
2728
2729 2000-12-20 Dave Love <fx@gnu.org>
2730
2731 * subr.el (eval-after-load): Doc fix.
2732
2733 2000-12-20 Kenichi Handa <handa@etl.go.jp>
2734
2735 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2736 for numbers.
2737
2738 2000-12-20 Miles Bader <miles@gnu.org>
2739
2740 * international/quail.el (quail-help): Resize the help window
2741 again after it has all its contents. Remove unneeded progn.
2742
2743 2000-12-19 Gerd Moellmann <gerd@gnu.org>
2744
2745 * pcmpl-linux.el: Fix copy/paste error.
2746
2747 2000-12-19 Andrew Innes <andrewi@gnu.org>
2748
2749 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
2750
2751 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2752
2753 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2754
2755 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2756
2757 * progmodes/idlw-shell.el: Fixed copyright notice.
2758
2759 * progmodes/idlwave.el: Fixed copyright notice.
2760
2761 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2762 TAB as key separators.
2763
2764 2000-12-19 Alex Schroeder <alex@gnu.org>
2765
2766 * sql.el (sql-sybase-options): New option.
2767 (sql-sybase): Use it. Add sql-database to the list of parameters
2768 provided for login. The options -w 2048 -n are not used any more.
2769 (sql-postgres-options): Changed default from "--pset" to "-P".
2770 (sql-mysql-options): Doc change.
2771 (sql-stop): Doc change.
2772
2773 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2774
2775 * international/quail.el (quail-input-method): Always hide
2776 the guidance buffer on exiting.
2777
2778 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2779
2780 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2781 isn't fboundp.
2782
2783 * server.el (server-buffer-done): Bury the buffer before
2784 killing it.
2785
2786 * faces.el (face-spec-set): Interpret a nil in specs for
2787 foreground and background colors as `unspecified', for
2788 compatibility with 20.x.
2789
2790 2000-12-18 Dave Love <fx@gnu.org>
2791
2792 * simple.el (mail-user-agent): Doc fix.
2793 (input-mode-8-bit): Removed.
2794
2795 * international/mule.el (set-keyboard-coding-system): Doc fix.
2796 (keyboard-coding-system): New option.
2797
2798 * mail/sendmail.el (send-mail-function): Customize.
2799
2800 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2801
2802 * international/codepage.el (cp866-decode-table): New table.
2803
2804 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2805
2806 * version.el (emacs-version): Remove `%a' from the time format
2807 because the weekday doesn't fit well into each locale.
2808
2809 2000-12-18 Miles Bader <miles@gnu.org>
2810
2811 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2812
2813 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2814 Check that emacs-major-version is `=' to 20, not `>='.
2815 (artist-replace-chars): Use `make-string' instead of a loop.
2816
2817 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2818
2819 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2820 (cvs-execute-single-file): Don't change directory.
2821 Patch from Per Cederqvist.
2822
2823 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2824
2825 * textmodes/ispell.el (check-ispell-version):
2826 If `ispell-program-name' is "aspell", pass it the -v switch instead
2827 of -vv.
2828
2829 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2830
2831 * international/mule-diag.el (mule-diag): Insert information about
2832 configure options, multibyte awareness, language env.
2833
2834 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2835 regexp to search for candidates.
2836
2837 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2838
2839 * info.el (Info-forward-node): If the node has an
2840 Info-header-line, widen the buffer before searching for "next:"
2841 and "up:" pointers, and set the search limit to stay in the
2842 current node.
2843
2844 2000-12-16 Miles Bader <miles@gnu.org>
2845
2846 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2847
2848 2000-12-15 Miles Bader <miles@gnu.org>
2849
2850 * comint.el (comint-send-string, comint-send-region): Also accept
2851 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2852 process-send-string/region.
2853
2854 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2855
2856 * isearch.el (isearch-lazy-highlight-max): New user-option.
2857 (isearch-lazy-highlight-update): Don't highlight more than
2858 isearch-lazy-highlight-max matches.
2859
2860 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2861
2862 2000-12-15 Richard M. Stallman <rms@gnu.org>
2863
2864 * sort.el (sort-columns): Fix error message.
2865
2866 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2867 `upcase' or `downcase' or nil.
2868 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2869 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2870 (dabbrev--substitute-expansion): New arg record-case-pattern.
2871 If it is non-nil, set dabbrev--last-case-pattern.
2872 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2873
2874 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2875
2876 2000-12-15 Miles Bader <miles@gnu.org>
2877
2878 * paths.el (Info-default-directory-list): Don't delete
2879 configure-info-directory from the list of standard info
2880 directories when appending it to the end -- their order is important.
2881
2882 * faces.el (read-face-attribute): If there's no entry for the
2883 user's input in VALID, just use it as-is (this will often result
2884 in an error, but it may be OK for e.g. colors using hexadecimal
2885 notation, and at least will yield a better error message).
2886
2887 * window.el (mode-line-window-height-fudge): Function removed.
2888 (height-affecting-face-attributes, mode-line-window-height-fudge):
2889 Variables removed.
2890 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2891 window is really the right size. Use vertical-motion
2892 rather than forward-line.
2893 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2894 (ispell-command-loop, ispell-show-choices): Use the variable
2895 ispell-choices-win-default-height, rather than the function.
2896 (ispell-choices-win-default-height): Function removed.
2897 (ispell-mode-line-window-height-fudge): Function removed.
2898
2899 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2900
2901 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2902
2903 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2904
2905 * paths.el (Info-default-directory-list):
2906 If configure-info-directory is not one of the standard directories,
2907 put it first in the list; otherwise put it last. Doc string
2908 changed accordingly.
2909
2910 * info.el (Info-directory-list): Change doc string to reflect the
2911 change in Info-default-directory-list.
2912
2913 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2914 windows-nt as windowed environments, even under -nw.
2915
2916 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2917 if not fboundp. Switch delete-forward mode for the <delete> key
2918 on all PC platforms, even under -nw.
2919
2920 * term/internal.el ([M-delete]): Remap to M-d.
2921
2922 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2923
2924 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2925
2926 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2927
2928 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2929
2930 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2931
2932 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2933 if appropriate.
2934
2935 * simple.el (delete-key-deletes-forward): New user-option.
2936 (delete-key-deletes-forward-mode): New function.
2937
2938 * bindings.el: Bind `delete' to backward-delete-char.
2939
2940 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
2941 Test if symbol is bound before getting its value.
2942
2943 * tooltip.el (tooltip-show): If an error is signaled in
2944 x-show-tip, display that error, and display the help in the
2945 echo area.
2946
2947 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2948
2949 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2950 Show "... entries" messages for every 10000 entries, not 10.
2951
2952 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2953
2954 * bookmark.el: Provide a generic exit hook, as suggested by
2955 Ovidiu Predescu <ovidiu@cup.hp.com>:
2956 (bookmark-exit-hook): New var.
2957 (bookmark-exit-hook-internal): New func, replaces
2958 old raw lambda form in `kill-emacs-hook', and runs new
2959 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2960 as logically that feature must have been provided if this function
2961 is running.
2962 Removed ;;;###autoload before the `add-hook' call.
2963
2964 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2965
2966 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2967 (easy-menu-current-active-maps): New function.
2968 (easy-menu-get-map): Use it.
2969 Make a proper menu entry when creating a new keymap.
2970
2971 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2972
2973 * international/characters.el: Fix cases and syntaxes for
2974 mule-unicode-0100-24ff.
2975
2976 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2977 that a Japanese character is not appended after day and year.
2978
2979 * info.el (Info-suffix-list): Change format for a command that
2980 requires arguments.
2981 (info-insert-file-contents): Adjusted for the above change.
2982
2983 2000-12-12 Andreas Schwab <schwab@suse.de>
2984
2985 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2986 on the name of the tar buffer. Verify that the existing buffer is
2987 visiting the same subfile.
2988
2989 2000-12-12 Dave Love <fx@gnu.org>
2990
2991 * subdirs.el: Add obsolete.
2992
2993 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2994
2995 * mail/rmailsum.el (rmail-summary-expunge)
2996 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2997 instead of rmail-confirm-expunge.
2998
2999 * replace.el (perform-replace): Don't use an empty match adjacent
3000 to a non-empty match when computing the next match before the
3001 replacement is performed.
3002
3003 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3004
3005 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3006 definition (patch by Stefan Monnier).
3007 (glasses-mode): Use jit-lock instead of `after-change-functions'
3008 (patch by Stefan Monnier).
3009
3010 2000-12-12 Miles Bader <miles@gnu.org>
3011
3012 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3013 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3014
3015 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3016
3017 * term/mac-win.el: Remove load for ls-lisp.
3018
3019 * loadup.el: Load ls-lisp for system-type `macos'.
3020
3021 2000-12-12 Miles Bader <miles@gnu.org>
3022
3023 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3024 Respect field end too.
3025 (just-one-space): Respect fields as `delete-horizontal-space'.
3026 (newline-and-indent, reindent-then-newline-and-indent):
3027 Use `delete-horizontal-space'.
3028
3029 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3030
3031 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3032 (so as to obey the field property in the minibuffer).
3033
3034 * obsolete/c-mode.el: Moved from lisp/progmodes.
3035 * obsolete/auto-show.el: Moved from lisp.
3036 * obsolete/ooutline.el: Moved from lisp/textmodes.
3037
3038 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3039
3040 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3041 changes to list them here.
3042
3043 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3044 Too many changes to list them here.
3045
3046 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3047 Too many changes to list them here.
3048
3049 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3050
3051 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3052
3053 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3054
3055 * cus-edit.el (custom-save-variables, custom-save-faces):
3056 Comment fix.
3057
3058 * hscroll.el: Moved to `obsolete' subdir.
3059
3060 2000-12-11 Miles Bader <miles@gnu.org>
3061
3062 * window.el (window-text-height): Function removed (now in C).
3063
3064 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * log-edit.el (log-edit-parent-buffer): New var.
3067 (log-edit): Set it. Add BUFFER argument.
3068 (log-edit-done): Use char-before.
3069 Don't bother checking validity of vc-comment-ring.
3070 Only bury the buffer if log-edit popped it up.
3071
3072 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3073 (cvs-mode-diff-help): Remove.
3074 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3075 (cvs-mode-marked): Set up the default for CMD manually.
3076
3077 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3078 Remove binding for ? now made unnecessary.
3079
3080 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3081
3082 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3083 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3084
3085 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3086 when master file is not open.
3087
3088 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3089
3090 * progmodes/ada-stmt.el: Update `maintainer'.
3091
3092 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3093
3094 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3095 choices to match documentation string.
3096
3097 2000-12-09 Miles Bader <miles@gnu.org>
3098
3099 * minibuf-eldef.el: New file.
3100
3101 * window.el (fit-window-to-buffer): Don't pass last argument to
3102 pos-visible-in-window-p, now that its meaning is inverted.
3103
3104 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3105
3106 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3107 <ceder@lysator.liu.se>.
3108
3109 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3110
3111 * autoinsert.el (auto-insert-alist): Add missing final \n.
3112
3113 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3114 (cvs-menu-map): Remove.
3115 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3116 (cvs-mode-quit): Turn it back into a plain function.
3117
3118 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3119 (texinfo-filter): Remove (move to texinfo.el).
3120
3121 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3122 file where it's more visible.
3123 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3124 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3125 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3126 (texinfo-inside-macro-p): Only catch `scan-error's.
3127 (texinfo-inside-env-p): Make better use of the match info.
3128 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3129 (texinfo-insert-@end): Slight re-organization.
3130 Also remove useless `looking-at' call.
3131
3132 2000-12-08 Andrew Innes <andrewi@gnu.org>
3133
3134 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3135 accessible in -nw mode.
3136
3137 * term/w32-win.el: Remove stuff about selection timeout, which is
3138 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3139 it is accessible in -nw mode.
3140
3141 2000-12-08 Dave Love <fx@gnu.org>
3142
3143 * emacs-lisp/lisp-mode.el (lisp-mode):
3144 Set font-lock-keywords-case-fold-search.
3145
3146 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3147
3148 * textmodes/ispell.el (ispell): Doc fix.
3149
3150 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3151
3152 * international/quail.el (quail-insert-decode-map): Check the
3153 frame width of a window displaying the current buffer, not that of
3154 the selected frame.
3155 (quail-help): Make sure that the help buffer has window before
3156 inserting text in it.
3157
3158 2000-12-07 Sam Steingold <sds@gnu.org>
3159
3160 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3161 Backquote is used in isearch.el, so autoloading saves nothing.
3162
3163 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3164
3165 * startup.el (normal-top-level-add-subdirs-to-load-path):
3166 Ignore the CVS and RCS subdirectories case-insensitively.
3167
3168 * dired.el (dired-insert-directory): If file-system-info is
3169 fboundp, call it instead of invoking dired-free-space-program.
3170
3171 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3172
3173 * server.el (server-visit-files): Push files on file-name-history.
3174
3175 * progmodes/cc-langs.el: Update copyright.
3176
3177 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3178
3179 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3180
3181 * bindings.el (mode-line-mode-menu): Reverse the order
3182 of define-keys so that the menu appears in alphabetical order.
3183
3184 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3185
3186 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3187 of the function.
3188
3189 2000-12-07 Dave Love <fx@gnu.org>
3190
3191 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3192
3193 * facemenu.el (facemenu-unlisted-faces): Fix value.
3194
3195 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3196
3197 * font-lock.el (font-lock-default-fontify-region):
3198 Include the terminating \n (off-by-one error).
3199 (font-lock-set-defaults): Use dolist.
3200
3201 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3202
3203 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3204
3205 * international/mule-cmds.el (describe-language-environment):
3206 Fix for the case that an input method title is not string but a list.
3207
3208 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3209 of wrong SIZE record.
3210
3211 2000-12-06 Dave Love <fx@gnu.org>
3212
3213 * newcomment.el (comment-region, comment-dwim): Doc fix.
3214
3215 * textmodes/texinfo.el: Require tex-mode when compiling.
3216 (texinfo-update-node): Doc fix.
3217 (texinfo-imenu-generic-expression): Add @anchor.
3218 (texinfo-font-lock-keywords): Add @uref.
3219 (texinfo-inside-macro-p): Don't use ignore-errors.
3220 (texinfo-insert-quote): Match more contexts.
3221
3222 * international/mule.el (decode-char, encode-char): Doc fix.
3223 (auto-coding-alist): Customize.
3224
3225 * files.el (load-file): Fix change of 2000-03-12.
3226
3227 * wid-edit.el (widget-text-keymap): Doc fix.
3228
3229 2000-12-06 Andrew Innes <andrewi@gnu.org>
3230
3231 * makefile.w32-in (lisp): Set to an absolute directory, namely
3232 $(CURDIR).
3233
3234 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3235
3236 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3237 read generated-autoload-file, and set buffer-file-coding-system to
3238 raw-text-unix after reading the file.
3239
3240 * international/mule-conf.el (file-coding-system-alist):
3241 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3242
3243 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3244
3245 * replace.el (occur): Make line-number-width 1 smaller for the
3246 colon following the line number.
3247
3248 * startup.el (fancy-splash-text, command-line-1):
3249 Use `File' for the menu name instead of `Files'.
3250
3251 * tmm.el: Update copyright.
3252
3253 * cus-start.el: Add entry for even-window-heights.
3254
3255 2000-12-06 Miles Bader <miles@gnu.org>
3256
3257 * faces.el (frame-set-background-mode): Avoid stomping on
3258 locally modified faces.
3259
3260 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3261
3262 * international/fontset.el: Correct the font registries for
3263 japanese-jisx0213-1 and japanese-jisx0213-2.
3264
3265 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3266
3267 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3268
3269 * iswitchb.el: Update customization commentary.
3270
3271 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3272
3273 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3274 (tpu-search-highlight): Fixed comparison of overlay end positions.
3275 (tpu-trim-line-ends): Implemented trimming logic locally.
3276
3277 * emulation/tpu-extras.el (tpu-write-file-hook)
3278 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3279
3280 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3281
3282 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3283 to cn-gb.
3284 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3285
3286 2000-12-04 Dave Love <fx@gnu.org>
3287
3288 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3289
3290 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3291
3292 * mail/rmailsum.el (rmail-summary-expunge)
3293 (rmail-summary-expunge-and-save): Ask for confirmation with
3294 rmail-expunge-confirmed.
3295
3296 * mail/rmail.el (rmail-expunge-confirmed): New function.
3297 (rmail-expunge): Use it.
3298
3299 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3300
3301 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3302 (etags-recognize-tags-table, find-tag-in-order):
3303 New functionality: interpret file names as tags.
3304
3305 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3308 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3309 the first subnode until the bottom of the current node is visible.
3310
3311 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3312
3313 * format.el (format-decode): Don't change buffer's undo list.
3314
3315 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3316
3317 * faces.el (face-font-registry-alternatives): Add entries for CJK
3318 fonts. Doc-string adjusted for the actual usage of this data.
3319
3320 * international/fontset.el: Change the font registries for CJK
3321 fonts in the default fontset. Don't append '*' to registries.
3322
3323 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3324
3325 * emacs-lisp/easy-mmode.el (define-derived-mode)
3326 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3327
3328 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3329 (derived-mode-p): New function.
3330 (derived-mode-make-docstring): Add `docstring' argument.
3331 Use it if available and complete it if necessary.
3332
3333 2000-12-03 Andreas Schwab <schwab@suse.de>
3334
3335 * type-break.el (type-break): Don't make parent of itself.
3336
3337 2000-12-03 Miles Bader <miles@gnu.org>
3338
3339 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3340
3341 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3342
3343 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3344 (tex-main-file, tex-file): Simplify.
3345 (tex-generate-zap-file-name): Use subst-char-in-string.
3346 (tex-strip-dots): Remove.
3347
3348 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3349
3350 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3351 to check if the match succeeded.
3352
3353 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3354
3355 * startup.el (use-fancy-splash-screens-p): New function.
3356 (command-line-1): Use it to determine whether or not to use
3357 a fancy splash screen.
3358
3359 2000-12-02 Andreas Schwab <schwab@suse.de>
3360
3361 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3362
3363 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3364
3365 * international/mule.el (make-char): Fix last change.
3366
3367 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3368 New defcustoms.
3369 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3370 autoloading tex-mode; instead, do the same manually.
3371 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3372 with numeric argument. Docstring fix.
3373 (toplevel): Require cl when compiling.
3374
3375 * international/mule.el (make-char): Doc fix.
3376
3377 2000-12-02 Jason Rumney <jasonr@gnu.org>
3378
3379 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3380 the Emacs Lisp manual)
3381
3382 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3383
3384 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3385
3386 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3387 the Emacs Lisp manual).
3388
3389 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3390
3391 * simple.el (next-line-add-newlines): Change default to nil.
3392
3393 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3394
3395 * files.el (revert-buffer, recover-file):
3396 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3397
3398 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3399
3400 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3401
3402 2000-12-01 Miles Bader <miles@gnu.org>
3403
3404 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3405
3406 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3407
3408 * international/mule-diag.el (describe-char-after): Fix typo.
3409 (describe-character-set, non-iso-charset-alist): Fix typo.
3410
3411 2000-12-01 Miles Bader <miles@gnu.org>
3412
3413 * image-file.el (image-file-name-regexp): Automatically add
3414 upper-case variants of each filename extension in
3415 `image-file-name-extensions', since they seem to be common.
3416
3417 * simple.el (minibuffer-contents)
3418 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3419 New functions.
3420 * filecache.el (file-cache-directory-name)
3421 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3422
3423 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3424
3425 * filecache.el (file-cache-minibuffer-complete): Don't try to
3426 delete the minibuffer prompt.
3427
3428 2000-11-30 Dave Love <fx@gnu.org>
3429
3430 * cus-start.el: Fix read-buffer-function type.
3431
3432 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3433
3434 * md5.el: Removed. There's a built-in function, now.
3435
3436 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3437
3438 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3439 as dummy 0-th char of rmail-deleted-vector.
3440
3441 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3442
3443 * ps-print.el (ps-end-job): Bind case-fold-search only after
3444 switching to ps-spool-buffer.
3445
3446 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3447
3448 * ps-print.el: Line number font customization. PostScript: Lines and
3449 PageCount are initialized on each page. Doc Fix.
3450 (ps-print-version): New version number (6.3.2).
3451 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3452 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3453 (ps-right-header): Customization fix.
3454 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3455 Fix code.
3456 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3457 New vars.
3458
3459 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3460
3461 * bs.el: Fix typos and spelling errors.
3462 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3463 (bs-configuration): Doc fix.
3464
3465 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3466
3467 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3468
3469 * emulation/tpu-edt.el (tpu-version): New version.
3470 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3471 (tpu-original-mode-line): Variable deleted.
3472 (tpu-mark-flag): New initial value.
3473 (tpu-set-mode-line): Don't redefine mode-line-format.
3474 Add tpu-mark-flag to minor-mode-alist.
3475 (tpu-update-mode-line): New mark flag logic.
3476 (tpu-get): Use find-file-wildcards.
3477 (tpu-search-highlight): Move overlay less, reset overlay properly.
3478 (tpu-unselect): Deactivate mark.
3479 (tpu-lm-replace): Reset overlay properly.
3480 (tpu-forward-line): Use forward-visible-line.
3481 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3482
3483 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3484
3485 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3486
3487 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3488
3489 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3490
3491 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3492 and skip whitespace and newlines.
3493
3494 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3495
3496 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3497
3498 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3499
3500 * help.el (describe-function-1): Regexp-quote function name
3501 when used as part of a regexp.
3502
3503 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3504 Use face-attribute instead of face-foreground and face-background.
3505 (tool-bar-add-item): Likewise, and handle unspecified colors.
3506
3507 * enriched.el (enriched-face-ans): Use face-attribute instead
3508 of face-foreground and face-background.
3509
3510 * faces.el (face-foreground, face-background, face-stipple):
3511 Return nil if attribute is unspecified, for backward compatibility.
3512
3513 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3514
3515 * play/5x5.el: Remove version info.
3516
3517 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3518
3519 * frame.el (blink-cursor-mode): Doc fix.
3520
3521 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3522
3523 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3524 to create Makefile rules.
3525 (antlr-tool-command): New user option.
3526 (antlr-ask-about-save): New user option.
3527 (antlr-makefile-specification): New user option.
3528 (antlr-file-formats-alist): New variable.
3529 (antlr-special-file-formats): New variable.
3530 (antlr-unknown-file-formats): New user option.
3531 (antlr-help-unknown-file-text): New variable.
3532 (antlr-help-rules-intro): New variable.
3533 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3534 (antlr-mode-menu): Add entries.
3535 (antlr-file-dependencies): New function.
3536 (antlr-directory-dependencies): New function.
3537 (antlr-superclasses-glibs): New function.
3538 (antlr-run-tool): New command.
3539 (antlr-makefile-insert-variable): New function.
3540 (antlr-insert-makefile-rules): New function.
3541 (antlr-show-makefile-rules): New command.
3542
3543 * antlr-mode.el: More Emacs/XEmacs stuff.
3544 (antlr-no-action-keywords): New constant with value nil.
3545 (antlr-font-lock-keywords-alist): Use it. Old value would break
3546 syntax highlighting in Emacs-21.0.
3547 (antlr-default-directory): Emacs/XEmacs dependend function.
3548 (antlr-read-shell-command): Ditto.
3549 (antlr-with-displaying-help-buffer): Ditto.
3550
3551 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3552
3553 * antlr-mode.el: imenu, parsing and highlighting changes.
3554 (antlr-imenu-create-index-function): Don't create extra submenus
3555 for definitions in different grammar classes. It is not necessary
3556 for the menu and would make command `imenu' awkward to use.
3557 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3558 header actions and more than one.
3559 (antlr-font-lock-tokendef-face): Changed color.
3560 (antlr-font-lock-tokenref-face): Changed color.
3561 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3562 (antlr-mode-syntax-table): New variable.
3563 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3564 (antlr-with-syntax-table): Don't copy syntax table.
3565
3566 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3567
3568 * antlr-mode.el: Minor changes: language setting.
3569 (antlr-language-alist): The value for file option "language" can
3570 be both an identifier and a string.
3571 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3572 (antlr-language-limit-n-regexp): Change accordingly.
3573
3574 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3575
3576 * antlr-mode.el: Minor changes: tabs, hiding.
3577 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3578 (antlr-action-visibility): Also allow value nil to also hide the
3579 braces. Renamed from `antlr-tiny-action-length'.
3580 Suggested by Jay@aol.com.
3581 (antlr-hide-actions): Change accordingly. Hide line if completely
3582 hidden action is on a line of its own.
3583
3584 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3585
3586 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3587
3588 * sort.el (sort-columns): Don't concat strings with numbers.
3589
3590 2000-11-29 Dave Love <fx@gnu.org>
3591
3592 * cus-edit.el (face): Fix :format.
3593
3594 * mail/feedmail.el: Require smtpmail when compiling.
3595 (mail-do-fcc): Autoload.
3596 (feedmail) <defgroup>: Fix :link.
3597 (feedmail-nuke-body-in-fcc): Fix :type.
3598 (feedmail-send-it): Add autoload cookie.
3599
3600 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3601
3602 * newcomment.el (comment-indent): Save excursion around call to
3603 comment-indent-function.
3604
3605 2000-11-29 Miles Bader <miles@gnu.org>
3606
3607 * subr.el (member-ignore-case): Return the tail of the list who's
3608 car matches, like `member', not the matching element itself.
3609
3610 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3611
3612 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3613 should not contain `\n'.
3614
3615 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3616
3617 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3618
3619 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3620
3621 * dired-aux.el (dired-do-create-files): Construct default file
3622 name for dired-mark-read-file-name so that when the user enters
3623 just RET, the target file will end up in the target directory.
3624
3625 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3626 local-abbrev-table before changing buffers because it might
3627 have a buffer-local binding.
3628
3629 2000-11-28 Miles Bader <miles@gnu.org>
3630
3631 * simple.el (delete-horizontal-space): Handle fields more generally.
3632
3633 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3634
3635 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3636
3637 2000-11-28 Dave Love <fx@gnu.org>
3638
3639 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3640 comment-start-skip locally.
3641
3642 * progmodes/fortran.el (fortran-mode): Don't set
3643 fortran-comment-line-start-skip. Set comment-start to
3644 fortran-comment-line-start.
3645 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3646 (fortran-comment-line-start-skip): Simplify slightly.
3647
3648 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3649
3650 * play/5x5.el: Remove RCS keyword.
3651
3652 * bs.el: Mistaken commit, undone 2000-11-30.
3653
3654 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
3655
3656 * textmodes/tildify.el (tildify-string-alist):
3657 Add `plain-tex-mode' here.
3658
3659 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3660
3661 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3662 reference.
3663
3664 2000-11-28 Miles Bader <miles@gnu.org>
3665
3666 * cus-face.el (custom-face-attributes): Add post-filter function
3667 for :box. Make pre-filter function for :box handle all cases.
3668
3669 * wid-edit.el (widget-choose): Make sure pop-up window is large
3670 enough to display all the choices, as there's no way to scroll it.
3671
3672 2000-11-28 Kenichi Handa <handa@etl.go.jp>
3673
3674 * international/mule-conf.el: Make the coding system no-conversion
3675 safe for all characters.
3676
3677 2000-11-27 Dave Love <fx@gnu.org>
3678
3679 * net/ldap.el (ldap) <defgroup>: Add :version.
3680
3681 * tooltip.el (tooltip-use-echo-area): Doc fix.
3682
3683 * cus-start.el <minibuffer-prompt-properties>: Add version.
3684 <read-buffer-function>: Add.
3685
3686 * apropos.el (apropos-print): Add help-echo to active text.
3687
3688 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3689
3690 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3691
3692 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3693 type, group and version.
3694
3695 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3696
3697 * select.el (x-get-selection): Docstring fix.
3698
3699 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
3700
3701 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3702
3703 2000-11-27 Andrew Innes <andrewi@gnu.org>
3704
3705 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3706
3707 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3708
3709 2000-11-27 Miles Bader <miles@gnu.org>
3710
3711 * dired.el (dired-get-filename): Return filename verbatim if
3712 LOCALP is `verbatim'.
3713 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3714 `verbatim' so that we don't inadvertently delete a non-existant
3715 directory name.
3716
3717 2000-11-27 Kenichi Handa <handa@etl.go.jp>
3718
3719 * international/characters.el: Specify cases and syntaxes for
3720 mule-unicode-0100-24ff.
3721
3722 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3723
3724 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3725 that foreground and/or background colors of the face `tool-bar'
3726 are unspecified.
3727
3728 2000-11-27 Miles Bader <miles@gnu.org>
3729
3730 * wid-edit.el (widget-field-buffer, widget-field-start)
3731 (widget-field-end): Handle widget field `pseudo-overlays'.
3732 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3733 if it's there instead of in `widget-field-list'.
3734
3735 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3736 (help-make-xrefs): Delete extraneous newlines at the end of the
3737 docstring.
3738
3739 2000-11-25 Jason Rumney <jasonr@gnu.org>
3740
3741 * startup.el (command-line): Call set-locale-environment after
3742 Window System init file is read, as it can result in a call to
3743 redraw-frame.
3744
3745 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * simple.el (shell-command): Mention the effect of the prefix
3748 argument in the doc string.
3749
3750 2000-11-25 Miles Bader <miles@gnu.org>
3751
3752 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3753
3754 * wid-edit.el (widget-field-value-delete): Don't try to delete
3755 overlay when it's the `pseudo-overlay' that exists at some points.
3756
3757 2000-11-24 Jason Rumney <jasonr@gnu.org>
3758
3759 * international/mule-cmds.el (locale-language-names): Add "jp" as
3760 a non-standard alternative for Japanese.
3761
3762 2000-11-24 Andre Spiegel <spiegel@gnu.org>
3763
3764 * vc-hooks.el: Require 'cl during compilation.
3765
3766 2000-11-24 Gerd Moellmann <gerd@gnu.org>
3767
3768 * faces.el (face-set-after-frame-default): Let face attributes
3769 specified for new frames override frame parameters.
3770
3771 * startup.el (command-line): Fix computation of the source file
3772 for user-init-file when user-init-file is a compiled file.
3773
3774 2000-11-24 Miles Bader <miles@gnu.org>
3775
3776 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3777 (custom-post-filter-face-spec): New functions.
3778 (custom-face-set, custom-face-value-create): Filter the face spec
3779 before and after customization.
3780 (custom-face-set): If VALUE specifies a null face, pass a
3781 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3782 * cus-face.el (custom-face-attributes): Remove SET and GET
3783 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3784 cases they're needed.
3785
3786 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3787 that it's distinguishable from the :off-glyph on dark-background
3788 displays. Set its background color too.
3789
3790 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3791 so that people can easily turn it off.
3792
3793 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3794
3795 * ediff-diff.el: Moved variables around to have it compile under NT.
3796
3797 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3798
3799 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3800
3801 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3802 redundant skip-small-frames test.
3803
3804 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3805 (viper-downgrade-to-insert): Protect against errors in hooks.
3806
3807 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3808 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3809 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3810 New functions.
3811
3812 * viper-util.el (viper-memq-char): Bug fixes.
3813
3814 * viper.el (viper-mode): Fix cursor handling.
3815
3816 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3817
3818 * international/mule-diag.el (list-iso-charset-chars):
3819 For two-byte charset, fix the `while' condition.
3820 (list-non-iso-charset-chars): Fix the `while' condition.
3821
3822 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3823
3824 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3825 if the variable is make-variable-buffer-local.
3826
3827 * progmodes/ada-stmt.el (ada-template-map):
3828 Initialize and bind it to C-c t in ada-mode-map.
3829 (ada-stmt-mode-hook): New function extracted from old code.
3830 Only change the buffer-local side of skeleton-*.
3831 (ada-mode-hook): Use it.
3832
3833 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3834
3835 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3836 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3837 we expect to be returned by minibuffer-depth once we prompt the
3838 user in the minibuffer.
3839 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3840 as recorded in iswitchb-minibuf-depth, return non-nil.
3841
3842 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3843
3844 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3845 (hscroll-window-maybe): Docstring fix.
3846
3847 2000-11-23 Dave Love <fx@gnu.org>
3848
3849 * rect.el (string-rectangle): Don't test delete-selection-mode.
3850
3851 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3852
3853 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3854 is in the tool bar.
3855
3856 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3857 with `no-dir'; we want the directory part to be able to remove it.
3858
3859 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3860
3861 * textmodes/outline.el (outline-flag-region):
3862 Don't bind inhibit-read-only since we don't modify the buffer.
3863 (outline-isearch-open-invisible): Don't jump to overlay-start
3864 since we're trying to unhide text around point.
3865 (outline-discard-overlays): Use dolist.
3866
3867 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3868
3869 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3870
3871 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
3872
3873 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3874
3875 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3876 Fix ARG regexp to skip quoted braces.
3877 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3878 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3879 are (correctly) handled separately).
3880 Remove `caption' and `footnote' from `citations': they contain text.
3881 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3882 (latex-skeleton-end-hook): New function.
3883 (latex-mode): Use it.
3884 (tex-start-tex-marker): Remove.
3885 (tex-send-tex-command): Don't set tex-start-tex-marker.
3886 (tex-error-parse-syntax-table): New var.
3887 (tex-compilation-parse-errors): Use it.
3888 Ignore tex-start-tex-marker. Don't bother with marker-position.
3889 (tex-validate-buffer): Don't bother with marker-position.
3890
3891 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3892 (flyspell-generic-progmode-verify): Use it.
3893
3894 2000-11-22 Sam Steingold <sds@gnu.org>
3895
3896 * simple.el (delete-trailing-whitespace): New interactive function.
3897
3898 * progmodes/ada-mode.el (ada-mode): Use it instead of
3899 `ada-remove-trailing-spaces'.
3900 (ada-remove-trailing-spaces): Removed.
3901
3902 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3903
3904 * textmodes/picture.el (picture-clean): Removed.
3905 (picture-mode-exit): Call it instead of `picture-clean'.
3906
3907 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3908
3909 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3910
3911 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3912 jit-lock-fontify-buffer; it should anyway be unneccessary to
3913 do anything special when jit-lock is active.
3914 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3915
3916 2000-11-22 Dave Love <fx@gnu.org>
3917
3918 * calendar/todo-mode.el (todo-top-priorities): Use
3919 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3920
3921 * language/chinese.el, language/cyrillic.el:
3922 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3923 * language/hebrew.el, language/indian.el, language/japanese.el:
3924 * language/korean.el, language/lao.el, language/misc-lang.el:
3925 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3926 Use provide.
3927
3928 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3929 (custom-variable-set): Improve validation error mesage.
3930
3931 * rect.el (string-rectangle): Revert last change.
3932 (string-rectangle-line): New arg DELETE.
3933 (string-rectangle): Check delete-selection-mode.
3934
3935 * emacs-lisp/edebug.el (edebug-version)
3936 (edebug-maintainer-address): Deleted.
3937 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3938 (edebug-read-function): Account for other `'#' read forms.
3939 (edebug-mode-menus): Make some items toggles.
3940 (edebug-outside-unread-command-event, unread-command-event):
3941 Remove these to avoid warnings.
3942
3943 2000-11-22 David Ponce <david@dponce.com>
3944
3945 * recentf.el (recentf-menu-items-for-commands)
3946 (recentf-make-menu-items, recentf-make-menu-item)
3947 (recentf-filter-changer): Added :help and :active menu-item properties.
3948
3949 (recentf-build-dir-rules, recentf-dump-variable)
3950 (recentf-edit-list, recentf-open-files-item)
3951 (recentf-open-files): Replaced unnecessary `mapcar' with new
3952 built-in `mapc'.
3953
3954 2000-11-23 Miles Bader <miles@gnu.org>
3955
3956 * faces.el (menu): Make inverse-video on ttys too.
3957
3958 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3959
3960 * simple.el (comment-line-break-function): Use the new name
3961 indent-new-comment-line -> comment-indent-new-line.
3962 (clone-indirect-buffer): Don't ignore NORECORD.
3963 (next-completion): Properly handle the case where items are adjacent.
3964
3965 * mouse.el (popup-menu): Stupid typo.
3966
3967 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3968
3969 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3970 maintainer, keywords tags.
3971
3972 * rect.el (replace-rectangle): Don't call string-rectangle-line
3973 with too many arguments.
3974
3975 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3976
3977 * ediff-util.el (ediff-file-checked-out-p)
3978 (ediff-file-checked-in-p): Call vc-state instead of
3979 vc-locking-user, which no longer exists.
3980
3981 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3982
3983 2000-11-22 Dave Love <fx@gnu.org>
3984
3985 * md5.el (md5): Provide.
3986 (md5): Fix error call.
3987
3988 2000-11-22 Miles Bader <miles@gnu.org>
3989
3990 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3991 (refill-fill-paragraph-at): Remove debugging code.
3992
3993 * calendar/calendar.el (generate-calendar-window): When we don't
3994 call `fit-window-to-buffer', make sure the top line is fully visible.
3995
3996 * image-file.el (insert-image-file): Don't make `read-only'
3997 property rear-nonsticky.
3998
3999 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4000 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4001 stashing away its original value.
4002 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4003 in the recursive edit.
4004 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4005 (isearch-done): Restore `minibuffer-message-timeout'.
4006
4007 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4008
4009 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4010
4011 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4012
4013 * find-lisp.el (find-lisp-find-files-internal):
4014 Use dolist, when and file-name-as-directory.
4015
4016 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4017 (define-derived-mode, define-minor-mode): Add specs.
4018
4019 * window.el: General comment and spacing fixes.
4020 (save-selected-window): Use backquotes.
4021 (window-safely-shrinkable-p): New function.
4022 (shrink-window-if-larger-than-buffer): Use it.
4023
4024 * subr.el (make-local-hook): Docstring fix.
4025
4026 * shell.el (shell-mode): Use define-derived-mode.
4027
4028 * newcomment.el (comment-indent): Insert comment before calling
4029 comment-indent-function. Don't insert in column 0.
4030 (comment-dwim): Indent before inserting comment.
4031
4032 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4033 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4034 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4035 Use mapc rather than map.
4036
4037 * files.el (find-buffer-visiting): Compare all attributes before
4038 declaring two files identical (rather than just their inode-no).
4039 (auto-mode-alist): Use \' rather than $.
4040
4041 * which-func.el: Update maintainer line.
4042
4043 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4044 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4045 (uniquify-buffer-file-name): Use it.
4046
4047 2000-11-22 Miles Bader <miles@gnu.org>
4048
4049 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4050 * simple.el (minibuffer-avoid-prompt): New function.
4051
4052 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4053
4054 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4055
4056 2000-11-21 Miles Bader <miles@gnu.org>
4057
4058 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4059 inclusion of `track-mouse'.
4060
4061 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4062 (refill-adjust-ignorable-overlay): New function.
4063 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4064 only the paragraph's tail if possible.
4065 Update `refill-ignorable-overlay'.
4066 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4067
4068 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4069 point inside the fill-prefix.
4070
4071 * textmodes/refill.el (refill-post-command-function): Don't reset
4072 refill-doit in the case where a self-insertion command doesn't
4073 case a refill. Use `refill-fill-paragraph-at', getting position
4074 from `refill-doit'.
4075 (refill-after-change-function): Set `refill-doit' to END.
4076 (refill-fill-paragraph-at): New function, mostly from old
4077 refill-fill-paragraph.
4078 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4079 (refill-pre-command-function): New function.
4080 (refill-mode): Add it to `pre-command-hook'.
4081
4082 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4083
4084 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4085
4086 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4087 javadoc tags.
4088
4089 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4090
4091 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4092 vc.el).
4093
4094 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4095 require vc.
4096
4097 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4098 checkouts.
4099
4100 2000-11-20 Dave Love <fx@gnu.org>
4101
4102 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4103
4104 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4105
4106 * calculator.el (calculator-paste): Use `if' instead of `and'
4107 and `or'.
4108 (calculator-help): Don't use electric-describe-mode for XEmacs.
4109
4110 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4111
4112 * info.el (info-menu-5): Doc fix.
4113
4114 * textmodes/artist.el: New file.
4115
4116 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4117
4118 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4119 and differentiate according to checkout model.
4120 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4121 since this function is only concerned with master state.
4122
4123 * vc-hooks.el (vc-workfile-unchanged-p)
4124 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4125
4126 * vc.el (vc-workfile-unchanged-p)
4127 (vc-default-workfile-unchanged-p): See above.
4128
4129 2000-11-19 Miles Bader <miles@gnu.org>
4130
4131 * image-file.el (insert-image-file): Make `intangible' and
4132 `read-only' properties rear-nonsticky too.
4133
4134 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4135
4136 * ps-print.el: Update copyright notice.
4137
4138 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4139 (tooltip-show): Use the offsets.
4140
4141 * bindings.el (mode-line-modified): Fix a typo.
4142 (mode-line-toggle-modified, mode-line-widen)
4143 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4144
4145 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4146
4147 * ps-print.el (toplevel): Test for find-coding-system being
4148 fboundp before calling ps-x-find-coding-system.
4149
4150 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4151
4152 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4153 (vc-version-backup-file): Docstring fix.
4154
4155 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4156
4157 * files.el (basic-save-buffer): Don't add a newline if
4158 find-file-literally is non-nil.
4159 (find-file-literally): Extend doc string.
4160
4161 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4162 sort(1) with the `-f' argument.
4163
4164 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4165
4166 * vc.el: Updated backend documentation.
4167 (vc-default-check-headers): New function.
4168
4169 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4170
4171 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4172 up-to-date.
4173 (vc-do-command): In the asynchronous case, output messages only if
4174 the minibuffer is not active.
4175
4176 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4177 `vc-cvs-use-edit' is on.
4178 (vc-cvs-checkout): When this is used for reverting the workfile,
4179 make a backup of the original contents and revert to that in case
4180 of error.
4181 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4182 remote repositories.
4183
4184 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4185 for both version and ratio in the minibuffer.
4186
4187 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4188 Use vc-do-command to perform the annotation, not call-process.
4189
4190 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4191
4192 * international/quail.el (quail-start-translation): Don't call
4193 `message' before reading key sequence.
4194
4195 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4196
4197 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4198
4199 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4200
4201 * window.el (fit-window-to-buffer): Be sure to acquire at least
4202 one text line even if the buffer is empty.
4203
4204 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4205
4206 * net/ange-ftp.el (ange-ftp-file-writable-p)
4207 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4208 Bind ange-ftp-process-verbose to nil.
4209
4210 2000-11-15 Dave Love <fx@gnu.org>
4211
4212 * wid-edit.el (widget-specify-field, widget-specify-button):
4213 If :help-echo is a function, set help-echo of overlay to
4214 widget-mouse-help.
4215 (widget-mouse-help): New function.
4216 (widget-echo-help): Rewritten for :help-echo functions only taking
4217 a widget arg.
4218
4219 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4220 Use display-graphic-p.
4221 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4222 and that JPEG is available.
4223 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4224
4225 * international/mule-cmds.el (locale-charset-language-names):
4226 Match @euro.
4227
4228 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4229
4230 * faces.el (face-set-after-frame-default):
4231 If `inhibit-default-face-x-resources' is bound, don't intialize the
4232 default face from X resources.
4233
4234 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4235
4236 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4237 Don't set EMACSLOADPATH.
4238
4239 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4240
4241 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4242 texinfo-insert-@url.
4243 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4244 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4245
4246 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4247
4248 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4249 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4250 (checkdoc-minor-keymap): Backward compatibility.
4251 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4252 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4253 (checkdoc-this-string-valid-engine): Be a bit more strict
4254 to avoid matching substrings of `...' quoted vars/funs.
4255 (checkdoc-defun-info): Only look for `interactive' if alone.
4256 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4257
4258 * progmodes/compile.el (grep): `tag-default' can be nil.
4259
4260 * newcomment.el (comment-indent): Paren typo.
4261
4262 2000-11-14 Dave Love <fx@gnu.org>
4263
4264 * calculator.el: New maintainer version.
4265
4266 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4267
4268 * cmuscheme.el: Doc fixes.
4269 (cmuscheme) <defgroup>: Use `scheme' as parent.
4270 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4271
4272 * xscheme.el (scheme-program-name): Don't define here.
4273
4274 * progmodes/scheme.el (scheme-program-name): New variable
4275 (originally in cmuscheme).
4276
4277 2000-11-14 Miles Bader <miles@gnu.org>
4278
4279 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4280 Handle header-lines. Don't loop forever if we can't enlarge the
4281 window anymore. Simplify a bit.
4282
4283 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4284
4285 * window.el (fit-window-to-buffer): Don't check
4286 window-text-height. Assure that the last line is fully visible.
4287
4288 * international/quail.el (quail-show-guidance-buf):
4289 Call fit-window-to-buffer to assure the enough height of the guidance
4290 buffer.
4291 (quail-update-guidance): Avoid making the guidance buffer shorter.
4292
4293 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4294
4295 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4296 rather than `prepend' and add an interesting comment.
4297 (tex-math-face, tex-font-lock-syntactic-face-function):
4298 New face and function to use it.
4299 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4300 than `menu-enable' symbol property.
4301 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4302 (tex-mode): Add some latex-mode commands for auto-selection.
4303 Use tex-font-lock-syntactic-face-function.
4304 (tex-insert-quote): Simplify.
4305 (tex-shell): New mode.
4306 (tex-start-shell): Use it.
4307 (tex-shell-proc, tex-shell-buf): New functions.
4308 (tex-send-command): Use it.
4309 (tex-main-file): Fix the meaning of the new arg REALFILE.
4310 (tex-send-tex-command): New function split from `tex-start-tex'.
4311 Set compilation-last-buffer and compilation-parsing-end.
4312
4313 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4314 when it follows non-comment text on the line.
4315
4316 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4317 Set font-lock-defaults.
4318 (lisp-mode-shared-map): Init inside the defvar.
4319 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4320 Use define-derived-mode.
4321
4322 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4323
4324 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4325
4326 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4327
4328 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4329 Don't recursively optimize body because that can lead to infinite
4330 recursion; see comment there.
4331
4332 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4333
4334 * faces.el (face-spec-set-match-display): Revert the change from
4335 2000-10-24. Add a FIXME for after v21.1.
4336
4337 2000-11-13 Miles Bader <miles@gnu.org>
4338
4339 * textmodes/fill.el (skip-line-prefix): New function.
4340 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4341 (fill-paragraph): Don't leave point inside the fill-prefix.
4342 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4343 point inside the fill-prefix.
4344
4345 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4346
4347 * calendar/calendar.el (generate-calendar-window):
4348 Use `fit-window-to-buffer'.
4349
4350 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4351
4352 * gud.el (gud-minor-mode): New var.
4353 (gud-symbol, gud-val): New functions.
4354 (gud-find-file): Copy gud-minor-mode to the new buffer.
4355 (gud-menu-map): Include entries for commands that are not always
4356 available, using :enable to (de)activate them.
4357 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4358 (gud-mode-map): New map.
4359 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4360 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4361 Don't set up gud's menu (it's done by the minor-mode).
4362 (gud-minibuffer-local-map): New.
4363 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4364 (gud-query-cmdline): New function.
4365 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4366 (gud-mode): Use define-derived-mode.
4367 Don't set up gud's menu (it's done by the minor-mode).
4368 (gud-chop-words): Remove.
4369 (gud-common-init): Use split-string instead.
4370 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4371
4372 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4373 Add keyword arg :name.
4374
4375 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4376 (diff-count-matches, diff-split-hunk): New functions.
4377 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4378
4379 * pcvs-info.el (cvs-fi-conflict-face): New var.
4380
4381 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4382 Make it into a simple syntax-table, shared among all submodes.
4383 (sh-heredoc-face): Re-introduce.
4384 (sh-font-lock-syntactic-face-function): New function.
4385 (sh-mode): Use it. Also use define-derived-mode.
4386 Remove old bogus setting of indent-region-function.
4387 (sh-set-shell): Don't set the syntax-table any more.
4388 (sh-mode-syntax-table) <defun>: Remove.
4389
4390 2000-11-12 Miles Bader <miles@gnu.org>
4391
4392 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4393 message if interactive.
4394
4395 2000-11-12 Dave Love <fx@gnu.org>
4396
4397 * mail/feedmail.el: Fix header,
4398 (feedmail) <defgroup>: Add :link.
4399
4400 * view.el: Use local-map property, not keymap on mode-line string.
4401
4402 * scroll-all.el (scroll-all-mode): Customize variable.
4403 Add autoload cookie to function.
4404
4405 * lazy-lock.el: Remove compatibility code.
4406
4407 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4408 (finder-help-echo): New variable.
4409 (finder-mouse-face-on-line): Add help-echo stuff.
4410 (finder-list-keywords, finder-list-matches): Use mapc.
4411
4412 * faces.el (face-font-registry-alternatives): Add :version.
4413
4414 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4415 tags-table-list.
4416
4417 * net/browse-url.el (browse-url-browser-function): Update :version.
4418
4419 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4420 (mail-mode): Use [:alnum:] in some regexps.
4421
4422 2000-11-10 Dave Love <fx@gnu.org>
4423
4424 * ediff.el (ediff-regions-internal, ediff-documentation):
4425 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4426 fundamental mode.
4427
4428 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4429 buffer into fundamental mode.
4430 (ediff-set-difference): Use copy-sequence if available.
4431
4432 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4433 Check ediff-patch-map non-nil.
4434 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4435 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4436 buffer into fundamental mode.
4437
4438 * ediff-merg.el (state-or-merge): Defvar when compiling.
4439
4440 2000-11-10 Jason Rumney <jasonr@gnu.org>
4441
4442 * w32-fns.el (w32-add-charset-info): New function.
4443 (w32-charset-info-alist): Use it.
4444
4445 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4446
4447 * faces.el (face-font-registry-alternatives): New user-option.
4448
4449 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * textmodes/texinfo.el (texinfo-block-default): New var.
4452 (texinfo-insert-block): Use it. Insert a newline if needed.
4453
4454 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4455 (fill-region-as-paragraph): Use it.
4456
4457 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4458 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4459 Tweak paragraph regexps to allow a leading [ \t]*.
4460 (tex-latex-block): Insert a newline if necessary.
4461 (latex-insert-item): Only insert a newline if necessary.
4462 (tex-guess-main-file): New function.
4463 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4464 Set tex-main-file if TeX-master is provided.
4465 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4466
4467 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4468
4469 * startup.el (command-line): Set the default tooltip-mode
4470 to t for graphical displays which implement x-show-tip.
4471
4472 * tooltip.el (tooltip-mode): Add a comment about startup.el
4473 setting the default value of this user-option.
4474
4475 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4476
4477 * font-lock.el (font-lock-*-face) <defvar>: Move.
4478 (font-lock-defaults-alist): Mark obsolete.
4479 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4480 (font-lock-mode): Use define-minor-mode.
4481 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4482 (font-lock-turn-off-thing-lock): Be more explicit.
4483 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4484 (font-lock-syntactic-face-function): New var.
4485 (font-lock-fontify-syntactically-region): Use it.
4486 (font-lock-doc-face): New.
4487
4488 * pcvs.el (cvs-enabledp): Ignore errors.
4489 (cvs-commit-filelist): Never query.
4490 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4491 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4492 (cvs-do-removal): Use cvs-partition rather than delete-if.
4493 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4494 cvs-bury-buffer.
4495
4496 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4497 Allow `next' to jump to after the end of the last match.
4498
4499 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4500
4501 * simple.el (byte-compiling-files-p): New function.
4502
4503 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4504 if it is there.
4505
4506 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4507 nil again.
4508
4509 * textmodes/ispell.el (ispell-library-path): Don't call
4510 check-ispell-version when byte-compiling because that starts
4511 an ispell process, and ispell might not be installed.
4512 (toplevel): Don't set up a menu when byte-compiling.
4513
4514 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4515 it, so that a boundp test can be used to determine if we're
4516 currently byte-compiling.
4517
4518 2000-11-09 Dave Love <fx@gnu.org>
4519
4520 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4521
4522 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4523
4524 * ps-print.el: Patch for variable initialization when spooling.
4525 Doc fix.
4526 (ps-output-list): Fun eliminated.
4527 (ps-begin-file, ps-begin-job): Code fix.
4528
4529 2000-11-08 Dave Love <fx@gnu.org>
4530
4531 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4532
4533 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4534
4535 * simple.el (shell-command, display-message-or-buffer)
4536 (shell-command-on-region): Mention resize-mini-windows in the doc
4537 string.
4538 (display-message-or-buffer): Take the value of resize-mini-windows
4539 into account.
4540
4541 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4542
4543 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4544
4545 * dired.el (dired-between-files): Add `^. find' as an alternative
4546 to the regular expression, for find-dired.
4547
4548 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4549
4550 * textmodes/texnfo-upd.el: Require texinfo.
4551 (defmacro, defgroup): Remove.
4552 (texinfo-section-to-generic-alist): Remove.
4553 Use texinfo-section-list instead (i.e. level is changed string->int).
4554 (texinfo-filter): New function.
4555 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4556 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4557 Use it. And use regexp-opt.
4558 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4559 (texinfo-update-menu-region-beginning)
4560 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4561 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4562 (texinfo-update-menu-same-level-regexps): Update.
4563 (texinfo-update-node, texinfo-every-node-update)
4564 (texinfo-sequential-node-update): Remove autoload cookie.
4565
4566 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4567 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4568 (texinfo-chapter-level-regexp): Remove.
4569 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4570
4571 2000-11-06 Dave Love <fx@gnu.org>
4572
4573 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4574
4575 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4576 Match defun*.
4577
4578 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4579
4580 * composite.el (composition-function-table): Variable declaration
4581 moved to src/composite.c.
4582 (compose-chars-after): New optional arg object.
4583
4584 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4585
4586 * bindings.el (mode-line-toggle-read-only)
4587 (mode-line-toggle-modified, mode-line-widen)
4588 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4589 (make-mode-line-mouse2-map): Rewritten.
4590 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4591 functions so that C-h k can show something with a doc string.
4592
4593 * startup.el (fancy-splash-delay): Set to 10 seconds.
4594 (fancy-splash-max-time): New user-option.
4595 (fancy-splash-stop-time): New variable.
4596 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4597 (fancy-splash-screens-1): Throw `stop-splashing' when current
4598 time is greater than fancy-splash-stop-time.
4599
4600 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4601
4602 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4603
4604 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4605 Prompt user for a file rather than raising an error.
4606 (cvs-enabledp): Fix call to cvs-mode-marked.
4607 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4608 (cvs-mode-insert): Use it. Change the init prompt' value.
4609 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4610
4611 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4612 Don't pass default arg to ewoc-locate.
4613 (ewoc-collect): Return result in the right order.
4614
4615 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4616
4617 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4618 (cvs-status-get-tags): Fix regexp.
4619 (cvs-status-trees, cvs-status-cvstrees):
4620 Combine after change hooks and don't sit-for.
4621 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4622 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4623 Use make-char rather than hard-coded cryptic data.
4624 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4625
4626 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4627
4628 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4629 (cvs-insert-strings): New function.
4630
4631 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4632
4633 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4634 `mwheel-scroll-amount'.
4635 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4636 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4637 string-matching against the version string.
4638
4639 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4640
4641 * language/thai.el ("Thai"): Set a lisp form that produces
4642 composed string in `sample-text' language info.
4643
4644 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4645 composed string in `sample-text' language info.
4646
4647 * international/mule-cmds.el (describe-language-environment):
4648 Eval `sample-text' data and insert the result.
4649
4650 * international/mule-conf.el (compound-text): Define this coding
4651 system here. Make x-ctext and ctext aliases of it.
4652
4653 * language/european.el (compound-text, ctext): Moved to
4654 international/mule-conf.el.
4655
4656 2000-11-05 Andrew Innes <andrewi@gnu.org>
4657
4658 * w32-fns.el (w32-version): New function.
4659
4660 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4661
4662 * progmodes/awk-mode.el: Update copyright.
4663 (awk-mode-abbrev-table): Remove.
4664 (awk-font-lock-keywords): Use regexp-opt.
4665 (awk-mode): Use define-derived-mode.
4666
4667 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4668 when extracting a suffix.
4669
4670 2000-11-04 Andre Spiegel <spiegel@gnu.org>
4671
4672 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4673 auto-save-mode.
4674
4675 2000-11-04 Jason Rumney <jasonr@gnu.org>
4676
4677 * language/european.el (decode-mac-roman): Test against r1 not r0.
4678
4679 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4680
4681 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4682 (icon-mode): Define indent-line-function.
4683 (icon-comment-indent): Simplify.
4684 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4685
4686 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4687
4688 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4689 Bind change-log-default-mode to defeat the caching done on it.
4690 Don't bother saving excursion any more.
4691
4692 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4693
4694 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4695 (set-frame-font): Use the new name (and the old for compatibility).
4696
4697 * toolbar/tool-bar.el (tool-bar-mode):
4698 * time.el (display-time-mode):
4699 * recentf.el (recentf-mode):
4700 * paren.el (show-paren-mode):
4701 * mwheel.el (mouse-wheel-mode):
4702 * msb.el (msb-mode):
4703 * jka-compr.el (auto-compression-mode):
4704 * image-file.el (auto-image-file-mode):
4705 * hl-line.el (hl-line-mode):
4706 * delsel.el (delete-selection-mode):
4707 * autoinsert.el (auto-insert-mode):
4708 * complete.el (partial-completion-mode): Drop unneeded positional args.
4709
4710 * info.el (Info-mode):
4711 * comint.el (comint-mode): Don't bother with make-local-hook.
4712
4713 * log-edit.el (log-edit-menu): New menu.
4714
4715 2000-11-03 Miles Bader <miles@gnu.org>
4716
4717 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4718 definition, so that trailing spaces are handled properly.
4719 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4720
4721 2000-11-03 Gerd Moellmann <gerd@gnu.org>
4722
4723 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4724 tab character.
4725 (fancy-splash-screens): Set tab-width to 20.
4726
4727 2000-11-03 Dave Love <fx@gnu.org>
4728
4729 * comint.el (comint-completion-addsuffix): Fix custom type.
4730
4731 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4732
4733 * font-lock.el (font-lock-buffers): Remove.
4734 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4735 (font-lock-change-major-mode): Remove.
4736 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4737 (font-lock-default-fontify-region): Extend the multiline
4738 fontification to whole lines.
4739 (font-lock-fontify-anchored-keywords)
4740 (font-lock-fontify-keywords-region): If matching just one
4741 line (with \n) only mark the \n as multiline.
4742
4743 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4744 Correctly handle the case where several :group args are supplied.
4745 Allow :extra-args.
4746 (easy-mmode-define-global-mode): Allow :extra-args.
4747 Correctly handle the case where several :group args are supplied.
4748
4749 2000-11-02 Miles Bader <miles@gnu.org>
4750
4751 * calendar/calendar.el (diary-face, calendar-today-face)
4752 (holiday-face): Remove dependency on `window-system'.
4753
4754 2000-11-02 Ken Raeburn <raeburn@gnu.org>
4755
4756 * Makefile.in (emacs): Set EMACSLOADPATH always.
4757 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
4758 (compile-files): Bomb out if compilation of a file fails.
4759
4760 2000-11-02 Dave Love <fx@gnu.org>
4761
4762 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4763
4764 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4765
4766 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4767 punctuation in the warning inserted into the *mail* buffer.
4768
4769 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4770
4771 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4772 (authors-public-domain-p): New function.
4773 (authors-print): Use it.
4774
4775 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4776
4777 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4778
4779 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4780
4781 * ps-print.el: Extension for even/odd printing. Doc fix.
4782 (ps-print-version): New version number (6.3.1).
4783 (ps-even-or-odd-pages): Customization fix.
4784 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4785 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4786 (ps-page-count): Var replaced by `ps-page-column'.
4787 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4788 (ps-print-sheet-p): New fun.
4789
4790 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4791
4792 * tooltip.el (tooltip-gud-tips-setup): New function.
4793 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4794 (tooltip-mode): Call tooltip-gud-tips-setup.
4795 (tooltip-gud-tips): Use `gud-basic-call' instead of
4796 process-send-string, so the prompt gets frobbed appropriately.
4797 Handle nil return value from `tooltip-gud-print-command'.
4798
4799 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4800
4801 * comint.el (comint-add-to-input-history): New function.
4802 (comint-send-input): Use `comint-add-to-input-history'.
4803
4804 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4805
4806 * info.el (info-menu-header): New face.
4807 (Info-fontify-menu-headers): New function.
4808 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4809
4810 * info.el (Info-insert-dir): Don't include blank lines at
4811 beginning of additional dir files (one is added automatically).
4812
4813 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * emacs-lisp/easy-mmode.el (define-minor-mode):
4816 Revert the latest changes.
4817 Allow the three positional arguments to be skipped and replaced
4818 by keyword arguments.
4819 Add a :toggle argument to determine whether a nil arg means toggle
4820 or means turn-on. The default is unchanged.
4821 Add a call to force-mode-line-update.
4822
4823 2000-11-01 Dave Love <fx@gnu.org>
4824
4825 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
4826
4827 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4828
4829 * calendar/calendar.el (diary-face, holiday-face):
4830 Add dark-background variants.
4831
4832 2000-10-31 Sam Steingold <sds@gnu.org>
4833
4834 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4835 `tex-main-file' does not have directory in it.
4836
4837 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4838
4839 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4840
4841 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4842
4843 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4844 functional change.
4845
4846 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4847
4848 * files.el (find-file-noselect): When we expand a wildcard, return
4849 a list of buffers, as we should do according to the doc string.
4850
4851 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4852
4853 * loadup.el (top level): Adjust load path if program name is
4854 "../src/bootstrap-emacs", in case it's not dumped and thus the
4855 load path adjustment hasn't already been done.
4856
4857 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4858
4859 * ps-print.el: Fix bug on selected pages for printing.
4860 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
4861 is on. Try to avoid warning messages when compiling. Doc Fix.
4862 (ps-print-version): New version number (6.3).
4863 (ps-color-device): Use `color-values' to determine if device
4864 supports color.
4865 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4866 (ps-print-page-p): Changed from defsubst to defun.
4867 (ps-page-number): Changed from defmacro to defun.
4868 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4869 printing.
4870 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4871 (ps-end-file, ps-dummy-page): Funs eliminated.
4872 (ps-print-color-scale): Changed default value.
4873 (ps-page-n-up, ps-print-page-p): New internal vars.
4874 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4875 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4876
4877 * delim-col.el: Little programming improvement.
4878 (delimit-columns-str): New macro.
4879 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4880
4881 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4882
4883 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4884 Moved to european.el.
4885 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4886 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4887 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4888 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4889
4890 2000-10-30 Dave Love <fx@gnu.org>
4891
4892 * progmodes/cc-menus.el (imenu-generic-expression)
4893 (imenu-progress-message): Only defvar when compiling.
4894
4895 * emacs-lisp/elp.el (elp-unload-hook): New function.
4896
4897 * loadhist.el (unload-feature): Call elp-restore-function,
4898 checking for symbols; don't use elp-restore-all.
4899 (loadhist-hook-functions): Doc fix.
4900
4901 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4902
4903 * log-edit.el (log-edit-confirm): Fix the default.
4904
4905 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4906
4907 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4908 delimit-columns-format.
4909 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4910
4911 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4912
4913 * comint.el (comint-replace-by-expanded-history): Don't use
4914 comint-get-old-input (we're not looking at *old* input).
4915 (comint-get-old-input-default): If using fields, signal an error
4916 when the point is not in an input field.
4917
4918 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4919
4920 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4921 and mule-unicode-e000-ffff.
4922
4923 * international/mule.el (decode-char, encode-char): New functions.
4924 (make-coding-system): Accept a symbol of translation table as a
4925 value of property `safe-chars'.
4926
4927 * international/mule-cmds.el (encode-coding-char): Check property
4928 safe-chars instead of safe-charsets.
4929
4930 * international/fontset.el (fontset-default): Modified for
4931 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4932 (x-font-name-charset-alist): Likewise.
4933 (ccl-encode-unicode-font): New CCL program. Record it in
4934 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4935
4936 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4937 New translation tables.
4938 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4939 programs are modified and moved from mac-win.el.
4940 (mac-roman): Definition of this coding system is modified and
4941 moved from mac-win.el.
4942
4943 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4944
4945 * ediff-wind.el (ediff-setup-control-frame): Enclose
4946 face-attribute in condition-case to avoid errors in older emacsen.
4947
4948 2000-10-29 Miles Bader <miles@gnu.org>
4949
4950 * custom.el (custom-add-to-group): Allow multiple entries for a
4951 given value OPTION, as long as their widget types are different.
4952 * cus-edit.el (custom-face-value-create): If face name doesn't end
4953 with "face", add such here (similar to custom group widgets).
4954
4955 * comint.el (comint-highlight-prompt): Add :type.
4956
4957 2000-10-28 John Wiegley <johnw@gnu.org>
4958
4959 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4960 Changed this function to operate on a temporary buffer instead of
4961 the main buffer. This not only keeps flyspell from marking a
4962 buffer as changed that wasn't, but it solves the jumpy cursor
4963 problem when attempts are made to edit incorrect words.
4964 (flyspell-maybe-correct-doubling): Same change as for
4965 `flyspell-maybe-correct-transposition'.
4966
4967 * calendar/timeclock.el (timeclock-log): Doc fix.
4968 (timeclock-last-event): Doc fix.
4969 (timeclock-log): Kill the timelog buffer after appending a new event.
4970 (timeclock-find-discrep): Use a temp buffer to read in the
4971 timelog, instead of visiting the file.
4972 (timeclock-log-data): A new function, along with a host of helper
4973 functions, for the purpose of making timelog data accessible to
4974 programmers.
4975
4976 * eshell/esh-mode.el (window-height test): Make certain that
4977 `eshell-stringify-t' is non-nil.
4978 (eshell-password-prompt-regexp): Changed to a much simpler
4979 password regexp.
4980 (eshell-send-input): If `eshell-invoke-directly' returns t,
4981 directly invoke the parsed command using `eval'. This improves
4982 turn-around time on simple commands by a factor of three or
4983 greater, such as cd, ls, pwd, etc. -- which get used very often.
4984 It also conserves thousands of cons cells per call (since
4985 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4986 in the Pacific Cookie Company).
4987
4988 * eshell/esh-test.el (eshell-test): Whitespace fix.
4989
4990 * eshell/em-ls.el (eshell-ls-insert-directory):
4991 Make `eshell-ls-initial-args' nil when inserting directory contents.
4992
4993 * eshell/em-script.el (eshell-script-initialize): Add names to
4994 `eshell-complex-commands, since `source' and `.' are complex.
4995
4996 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4997 (eshell-rewrite-while-command): Use `eshell-protect' instead of
4998 `eshell-copy-handles'.
4999 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5000 bodies.
5001 (eshell-separate-commands): Whitespace fix.
5002 (eshell-complex-commands): Added a new list of names, for
5003 determining whether a given command is as simple as it looks.
5004 (eshell-invoke-directly): New function. Returns t if a command
5005 should be invoked directly (using `eval'), rather than indirectly
5006 using `eshell-do-eval'.
5007 (eshell-do-eval): Whitespace fix.
5008
5009 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5010 which provides an emulation of the DOS shell behavior of assuming
5011 that cp/mv/ln should copy/move/link to the current directory.
5012 (eshell-remove-entries): Added a doc string.
5013 (eshell-shuffle-files): Removed the check for `target' being null.
5014 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5015 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5016 it to do a smarter check of whether a destination was provided.
5017 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5018 (eshell/ln): Enable `:preserve-args', and use
5019 `eshell-mvcpln-template' to implement the body of the function.
5020 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5021 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5022 list after flattening it. This makes it possible to cat files
5023 with numerical names.
5024 (eshell-unix-initialize): Added several names to
5025 `eshell-complex-commands.
5026 (eshell-unix-command-complex-p): Return t if a given command name
5027 may result in external processes being invoked.
5028
5029 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5030 variable nil by default, since it slows down glob processing by a
5031 factor of two or more, and increases memory consumption.
5032
5033 * eshell/em-smart.el: Added a note about how memory consumptive
5034 smart display mode can be (at least this is true in Emacs 21).
5035 (eshell-smart-initialize): Whitespace fix.
5036 (eshell-refresh-windows): Use `if' instead of `when'.
5037 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5038 not necessary.
5039 (eshell-currently-handling-window): Added a missing global variable.
5040
5041 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5042 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5043 Whitespace fix.
5044 (eshell-ls-exclude-hidden): Added this variable in addition to
5045 `eshell-ls-exclude-regexp'. This one prevents files beginning
5046 with . from even being read, which can improve memory consumption
5047 quite a bit.
5048 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5049 read file entries beginning with a dot. In home directories with
5050 lots of hidden files, fully two-thirds of the time spent in ls is
5051 used to read directory entries that are immediately thrown away.
5052 (eshell-ls-initial-args): Added back this configuration variable,
5053 for specifying default initial arguments to every call to ls.
5054 Much faster than using an alias to do the same thing.
5055 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5056 (eshell-ls-dir): Whitespace change.
5057
5058 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5059
5060 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5061 (eshell-stringify-t): Added a customization variable, to indicate
5062 whether `t' should be rendered as a string at all. If not, one
5063 can still determine if the result of an expression is true using
5064 "file-exists-p FILE && echo true".
5065 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5066 stringify t!
5067
5068 * eshell/esh-module.el: Whitespace fix.
5069
5070 * eshell/em-alias.el (eshell-alias-initialize):
5071 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5072 (eshell-command-aliased-p): New function that returns t if a
5073 command name names an aliased.
5074
5075 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5076
5077 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5078 redrawing the screen when changing cursor color.
5079 (viper-insert-state-pre-command-sentinel)
5080 (viper-replace-state-pre-command-sentinel)
5081 (viper-replace-state-post-command-sentinel):
5082 Use viper-preserve-cursor-color.
5083 Many functions changed to use viper= instead of = when comparing
5084 characters.
5085 * viper-util.el (viper-memq-char,viper=): New functions for
5086 working with characters.
5087 (viper-change-cursor-color): Fixed buglet.
5088 Many functions changed to use viper= instead of = when comparing
5089 characters.
5090 * viper.el (viper-insert-state-mode-list): Added eshell.
5091
5092 * ediff-init.el (ediff-before-setup-hook): New hook.
5093 Several typos fixed in various docstrings.
5094 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5095 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5096 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5097 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5098 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5099 (ediff-get-selected-buffers): New function.
5100 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5101 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5102 Use save-window-excursion.
5103 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5104 termination check in while loop.
5105 * ediff.el (ediff-get-default-file-name): Better defaults when in
5106 dired buffer.
5107 (ediff-files,ediff-merge-files,ediff-files3)
5108 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5109
5110 2000-10-28 Dave Love <fx@gnu.org>
5111
5112 * info.el (Info-fontify-node): Add help-echo for menu items.
5113
5114 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5115
5116 * startup.el (normal-top-level): If the value of $TERM indicates
5117 we are running from xterm or one of its work-alikes, default to a
5118 light background mode.
5119
5120 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5121 * faces.el (tty-handle-reverse-video): New function.
5122 (tty-create-frame-with-faces): Call it.
5123
5124 * frame.el (frame-notice-user-settings): Don't apply
5125 default-frame-alist and initial-frame-alist to MS-DOS frames.
5126 Call tty-handle-reverse-video, frame-set-background-mode, and
5127 face-set-after-frame-default for non-MS-DOS frames.
5128
5129 * startup.el (tty-long-option-alist): New variable.
5130 (tty-handle-args): New function.
5131 (command-line): Call tty-handle-args.
5132
5133 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5134 startup.el now does that for all character-terminal frames.
5135
5136 2000-10-28 Miles Bader <miles@gnu.org>
5137
5138 * emacs-lisp/easy-mmode.el (define-minor-mode):
5139 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5140 is global. If :global is followed by a non-nil but non-t value,
5141 make the mode buffer-local, but also generate a `global-MODE'
5142 version using `easy-mmode-define-global-mode'.
5143 Add :conditional-turn-on keyword argument.
5144
5145 2000-10-28 Dave Love <fx@gnu.org>
5146
5147 * international/latin1-disp.el (latin1-char-displayable-p):
5148 Don't use window-system.
5149
5150 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5151
5152 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5153 Don't call find-buffer-file-type-coding-system. Instead, just
5154 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5155 if the file is on an untranslated filesystem.
5156 (add-untranslated-filesystem): Use "D" instead of "f" inside
5157 interactive.
5158
5159 2000-10-27 Dave Love <fx@gnu.org>
5160
5161 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5162 (refill-mode): Use it.
5163
5164 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5165
5166 * international/quail.el (quail-activate): Don't make-local-hook.
5167
5168 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5169
5170 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5171 manual backups and file.~<rev>.~ for automatic ones.
5172 (vc-make-version-backup): Don't do it on MS-DOS without long file
5173 names.
5174
5175 * vc.el (vc-version-other-window): If an automatic backup of the
5176 desired version exists, rename it instead of copying it.
5177
5178 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5179 after command. If there's an unexpected error, signal it instead
5180 of being silent.
5181 (vc-cvs-merge-news): Be prepared for no news at all.
5182
5183 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5184
5185 * shell.el (shell): Add BUFFER argument.
5186 * comint.el (make-comint-in-buffer): New function.
5187 (make-comint): Use it.
5188
5189 * faces.el (face-spec-choose): Change syntax so that the list of
5190 attribute-value pairs is now the cdr of each clause, not the cadr.
5191 Detect old-style entries, and handle them. Use pop.
5192
5193 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5194
5195 * cus-edit.el (custom-mode-map): Use a sparse map.
5196 (custom-mode): Don't bother with make-local-hook.
5197
5198 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5199
5200 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5201
5202 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5203
5204 * ps-print.el: Avoid compilation gripes.
5205 (ps-print-version): New version number (6.2.1).
5206
5207 2000-10-26 Dave Love <fx@gnu.org>
5208
5209 * menu-bar.el: Modify some menu item help strings.
5210 (menu-bar-help-menu): Add link to MORE.STUFF.
5211
5212 * cus-edit.el (custom-mode): Add `special' mode-class property.
5213
5214 * wid-browse.el (widget-browse-mode): Likewise.
5215
5216 * wid-edit.el (widget-specify-field): Revert to using local-map
5217 property, not keymap.
5218
5219 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5220
5221 * wid-edit.el (widget-field-end): When checking for a `boundary'
5222 field, do so in the correct buffer.
5223
5224 * simple.el (undo): Correctly distinguish between numeric and
5225 non-numeric prefix args in non-transient-mark-mode, as per the doc
5226 string. When in transient-mark-mode, treat all prefix-args as
5227 numeric.
5228
5229 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5230 Position point on match. Handle N == 0 correctly.
5231
5232 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5233 (comint-mode-map): Reverse order of `comint-write-output' and
5234 `comint-append-output-to-file'.
5235 (comint-append-output-to-file): Reinstate this function, for the
5236 benefit of the menu.
5237
5238 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5239
5240 * vc.el (vc-version-other-window): Bind `file'.
5241
5242 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5243
5244 * Makefile.in (update-authors): New target for maintenance purposes.
5245
5246 * emacs-lisp/authors.el (batch-update-authors): New function.
5247 (authors-fixed-entries): New defconst.
5248 (authors-add-fixed-entries): New function.
5249 (authors): Call it.: Don't process lispref/.
5250
5251 2000-10-25 Jason Rumney <jasonr@gnu.org>
5252
5253 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5254 Merge x w32 and mac definitions.
5255
5256 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5257
5258 * menu-bar.el (menu-bar-options-menu): Add a help string for
5259 `uniquify'.
5260
5261 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5262
5263 * time-stamp.el (time-stamp-string-preprocess):
5264 Fix a wrong type argument error.
5265
5266 2000-10-25 Miles Bader <miles@gnu.org>
5267
5268 * recentf.el (recentf-mode): Variable removed.
5269 (recentf-mode): Use `define-minor-mode'.
5270
5271 * mwheel.el (mouse-wheel-mode): New global minor mode.
5272 (mwheel-install): Use `mouse-wheel-mode'.
5273
5274 2000-10-25 Dave Love <fx@gnu.org>
5275
5276 * progmodes/cperl-mode.el (cperl-mode):
5277 Set normal-auto-fill-function correctly.
5278
5279 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5280 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5281 bindings.
5282
5283 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5284
5285 * wid-edit.el (widget-field-at): New function.
5286 (widget-at, widget-field-activate): Use it.
5287 (widget-tabable-at): Use `widget-at'.
5288 (widget-specify-field): If the terminating character of the widget
5289 field (which is read-only) is a newline, put it into a special
5290 `boundary' field so that C-n/C-p act more naturally.
5291 (widget-field-end): Also don't subtract one if a special
5292 `boundary' field has been added after the widget field.
5293
5294 * comint.el (comint-output-filter, comint-send-input):
5295 Don't bother adding stickiness fields to overlays to fool the field
5296 code, since it should notice the overlay insertion-types now.
5297
5298 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5299 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5300 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5301
5302 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5303
5304 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5305 (authors): Set file coding system to iso-2022-7bit.
5306 Add file-local variables to output buffer.
5307
5308 * files.el (after-find-file): Don't print any warnings if
5309 WARN is nil.
5310
5311 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5312
5313 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5314
5315 * delim-col.el: Now there is a column formatting mechanism.
5316 Modified to customization mechanisms convention. Doc fix.
5317 (columns): New group for delim-col.
5318 (delimit-columns-before, delimit-columns-after)
5319 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5320 (delimit-columns-end): New vars.
5321 (delimit-columns-customize, delimit-columns-format): New funs.
5322 (delimit-columns-region, delimit-columns-rectangle)
5323 (delimit-columns-rectangle-line): Modified to support column
5324 formatting.
5325
5326 2000-10-24 Dave Love <fx@gnu.org>
5327
5328 * log-edit.el (log-edit): Add :version and a :group for vc.
5329
5330 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5331
5332 * files.el (after-find-file): Don't print a message ``New file''
5333 if WARN is nil.
5334
5335 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5336 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5337 get duplicate tool-bar entries because we'll see the global ones
5338 on more than one path through keymaps.
5339
5340 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5341
5342 * progmodes/cmacexp.el: Change Francesco's email address.
5343
5344 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5345
5346 * window.el (fit-window-to-buffer): Adjust point of the window
5347 buffer, not that of the current buffer.
5348
5349 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5350
5351 * progmodes/cmacexp.el: Update the euthor's email address.
5352
5353 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5354
5355 * faces.el (face-spec-set-match-display): Add `graphic' display
5356 type (the inverse of `tty'). Use `display-graphic-p' instead of
5357 the window-system variable.
5358
5359 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5360
5361 * international/isearch-x.el (isearch-with-input-method):
5362 Call input-method-function with the first event in
5363 unread-command-events.
5364
5365 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5366
5367 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5368
5369 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5370
5371 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5372 New charsets.
5373
5374 * term/mac-win.el: Remove definitions of mac-roman-lower and
5375 mac-roman-upper, require dired, and define instead of set
5376 mac-ready-for-drag-n-drop to avoid compilation error.
5377
5378 2000-10-23 Andrew Innes <andrewi@gnu.org>
5379
5380 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5381 Remove superfluous calls to subst-char-in-string; instead apply
5382 expand-file-name after convert-standard-filename to ensure
5383 expected directory separators are used.
5384
5385 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5386
5387 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5388
5389 2000-10-23 Dave Love <fx@gnu.org>
5390
5391 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5392 (tool-bar-add-item): Set foreground and background for XBM icons.
5393
5394 * international/latin1-disp.el (latin1-char-displayable-p):
5395 New function (from Handa).
5396 (latin1-display-check-font): Use it.
5397
5398 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5399 using :key-sequence, making it much more usable.
5400 Use nconc, not append.
5401 (imenu--create-keymap-1): Avoid append.
5402
5403 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5404
5405 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5406
5407 [the following changes fix a bug where `define-minor-mode' didn't
5408 correctly generate :require clauses for defcustoms in compiled files]
5409 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5410 (byte-compile-log-file, byte-compile-log-1): Don't set
5411 `byte-compile-current-file' to nil. Instead set
5412 `byte-compile-last-logged-file' to it. Test whether
5413 byte-compile-current-file equals byte-compile-last-logged-file
5414 instead of whether its nil.
5415 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5416
5417 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5418
5419 * textmodes/refill.el: Fix var names in doc.
5420 (refill-mode): Don't bother with make-local-hook anymore.
5421
5422 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5423
5424 * faces.el (face-user-default-spec, face-default-spec): New functions.
5425 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5426 (frame-set-background-mode, face-set-after-frame-default):
5427 Use `face-user-default-spec'. Simplify code slightly.
5428
5429 * woman.el (woman-italic-face, woman-bold-face)
5430 (woman-unknown-face): Add dark-background variants.
5431 (woman-default-faces): Renamed from `woman-colour-faces'.
5432 Set using the stored defaults, rather than using hard-wired colors.
5433 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5434 Just make the foreground `unspecified' rather than "black".
5435 (woman-menu): Rename menu entries accordingly.
5436
5437 * faces.el (header-line): Make more reasonable on mono/grayscale
5438 displays.
5439
5440 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5441
5442 * cus-edit.el (custom-button-face): Use 3D look for mac.
5443 (custom-button-pressed-face): Likewise.
5444
5445 * faces.el (set-face-attributes-from-resources): Handle mac frames
5446 in the same way as x and w32 frames.
5447 (face-valid-attribute-values): Likewise.
5448 (read-face-attribute): Likewise.
5449 (defined-colors): Likewise.
5450 (color-defined-p): Likewise.
5451 (color-values): Likewise.
5452 (display-grayscale-p): Likewise.
5453 (face-set-after-frame-default): Likewise.
5454 (mode-line): Same default face as for x and w32.
5455 (tool-bar): Likewise.
5456
5457 * frame.el: Remove call to frame-notice-user-settings at end of
5458 the file.
5459
5460 * info.el (Info-fontify-node): Make underlines invisible for mac
5461 as for x, pc, and w32 frame types.
5462
5463 * term/mac-win.el: New file.
5464
5465 2000-10-22 Dave Love <fx@gnu.org>
5466
5467 * textmodes/refill.el: New file.
5468
5469 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5470
5471 * vc-hooks.el (vc-version-backup-file-name): New optional args
5472 MANUAL and REGEXP.
5473 (vc-delete-automatic-version-backups, vc-make-version-backup):
5474 New functions.
5475 (vc-before-save): Use the latter.
5476 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5477 confusion.
5478
5479 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5480 expected by vc[-hooks].el.
5481
5482 * vc.el (vc-checkout): Added `-p' suffix in call to
5483 vc-make-version-backups-p; use vc-make-version-backup to actually
5484 make the backup.
5485 (vc-version-other-window, vc-version-backup-file): Handle both
5486 automatic and manual backups.
5487 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5488 of all of them.
5489
5490 2000-10-22 Miles Bader <miles@gnu.org>
5491
5492 * comint.el (comint-highlight-input, comint-highlight-prompt):
5493 Renamed, `-face' at end removed.
5494 (comint-send-input, comint-output-filter): Use renamed faces.
5495
5496 * window.el (fit-window-to-buffer): Change defaulting of
5497 MAX-HEIGHT slightly.
5498
5499 * faces.el (color-values, color-defined-p): Use `member', not
5500 `memq', because it works correctly for strings.
5501 (frame-set-background-mode): Actually, "unspecified-fg" and
5502 "unspecified-bg" *are* strings. Use `member', not `memq', and
5503 `equal', not `eq', when a string value is possible.
5504
5505 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5506
5507 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5508
5509 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5510
5511 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5512 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5513 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5514 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5515 (sh-font-lock-syntactic-keywords): Use them.
5516 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5517 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5518 (sh-mode): Don't override font-lock-unfontify-region-function.
5519 Use a copy of sh-font-lock-syntactic-keywords.
5520 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5521 Don't call sh-scan-buffer since font-lock does it on the fly.
5522 (sh-get-indent-info): Use `face' rather than `syntax-table'
5523 text-property to detect here-documents.
5524 Replace sh-special-syntax with sh-st-punc.
5525 (sh-prev-line): Use `face' rather than `syntax-table'
5526 text-property to skip over here-documents.
5527 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5528 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5529 (sh-electric-less, sh-set-here-doc-region)
5530 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5531 (sh-scan-buffer, sh-rescan-buffer): Remove.
5532
5533 2000-10-21 Andrew Innes <andrewi@gnu.org>
5534
5535 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5536 remote (ange-ftp) file names.
5537
5538 2000-10-21 Miles Bader <miles@gnu.org>
5539
5540 * window.el (fit-window-to-buffer): New function.
5541 (shrink-window-if-larger-than-buffer): Use it.
5542 (window-text-height): Don't expect minibuffers to have mode-lines.
5543
5544 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5545 * international/quail.el (quail-update-guidance):
5546 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5547
5548 * international/quail.el (quail-show-guidance-buf): Make sure
5549 guidance window really has enough room.
5550 (quail-update-guidance): If quail-guidance-win is already shown,
5551 make sure its height is OK.
5552
5553 * window.el (window-text-height, set-window-text-height):
5554 New functions.
5555 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5556 instead of `window-height' & `mode-line-window-height-fudge'.
5557 (mode-line-window-height-fudge): Add FACE parameter.
5558 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5559 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5560
5561 2000-10-20 Miles Bader <miles@gnu.org>
5562
5563 * window.el (height-affecting-face-attributes): Use `defconst'.
5564
5565 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5566 New function, conditionally aliased to `mode-line-window-height-fudge'.
5567 (ispell-help): Use it.
5568 (ispell-choices-win-default-height): Don't include mode-line fudge.
5569 (ispell-choices-win-default-height): New function.
5570 (ispell-show-choices, ispell-command-loop): Use function
5571 `ispell-choices-win-default-height' instead of variable.
5572
5573 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5574
5575 * window.el (mode-line-window-height-fudge): New variable.
5576 (height-affecting-face-attributes): New variable.
5577 (mode-line-window-height-fudge): New function.
5578 (shrink-window-if-larger-than-buffer): Use it.
5579 * help.el (resize-temp-buffer-window): Likewise.
5580
5581 * info.el (Info-fontify-node): Add support for @subsubsection
5582 titles, which use `Info-title-4-face'.
5583 (Info-title-4-face): New face.
5584 (Info-title-3-face): Inherit from Info-title-4-face instead of
5585 variable-pitch.
5586
5587 2000-10-19 Jason Rumney <jasonr@gnu.org>
5588
5589 * dired.el (dired-insert-directory): Do not let errors signalled by
5590 attempt to run dired-free-space-program prevent dired from working.
5591
5592 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5593
5594 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5595
5596 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5597
5598 * dirtrack.el (dirtrack): Fix call to run-hooks.
5599
5600 * cmuscheme.el (cmuscheme-program-name): Renamed from
5601 scheme-program-name because xscheme.el contains a defcustom with
5602 the same name. As a consequence, customizing group `cmuscheme'
5603 loaded `xscheme' which redefined run-scheme.
5604 (run-scheme): Use cmuscheme-program-name.
5605
5606 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5607
5608 * play/doctor.el (doctor-death): Update the Samaritans'
5609 anonymous address, and add a website for Befrienders International.
5610
5611 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5612
5613 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5614 Avoid compilation gripes. Doc fix.
5615 (ps-print-version): New version number (6.2).
5616 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5617 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5618 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5619 (ps-x-extent-priority, ps-x-extent-start-position)
5620 (ps-x-face-font-instance, ps-x-find-coding-system)
5621 (ps-x-font-instance-properties, ps-x-make-color-instance)
5622 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5623 avoid compilation gripes without defining functions.
5624 (ps-e-find-composition): Alias for function find-composition, to have a
5625 suitable function depending on Emacs version.
5626 (ps-color-device, ps-color-values, ps-face-foreground-name)
5627 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5628 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5629 (ps-print-ensure-fontified): Function definitions surrounded by
5630 `eval-and-compile' to avoid compilation gripes.
5631 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5632 by symbol-value to avoid compilation gripes.
5633 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5634 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5635
5636 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5637
5638 * startup.el (normal-top-level): Call `frame-set-background-mode'
5639 after `frame-notice-user-settings' because the latter doesn't call
5640 the former on a tty.
5641
5642 * faces.el (frame-set-background-mode): `unspecified' &c are
5643 symbols, not strings.
5644
5645 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5646
5647 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5648 why some "light*" colors are deliberately absent from the alist.
5649
5650 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5651 Change colors for tty's, as suggested by Miles Bader.
5652
5653 2000-10-19 Kenichi Handa <handa@etl.go.jp>
5654
5655 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5656 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5657 for ISO10646-1 fonts.
5658 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5659
5660 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * faces.el (frame-set-background-mode): If a tty frame defines a
5663 background color, use that to compute the background mode, instead
5664 of always defaulting to "dark".
5665
5666 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5667
5668 * comint.el (comint-write-output): New function.
5669 (comint-mode-map): Add it to the menu.
5670 Bind `C-c C-s' to comint-write-output.
5671
5672 2000-10-18 Gerd Moellmann <gerd@gnu.org>
5673
5674 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5675 Use fancy-splash-delay.
5676
5677 2000-10-18 Alex Schroeder <alex@gnu.org>
5678
5679 * progmodes/sql.el (sql-sybase-options): New option.
5680 (sql-sybase): Use it. Add sql-database to the list of parameters
5681 provided for login. The options -w 2048 -n are not used any more.
5682
5683 * comint.el (comint-read-input-ring): Bugfix such that the first
5684 and the last entry of the input ring file are not lost.
5685
5686 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5687
5688 * ps-print.el: Internal variable changes to defcustom,
5689 make-local-hook changes to defvar. Doc fix.
5690 (ps-print-version): New version number (6.1).
5691 (ps-setup, ps-do-despool): Code fix.
5692 (ps-printer-name): Customization fix.
5693 (ps-printer-name-option): Now is a defcustom instead of an
5694 internal variable.
5695 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5696 (ps-print-begin-column-hook): Now are defvar instead of
5697 make-local-hook.
5698
5699 2000-10-18 Miles Bader <miles@gnu.org>
5700
5701 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5702 (comint-kill-output): Changed into an alias for `comint-delete-output',
5703 and made obsolete.
5704 (comint-mode-map): Rename references to comint-kill-output.
5705
5706 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5707
5708 * diff-mode.el (diff-header-face, diff-file-header-face)
5709 (diff-changed-face): Add bold and italic attributes to tty faces.
5710 (diff-function-face): New face.
5711 (diff-font-lock-keywords): Use it.
5712
5713 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5714
5715 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5716 Remove commented-out call to force-mode-line-update.
5717 (comint-kill-output): Use `forward-line 0' instead of
5718 beginning-of-line to make sure we get past the prompt.
5719
5720 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5721
5722 * diff-mode.el (diff-header-face, diff-file-header-face):
5723 Add specific setting for dark background.
5724 (diff-context-face): Renamed from diff-comment-face.
5725 Set explicitly rather than inheriting from font-lock-comment-face.
5726
5727 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5728
5729 * startup.el (command-line): Move the code which sets the default
5730 TTY colors to before before-init-hook.
5731
5732 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5733
5734 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5735
5736 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5737
5738 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5739 extensions, for MS-DOS.
5740
5741 * diff-mode.el (diff-header-face, diff-file-header-face)
5742 (diff-changed-face): Define tty-specific colors.
5743
5744 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5745
5746 * startup.el (fancy-splash-text): Realign the text.
5747
5748 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5749
5750 * font-lock.el (font-lock-comment-face): Define a separate default
5751 for dark-background tty's.
5752
5753 2000-10-17 Miles Bader <miles@gnu.org>
5754
5755 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5756 being obscured by whizzy mode-lines on graphics displays.
5757
5758 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * info.el (Info-title-1-face, Info-title-2-face)
5761 (Info-title-3-face): Define colors for tty's.
5762 (info-header-node): Remove unneeded tty-specific definition.
5763
5764 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5765
5766 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5767 reverse from the frame parameters, and don't invert foreground and
5768 background colors.
5769
5770 2000-10-16 Miles Bader <miles@gnu.org>
5771
5772 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5773 string "*Info*". Call propertized-buffer-identification to spruce
5774 up the result.
5775
5776 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5777
5778 * help.el: Provide `help' for the sake of define-minor-mode
5779 which generates defcustoms with requires.
5780
5781 * jit-lock.el (jit-lock-after-change): If we're in text that
5782 matches a multi-line font-lock pattern, make sure the whole text
5783 will be redisplayed.
5784
5785 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5786 author's name is unknown.
5787
5788 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5789 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5790 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5791 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5792 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5793 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5794 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5795 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5796 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5797 Add author information.
5798
5799 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5800
5801 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5802 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5803 full-color version (using the Gimp) to eliminate dithering artifacts.
5804
5805 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5808
5809 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5810
5811 2000-10-15 Dave Love <fx@gnu.org>
5812
5813 * progmodes/sh-script.el: Require skeleton and comint when compiling.
5814
5815 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5816
5817 * whitespace.el: Doc fixes.
5818 (top-level): Don't add hooks here.
5819 (whitespace-running-emacs): Deleted.
5820 (timer): Don't require.
5821 (whitespace): Add back :version conditional on xemacs test.
5822 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5823 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5824 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5825 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5826 Avoid specific xemacs test.
5827 (whitespace-global-mode): New option.
5828 (whitespace-global-mode): New command.
5829 (whitespace-unload-hook): New function.
5830
5831 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5832 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5833 (Info-fontify-node): `Goto' goes to `Go to'.
5834 (Info-fontify-node): Add help-echo to xref links.
5835
5836 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5837
5838 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5839
5840 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5841
5842 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5843 Use plist-get and allow :inherit.
5844
5845 * emacs-lisp/cl-macs.el (cl-do-arglist):
5846 Use plist-get and plist-member instead of memq.
5847
5848 * emacs-lisp/ewoc.el (ewoc-location): New function.
5849 (ewoc-enter-after, ewoc-enter-before): Document return value.
5850 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5851 Don't need make-local-hook any more.
5852 (cvs-addto-collection): Return the new tin.
5853 (cvs-mode-insert): Jump to the new line.
5854
5855 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5856
5857 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5858
5859 * font-lock.el (font-lock-syntactically-fontified): New var.
5860 (font-lock-fontify-syntactic-keywords-region): Use it.
5861 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5862
5863 * diff-mode.el (diff-find-file-name): Fix regexp.
5864
5865 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5866 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5867
5868 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5869 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5870 (sh-mode): Don't make all vars local here.
5871 (sh-kw): Reformat.
5872 (sh-set-shell): Use dolist. Don't set indent-region-function.
5873 (sh-mode-syntax-table): Use pop.
5874 (sh-remember-variable): Use push.
5875 (sh-help-string-for-variable): Use memq.
5876 (sh-safe-backward-sexp): Remove.
5877 (sh-safe-forward-sexp): Add ARG.
5878 (sh-get-indent-info, sh-prev-stmt): Use it.
5879 (sh-prev-line): Simplify by using forward-comment.
5880 (sh-this-is-a-continuation): Simplify.
5881 (sh-learn-buffer-indent): Use dolist.
5882 (sh-do-nothing): Remove.
5883 (sh-set-char-syntax, sh-set-here-doc-region):
5884 Use inhibit-modification-hooks.
5885 (sh-name-style): Use mapcar and push.
5886 (sh-load-style): Use dolist.
5887 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5888 (sh-case, sh-while-getopts): Use propertize directly rather
5889 than sh-electric-rparen.
5890
5891 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5892
5893 * textmodes/tex-mode.el: Require CL when compiling.
5894 (tex-mode-syntax-table): Init immediately.
5895 (tex-mode-map): Bind M-RET to latex-insert-item.
5896 (latex-mode): Set indent-line-function to latex-indent.
5897 (tex-common-initialization): Don't setup the syntax-table any more.
5898 (latex-insert-item): New skeleton.
5899 (tex-next-unmatched-end): Fix copy/paste braino.
5900 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5901 (latex-indent, latex-find-indent): New functions.
5902 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5903 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5904 (tex-compilation-parse-errors): Use with-syntax-table.
5905
5906 2000-10-15 Miles Bader <miles@gnu.org>
5907
5908 * font-lock.el (font-lock-comment-face): Change dark-background,
5909 color, non-tty, default to `chocolate1'.
5910
5911 2000-10-13 John Wiegley <johnw@gnu.org>
5912
5913 * eshell/esh-util.el (require): Added a missing `require' form,
5914 needed when compiling (for an ange-ftp macro definition).
5915
5916 2000-10-13 Dave Love <fx@gnu.org>
5917
5918 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5919
5920 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5921
5922 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
5923
5924 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5925 transparent -colors 8).
5926
5927 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5928
5929 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5930 that breaks with old list format timestamps.
5931 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5932 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
5933
5934 2000-10-13 John Wiegley <johnw@gnu.org>
5935
5936 * align.el, pcomplete.el, calendar/timeclock.el,
5937 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5938
5939 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5940 faulty math, where holiday hours were being computing as seconds.
5941
5942 2000-10-13 John Wiegley <johnw@gnu.org>
5943
5944 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5945 specifying what "other" kinds of buffers should be saved.
5946 This used to be hard-coded.
5947 (desktop-buffer-misc-functions): A global for specifying how
5948 auxiliary data should be determined for special buffer types.
5949 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5950 instead of hard-coding the special buffer types.
5951 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5952 auxiliary data, instead of hard-coding for Info buffers and dired.
5953 (desktop-buffer-info-misc-data): Aux function for determining Info
5954 buffer auxiliary info.
5955 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5956 (desktop-buffer-info): Changed this function to use the info
5957 gathered above.
5958 (desktop-create-buffer): Be a little more careful about what
5959 `minor-mode' means before calling it. This is important for some
5960 buffer types.
5961
5962 2000-10-13 John Wiegley <johnw@gnu.org>
5963
5964 * eshell/esh-util.el: Added a global form which declares an
5965 autoload for `parse-time-string', if that function is not already
5966 defined, and if parse-time.el is available on the user's system.
5967
5968 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5969 to be aware of ange-ftp user info.
5970 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
5971 (eshell-ls-annotate): Use `eshell-file-attributes'.
5972 (eshell-ls-file): Made the user-id printing code a bit smarter.
5973
5974 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5975 allow identification of alias user ids in remote directories.
5976 It's manual, but there's no other way to know when the current user
5977 on the local machine, is also the owning user on the remote machine.
5978 (fboundp): Bind `ange-cache'.
5979 (eshell-directory-files-and-attributes): Re-organized the logic a
5980 bit to use `eshell-file-attributes' instead of `file-attributes'.
5981 The former is more sensitive to directories that are read via FTP,
5982 and knows how to use ange-ftp to determine full attribute
5983 information, instead of just the name and last modtime.
5984 (eshell-current-ange-uids): Return the current user id when in a
5985 remote directory.
5986 (eshell-parse-ange-ls): Parse a full directory listing that has
5987 been returned by ange-ftp.
5988 (eshell-file-attributes): This beefed up version of
5989 `file-attributes' is only special if the user is currently in a
5990 remote directory, in which case it does a lot of work to find out
5991 what the real attributes of a file are, as they appear on the
5992 remote machine. This makes usage of remote directories (i.e.,
5993 ange-ftp pathnames) much more useful. You can now use Eshell as a
5994 full-fledged FTP client, with much more manipulation ability than
5995 most other clients.
5996
5997 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5998 variable, which means that Eshell's du should always be preferred
5999 in remote directories.
6000 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6001 just `file-attributes'.
6002 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6003 when reading remote directories. This is an Eshell-specific
6004 variable (not part of ange-ftp).
6005 (eshell/ln): Bind `ange-cache'.
6006 (eshell/du): Added some extra logic for determining when to use
6007 Eshell's du (which is slow), and when to use the external version
6008 (which may or may not exist).
6009
6010 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6011 Call `eshell-interactive-process', rather than using
6012 `get-buffer-process', since backgrounded processes don't count in
6013 the context of this function's logic.
6014
6015 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6016 `forward-char', so that null strings are parsed correctly.
6017
6018 2000-09-13 John Wiegley <johnw@gnu.org>
6019
6020 * eshell/em-pred.el (eshell-pred-file-type)
6021 (eshell-pred-file-links, eshell-pred-file-size):
6022 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6023
6024 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6025 that remote file globbing is more efficient.
6026
6027 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6028 gathering the files and attributes within a directory.
6029
6030 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6031 the command line is a special file (not a regular file, directory
6032 or symlink), always attempt to call the external version of cat.
6033
6034 2000-09-13 John Wiegley <johnw@gnu.org>
6035
6036 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6037 Eshell-friendly version of find-tag.
6038
6039 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6040
6041 * image-file.el (image-file-name-extensions)
6042 (image-file-name-regexps): Add autoload cookies.
6043
6044 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6045
6046 * international/mule-cmds.el (select-safe-coding-system): If FROM
6047 is string, show it in *Warning* buffer.
6048
6049 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6050
6051 * startup.el (normal-top-level): Use display-popup-menus-p instead
6052 of window-system.
6053 (command-line): Use display-graphic-p instead of window-system.
6054 (command-line-1): Use display-popup-menus-p and display-mouse-p
6055 instead of window-system.
6056
6057 2000-10-12 Sam Steingold <sds@gnu.org>
6058
6059 * tooltip.el (tooltip-use-echo-area): New user variable.
6060 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6061
6062 2000-10-12 Dave Love <fx@gnu.org>
6063
6064 * recentf.el: Maintainer's checkdoc fixes.
6065
6066 * startup.el (normal-top-level-add-subdirs-to-load-path):
6067 Use character class, not ASCII when matching file names.
6068 (fancy-splash-head): Add trailing slash to URL.
6069 (command-line): Don't require XPM support for toolbar.
6070
6071 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6072 (cperl-invalid-face): Revert last change.
6073 (cperl-init-faces): Quote cperl-invalid-face.
6074
6075 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6076
6077 * startup.el (fancy-splash-text): Remove superfluous quote.
6078
6079 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6080
6081 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6082 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6083 (command-line-1): Don't use fancy-splash-pending-command.
6084 (fancy-splash-screens-1): Goto point-min after inserting text.
6085
6086 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6087
6088 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6089 instead of shared-lisp-mode-map.
6090
6091 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6092
6093 * faces.el (header-line): Change tty-variant to use underlining.
6094
6095 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6096 (isearch-highlight): Restore lazy-isearch face properties at old
6097 position, and suppress them at new position.
6098 (isearch-dehighlight): Restore lazy-isearch face properties.
6099 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6100 over the real isearch overlay, but in that case, don't give it a
6101 face property. Use `push'.
6102
6103 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6104
6105 * man.el (Man-getpage-in-background): Fix previous change.
6106 Decode the process output only when we are in multibyte mode.
6107
6108 2000-10-11 Dave Love <fx@gnu.org>
6109
6110 * info.el (Info-mode-menu): Fix some help.
6111 (info-tool-bar-map): Add entry for Info-last.
6112
6113 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6114 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6115 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6116 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6117 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6118 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6119 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6120 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6121 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6122 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6123 Reduce colour requirements to 25 overall. (Probably wants
6124 revisiting from the originals to reduce further.)
6125
6126 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6127
6128 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6129 buffer-file-coding-system, instead of raw-text.
6130 (dehexlify-buffer): Bind coding-system-for-read to
6131 buffer-file-coding-system, instead of raw-text.
6132
6133 2000-10-11 Sam Steingold <sds@gnu.org>
6134
6135 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6136 `underline' - fixes the bug introduced on 2000-09-21.
6137
6138 2000-10-11 Dave Love <fx@gnu.org>
6139
6140 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6141 Avoid compiler warnings.
6142 (scheme-mode): Doc fix.
6143 (scheme-font-lock-keywords-1): Match `define-syntax'.
6144
6145 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6146
6147 * faces.el (frame-set-background-mode): Pay attention to saved
6148 face specs as well as default ones. Only do anything if the
6149 bg-mode or display-type has actually changed. Use `dolist'.
6150 (region): Make dark-background `region' face less in-your-face.
6151
6152 2000-10-10 Sam Steingold <sds@gnu.org>
6153
6154 * chistory.el, ielm.el, ledit.el:
6155 * progmodes/inf-lisp.el, progmodes/scheme.el:
6156 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6157
6158 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6159
6160 * textmodes/texinfo.el: Update copyright and fix typo.
6161
6162 * desktop.el (desktop-modes-not-to-save): New var.
6163 (desktop-save-buffer-p): Use it.
6164 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6165 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6166
6167 2000-10-10 Dave Love <fx@gnu.org>
6168
6169 * toolbar/tool-bar.el (tool-bar-add-item)
6170 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6171
6172 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6173 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6174 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6175 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6176 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6177 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6178 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6179 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6180 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6181 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6182 the .xpms; probably need retouching.
6183
6184 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6185
6186 * subr.el (add-to-list): Add optional argument APPEND.
6187 * battery.el (display-battery): Use `add-to-list'.
6188
6189 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6190
6191 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6192 properties.
6193 (zone, zone-when-idle, zone-leave-me-alone)
6194 (zone-pgm-whack-chars): Use new symbol properties.
6195
6196 * battery.el (display-battery): Doc spelling fix.
6197
6198 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6199 property.
6200
6201 2000-10-09 Dave Love <fx@gnu.org>
6202
6203 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6204 has been initialized before calling tool-bar-setup.
6205 (tool-bar-add-item-from-menu): Add autoload cookie.
6206
6207 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6208
6209 * menu-bar.el (send-mail-item-name): New function.
6210 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6211 of mail-user-agent in the menu. Don't display the "Send Mail"
6212 item if mail-user-agent is nil or its value is ignore.
6213 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6214 if read-mail-command is nil or its value is ignore.
6215
6216 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6217
6218 2000-10-09 Miles Bader <miles@gnu.org>
6219
6220 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6221 Correct image size.
6222 * toolbar/left_arrow.xpm: Correct image size.
6223
6224 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6225 will be done by the definition of `auto-compression-mode' if
6226 necessary. Move code to uninstall existing file-name handler
6227 before definition of `auto-compression-mode'.
6228
6229 * image-file.el (auto-image-file-mode): Move to the end of the
6230 file, because `define-minor-mode' actually calls the mode-function
6231 if the associated variable is non-nil, which requires that all
6232 needed functions be already defined.
6233
6234 * mouse.el (popup-menu): Balance parens.
6235
6236 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6237
6238 * mouse.el (popup-menu): Move the command call outside the loop
6239 so that popup-menu returns whatever the command returns.
6240
6241 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6242 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6243 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6244 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6245
6246 * vc.el (vc-version-diff): diff-switches can be a list.
6247 Use relative filenames for prettier output.
6248
6249 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6250 (vc-post-command-functions): Remove old-VC compatibility code.
6251
6252 * newcomment.el (comment-indent-default): Autoload.
6253
6254 * font-lock.el (font-lock-defaults): Make buffer-local.
6255 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6256 (font-lock-choose-keywords):
6257 Ignore LEVEL unless KEYWORDS is a list of syms.
6258 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6259 Don't wrap regexp-opt things in \(...\) unnecessarily.
6260
6261 * jit-lock.el: Don't require font-lock any more.
6262 (jit-lock-functions): Make buffer-local.
6263 (jit-lock-saved-fontify-buffer-function): Remove.
6264 (jit-lock-mode): Remove autoload cookie.
6265 Remove font-lock specific code.
6266 (jit-lock-unregister): Don't bother handling complex hooks any more.
6267 (jit-lock-refontify): New function.
6268 (jit-lock-fontify-buffer): Use it.
6269 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6270 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6271 Add optional args START and END.
6272 Never call font-lock-fontify-region directly.
6273 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6274
6275 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6276
6277 2000-10-08 Dave Love <fx@gnu.org>
6278
6279 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6280
6281 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6282
6283 * play/studly.el (studlify-region, studlify-word): Add autoload
6284 cookie.
6285
6286 * play/morse.el (morse-region, unmorse-region): Add autoload
6287 cookie.
6288
6289 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6290 concat.
6291
6292 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6293 insist on symbols starting with word syntax.
6294 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6295 (eval-defun-1): Doc fix.
6296 (indent-sexp): Use nconc to build up indent-stack.
6297
6298 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6299 Gnus with little use.
6300 (mail-setup-hook): Add mail-abbrevs-setup to options.
6301
6302 * recentf.el: Doc fixes.
6303
6304 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6305 Clean up remainder.
6306
6307 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6308 without timezone and (8) with timezone to enforce some whitespace.
6309 Simplify code somewhat.
6310
6311 * options.el (list-options): Doc that you should use customize.
6312
6313 * iswitchb.el (iswitchb-mode): Add :require.
6314
6315 * info.el (Info-goto-node, Info-menu): Doc fix.
6316 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6317 (info-tool-bar-map): New variable.
6318 (Info-mode): Use it.
6319 (Info-edit-map): Define all in defvar.
6320 (speedbar-attached-frame): Avoid compiler warning.
6321
6322 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6323 (global-map): Bind [tool-bar] to a filtered map.
6324 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6325 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6326 Allow PBM icons.
6327 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6328
6329 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6330 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6331 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6332 icons, except up_arrow, which is left-arrow rotated.
6333
6334 * imenu.el (imenu-add-to-menubar): Fix last change.
6335
6336 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6337
6338 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6339 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6340
6341 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6342
6343 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6344 typos in doc strings.
6345
6346 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6347 the doc strings how to customize Font Lock faces.
6348
6349 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6350 computing growth when dragging the header line.
6351
6352 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6353
6354 * simple.el (kill-line): Doc fix.
6355
6356 2000-10-08 Miles Bader <miles@gnu.org>
6357
6358 * faces.el (secondary-selection): Make foreground visible on tty.
6359
6360 * jka-compr.el (auto-compression-mode): Move to the end of the
6361 file, because `define-minor-mode' actually calls the mode-function
6362 if the associated variable is non-nil, which requires that all
6363 needed functions be already defined.
6364 (with-auto-compression-mode): Add autoload cookie.
6365
6366 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6367
6368 * files.el (find-backup-file-name) [ms-dos]: If support for long
6369 file names is not available, behave as if version-control were set
6370 to never.
6371
6372 2000-10-07 Dave Love <fx@gnu.org>
6373
6374 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6375 (browse-url-gnome-moz): New function.
6376 (browse-url-browser-function): Use it.
6377 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6378
6379 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * indent.el (tab-always-indent): New var.
6382 (indent-for-tab-command): Use it.
6383
6384 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6385 raise an error. This way it can still default to a sane value.
6386
6387 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6388
6389 * startup.el (fancy-splash-screens): Use local rather than global map.
6390 Don't use `update-menu-bindings' any more.
6391 Get rid of assumptions about keymap representation.
6392
6393 2000-10-06 Dave Love <fx@gnu.org>
6394
6395 * textmodes/fill.el (sentence-end-double-space)
6396 (sentence-end-without-period): Doc fix.
6397 (adaptive-fill-regexp): Purecopy.
6398 (unjustify-current-line): Use line-end-position.
6399 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6400
6401 * net/eudc-vars.el (eudc): Add :version, :link.
6402
6403 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6404
6405 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6406 Fix for define-minor-mode.
6407 (function-at-point): Alias to function-called-at-point.
6408
6409 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6410
6411 * simple.el (backward-word): Doc fix.
6412
6413 * image-file.el (image-file-name-regexp): image-file-regexps ->
6414 image-file-name-regexps.
6415 (image-file-name-extensions): Add pbm.
6416
6417 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6418
6419 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6420 and add filename to the names so that diff-mode can jump to source.
6421
6422 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6423 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6424 (tex-font-lock-keywords-1): Remove.
6425 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6426 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6427 (font-lock-default-fontify-region):
6428 Expand beg..end correctly when just following a multiline region.
6429 (font-lock-fontify-anchored-keywords):
6430 Include the anchor text as part of the multiline.
6431
6432 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6433
6434 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6435 latter needs the autoloaded define-minor-mode macro during the
6436 bootstrap.
6437
6438 * startup.el (command-line): For now, activate tool-bar-mode only
6439 if XPM images are supported.
6440
6441 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6442 window by dragging a header-line at the top of the frame; that's
6443 confusing because the header-line doesn't move.
6444 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6445 of treating the event as a list. Some cleanup.
6446
6447 2000-10-06 Miles Bader <miles@gnu.org>
6448
6449 * simple.el (display-message-or-buffer): New function.
6450 (shell-command-on-region): Use `display-message-or-buffer'.
6451
6452 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6453 docstring parts.
6454
6455 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6456 (smbclient-prompt-regexp): Add usage note to doc string.
6457 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6458 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6459 Use add-hook for adding the comint filter function, and only do so
6460 if it's not already in the global hook list.
6461 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6462 to `make-local-variable'.
6463 (nslookup-font-lock-keywords): Remove prompt entry.
6464 (nslookup): Don't set the process-filter.
6465 (finger): Exit the loop correctly when the regexps list runs out.
6466 (ftp, smbclient, smbclient-list-shares):
6467 Set the real major mode immediately, not after execing.
6468 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6469
6470 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6471
6472 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6473
6474 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6475
6476 * which-func.el (which-func-format): Remove spurious space.
6477 (which-func-mode): Don't make it permanent-local.
6478 (which-func-ff-hook): Allow which-func-maxout to be nil.
6479 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6480 (which-func-mode): Simplify.
6481 Use post-command-idle-hook rather than post-command-hook.
6482 Go through all buffers and update their state.
6483 (which-function): Also try add-log-current-defun-function.
6484
6485 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6486 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6487 Update call to with-vc-properties accordingly.
6488 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6489 (vc-revert-buffer): More careful about window selection and deletion.
6490 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6491
6492 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6493 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6494 (cvs-dired-action): Change the default to quickdir.
6495
6496 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6497 if comment-indent-function returns nil.
6498 (comment-indent-default): New function.
6499 (comment-indent-function): Use it and document the new semantics.
6500
6501 * image-file.el: Docstring fixes.
6502
6503 * help.el (help-xref-on-pp): Use match-string.
6504 (describe-variable): New arg BUFFER.
6505 Store the current buffer in the help-xref-stack.
6506 (temp-buffer-resize-mode): Use define-minor-mode.
6507
6508 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6509 consistently with its docstring.
6510 Set jit-lock-first-unfontify-pos in an idempotent way.
6511 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6512
6513 2000-10-05 Alex Schroeder <alex@gnu.org>
6514
6515 * sql.el (sql-mysql-options): New variable.
6516 (sql-mysql): Use it.
6517
6518 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6519
6520 * image.el (image): New group.
6521
6522 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6523 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6524
6525 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6526
6527 * net/net-utils.el (nslookup-font-lock-keywords)
6528 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6529 Ignore the value of wqindow-system; always define keywords
6530
6531 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6532
6533 * startup.el (fancy-splash-screens): Remove the code for
6534 debugging; `(trace-to-stderr "EXITTT\n")'.
6535
6536 2000-10-05 Miles Bader <miles@gnu.org>
6537
6538 * diff-mode.el (diff-goto-source): Update call to
6539 `diff-hunk-status-msg' to reflect new REV variable.
6540
6541 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6542
6543 * progmodes/icon.el (icon-mode):
6544 Don't gratuitously override the default for comment-column.
6545
6546 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6547
6548 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6549 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6550 (jit-lock-functions): New var.
6551 (jit-lock-function-1): Use it if non-nil.
6552 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6553 Set the `fontified' property before doing the fontification to avoid
6554 repeatedly going through the same error.
6555 Don't turn errors into messages.
6556 (jit-lock-register, jit-lock-unregister): New functions.
6557
6558 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6559 Use with-current-buffer.
6560
6561 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6562 Turn comment into docstring.
6563
6564 * apropos.el (apropos-mode): Use define-derived-mode.
6565
6566 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6567
6568 * startup.el (fancy-splash-pending-command): New variable.
6569 (fancy-splash-pre-command): New function.
6570 (fancy-splash-screens): Rewritten.
6571 (command-line-1): If fancy-splash-pending-command is set, call it
6572 interactively.
6573
6574 2000-10-04 Dave Love <fx@gnu.org>
6575
6576 * toolbar/tool-bar.el (tool-bar-setup): New function.
6577 (tool-bar-mode): Use it.
6578
6579 * subr.el (substitute-key-definition): Doc fix.
6580 (play-sound-file): New command.
6581
6582 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6583
6584 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6585 vc-version-backup-file-name): New functions.
6586
6587 * files.el (basic-save-buffer): Call vc-before-save before saving.
6588
6589 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6590 vc-cvs-stay-local-p.
6591
6592 * vc.el (vc-revert-buffer): Handle empty diff properly.
6593 (vc-version-backup-file): New function.
6594 (vc-checkout): Create a version backup if necessary.
6595 (vc-checkin): If a version backup file exists, delete it.
6596 (vc-version-diff): Diff locally using version backups, if available.
6597 (vc-revert-file): If there's a version backup, revert locally.
6598 (vc-transfer-file): Use version backup for base version, if
6599 available. If not, ask for confirmation whether to get it from the
6600 server. Update mode line before check-in.
6601
6602 2000-10-04 Dave Love <fx@gnu.org>
6603
6604 * toolbar/tool-bar.el (tool-bar-setup): New function.
6605 (tool-bar-mode): Use it.
6606
6607 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6608
6609 * net/net-utils.el (nslookup-font-lock-keywords)
6610 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6611 Only set if window-system is non-nil
6612 (net-utils-run-program): Returns buffer.
6613 (network-connection-reconnect): Added this function.
6614
6615 * generic.el:
6616 Incorporates extensive cleanup and docfixes by
6617 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6618 Uses cl compile-time macros.
6619 (generic-mode-name, generic-comment-list)
6620 (generic-keywords-list, generic-font-lock-expressions)
6621 (generic-mode-function-list, generic-mode-syntax-table):
6622 Removed variables.
6623 (generic-mode-alist): Renamed to generic-mode-list.
6624 (generic-find-file-regexp): Default changed to "^#".
6625 (generic-read-type): Uses completing read on generic-mode-list.
6626 (generic-mode-sanity-check): removed this function.
6627 (generic-add-to-auto-mode): Removed this function
6628 (generic-mode-internal): Bind mode-specific definitions
6629 into function instead of putting them in alist.
6630 (generic-mode-set-comments): Reworked extensively.
6631 (generic-mode-find-file-hook): Simplified regexp searching
6632 (generic-make-keywords-list): Omit extra pair of parens
6633
6634 * find-lisp.el (find-lisp-find-files-internal):
6635 Make sure directory name ends with "/".
6636
6637 * generic-x.el (apache-conf-generic-mode):
6638 Regexp now allows leading whitespace.
6639 (rc-generic-mode): Added eval-when-compile
6640 around generic-make-keywords-list.
6641 Deleted duplicate regexp
6642 (rul-generic-mode): Added eval-when-compile
6643 around generic-make-keywords-list.
6644 (etc-fstab-generic-mode): New generic mode.
6645 (rul-generic-mode): Removed one eval-when-compile
6646 which caused a max-specpdl-size exceeded error.
6647
6648 2000-10-04 Miles Bader <miles@gnu.org>
6649
6650 * simple.el (minibuffer-temporary-goal-position): New variable.
6651 (next-history-element): Try to keep the position of point in the
6652 input string constant.
6653
6654 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6655 (dired-do-create-files): If there's only one file, pass it in as
6656 the DEFAULT arg to dired-mark-read-file-name.
6657
6658 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6659
6660 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6661 (diff-goto-source): Be smarter when choosing REVERSE or not.
6662
6663 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6664 (texinfo-mode-menu): Add an explicit shortcut for update all.
6665
6666 2000-10-03 Andre Spiegel <spiegel@gnu.org>
6667
6668 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6669 factorize backend-specific code cleanly (this was essentially
6670 conceived by Stefan Monnier).
6671 (vc-unregister): Function removed.
6672 (vc-revert-file): New function.
6673 (vc-revert-buffer): Delegate some of the work to it.
6674
6675 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6676 default branch unconditionally.
6677 (vc-rcs-set-default-branch): New function.
6678 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6679 (vc-rcs-checkin): If an appropriate default branch has been set,
6680 force creation of that branch.
6681 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6682 code (as suggested by Stefan Monnier).
6683
6684 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6685
6686 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6687 highlighting overlay with a different face over the overlay
6688 isearch uses to highlight the current match because that can lead
6689 to bad face combinations.
6690
6691 * loadup.el (toplevel): Load faces before isearch.
6692
6693 * isearch.el (isearch-faces): New custom group.
6694 (isearch): New defface; was already tested for in the code.
6695 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6696 (isearch-highlight): Always use face `isearch'.
6697
6698 2000-10-02 Dave Love <fx@gnu.org>
6699
6700 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6701 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6702 comparison of opcode with operand.
6703
6704 2000-10-03 Miles Bader <miles@gnu.org>
6705
6706 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6707 buffer, since the echo area will now grow to accommodate them.
6708
6709 2000-10-02 Andre Spiegel <spiegel@gnu.org>
6710
6711 * vc-hooks.el (vc-registered): If FILE used to be registered under
6712 a certain backend, try that one first.
6713
6714 * vc.el (vc-responsible-backend): Undo the previous change in the
6715 argument list. Handle multiple backends correctly.
6716 (vc-find-new-backend): Function removed.
6717 (vc-register): Use vc-responsible-backend, as before.
6718 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6719
6720 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6721
6722 * startup.el (fancy-splash-head): Change message below the
6723 logo.
6724
6725 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6726
6727 * diff-mode.el (diff-goto-source): Emit a status message.
6728 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6729 (diff-test-hunk): Fix doc string.
6730 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6731 (diff-advance-after-apply-hunk): New variable.
6732 (diff-apply-hunk): Don't return a value.
6733
6734 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6735
6736 * vc.el (vc-editable-p): Minor optimization.
6737 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6738 (vc-find-new-backend): New function split from vc-responsible-backend.
6739 (vc-register): Use it.
6740 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6741 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6742 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6743 (vc-clear-headers): Don't use find-file.
6744 (vc-revert-buffer): Use `and' again (must have been a braino).
6745 (vc-switch-backend): Only prompt if requested.
6746 Short circuit if nothing is to be done.
6747 Don't use vc-resynch-buffer which could lose unsaved editing.
6748 (vc-default-receive-file): Update call to vc-unregister.
6749 (with-vc-file, vc-next-action-on-file):
6750 Use vc-backend rather than vc-registered.
6751 (vc-next-action-on-file): Use intern-soft.
6752 Deal with read-only *vc-diff* buffer.
6753 (vc-transfer-file): Docstring fix.
6754
6755 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6756 (vc-rcs-receive-file): Avoid with-vc-properties.
6757 Update call to vc-unregister.
6758 Use constant `RCS' rather than (dynamically bound) var `backend'.
6759
6760 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6761
6762 * vc.el (vc-next-action-on-file): Update mode line only if file
6763 is visited.
6764 (vc-start-entry): New argument initial-contents. Don't visit the file
6765 if it isn't already visited. Brought documentation up-to-date.
6766 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6767 (vc-checkin): New optional arg initial-contents, which is passed to
6768 vc-start-entry.
6769 (vc-finish-logentry): Make sure to bury log buffer only if there
6770 really is one. Call `vc-resynch-buffer' on log-file, not
6771 buffer-file-name.
6772 (vc-default-comment-history, vc-default-wash-log): New functions.
6773 (vc-index-of): Removed.
6774 (vc-transfer-file): Make do without the above.
6775 (vc-default-receive-file): Call comment-history unconditionally. Pass
6776 the resulting string to vc-checkin, instead of inserting it into the
6777 comment ring.
6778
6779 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6780 unconditionally. Use the comments as initial contents of the log
6781 entry buffer. Document the trick to force branch creation with no
6782 changes.
6783
6784 2000-10-01 Miles Bader <miles@gnu.org>
6785
6786 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6787 `recenter' with an arg to prevent redrawing the display.
6788
6789 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6790
6791 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6792
6793 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6794
6795 * progmodes/c-mode.el (c-mode):
6796 Don't gratuitously override the default for comment-column.
6797
6798 * textmodes/tex-mode.el (latex-metasection-list): New var.
6799 (latex-imenu-create-index): Use it.
6800 Move the regexp construction outside loops (and use push).
6801 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6802 (tex-font-lock-keywords): Moved from font-lock.el.
6803 (tex-comment-indent): Remove.
6804 (tex-common-initialization): Don't set comment-indent-function.
6805 (latex-block-default): New var.
6806 (tex-latex-block): Use it to provide a default choice.
6807 Add any unknown choice to latex-block-names.
6808 Insert [...] after {...}.
6809 (tex-last-unended-begin): Simplify regexp.
6810 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6811 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6812 (latex-mode): Set forward-sexp-function.
6813
6814 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6815 Add regexp for @ignore ... @end ignore.
6816 (texinfo-heading-face): New face.
6817 (texinfo-font-lock-keywords): Use it.
6818 (texinfo-mode-menu): New menu.
6819 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6820 New functions.
6821 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6822 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6823 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6824 Remove declaration.
6825 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6826
6827 * delsel.el (delete-selection-mode): Use define-minor-mode.
6828
6829 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6830
6831 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6832
6833 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6834
6835 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6836
6837 * replace.el (keep-lines-read-args): New function.
6838 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6839 read arguments interactively. Add parameters RSTART and REND.
6840 Operate on the active region in Transient Mark mode.
6841
6842 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6843
6844 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6845 (authors-obsolete-files-regexps): New variable.
6846 (authors-add): Don't record changes in obsolete files.
6847
6848 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6849
6850 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6851
6852 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6853 (comment-indent): Make sure there's a space between code and comment.
6854 Shift comments left to avoid going past fill-column.
6855
6856 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6857
6858 * startup.el (startup-echo-area-message): New function.
6859 (display-startup-echo-area-message): Use it.
6860 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6861 (fancy-splash-default-action): New function.
6862 (fancy-splash-screens-1): New function.
6863 (fancy-splash-head): Put a help-echo and a keymap under the image.
6864
6865 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6866
6867 * diff-mode.el (diff-add-log-file-name): Remove.
6868 (diff-mode): Use add-log-buffer-file-name-function.
6869
6870 * add-log.el (find-change-log): New arg BUFFER-FILE.
6871 (add-log-file-name): Obey add-log-file-name-function.
6872 (add-log-buffer-file-name-function): New var.
6873 (add-change-log-entry): Use it.
6874
6875 2000-09-29 Miles Bader <miles@gnu.org>
6876
6877 * image-file.el (image-file-name-extensions): New variable.
6878 (image-file-name-regexps): Renamed from `image-file-regexps'.
6879 New default value is nil. Call `auto-image-file-mode'.
6880 (image-file-name-regexp): New function.
6881 (auto-image-file-mode): New minor mode.
6882 (insert-image-file): Don't make conditional on the image-file
6883 handler being enabled.
6884 (image-file-handler): Make the call here conditional instead.
6885 (set-image-file-handler-enabled, enable-image-file-handler)
6886 (disable-image-file-handler): Functions removed.
6887
6888 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6889 string.
6890
6891 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6892
6893 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6894 it's a function from CL.
6895 (latex-imenu-create-index): Replace eval-when-compile with progn
6896 because latex-section-alist is not bound while compiling.
6897
6898 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6899
6900 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6901 (outline-mode): Use define-derived-mode.
6902
6903 * progmodes/perl-mode.el (perl-mode):
6904 * progmodes/awk-mode.el (awk-mode):
6905 * progmodes/asm-mode.el (asm-mode):
6906 Don't gratuitously override the default for comment-column.
6907
6908 * emacs-lisp/lisp.el (lisp-complete-symbol):
6909 Distinguish the let-binding case from the funcall case.
6910 (forward-sexp-function): New variable.
6911 (forward-sexp): Use it.
6912
6913 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6914 (easy-mmode-defmap): Remove the now useless autoload.
6915
6916 * time.el (display-time-mode): Use define-minor-mode.
6917
6918 * subr.el (add-minor-mode): Don't eval NAME.
6919 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6920 Use if rather than cond.
6921
6922 * simple.el (read-expression-map): Define more properly.
6923 (comment-indent-hook): Remove.
6924 (string-to-syntax): Bug fix.
6925
6926 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6927 (cvs-ediff-diff): Fix typo.
6928 (cvs-revert-if-needed): Don't bother preserving read-only.
6929
6930 * paren.el (show-paren-mode): Use define-minor-mode.
6931
6932 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6933 (toggle-auto-compression): Remove.
6934 (jka-compr-build-file-regexp): Remove useless grouping.
6935
6936 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6937 Avoid user-reserved bindings.
6938 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6939 (diff-header-face): Revert to grey85.
6940
6941 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6942
6943 * complete.el (partial-completion-mode) <defcustom>: Remove.
6944 (partial-completion-mode): Use define-minor-mode.
6945 (PC-do-completion): Understand `completion-auto-help = delay'
6946 to mean to popup the completion buffer only the second time.
6947 (PC-include-file-all-completions, PC-include-file-all-completions)
6948 (PC-include-file-all-completions): Don't quote lambda.
6949
6950 * comint.el (comint-mode-hook): Docstring fix.
6951 (comint-mode): Use define-derived-mode.
6952 (comint-mode-map): Remove obsolete comment.
6953 (make-comint): Minor stylistic change.
6954 (comint-insert-clicked-input): Be more careful to find the overlay.
6955 Use this-command-keys rather than hardcoding mouse-2.
6956
6957 * font-lock.el: Replace confusing (,@ with ,
6958 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6959 Don't use regexp-opt-depth. Spice up the regexp for args.
6960 Don't distinguish between cmds that can take an opt arg or not.
6961 Use `append' and `prepend' rather than `keep'.
6962
6963 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6964 (latex-outline-regexp): New var.
6965 (latex-outline-level): New fun.
6966 (latex-section-alist): New var.
6967 (latex-imenu-create-index): Use it. Use `push' as well.
6968 (tex-shell-map): Initialize it properly.
6969 (tex-mode): Minor stylistic change.
6970 (plain-tex-mode): Use define-derived-mode.
6971 (latex-mode): Use define-derived-mode.
6972 Construct the paragraph regexps in a more readable way.
6973 Set the buffer-local outline-{level,regexp} vars.
6974 (slitex-mode): Derive from latex-mode.
6975 (tex-common-initialization): Don't kill-all-vars anymore.
6976 Add setting for comment-add and font-lock-defaults.
6977 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6978 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6979 (tex-start-tex): New arg DIR (and send a chdir command for it).
6980 Also display the shell buffer and save it in tex-last-buffer-texed.
6981 (tex-region): Use expand-file-name rather than concat.
6982 Remove code made useless by changes in tex-start-tex.
6983 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6984
6985 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6986
6987 2000-09-28 Dave Love <fx@gnu.org>
6988
6989 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6990
6991 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6992
6993 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6994 `append'.
6995
6996 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6997
6998 * info.el (Info-extract-pointer): Undo last change.
6999 Instead, fix the position of the `bound' arg to re-search-backward.
7000
7001 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7002
7003 * info.el (Info-extract-pointer):
7004 Widen more carefully, to avoid finding pointers in other nodes.
7005 (Info-index): Use push.
7006
7007 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7008
7009 * frame.el (set-frame-font): Remove call to obsolete function
7010 frame-update-faces.
7011 (set-foreground-color, set-background-color): Likewise for
7012 frame-update-face-colors.
7013
7014 2000-09-27 Miles Bader <miles@gnu.org>
7015
7016 * image-file.el: New file.
7017
7018 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7019
7020 * frame.el (frame-notice-user-settings): Don't call
7021 frame-update-faces, which is a no-op now.
7022
7023 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7024 tool-bar-lines.
7025
7026 2000-09-27 Dave Love <fx@gnu.org>
7027
7028 * mouse.el: Fix last change.
7029
7030 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7031
7032 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7033
7034 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7035
7036 * international/quail.el (quail-help): The output message is
7037 improved.
7038
7039 2000-09-26 Dave Love <fx@gnu.org>
7040
7041 * mouse.el (popup-menu): If POSITION is nil, set it using
7042 mouse-position.
7043
7044 2000-09-25 Sam Steingold <sds@gnu.org>
7045
7046 * net/browse-url.el (browse-url-file-url): Check for null maps.
7047
7048 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7049
7050 * frame.el (frame-notice-user-settings): Don't add a
7051 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7052
7053 * frame.el (frame-notice-user-settings):
7054 Make tool-bar-mode and default-frame-alist consistent.
7055
7056 * toolbar/tool-bar.el (tool-bar-help): New function.
7057
7058 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7059
7060 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7061 current-load-list in top-level forms. Else this leaks a cons cell
7062 every time a defun is called.
7063
7064 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7065
7066 2000-09-25 Dave Love <fx@gnu.org>
7067
7068 * startup.el (fancy-splash-head): Check XPM is available.
7069
7070 * autoinsert.el (auto-insert): Doc fix.
7071 (auto-insert-alist): Following GNU notices, don't say `copyright
7072 _by_'. Use line-beginning-position.
7073 (auto-insert): Check buffer-file-name is non-nil before use.
7074
7075 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7076
7077 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7078 starting with `@def' or `@multitable', in addition to ones
7079 specified by the user in auto-fill-inhibit-regexp.
7080
7081 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7082
7083 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7084 rmail-dont-reply-to-names matches the empty string.
7085
7086 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7087
7088 * startup.el (command-line-1, fancy-splash-text): Change the
7089 text to sound more friendly.
7090
7091 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7092
7093 * progmodes/hideshow.el: Update author email address.
7094 Generally, sync w/ maintainer version 5.22.
7095 (hs-hide-all-non-comment-function): New var.
7096 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7097 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7098 (hs-show-region): Delete this command.
7099 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7100
7101 2000-09-22 Dave Love <fx@gnu.org>
7102
7103 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7104 (hl-line-highlight): Specify buffer when moving overlay.
7105
7106 * progmodes/fortran.el (fortran-mode): Locally set
7107 normal-auto-fill-function.
7108 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7109 (fortran-mode-map): Adjust auto-fill menu entry.
7110
7111 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7112
7113 * vc-rcs.el (toplevel): Require `vc' when compiling.
7114
7115 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7116
7117 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7118
7119 * vc.el (vc-switch-backend): Signal an error if the file is not
7120 registered under the new backend.
7121
7122 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7123 without explicit revision number.
7124
7125 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7126
7127 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7128 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7129 (diff-xor): New function.
7130 (diff-find-source-location): Use it. Fix a stupid name clash.
7131 (diff-hunk-status-msg): New function.
7132 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7133 (diff-test-hunk): Use diff-find-source-location.
7134 (diff-goto-source): Favor the `reverse'.
7135 (diff-hunk-text): Properly handle one-sided context diffs.
7136 (diff-apply-hunk): When done, advance to the next hunk.
7137
7138 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7139
7140 * startup.el (command-line): If frame was created with a non-zero
7141 tool-bar-lines parameter, switch tool-bar-mode on.
7142
7143 * add-log.el (change-log-date-face, change-log-name-face)
7144 (change-log-email-face, change-log-file-face)
7145 (change-log-list-face, change-log-conditionals-face)
7146 (change-log-function-face, change-log-acknowledgement-face):
7147 New faces, inheriting from font-lock faces.
7148 (change-log-font-lock-keywords): Use them.
7149
7150 2000-09-21 Dave Love <fx@gnu.org>
7151
7152 * progmodes/cperl-mode.el (top-level): Clean up
7153 `eval-when-compile's and assorted defvars.
7154 (cperl-invalid-face): Don't double-quote value. Change custom
7155 type.
7156 (cperl-mode): Set normal-auto-fill-function and don't zap
7157 auto-fill-function.
7158 (cperl-imenu--function-name-regexp-perl): Renamed from
7159 imenu-example--function-name-regexp-perl.
7160 (cperl-imenu--create-perl-index): Renamed from
7161 imenu-example--create-perl-index.
7162 (cperl-xsub-scan): Don't require cl.
7163
7164 * msb.el (msb-mode-map): Use substitute-key-definition.
7165 (msb-mode): Use msb-mode-map.
7166
7167 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7168
7169 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7170 New functions.
7171 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7172 (vc-switch-backend): New function.
7173 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7174 (vc-register): Fix prompt.
7175 (vc-unregister, vc-default-unregister): New functions.
7176 (vc-version-diff): Handle empty buffer in sentinel.
7177
7178 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7179 (vc-rcs-state-heuristic): Use it to guess the state of files with
7180 non-strict locking.
7181 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7182 been set with -b, but not created yet.
7183 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7184 contents in order to find the state.
7185 (vc-rcs-checkin): Allow creation of branches with no changes.
7186 (vc-rcs-unregister, vc-rcs-receive-file)
7187 (vc-rcs-set-non-strict-locking): New functions.
7188
7189 * vc-hooks.el (vc-name): Force correct computation of the value
7190 in case it is missing.
7191
7192 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7193
7194 * startup.el (fancy-splash-tail): Use a different foreground
7195 color on a dark frame background.
7196
7197 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7198
7199 * info.el: Use the correct capitalization when making Info-mode
7200 and Info-edit-mode `special' modes.
7201
7202 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7203
7204 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7205 (diff-mode): Add support for add-log.el.
7206 (diff-hunk-text): Use char offsets rather than line offsets.
7207 (diff-find-source-location): Replace LINE with line-offset (nil
7208 if not found) and always set POS to a meaningful position.
7209 Adapt to the new char-offsets.
7210 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7211 Adapt to the new diff-find-source-location.
7212 (diff-goto-source): Adapt to the new diff-find-source-location.
7213
7214 * add-log.el (add-log-file-name): New function (split out of
7215 add-change-log-entry).
7216 (add-change-log-entry): Use it.
7217 Call add-log-file-name-function with the changelog file name if
7218 the current buffer is not associated with any file.
7219 Avoid find-file if the selected window is dedicated.
7220
7221 * diff-mode.el (diff-find-source-location):
7222 Move code from diff-apply-hunk. Return buffer rather than file.
7223 (diff-apply-hunk): Use the new result from diff-find-source-location.
7224 (diff-goto-source): Use the new diff-find-source-location.
7225
7226 2000-09-20 Dave Love <fx@gnu.org>
7227
7228 * iswitchb.el: Some doc fixes.
7229 (iswitchb-mode-map): Define completely initially. Inherit
7230 minibuffer-local-map.
7231 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7232 fundamental-mode.
7233 (iswitchb-global-map): New variable.
7234 (iswitchb-summaries-to-end): Amalgamate regexps.
7235 (iswitchb-mode): New.
7236 (iswitchb-mode-hook): New variable.
7237 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7238 `extensions'.
7239
7240 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7241
7242 * ehelp.el (electric-help): New defgroup.
7243 (electric-help-shrink-window): New user-option.
7244 (with-electric-help): Use it.
7245
7246 * window.el (shrink-window-if-larger-than-buffer): If face
7247 `mode-line' has a :box, and we're on a graphical frame, add 1
7248 to the needed window height.
7249
7250 * frame.el (frame-notice-user-settings): Add a last parameter nil
7251 to a call to `append', because the last list passed to `append' is
7252 not copied, and so subsequent calls to assq-delete-all will modify
7253 default-frame-alist.
7254
7255 * startup.el (fancy-splash-image): Change :type.
7256 (fancy-splash-head): Use an XBM image if appropriate.
7257 (command-line-1): Show splash screens in more cases.
7258
7259 * startup.el (fancy-splash-text): Don't quote faces.
7260
7261 * dired.el (dired-font-lock-keywords): Undo last change.
7262 (dired-readin): Bind indent-tabs-mode to nil.
7263
7264 * startup.el (fancy-splash-head): If frame's background mode
7265 is `dark', change the black background of the image to gray.
7266 (fancy-splash-screens): Display startup echo area message.
7267 (display-startup-echo-area-message): New function.
7268
7269 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7270
7271 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7272
7273 * info.el (info-header-node): Tweak for color ttys.
7274
7275 * faces.el (face-valid-attribute-values): Make sure directories we
7276 search for stipples both exist and are readable before trying to
7277 search them.
7278
7279 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7280 in the dry-run case.
7281
7282 * jka-compr.el (with-auto-compression-mode): New macro.
7283
7284 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7285 (custom-group-tag-face, custom-variable-tag-face): Use relative
7286 :height and inherit from `variable-pitch' face instead of
7287 hardwiring :family.
7288 * hi-lock.el (hi-black-hb): Likewise.
7289
7290 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7291 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7292 toolbar-add-item, if image doesn't have a mask add a `:mask
7293 heuristic'.
7294
7295 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7296
7297 * diff-mode.el: Docstring fixes.
7298 (diff-header-face, diff-comment-face): New faces.
7299 (diff-font-lock-keywords): Highlight a bit differently.
7300 (diff-find-source-location): Don't return SPAN any more.
7301 (diff-hunk-text): Don't bother erasing the temp buffer.
7302 (diff-find-text): Drop argument LINE.
7303 (diff-apply-hunk): Update calls to diff-find-text.
7304 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7305
7306 * calendar/calendar.el: Docstring fixes.
7307 (calendar-make-alist): Don't quote lambda.
7308 (calendar-star-date): Use make-local-variable.
7309
7310 2000-09-19 Dave Love <fx@gnu.org>
7311
7312 * toolbar/tool-bar.el: Renamed from toolbar.el.
7313 Change `toolbar' to `tool-bar' generally in symbols.
7314 Make some items invisible in `special' major modes.
7315 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7316 Add arg PROPS.
7317
7318 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7319 Add :version here.
7320 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7321
7322 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7323
7324 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7325
7326 * files.el (find-file-suppress-same-file-warnings): New user-option.
7327 (find-file-noselect): Use it.
7328
7329 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7330 (fancy-splash-screen): Defgroup.
7331
7332 * add-log.el (change-log-font-lock-keywords): Match names
7333 more exactly for the case that font-lock-constant-face is
7334 underlined.
7335
7336 2000-09-19 Richard M. Stallman <rms@gnu.org>
7337
7338 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7339
7340 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7341
7342 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7343
7344 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7345
7346 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7347 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7348 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7349 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7350 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7351 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7352 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7353 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7354 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7355 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7356 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7357 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7358
7359 * startup.el (fancy-splash-text): New variable.
7360 (fancy-splash-delay, fancy-splash-image): New user-options.
7361 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7362 (fancy-splash-screens): New functions.
7363 (command-line-1): If display has a `display' frame parameter, has
7364 colors, and we have XPM support, show more fancy splash screens.
7365
7366 2000-09-19 Dave Love <fx@gnu.org>
7367
7368 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7369 with null `help'. Use modern backquote syntax.
7370
7371 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7372
7373 * font-lock.el (font-lock-mode): Change message telling the user
7374 that ``the buffer is too big''.
7375
7376 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7377 for instance for the case that tab-width is 2.
7378
7379 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7380
7381 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7382 toolbar-add-item, if image doesn't have a mask add a `:mask
7383 heuristic'.
7384
7385 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7386
7387 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7388 and return a cons if it's non-nil.
7389 (diff-apply-hunk): Try to jump to the line in the source text
7390 corresponding to the position of point in the in the hunk.
7391
7392 * info.el (Info-title-3-face, Info-title-2-face)
7393 (Info-title-1-face): Use face inheritance and relative sizes
7394 instead of hard-wiring things.
7395
7396 * faces.el (secondary-selection): Make dark-background variant sane.
7397
7398 2000-09-16 Andrew Innes <andrewi@gnu.org>
7399
7400 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7401 read-only, since they aren't under VC now.
7402
7403 2000-09-17 Dave Love <fx@gnu.org>
7404
7405 * tmm.el: Replace mapcar with mapc in several places.
7406
7407 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7408 ad-unadvise.
7409
7410 * international/latin1-disp.el: New file.
7411
7412 * calendar/cal-move.el (scroll-calendar-left)
7413 (scroll-calendar-right): Make arg optional (for active mode line).
7414
7415 * calendar/calendar.el (calendar-mode-line-format): Make fields
7416 mouse-sensitive.
7417 (calendar-read-date, calendar-read-date, calendar-window-list):
7418 Unquote lambda.
7419 (calendar-month-name): Use aref, not sref.
7420
7421 * view.el (minor-mode-alist): Propertize the string.
7422
7423 * international/characters.el (standard-case-table): Add entries
7424 for Greek.
7425
7426 2000-09-18 Miles Bader <miles@gnu.org>
7427
7428 * info.el (info-node, info-xref): Add dark-background variants.
7429
7430 * faces.el (header-line): Change defaults to be less confusing
7431 when mixed with mode-lines.
7432
7433 * info.el (Info-fontify-node): Make a few cleanups.
7434 Add extra `help-echo' and `local-map' props to node xrefs.
7435 Use header-specific faces for node-names & xrefs.
7436 (Info-use-header-line): New variable.
7437 (info-header-xref, info-header-node): New faces.
7438 (Info-setup-header-line): New function.
7439 (Info-select-node): Call Info-setup-header-line when enabled.
7440 (Info-extract-pointer): Work even if the header line is hidden.
7441 (Info-header-line): New variable.
7442
7443 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7444
7445 * vms-patch.el (print-region-function): Don't quote lambda.
7446
7447 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7448
7449 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7450 (lm-get-header-re): Allow spaces between the header and the colon.
7451 (lm-header): Allow $ in non-RCS headers.
7452 (lm-header-multiline): Put the strings back into order.
7453 Stop at an empty line. Don't require two space chars if the
7454 line is clearly not another header line.
7455
7456 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7457 (popup-menu-popup): Remove.
7458
7459 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7460
7461 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7462 specification if or if not tool-bar item contains an `:enabled'
7463 property.
7464
7465 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7466 current buffer has no file name.
7467
7468 2000-09-15 Dave Love <fx@gnu.org>
7469
7470 * strokes.el: Sync with maintainer's current version with changes
7471 for Emacs, but avoid runtime cl and levents.
7472 (toplevel): Change autoloads and compilation requires.
7473 (strokes-version, strokes-bug-address, strokes-lift): Values
7474 changed.
7475 (strokes-xpm-header, strokes-insinuated): New variable.
7476 (strokes): Add :link.
7477 (strokes-mode): Customized.
7478 (strokes-while-inhibiting-garbage-collector): New macro.
7479 (strokes-remassoc): Avoid remove-if.
7480 (strokes-fix-button2-command): Don't use ad-do-it.
7481 (strokes-insinuate): New function.
7482 (strokes-button-press-event-p, strokes-button-release-event-p):
7483 New functions, used instead of non-`strokes-' versions..
7484 (strokes-mouse-event-p): Rewritten.
7485 (strokes-event-closest-point): Avoid event-point.
7486 (strokes-get-grid-position): Avoid cdadr, caadr
7487 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7488 functions.
7489 (strokes-help): Use with-output-to-temp-buffer.
7490 (strokes-window-configuration-changed-p): New function.
7491 (strokes-update-window-configuration): Use buffer-live-p,
7492 strokes-window-configuration-changed-p.
7493 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7494 (strokes-char-face): New face.
7495 (strokes-char-table, strokes-base64-chars): New variable.
7496 (strokes-xpm-for-stroke, strokes-list-strokes)
7497 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7498 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7499 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7500 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7501 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7502 functions.
7503
7504 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7505
7506 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7507
7508 * image.el (create-image): Doc fix.
7509
7510 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7511 instead of `:heuristic-mask t'.
7512
7513 2000-09-14 Andrew Innes <andrewi@gnu.org>
7514
7515 * makefile.w32-in: Revert to Unix line endings.
7516
7517 2000-09-14 Andrew Innes <andrewi@gnu.org>
7518
7519 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7520 when installing.
7521
7522 * makefile.nt (DONTCOMPILE): Fix typo.
7523
7524 * shell.el (shell-write-history-on-exit): New function.
7525 (shell-dumb-shell-regexp): New custom variable.
7526 (shell-mode): Make shell-write-history-on-exit the process
7527 sentinel if shell name matches shell-dumb-shell-regexp.
7528
7529 * w32-fns.el: Comment out before-init-hook function which resets
7530 source-directory based; this breaks bootstrap.
7531
7532 2000-09-14 Dave Love <fx@gnu.org>
7533
7534 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7535 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7536 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7537 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7538 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7539 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7540 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7541 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7542 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7543
7544 * toolbar/toolbar.el: New.
7545
7546 * subdirs.el: Add toolbar.
7547
7548 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7549
7550 * indent.el (indent-for-tab-command): Doc fix.
7551
7552 2000-09-14 Alex Schroeder <alex@gnu.org>
7553
7554 * ansi-color.el (ansi-colors): Doc change.
7555 (ansi-color-get-face): Simplified regexp.
7556 (ansi-color-faces-vector): Added more faces, doc change.
7557 (ansi-color-names-vector): Doc change.
7558 (ansi-color-regexp): Simplified regexp.
7559 (ansi-color-parameter-regexp): New regexp.
7560 (ansi-color-filter-apply): Doc change.
7561 (ansi-color-filter-region): Doc change.
7562 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7563 deal with zero length parameters.
7564 (ansi-color-apply-on-region): Doc change.
7565 (ansi-color-map): Doc change.
7566 (ansi-color-map-update): Removed debugging message.
7567 (ansi-color-get-face-1): Added condition-case to trap
7568 args-out-of-range errors.
7569 (ansi-color-get-face): Doc change.
7570 (ansi-color-make-face): Removed.
7571 (ansi-color-for-shell-mode): New option.
7572
7573 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7574
7575 * international/quail.el (quail-start-translation): Translate KEY
7576 if necessary even if it doesn't have any mapping in the current
7577 input method.
7578 (quail-start-conversion): Likewise.
7579 (quail-help): The output message is improved.
7580
7581 2000-09-13 Miles Bader <miles@gnu.org>
7582
7583 * comint.el (comint-output-filter): Revert to using
7584 `insert-before-markers'. Add bletcherous hack to undo damage
7585 caused by `insert-before-markers'. Put `front-sticky' property on
7586 overlays created here so that the field code understands how the
7587 overlay works. Use a let when making comint-last-prompt-overlay,
7588 so that the code is easier to read.
7589
7590 2000-09-13 Dave Love <fx@gnu.org>
7591
7592 * wid-edit.el (widget-default-format-handler): DTRT when
7593 doc-property is a function.
7594
7595 2000-09-12 Francesco Potorti` <pot@gnu.org>
7596
7597 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7598 filed name if it's not there.
7599
7600 2000-09-12 Dave Love <fx@gnu.org>
7601
7602 * simple.el (read-mail-command): Doc fix.
7603 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7604
7605 * vc.el (vc-dired-listing-switches): Fix :version.
7606
7607 * vc-hooks.el: Doc fixes.
7608
7609 * subr.el (add-minor-mode): Use toggle-fun arg.
7610
7611 * speedbar.el: Add :version to several defcustoms.
7612
7613 * imenu.el (imenu--truncate-items, imenu--cleanup)
7614 (imenu--generic-function): Avoid mapcar.
7615 (imenu--replace-spaces): Function removed.
7616 (imenu--completion-buffer): Use subst-char-in-string.
7617 (imenu-add-to-menubar): Use keymap inheritance.
7618
7619 2000-09-12 Miles Bader <miles@gnu.org>
7620
7621 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7622 (diff-mode-map): Bind `diff-test-hunk'.
7623 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7624
7625 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7626
7627 * bytecomp.el (byte-compile-defvar): Undo last change
7628 because it breaks '(make-variable-buffer-local (defvar ...)'
7629 which is used at least in dired.
7630
7631 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7632
7633 * international/quail.el (quail-define-package): Docstring
7634 modified.
7635
7636 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7637
7638 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7639 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7640 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7641 docstring of "chinese-py".
7642
7643 * international/quail.el (quail-translation-docstring): New
7644 variable.
7645 (quail-show-keyboard-layout): Docstring modified.
7646 (quail-select-current): Likewise.
7647 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7648 infinite recursive call.
7649 (quail-help): Check quail-translation-docstring. Format of the
7650 output changed.
7651 (quail-help-insert-keymap-description): Adjusted for the above
7652 change.
7653
7654 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7655
7656 * bytecomp.el (byte-compile-defvar): Only cons onto
7657 current-load-list in top-level forms. Else this leaks a cons cell
7658 every time a defun is called.
7659
7660 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7661
7662 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7663 Now understands non-unified diffs. Some functionality moved into
7664 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7665 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7666 modify anything. Only reposition point in the patched file if the
7667 patch succeeds. Only pop up another window if POPUP is true.
7668 Emit a message describing what happened if successful, and at what
7669 line-offset. Automatically detect reversed hunks and do something
7670 appropriate.
7671 (diff-hunk-text, diff-find-text): New functions.
7672 (diff-filter-lines): Function removed.
7673 (diff-test-hunk): New function.
7674 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7675
7676 2000-09-10 Dave Love <fx@gnu.org>
7677
7678 * textmodes/tildify.el: Minor doc/commentary fixes.
7679 (tildify) <defgroup>: Add :version.
7680
7681 * faces.el (face-x-resources): Make custom type more specific.
7682 (frame-background-mode): Use mapc.
7683 (region) <defcustom>: Add :version.
7684
7685 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * vc-sccs.el (vc-sccs-register):
7688 * vc-rcs.el (vc-rcs-register):
7689 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7690 * vc.el (vc-register): Clear file's properties.
7691
7692 2000-09-08 Gerd Moellmann <gerd@gnu.org>
7693
7694 * faces.el (face-spec-set): Only face-spec-reset-face when
7695 ATTRS is non-nil.
7696
7697 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7698
7699 * help.el (help-insert-xref-button): Fix a typo in doc string.
7700
7701 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7702
7703 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7704 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7705 methods.
7706
7707 * menu-bar.el (read-mail-item-name): New function.
7708 (menu-bar-tools-menu): Use it to compute and display the package
7709 used to read email.
7710 (menu-bar-tools-menu): Fix typo in GUD's help string.
7711
7712 2000-09-07 Dave Love <fx@gnu.org>
7713
7714 * diff-mode.el (diff-mouse-goto-source): New function.
7715
7716 * vc-sccs.el: Doc fixes.
7717 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7718
7719 * vc-rcs.el: Doc fixes.
7720 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7721 (vc-rcs-checkout-switches, vc-rcs-header)
7722 (vc-rcs-master-templates): Add or change :version.
7723
7724 * vc-cvs.el: Doc fixes.
7725 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7726 (vc-cvs-stay-local): Add :version.
7727
7728 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7729
7730 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7731
7732 * international/quail.el (quail-help): Fix previous change.
7733
7734 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7735
7736 * faces.el (color-values): Doc fix.
7737
7738 * faces.el (frame-set-background-mode): Use frame-parameter
7739 instead of frame-parameters.
7740
7741 * frame.el (filtered-frame-list): Reduce consing.
7742 (frames-on-display-list): Call frame-parameter instead of
7743 frame-parameters.
7744
7745 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7746
7747 * language/devan-util.el (devanagari-to-indian-region): In the
7748 loop, change the following char, not preceding char.
7749
7750 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7751
7752 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7753 instead of frame-parameters.
7754
7755 * faces.el (set-face-attribute): Simplify by calling
7756 internal-set-lisp-face-attribute with FRAME being 0.
7757
7758 * vc.el: Remove `Id' version control keyword.
7759
7760 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7761
7762 * help.el (help-make-xrefs): Adjusted for the change of
7763 help-xref-mule-regexp.
7764 (help-insert-xref-button): New function.
7765
7766 * international/mule-cmds.el (help-xref-mule-regexp-template):
7767 Include the pattern for character set.
7768 (leim): New group.
7769
7770 * international/quail.el: Don't require face.
7771 (quail): New group.
7772 (quail-other-command): Dummy command to make quail-help work better.
7773 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7774 (quail-keyboard-layout-substitution): New variable.
7775 (quail-update-keyboard-layout): New function.
7776 (quail-keyboard-layout-type): New customizable variable.
7777 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7778 (quail-keyboard-translate): Pay attention to
7779 quail-keyboard-layout-substitution.
7780 (quail-insert-kbd-layout): New function.
7781 (quail-show-keyboard-layout): New function.
7782 (quail-get-translation): If the definition is a vector of length
7783 1, and the element is a string of length 1, return the character
7784 in that string.
7785 (quail-update-current-translations): Fix the case of
7786 relative-index out of range.
7787 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7788 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7789 Show key sequences for all available characters.
7790 (quail-help-insert-keymap-description): Don't show such verbose
7791 key bindings as quail-self-insert-command.
7792
7793 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7794 Format changed, and each element now have extra documentations.
7795 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7796 Adjusted for the change of quail-cxterm-package-ext-info.
7797
7798 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7799
7800 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7801 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7802 during bootstrap.
7803
7804 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7805
7806 * vc.el: (toplevel): Don't require `dired' at run-time.
7807 (vc-dired-resynch-file): Remove autoload cookie.
7808
7809 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7810
7811 * vc.el: Made several backend functions optional.
7812 (vc-default-responsible-p): New function.
7813 (vc-merge): Use RET for first version to trigger merge-news, not
7814 prefix arg.
7815 (vc-annotate): Handle backends that do not support annotation.
7816 (vc-default-merge-news): Removed. The existence of a merge-news
7817 implementation is now checked on caller sites.
7818
7819 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7820 case.
7821
7822 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7823 special case that has been removed from the default in vc-hooks.el.
7824
7825 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7826
7827 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7828
7829 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7830
7831 * vc-hooks.el: Require vc during compilation.
7832 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7833 macro `with-vc-properties' in vc.el.
7834 (vc-file-getprop): Doc fix.
7835 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7836
7837 * vc.el: Require dired-aux during compilation.
7838 (vc-name-assoc-file): Moved to vc-sccs.el.
7839 (with-vc-properties): New macro.
7840 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7841 vc-finish-steal): Use it.
7842 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7843 to the backend-specific function is now supposed to do the checkout,
7844 too.
7845 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7846
7847 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7848 set file properties; that gets done in the generic code now.
7849
7850 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7851 Changed parameter list, added code from vc.el that does the
7852 checkout, possibly with a double-take.
7853
7854 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7855 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7856 the above under the new name.
7857 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7858 parameter list, added checkout command.
7859 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7860 properties; that gets done in the generic code now.
7861
7862 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7863
7864 * vc.el: Docstring fixes (courtesy of checkdoc).
7865
7866 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7867
7868 * vc.el (vc-checkout-writable-buffer-hook)
7869 (vc-checkout-writable-buffer): Remove.
7870 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7871 (vc-log-mode): Make it into a clean derived major mode.
7872 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7873 vc-log-mode if log-edit is not available.
7874 (vc-dired-mode-map): Don't set-keymap-parent yet.
7875 (vc-dired-mode): Do set-keymap-parent here.
7876 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7877
7878 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7879
7880 * faces.el (set-face-attribute, face-spec-reset-face)
7881 (face-spec-set): Avoid consing by removing calls to `apply'.
7882
7883 * frame.el (frame-parameter): Move to C code.
7884
7885 2000-09-05 Dave Love <fx@gnu.org>
7886
7887 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7888 insert-before-markers-and-inherit. Now checked systematically!
7889
7890 2000-09-05 Alex Schroeder <alex@gnu.org>
7891
7892 * sql.el (sql-postgres): Use sql-postgres-options.
7893 (sql-postgres-options): New variable.
7894
7895 2000-09-05 Alex Schroeder <alex@gnu.org>
7896
7897 * sql.el (sql-mode-menu): Work around missing variable mark-active
7898 in XEmacs.
7899 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7900 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7901 compatibility.
7902
7903 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7904
7905 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7906
7907 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7908
7909 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7910
7911 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7912
7913 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7914 don't support anything else under SCCS yet.
7915
7916 * vc-hooks.el: Minor doc fixes.
7917
7918 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7919
7920 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7921 not necessary. If verbose in state `needs-patch', do the same as
7922 under `up-to-date'. When NOT verbose and `needs-patch', check out
7923 latest version instead of `merge-news'.
7924 (vc-next-action-dired): Don't mess with default-directory here; it
7925 breaks other parts of dired. It is the job of the
7926 backend-specific functions to adjust it temporarily if they need it.
7927 (vc-next-action): Remove a special CVS case.
7928 (vc-clear-headers): New optional arg FILE.
7929 (vc-checkin, vc-checkout): Set properties vc-state and
7930 vc-checkout-time properly.
7931 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7932 (vc-print-log): Use new backend function `show-log-entry'.
7933 (vc-cancel-version): Do the checks in a different order. Added a
7934 FIXME concerning RCS-only code.
7935
7936 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7937 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7938
7939 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7940
7941 * vc-hooks.el (vc-default-mode-line-string): Show state
7942 `needs-patch' as a `-' too.
7943
7944 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7945
7946 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7947 (vc-default-could-register): New function.
7948 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7949 (vc-resynch-buffer): Call vc-dired-resynch-file.
7950 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7951 vc-resynch-buffer instead of vc-resynch-window.
7952 (vc-next-action-dired): Don't redisplay here, that gets done as a
7953 result of the individual file operations.
7954 (vc-retrieve-snapshot): Corrected prompt order.
7955
7956 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7957
7958 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7959 as well.
7960 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7961 hostname regexps. Updated all callers.
7962 (vc-cvs-responsible-p): Handle directories as well.
7963 (vc-cvs-could-register): New function.
7964 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7965 properties up-to-date.
7966
7967 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7968 user whether to create one.
7969
7970 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7971
7972 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7973 check out a non-existing file.
7974
7975 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7976 workfile does not exist.
7977
7978 * vc.el (vc-version-diff): Use `require' to check for existence of
7979 diff-mode.
7980
7981 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7982
7983 * vc-cvs.el (vc-cvs-registered): Use new function
7984 vc-cvs-parse-entry to do the actual work.
7985
7986 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7987
7988 * vc-hooks.el (vc-find-backend-function): If function doesn't
7989 exist, return nil instead of error.
7990 (vc-call-backend): Doc fix.
7991
7992 * vc.el (vc-do-command): Doc fix.
7993 (vc-finish-logentry): When checking in from vc-dired, choose the
7994 right backend for logentry check.
7995 (vc-dired-mode-map): Inherit from dired-mode-map.
7996 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7997 simplified.
7998 (vc-dired-state-info): Removed, updated caller.
7999 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8000 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8001 (vc-dired-listing-switches): New variable.
8002 (vc-directory): Use it, instead of dired-listing-switches.
8003
8004 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8005 (vc-cvs-dir-state): New function.
8006 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8007 (vc-cvs-parse-entry): New function, also to be used in
8008 vc-cvs-registered.
8009
8010 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8011
8012 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8013 *or* single-window-frames.
8014
8015 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8016
8017 * vc.el (vc-update-changelog): Split into generic part and default
8018 implementation. Doc string adapted.
8019 (vc-default-update-changelog): New function. Call the `rcs2log'
8020 script in exec-directory, to fix a long-standing nuisance.
8021
8022 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8023 simply signals an error.
8024
8025 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8026
8027 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8028 control-flow more clear and to avoid running `cvs' twice.
8029
8030 * vc.el (vc-next-action-on-file): Doc fix.
8031 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8032 (vc-print-log): Eval `file' before constructing the continuation.
8033
8034 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8035
8036 * vc.el (vc-next-action-on-file): Corrected several messages.
8037 (vc-merge): Add prefix arg `merge-news'; handle it.
8038
8039 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8040 is not reached. It is.
8041 (vc-cvs-merge): Set state to 'edited after merge.
8042 (vc-cvs-merge-news): Set workfile version to nil if not known.
8043 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8044
8045 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8046 via stdout. (Merge from main line.)
8047
8048 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8049
8050 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8051 detection.
8052
8053 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8056 against kill-all-local-variables.
8057 (vc-log-edit): Don't save vc-parent-buffer any more.
8058 (vc-last-comment-match): Initialize to an empty string.
8059 (vc-post-command-functions): New hook.
8060 (vc-do-command): Run it.
8061 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8062 (vc-finish-logentry): Only add the comment to the ring if it's
8063 different from the last comment entered.
8064 (vc-new-comment-index): New function.
8065 (vc-previous-comment): Use it. Make the minibuffer message
8066 slightly less terse.
8067 (vc-comment-search-reverse): Make it work forward as well. Don't
8068 set vc-comment-ring-index if no match is found. Use
8069 vc-new-comment-index.
8070 (vc-comment-search-forward): Use vc-comment-search-reverse.
8071 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8072 define-derived-mode will do it for us. Bind `v' to a keymap that
8073 inherits from vc-prefix-map so that we can bind `vt' without
8074 binding C-x v t.
8075 (vc-retrieve-snapshot): Parenthesis typo.
8076
8077 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8078 to 1. Make sure to switch to *vc* before looking for an error
8079 message. Use vc-parse-buffer.
8080
8081 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8082
8083 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8084 and NAME.
8085 (vc-retrieve-snapshot): Split into two parts.
8086 (vc-default-retrieve-snapshot): New function.
8087
8088 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8089 (vc-cvs-retrieve-snapshot): New function (untested).
8090 (vc-cvs-stay-local): Default to t.
8091 (vc-cvs-remote-p): New function and property.
8092 (vc-cvs-state): Stay local only if the above is t.
8093 (vc-handle-cvs): Removed.
8094 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8095 done via vc-handled-backends now.
8096 (vc-cvs-header): Escape Id.
8097
8098 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8099
8100 * vc.el (vc-do-command): Remove unused commands.
8101 (vc-version-diff): Make sure default-directory ends with a slash.
8102 Move the window commands into a vc-exec-after.
8103 (vc-print-log): Move more of the code into the `vc-exec-after'.
8104
8105 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8106
8107 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8108 (vc-print-log): Search current revision from beginning of buffer.
8109 (vc-revert-buffer): Clear echo area after the diff is finished.
8110 (vc-prefix-map): Removed definition of "t" for terse display in vc
8111 dired.
8112 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8113 definition of "vt" for terse display.
8114 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8115
8116 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8117
8118 * vc.el (vc-exec-after): Avoid caddr.
8119
8120 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8121
8122 * vc.el (vc-exec-after): New function.
8123 (vc-do-command): Use it to add a termination message for async
8124 procs.
8125 (vc-checkout): Try to handle a missing-backend situation.
8126 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8127 of a directory with a backend using async diffs.
8128 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8129 present.
8130
8131 * vc-sccs.el (vc-sccs-state-heuristic): Use
8132 file-ownership-preserved-p.
8133
8134 * vc-rcs.el (vc-rcs-state-heuristic): Use
8135 file-ownership-preserved-p.
8136 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8137
8138 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8139
8140 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8141 vc-do-command.
8142
8143 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8144 when there are no changes.
8145
8146 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8147
8148 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8149
8150 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8151
8152 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8153
8154 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8155
8156 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8157 the `fset' outside of the defvar so that it works even if
8158 vc-prefix-map was already defined.
8159 (vc-setup-buffer): New function, split out of vc-do-command.
8160 (vc-do-command): Allow BUFFER to be t to mean `just use the
8161 current buffer without any fuss'.
8162 (vc-version-diff): Change the `diff' backend operation to just put
8163 the diff in the current buffer without erasing it. Always use
8164 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8165 shrink-window-if-larger-than-buffer.
8166 (vc-print-log): Change the `print-log' backend operation to just
8167 put the log in the current buffer without erasing it. Protect
8168 shrink-window-if-larger-than-buffer.
8169 (vc-update-change-log): Fix setd typo.
8170
8171 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8172 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8173
8174 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8175 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8176 CMP.
8177
8178 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8179 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8180 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8181
8182 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8183
8184 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8185 not possible, use vc-BACKEND-workfile-unchanged-p.
8186 (vc-default-workfile-unchanged-p): New function. Delegates to a
8187 full vc-BACKEND-diff.
8188
8189 * vc-hooks.el (vc-simple-command): Removed.
8190
8191 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8192 instead of vc-simple-command.
8193 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8194 avoid doing a diff when opening a file.
8195 (vc-rcs-state): Added check for unlocked-changes.
8196 (vc-rcs-header): Escape Id.
8197 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8198 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8199 version.
8200
8201 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8202 (vc-sccs-diff): Remove optional arg CMP.
8203 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8204 SCCS-specific function.
8205
8206 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8207 vc-simple-command.
8208
8209 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8210
8211 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8212 (with-vc-file, vc-merge): Use vc-editable-p.
8213 (vc-do-command): Remove unused var vc-file and fix the
8214 doubly-defined `status' var. Add a user message when starting an
8215 async command.
8216 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8217 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8218 Use with-current-buffer.
8219 (vc-buffer-sync): Use unless.
8220 (vc-next-action-on-file): If the file is 'edited by read-only,
8221 make it read-write instead of trying to commit.
8222 (vc-version-diff, vc-update-change-log): Use `setq
8223 default-directory' rather than `cd'.
8224 (vc-log-edit): Don't forget to set default-directory in the
8225 buffer.
8226
8227 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8228 (vc-sccs-state-heuristic): Use file-writable-p instead of
8229 comparing userids.
8230 (vc-sccs-checkout): Use `unless'.
8231
8232 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8233 of comparing userids.
8234 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8235 Simplify the logic by eliminating unreachable code.
8236 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8237 just do a recursive call if we need to retry.
8238 (vc-rcs-checkout): Handle the case where rcs is missing by making
8239 the buffer read-write if requested and re-signalling the error.
8240
8241 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8242
8243 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8244
8245 * vc-hooks.el (vc-handled-backends): Docstring change.
8246 (vc-ignore-vc-files): Mark obsolete.
8247 (vc-registered): Check vc-ignore-vc-files.
8248 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8249 vc-ignore-vc-files.
8250
8251 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8252
8253 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8254
8255 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8256 files since ange-ftp already has vc-registered return nil.
8257
8258 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8259 (vc-sccs-workfile-version): Use with-temp-buffer and new
8260 vc-parse-buffer and don't bother setting the property.
8261 (vc-sccs-add-triple): Use with-current-buffer and
8262 find-file-noselect.
8263 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8264
8265 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8266 derives from the old vc-parse-buffer but uses the revision number
8267 rather than the date (much easier to compare robustly).
8268 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8269 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8270 locking-user more directly. Check strict locking and set
8271 checkout-model appropriately.
8272 (vc-rcs-parse-locks): Remove.
8273 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8274 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8275 (vc-rcs-system-release): Use with-current-buffer and
8276 vc-parse-buffer.
8277 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8278
8279 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8280 (vc-simple-command): Docstring fix.
8281 (vc-registered): Align the way the file-handler is called with the
8282 way the function itself works.
8283 (vc-file-owner): Remove.
8284
8285 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8286 extraction of fields and call to file-attributes because of a
8287 temporary bug in rcp.el.
8288 (vc-cvs-fetch-status): Use with-current-buffer.
8289
8290 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8291
8292 * vc.el (vc-do-command): Use file-relative-name.
8293 (vc-responsible-backend): Use vc-backend if possible.
8294 (vc-create-snapshot): Improve the `interactive' spec. Add support
8295 for branches and dispatch to backend-specific `create-snapshot'.
8296 (vc-default-create-snapshot): New function, containing the bulk of
8297 the old vc-create-snapshot.
8298 (vc-retrieve-snapshot): Improve the interactive spec.
8299
8300 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8301 (vc-backend-hook-functions): Remove.
8302 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8303 (vc-backend): Reintroduce the test for `file = nil' now that I
8304 know why it was there (and added a comment to better remember).
8305
8306 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8307 code from vc-sccs-hooks.el.
8308 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8309 'vc anymore.
8310 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8311 and file-directory-p instead of file-exists-p.
8312 (vc-sccs-check-headers): Simplify the regexp.
8313
8314 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8315 from vc-rcs-hooks.el. Don't require 'vc anymore.
8316 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8317 file-directory-p instead of file-exists-p.
8318
8319 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8320 from vc-cvs-hooks.el.
8321 (proto vc-cvs-registered): Require 'vc-cvs instead of
8322 'vc-cvs-hooks. Don't require 'vc anymore.
8323 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8324 file-directory-p instead of file-exists-p.
8325 (vc-cvs-create-snapshot): New function, replacing
8326 vc-cvs-assign-name.
8327 (vc-cvs-assign-name): Remove.
8328
8329 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8330
8331 * vc-cvs.el (vc-cvs-header): New var.
8332
8333 * vc-rcs.el (vc-rcs-exists): Remove.
8334 (vc-rcs-header): New var.
8335
8336 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8337 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8338 (vc-sccs-header): New var.
8339
8340 * vc.el (vc-do-command): Get rid of the `last' argument.
8341 (vc-header-alist): Remove, replaced by vc-X-header.
8342 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8343 (vc-dired-hook): Use expand-file-name instead of concat.
8344 (vc-directory): Use file-name-as-directory.
8345 (vc-snapshot-precondition, vc-create-snapshot)
8346 (vc-retrieve-snapshot): Allow the command to operate on any
8347 directory.
8348
8349 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8350 just removing the 'WORKFILE argument or by removing the 'MASTER
8351 argument and replacing `file' with (vc-name file).
8352
8353 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * vc.el: Update Copyright and add a crude list of backend funs.
8356 (vc-writable-p): New function.
8357 (with-vc-file): Use vc-writable-p.
8358 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8359 (vc-register): Avoid vc-name.
8360 (vc-locking-user): Remove.
8361 (vc-steal-lock): Make the `owner' arg non-optional.
8362 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8363 vc-checkout-model.
8364 (vc-default-dired-state-info): Use vc-state instead of
8365 vc-locking-user and return special strings for special states.
8366 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8367 and get rid of one of the special CVS cases.
8368 (vc-cancel-version): prettify error message with \\[...].
8369 (vc-rename-master): New function.
8370 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8371 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8372 the CVS special case generic.
8373 (vc-default-record-rename): Remove.
8374 (vc-file-tree-walk-internal): Only call FUNC for files that are
8375 under control of some VC backend and replace `concat' with
8376 expand-file-name.
8377 (vc-file-tree-walk): Update docstring.
8378 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8379 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8380
8381 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8382 vc-sccs-record-rename. Use `find-file-noselect' rather than
8383 `find-file' and call `vc-rename-master' to do the actual move.
8384 (vc-sccs-diff): Remove unused `backend' variable.
8385
8386 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8387 to delay loading of vc-sccs until it is really used.
8388 (vc-sccs-master-templates): Preload.
8389 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8390 (vc-sccs-project-dir): Remove (merged into
8391 vc-sccs-search-project-dir).
8392 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8393 rather than `concat', make sure it is preloaded and don't bother
8394 to check that the file actually exists.
8395 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8396 `locks' argument (use buffer's content instead) and eliminate n^2
8397 behavior.
8398
8399 * vc-rcs.el: Update Copyright.
8400 (vc-rcs-rename-file): New function.
8401 (vc-rcs-diff): Remove unused `backend' variable.
8402
8403 * vc-hooks.el: Update Copyright.
8404 (vc-backend): Don't accept a nil argument any more.
8405 (vc-up-to-date-p): Turn into a defsubst.
8406 (vc-possible-master): New function.
8407 (vc-check-master-templates): Use `vc-possible-master' and allow
8408 funs in vc-X-master-templates to return a non-existent file.
8409
8410 * vc-cvs.el: Update Copyright.
8411 (vc-cvs-diff): Remove unused `backend' variable.
8412 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8413
8414 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8415
8416 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8417
8418 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8419 since it can be called from vc-rcs.el.
8420 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8421
8422 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8423
8424 * vc.el (vc-version-diff): Expand file name read from the
8425 minibuffer. Handle the case when a previous version number can't
8426 be guessed. Give suitable messages when there were no differences
8427 found.
8428 (vc-clear-headers): Call backend-specific implementation, if one
8429 exists.
8430 (vc-cancel-version): Made error checks generic. When done, clear
8431 headers generically, too.
8432
8433 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8434 from vc-clear-headers in vc.el.
8435
8436 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8437 correctly.
8438 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8439 optional. Handle the case when it's not there.
8440
8441 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8442
8443 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8444
8445 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8446
8447 * vc-hooks.el (vc-loadup): Remove.
8448 (vc-find-backend-function): Use `require'. Also, handle the case
8449 where vc-BACKEND-hooks.el doesn't exist.
8450 (vc-call-backend): Cleanup.
8451
8452 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8453
8454 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8455 vc-rcs-grab-templates)
8456 (vc-rcs-registered): Remove. The default function works as well.
8457 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8458 vc-sccs-grab-templates)
8459 (vc-sccs-registered): Remove. The default function works as well.
8460
8461 * vc.el (vc-version-diff): Left out a vc- in call to
8462 vc-call-backend.
8463 (vc-default-dired-state-info, vc-default-record-rename)
8464 (vc-default-merge-news): Update for the new backend argument.
8465
8466 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8467 using the default function.
8468 (vc-call-backend): If calling the default function, pass it the
8469 backend as first argument. Update the docstring accordingly.
8470 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8471 for the new backend argument.
8472 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8473 (vc-find-backend-function): Use the new name.
8474 (vc-default-registered): New function.
8475
8476 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8477
8478 * vc.el (vc-merge): Use vc-find-backend-function.
8479
8480 * vc-hooks.el (vc-backend-functions): Remove.
8481 (vc-loadup): Don't setup 'vc-functions.
8482 (vc-find-backend-function): New function.
8483 (vc-call-backend): Use above fun and populate 'vc-functions
8484 lazily.
8485 (vc-backend-defines): Remove.
8486
8487 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8488
8489 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8490 Call vc-call-backend without the leading vc-.
8491 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8492 (vc-check-headers): Call vc-call-backend without the leading vc-.
8493 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8494 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8495 Call vc-call-backend without the leading vc-.
8496
8497 * vc-cvs.el (tail): Provide vc-cvs.
8498 * vc-sccs.el (tail): Provide vc-sccs.
8499 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8500
8501 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8502 (vc-make-backend-function, vc-call): Pass names without leading
8503 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8504 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8505 (vc-call-backend): Always try to load vc-X-hooks.
8506 (vc-registered): Remove vc- in call to vc-call-backend.
8507
8508 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8509
8510 * vc.el (vc-process-filter): New function.
8511 (vc-do-command): Setup `vc-process-filter' for the async process.
8512 (vc-maybe-resolve-conflicts): New function to reduce
8513 code-duplication. Additionally, it puts the buffer in
8514 `smerge-mode' if applicable.
8515 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8516 calling `merge-news'.
8517 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8518 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8519 interfacing to log-edit.el.
8520 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8521 log-edit is available.
8522 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8523
8524 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8525
8526 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8527 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8528 defvar and the initialization.
8529 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8530
8531 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8532 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8533
8534 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8535
8536 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8537
8538 * vc.el (vc-file-clear-masterprops): Removed.
8539 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8540 (vc-version-diff): Use buffer-size without argument.
8541 (vc-register): Heed vc-initial-comment.
8542
8543 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8544 default branch.
8545
8546 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8547 file name and workfile version.
8548 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8549
8550 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8551 vc-file-clear-masterprops.
8552
8553 * vc-sccs.el (vc-sccs-checkout): Removed call to
8554 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8555 rather than user login name.
8556
8557
8558 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8559
8560 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8561 `want-differences-if-changed' and simplify.
8562 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8563 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8564 output (which is invalid for async vc-diff) to decide whether to
8565 do the revert silently or not.
8566
8567 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8568
8569 * vc-hooks.el (vc-loadup): Load files quietly.
8570 (vc-call-backend): Oops, brain fart.
8571
8572 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8573
8574 * vc-cvs.el (vc-cvs-state): Typo.
8575 (vc-cvs-merge-news): Return the status code rather than the error msg.
8576
8577 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8578
8579 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8580 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8581 vc-state or vc-up-to-date-p.
8582 (vc-merge): Use vc-backend-defines to check whether merging is
8583 possible. Set state to 'edited after successful merge.
8584
8585 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8586 return that name. Redocumented.
8587
8588 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8589
8590 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8591 new `vc-state' semantics.
8592 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8593 'vc-locking-user to the current user.
8594 (vc-merge): Inline vc-backend-merge. Comment out code that I
8595 don't understand and hence can't adapt to the new `vc-state' and
8596 `vc-locking-user' semantics.
8597 (vc-backend-merge): Remove.
8598
8599 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8600 rather than 'vc-locking-user.
8601
8602 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8603
8604 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8605 (vc-state): Don't use 'reserved any more. Just use the same
8606 convention as the one used for vc-<backend>-state where the
8607 locking user (as a string) is returned.
8608 (vc-locking-user): Update, based on the above convention. The
8609 'vc-locking-user property has disappeared.
8610 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8611
8612 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8613 with a heuristic one.
8614 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8615 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8616 error. That allows us to get to 'needs-merge even in the
8617 stay-local case. There's still no way to detect 'needs-patch in
8618 such a setup (or to force an update for that matter).
8619 (vc-cvs-logentry-check): Remove, the default works as well.
8620
8621 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8622
8623 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8624
8625 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8626 major-mode in which the buffer might have been put earlier. Use
8627 `remove' and `when'. Allow `okstatus' to be `async' and use
8628 `start-process' in this case.
8629 (vc-version-diff): Handle the case where the diff looks empty
8630 because of the use of an async process.
8631
8632 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8633
8634 * vc.el (vc-next-action-on-file): Removed optional parameter
8635 `simple'. Recompute state unconditionally.
8636 (vc-default-toggle-read-only): Removed.
8637
8638 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8639 (vc-toggle-read-only): Undid prev change.
8640
8641 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8642 vc-cvs-simple-toggle. Redocumented.
8643 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8644 (vc-cvs-toggle-read-only): Removed.
8645
8646 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8647
8648 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8649 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8650 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8651 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8652 still is. So maybe it should be removed.
8653 (vc-head-version, vc-find-binary): Remove.
8654 (vc-recompute-state): Move from vc-hooks.el.
8655 (vc-next-action-on-file): Add a `simple' argument to allow
8656 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8657 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8658 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8659 (vc-dired-mode-map): Properly defvar it.
8660 (vc-print-log): Call log-view-mode if available.
8661 (small-temporary-file-directory): defvar instead of use boundp.
8662 (vc-merge-news): Moved to vc-cvs.el.
8663 (vc-default-merge-news): New function.
8664
8665 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8666 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8667 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8668 unknown `vc-latest-version' function. It should probably refer to
8669 vc-workfile-version or somesuch, but it's very unclear to me and I
8670 don't have SCCS to test things.
8671
8672 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8673 (vc-sccs-state-heuristic): Fix typo.
8674 (vc-sccs-workfile-unchanged-p): Add missing argument.
8675
8676 * vc-rcs.el: Require vc and vc-rcs-hooks.
8677 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8678 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8679 (vc-release-greater-or-equal-p): Move from vc.
8680 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8681 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8682 (vc-rcs-checkout): Add a missing `new-version' argument in the
8683 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8684
8685 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8686 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8687 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8688 than the apparently unbound `workfile-version'.
8689
8690 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8691 (vc-file-prop-obarray): Use `make-vector'.
8692 (vc-backend-functions): Add new hookable functions
8693 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8694 (vc-loadup): If neither backend nor default functions exist, use
8695 the backend function rather than nil.
8696 (vc-call-backend): If the function if not bound yet, try to load
8697 the non-hook file to see if it provides it.
8698 (vc-call): New macro plus use it wherever possible.
8699 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8700 nor `vc-find-binary' since it's only called from
8701 vc-mistrust-permission which is only used once the backend is known.
8702 (vc-checkout-model): Fix parenthesis.
8703 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8704
8705 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8706 (vc-cvs-release, vc-cvs-system-release): Remove.
8707 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8708 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8709 status symbols.
8710 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8711 (vc-cvs-toggle-read-only): First cut at a function to allow a
8712 cvs-status-free vc-toggle-read-only.
8713 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8714 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8715 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8716 (vc-cvs-checkout): Modify access rights directly if the user
8717 requested not to use `cvs edit'. And refresh the mode line.
8718
8719 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8720 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8721
8722 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8723
8724 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8725 workfile' that got lost when the code was extracted from vc.el.
8726 And merged the tail with the rest of the code (not possible in the
8727 old vc.el where the tail was shared among all backends). And
8728 explicitly set the state to 'edited if `writable' is set.
8729
8730 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8731 (vc-cvs-state): Be careful to return the value from
8732 vc-cvs-parse-state.
8733 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8734 property but return it instead. Also be careful to handle a nil
8735 or "" `rev' when workfile is non-nil (it was handled properly when
8736 workfile was nil).
8737
8738 * vc.el: Removed those pesky unnecessary `(function' quotes.
8739 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8740 directly in the defvar.
8741 (vc-do-command): Bind inhibit-read-only so as to properly handle
8742 the case where the destination buffer has been made read-only.
8743 (vc-diff): Delegate to vc-version-diff in all cases.
8744 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8745 (vc-annotate-mode-variables): Removed (code moved partly to
8746 defvars and partly to vc-annotate-add-menu).
8747 (vc-annotate-mode): Turned into a derived-mode.
8748 (vc-annotate-add-menu): Moved in code in
8749 vc-annotate-mode-variables.
8750 (vc-update-change-log): Use make-temp-file if available.
8751
8752 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8753
8754 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8755 `vc-checkout-model' updated to `vc-cvs-update-model'.
8756
8757 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8758
8759 * vc.el (vc-next-action-on-file): Added handling of state
8760 `unlocked-changes'.
8761 (vc-checkout-carefully): Is now practically obsolete, unless the
8762 above is too slow to be enabled unconditionally.
8763 (vc-update-change-log): Fixed typo.
8764
8765 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8766
8767 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8768 Now handles state `unlocked-changes'.
8769 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8770
8771 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8772
8773 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8774 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8775 `unlocked-changes'.
8776 (vc-rcs-workfile-unchanged-p): Renamed from
8777 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8778 function yet, but supposed to become one soon.
8779
8780 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8781 `vc-steal-lock'.
8782 (vc-call-backend): Changed error message.
8783 (vc-state): Added description of state `unlocked-changes'.
8784
8785 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8786
8787 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8788 always return t in CVS-controlled directories.
8789
8790 * vc.el (vc-responsible-backend): New function.
8791 (vc-register): Largely rewritten.
8792 (vc-admin): Removed (implementation moved into vc-register).
8793 (vc-checkin): Redocumented.
8794 (vc-finish-logentry): If no backend defined yet (because we are in
8795 the process of registering), use the responsible backend.
8796
8797 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8798 Updated function lists.
8799 (vc-call-backend): Fixed typo.
8800
8801 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8802 New functions.
8803 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8804 Removed query option. Redocumented.
8805
8806 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8807
8808 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8809
8810 * vc.el: Updated callers of `vc-checkout-required' to use
8811 `vc-checkout-model'.
8812
8813 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8814
8815 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8816 stuff updated to reference this function instead of the old
8817 `vc-backend-release-p'.
8818
8819 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8820
8821 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8822 vc-checkout-model. Return appropriate values. Updated callers.
8823
8824 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8825
8826 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8827 (vc-backend-revert): Function moved into `vc-revert';
8828 `vc-next-action' must be updated to accomodate this change.
8829 (vc-backend-steal): Function moved into `vc-finish-steal'.
8830 (vc-backend-logentry-check): Function moved into
8831 `vc-finish-logentry'.
8832 (vc-backend-printlog): Function moved into `vc-print-log'.
8833 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8834 (vc-backend-assign-name): Function moved into
8835 `vc-create-snapshot'.
8836
8837 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8838
8839 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8840 Rename to vc-checkout-model. Return appropriate values.
8841 Update callers.
8842
8843 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8844 to vc-checkout-model.
8845 (vc-checkout-required): Rename to vc-checkout-model.
8846 Re-implement and re-comment.
8847 (vc-after-save): Use vc-checkout-model.
8848
8849 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8850
8851 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8852 Update to use the vc-BACKEND-diff functions instead.
8853 `vc-diff' is now working.
8854
8855 * vc-rcs.el (vc-rcs-logentry-check): New function.
8856
8857 * vc-cvs.el (vc-cvs-logentry-check): New function.
8858
8859 * vc-sccs.el (vc-sccs-diff): Function changed name from
8860 `vc-backend-diff'. This makes `vc-diff' work.
8861
8862 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8863 of functions possibly implemented in a vc-BACKEND library.
8864 (vc-checkout-required): Fix bug that caused an error to be
8865 signaled during `vc-after-save'.
8866
8867 * vc.el: Fix typo.
8868 This checkin is made with our new VC code base for the very first time.
8869 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8870
8871 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8872 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8873
8874 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8875 updated to `vc-uses-locking'.
8876 (vc-checkout-required): Call to backend function.
8877 `vc-checkout-required' updated to `vc-uses-locking' instead.
8878
8879 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8880 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8881
8882 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8883 to match the split into various backends.
8884 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8885 (vc-retrieve-snapshot): Bug fix.
8886
8887 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8888
8889 * vc-sccs.el (vc-sccs-release): Doc fix.
8890
8891 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8892
8893 * vc.el (vc-next-action-on-file): Bug found and fixed.
8894 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8895 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8896
8897 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8898 (vc-rcs-checkout): Name space cleaned up. No more revision number
8899 crunching function names that are not prefixed with vc-rcs.
8900 (vc-rcs-checkout-model): Function added. References to
8901 `vc-checkout-model' replaced.
8902
8903 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8904
8905 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8906 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8907 still need to be split, and implemented for RCS).
8908
8909 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8910
8911 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8912
8913 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8914 required by the vc.el file.
8915
8916 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8917 required by the vc.el file.
8918 (vc-rcs-exists): Function added.
8919
8920 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8921 required by the vc.el file.
8922
8923 * vc.el (vc-admin): Updated to handle selection of appropriate
8924 backend. Current implementation is crufty and need re-thinking.
8925
8926 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8927
8928 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8929
8930 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8931 beginning of annotate buffers correctly.
8932
8933 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8934 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8935 functionality updated quite a lot to support multiple backends.
8936 Variables `vc-annotate-mode', `vc-annotate-buffers',
8937 `vc-annotate-backend' added.
8938
8939 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8940 `vc-annotate-difference' added to supported backend functions.
8941
8942 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8943
8944 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8945 Use with-temp-file instead of /bin/sh. Merged from mainline
8946
8947 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8948
8949 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8950
8951 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8952
8953 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8954
8955 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8956
8957 * vc-hooks.el: vc-state-heuristic added to
8958 vc-backend-hook-functions.
8959
8960 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8961
8962 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8963
8964 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8965 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8966 state to `reserved'.
8967
8968 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8969 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8970
8971 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8972
8973 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8974 untouched.
8975
8976 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8977
8978 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8979 if defined. (Merged from main line, slightly adapted.)
8980
8981 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8982 millenium problem (merged from mainline).
8983
8984 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8985
8986 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8987 part and moved the non-BACKEND stuff to vc.el.
8988
8989 * vc.el: Split the annotate feature into a BACKEND specific part
8990 and moved it from the vc-cvs.el file to this one.
8991
8992 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8993
8994 * vc-hooks.el: Implement new state model.
8995 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8996 (vc-locking-user): Simplify. Now only needed if the file is
8997 locked by somebody else.
8998 (vc-lock-from-permissions): Remove. Functionality is in
8999 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9000 (vc-mode-line-string): New name for former vc-status. Adapted.
9001 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9002
9003 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9004 Various simplifications and adaptations all over the place.
9005
9006 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9007 Simplify and adapt the rest.
9008
9009 * vc.el (vc-resynch-window): Add TODO comment: check for
9010 interaction with view mode according to recent RCS change.
9011 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9012
9013 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9014
9015 * vc.el: Convert the remaining function comments to docstrings.
9016
9017 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9018
9019 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9020 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9021 (vc-minor-part, vc-previous-version): Functions that operate and
9022 compare revision numbers got proper documentation. Comments added
9023 about their possible removal.
9024
9025 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9026
9027 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9028 the vc-backend.el files.
9029
9030 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9031
9032 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9033 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9034 (vc-rcs-previous-version): Functions added.
9035
9036 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9037
9038 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9039
9040 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9041
9042 * vc-hooks.el (vc-master-templates): Is really obsolete.
9043 Comment out the definition for now. What is the right procedure
9044 to get rid of it?
9045 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9046 rewritten.
9047 (vc-default-registered): Remove.
9048 (vc-check-master-templates): New function; does mostly what the
9049 above did before.
9050 (vc-locking-user): Don't rely on the backend to set the property.
9051
9052 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9053 Rewrite documentation.
9054 (vc-rcs-templates-grabbed): New variable.
9055 (vc-rcs-grab-templates): New function.
9056 (vc-rcs-registered): Rewrite to use above mechanism.
9057
9058 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9059 Rewrite documentation.
9060 (vc-sccs-templates-grabbed): New variable.
9061 (vc-sccs-grab-templates): New function.
9062 (vc-sccs-registered): Rewrite to use above mechanism.
9063 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9064 Don't throw the result, simply return it.
9065
9066 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9067 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9068 (vc-cvs-registered): Does the check itself now. Simplify.
9069
9070 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9071 from main line.
9072
9073 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9074
9075 * vc-cvs.el (vc-cvs-diff): New function.
9076
9077 * vc-sccs.el (vc-sccs-diff): New function.
9078
9079 * vc-rcs.el (vc-rcs-diff): New function.
9080 (vc-rcs-checkout): Bug (typo) found and fixed.
9081 (vc-rcs-register-switches): New variable.
9082
9083 * vc.el (vc-backend-diff): Function removed and placed in the
9084 backend files.
9085
9086 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9087
9088 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9089
9090 * vc.el (vc-backend-checkout): Function removed and replaced in
9091 the vc-backend.el files.
9092
9093 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9094
9095 * vc.el (vc-backend-admin): Removed and replaced in the
9096 vc-backend.el files.
9097
9098 * vc.el (Martin): Removed all the annotate functionality since it
9099 is CVS backend specific.
9100
9101 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9102
9103 * spec.txt: Added specification of vc-state.
9104
9105 * vc-sccs-hooks.el (vc-sccs-master-properties):
9106 Remove handling of vc-latest-version and
9107 vc-your-latest-version. What used to be vc-latest-version, is now
9108 returned as vc-workfile-version.
9109 (vc-sccs-workfile-version): Adapt.
9110
9111 2000-09-04 Dave Love <fx@gnu.org>
9112
9113 * vc.el: [Merged from mainline.]
9114 (vc-dired-mode): Make the dired-move-to-filename-regexp
9115 regexp match the date, to avoid treating date as file size.
9116 Add YYYY S option to WESTERN/
9117
9118 2000-09-04 Dave Love <fx@gnu.org>
9119
9120 * vc.el: Require `compile' when compiling.
9121 (vc-logentry-check-hook): New option.
9122 (vc-steal-lock): Use compose-mail.
9123 (vc-dired-mode-map): Defvar when compiling.
9124 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9125 vc-sccs.el and renamed. Callers changed.
9126 (vc-backend-checkout, vc-backend-logentry-check)
9127 (vc-backend-merge-news): Doc fix.
9128 (vc-default-logentry-check): New function.
9129 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9130 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9131 (vc-backend-merge): Doc fix. Use backend functions.
9132 (vc-check-headers): Use backend functions.
9133
9134 * vc-cvs.el: Require vc when compiling.
9135 (vc-cvs-register-switches): Doc fix.
9136 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9137 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9138 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9139 New functions (code from vc.el).
9140 (vc-annotate-display-default): Fix interactive spec.
9141 (vc-annotate-time-span): Doc fix.
9142
9143 * vc-rcs.el: Require vc when compiling.
9144 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9145 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9146 (vc-rcs-checkin): New functions (code from vc.el).
9147 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9148 Doc fix.
9149 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9150
9151 * vc-sccs.el: Require vc when compiling.
9152 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9153 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9154 (vc-sccs-revert)
9155 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9156 from vc.el).
9157 (vc-sccs-add-triple, vc-sccs-record-rename)
9158 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9159 (vc-sccs-admin): Doc fix.
9160
9161 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9162
9163 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9164 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9165 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9166 from vc.el.
9167
9168 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9169
9170 * vc-cvs.el: Moved the annotate functionality from vc.el.
9171 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9172
9173 2000-09-04 Dave Love <fx@gnu.org>
9174
9175 * vc.el (vc-backend-release): Call vc-system-release.
9176
9177 * vc-sccs.el (vc-sccs-system-release):
9178 Renamed from vc-sccs-backend-release.
9179
9180 * vc-rcs.el (vc-rcs-system-release):
9181 Renamed from vc-rcs-backend-release.
9182
9183 * vc-cvs.el (vc-cvs-system-release):
9184 Renamed from vc-cvs-backend-release.
9185
9186 2000-09-04 Dave Love <fx@gnu.org>
9187
9188 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9189 backend files.
9190 (vc-backend-release): Dispatch to backend functions.
9191 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9192 probably needs attention.]
9193
9194 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9195 (vc-sccs-backend-release): New function.
9196
9197 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9198 (vc-cvs-backend-release): New function.
9199
9200 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9201 Doc fix.
9202 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9203 (vc-default-dired-state-info): New function.
9204 (vc-dired-state-info): Dispatch to backends.
9205 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9206
9207 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9208 from vc.el and renamed.
9209
9210 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9211
9212 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9213 (vc-version-other-window, vc-backend-assign-name): Removed
9214 references to vc-latest-version; sometimes changed into
9215 vc-workfile-version.
9216
9217 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9218 vc-rcs-master-workfile-version.
9219 (vc-rcs-workfile-version): Use the above. Don't call
9220 vc-latest-version (that was unreachable code, anyway).
9221 (vc-rcs-fetch-master-properties): Doc fix.
9222
9223 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9224 (vc-backend-hook-functions): Removed them from this list, too.
9225 (vc-fetch-properties): Removed.
9226 (vc-workfile-version): Doc fix.
9227
9228 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9229 (vc-rcs-workfile-version, vc-rcs-locking-user)
9230 (vc-rcs-uses-locking): Use it.
9231
9232 * vc-hooks.el (vc-consult-rcs-headers):
9233 Moved into vc-rcs-hooks.el, under the name
9234 vc-rcs-consult-headers.
9235
9236 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9237 headers.
9238 (vc-cvs-find-master): Use this name only; correct different
9239 versions of the name.
9240
9241 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9242 New functions.
9243 (vc-sccs-locking-user): Use the latter.
9244
9245 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9246 New functions.
9247
9248 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9249 Moved into both
9250 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9251 functions are implementation details of those two backends.
9252
9253 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9254
9255 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9256 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9257
9258 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9259 (vc-sccs-parse-locks): SCCS-specific code moved here from
9260 vc-hooks.
9261
9262 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9263 code moved here from vc-hooks.
9264
9265 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9266 into back-end specific parts and removed. Callers not updated
9267 yet; because I guess these callers will disappear into back-end
9268 specific files anyway.
9269
9270 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9271
9272 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9273 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9274 `vc-uses-locking'.
9275
9276 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9277 Store yes/no in the property, and return t/nil. Updated all
9278 callers.
9279
9280 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9281 vc-sccs-uses-locking. Don't set property.
9282 (vc-sccs-locking-user): Don't set property.
9283
9284 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9285 vc-cvs-uses-locking. Don't set property here; leave that to
9286 vc-hooks.
9287 (vc-cvs-locking-user): Reflect above change. Streamlined.
9288
9289 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9290 vc-rcs-uses-locking.
9291 (vc-rcs-locking-user): Reflect above change.
9292
9293 2000-09-04 Dave Love <fx@gnu.org>
9294
9295 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9296
9297 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9298
9299 * vc-hooks.el (vc-checkout-model): Punt to backends.
9300
9301 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9302
9303 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9304
9305 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9306 New functions.
9307
9308 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9309 New functions.
9310
9311 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9312 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9313
9314 * vc-hooks.el (vc-default-locking-user): New function.
9315 (vc-locking-user, vc-workfile-version): Punt to backends.
9316
9317 2000-09-04 Dave Love <fx@gnu.org>
9318
9319 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9320 (vc-master-workfile-version): Moved from vc-hooks.
9321
9322 * vc-rcs-hooks.el: Fix duplicate code in last change.
9323
9324 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9325 (vc-rcs-master-templates): Improve :type.
9326 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9327 vc-master-workfile-version): Moved from vc-hooks.
9328
9329 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9330 (vc-sccs-master-templates): Improve :type.
9331 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9332
9333 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9334
9335 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9336 (vc-cvs-master-templates): Improve :type. Use
9337 vc-cvs-find-cvs-master.
9338 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9339 from vc-hooks.
9340 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9341
9342 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9343 Moved to vc-cvs-hooks.
9344
9345 * vc-hooks.el: Add doc strings in various places. Simplify the
9346 minor mode setup.
9347 (vc-handled-backends): New user variable.
9348 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9349 simplification.
9350
9351 2000-09-04 Dave Love <fx@gnu.org>
9352
9353 * vc.el: Some doc fixes for autoloaded and interactive functions.
9354 Fix compilation warnings from ediff stuff.
9355 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9356
9357 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9358
9359 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9360
9361 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9362
9363 2000-09-04 Dave Love <fx@gnu.org>
9364
9365 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9366 New variable.
9367 (vc-make-backend-function, vc-loadup, vc-call-backend)
9368 (vc-backend-defines): New functions.
9369
9370 * vc-hooks.el: Various doc fixes.
9371 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9372 (vc-match-substring): Function removed. Callers changed to use
9373 match-string.
9374 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9375 Simplify.
9376
9377 2000-09-04 Dave Love <fx@gnu.org>
9378
9379 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9380 type.
9381 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9382 (vc-sccs-registered): Doc fix.
9383
9384 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9385 (vc-cvs-registered): Doc fix.
9386
9387 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9388 (vc-rcs-registered): Doc fix.
9389
9390 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9391
9392 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9393
9394 * vc-hooks.el: vc-registered has been renamed
9395 vc-default-registered. Some functions have been moved to the
9396 backend specific files. they all support the
9397 vc-BACKEND-registered functions.
9398
9399 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9400
9401 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9402
9403 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9404
9405 2000-09-04 Dave Love <fx@gnu.org>
9406
9407 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9408 menu-bar-update-hook.
9409
9410 * help.el (help-manyarg-func-alist): Add
9411 find-operation-coding-system.
9412
9413 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9414
9415 * custom.el (custom-set-variables): Print message about errors in
9416 setting.
9417
9418 2000-09-03 Andrew Innes <andrewi@gnu.org>
9419
9420 * makefile.w32-in: Change to DOS line endings.
9421
9422 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9423
9424 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9425 minor-mode keymaps, if they don't have one.
9426
9427 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * eshell/esh-module.el (eval-when-compile): Don't lose if
9430 esh-module.el's file name is truncated to DOS 8+3 limits.
9431
9432 2000-09-01 John Wiegley <johnw@gnu.org>
9433
9434 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9435 predicate, which caused entries in the completion list to be
9436 doubled.
9437
9438 2000-08-30 John Wiegley <johnw@gnu.org>
9439
9440 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9441 sending to subprocesses. Also, hook pre-command-hook if
9442 `eshell-send-direct-to-subprocesses' is non-nil.
9443 (eshell-send-direct-to-subprocesses): New config variable. If t,
9444 subprocess input is send immediately.
9445 (eshell-toggle-direct-send): New function.
9446 (eshell-self-insert-command): New function.
9447 (eshell-intercept-commands): New function.
9448 (eshell-send-input): If direct subprocess sending is enabled,
9449 don't echo any input to the Eshell buffer. Let the subprocess
9450 handle that. This requires "stty echo" in bash, for example.
9451
9452 2000-08-28 John Wiegley <johnw@gnu.org>
9453
9454 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9455 completion function for Eshell's implementation of `unset'.
9456
9457 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9458
9459 * info.el (Info-directory-list): Doc fix.
9460
9461 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9462
9463 * filecache.el (file-cache-add-directory-using-find): Don't quote
9464 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9465
9466 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9467
9468 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9469 coding systems.
9470
9471 2000-08-30 Andrew Innes <andrewi@gnu.org>
9472
9473 * timer.el (run-with-idle-timer): Undo last change, so that timer
9474 is not activated immediately if Emacs is already idle. Some
9475 existing code relies on this behaviour.
9476
9477 2000-08-30 Miles Bader <miles@gnu.org>
9478
9479 * frame.el (set-frame-font): Do completion of font-name for
9480 interactive use.
9481
9482 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9483
9484 * international/quail.el (quail-start-translation): Bind locally
9485 last-command-event, last-command, and this-command.
9486 (quail-start-conversion): Likewise.
9487 (quail-self-insert-command): Fix docstring.
9488
9489 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9490
9491 * progmodes/executable.el
9492 (executable-make-buffer-file-executable-if-script-p): Check that
9493 buffer contains at least 2 characters.
9494
9495 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9496
9497 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9498
9499 2000-08-29 Dave Love <fx@gnu.org>
9500
9501 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9502 (diff-mode-shared-map): Bind mouse-2.
9503 (diff-imenu-generic-expression): New variable.
9504 (diff-mode): Use it.
9505
9506 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9507 (mouse-popup-menubar): Add minor mode menus.
9508 (popup-menu): Check for lookup-key returning number.
9509
9510 2000-08-29 Miles Bader <miles@gnu.org>
9511
9512 * comint.el (comint-send-input): Create overlays using the proper
9513 front/read-advance arguments.
9514
9515 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9516
9517 * ps-print.el: Even/odd pages printing. Doc fix.
9518 (ps-print-version): New version number (6.0).
9519 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9520 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9521 (ps-print-duplex-feature): Variable eliminated.
9522 (ps-even-or-odd-pages): New variable.
9523
9524 * progmodes/ebnf2ps.el: Doc fix.
9525 (ebnf-version): New version (3.3).
9526 (ebnf-user-arrow): Change variable customization to sexp.
9527 (ebnf-user-arrow): Function eliminated.
9528 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9529
9530 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9531
9532 * help.el (help-xref-mule-regexp): New variable.
9533 (help-make-xrefs): Handle help-xref-mule-regexp.
9534
9535 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9536 variable.
9537 (describe-input-method): Temporarily activate the specfied input
9538 method to display the information.
9539 (describe-language-environment): Hyperlinks to mule related items.
9540
9541 * international/mule-diag.el (charset-multibyte-form-string): New
9542 function.
9543 (list-character-sets-1): Use charset-multibyte-form-string.
9544 (describe-character-set): New function.
9545 (describe-coding-system): Hyperlinks to safe character sets.
9546
9547 * international/quail.el (quail-help): New arg PACKAGE.
9548 Hyperlinks to mule related items.
9549 (quail-help-insert-keymap-description): Use
9550 substitute-command-keys instead of describe-bindings.
9551 (quail-translation-help): Hyperlinks to mule related items.
9552
9553 2000-08-28 John Wiegley <johnw@gnu.org>
9554
9555 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9556 have a defsubst call itself. Made `eshell-flatten-list' back into
9557 a function again.
9558
9559 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9560 catch, in case re-centering point at bottom messes up the display.
9561 This happens frequently in Emacs 21, due I believe to variable
9562 line heights.
9563
9564 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9565 to call `find-tag-interactive'.
9566
9567 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9568 the list of remember directories.
9569
9570 2000-08-28 John Wiegley <johnw@gnu.org>
9571
9572 * align.el: Test align-region-separate to see if it's a symbol.
9573
9574 2000-08-28 John Wiegley <johnw@gnu.org>
9575
9576 * eshell/esh-util.el (eshell-flatten-list): Made this function
9577 into a defsubst form. It gets used very frequently, although
9578 calls don't occur all that often.
9579
9580 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9581 examining it.
9582
9583 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9584 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9585 `eshell-protect'.
9586 (eshell-copy-handles): Created a new macro for duplicating the
9587 current set of open handles. This is needed by the looping
9588 functions.
9589 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9590 is not incorrectly stomped on.
9591
9592 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9593 declaration for pcomplete-use-paring.
9594 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9595 value of eshell-cmpl-use-paring.
9596 * pcomplete.el (pcomplete-use-paring): New config variable, to
9597 indicate whether paring should be used.
9598 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9599 completion alternatives that have already been used.
9600
9601 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9602 bound to C-c C-y, which will repeat the previous N arguments
9603 (based on prefix argument).
9604 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9605
9606 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9607 if there is no *Help* buffer. This is for XEmacs, which renames
9608 its help buffers uniquely. TODO: Find out what the current buffer
9609 name to delete is.
9610
9611 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9612 first entry that correlates to a passwd/group number. Later
9613 entries (used for group/user name aliasing to multiple IDs) are
9614 ignored.
9615
9616 * eshell/em-xtra.el (eshell/expr):
9617 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9618 (eshell-grep, eshell/diff, eshell/locate):
9619 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9620 argument list, before passing it to the system command.
9621
9622 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9623 `find-tag' for use at final position in Eshell buffers (which
9624 otherwise triggers an error on Emacs 21).
9625 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9626 buffer, if it is currently bound to `find-tag'.
9627
9628 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9629 in the list of matched Makefile names.
9630 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9631 directory, prefer its contents to Makefile.
9632
9633 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9634 directory parts (like "cd old new", or "cd =regexp"), are now case
9635 sensitive on non-Windows/DOS platforms.
9636
9637 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9638 types RET after an open delimiter (like "), display a message
9639 indicating that Eshell is waiting for the closing delimiter.
9640
9641 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9642 environment variables.
9643
9644 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9645 gracefully if the user enters incorrect arguments.
9646
9647 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9648 Eshell buffers.
9649
9650 * eshell/esh-var.el (eshell-interpolate-variable):
9651 * eshell/esh-mode.el (eshell-move-argument):
9652 * eshell/em-unix.el (eshell-du-sum-directory):
9653 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9654 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9655 (not (= ...)).
9656
9657 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9658 to ensure the `preserve' flag gets propagated when doing recursive
9659 directory copies.
9660
9661 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9664 Don't convert \n into \0177 in memory.
9665 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9666 and back again, when reading and writing.
9667
9668 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9669
9670 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9671 testing of `fboundp' on `processp'.
9672
9673 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9674 (eshell/jobs): Don't call process-list if it is not bound.
9675 (eshell-gather-process-output): Support systems where async
9676 subprocesses aren't supported.
9677 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9678 variables.
9679
9680 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9681 eshell-do-eval returns t.
9682 (eshell-do-pipelines-synchronously): New defmacro.
9683 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9684 when async subprocesses aren't supported.
9685 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9686 if async subprocesses aren't supported.
9687 (eshell-resume-command): Don't assume STATUS is a string.
9688
9689 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9690
9691 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9692 (eshell-close-target, eshell-get-target): Use eshell-processp.
9693 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9694 fix.
9695 (eshell-get-target, eshell-create-handles): Doc fix.
9696
9697 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9698
9699 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9700 criterion to include commands that output something, as long as it
9701 leaves both the command and the end-of-buffer visible when the
9702 command has exited.
9703 (eshell-review-quick-commands): Adjust the help doc string
9704 accordingly.
9705
9706 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9707
9708 * locate.el (locate): Cleaned up locate command's interactive prompting
9709 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9710
9711 * filecache.el (file-cache-case-fold-search): New variable
9712 (file-cache-assoc-function): New variable
9713 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9714 Use file-cache-case-fold-search variable
9715 (file-cache-add-file): Use file-cache-assoc-function
9716 (file-cache-delete-file): likewise
9717 (file-cache-directory-name): likewise
9718 (file-cache-debug-read-from-minibuffer): likewise
9719
9720 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9721
9722 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9723 (abbrev-table-name): New function.
9724 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9725 If non-nil list local abbrev, only.
9726
9727 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9728
9729 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9730 from Gnus support code, and use special article copy buffer
9731 `(gnus-original-article-buffer)' instead. This allows to get rid
9732 of article-hide-headers usage (which breaks in the latest Gnus
9733 version). Thanks to Detlev Zundel.
9734
9735 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9736
9737 * international/quail.el (quail-use-package): Hide "... loaded"
9738 message.
9739 (quail-start-translation, quail-start-conversion): Likewise.
9740
9741 * international/kkc.el (kkc-region): Hide "... loaded" message.
9742
9743 2000-08-27 Dave Love <fx@gnu.org>
9744
9745 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9746
9747 2000-08-27 Miles Bader <miles@gnu.org>
9748
9749 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9750
9751 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9752
9753 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9754 'ja-dic-cnv), not (require 'skkdic-cnv).
9755
9756 2000-08-26 Miles Bader <miles@gnu.org>
9757
9758 * faces.el (face-x-resources): Add entry for :inherit.
9759 * cus-face.el (custom-face-attributes): Add support for :inherit
9760 attribute. Add support for relative face heights.
9761 (custom-face-attributes-get): Treat `nil' as being a default value
9762 for :inherit (as well as `unspecified').
9763
9764 * faces.el (set-face-attribute): Update doc string.
9765 (face-attribute-name-alist): Add :inherit.
9766 (face-valid-attribute-values): Handle :inherit.
9767 (face-read-string): Rephrase prompt to be less confusing.
9768 Assume that DEFAULT is a string, since we must return a string.
9769 (face-read-integer): Use `format' to turn DEFAULT into an
9770 acceptable default for face-read-string. Match NEW-VALUE against
9771 the string "unspecified", not the symbol `unspecified', since
9772 that's what face-read-string returns.
9773 (read-face-attribute): Lookup a name for old-value in valid, and
9774 use it as a default if we find one. Treat all values from
9775 face-read-string as strings. If the default is used, don't do any
9776 more processing on the value, just use the old value directly.
9777 (read-face-and-attribute, modify-face): Tweak prompt.
9778 (read-face-name): Don't assume prompt ends with a space.
9779
9780 * faces.el (describe-face): Add support for :inherit attribute.
9781
9782 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9783
9784 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9785 concat doesn't accept interger.
9786
9787 * international/kkc.el: Remove SKK from Keywords. Require
9788 ja-dic-utl instead of skkdic-utl.
9789
9790 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9791 Provide ja-dic-cnv instead of skkdic-cnv.
9792 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9793 (iso-2022-7bit-short): Add safe-charsets property.
9794 (skkdic-convert-postfix): Search Japanese chou-on character in
9795 addition to Hiragana character.
9796 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9797 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9798 (batch-skkdic-convert): Likewise.
9799
9800 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9801 Provide ja-dic-utl instead of skkdic-utl.
9802 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9803
9804 2000-08-24 Dave Love <fx@gnu.org>
9805
9806 * disp-table.el (standard-display-default): Make the test of `l'
9807 useful.
9808
9809 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9810 mod sample text.
9811
9812 * international/iso-ascii.el: Make pilcrow convenient string
9813 consistent with section.
9814 (iso-ascii-display): Set up multibyte characters as well as
9815 unibyte.
9816
9817 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9818
9819 * international/mule-cmds.el (reset-language-environment): Set
9820 default-process-coding-system to '(undecided . iso-latin-1), which
9821 makes process I/O almost consistent with file I/O. Call this
9822 function when mule-cmds.el[c] is loaded.
9823
9824 2000-08-22 Andrew Innes <andrewi@gnu.org>
9825
9826 * makefile.w32-in: New file.
9827
9828 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9829
9830 * comint.el (comint-output-filter): Compare end of
9831 comint-last-output-overlay with the start of the newly inserted
9832 text, not the end, when deciding whether to extend it.
9833 Set saved-point's insertion type to advance after insertion.
9834
9835 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9836 since this is now done independently of font-lock mode.
9837
9838 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9839
9840 * server.el (server-kill-new-buffers): New user option.
9841 (server-existing-buffer): New buffer-local variable.
9842 (server-visit-files): When using an existing buffer, set
9843 server-existing-buffer to t.
9844 (server-buffer-done): If server-kill-new-buffers is t, kill the
9845 buffer, unless it was already present before visiting it with
9846 Emacs server.
9847
9848 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9849
9850 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9851 even if the display doesn't support colors: some displays will
9852 support bold/underline faces.
9853
9854 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9855
9856 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9857
9858 * startup.el (command-line): If user's init file had an error,
9859 add explanatory text to *Messages*.
9860
9861 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9862
9863 * man.el (Man-getpage-in-background): Decode the process output by
9864 the system locale coding system.
9865
9866 2000-08-20 Dave Love <fx@gnu.org>
9867
9868 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9869 Don't test x-popup-menu.
9870 (function) <complete-function>: Complete only fbound symbols.
9871 <validate, value>: New.
9872 (variable) <complete-function>: Complete only bound symbols.
9873 (coding-system): Add :base-only, :complete-function, :validate,
9874 :value, :prompt-match.
9875 (widget-coding-system-prompt-value): Use read-coding-system and
9876 act on :base-only.
9877 (editable-field): Add :help-echo.
9878 (widget-push-button-gui, widget-push-button-cache)
9879 (widget-gui-action, widget-editable-list-gui): COmment out, along
9880 with uses.
9881 (widget-at): Make arg optional.
9882 (widget-echo-help): Adjust for current help-echo calling sequence.
9883 (widget-specify-field, widget-specify-button)
9884 (widget-specify-insert, widget-get-sibling, widget-image-find)
9885 (widget-convert, widget-insert, widget-leave-text)
9886 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9887 (widget-setup, widget-field-find, widget-before-change)
9888 (widget-after-change, widget-default-complete)
9889 (widget-default-create, widget-default-delete)
9890 (widget-push-button-value-create, editable-field)
9891 (widget-field-prompt-value, widget-field-validate)
9892 (widget-choice-value-create, widget-choice-action)
9893 (widget-choice-validate, widget-checklist-add-item)
9894 (widget-radio-add-item, widget-radio-chosen)
9895 (widget-radio-value-inline, widget-editable-list-value-create)
9896 (widget-editable-list-entry-create)
9897 (widget-documentation-link-add)
9898 (widget-documentation-string-value-create)
9899 (widget-regexp-validate, widget-file-complete)
9900 (widget-sexp-validate, widget-plist-convert-widget)
9901 (widget-plist-convert-widget, widget-alist-convert-widget)
9902 (widget-alist-convert-widget, widget-color-complete): Simplify,
9903 particularly to avoid bindings which aren't optimized out.
9904
9905 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9906 Doc fix.
9907 (down-list, backward-up-list, up-list, kill-sexp)
9908 (backward-kill-sexp, mark-sexp): Make arg optional.
9909 (lisp-complete-symbol): Add optional arg PREDICATE.
9910
9911 * cus-start.el: Add display-buffer-reuse-frames,
9912 file-coding-system-alist.
9913
9914 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9915
9916 * startup.el (command-line): Clear realized faces after
9917 modifying TTY color mappings.
9918
9919 2000-08-20 Miles Bader <miles@gnu.org>
9920
9921 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9922 merely a subset of FACE's attributes.
9923
9924 2000-08-19 Miles Bader <miles@gnu.org>
9925
9926 * comint.el (comint-output-filter): Save the point with a marker,
9927 not just a buffer position.
9928
9929 * international/mule.el (set-buffer-process-coding-system): Make
9930 interactive prompt less confusing.
9931
9932 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9933
9934 * hilit-chg.el: General cleanup of doc strings, comments and
9935 code formatting.
9936
9937 2000-08-19 Miles Bader <miles@gnu.org>
9938
9939 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9940 Compiler macro removed; beginning-of-line is no longer always
9941 equivalent to forward-line, in the presence of fields.
9942
9943 * comint.el (comint-output-filter): Remove ad-hoc saving of
9944 restriction, and just use save-restriction, now that it works
9945 correctly. Don't adjust comint-last-input-start to account for
9946 our insertion; it shouldn't have moved because we don't use
9947 insert-before-markers anymore. Comment out call to
9948 `force-mode-line-update'; why is it here?
9949
9950 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9951 while checking for prompt to delete. Use `forward-line 0'
9952 instead of beginning-of-line.
9953 (gud-filter): Temporarily widen gud comint buffer while
9954 examining output.
9955
9956 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9957
9958 * progmodes/sh-script.el: Big bag of typos.
9959
9960 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9961 check since ispell-process is not bound when ispell is not yet loaded.
9962
9963 2000-08-18 Dave Love <fx@gnu.org>
9964
9965 * image.el (find-image): Copy `spec' before using plist-put.
9966
9967 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9968
9969 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9970 `portugues'.
9971
9972 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9973 backward-kill-sexp, analogous to kill-sexp.
9974
9975 * progmodes/icon.el (icon-indent-line)
9976 (icon-is-continuation-line): Handle comments specially.
9977
9978 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9979
9980 * ispell.el: Set to standard author/maintainer/keyword fields.
9981 Fine tuning to menu map appearance and operation, and added help.
9982 Remove `start' and `end' error messages when compiling.
9983 (ispell-choices-win-default-height): Fixed comment string.
9984 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9985 castellano8 dictionaries.
9986 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9987 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9988 dictionary, added italiano dictionary.
9989 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9990 word character
9991 (ispell-tex-skip-alists): Added psfig support.
9992 (ispell-skip-html): Renamed from ispell-skip-sgml.
9993 (ispell-begin-skip-region-regexp, ispell-skip-region)
9994 (ispell-minor-check): Improved html skipping support to skip across
9995 code, and recognize `&' commands without propper `;' syntax;
9996 (ispell-process-line): Fix alignment error when manually
9997 correcting spelling.
9998 (ispell): Fix comment string.
9999 (ispell-add-per-file-word-list): Always put word list on new line.
10000
10001 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10002
10003 * format.el (format-encode-run-method): Fix error message to say
10004 `encode' instead of `decode'. Use save-window-excursion around
10005 shell-command-on-region as in format-decode-run-method because
10006 shell-command-on-region can display a buffer with error output.
10007 (format-decode): Don't record undo information for the decoding.
10008 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10009 that number part of the temporary buffer name so that more than
10010 one decoding using a temporary buffer can happen safely.
10011
10012 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10013 of `A-z' in the regexp.
10014
10015 * hilit-chg.el: Fix typos in commentary.
10016
10017 * help.el (view-emacs-news): Rewritten for new naming scheme
10018 for old NEWS files.
10019
10020 * startup.el (command-line): Pop to *Messages* in case an error
10021 is signaled while loading user-init-file.
10022
10023 2000-08-17 Andreas Schwab <schwab@suse.de>
10024
10025 * files.el (insert-directory): Don't lose original file name,
10026 undoing an undocumented change.
10027
10028 2000-08-17 Alex Schroeder <alex@gnu.org>
10029
10030 * sql.el (sql-magic-go): Use comint-bol.
10031 (sql-copy-column): Use comint-line-beginning-position.
10032 (comint-line-beginning-position): Define a replacement for
10033 comint-line-beginning-position if it is not fboundp.
10034
10035 2000-08-17 Alex Schroeder <alex@gnu.org>
10036
10037 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10038 it didn't have any effect anyway.
10039
10040 2000-08-17 Alex Schroeder <alex@gnu.org>
10041
10042 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10043 --pset and pager=off instead of sending \\o|cat at the beginning
10044 of the session.
10045
10046 2000-08-17 Miles Bader <miles@gnu.org>
10047
10048 * progmodes/octave-inf.el: Add compatibility definition of
10049 comint-line-beginning-position.
10050
10051 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10052
10053 * startup.el (normal-top-level): Look in each dir in load-path for
10054 a leim-list.el file too. This assures of loading leim-list.el
10055 that is created at Emacs installation time even if a user have his
10056 own leim-list.el.
10057
10058 2000-08-17 Miles Bader <miles@gnu.org>
10059
10060 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10061 foreground color to black if the background is dark.
10062
10063 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10064
10065 * loadhist.el (unload-feature): Typo.
10066
10067 * finder.el (finder-compile-keywords):
10068 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10069 to the generated file.
10070
10071 * mail/mh-e.el (mh-make-local-vars):
10072 Replace make-variable-buffer-local with make-local-variable.
10073
10074 * play/landmark.el:
10075 * options.el (Edit-options-{set,toggle,t,nil}):
10076 * mail/mailabbrev.el (mail-abbrevs-mode):
10077 * textmodes/tex-mode.el (tex-expand-files):
10078 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10079
10080 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10081
10082 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10083 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10084 Allow going past the last element.
10085 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10086 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10087 (cvs-mouse-toggle-mark): Don't move point.
10088 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10089
10090 * progmodes/compile.el (grep): Provide a default set of files.
10091 (next-error): Docstring fix.
10092 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10093
10094 * emacs-lisp/easy-mmode.el (define-minor-mode):
10095 Use `symbol-value' to keep the byte-compiler quiet.
10096
10097 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10098 (diff-find-source-location): New fun, extracted from diff-goto-source.
10099 (diff-goto-source): Use it.
10100 (diff-next-complex-hunk, diff-filter-lines): New function.
10101 (diff-apply-hunk): New command.
10102
10103 * smerge-mode.el (smerge-mode-menu): Doc fix.
10104
10105 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10106
10107 2000-08-16 Dave Love <fx@gnu.org>
10108
10109 * windmove.el (windmove) <defgroup>: Add :version.
10110
10111 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10112 (goto-address-fontify-p, goto-address-highlight-p)
10113 (goto-address-url-face, goto-address-url-mouse-face)
10114 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10115 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10116 (goto-address-fontify, goto-address-at-mouse): Simplify,
10117 (goto-address-at-point): browse-url-url-at-point,
10118 goto-address-find-address-at-point can return nil.
10119 (goto-address-find-address-at-point): Return nil on failure.
10120
10121 * align.el (align) <defgroup>: Add :version.
10122
10123 * calculator.el (calculator): Add :version.
10124 (calculator): Use two lines for calculator window if `modeline'
10125 face is boxed.
10126
10127 * play/5x5.el: Doc fixes.
10128 (5x5) <defgroup>: Add :version.
10129
10130 * play/fortune.el (fortune) <defgroup>: Add :version.
10131 (fortune-append): Fix error message.
10132 (fortune-from-region): Doc fix.
10133
10134 * play/pong.el (pong): Doc fix.
10135
10136 * play/morse.el: Keywords, commentary, autoloads.
10137
10138 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10139
10140 * desktop.el (desktop-save): Don't look at symbol-value of a
10141 member of minor-mode-alist, unless it is boundp.
10142
10143 2000-08-16 Sam Steingold <sds@gnu.org>
10144
10145 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10146 `while'; use `with-current-buffer' instead of `save-excursion'.
10147 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10148
10149 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10150
10151 * international/ccl.el (declare-ccl-program): Docstring modified.
10152 (ccl-execute-with-args): Likewise.
10153
10154 2000-08-16 Miles Bader <miles@gnu.org>
10155
10156 * progmodes/sql.el: Add compatibility definition of
10157 comint-line-beginning-position.
10158
10159 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10160
10161 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10162 'buffer-menu' property.
10163 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10164 fails.
10165 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10166 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10167 wasn't killed.
10168
10169 * buff-menu.el (list-buffers-noselect): Don't display the
10170 *Buffer List* buffer.
10171
10172 * font-lock.el: Require jit-lock to prevent a very late
10173 `Loading jit-lock' message.
10174
10175 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10176 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10177 mail address.
10178
10179 2000-08-15 Miles Bader <miles@gnu.org>
10180
10181 * textmodes/ispell.el (ispell-graphic-p): New constant.
10182 (ispell-choices-win-default-height, ispell-help): Use
10183 `ispell-graphic-p' instead of `xemacsp'.
10184
10185 2000-08-15 Dave Love <fx@gnu.org>
10186
10187 * simple.el: Autoload widget-convert when compiling.
10188 (mail-user-agent): Doc fix.
10189
10190 * help.el (function-called-at-point, variable-at-point): Use
10191 with-syntax-table.
10192 (help-manyarg-func-alist): Add insert-and-inherit.
10193
10194 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10195
10196 * delsel.el (delsel-unload-hook): New function.
10197
10198 * find-file.el: Doc fixes. Move provide to end.
10199 (ff) <defgroup>: Add :link.
10200 (ff-goto-click): Deleted.
10201 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10202 Use mouse-set-point.
10203
10204 * textmodes/tildify.el: Doc fixes.
10205 (tildify) <defgroup>: Add:version.
10206
10207 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10208 (glasses-custom-set): Use set-default, not set.
10209 (minor-mode-alist): Propertize the lighter.
10210 (glasses-mode): Provide optional arg.
10211
10212 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10213 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10214 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10215 option. Provide :type.
10216 (cwarn-configuration): Provide :type.
10217 (cwarn-mode): Doc fix.
10218
10219 * add-log.el (change-log-merge): Doc fix.
10220 (change-log-redate): New command.
10221
10222 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10223 Doze and Dog.
10224 (browse-url): Use dolist, not mapcar.
10225 (browse-url-at-point): Check for null url.
10226 (browse-url-event-buffer, browse-url-event-point): Functions
10227 deleted.
10228 (browse-url-at-mouse, browse-url-netscape): Simplify.
10229
10230 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10231 modes.
10232 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10233 Fix previous change to mapcan.
10234 (msb--init-file-alist, msb--add-separators)
10235 (msb--make-keymap-menu): Simplify.
10236 (msb--choose-file-menu): Use copy-sequence.
10237 (msb-mode-map): Add title to keymap.
10238 (msb-unload-hook): New function.
10239
10240 * bs.el: Fix indentation.
10241 (bs) <defgroup>: Add :links.
10242 (bs-show): Doc fix.
10243 (bs-apply-sort-faces): Don't use window-system.
10244 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10245
10246 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10247
10248 * calendar/timeclock.el (timeclock-file): Run .timelog through
10249 convert-standard-filename.
10250
10251 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10252
10253 * emacs-lisp/authors.el: New file.
10254
10255 * paren.el (show-paren-priority): New user option.
10256 (show-paren-function): Set overlay priorities to
10257 show-paren-priority.
10258
10259 2000-08-14 Miles Bader <miles@gnu.org>
10260
10261 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10262 beginning-of-line with inhibit-field-text-motion bound.
10263
10264 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10265
10266 * calendar/timeclock.el: New file.
10267
10268 2000-08-14 David Ponce <david@dponce.com>
10269
10270 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10271 `widget-button-click'. so that one can use left mouse button to
10272 click on dialog buttons.
10273
10274 2000-08-14 Emmanuel Briot <briot@gnat.com>
10275
10276 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10277 identifiers, since XML is case sensitive
10278
10279 2000-08-12 Miles Bader <miles@gnu.org>
10280
10281 * comint.el (comint-output-filter): Don't bother frobbing
10282 window-start, it doesn't seem to be necessary.
10283
10284 * comint.el (comint-send-string, comint-send-region): Make into
10285 real functions. Snapshot the prompt before sending.
10286
10287 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10288
10289 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10290 technique similar to Info-index, instead of relying on specific
10291 names of relevant Index nodes.
10292 (Info-goto-emacs-command-node): Bind Info-history to nil when
10293 going to the first node found by Info-find-emacs-command-nodes.
10294
10295 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10296
10297 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10298
10299 2000-08-10 Miles Bader <miles@gnu.org>
10300
10301 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10302
10303 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10304
10305 * info.el (Info-file-list-for-emacs): More elements for the
10306 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10307 and woman manuals.
10308
10309 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10310
10311 * comint.el (comint-send-input): Make the newline boundary overlay
10312 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10313 (comint-output-filter): Use `insert' instead of
10314 `insert-before-markers'. Extend comint-last-output-overlay when
10315 necessary since we can't rely on insert-before-markers to do it.
10316 * gud.el (gud-filter): Use `with-current-buffer' instead of
10317 save-excursion when inserting the output, so that point gets
10318 updated correctly; the old method relied on a rather dodgy
10319 side-effect of comint-output-filter to avoid the effect of
10320 save-excursion.
10321
10322 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10323
10324 * files.el (recover-file): Call insert-directory instead of
10325 invoking `ls' directly.
10326
10327 2000-08-10 Miles Bader <miles@gnu.org>
10328
10329 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10330 (comint-last-prompt-overlay): New variables.
10331 (comint-output-filter): Implement prompt highlighting.
10332 (comint-snapshot-last-prompt): New function.
10333 (comint-send-input): Snapshot the last prompt.
10334 Use comint-highlight-input-face.
10335 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10336 Use defface instead of defcustom.
10337 (send-invisible, comint-send-eof): Snapshot the last prompt.
10338 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10339 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10340
10341 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10342
10343 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10344 (regexp-opt-group): Use a list of chars for `letters'.
10345 (regexp-opt-charset): `chars' is now a list of chars.
10346 Use a char-table rather than a vector so it works for multibyte chars.
10347
10348 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10349 Set cvs-minor-current-files to the selected fileinfo.
10350 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10351 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10352
10353 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10354
10355 * files.el (insert-directory): Don't call access-file on
10356 directories on DOS and Windows.
10357
10358 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10359
10360 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10361 longer if necessary.
10362 (ccl-embed-code): Call ccl-embed-data to store CODE in
10363 ccl-program-vector.
10364
10365 2000-08-09 Miles Bader <miles@gnu.org>
10366
10367 * comint.el (comint-output-filter): Properly handle the case where
10368 the text surrounded by comint-last-output-overlay was deleted.
10369
10370 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10371
10372 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10373 non-nil.
10374 (Info-file-list-for-emacs): Remove "info" from the list because
10375 that leads to trying to use the documentation from file `info'
10376 in various situations where it isn't appropriate, for instance
10377 C-h C-k C-h i.
10378
10379 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10380 DIR and/or STRING are nil.
10381
10382 * progmodes/compile.el (compilation-setup): Make variable
10383 compilation-error-screen-columns buffer-local, as some comment
10384 in the code suggests it should be.
10385
10386 * files.el (auto-mode-interpreter-regexp): New variable.
10387 (set-auto-mode): Use it.
10388
10389 * indent.el (indent-for-tab-command): Doc fix.
10390
10391 * mouse-sel.el (mouse-sel-mode): Doc fix.
10392
10393 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10394 labels.
10395
10396 * help.el (print-help-return-message): When
10397 display-buffer-reuse-frames is set, let the help window been quit,
10398 instead of deleting it, which might delete a reused frame.
10399
10400 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10401
10402 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10403 rename a directory to a name that differs only by its letter case.
10404
10405 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10406
10407 * international/quail.el (quail-define-rules): Handle Quail decode
10408 map correctly. Add code for supporting annotations.
10409 (quail-install-decode-map): New function.
10410 (quail-defrule-internal): New optional arguments decode-map and
10411 props.
10412 (quail-advice): New function.
10413
10414 2000-08-07 Sam Steingold <sds@gnu.org>
10415
10416 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10417 `defconst', `define-condition', `with-slots'.
10418 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10419
10420 2000-08-03 Miles Bader <miles@gnu.org>
10421
10422 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10423 New variable.
10424 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10425 comint-use-prompt-regexp-instead-of-fields.
10426 (comint-send-input): Add `input' field property to stuff we send to
10427 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10428 (comint-output-filter): Add `output' field property to process
10429 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10430 (comint-replace-by-expanded-history)
10431 (comint-get-old-input-default, comint-show-output)
10432 (comint-backward-matching-input, comint-forward-matching-input)
10433 (comint-next-prompt, comint-previous-prompt): Use field
10434 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10435 (comint-line-beginning-position): New function.
10436 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10437 (comint-replace-by-expanded-history-before-point): Use
10438 comint-line-beginning-position and line-end-position.
10439 (comint-last-output-overlay): New variable.
10440 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10441
10442 * shell.el (shell-prompt-pattern): Doc change.
10443 (shell-backward-command): Use line-beginning-position.
10444
10445 * gud.el (gud-gdb-complete-command): Use
10446 comint-line-beginning-position.
10447
10448 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10449 comint-bol doesn't actually go to the beginning of the line.
10450
10451 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10452 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10453 (try-expand-line-all-buffers): Likewise.
10454
10455 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10456 explicitly matching comint-prompt-regexp.
10457 (sql-copy-column): Use comint-line-beginning-position instead of
10458 explicitly matching comint-prompt-regexp.
10459
10460 * progmodes/octave-inf.el (inferior-octave-complete): Use
10461 comint-line-beginning-position.
10462
10463 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10464
10465 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10466 looking for a prompt, use `forward-line 0' instead of
10467 `beginning-of-line', to avoid getting caught by an input field.
10468
10469 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10470
10471 * files.el (shell-quote-wildcard-pattern): Make sure to return
10472 PATTERN, in the Unix case.
10473
10474 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10475
10476 * play/zone.el (zone): Discard any pending input before running
10477 the randomly-chosen pgm.
10478
10479 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10480
10481 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10482 checking the existence of any multibyte characters.
10483
10484 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10485
10486 * help.el (describe-mode): Test minor-mode symbol for being
10487 bound before testing its value for being nil.
10488
10489 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10490 `first', `second', and `third'.
10491
10492 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10493 (second): Make it an alias for `cadr'.
10494
10495 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10496
10497 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10498 types of display support faces now.
10499
10500 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10501
10502 * pcvs.el (require): Require `cl' during compilation, only.
10503
10504 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10505 (toplevel): Remove `remq' and `remove' from autoloads.
10506 (cl-fake-autoloads): New variable. If set, arrange for an error
10507 when CL functions etc. are autoloaded.
10508
10509 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10510
10511 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10512
10513 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10514 popped up, but the user clicks outside the menu, return an empty
10515 regexp (that causes unhighlight-regexp to have no effect).
10516
10517 * menu-bar.el (menu-bar-games-menu): Add Zone.
10518
10519 * hi-lock.el (toplevel): Require font-lock.
10520
10521 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10522
10523 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10524 (ebnf-8-bit-chars): New var for bug fix.
10525 (ebnf-string): Bug fix.
10526
10527 2000-08-03 Sam Steingold <sds@gnu.org>
10528
10529 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10530 instead of `buffer-string'.
10531 (require 'cl): Always, not just when compiling.
10532 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10533 necessary.
10534
10535 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10536
10537 * international/mule-cmds.el (select-safe-coding-system): Make
10538 the message text about selecting a safe coding system more clear.
10539
10540 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10541
10542 * hi-lock.el: New file.
10543
10544 * play/zone.el: New file.
10545
10546 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10547 value of tab-width in the original buffer. Choose a line number
10548 format that's a multiple of the original buffer's tab width, so
10549 that lines appear right.
10550
10551 * textmodes/ispell.el (ispell): New function, replacing an alias.
10552 Spell-check active region if in transient-mark-mode and mark
10553 is active; otherwise spell-check buffer.
10554
10555 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10556
10557 * ps-mule.el: Fix a customization problem on
10558 ps-mule-font-info-database-default.
10559
10560 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10561
10562 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10563 display-mouse-p instead of window-system.
10564 (ebrowse-member-mode-map): Ditto.
10565
10566 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10567
10568 * progmodes/ebnf2ps.el: Update ps-print functions call.
10569 Indentation fix. Doc fix.
10570 (ebnf-version): New version number (3.2).
10571 (ebnf-format-color, ebnf-begin-job): Code fix.
10572
10573 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10574
10575 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10576 font lock support on window-system.
10577 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10578
10579 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10580 display-color-p, if fboundp, instead of window-system.
10581
10582 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10583
10584 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10585 instead of window-system.
10586
10587 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10588 window-system.
10589 (widget-choice-mouse-down-action): Use display-popup-menus-p
10590 instead of window-system.
10591
10592 * strokes.el (strokes-file): Run the file name through
10593 convert-standard-filename.
10594 (strokes-mode): Call display-mouse-p instead of looking at
10595 window-system. Change the error message accordingly.
10596
10597 * progmodes/cpp.el (toplevel): Support faces on tty's.
10598
10599 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10600 (lm-plot-square, lm-init-display): Don't use window-system.
10601
10602 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10603 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10604
10605 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10606 instead of looking at window-system.
10607
10608 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10609
10610 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10611 of testing if iswitchb-prepost-hooks is bound, because the
10612 latter will always be true when invoking a recursive minibuffer
10613 from an active Iswitchb buffer.
10614
10615 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10616
10617 * files.el (shell-quote-wildcard-pattern): New function.
10618 (insert-directory): Call it. Only prepend "\" to command on Unix
10619 and GNU/Linux systems.
10620
10621 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10622
10623 * eshell/esh-groups.el: Change custom :link file names
10624 from `eshell.info' to `eshell'.
10625
10626 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10627
10628 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10629 correctly in recursive ange-ftp listings.
10630
10631 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10632
10633 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10634 ps-header-font-size-internal and
10635 ps-header-title-font-size-internal variables are not set,
10636 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10637 face text property is (foreground-color . COLOR) or
10638 `(background-color . COLOR)', ps-print crashes. Doc fix.
10639 (ps-print-version): New version number (5.2.4).
10640 (ps-plot-region): Code fix.
10641 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10642 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10643 Bug fix 2.
10644
10645 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
10646
10647 * glasses.el (glasses-make-readable): Fix uncapitalization of
10648 identifiers like `myXMLDocument'.
10649
10650 2000-07-28 Karl Fogel <kfogel@red-bean.com>
10651
10652 * mail/mail-hist.el (mail-hist-previous-input)
10653 (mail-hist-next-input): Do the obvious code factorization.
10654 (mail-hist-retrieve-and-insert): New func, contains common
10655 code of above two.
10656 If inserting a message body, leave point at top.
10657
10658 2000-07-28 Sam Steingold <sds@gnu.org>
10659
10660 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10661 Use `<=', not `<' to compare times!
10662 (ange-ftp-ls): Remove.
10663
10664 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10665
10666 * play/cookie1.el: Add explanation of how to make cookie.el
10667 compatible with strfile(1) to comment.
10668
10669 * subr.el (remove, remq): New functions.
10670
10671 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10672 escape `*' in regexps.
10673 (midnight-find): Reverse order of arguments in the funcall of
10674 TEST.
10675
10676 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10677 and `.class'.
10678
10679 * play/meese.el: Add Commentary section.
10680
10681 2000-07-27 Alex Schroeder <alex@gnu.org>
10682
10683 * sql.el (sql-ms): Added autoload cookie.
10684 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10685 (sql-oracle): Ditto.
10686 (sql-help): Doc change.
10687
10688 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10689 types and exceptions.
10690
10691 2000-07-27 Alex Schroeder <alex@gnu.org>
10692
10693 * sql.el (sql-placeholder-history): New variable.
10694 (sql-query-placeholders-and-send): New function that will query
10695 the user and replace placeholders with user input.
10696 (sql-oracle): If running on NT, set comint-input-sender to
10697 sql-query-placeholders-and-send.
10698
10699 (sql-stop): If in the SQLi buffer, insert stop notification, else
10700 present it as a message.
10701
10702 2000-07-27 Alex Schroeder <alex@gnu.org>
10703
10704 * sql.el (sql-input-ring-separator): Doc change.
10705 (sql-input-ring-file-name): Doc change.
10706 (sql-interactive-mode): Use `sql-input-ring-separator' and
10707 `sql-input-ring-file-name' to set the comint-mode equivalents
10708 without making them local variables.
10709 (sql-stop): Don't bind `sql-input-ring-separator' and
10710 `sql-input-ring-file-name' dynamically to their comint-mode
10711 equivalents.
10712
10713 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10714
10715 * international/mule.el (register-char-codings): New function.
10716 (make-coding-system): Handle `safe-chars' specification in the arg
10717 PROPERTY.
10718
10719 * international/mule-cmds.el
10720 (find-coding-systems-region-subset-p): This function deleted.
10721 (sort-coding-systems-predicate): New variable.
10722 (sort-coding-systems): New function.
10723 (find-coding-systems-region): Use
10724 find-coding-systems-region-internal.
10725 (find-coding-systems-string): Use find-coding-systems-region.
10726 (find-coding-systems-for-charsets): Check
10727 char-coding-system-table.
10728 (select-safe-coding-system-accept-default-p): New variable.
10729 (select-safe-coding-system): Mostly rewritten. New argument
10730 ACCEPT-DEFAULT-P.
10731 (select-message-coding-system): Call select-safe-coding-system
10732 with ACCEPT-DEFAULT-P arg.
10733 (reset-language-environment): Reset default-sendmail-coding-system
10734 to the default value iso-latin-1.
10735 (set-language-environment): Don't set the obsolete variable
10736 charset-origin-alist.
10737
10738 * international/codepage.el (cp-coding-system-for-codepage-1):
10739 Give `safe-chars' property to make-coding-system.
10740
10741 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10742 calling select-message-coding-system twice.
10743
10744 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10745 instead of `safe-charsets'.
10746 (cyrillic-alternativnyj): Likewise.
10747 (ccl-encode-alternativnyj): Don't check the charset
10748 cyrillic-iso8859-5.
10749
10750 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10751
10752 * composite.el (compose-chars-after): Preserve match data.
10753
10754 2000-07-26 Sam Steingold <sds@gnu.org>
10755
10756 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10757 (ange-ftp-real-file-newer-than-file-p): New function.
10758 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10759 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10760
10761 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10762 * midnight.el (midnight-float-time): Ditto.
10763
10764 2000-07-26 Andreas Schwab <schwab@suse.de>
10765
10766 * files.el (normal-backup-enable-predicate): Correct
10767 interpretation of the return value of compare-strings.
10768
10769 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10770
10771 * isearch.el (isearch-resume): New function.
10772 (isearch-done): Add something to command-history to resume
10773 the search.
10774 (isearch-yank-line, isearch-yank-word): Use
10775 buffer-substring-no-properties instead of buffer-substring.
10776
10777 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10778 of flyspell-mouse-map.
10779
10780 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10781 duplicate definition.
10782 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10783
10784 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10785 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10786
10787 2000-07-25 Sam Steingold <sds@gnu.org>
10788
10789 * net/ange-ftp.el: Get modtime over the net.
10790 (ange-ftp-file-modtime): New function.
10791 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10792 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10793 Use it.
10794 (ange-ftp-dot-to-slash): New function.
10795 (ange-ftp-fix-name-for-vms): Use it.
10796
10797 * midnight.el (midnight-buffer-display-time): Use
10798 `with-current-buffer'.
10799
10800 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10801
10802 * find-dired.el: Update copyright notice.
10803 (find-dired): Offer to kill a running `find'.
10804
10805 * enriched.el (enriched-face-ans): For a `foreground-color'
10806 property, return '(("x-color" COLOR))' so that COLOR will be
10807 output as a parameter of the x-color annotation. Likewise for the
10808 `background-color' property. In the case of normal face
10809 properties, don't return annotations for unspecified foreground
10810 and background face attributes.
10811
10812 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10813
10814 * language/japan-util.el (japanese-katakana-region): Fix handling
10815 HANKAKU argument.
10816
10817 2000-07-25 Miles Bader <miles@gnu.org>
10818
10819 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10820 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10821 constrain-to-field.
10822
10823 2000-07-24 Andrew Innes <andrewi@gnu.org>
10824
10825 * timer.el (timer-activate-when-idle): Add optional parameter
10826 DONT-WAIT. Update docstring.
10827 (run-with-idle-timer): Specify extra parameter to
10828 timer-activate-when-idle, so that timer will be activated
10829 immediately if Emacs is already idle.
10830
10831 * w32-fns.el (w32-using-nt): Fix docstring.
10832
10833 2000-07-24 Dave Love <fx@gnu.org>
10834
10835 * mouse.el (popup-menu): Set last-command-event.
10836 (mouse-major-mode-menu-prefix): Declare.
10837
10838 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10839
10840 * textmodes/flyspell.el: Update to author's version 1.5d.
10841
10842 * progmodes/hideshow.el: Update copyright notice.
10843
10844 * vcursor.el: Set maintainer to FSF, since author cannot
10845 be reached.
10846
10847 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10848
10849 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10850 the prompt.
10851
10852 * mouse.el (popup-menu): Run the keymap through indirect-function,
10853 in case it was defined with define-prefix-key. If the menu is a
10854 list of keymaps, look up the binding of user's choice in each one
10855 of the keymaps.
10856 (mouse-popup-menubar): If the global and local menu-bar keymaps
10857 don't have a prompt string, create one and insert it into the
10858 keymap. Don't barf if current-local-map returns nil.
10859
10860 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10861
10862 * dired.el (dired-sort-R-check): Added to allow recursive listing
10863 to be undone.
10864 (dired-sort-other): Use it.
10865
10866 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10867
10868 * Release of cc-mode 5.27
10869
10870 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10871
10872 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10873 c-beginning-of-statement-1 that caused a bad case of recursion
10874 which could consume a lot of CPU in large classes in languages
10875 that have in-expression classes (i.e. Java and Pike).
10876
10877 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10878 statements before top level constructs (i.e. case 6 is moved
10879 before case 5 and is now case 4) to catch in-expression
10880 classes in top level expressions correctly.
10881
10882 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10883
10884 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10885 objc-method-intro. Case 4 removed and case 5I added.
10886
10887 * cc-langs.el (c-append-paragraph-start): New variable used by
10888 c-common-init to get paragraph-start correct.
10889 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10890 initialize paragraph-start to make it correct both with and
10891 without the javadoc special case.
10892
10893 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10894 initialize paragraph-start for javadoc markup.
10895
10896 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10897 change by defaulting this to t. It's motivated by the
10898 confusing behavior that otherwise arise from the style system
10899 when editing both java and non-java files at the same time
10900 (see the comments about style setting in c-common-init).
10901
10902 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10903
10904 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10905 similar to the one in c-fill-paragraph to check the fill
10906 prefix from the adaptive fill function for sanity.
10907
10908 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10909
10910 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10911 defun block.
10912
10913 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10914
10915 * cc-align.el (c-lineup-multi-inher): Handle lines with
10916 leading comma nicely. Extended to handle member initializers
10917 too.
10918
10919 * cc-engine.el: (c-beginning-of-inheritance-list,
10920 c-guess-basic-syntax): Fixed recognition of inheritance lists
10921 when the lines begins with a comma.
10922
10923 * cc-vars.el (c-offsets-alist): Changed default for
10924 member-init-cont to c-lineup-multi-inher since it now handles
10925 member initializers and indents better for leading commas.
10926
10927 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10928
10929 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10930 handling that caused class open lines to be recognized as
10931 statement-conts in some cases.
10932
10933 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10934 guessed by the adaptive fill function unless point is on the
10935 first line of a block comment.
10936
10937 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10938 when the buffer ends with a macro continuation char.
10939
10940 * cc-engine.el (c-guess-basic-syntax): Added support for
10941 function definitions as statements in Pike. The first
10942 statement in a lambda block is now labeled defun-block-intro
10943 instead of statement-block-intro.
10944
10945 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10946 so that the class surrounding point is selected, not the one
10947 innermost in the state.
10948
10949 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10950 recognition of switch labels having hanging multiline
10951 statements.
10952
10953 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10954 some code in c-guess-basic-syntax to a separate function.
10955 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10956 recognition of member inits with multiple line arglists.
10957 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10958 member-init-cont when the commas are in funny places.
10959
10960 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10961
10962 * cc-defs.el (c-auto-newline): Removed this macro since it's
10963 not used anymore.
10964
10965 * cc-engine.el (c-looking-at-bos): New helper function.
10966 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10967 inexpr and toplevel classes apart in Pike.
10968
10969 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10970 of case 9A.
10971
10972 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10973 constant, since "class" can introduce an in-expression class
10974 in Pike nowadays.
10975
10976 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10977
10978 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10979 indentation on cpp-macro lines.
10980
10981 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10982 a syntax modifier like comment-intro, to make it possible to
10983 get syntactic indentation for preprocessor directives. It's
10984 incompatible wrt to lineup functions on cpp-macro, but it has
10985 no observable effect in the 99.9% common case where cpp-macro
10986 is set to -1000.
10987
10988 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10989
10990 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10991 member-init-cont when the preceding arglist is several lines.
10992
10993 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10994
10995 * cc-styles.el (c-style-alist): The basic offset for the BSD
10996 style corrected to 8.
10997
10998 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10999
11000 * cc-styles.el (c-style-alist): Adjusted the indentation of
11001 brace list openers in the gnu style.
11002
11003 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11004
11005 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11006
11007 * cc-cmds.el (c-electric-brace, c-electric-slash,
11008 c-electric-star, c-electric-semi&comma, c-electric-colon,
11009 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11010 when c-syntactic-indentation is nil.
11011
11012 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11013 we were left at comments preceding the first statement when
11014 reaching the beginning of the buffer.
11015
11016 * cc-vars.el (c-syntactic-indentation): New variable to turn
11017 off all syntactic indentation.
11018
11019 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11020
11021 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11022 between the text and the block comment ender when it hangs,
11023 depending on how many there are before the fill.
11024
11025 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11026
11027 * cc-engine.el (c-beginning-of-closest-statement): New helper
11028 function to go back to the closest preceding statement start,
11029 which could be inside a conditional statement.
11030 * cc-engine.el (c-guess-basic-syntax): Use
11031 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11032
11033 * cc-engine.el (c-guess-basic-syntax): Better handling of
11034 arglist-intro, arglist-cont-nonempty and arglist-close when
11035 the arglist is nested inside parens. Cases 7A, 7C and 7F
11036 changed.
11037
11038 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11039 up-to-date with javadoc 1.2.
11040
11041 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11042
11043 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11044 multiline Pike type decls.
11045
11046 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11047
11048 * cc-cmds.el (c-indent-new-comment-line): Always break
11049 multiline comments in multiline mode, regardless of
11050 comment-multi-line.
11051
11052 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11053
11054 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11055 fully::qualified::names in C++ member init lists. Preamble in
11056 case 5D changed.
11057
11058 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11059
11060 * cc-langs.el (c-common-init): Handling of obsolete variables
11061 moved to c-initialize-cc-mode. More compatible style override
11062 when using global style variables.
11063 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11064 variables moved here.
11065
11066 * cc-styles.el (c-make-styles-buffer-local): Flag style
11067 variable localness in c-style-variables-are-local-p to make
11068 the compatibility measure in c-common-init work well.
11069
11070 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11071 longer contain set-from-style.
11072 * cc-styles.el (c-initialize-builtin-style): Don't check for
11073 set-from-style on c-special-indent-hook.
11074 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11075 copy-alist is sufficient now.
11076
11077 * cc-styles.el (c-set-style, c-set-style-1,
11078 c-get-style-variables): Fixes to variable initialization so
11079 that duplicate entries in styles have the same effect
11080 regardless of DONT-OVERRIDE.
11081
11082 * cc-styles.el (c-set-style-2): Fixed bug where the
11083 initialization of inheriting styles failed when the
11084 dont-override flag is set.
11085
11086 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11087 on this.
11088
11089 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11090
11091 * cc-defs.el (c-forward-comment): Removed the workaround
11092 introduced in 5.38 since it had worse side-effects. If a line
11093 contains the string "//\"", it regarded the // as a comment
11094 start since the \ temporarily doesn't have escape syntax.
11095
11096 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11097
11098 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11099 ada-xref.el before ada-prj.el, so that the Project menu is created
11100 when ada-prj tries to add to it.
11101 (ada-activate-keys-for-case): Suppress the characters that are not
11102 part of the Ada syntax. Better compatibility with else-mode
11103 (ada-adjust-case-interactive): When auto-casing is not active,
11104 correctly insert newlines (used to insert only ^M). Prevent the
11105 syntax table from being changed in case of an error
11106 (or '_' becomes part of a word and some commands are confused).
11107 Do nothing if ada-auto-case is nil.
11108 (ada-after-keyword-p): Ignore keywords that are also attributes
11109 (ada-batch-reformat): Update usage comment
11110 (ada-call-from-contextual-menu): New function
11111 (ada-case-read-exceptions): Reinitialize the casing exception list
11112 first to nil first, so that the casing exception file can be
11113 shared.
11114 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11115 files.
11116 (ada-compile-goto-error): Fix regexp used to detect a file:line
11117 anywhere in the error message
11118 (ada-contextual-menu-last-point): New variable
11119 (ada-create-keymap): If the variable delete-key-deletes-forward is
11120 t on XEmacs, it means that DEL should delete one character
11121 forward.
11122 (ada-create-menu): Use :included instead of :visible for XEmacs.
11123 New submenu "Options".
11124 (ada-end-stmt-re): Correctly indent "select ... then abort"
11125 statements.
11126 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11127 even if they don't match ada-fill-comment-prefix Fix handling of
11128 paragraphs on the first or last line of a file.
11129 (ada-format-paramlist): Fix handling of default parameter values.
11130 (ada-get-body-name): New function.
11131 (ada-get-current-indent): Optimized by searchling directly for an
11132 existing generic part or a statement outside of it. Handle
11133 ada-indent-align-comments when indenting comments Replaced some
11134 regexps by testing directly the next character. This results in a
11135 huge speedup on some files. New indentation scheme for renames
11136 statements. Stop looking for the 'while' or 'for' associated with
11137 a 'loop' at the first semicolon encountered. A "return" can also
11138 match an anonymous access subprogram declaration.
11139 (ada-get-indent-noindent): Ignore strings and comments when
11140 looking for the keywords "record" and "private".
11141 (ada-goto-matching-decl-start): When matching "if", make sure we
11142 are not in fact seeing "end if". Ignore "when" statements except
11143 when initial keyword was "begin". Fix handling of nested
11144 procedures. Add a recursive call to this function to skip over
11145 other 'end' statmts. Fix indentation for "when .. => begin"
11146 (ada-in-open-paren-p): Fix indentation for complex boolean
11147 expressions, where 'and then', 'or else' and parenthesis
11148 statements are mixed up.
11149 (ada-in-paramlist-p): Skip comments while searching for the
11150 beginning Fix handling of operator declarations.
11151 (ada-indent-align-comments): New variable
11152 (ada-indent-current): Change the syntax table only in the
11153 protected section, so that we are sure it is restored correctly.
11154 (ada-indent-on-previous-lines): Use ada-use-indent and
11155 ada-with-indent Correctly indent "select ... then"
11156 (ada-indent-region): Slight speedup.
11157 (ada-indent-renames): New variable.
11158 (ada-last-which-function-subprog, ada-last-which-function-line):
11159 New variables
11160 (ada-looking-at-semi-private): Correctly indent the 'private'
11161 keyword when it is the first word in a package declaration.
11162 (ada-loose-case-word): Stop searching if at the end of the buffer.
11163 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11164 even if point is not initially at the end of the word.
11165 (ada-matching-decl-start-re): Add "when".
11166 (ada-mode): Add support for abbrev-mode, outline-mode and
11167 which-func-mode Override the old find-file.el entry in
11168 ff-special-constructs since it is using the obsolete
11169 ada-spec-suffix variable
11170 (ada-no-auto-case): New function
11171 (ada-scan-paramlist): When parsing the argument type, accept
11172 spaces (as in "X 'Class", generated by Rational Rose).
11173 (ada-other-file-name): No longer loads the other file.
11174 (ada-popup-menu): Save and restore the current buffer and cursor
11175 position before and after displaying the menu.
11176 (ada-search-ignore-complex-boolean): New function.
11177 (ada-uncomment-region): Emacs21 already knows how to delete
11178 comments not starting in the first column.
11179 (ada-use-indent): New variable
11180 (ada-which-function): New function.
11181 (ada-with-indent): New variable
11182 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11183 can be batch-compiled from the command line.
11184
11185 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11186 Add to the menu when the file is loaded, not in ada-mode-hook.
11187 Add -toolbar to the default ddd command Switches moved from
11188 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11189 ada-prj-default-comp-opt
11190 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11191 Reference Manual to the menu
11192 (ada-check-current): rewritten as a call to ada-compile-current
11193 (ada-compile): Removed.
11194 (ada-compile-application, ada-compile-current, ada-check-current):
11195 Set the compilation-search-path so that compile.el automatically
11196 finds the sources in src_dir. Automatic scrollong of the
11197 compilation buffer. C-uC-cC-c asks for confirmation before
11198 compiling
11199 (ada-compile-current): New parameter, prj-field
11200 (ada-complete-identifier): Load the .ali file before doing
11201 processing
11202 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11203 conform to gnatmake's behavior.
11204 (ada-find-file-in-dir): New function
11205 (ada-find-references): Set the environment variables for gnatfind
11206 (ada-find-src-file-in-dir): New function.
11207 (ada-first-non-nil): Removed
11208 (ada-gdb-application): Add support for jdb, the java debugger.
11209 (ada-get-ada-file-name): Load the original-file first if not done
11210 yet.
11211 (ada-get-all-references): Handles the new ali syntax (parent types
11212 are found between <>).
11213 (ada-initialize-runtime-library): New function
11214 (ada-mode-hook): Always load a project file when a file is opened,
11215 so that the casing exceptions are correctly read.
11216 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11217 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11218 to open the project file, since the latter does not work with
11219 speedbar Get default values before loading the prj file, or the
11220 default executable file name is wrong. Use the absolute value of
11221 src_dir to initialize ada-search-directories and
11222 compilation-search-path,... Add the standard runtime library to
11223 the search path for find-file.
11224 (ada-prj-default-debugger): Was missing an opening '{'
11225 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11226 variables.
11227 (ada-prj-default-gnatmake-opt): New variable
11228 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11229 buffers, the project file is the default one Save the windows
11230 configuration before displaying the menu.
11231 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11232 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11233 ...) regexp-quote identifiers names to support operators +,
11234 -,... in regexps.
11235 (ada-remote): New function.
11236 (ada-run-application): Erase the output buffer before starting the
11237 run Support remote execution of the application. Use
11238 call-process, or the arguments are incorrectly parsed
11239 (ada-set-default-project-file): Reread the content of the active
11240 project file, not the one from the current buffer When a project
11241 file is set as the default project, all directories are
11242 automatically associated with it.
11243 (ada-set-environment): New function
11244 (ada-treat-cmd-string): New special variable ${current}
11245 (ada-treat-cmd-string): Revised. The substitution is now done for
11246 any ${...} substring
11247 (ada-xref-current): If no body was found, compiles the spec
11248 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11249 compiler to get rid of command line length limitations.
11250 (ada-xref-get-project-field): New function
11251 (ada-xref-project-files): New variable
11252 (ada-xref-runtime-library-specs-path)
11253 (ada-xref-runtime-library-ali-path): New variables
11254 (ada-xref-set-default-prj-values): Default run command now does a
11255 cd to the build directory. New field: main_unit Provide a default
11256 file name even if the current buffer has no prj file.
11257
11258 * ada-prj.el:
11259 Rewritten to show a tabbed-dialog.
11260 (ada-prj-add-ada-menu): Remove the map and name parameters.
11261 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11262 New function
11263 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11264 (ada-prj-load-from-file): New function
11265 (ada-prj-save): Always save fields that depend on the current buffer
11266 (ada-prj-show-value): New function
11267
11268 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11269 Ada mode. This will allow us to display the Ada menu in any buffer
11270 we want (for project items).
11271 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11272 number of spaces in the header.
11273
11274 2000-07-24 Dave Love <fx@gnu.org>
11275
11276 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11277
11278 2000-07-23 Noah Friedman <friedman@splode.com>
11279
11280 * type-break.el (type-break): perform autosave.
11281 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11282 (type-break-do-query): Cancel query schedule while performing
11283 actual query, to avoid possibility of a second query being made
11284 while first one is already in progress.
11285 (type-break-time-stamp-format): New variable.
11286 (type-break-time-stamp): New function.
11287 (type-break-time-warning): Use it.
11288 (type-break-keystroke-warning): Use it.
11289 (type-break-noninteractive-query): Use it.
11290
11291 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11292 cookie.
11293 Use add-minor-mode to set minor-mode-alist, if available.
11294 (eldoc-echo-area-use-multiline-p): New user option.
11295 (eldoc-echo-area-multiline-supported-p): New variable.
11296 (eldoc-docstring-format-sym-doc): Use them.
11297 (eldoc-mode): If not using idle timers, append to local post and
11298 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11299 (eldoc-display-message-no-interference-p): Don't interfere with
11300 edebug.
11301 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11302 (eldoc-function-arglist): New function.
11303 (eldoc-function-argstring): Use it.
11304
11305 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11306 auto save directory exists before calling directory-files.
11307
11308 2000-07-23 Dave Love <fx@gnu.org>
11309
11310 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11311 ^o, ^u.
11312
11313 2000-07-21 Dave Love <fx@gnu.org>
11314
11315 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11316 now passed to the function. It now works properly.
11317
11318 * smerge-mode.el (smerge-mode-menu): Fill it out.
11319
11320 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11321
11322 * info-look.el (info-lookup): If *info* is shown in another frame
11323 on the same display, select that frame, instead of switching to
11324 the Info buffer in another window of the selected frame.
11325
11326 * simple.el (universal-argument-map): Bind numeric keypad keys
11327 kp-0 to kp-9 and kp-subtract.
11328 (digit-argument): Handle these keys.
11329
11330 2000-07-20 Dave Love <fx@gnu.org>
11331
11332 * net/goto-addr.el (goto-address-fontify): Don't bother with
11333 buffer-modified and read-only stuff -- irrelevant with overlays.
11334 Put an extra property on the overlays and use it to clean up in
11335 case goto-address is re-run.
11336
11337 2000-07-19 Richard M. Stallman <rms@gnu.org>
11338
11339 * timer.el (run-with-idle-timer): Doc fix.
11340
11341 * mail/mail-utils.el (mail-strip-quoted-names):
11342 Handle case where <...> appears inside "...".
11343 Use replace-match to edit the string more simply.
11344 (rmail-dont-reply-to): Cope with an unmatched ".
11345
11346 2000-07-19 Dave Love <fx@gnu.org>
11347
11348 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11349 implementation.
11350
11351 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11352 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11353 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11354
11355 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11356
11357 * textmodes/refer.el: Correct maintainer's email address.
11358
11359 * progmodes/hideif.el: Correct author's email address.
11360 Fix typo in comment.
11361
11362 * xml.el: New file.
11363
11364 * mail/mailheader.el: Correct author's mail address.
11365
11366 * gnus/parse-time.el: Correct author's mail address.
11367
11368 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11369
11370 * comint.el (comint-highlight-input, comint-highlight-face):
11371 New user options.
11372 (comint-input-ring-file-name): Change custom type.
11373 (comint-mode-map): Bind mouse-2.
11374 (comint-insert-clicked-input): New function.
11375 (comint-send-input): Handle input highlighting.
11376
11377 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11378
11379 * mouse.el (popup-menu): New function.
11380 (mouse-major-mode-menu): Use it.
11381
11382 2000-07-18 Dave Love <fx@gnu.org>
11383
11384 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11385 improvements.
11386
11387 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11388
11389 * faces.el (face-font-selection-order)
11390 (face-font-family-alternatives): Add custom type.
11391
11392 2000-07-18 Dave Love <fx@gnu.org>
11393
11394 * cus-edit.el (custom-variable-reset-saved)
11395 (custom-variable-reset-standard): Remove unused bindings.
11396
11397 * rect.el (open-rectangle-line): Remove unused let.
11398
11399 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11400
11401 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11402
11403 * cdl.el: Fix `Maintainer' keyword.
11404
11405 * play/pong.el: Add author's email address.
11406
11407 2000-07-17 Sam Steingold <sds@gnu.org>
11408
11409 * files.el (insert-directory): Call `split-string' instead of
11410 re-implementing it.
11411
11412 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11413
11414 * mail/vms-pmail.el: Change maintainer to FSF.
11415
11416 * net/goto-addr.el: Change maintainer to FSF.
11417
11418 * info.el (Info-title-face-alist): Removed.
11419
11420 2000-07-18 David Ponce <david@dponce.com>
11421
11422 * recentf.el (recentf-open-files): New command that works like
11423 `recentf-open-more-files', but shows the whole list of files (not just
11424 those omitted from the menu). Useful if you don't use a menu-bar!
11425 (recentf-open-more-files) Modified to use `recentf-open-files'.
11426
11427 (recentf-open-files, recentf-open-more-files)
11428 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11429
11430 (recentf-dialog-mode): New mode for dialogs. You can now just type
11431 "q" to cancel the dialogs.
11432
11433 2000-07-18 David Ponce <david@dponce.com>
11434
11435 * recentf.el: This is a major update of recentf.el. It adds new
11436 features to better organize the recentf menu and "More..." buffer.
11437
11438 Using new provided menu filtering functions you can now organize the
11439 recent files list:
11440
11441 - by major modes
11442 - by directories
11443 - by user defined rules
11444
11445 Finally, with the new `recentf-filter-changer' customizable filter you
11446 can define a ring of filters and dynamically (via the menu) cycle on
11447 each menu organization in the ring (a la msb).
11448
11449 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11450
11451 * eshell/eshell.el (eshell): Replace links to eshell.info with
11452 links to eshell, to avoid problems on systems where the manual is
11453 installed as `eshell'.
11454 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11455 * eshell/em-smart.el (eshell-smart): Ditto.
11456 * eshell/em-banner.el (eshell-banner): Ditto.
11457 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11458
11459 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11460 same-file check in the MS-DOS version (it does support inodes).
11461
11462 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11463
11464 * eshell/eshell.el (eshell-directory-name):
11465 Run default directory name through convert-standard-filename.
11466
11467 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11468
11469 * international/mule-cmds.el (select-safe-coding-system):
11470 Fix typo in the comment.
11471
11472 * language/european.el (compound-text):
11473 Force katakana-jisx0201 to be designated to G1.
11474
11475 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11476 Don't translate some national variant characters of latin-jisx0201.
11477 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11478
11479 * international/kkc.el (kkc-after-update-conversion-functions):
11480 New variable.
11481 (kkc-update-conversion): Run functions in it at the tail.
11482
11483 2000-07-16 John Wiegley <johnw@gnu.org>
11484
11485 * lisp/align.el (align-newline-and-indent):
11486 Adding new function. for auto-aligning blocks of code on RET.
11487 (align-region): Fixed badly formatted minibuffer message.
11488
11489 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11490
11491 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11492 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11493 the conversion list at first if appropriate.
11494 (kkc-next): Don't update kkc-next-count here.
11495 (kkc-prev): Don't update kkc-prev-count here.
11496 (kkc-show-conversion-list-update): Fix setting up of conversion
11497 list message.
11498
11499 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11500
11501 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11502
11503 2000-07-16 Dave Love <fx@gnu.org>
11504
11505 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11506 function to be more specific.
11507
11508 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11509 non-string help-echo.
11510 (widget-types-convert-widget): Defsubst it.
11511 (widget-echo-help): Try to cope with a help-echo function of two
11512 possible sorts.
11513
11514 2000-07-15 Jason Rumney <jasonr@gnu.org>
11515
11516 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11517 Declare as obsolete.
11518
11519 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11520
11521 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11522
11523 * hilit-chg.el: Fix typo.
11524
11525 2000-07-14 Dave Love <fx@gnu.org>
11526
11527 * info.el (Info-mode-menu): Fix use of :help, :enable.
11528
11529 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11530
11531 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11532
11533 2000-07-13 Dave Love <fx@gnu.org>
11534
11535 * emacs-lisp/easymenu.el: Doc fixes.
11536 (easy-menu-remove): Defalias to ignore.
11537
11538 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11539 Call throw correctly.
11540
11541 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11542
11543 * faces.el (frame-background-mode): Doc fix.
11544
11545 * simple.el (eval-expression-print-length): Change custom type to
11546 allow entering nil as value.
11547
11548 2000-07-13 Dave Love <fx@gnu.org>
11549
11550 * progmodes/fortran.el (fortran-imenu-generic-expression):
11551 Change definition layout.
11552 (fortran-mode-menu): Reinstate customize entries.
11553
11554 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11555 Use :filter, per old XEmacs code.
11556
11557 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11558
11559 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11560 event when deciding what to send to the terminal.
11561
11562 2000-07-12 Dave Love <fx@gnu.org>
11563
11564 * cus-start.el: Add optional version as 4th element of specs and
11565 use it for several things new in v21. Remove load-path. Fix type
11566 of line-number-display-limit.
11567
11568 2000-07-11 Dave Love <fx@gnu.org>
11569
11570 * progmodes/fortran.el: Don't require easymenu.
11571 Use repeat counts in various regexps.
11572 (fortran-mode-syntax-table): Defvar directly.
11573 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11574 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11575 Use defvar, not defconst.
11576 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11577 (fortran-mode): Set fortran-comment-line-start-skip,
11578 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11579 (fortran-comment-indent): Use defsubst.
11580 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11581 Use fortran-comment-indent, not fortran-comment-indent-function.
11582 (fortran-comment-region, fortran-electric-line-number): Simplify.
11583 (fortran-auto-fill): New function.
11584 (fortran-do-auto-fill): Deleted.
11585 (fortran-find-comment-start-skip):
11586 Check for non-null comment-start-skip.
11587 (fortran-auto-fill-mode, fortran-fill-statement):
11588 Use fortran-auto-fill.
11589 (fortran-fill): Use fortran-auto-fill. Check for null
11590 comment-start-skip. Simplify final clause and use end-of-line finally.
11591
11592 * widget.el (widget-plist-member): New alias.
11593
11594 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11595
11596 * eshell/esh-module.el (toplevel): Reference
11597 byte-compile-current-file only if it is bound.
11598
11599 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11600
11601 * dired.el: Don't require `dired-aux'.
11602
11603 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11604
11605 * dired-aux.el (dired-show-file-type): New function.
11606 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11607 (dired-show-file-type): Add autoload.
11608
11609 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11610
11611 * international/mule-diag.el (describe-font): Adjusted for the
11612 change of fontset-info.
11613 (print-fontset): Likewise.
11614
11615 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11616
11617 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11618
11619 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11620
11621 * bindings.el: Bind `[delete]' to delete-char.
11622
11623 * dired.el (dired-find-alternate-file): New function.
11624 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11625 (toplevel): Require dired-aux when compiling.
11626 (dired-buffers): Move defvar within file to avoid compiler warning.
11627
11628 * info.el (Info-last-search): Variable removed.
11629 (Info-search-history): New variable.
11630 (Info-search): New Info-search-history.
11631
11632 * battery.el, info-look.el: Change author's mail address.
11633
11634 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11635
11636 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11637 if rmail-ignored-headers is nil.
11638 (rmail-retry-failure): Bind rmail-ignored-headers and
11639 rmail-displayed-headers to nil.
11640
11641 2000-07-06 Gerd Moellmann <gerd@gnu.org>
11642
11643 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11644 (print-region-1): Don't hard code `-h' here.
11645
11646 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11647
11648 2000-07-01 Francesco Potorti` <pot@gnu.org>
11649
11650 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11651 exim can use "your message" instead of "the message".
11652
11653 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11654
11655 * facemenu.el: Docstrings fixes.
11656 (facemenu-get-face): Don't use internal-find-face.
11657 (facemenu-iterate): Rename arg to match the docstring.
11658
11659 * newcomment.el (uncomment-region): Be more careful when skipping
11660 backwards over `=' not to bump into BOBP.
11661
11662 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11663
11664 * ediff-diff.el (ediff-wordify): Use syntax table.
11665 * ediff-init.el (ediff-has-face-support-p): Use
11666 ediff-color-display-p.
11667 (ediff-color-display-p): Use display-color-p, changed to defun
11668 from defsubst.
11669 Got rid of special cases for NeXT and OS/2.
11670 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11671 face.
11672
11673 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11674
11675 * emacs-lisp/lucid.el: Require CL.
11676 (copy-tree, remprop): Remove, it's provided by CL.
11677 (map-keymap): Define in terms of cl-map-keymap.
11678 (extent-property, set-extent-end-glyph): New functions.
11679
11680 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11681
11682 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11683
11684 * Makefile.in (DONTCOMPILE): Add comment that the name may
11685 not be changed without changing the make-dist script.
11686
11687 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11688 (cl-mapc): Use mapc instead of cl-old-mapc.
11689
11690 2000-07-05 Andrew Innes <andrewi@gnu.org>
11691
11692 * makefile.nt: Add support for `bootstrap' and related targets.
11693
11694 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11695
11696 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11697 (easy-menu-do-define): Use `menu-item' format.
11698 Handle case where easy-menu-create-menu returns a symbol.
11699 Manually call the potential top-level filter in the function binding.
11700 (easy-menu-filter-return): New arg NAME.
11701 Convert to a keymap if MENU is an XEmacs menu.
11702 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11703 (easy-menu-converted-items-table, easy-menu-convert-item):
11704 New var and fun to memoize easy-menu-convert-item-1.
11705 (easy-menu-do-add-item): Use it.
11706 (easy-menu-create-menu): Use easy-menu-convert-item.
11707 Wrap easy-menu-filter-return around any :filter specification.
11708 Don't convert the menu if a filter was specified.
11709 Tell easy-menu-make-symbol not to check for MENU being an expression.
11710 (easy-menu-make-symbol): New arg NOEXP.
11711
11712 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11713
11714 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11715 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11716 (eval-defun): If called with prefix arg, instrument code for
11717 Edebug.
11718
11719 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11720 similar to that of eval-defun.
11721
11722 2000-07-04 Dave Love <fx@gnu.org>
11723
11724 * hl-line.el (hl-line-overlay): Make it permanent-local.
11725
11726 * calendar/todo-mode.el: Replaced with a working version, based on
11727 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11728
11729 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11730
11731 * paths.el (prune-directory-list): New function.
11732 (Info-default-directory-list): Rewritten to more methodically
11733 enumerate a big list of possible info directories (based on the
11734 list used by the standalone info reader).
11735
11736 * info.el (info-initialize): Use prune-directory-list to remove
11737 non-existent directories from Info-directory-list.
11738
11739 * paths.el (Info-default-directory-list): Try a list of possible
11740 info-directories instead of a single one. Add the possible
11741 info directory "/usr/share/info".
11742
11743 * woman.el (woman-man.conf-path): Explicitly include the debian
11744 man-db config file "/etc/manpath.config".
11745 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11746 are present in `manpath.config'.
11747 (woman-manpath): Include "/usr/share/man".
11748
11749 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11750
11751 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11752
11753 * startup.el (command-line): Initialize blink-cursor based
11754 on window-system.
11755
11756 * frame.el (blink-cursor): Default to nil if not running under
11757 a window-system.
11758
11759 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11760 (face-x-resources): Remove duplicate entry for :font.
11761
11762 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11763 instead of cycling through windows with next-window.
11764
11765 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11766 of cycling through windows with next-window.
11767
11768 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11769 of cycling through windows with next-window.
11770
11771 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11772 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11773 instead of cycling through windows with next-window.
11774
11775 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11776 instead of cycling through windows with next-window.
11777
11778 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11779 of cycling through windows with next-window.
11780
11781 * terminal.el (te-process-output): Use walk-windows instead of
11782 cycling through windows with next-window.
11783
11784 * server.el (server-switch-buffer): Use some-window instead of
11785 cycling through windows with next-window.
11786
11787 * window.el (some-window): New function.
11788 (walk-windows): Remove reference to walk-windows-start.
11789
11790 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11791
11792 2000-07-03 Richard Stallman <rms@gnu.org>
11793
11794 * window.el (walk-windows): Guarantee termination by keeping a list
11795 of all the windows already handled.
11796
11797 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11798
11799 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11800 window-system.
11801
11802 * man.el (Man-notify-when-ready): Don't use window-system. If
11803 Man-notify-method is newframe, and the display is not
11804 multi-frame, select the frame created for the man page.
11805 (Man-init-defvars): Doc fix.
11806
11807 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11808
11809 * faces.el (region): Change background color for light background.
11810
11811 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11812 attribute from mode-line face of Ediff control frame.
11813
11814 * replace.el (query-replace-map): Bind `e' like `E'.
11815
11816 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11817
11818 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11819 Change name to "Select All".
11820
11821 * dos-fns.el (convert-standard-filename): Fix last change.
11822
11823 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11824
11825 * help.el (describe-variable): Don't insert a second `'s' in front
11826 of the string `value is shown below'. Since the syntax-table is
11827 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11828 an existing `'s', so that this won't be deleted.
11829
11830 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11831 * pcmpl-unix.el: New files.
11832
11833 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11834
11835 * wid-edit.el (widget-member): Use the new plist-member.
11836
11837 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11838
11839 * replace.el (perform-replace): Undo change of 2000-04-04.
11840 Instead, move backward 1 character at the end of the loop when
11841 necessary.
11842
11843 * faces.el (fringe): Change face for different backgrounds.
11844
11845 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11846 patch from John.
11847
11848 * eshell/*.el: Change spelling of the Free Software Foundation.
11849
11850 * eshell/esh-toggle.el: Removed.
11851
11852 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11853
11854 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11855 interactively.
11856
11857 2000-06-26 Alex Schroeder <alex@gnu.org>
11858
11859 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11860 `define-key'; instead of checking `(emacs-version)' check for
11861 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11862 for `;' and `o' which might be electric.
11863
11864 (sql-electric-stuff): New user option.
11865 (sql-magic-go): New function which uses `sql-electric-stuff'.
11866 (sql-magic-semicolon): New function which uses
11867 `sql-electric-stuff'.
11868
11869 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11870 is not fboundp.
11871
11872 (sql-oracle-options): New variable.
11873 (sql-oracle): Use it.
11874
11875 (sql-imenu-generic-expression): Doc change.
11876 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11877 is used.
11878
11879 (sql-informix): Added command line parameter "-" to force
11880 sql-informix-program to use stdout.
11881
11882 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11883
11884 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11885 (cp864-decode-table): Doc fix.
11886 (cp720-decode-table): New variable, supports the Arabic OEM
11887 codepage used by Windows.
11888 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11889
11890 2000-06-23 Dave Love <fx@gnu.org>
11891
11892 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11893 (font-lock-fontify-anchored-keywords): Use
11894 line-beginning-position.
11895 (global-font-lock-mode): Use mapc.
11896
11897 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11898
11899 * eshell/esh-module.el: Require CL when compiling.
11900
11901 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11902
11903 * comint.el (comint-substitute-in-file-name): Call replace-match
11904 with second and third arg t.
11905
11906 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11907 Specify foreground color.
11908
11909 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11910 color.
11911
11912 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11913
11914 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11915 cddr instead of cdddr.
11916
11917 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11918 instead of copy-list.
11919
11920 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11921 of copy-list.
11922
11923 * subdirs.el: Add eshell subdirectory.
11924
11925 * eshell: New subdirectory containing the Eshell package.
11926
11927 * pcomplete.el: New file.
11928
11929 2000-06-23 Paul Eggert <eggert@twinsun.com>
11930
11931 * mail/mailpost.el (post-mail-send-it): Make sure file has
11932 proper permissions from birth.
11933
11934 * files.el (basic-save-buffer-2): When temporarily setting
11935 file modes, set them to current modes plus 0200, not to 0777.
11936
11937 * emerge.el (emerge-make-temp-file): Make sure file has proper
11938 permissions from birth.
11939
11940 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11941
11942 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11943 backup file name through convert-standard-filename.
11944
11945 * dos-fns.el (convert-standard-filename): Convert leading
11946 directories as well. When long file names are supported, convert
11947 characters that are invalid in Windows file names.
11948
11949 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11950
11951 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11952 ps-print crashes. New feature: page selection for printing. Create
11953 raw-text-unix coding system for XEmacs. Doc fix.
11954 (ps-print-version): New version number (5.2.3).
11955 (ps-plot-region): Bug fix.
11956 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11957 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11958 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11959 funs.
11960 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11961 (ps-last-page): New vars.
11962
11963 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11964
11965 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11966 empty option string.
11967
11968 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11969
11970 * man.el (man): Doc fix.
11971
11972 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11973
11974 * international/mule-cmds.el (set-language-info-alist): Docstring
11975 fixed.
11976
11977 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11978
11979 * version.el (emacs-version): Use ISO date format.
11980
11981 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11982 instead of `M-backspace'.
11983
11984 * simple.el (turn-off-auto-fill): New function.
11985
11986 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11987
11988 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11989 Renamed from with-buffer-prepared-for-font-lock and use
11990 inhibit-modification-hooks rather than setting *-change-functions.
11991 Update all functions to use the new name.
11992 (jit-lock-first-unfontify-pos): New semantics (and doc).
11993 (jit-lock-mode): Make non-interactive.
11994 Don't automatically turn on font-lock.
11995 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11996 Always use jit-lock-after-change.
11997 Remove and restore font-lock-after-change-function.
11998 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11999 (jit-lock-after-unfontify-buffer): Remove.
12000 (jit-lock-stealth-fontify):
12001 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12002 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12003
12004 2000-06-20 Sam Steingold <sds@gnu.org>
12005
12006 * emacs-lisp/cl-indent.el (toplevel): Indent
12007 `print-unreadable-object' properly. Untabify.
12008
12009 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12010
12011 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12012 Support for bibentry.
12013 (reftex-compile-variables): Fixed problem with end of section-re.
12014
12015 * texmodes/reftex-dcr.el (reftex-view-crossref,
12016 reftex-view-crossref-from-bibtex):
12017 Deal with changed `reftex-find-citation-regexp-format'.
12018 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12019 Replaced `remprop' with `put'.
12020 (reftex-view-crossref, reftex-view-crossref-when-idle):
12021 Support for bibentry.
12022
12023 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12024 New entry for bibentry package.
12025
12026 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12027 Regexp also matches "\nobibliography".
12028
12029 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12030 Call `reftex-ensure-write-access' before doing anything.
12031 (reftex-ensure-write-access): New function.
12032
12033 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12034
12035 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12036
12037 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12038
12039 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12040
12041 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12042
12043
12044 2000-06-20 Dave Love <fx@gnu.org>
12045
12046 * faces.el (frame-background-mode): Use set-default, not set, in
12047 setter.
12048 (frame-update-faces, frame-update-face-colors): Define with
12049 defalias.
12050
12051 * enriched.el (enriched-decode-foreground)
12052 (enriched-decode-background): Don't use internal-find-face.
12053
12054 * apropos.el: Doc fixes.
12055
12056 * cus-edit.el (customize-changed-options): Check arg.
12057 (customize-version-lessp): Don't require decimal point.
12058
12059 * custom.el (defcustom, defgroup): Doc fix.
12060
12061 * newcomment.el (comment) <defgroup>: Add :version.
12062 (comment-multi-line): Doc fix.
12063
12064 * emulation/mlsupport.el (define-hooked-local-abbrev,
12065 define-hooked-global-abbrev): Fix, using define-abbrev.
12066
12067 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12068
12069 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12070 the whole buffer.
12071
12072 2000-06-19 Dave Love <fx@gnu.org>
12073
12074 * menu-bar.el (menu-bar-options-save): New function.
12075 (menu-bar-options-menu): Use it.
12076 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12077 Simplify.
12078
12079 2000-06-19 Andreas Schwab <schwab@suse.de>
12080
12081 * progmodes/etags.el (tags-query-replace): Put new parameters
12082 START and END at the end, for backward compatibility.
12083
12084 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12085
12086 * international/codepage.el:
12087 (cp-coding-system-for-codepage-1): Delete special codes for
12088 generating xxx-dos coding system because now a CCL based coding
12089 system can handle EOL conversion by default.
12090
12091 * international/mule.el (make-coding-system): Generate subsidiary
12092 coding systems for EOL handling variants even for a CCL based
12093 coding system.
12094
12095 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12096
12097 * international/isearch-x.el (isearch-minibuffer-input-method)
12098 (isearch-minibuffer-input-method-function): These variables
12099 deleted.
12100 (isearch-with-input-method): Don't use the above variables.
12101 (isearch-process-search-multibyte-characters): Likewise. Call
12102 read-string with the arg INHERIT-INPUT-METHOD t.
12103
12104 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12105
12106 * font-lock.el (font-lock-after-fontify-buffer)
12107 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12108
12109 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12110 Use consistent make-local-variable style for font-lock-fontified.
12111 (jit-lock-fontify-buffer):
12112 Don't bother checking for font-lock-mode and jit-lock-mode.
12113
12114 * time.el: Remove trailing ^M that prevent CVS-merging.
12115
12116 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12117
12118 * Makefile.in (distclean): New target.
12119
12120 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12121
12122 * Makefile.in (srcdir): Define for update-subdirs.
12123
12124 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12125
12126 * find-lisp.el: New file.
12127
12128 2000-06-16 Andrew Innes <andrewi@gnu.org>
12129
12130 * time.el (display-time-mail-function): New variable, to allow
12131 external packages to indicate when new mail is available.
12132 (display-time-update): Use it.
12133
12134 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12135
12136 * international/mule.el (mule-version): Change version name to
12137 SAKAKI. AOI has already been used by Meadow.
12138
12139 * international/quail.el (quail-show-guidance-buf): To find the
12140 bottom window (but minibuffer), pay attention to the height of
12141 minibuffer.
12142
12143 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12144
12145 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12146 menu-bar menus. Add help strings. Don't remove the Edit menu
12147 from the menu bar, as the menu bar has enough space now.
12148
12149 * Makefile.in (SHELL): Make sure /bin/sh is used.
12150
12151 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12152 characters, which use series of two ^H characters instead of one.
12153
12154 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12155
12156 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12157 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12158 functions.
12159 (Info-find-node-2): Try a case-sensitive search first, then
12160 do a case-insensitive search.
12161
12162 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12163 tutorials.
12164
12165 * complete.el (PC-env-vars-alist): New variable.
12166 (PC-complete-as-file-name): New function.
12167 (partial-completion-mode): Initialize PC-env-vars-alist from
12168 process-environment.
12169 (PC-do-completion): Handle completion of env vars.
12170
12171 * info.el (Info-set-mode-line): Show file name in mode line,
12172 use `*Info*' instead of `Info:'.
12173
12174 * startup.el (command-line-1): Change copyright messages to year
12175 2000.
12176
12177 2000-06-15 Dave Love <fx@gnu.org>
12178
12179 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12180 not local-map.
12181
12182 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12183
12184 * international/mule.el (set-buffer-file-coding-system): Almost
12185 rewritten to handle `undecided' as no-op.
12186
12187 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12188
12189 * Makefile.in: New file.
12190
12191 * Makefile: Removed.
12192
12193 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12194 (goto-address-highlight-keymap): Bind C-c RET.
12195
12196 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12197
12198 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12199 inherits buffer-file-coding-system of the current buffer.
12200
12201 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12202 0. Give correct argument to set-auto-coding-function.
12203 (tar-expunge): For goto-char, use (point-min), not 0.
12204 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12205 (tar-subfile-save-buffer): Likewize.
12206
12207 * international/mule.el
12208 (after-insert-file-set-buffer-file-coding-system): Call
12209 set-buffer-file-coding-system with the arg FORCE t.
12210
12211 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12212
12213 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12214 nil. Contemporary sendmails issue an X-Authentication-Warning if
12215 the sender is set with `-f'.
12216
12217 2000-06-13 Dave Love <fx@gnu.org>
12218
12219 * help.el (describe-function-1): Kluge around cases of functions
12220 fset to subrs whose doc doesn't match their symbol-name.
12221
12222 * image.el (insert-image): Default STRING to a space.
12223
12224 * info.el Doc fixes.
12225 (Info-build-node-completions): Match Ref tags.
12226
12227 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12228
12229 * frame.el (display-multi-frame-p, display-multi-font-p): New
12230 defaliases for display-graphic-p.
12231
12232 * hl-line.el: Fixed a typo in commentary.
12233
12234 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12235
12236 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12237 fixed.
12238
12239 2000-06-12 Dave Love <fx@gnu.org>
12240
12241 * image.el (insert-image): Save a little consing.
12242
12243 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12244
12245 * language/tibet-util.el: Convert all tibetan-1-column characters
12246 to the corresponding tibetan characters.
12247 (tibetan-add-components): Delete code for the special treatment of
12248 'a chung.
12249
12250 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12251 change.
12252 (tibetan-vowel-transcription-alist): More rules added.
12253 (tibetan-composite-vowel-alist): New variable.
12254 (tibetan-precomposition-rule-alist): More rules added.
12255
12256 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12257
12258 * startup.el (command-line): Only call menu-bar-mode if interactive.
12259
12260 * thingatpt.el (toplevel symbol-properties):
12261 * textmodes/makeinfo.el (makeinfo-compile):
12262 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12263 * progmodes/hideif.el (hif-compress-define-list)
12264 (hide-ifdef-use-define-alist):
12265 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12266 (ange-ftp-vms-add-file-entry):
12267 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12268 * man.el (Man-build-man-command):
12269 * mail/rnewspost.el (news-reply-header-hook):
12270 * info.el (Info-insert-dir):
12271 * emulation/mlconvert.el (backward-word, forward-word, setq):
12272 * emacs-lisp/gulp.el (gulp-send-requests):
12273 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12274 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12275 (byte-optimize-apply, end of file):
12276 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12277 (ad-make-freeze-definition):
12278 * startup.el (command-line, command-line-1): Don't quote lambdas.
12279
12280 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12281 (cvs-cleanup-removed): New function.
12282 (cvs-cleanup-functions): New var.
12283 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12284 some flexibility in specifying additional entries to auto-cleanup.
12285 (cvs-quickdir): New function.
12286 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12287 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12288 (cvs-mode-find-file): Check that we are on a filename or dirname
12289 when invoked through a mouse-click.
12290 (cvs-full-path): Remove.
12291 (cvs-dired-action): Re-introduced.
12292 (cvs-dired-noselect): Use it.
12293 (vc-post-command-functions): use this new hook if available.
12294
12295 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12296 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12297 (cvs-filename-map, cvs-dirname-map): Remove.
12298 (cvs-default-action): Remove.
12299 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12300 if the arg is really a keymap.
12301 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12302 Don't hardcode the mapping from state (aka type) to face, but check
12303 the var cvs-fi-<type>-face instead.
12304 (cvs-fileinfo-from-entries): New function.
12305
12306 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12307 Docstring fix.
12308 (cvs-find-file-and-jump): Change default to be safer.
12309 (cvs-mode-diff-map): Define it as a function as well.
12310 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12311 Bind mouse-2 in this global map rather than with text-properties.
12312
12313 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12314 file to resolve the ambiguity between C(conflict) and C(need-merge).
12315
12316 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12317
12318 * international/mule.el (set-buffer-file-coding-system): If
12319 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12320 unconditionally.
12321
12322 2000-06-12 Dave Love <fx@gnu.org>
12323
12324 * wid-edit.el (widget-specify-button): Really suppress the face if
12325 required.
12326
12327 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12328
12329 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12330
12331 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12332
12333 * imenu.el (imenu-generic-expression): Docstring fix.
12334
12335 * composite.el (composition-function-table): Move the `put'
12336 below the autoload cookie so we can load the file before loaddefs.
12337
12338 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12339
12340 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12341 Handle easy-mmode-define-global-mode.
12342 For complex macros like define-minor-mode that can generate
12343 several autoload entries, try to autoload entries in the
12344 macroexpanded code.
12345
12346 * emacs-lisp/easy-mmode.el (define-minor-mode):
12347 If KEYMAP is a symbol, just use it.
12348 Use byte-compile-current-file and load-file-name to infer the
12349 proper :require to pass to defcustom.
12350 Wrap the hook var into `progn' so as not to autoload it.
12351 Add a :autoload-end cookie.
12352 Be more careful about the evaluation of KEYMAP.
12353 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12354 (define-derived-mode): Move define-abbrev-table outside of defvar.
12355
12356 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12357
12358 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12359 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12360 (backup-compiled-files): Ignore errors during `tar'.
12361 (bootstrap): Make autoloads before elc files.
12362
12363 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12364
12365 * international/mule.el (set-buffer-file-coding-system): If one of
12366 undecided-XXX is specified, change only EOL conversion.
12367
12368 * international/mule-conf.el (unix): New alias for the coding
12369 system undecided-unix.
12370
12371 2000-06-09 Dave Love <fx@gnu.org>
12372
12373 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12374
12375 * progmodes/executable.el: Byte compile dynamic.
12376 (executable-insert): Change custom type.
12377 (executable-find): Add autoload cookie.
12378 (executable-make-buffer-file-executable-if-script-p): New
12379 function. After Noah Friedman.
12380
12381 * files.el (after-save-hook): Customize, with
12382 executable-make-buffer-file-executable-if-script-p as an option.
12383
12384 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12385
12386 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12387 "tib24p-mule.bdf" for Tibetan.
12388
12389 * composite.el (decompose-composite-char): Declare it as obsolete.
12390
12391 * man.el (Man-fontify-manpage): Pay attention to underline and
12392 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12393
12394 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12395
12396 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12397 Set maintainer to FSF since author isn't reachable.
12398
12399 2000-06-08 Dave Love <fx@gnu.org>
12400
12401 * international/mule-cmds.el (select-safe-coding-system): If
12402 DEFAULT-CODING-SYSTEM is not specified, also check the most
12403 preferred coding-system if buffer-file-coding-system is
12404 `undecided'. From Handa.
12405
12406 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12407
12408 * international/mule.el
12409 (after-insert-file-set-buffer-file-coding-system): If the buffer
12410 size is greater than INSERTED, judget that we are not visiting.
12411
12412 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12413
12414 * whitespace.el (defgroup whitespace): Comment out `:version'.
12415 XEmacs 20.4 has problems defining the group with this present.
12416 We'll have this commented out till get resolve the problem.
12417
12418 2000-06-07 John Wiegley <johnw@gnu.org>
12419
12420 * align.el (align-dq-string-modes, align-sq-string-modes)
12421 (align-open-comment-modes): Add pyhton-mode.
12422 (align-rules-list): Use get-text-property instead of
12423 text-properties-at.
12424 (align-rules-list): Add python-assignment.
12425 (align-rules-list): Change perl-comma-delimiter to
12426 basic-comma-delimiter. Use if for Perl modes and python-mode.
12427 (align-rules-list): Add python-chain-logic and
12428 basic-line-continuation.
12429
12430 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12431
12432 * apropos.el (apropos-mode-hook): New user variable.
12433 (apropos-mode): Run apropos-mode-hook.
12434
12435 2000-06-07 David Ponce <david@dponce.com>
12436
12437 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12438 commands. Require `wid-edit' at run-time.
12439
12440 2000-06-07 David Ponce <david@dponce.com>
12441
12442 * recentf.el: Added some "Commentary".
12443 (recentf-open-more-files, recentf-edit-list): Minor changes to
12444 move the point at the top of the file list. This behaviour is
12445 consistent with the menu one when the list contains a lot of
12446 files.
12447 (recentf-cleanup): Now displays the number of items removed from
12448 the list.
12449 (recentf-relative-filter) New menu filter to show filenames
12450 relative to `default-directory'.
12451
12452 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12453
12454 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12455 with/without giving an error if PostScript printer doesn't have this
12456 kind of page size. Zebra Stripe continues or restarts on next page.
12457 Manual/automatic paper feeding. Switch or not the header.
12458 (ps-print-version): New version number (5.2.2).
12459 (ps-windows-system): Include emx as a Windows system.
12460 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12461 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12462 (ps-background-text): Code fix.
12463 (ps-error-handler-message, ps-user-defined-prologue)
12464 (ps-print-prologue-header, ps-printer-name)
12465 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12466 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12467 (ps-use-face-background): Customization fix.
12468 (ps-n-up-database): Data fix.
12469 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12470 (ps-switch-header): New vars.
12471 (ps-xemacs-color-name, ps-face-foreground-name)
12472 (ps-face-background-name, ps-boolean-constant): New funs.
12473
12474 2000-06-07 Dave Love <fx@gnu.org>
12475
12476 * allout.el: New version from Manheimer.
12477
12478 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12479
12480 * textmodes/fill.el (fill-find-break-point): Check the validity of
12481 charset.
12482
12483 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12484
12485 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12486 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12487 Call display-color-p and display-mouse-p instead of looking at
12488 window-system.
12489
12490 2000-06-06 Dave Love <fx@gnu.org>
12491
12492 * image.el (find-image): Doc fix. Return nil if image not found.
12493 (put-image, insert-image): Make STRING arg optional.
12494
12495 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12496
12497 * language/vietnamese.el: Remove eval-when-compile.
12498 (viet-viscii-nonascii-translation-table): Define it as a
12499 translation table made from viet-viscii-decode-table.
12500 (viet-viscii-encode-table): Define it as a translation table made
12501 from the reverse map of above.
12502 (viet-vscii-nonascii-translation-table): Define it as a
12503 translation table made from viet-vscii-decode-table.
12504 (viet-vscii-encode-table): Define it as a translation table made
12505 from the reverse map of above.
12506 (ccl-decode-viscii): Use translate-character.
12507 (ccl-encode-viscii, ccl-encode-viscii-font)
12508 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12509 Likewize.
12510
12511 * language/cyrillic.el: Remove eval-when-compile.
12512 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12513 translation table made from cyrillic-koi8-r-decode-table.
12514 (cyrillic-koi8-r-encode-table): Define it as a translation table
12515 made from the reverse map of above.
12516 (ccl-decode-koi8): Use translate-character.
12517 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12518 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12519 a translation table made from cyrillic-alternativnyj-decode-table.
12520 (cyrillic-alternativnyj-encode-table): Define it as a translation
12521 table made from the reverse map of above.
12522 (ccl-decode-alternativnyj): Use translate-character.
12523 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12524 Likewize
12525
12526 * international/mule-diag.el (non-iso-charset-alist): Specify
12527 translation table symbol instead of translation table itself.
12528 (list-block-of-chars): CHARSET may be a translation table symbol.
12529
12530 * international/mule.el (make-coding-system): If CODING-SYSTEM
12531 already exists, override it.
12532
12533 * international/fontset.el: Use family `proportional' for Tibetan
12534 fonts.
12535
12536 * international/ccl.el (ccl-compile-translate-character): Don't
12537 check if Rrr has property translation-table.
12538 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12539
12540 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12541
12542 * info.el: Bind case-fold-search to t when searching in case
12543 a user sets it to nil in a hook.
12544
12545 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12546
12547 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12548 * hl-line.el (hl-line-mode): Use the new :global key argument.
12549
12550 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12551 (tar-clip-time-string): Prepend a space.
12552 (tar-grind-file-mode): Construct a string rather than modifying one.
12553 (tar-header-block-summarize): Fix docstring.
12554 Use `format' rather than an error-prone set of copy-loops.
12555
12556 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12557 (diff-goto-source, diff-unified->context, diff-context->unified)
12558 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12559 understand the format output by the `-p' argument to diff.
12560
12561 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12562 (sh-re-done): Use defconst.
12563 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12564 (sh-help-string-for-variable, sh-guess-basic-offset):
12565 Don't quote lambdas.
12566 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12567 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12568
12569 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12570 (mh-letter-mode): Derive from text-mode.
12571 This implicitly means that it now calls kill-all-local-variables.
12572 Also remove the Emacs-18 compatibility code.
12573
12574 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12575 Make use of symbol-property doc-string-elt.
12576 Use memq rather than a sequence of eq.
12577 (doc-string-elt): Fix the wrong or missing previously unused values.
12578 (autoload-print-form): New function extracted from
12579 generate-file-autoloads to allow recursion when handling progn
12580 so that defvar's and defun's docstrings are properly printed.
12581 (generate-file-autoloads): Use it.
12582
12583 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12584 Use find-file-hooks in the minor-mode function.
12585 Be careful not to loop indefinitely in the post-command-hook function.
12586
12587 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12588
12589 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12590 tty's.
12591 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12592 differences whenever appropriate.
12593 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12594 * viper.el (find-file, find-file-other-window): Get viper to do
12595 wildcards.
12596
12597 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12598
12599 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12600 (jit-lock-fontify-buffer): New function for JIT refontification.
12601 (jit-lock-mode): Fix docstring.
12602 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12603 Remove jit-lock-after-change from the _local_ hook.
12604 (jit-lock-function-1): Fix docstring.
12605
12606 * info.el (Info-on-current-buffer): Initialize info.
12607
12608 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12609
12610 * progmodes/tcl.el (tcl-indent-for-comment):
12611 Ignore comment-indent-hook.
12612
12613 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12614 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12615 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12616 and improve to use the lighter to guess the capitalization.
12617 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12618 Add keyword arguments to specify global-ness or the custom group.
12619 Add local-map and help-echo properties to the lighter.
12620 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12621 (easy-mmode-define-global-mode): New macro.
12622
12623 2000-06-02 Dave Love <fx@gnu.org>
12624
12625 * wid-edit.el: byte-compile-dynamic since we typically don't use
12626 all the widgets. Don't require cl or widget. Remove
12627 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12628 (widget-read-event): Removed. Callers changed to use read-event.
12629 (widget-button-release-event-p): Renamed from
12630 button-release-event-p.
12631 (widget-field-add-space, widget-field-use-before-change):
12632 Uncustomize.
12633 (widget-specify-field): Use keymap property, not local-map.
12634 (widget-specify-button): Obey :suppress-face.
12635 (widget-specify-insert): Use modern backquote syntax.
12636 (widget-image-directory): Renamed from widget-glyph-directory.
12637 (widget-image-enable): Renamed from widget-glyph-enable.
12638 (widget-image-find): Replaces widget-glyph-find.
12639 (widget-button-pressed-face): Move defvar.
12640 (widget-image-insert): Replaces widget-glyph-insert.
12641 (widget-convert): Use keywordp.
12642 (widget-leave-text, widget-children-value-delete): Use mapc.
12643 (widget-keymap): Remove XEmacs stuff.
12644 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12645 (widget-button-click): Don't set point at the click, but re-centre
12646 if we scroll out of window. Rewritten for images v. glyphs &c.
12647 (widget-tabable-at): Use POS arg, not point.
12648 (widget-beginning-of-line, widget-end-of-line)
12649 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12650 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12651 (widget-default-create): Use widget-image-insert; some rewriting.
12652 (widget-visibility-value-create)
12653 (widget-push-button-value-create, widget-toggle-value-create): Use
12654 widget-image-insert.
12655 (checkbox): Create on and off images dynamically.
12656 (documentation-link): Change :help-echo.
12657 (widget-documentation-link-echo-help): Remove.
12658
12659 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12660
12661 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12662
12663 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12664 (easy-mmode-define-toggle, define-minor-mode): Use it.
12665 (easy-mmode-define-keymap): Docstring fix.
12666 (define-derived-mode): Default PARENT to fundamental-mode.
12667 Add the derived-mode-parent symbol-property.
12668 (easy-mmode-derived-mode-p): New function.
12669
12670 2000-06-02 Dave Love <fx@gnu.org>
12671
12672 * files.el (convert-standard-filename): Doc fix.
12673 (normal-backup-enable-predicate): New function.
12674 (backup-enable-predicate): Use it to replace the lambda form.
12675
12676 * calendar/todo-mode.el: [This needs more work on the outline
12677 stuff.] Doc fixes.
12678 (todo) <defgroup>: Add :version.
12679 (todo-add-category): Don't use pushnew.
12680 (todo-cmd-raise): Fix typo.
12681 (todo-top-priorities): Change temp buffer name.
12682 (todo-category-alist): Avoid redundant lambda.
12683 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12684 Use outline-next-heading.
12685
12686 * autoarg.el: Rewritten to use define-minor-mode.
12687 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12688 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12689
12690 2000-06-02 Kenichi Handa <handa@etl.go.jp>
12691
12692 * isearch.el (isearch-other-meta-char): Fix previous change.
12693
12694 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12695
12696 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12697 (log-edit-done): Only add the comment to the ring if it's different
12698 from the last comment entered.
12699
12700 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12701
12702 2000-06-01 Dave Love <fx@gnu.org>
12703
12704 * hl-line.el: Rewritten using define-minor-mode.
12705
12706 * help.el (describe-function-1): Distinguish special form from
12707 builtin function. Sanity-check presence of arglist for builtins.
12708
12709 2000-06-01 Kenichi Handa <handa@etl.go.jp>
12710
12711 * international/characters.el: Fix syntax/category setting of
12712 Tibetan characters.
12713
12714 * language/tibet-util.el (tibetan-add-components): Fixes for new
12715 encoding of Tibetan characters.
12716 (tibetan-decompose-precomposition-alist): New variable.
12717 (tibetan-decompose-region): Convert precomposed characters to
12718 non-precomposed characters.
12719 (tibetan-decompose-string): Likewise.
12720 (tibetan-composition-function): Fix args to
12721 thibetan-compose-string.
12722
12723 * language/tibetan.el (tibetan-composable-pattern): More
12724 characters included.
12725 (tibetan-consonant-transcription-alist): Rule for "R" added.
12726 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12727 "+R" added.
12728 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12729
12730 * language/lao-util.el (lao-composition-function): Fix args to
12731 compose-string.
12732
12733 * language/thai-util.el (thai-composition-function): Fix args to
12734 compose-string.
12735
12736 * isearch.el (isearch-update): Set disable-point-adjustment to t
12737 to prevent the point moving to the end of a composition when a
12738 part of a composition is searched.
12739 (isearch-other-meta-char): If the key invoking this command can be
12740 mapped by function-key-map to a printing char, call
12741 isearch-process-search-char directly.
12742
12743 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12744
12745 * emacs-lisp/bytecomp.el:
12746 * frame.el:
12747 * international/mule-cmds.el:
12748 * international/mule-util.el:
12749 * international/mule.el:
12750 * mouse.el:
12751 * subr.el:
12752 * faces.el: Update calls to make-obsolete with a WHEN argument.
12753
12754 * byte-run.el (make-obsolete, make-obsolete-variable):
12755 Add an optional WHEN argument and change the format of the
12756 symbol-property information.
12757 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12758 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12759 new obsolete-symbol-property format and print WHEN if it is provided.
12760
12761 2000-05-31 Dave Love <fx@gnu.org>
12762
12763 * loadhist.el (loadhist-hook-functions): Remove
12764 before-change-function, after-change-function.
12765 (unload-feature): Deal with symbols which are both bound and
12766 fbound.
12767
12768 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12769 before-change-function, after-change-function.
12770
12771 * simple.el (newline): Don't bind before-change-function,
12772 after-change-function.
12773
12774 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12775
12776 * whitespace.el (whitespace-rescan-timer-time): Update interval
12777 set to 600 seconds (10 minutes) instead of 60 seconds since
12778 a large number of whitespace buffers causes emacs to `freeze'
12779 for a considerable amount of time.
12780
12781 * whitespace.el: Updated email address
12782
12783 2000-05-31 Dave Love <fx@gnu.org>
12784
12785 * add-log.el (change-log-font-lock-keywords) <function>: Add
12786 pattern for function of change.
12787 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12788 acknowledgements patterns.
12789
12790 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12791
12792 * isearch.el (isearch-printing-char): If keyboard coding system is
12793 being used, call isearch-process-search-multibyte-characters.
12794
12795 * international/isearch-x.el: Mostly rewritten.
12796
12797 * international/quail.el (quail-start-conversion): Don't include
12798 unhandled events in the returned events, but set them in
12799 unread-command-events. Exit if all inputs are deleted.
12800
12801 2000-05-30 Jason Rumney <jasonr@gnu.org>
12802
12803 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12804
12805 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12806 Reenable code to create initial fontsets.
12807 Use set-fontset-font in place of put-charset-property.
12808
12809 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12810
12811 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12812 label, ensure that the first colon isn't followed by another.
12813
12814 * paths.el (Info-default-directory-list): Doc fix.
12815
12816 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12817 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12818 send a query containing USER only, not USER@HOST.
12819
12820 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12821 and rmail-msgend to compute the restriction at the end, instead of
12822 computing it.
12823
12824 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12825
12826 * dabbrev.el (dabbrev-expand): Don't display messages in the
12827 echo area if the minibuffer window is active.
12828
12829 * jit-lock.el (jit-lock-mode): Add after change function to
12830 local hook.
12831
12832 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12833
12834 * antlr-mode.el: New commands: hide/unhide actions,
12835 upcase/downcase literals.
12836 (antlr-tiny-action-length): New user option.
12837 (antlr-hide-actions): New command. Suggested by
12838 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12839 (antlr-mode-map): New binding [C-c C-v].
12840 (antlr-mode-menu): New entries.
12841 (antlr-downcase-literals): New command.
12842 (antlr-upcase-literals): Ditto.
12843
12844 * antlr-mode.el: Minor changes: indendation, mode-name.
12845 (antlr-indent-line): Indent cpp directive at column 0.
12846 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12847
12848 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12849 (antlr-font-lock-additional-keywords): Workaround for intentional
12850 bug in XEmacs version of font-lock.
12851 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12852 be used by a smarter version of `buffers-menu-grouping-function'.
12853
12854 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12855
12856 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12857 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12858
12859 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12860
12861 * international/encoded-kb.el
12862 (encoded-kbd-iso2022-designation-map): Pay attention to that
12863 charset-iso-final-char return -1 for eight-bit-control and
12864 eight-bit-graphic.
12865
12866 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12867
12868 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12869 (speedbar-easymenu-definition-base): Use display-graphic-p where
12870 available, instead of window-system.
12871
12872 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12873
12874 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12875 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12876 coding systems.
12877
12878 2000-05-26 Dave Love <fx@gnu.org>
12879
12880 * disp-table.el (standard-display-underline): Don't use
12881 internal-find-face.
12882
12883 * mail/reporter.el: Maintainer change. Doc fixes.
12884 (reporter-version): Deleted.
12885
12886 * emacs-lisp/elp.el: Maintainer change.
12887 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12888
12889 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12890
12891 * add-log.el (add-change-log-entry): Merge the current entry with the
12892 previous one if the previous one is empty.
12893
12894 2000-05-26 Dave Love <fx@gnu.org>
12895
12896 * loadhist.el (unload-feature): Fix interactive spec [from
12897 lijnzaad@ebi.ac.uk].
12898
12899 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12900 subr-arity to check primitives.
12901 (byte-compile-flush-pending, byte-compile-file-form-progn)
12902 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12903 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12904 mapcar.
12905
12906 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12907
12908 * international/fontset.el: Set family names of non-latin charsets
12909 in default fontset to "*".
12910
12911 * international/mule-diag.el (print-fontset): Combine family part
12912 and registry part of the fontname by "-*-" instead of "-".
12913
12914 * international/mule-cmds.el (encode-coding-char): Make strings
12915 multibyte before calling encode-coding-string.
12916
12917 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12918
12919 * derived.el: Fix keywords.
12920 (define-derived-mode): Only define if needed.
12921
12922 * simple.el (fill-comment, comment-column, comment-start)
12923 (comment-start-skip, comment-end, comment-indent-function)
12924 (block-comment-start, block-comment-end, indent-for-comment)
12925 (set-comment-column, kill-comment, comment-padding, comment-region)
12926 (comment-multi-line, indent-new-comment-line): Remove.
12927
12928 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12929 function names for comment operations.
12930
12931 * newcomment.el: Add abundant autoload cookies.
12932 (comment-style): Don't depend on runtime data at compile-time.
12933 (comment-indent-hook): Remove.
12934 (comment-indent): Check if comment-indent-hook is bound.
12935 (comment-region): Docstring fix.
12936
12937 2000-05-25 Dave Love <fx@gnu.org>
12938
12939 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12940 byte-code-function-p.
12941
12942 * mail/rmailsum.el: Add provide.
12943
12944 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12945
12946 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12947 defcustom.
12948
12949 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12950
12951 * ediff-diff.el (ediff-exec-process): delete --binary option from
12952 non-buffer ediff jobs.
12953
12954 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12955
12956 * hilit-chg.el (highlight-changes-mode): Ask about color or
12957 grayscale support, not about window-system.
12958
12959 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12960 window-system.
12961 (ffap-highlight): Always default to t.
12962
12963 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12964 display-popup-menus-p instead of looking at window-system.
12965
12966 * disp-table.el (standard-display-g1, standard-display-graphic):
12967 Only refuse to use string glyphs on X and MS-Windows.
12968
12969 * avoid.el: Remove window-system from commentary, suggest to use
12970 display-*-p instead.
12971
12972 * apropos.el (apropos-print): Use display-mouse-p instead of
12973 window-system.
12974
12975 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12976
12977 * international/codepage.el (cp-decoding-vector-for-codepage):
12978 Fill up unsupported characters with their own codes. From Kenichi
12979 Handa.
12980
12981 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12982
12983 * international/mule-diag.el (describe-char-after): Use
12984 display-graphic-p instead of window-system, so that this function
12985 works on MS-DOS.
12986
12987 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12988
12989 * international/codepage.el (cp-make-coding-systems-for-codepage):
12990 Remove the eight-bit-graphic and eight-bit-control charsets from
12991 the list of charsets which we convert into `?'.
12992
12993 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12994
12995 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12996 private charsets.
12997 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12998 japanese-jisx0213-2): New charsets.
12999
13000 * international/fontset.el: Setup default fontset for new charsets.
13001
13002 2000-05-24 Dave Love <fx@gnu.org>
13003
13004 * info.el (Info-find-node-2): Restructure [following "Vadim
13005 S. Solomin" <sovs@uic.nnov.ru>].
13006
13007 * icomplete.el: Fix header for Finder.
13008
13009 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13010
13011 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13012 STAY.
13013
13014 * rmail.el (rmail-automatic-folder-directives): New user variable.
13015 (rmail-show-message): Add call to `rmail-auto-file' during
13016 display.
13017 (rmail-auto-file): New function.
13018
13019 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13020
13021 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13022 account.
13023 (ediff-test-utility,ediff-diff-mandatory-option)
13024 (ediff-reset-diff-options): Utilities for proper initialization of
13025 ediff-diff-options and ediff-diff3-options on Windows.
13026
13027 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13028 variable.
13029
13030 * ediff-mult.el (ediff-filegroup-action): Use
13031 ediff-merge-filename-prefix.
13032
13033 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13034
13035 * viper-ex.el (ex-write): Set selective display to nil.
13036
13037 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13038
13039 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13040 aliases for hebrew-iso-8bit.
13041
13042 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13043
13044 * woman.el: New version from Francis J. Wright
13045 <F.J.Wright@Maths.QMW.ac.uk>.
13046 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13047 names in environment variables regardless of the path separator.
13048 (woman-topic-all-completions-1): Don't call file-name-directory-p
13049 on all files, since woman-file-regexp already filters out any
13050 directories.
13051
13052 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13053
13054 * international/quail.el (quail-start-translation): Don't change
13055 modified-p of the current buffer.
13056 (quail-start-conversion): Likewise.
13057
13058 * international/kkc.el (kkc-region): Don't change modified-p of
13059 the current buffer.
13060
13061 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13062 conform to RFC1468.
13063 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13064
13065 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13066
13067 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13068 (speedbar-insert-button): Invisible text property fix.
13069 (speedbar-directory-plus): Renamed from speedbar-directory-+
13070 (speedbar-directory-minus): Renamed from speedbar-directory--
13071 (speedbar-page-plus): Renamed from speedbar-file-+
13072 (speedbar-page-minus): Renamed from speedbar-file--
13073 (speedbar-page): Renamed from speedbar-file-
13074 (speedbar-tag): Renamed from speedbar-tag-
13075 (speedbar-tag-plus): Renamed from speedbar-tag-+
13076 (speedbar-tag-minus): Renamed from speedbar-tag--
13077 (speedbar-expand-image-button-alist): Use above renames.
13078
13079 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13080 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13081 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13082 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13083 * sb-pg.xpm: Renamed from sb-file.xpm
13084 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13085 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13086
13087 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13088
13089 * international/quail.el (quail-show-guidance-buf): Set
13090 current-input-method of the guidance buffer to the name of the
13091 curren input method.
13092
13093 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13094
13095 * progmodes/compile.el (compile-internal): Style typo.
13096
13097 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13098 quote vars and functions in the docstring.
13099
13100 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13101
13102 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13103 Don't quote lambdas.
13104
13105 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13106
13107 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13108
13109 * startup.el (command-line): Determine source file of compiled
13110 user init file differently. Warn if compiled user init file
13111 is older than its source file.
13112
13113 * ffap.el (ffap-url-regexp): Add `https'.
13114
13115 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13116
13117 * files.el (make-backup-file-name-1): Replace slashes with `!'
13118 rather than `|' (which is not allowed on Windows). Replace the
13119 drive letters with a string "drive_X".
13120
13121 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13122
13123 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13124
13125 * files.el (interpreter-mode-alist): Add `bash2'.
13126
13127 2000-05-22 Dave Love <fx@gnu.org>
13128
13129 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13130 mapc.
13131 (feature-file): Avoid calling symbol-name. Doc fix.
13132 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13133 (loadhist-hook-functions): Add mouse-position-function.
13134 (unload-feature): Change uses of mapcar.
13135
13136 * files.el (parse-colon-path): Doc fix.
13137 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13138 (set-auto-mode): Use mapc.
13139
13140 * complete.el (PC-look-for-include-file): Use :alnum: character
13141 class.
13142 (partial-completion-mode): Add autoload cookie.
13143
13144 2000-05-22 Sam Steingold <sds@gnu.org>
13145
13146 * info.el (Info-fontify-node): Fixed the call to
13147 `add-text-properties' (bug introduced on 2000-05-18).
13148
13149 2000-05-22 Dave Love <fx@gnu.org>
13150
13151 * bindings.el: Remove debug-ignored-errors set in other files.
13152
13153 * progmodes/etags.el: Add to debug-ignored-errors.
13154 (visit-tags-table-buffer): Clear out buffers holding old tables
13155 when making a new list.
13156 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13157 mapc.
13158
13159 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13160 quote keywords.
13161 (cmpl-string-case-type): Use character classes.
13162
13163 * comint.el:
13164 * textmodes/ispell.el:
13165 * imenu.el:
13166 * mail/mh-e.el:
13167 * progmodes/compile.el: Add to debug-ignored-errors.
13168
13169 * dabbrev.el: Add to debug-ignored-errors.
13170 (dabbrev-completion): Use mapc.
13171
13172 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13173
13174 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13175 (woman-mapcan, woman-parse-man.conf)
13176 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13177 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13178 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13179 path syntax better.
13180 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13181 (woman-manpath): Call woman-parse-man.conf.
13182 (woman-emulation): New defcustom, defaults to nroff.
13183 (woman-font-support): New defconst.
13184 (woman-use-symbol-font): New defcustom.
13185 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13186 "Emulation".
13187 Many functions: Doc fix.
13188
13189 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13190
13191 * international/quail.el (quail-simple-translation-keymap): Map
13192 128..255 to quail-self-insert-command.
13193 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13194
13195 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13196
13197 * help.el (help-manyarg-func-alist): Typo.
13198
13199 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13200 intervals which makes it heaps simpler.
13201
13202 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13203 the nested comment markers.
13204
13205 * subr.el (remove-hook): Don't turn the hook's value into a list.
13206
13207 2000-05-21 Dave Love <fx@gnu.org>
13208
13209 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13210 are invalid characters.
13211
13212 * international/mule-util.el (detect-coding-with-priority): Use
13213 mapc. Remove redundant lambda.
13214
13215 * international/mule-diag.el (list-non-iso-charset-chars)
13216 (describe-fontset): Remove redundant lambda.
13217
13218 * emulation/crisp.el (brief-mode): New alias.
13219
13220 * emacs-lisp/ring.el (ring-elements): New function.
13221
13222 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13223 (easy-menu-do-add-item): Use keywordp.
13224
13225 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13226
13227 * replace.el: Doc and error message fixes.
13228 (replace-highlight): Use facep, not internal-find-face.
13229
13230 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13231
13232 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13233
13234 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13235 (log-edit-insert-changelog): Drop `:' as well.
13236
13237 * log-view.el: Fix file description.
13238 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13239 available.
13240 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13241 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13242
13243 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13244 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13245 Print a status message if the toggle is called interactively.
13246 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13247 for global minor modes and use `defcustom' for them.
13248 Use add-minor-mode.
13249 (easy-mmode-define-derived-mode): Remove.
13250 (define-derived-mode): Fancier default docstring.
13251 (easy-mmode-define-navigation): Signal an error rather than (ding).
13252
13253 * newcomment.el (comment-styles): New `box-multi'.
13254 (comment-normalize-vars): Better default for comment-continue to
13255 avoid whitespace-only continuations.
13256 (comment-search-forward): Always move even in the no-syntax case.
13257 (comment-padright): Only obey N if it's only obeyed for padleft.
13258 (comment-make-extra-lines): Better handling of empty continuations.
13259 Use `=' for the filler if comment-start has only one character.
13260 (uncomment-region): Try handling the special `=' filler.
13261 (comment-region): Allow LINES even if MULTI is nil.
13262 (comment-box): Choose box style based on comment-style.
13263
13264 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13265
13266 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13267 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13268
13269 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13270
13271 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13272 and insert, not subst-char-in-region.
13273
13274 * international/mule-diag.el (list-character-sets-1): Handle
13275 charsets eight-bit-control and eight-bit-graphic.
13276 (list-iso-charset-chars): Likewise.
13277 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13278 charactes as is. Use indent-to to align characters.
13279
13280 * international/mule-cmds.el (find-multibyte-characters): Never
13281 exclude charsets eight-bit-control and eight-bit-graphic.
13282
13283 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13284
13285 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13286 Don't quote lambdas.
13287
13288 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13289
13290 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13291
13292 * gud.el (gud-jdb-directories): Doc fix.
13293
13294 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13295
13296 * newcomment.el: New file.
13297
13298 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13299
13300 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13301
13302 2000-05-18 Andreas Schwab <schwab@suse.de>
13303
13304 * dired.el (dired-between-files): Also skip lines beginning with
13305 `used'.
13306
13307 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13308
13309 * msb.el (msb-menu-cond): Add choice `user'.
13310
13311 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13312
13313 * ps-print.el: Compatibility, customization and doc fix.
13314 (ps-printer-name-option): Replace defconst by defvar.
13315 (ps-postscript-code-directory): XEmacs compatibility.
13316 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13317 fix.
13318 (ps-user-defined-prologue, ps-print-prologue-header)
13319 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13320 compatibility and code fix.
13321 (ps-print-background-image, ps-print-background-text):
13322 Customization fix.
13323 (ps-line-number-start, ps-n-up-on): New vars.
13324
13325 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13326
13327 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13328 the indent-comment function to just return the appropriate indent.
13329
13330 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13331
13332 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13333 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13334 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13335
13336 2000-05-18 Dave Love <fx@gnu.org>
13337
13338 * info.el (Info-fontify-node): Add intangible property as well as
13339 invisible.
13340
13341 * calendar/appt.el (appt-make-list): Match all lines of entry.
13342 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13343
13344 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13345
13346 * international/mule-diag.el (describe-char-after): Call
13347 internal-char-font, not char-font. If internal-char-font returns
13348 nil, display "-- none --".
13349
13350 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13351
13352 * image.el (image-type-available-p): Don't reference image-types
13353 if it isn't bound.
13354
13355 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13356
13357 * autoarg.el (autoarg-mode): Typo in the :set argument.
13358
13359 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13360
13361 * startup.el (command-line-1): Don't signal an error if the
13362 directory for auto-save-list files does not yet exist.
13363
13364 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13365
13366 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13367
13368 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13369
13370 * subr.el (remove-hook): `setq' hook-value, not `set'.
13371
13372 2000-05-16 Sam Steingold <sds@gnu.org>
13373
13374 * info.el (debug-ignored-errors): More errors to ignore.
13375
13376 2000-05-16 Dave Love <fx@gnu.org>
13377
13378 * cus-edit.el: Don't require cl or easymenu.
13379 (custom-variable-prompt): Test standard-value property, not
13380 user-variable-p.
13381
13382 2000-05-16 Sam Steingold <sds@gnu.org>
13383
13384 * subr.el (add-hook): `setq' hook-value, not `set'.
13385
13386 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13387
13388 * startup.el (command-line-1): Mention the FAQ in the startup
13389 message.
13390
13391 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13392
13393 * progmodes/compile.el (compilation-parse-errors): Collect
13394 `nomessage' regexps last.
13395
13396 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13397
13398 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13399 to the function name.
13400
13401 2000-05-15 Dave Love <fx@gnu.org>
13402
13403 * speedbar.el (speedbar-recenter): Typo.
13404 (speedbar-expand-line): Make arg optional.
13405 (speedbar-mode): Avoid a compiler warning.
13406
13407 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13408
13409 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13410 user-specified option string is empty.
13411
13412 * mouse.el (mouse-yank-at-click): Doc fix.
13413
13414 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13415
13416 * term/internal.el (IT-character-translations): More updates of
13417 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13418 documents.
13419
13420 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13421
13422 * env.el (getenv): New function, interactively callable.
13423 (setenv, getenv): Remove autoload cookies.
13424
13425 * loadup.el: Load `env'.
13426
13427 * progmodes/f90.el: Change author's mail address.
13428
13429 2000-05-14 Dave Love <fx@gnu.org>
13430
13431 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13432 goto-addr as an option.
13433
13434 * help.el (help-xref-stack): Doc fix.
13435 (help-xref-following): New variable.
13436 (help-make-xrefs): Use it.
13437 (help-xref-go-back): Use position information from stack element.
13438 (help-follow): Make position in stack element a pair. Use
13439 help-xref-following.
13440
13441 * autoarg.el: New file.
13442
13443 * faces.el: Declare more functions obsolete.
13444
13445 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13446 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13447 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13448 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13449 Remove all the setup-...-environment functions.
13450
13451 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13452
13453 * speedbar.el: Updated the commentary section. xemacs20p now uses
13454 >= when detecting. Require `defimage' safely.
13455 (speedbar-easymenu-definition-base): Add toggle for images.
13456 (speedbar-easymenu-definition-special): Add flush cache & expand.
13457 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13458 (speedbar-reconfigure-keymaps-hook): New variable.
13459 (speedbar-frame-parameters): Updated documentation.
13460 (speedbar-use-imenu-flag): Updated custom tag
13461 (speedbar-dynamic-tags-function-list): New variable.
13462 (speedbar-tag-hierarchy-method): Updated doc & custom.
13463 (speedbar-indentation-width, speedbar-indentation-width) New
13464 variables.
13465 (speedbar-hide-button-brackets-flag): Customizable.
13466 (speedbar-vc-indicator): Doc update.
13467 (speedbar-ignored-path-expressions): Updated default value.
13468 (speedbar-supported-extension-expressions): Updated default value.
13469 (speedbar-syntax-table): Remove {} paren status.
13470 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13471 as "+". Added overlay aliases.
13472 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13473 `force-mode-line-update'.
13474 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13475 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13476 `mouse-set-point'
13477 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13478 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13479 of arbitrary text, and new helper functions.
13480 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13481 filename finder.
13482 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13483 (speedbar-directory-buttons): Update path search/expansion.
13484 (speedbar-make-tag-line): Pay attention to
13485 `speedbar-indentation-width'. Use more care w/ invisible
13486 properties.
13487 (speedbar-change-expand-button-char): Call
13488 `speedbar-insert-image-button-maybe'.
13489 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13490 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13491 (speedbar-trim-words-tag-hierarchy)
13492 (speedbar-simple-group-tag-hierarchy): New functions
13493 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13494 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13495 functions.
13496 (speedbar-mouse-set-point): New function
13497 (speedbar-power-click): Updated documentation.
13498 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13499 of tag prefix text.
13500 (speedbar-expand-line, speedbar-contract-line): Make more robust
13501 to strange text.
13502 (speedbar-expand-line): Takes universal argument to flush the
13503 cache.
13504 (speedbar-flush-expand-line): New function.
13505 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13506 Use new generator insertion method.
13507 (speedbar-fetch-dynamic-tags): New function.
13508 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13509 `speedbar-fetch-dynamic-imenu'.
13510 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13511 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13512 "Revert Buffer" menu items.
13513 (speedbar-buffer-buttons-engine): Be smarter when creating a
13514 filename tag (for expansion purposes.).
13515 (speedbar-highlight-one-tag-line,
13516 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13517 (speedbar-recenter): New functions.
13518 (defimage-speedbar): Image loading abstraction.
13519 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13520 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13521 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13522 (speedbar-tag-type, speedbar-tag-mail): New images.
13523 (speedbar-expand-image-button-alist): New variable.
13524 (speedbar-insert-image-button-maybe): Insert an image over some
13525 buttons.
13526
13527 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13528
13529 * international/mule-cmds.el (encode-coding-char): An ASCII
13530 character is always encodable.
13531
13532 * international/mule-conf.el: Add more information in descriptions
13533 of character sets.
13534
13535 * international/mule-diag.el (describe-char-after): New function.
13536 (describe-font-internal): Adjusted for the change of font-info.
13537 (describe-font): Likewise.
13538 (print-fontset): Rewritten for the new fontset implementation.
13539 (describe-fontset): Include fontset alias names in completion.
13540 (list-fontsets): Adjusted for the change of print-fontset.
13541
13542 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13543 describe-char-after instead of displaying the detail in the echo
13544 area.
13545 (syntax-code-table): Format changed.
13546 (string-to-syntax): Adjusted for the above change.
13547
13548 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13549
13550 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13551
13552 2000-05-12 Dave Love <fx@gnu.org>
13553
13554 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13555 dependence. Use line-{beginning,end}-position, not
13556 point-at{b,e}ol. Some doc fixes.
13557 (todo-position): New function. Fix callers of position to use it.
13558 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13559
13560 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13561
13562 * time.el (display-time-mail-icon): Use `:ascent center'.
13563
13564 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13565 handling FTP security extensions.
13566
13567 2000-05-11 Dave Love <fx@gnu.org>
13568
13569 * calendar/todo-mode.el: New file.
13570
13571 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13572
13573 * comint.el (comint-read-input-ring): Move reference to
13574 comint-input-ring-size outside of the save-excursion. It was
13575 causing the default value to be the only one ever seen.
13576
13577 * font-lock.el: Update copyright. Remove Simon Marshall's email
13578 address on request from him.
13579
13580 * subr.el (substitute-key-definition): Add comment describing
13581 the meaning of PREFIX.
13582
13583 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13584
13585 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13586
13587 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13588 (add-minor-mode): Don't make the variable buffer-local and add a
13589 reference to define-minor-mode in the docstring.
13590
13591 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13592 HEADER/FOOTER and fix bug with trailing empty directory.
13593 (cvs-append-to-ignore): Use vc-editable-p if available.
13594 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13595 (vc-do-command): Tweak advice to handle the new VC.
13596
13597 * log-view.el (log-view-goto-rev): New function for the new VC.
13598 (log-view-minor-wrap): Use mark-active.
13599
13600 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13601 (log-edit-changelog-full-paragraphs): New var.
13602 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13603 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13604 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13605 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13606 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13607 Replace the `cvs' prefix with `log-edit'.
13608
13609 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13610
13611 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13612 (diff-font-lock-defaults): Explicitly turn off multiline.
13613 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13614 (diff-ediff-patch): Fix call to ediff-patch-file.
13615 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13616 Handle comments.
13617
13618 * frame.el (automatic-hscrolling): Typo.
13619
13620 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13621
13622 2000-05-09 Sam Steingold <sds@goems.com>
13623
13624 * apropos.el (apropos-print): use `describe-face' instead of
13625 `customize-face-other-window'.
13626
13627 2000-05-09 Dave Love <fx@gnu.org>
13628
13629 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13630
13631 * help.el (describe-variable): Have customize button pop the
13632 help-xref stack when invoked.
13633 (help-xref-symbol-regexp): Add `face'.
13634 (help-make-xrefs): Check for quoted face names and adapt regexp
13635 submatch numbers to cope.
13636 (help-xref-interned): Maybe insert face doc too. Separate
13637 sections with a line of hyphens.
13638
13639 * faces.el: Some doc fixes. Declare some functions obsolete.
13640 (describe-face): Add customize button. Return the help
13641 text. Fix prompt.
13642
13643 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13644
13645 * term/internal.el (IT-character-translations): Fix last change.
13646
13647 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13648
13649 * woman.el: New file
13650 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13651
13652 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13653
13654 * term/internal.el (IT-character-translations): Update ASCII
13655 simulations for greek-iso8859-7, add latin-iso8859-14 and
13656 latin-iso8859-15.
13657
13658 * international/mule-cmds.el (set-language-info-alist): Call
13659 define-prefix-command with 3 arguments, to make the map suitable
13660 for a menu.
13661
13662 2000-05-07 Dave Love <fx@gnu.org>
13663
13664 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13665
13666 2000-05-05 Dave Love <fx@gnu.org>
13667
13668 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13669 list in doc string. Don't quote keyword symbols.
13670 * emacs-lisp/cl.el: Likewise
13671 * emacs-lisp/cl-seq.el: Likewise
13672
13673 2000-05-05 Gerd Moellmann <gerd@gnu.org>
13674
13675 * abbrev.el (abbrev-mode): Make ARG optional.
13676
13677 2000-05-04 Gerd Moellmann <gerd@gnu.org>
13678
13679 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13680
13681 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13682
13683 * subr.el (substitute-key-definition): Clarify documentation.
13684
13685 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
13686
13687 * glasses.el (glasses-convert-to-unreadable): Use
13688 `glasses-separator' instead of the hard-wired "_".
13689 (glasses-mode): Call `glasses-make-unreadable' only in a single
13690 place.
13691
13692 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13693
13694 * term/internal.el (cjk-codepages-alist): Add associations for
13695 Chinese and Korean codepages. Remove FIXME comment.
13696
13697 2000-05-03 Dave Love <fx@gnu.org>
13698
13699 * time.el (display-time-mail-face, display-time-use-mail-icon):
13700 New option.
13701 (display-time-mail-icon): New variable.
13702 (display-time-string-forms): Use the above. Fix the local-map.
13703
13704 2000-05-03 Gerd Moellmann <gerd@gnu.org>
13705
13706 * replace.el (query-replace-map): Add binding for `E'.
13707 (query-replace-help): Extend help text.
13708 (perform-replace): Allow editing the replacement string.
13709
13710 * make-mode.el (makefile-mode-abbrev-table): New variable.
13711 (makefile-mode): Set local abbrev table to
13712 makefile-mode-abbrev-table.
13713 (makefile-font-lock-keywords): Fontify includes and conditionals.
13714
13715 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13716 set TOGGLE's value.
13717
13718 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13719 mail-interactive-insert-alias.
13720 (mail-abbrev-complete-alias): New command.
13721 (mail-mode-map): Bind it to `M-TAB'.
13722
13723 2000-05-03 Kenichi Handa <handa@etl.go.jp>
13724
13725 * language/lao-util.el (lao-compose-region): New function.
13726
13727 2000-05-02 Gerd Moellmann <gerd@gnu.org>
13728
13729 * files.el (recover-session): Make directories as necessary
13730 if they don't exist yet.
13731
13732 * calendar/cal-french.el
13733 (french-calendar-multibyte-special-days-array)
13734 (french-calendar-special-days-array): Change French text.
13735 (calendar-french-date-string): Change output.
13736 (calendar-goto-french-date): Likewise.
13737
13738 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13739
13740 * wid-edit.el (widget-default-active): Obey `:always-active'.
13741 (widget-documentation-string-value-create): Set `:always-active'.
13742
13743 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13744
13745 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13746 default prefix to `~/_emacs.d/auto-save.list/_s'.
13747 (normal-top-level): Create the directory for auto-save files, if
13748 it doesn't already exist (in the ms-dos case only).
13749
13750 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13751
13752 * international/mule-cmds.el (set-language-environment): Don't
13753 concat an integer (dos-codepage), use format instead.
13754
13755 2000-05-02 Dave Love <fx@gnu.org>
13756
13757 * help.el (help-xref-on-pp): Check for constant symbols.
13758
13759 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13760
13761 * startup.el (normal-top-level): Put a condition-case around
13762 the code loading subdirs.el.
13763
13764 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13765
13766 * ps-print.el: Upside-down and face background color printing,
13767 line number step, doc fix.
13768 (ps-print-version): New version number (5.2).
13769 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13770 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13771 (ps-spool-config): Var fix.
13772 (ps-printer-name-option): Const fix.
13773 (ps-print-upside-down, ps-use-face-background)
13774 (ps-line-number-step): New vars.
13775 (ps-window-system, ps-lp-system): New consts.
13776 (ps-face-background): New fun.
13777
13778 2000-04-28 Richard Stallman <rms@gnu.org>
13779
13780 * files.el (make-auto-save-file-name):
13781 Apply auto-save-file-name-transforms to visited file name
13782 before generating auto save file name.
13783 (auto-save-file-name-transforms): New variable.
13784
13785 * files.el (backup-enable-predicate):
13786 Correctly test for a file under a temporary directory.
13787
13788 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13789
13790 * subr.el (add-minor-mode): Rewritten.
13791
13792 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13793
13794 * mail/sendmail.el (sendmail-send-it): Set
13795 buffer-file-coding-system to the selected coding system for MIME
13796 header.
13797
13798 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13799
13800 * dired.el (dired-move-to-filename-regexp): Allow format where
13801 YYYY is followed by two spaces.
13802
13803 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13804 in the second character class of the regexp.
13805
13806 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13807 mh-etc, too.
13808
13809 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13810 nil.
13811
13812 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13813
13814 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13815 argument.
13816
13817 2000-04-27 Sen Nagata <sen@eccosys.com>
13818
13819 * emacs-lisp/crm.el (crm-completion-table): New variable.
13820 (crm-collection-fn, crm-test-completion)
13821 (completing-read-multiple): Use it.
13822
13823 2000-04-27 Dave Love <fx@gnu.org>
13824
13825 * help.el (locate-library): Use mapc.
13826 (help-manyarg-func-alist): Add call-process-region.
13827
13828 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13829
13830 * subr.el (add-minor-mode): Make argument MAP optional.
13831
13832 * desktop.el (desktop-save): Save list of minor modes.
13833 (desktop-create-buffer): Restore minor modes.
13834 (desktop-minor-mode-table): New user-option.
13835
13836 * subr.el (add-minor-mode): New function.
13837
13838 * image.el (find-image): New function.
13839 (defimage): Rewritten to find image at load time.
13840
13841 * startup.el (normal-top-level-add-to-load-path): Handle
13842 case that the default directory is not in load-path.
13843
13844 * help.el: Old patch from Stefan Monnier.
13845 (help-xref-on-pp): New function.
13846 (describe-variable): Use it to display xrefs in a symbol's value.
13847
13848 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13849
13850 * cus-edit.el (custom-face): Fix parenthesis.
13851
13852 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13853
13854 * mail/rmail.el (rmail-expunge): When there are no deleted
13855 messages, do nothing.
13856
13857 2000-04-26 Dave Love <fx@gnu.org>
13858
13859 * international/mule-cmds.el (locale-translation-file-name):
13860 Defvar to nil.
13861 (set-locale-environment): Set it here (at runtime).
13862
13863 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13864
13865 * replace.el (perform-replace): Add parameters START and END. Use
13866 them instead of the check for a region in Transient Mark mode.
13867 (query-replace-read-args): Return two more list elements for the
13868 start and end of the region in Transient Mark mode.
13869 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13870 (map-query-replace-regexp, replace-string, replace-regexp): Add
13871 optional last arguments START and END and pass them to
13872 perform-replace.
13873
13874 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13875 form with additional arguments for perform-replace.
13876
13877 * progmodes/etags.el (tags-query-replace): Add parameters START
13878 and END. Construct a form with additional arguments for
13879 perform-replace.
13880
13881 * simple.el (shell-command): Set default directory for "*Shell
13882 Command Output" buffer.
13883
13884 * language/european.el (iso-latin-4): Fix typo.
13885
13886 * emacs-lisp/crm.el: New file.
13887
13888 2000-04-24 Dave Love <fx@gnu.org>
13889
13890 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13891 (Custom-reset-saved, Custom-reset-standard)
13892 (custom-group-value-create, custom-group-set, custom-group-save)
13893 (custom-group-reset-current, custom-group-reset-saved)
13894 (custom-group-reset-standard): Use mapc.
13895 (custom-buffer-create-internal): Disable undo when creating items.
13896 Use mapc.
13897 (custom-face): Avoid redundant lambda.
13898
13899 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13900
13901 * startup.el (auto-save-list-file-prefix): Set default to
13902 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13903
13904 2000-04-24 Sam Steingold <sds@gnu.org>
13905
13906 * time-stamp.el (time-stamp-string-preprocess): Always convert
13907 `field-result' to a string.
13908
13909 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13910
13911 * frame.el (scrolling): New group.
13912 (automatic-hscrolling): New user-option.
13913
13914 * startup.el (command-line-x-option-alist): Add `-lsp' and
13915 `--line-spacing'.
13916
13917 2000-04-19 Dave Love <fx@gnu.org>
13918
13919 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13920 (cl-mapc): Rename from mapc. Fix the funcall.
13921
13922 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13923
13924 * simple.el (clone-indirect-buffer-other-window): New command.
13925 (clone-indirect-buffer): Add optional arg NORECROD.
13926 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13927
13928 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13929
13930 * window.el (count-screen-lines): New function.
13931 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13932 instead of window-buffer-height.
13933
13934 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13935 non-existing variable comint-input-sentinel.
13936 (inferior-lisp-args-to-list): Removed.
13937 (inferior-lisp): Use split-string instead of
13938 inferior-lisp-args-to-list.
13939
13940 * hexl.el (hexl-insert-hex-string): New command.
13941
13942 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13943 instead of concat.
13944
13945 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13946
13947 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13948 at the start of an existing but empty folder.
13949
13950 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13951
13952 * ps-mule.el: Customization fix, doc fix.
13953 (ps-multibyte-buffer): Customization fix.
13954
13955 2000-04-17 Richard M. Stallman <rms@gnu.org>
13956
13957 * subr.el (read-passwd): Use read-char-exclusive.
13958
13959 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13960
13961 * textmodes/texinfo.el (texinfo-insert-@email)
13962 (texinfo-insert-@emph, texinfo-insert-@quotation)
13963 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13964 (texinfo-mode-map): Add key bindings for them.
13965
13966 * files.el (basic-save-buffer-2): Use a template with `$'
13967 instead of `#' for VMS.
13968
13969 * simple.el (clone-indirect-buffer): New function.
13970
13971 2000-04-16 Stephen Eglen <stephen@gnu.org>
13972
13973 * iswitchb.el (iswitchb-case): New function. If the user input
13974 contains any upper-case characters, the search is made
13975 case-sensitive.
13976
13977 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13978
13979 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13980 comment-end.
13981 (texinfo-font-lock-syntactic-keywords): New var.
13982 (texinfo-font-lock-keywords): Remove comment regexp.
13983 (texinfo-insert-block): New function.
13984 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13985 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13986 and font-lock-defaults. Use regexp-opt for outline-regexp.
13987 (texinfo-environments): New var.
13988 (texinfo-environment-regexp): Use regexp-opt and
13989 texinfo-environments.
13990
13991 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13992 ispell-process is bound since this might be eval'd before ispell
13993 is loaded.
13994 (ispell-message): Use a tiny bit less magic and a bit more hard
13995 data to figure out what kind of sc-cite-regexp to use.
13996
13997 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13998
13999 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14000 (insert-cyclic-diary-entry): Unquote the lambda.
14001
14002 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14003
14004 * files.el (backup-enable-predicate): Unquote the lambda.
14005
14006 * cus-edit.el (custom-face, face): Unquote the lambda.
14007
14008 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14009
14010 * ps-print.el: Check for line-beginning-position definition.
14011
14012 * ps-print.el: Fix counting lines in a region.
14013 (ps-print-version): New version number (5.1.5).
14014 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14015 (ps-printing-region): Fun code fix.
14016
14017 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14018
14019 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14020 to file-directory-p.
14021
14022 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14023
14024 * gud.el (gud-jdb-build-source-files-list): Check that directory
14025 exists before calling directory-files.
14026
14027 2000-04-13 Dave Love <fx@gnu.org>
14028
14029 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14030 syntax.
14031
14032 * emacs-lisp/cl-specs.el: Remove when, unless.
14033
14034 * emacs-lisp/cl-extra.el: Don't quote keywords.
14035 (cl-old-mapc): New variable.
14036 (mapc): Use it.
14037 (cl-map-intervals): Use with-current-buffer. Don't check for
14038 next-property-change.
14039 (cl-map-overlays): Use with-current-buffer.
14040 (cl-expt): Remove.
14041 (copy-tree, remprop): Define unconditionally.
14042
14043 * emacs-lisp/cl-compat.el (keywordp): Remove.
14044
14045 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14046 to use keywordp.
14047 (edebug-spec): Enable keywordp.
14048
14049 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14050 string-lessp.
14051
14052 * cus-start.el: Use keywordp.
14053
14054 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14055
14056 * diary-lib.el (include-other-diary-files): Fix the fix of
14057 2000-02-18 by doing a save-excursion.
14058
14059 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14060
14061 * ps-print.el: Customization fix, doc fix.
14062 (ps-print-version): New version number (5.1.4).
14063 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14064 (ps-print-preprint): Adjust code.
14065 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14066 (ps-print-prologue-header, ps-print-control-characters)
14067 (ps-spool-config): Customization fix.
14068
14069 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14070
14071 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14072 converted to the new menu-item format, names silightly changed,
14073 help strings added.
14074
14075 Support for spelling without async subprocesses:
14076
14077 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14078 (ispell-session-buffer): New variables.
14079 (ispell-start-process, ispell-process-status,
14080 ispell-accept-output, ispell-send-string): New functions, for
14081 Ispell invocation when async subprocesses aren't supported.
14082 (ispell-word, ispell-pdict-save, ispell-command-loop,
14083 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14084 to process-send-string with calls to ispell-send-string, and
14085 accept-process-output with ispell-accept-output.
14086 (ispell-init-process): Call ispell-process-status instead of
14087 process-status with.
14088 (ispell-init-process): Call ispell-start-process. Call
14089 ispell-accept-output and ispell-send-string. Don't call
14090 process-kill-without-query and kill-process if they are unbound.
14091 (ispell-async-processp): New function.
14092
14093 2000-04-12 Dave Love <fx@gnu.org>
14094
14095 * info.el: Add debug-ignored-errors.
14096 (Info-mode-menu): Add some items.
14097 (Info-directory): Add autoload cookie.
14098
14099 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14100 Modify `truncate-lines'. Make `describe-language-environment'
14101 always visible and add help. Modify `describe-key' help. Invoke
14102 Info-directory from `info'. New entry `emacs-manual'.
14103
14104 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14105
14106 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14107 propertized-buffer-identification.
14108 (ebrowse-update-member-buffer-mode-line): Likewise.
14109 (ebrowse--mode-strings): Removed.
14110 (ebrowse--mode-line-props): Removed.
14111
14112 * files.el (auto-mode-alist): Add `EBROWSE'.
14113
14114 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14115 space before testing for end of buffer.
14116 (ebrowse-load): Removed.
14117 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14118 (ebrowse-create-tree-buffer): Rewritten.
14119 (ebrowse-tree-mode): Read tree from buffer.
14120
14121 * progmodes/ebrowse-ffh.el: Removed.
14122
14123 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14124
14125 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14126
14127 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14128
14129 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14130 at the wrong place.
14131
14132 2000-04-09 Dave Love <fx@gnu.org>
14133
14134 * files.el (backup-enable-predicate): Use
14135 temporary-file-directory, small-temporary-file-directory.
14136 (make-backup-file-name-function, backup-directory-alist): New
14137 variables.
14138 (make-backup-file-name-1): New function.
14139 (make-backup-file-name): Use it.
14140 (find-backup-file-name): Likewise. Use format for clarity, not
14141 concat.
14142 (file-newest-backup): Use make-backup-file-name.
14143
14144 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14145
14146 * progmodes/ebrowse-ffh.el: New file.
14147
14148 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14149 to ebrowse-ffh.el.
14150 (ebrowse-load): Add autoload.
14151
14152 * finder.el (finder-commentary): Add autoload cookie.
14153
14154 * mail/rfc2368.el: Correct author's email address.
14155
14156 * progmodes/ebrowse.el: New file.
14157
14158 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14159 item help string.
14160 (easy-menu-do-add-item): Ditto.
14161 (easy-menu-define): Extend doc string.
14162
14163 * jit-lock.el (with-buffer-unmodified): Use
14164 restore-buffer-modified-p.
14165 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14166 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14167 with-buffer-unmodified.
14168
14169 2000-04-08 Dave Love <fx@gnu.org>
14170
14171 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14172 unless, when.
14173
14174 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14175
14176 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14177 (viper-flash-search-pattern): No operation when using Emacs
14178 doesn't support face.
14179 Use `viper-put-on-search-overlay'.
14180
14181 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14182
14183 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14184 like C-r.
14185
14186 * progmodes/make-mode.el: Some doc fixes.
14187 (makefile-mode-abbrev-table): New variable.
14188 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14189 (makefile-font-lock-keywords): Fontify includes and conditionals.
14190 (toplevel): Require `dabbrev' and `add-log' when compiling.
14191
14192 * replace.el (perform-replace): Don't move forward one char
14193 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14194 to do that because it leaves point 1 position after the last
14195 replacement, after everything has been replaced.
14196
14197 * jit-lock.el (with-buffer-unmodified): New macro.
14198 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14199 modified state.
14200 (jit-lock-function-1): Extracted from jit-lock-function; not
14201 preserving buffer's modified state.
14202 (jit-lock-function, jit-lock-stealth-fontify): Call
14203 jit-lock-function-1.
14204
14205 * mail/rfc2368.el: Remove supernumerary copyright line.
14206
14207 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14208
14209 * glasses.el: Provide facilities for inserting space before left
14210 parentheses and uncapitalization of identifiers.
14211 (glasses-mode): Try to remove old overlays in all cases.
14212
14213 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14214
14215 * progmodes/compile.el (compile-internal): Display the compilation
14216 buffer in a different frame, if it's already displayed there.
14217
14218 * mail/rfc2368.el: New file.
14219
14220 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14221 header and insert its value as mail body.
14222
14223 * subr.el (member-ignore-case): New function.
14224
14225 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14226 (dabbrev--find-expansion): Ignore buffers matching a regexp
14227 from dabbrev-ignored-regexps.
14228
14229 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14230 to extensions handled by gzip.
14231
14232 2000-04-03 Richard M. Stallman <rms@gnu.org>
14233
14234 * files.el (insert-directory): List the total free space
14235 along with the used space.
14236
14237 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14238 line is followed by one that matches CITATION-REGEXP, end the
14239 paragraph.
14240
14241 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14242
14243 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14244 (rmail-make-basic-summary-line): Use that option.
14245
14246 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14247
14248 * international/mule-cmds.el (encoded-string-description):
14249 Rewritten. Try pretty description for ISO 2022 escape sequences
14250 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14251 for hexadecimal format.
14252
14253 2000-04-01 Dave Love <fx@gnu.org>
14254
14255 * cpp.el: Change customization group to `c' from `C'.
14256
14257 * vcursor.el (vcursor-move): Use display-color-p.
14258
14259 * international/mule-util.el: Provide mule-utils.
14260 (string-to-sequence): Simplify and speed up.
14261
14262 * international/mule.el (make-coding-system): Purecopy doc-string.
14263
14264 * international/mule-cmds.el: Various menu changes.
14265 (describe-specified-language-support): Handle `Default'.
14266 (set-language-info): Purecopy `info'.
14267
14268 2000-03-31 Andrew Innes <andrewi@gnu.org>
14269
14270 * vc.el (vc-backend-diff): Return the correct status if we had to
14271 retry the rcsdiff command without the --brief option.
14272
14273 2000-03-31 Dave Love <fx@gnu.org>
14274
14275 * help.el (help-manyarg-func-alist): Correct several omissions.
14276
14277 * add-log.el: Don't require cl, fortran.
14278 (add-log-current-defun-function): Doc fix.
14279 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14280 fix.
14281 (change-log-version-rcs): Function deleted.
14282 (change-log-version-number-search): Doc fix. Use
14283 vc-workfile-version. Avoid CL dolist.
14284 (add-change-log-entry): Just call add-log-current-defun to get
14285 defun. Simplify somewhat.
14286 (change-log-get-method-definition-1): Likewise.
14287 (add-log-current-defun): Return nil if calling
14288 add-log-current-defun-function does so. Move Fortran stuff to
14289 fortran.el. Return string without properties.
14290
14291 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14292 and :alpha: char classes.
14293
14294 * mail/supercite.el: Defvar curline when compiling.
14295 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14296 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14297 rather than a-zA-Z0-9 to allow non-ASCII characters.
14298
14299 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14300
14301 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14302
14303 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14304 Re-enable new code.
14305
14306 * lpr.el (print-region-1): Use -d to specify printer name for
14307 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14308
14309 2000-03-31 Dave Love <fx@gnu.org>
14310
14311 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14312 for function definition in symbol's function value slot first
14313 instead of first consulting byte-compile-function-environment.
14314
14315 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14316
14317 * language/european.el ("Polish"): New language environment.
14318 (setup-polish-environment): New function.
14319
14320 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14321
14322 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14323 Disable new code.
14324
14325 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14326 trying to `load' the symbol of an autoload instead of the file
14327 recorded in the autoload. Fix error messages.
14328
14329 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14330
14331 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14332 (ps-print-version): New version number (5.1.3).
14333 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14334 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14335 (ps-generate-postscript-with-faces): Code fix.
14336 (ps-color-values): XEmacs compatibility.
14337 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14338 (ps-default-fg, ps-default-bg): Adjust customization.
14339 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14340 (ps-color-scale): Renaming old ps-color-value fun.
14341 (ps-print-headers): Replace ps-print-header group to avoid conflict
14342 with ps-print-header variable.
14343 (ps-print-miscellany): New group.
14344 (ps-format-color, ps-rgb-color): New funs.
14345 (ps-default-foreground): New var.
14346 (ps-printer-name-option): New const.
14347
14348 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14349
14350 * net/net-utils.el:
14351 (network-connection-host, network-connection-service): New variables
14352 (network-connection-mode): New mode, derived from comint-mode
14353 (network-connection-mode-setup): New function, saves host and
14354 service information in local variables.
14355
14356 * lisp/locate.el:
14357 (locate-word-at-point): Added this function
14358 (locate): Default to using locate-word-at-point as input
14359 Run dired-mode-hook
14360
14361 2000-03-29 Dave Love <fx@gnu.org>
14362
14363 * calendar/appt.el: Doc fixes.
14364 (appt-check): Convert min-to-app to a string before passing to
14365 appt-disp-window-function or concat.
14366 (appt-delete-window): Remove test for frame-root-window.
14367 (appt-select-lowest-window, appt-convert-time): Simplify.
14368
14369 * emacs-lisp/bytecomp.el: Doc fixes.
14370 (byte-compile-file-form-autoload): Update
14371 byte-compile-function-environment.
14372
14373 2000-03-29 Andreas Schwab <schwab@suse.de>
14374
14375 * emacs-lisp/autoload.el: Also print defsubst doc string
14376 specially.
14377
14378 * dired.el (dired-insert-directory): If dired-free-space-program
14379 failed just delete its output.
14380
14381 2000-03-29 Dave Love <fx@gnu.org>
14382
14383 * international/iso-cvt.el: Move provide to end. Doc fixes.
14384 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14385 (iso-iso2sgml, iso-sgml2iso): New functions.
14386 (iso-cvt-define-menu): Fix some entries and use backquote for
14387 clarity.
14388
14389 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14390
14391 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14392
14393 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14394 ISO-DATE. If non-nil, return date in ISO 8601 format.
14395
14396 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14397
14398 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14399 if it ever becomes used.
14400 (log-edit-mode-hook): Default to vc-log-mode-hook.
14401 (log-edit-mode): Fix the docstring.
14402
14403 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14404 the code.
14405
14406 2000-03-26 Dave Love <fx@gnu.org>
14407
14408 * net/browse-url.el (browse-url): Re-fix case of
14409 browse-url-browser-function being an alist.
14410 (browse-url): Add :link to defgroup.
14411
14412 * files.el: Doc fixes.
14413 (file-truename): Include `[' in wildcard characters.
14414 (automount-dir-prefix): Customize.
14415 (find-file-wildcards): Add :version.
14416 (find-file-noselect): Simplify a mapcar call.
14417
14418 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14419 compatible with inf-lisp version.
14420 (eval-defun-1): Fix custom-declare-variable case.
14421
14422 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14423
14424 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14425
14426 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14427
14428 * Makefile (COMPILE_FIRST): New macro.
14429 (compile-files): Compile files from COMPILE_FIRST first.
14430
14431 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14432 code.
14433
14434 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14435 matching open parenthesis in column 0 to defun-prompt-regexp
14436 only if open-paren-in-column-0-is-defun-start is set.
14437
14438 * sun-curs.el: Require CL at compile-time only.
14439
14440 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14441 instead of copy-list which is a function from CL.
14442 (msb--choose-menu, msb--mode-menu-cond)
14443 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14444 (msb--init-file-alist): Use mapcar instead of mapcan.
14445 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14446 `(' in column 0 in doc string.
14447 (msb--add-separators): Use mapcar instead of mapcan.
14448
14449 * cus-dep.el: Require CL at compile-time only.
14450
14451 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14452
14453 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14454 (byte-compile-warnings): New warning `noruntime'.
14455 (byte-compile-constants, byte-compile-variables): Fix docstring.
14456 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14457 execute `eval-whenc-compile's body.
14458 (byte-compile-unresolved-functions): Fix docstring.
14459 (byte-compile-eval): New function.
14460 (byte-compile-callargs-warn): Check if the function will be available
14461 at runtime (via property `byte-compile-noruntime').
14462 (byte-compile-print-syms): New function.
14463 (byte-compile-warn-about-unresolved-functions): Also warn about
14464 `noruntime' functions (and use `byte-compile-print-syms').
14465 (byte-compile-file): Capitalize the message.
14466
14467 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14468
14469 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14470 (rmail-expunge): Ask for confirmation depending on the setting
14471 of rmail-confirm-expunge.
14472
14473 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14474
14475 * Makefile (bootstrap-clean): If $(emacs) exists, build
14476 loaddefs.el first. A loaddefs.el that's not up-to-date might
14477 cause a bootstrap failure because things don't autoload as
14478 expected.
14479
14480 2000-03-23 Dave Love <fx@gnu.org>
14481
14482 * net/browse-url.el: Restore previous use of
14483 browse-url-maybe-new-window.
14484
14485 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14486
14487 * ps-print.el: Skip banner page fix.
14488 (ps-print-version): New version number (5.1.2).
14489 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14490
14491 2000-03-23 Dave Pearson <davep@davep.org>
14492
14493 * net/quickurl.el Changed the type of parameter passed to the
14494 function defined by `quickurl-format-function'. Before only the
14495 text of the URL was passed. Now the whole URL structure is passed
14496 and the function is responsible for extracting the parts it
14497 requires. Changed the default of `quickurl-format-function'
14498 accordingly.
14499 (quickurl-insert): Changed the `funcall' of
14500 `quickurl-format-function' to match the above change.
14501 (quickurl-list-insert): Changed the `url' case so that it makes
14502 use of `quickurl-format-function', previous to this the format was
14503 hard wired.
14504
14505 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14506
14507 * startup.el: Change some spellings for the X Window System.
14508
14509 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14510
14511 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14512 up the code and the regexp and make sure the cursor is temporarily
14513 moved to the suspicious line while querying the user.
14514
14515 2000-03-22 Jason Rumney <jasonr@gnu.org>
14516
14517 * w32-fns.el (w32-charset-info-alist): Initialize.
14518
14519 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14520
14521 * ps-print.el: N-up last page fix.
14522 (ps-print-version): New version number (5.1.1).
14523 (ps-end-file, ps-end-job, ps-generate): Code fix.
14524
14525 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14526
14527 * files.el (find-file-run-dired): Update docstring.
14528 (find-directory-functions): New hook.
14529 (find-file-noselect): Run find-directory-functions rather than
14530 calling dired directly.
14531
14532 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14533
14534 * pcvs.el: Add a minimal leading commentary.
14535 (cvs-make-cvs-buffer): Change the header part by removing the startup
14536 message and adding a `Module' entry. Also replace the FOOTER and
14537 HEADER special fileinfos with the new support in ewoc for updating
14538 its own footer and header.
14539 (cvs-update-header): Update to use the header/footer of the ewoc.
14540 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14541 (cvs-is-within-p): New function.
14542 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14543 to only examine some subset of the buffers.
14544
14545 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14546 `format' instead of our own ad-hoc functions.
14547 Remove HEADER and FOOTER cases, now handled in the EWOC.
14548 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14549
14550 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14551 output to avoid scaring the user.
14552 (cvs-parse-table): Catch message for non-up-to-date commits.
14553
14554 * pcvs-defs.el (cvs-startup-message): Remove.
14555 (cvs-global-menu): New autoloaded menu.
14556
14557 * pcvs-util.el (cvs-string-fill): Remove.
14558
14559 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14560 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14561 PP part of it and also make it work for footers and headers.
14562 (ewoc-create): Drop POS and BUFFER arguments.
14563 Use the DLL's dummy node to store the end-of-footer position.
14564 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14565 (ewoc-refresh): Remove unused `header' variable.
14566 (ewoc-(get|set)-hf): New functions.
14567
14568 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14569 log-view-*-(message|file) and use easy-mmode-define-navigation.
14570 (log-view-message-re): Match SCCS format as well.
14571 And match the revision line rather than the dashed separator line.
14572 (log-view-mode): Use the new define-derived-mode.
14573 (log-view-current-tag): Fill in with an actual implementation.
14574
14575 * cvs-status.el (cvs-status-(prev|next)): Rename from
14576 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14577 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14578 to let the output "breathe" a little more (more readable).
14579 (cvs-status-mode): Use the new define-derived-mode.
14580
14581 * smerge-mode.el (smerge-auto-leave): New function and variable.
14582 (smerge-basic-map): Rename from smerge-basic-keymap.
14583 Change the bindings for smerge-diff-*.
14584 (smerge-*-map): Use easy-mmode-defmap.
14585 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14586 (smerge-keep-*): Use smerge-auto-leave.
14587
14588 2000-03-21 Jason Rumney <jasonr@gnu.org>
14589
14590 * cus-edit.el (custom-button-face): Use 3D look for w32.
14591 (custom-button-pressed-face): Likewise.
14592
14593 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14594
14595 * progmodes/etags.el (tags-case-fold-search): New user-option.
14596 (tags-loop-eval): New function. Bind case-fold-search around eval
14597 depending on the value of tags-case-fold-search.
14598 (tags-loop-continue): Use tags-loop-eval.
14599 (find-tag-in-order): Bind case-fold-search depending on the value
14600 of tags-case-fold-search.
14601
14602 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14603
14604 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14605 (diff-end-of-hunk): Return the end position for use in
14606 `easy-mmode-define-navigation'.
14607 (diff-recenter): Remove.
14608 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14609 of `easy-mmode-define-navigation'.
14610 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14611 previous renaming) and fix to use new names.
14612 (diff-merge-strings): Use \n as separator: simpler, faster.
14613 (diff-mode): Use `define-derived-mode'.
14614
14615 * derived.el (define-derived-mode): Don't autoload anymore.
14616 Prefer the macro-only version provided by easy-mmode.el.
14617
14618 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14619 `easy-mmode-define-derived-mode'.
14620 Use `combine-run-hooks'.
14621 (easy-mmode-define-navigation): New macro.
14622
14623 * subr.el (combine-run-hooks): New function.
14624
14625 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14626
14627 * term/x-win.el: Fontsets related initialization is simplified.
14628
14629 * international/mule-diag.el (describe-font): Don't refer to
14630 global-fontset-alist, instead call font-list.
14631 (describe-fontset, list-fontsets, mule-diag): Likewise.
14632 (print-fontset): Adjusted for the change of fontset
14633 implementation.
14634
14635 * international/fontset.el (x-charset-registries): Variable
14636 removed, instead the corresponding data is stored in the default
14637 fontset.
14638 (register-alternate-fontnames): Function removed.
14639 (resolved-ascii-font): Variable removed.
14640 (x-compose-font-name): Ignore the second argument REDOCE.
14641 (x-complement-fontset-spec): Complement only an ASCII font and
14642 element for those charsets than can use that ASCII font.
14643 (generate-fontset-menu): Don't refer to global-fontset-alist,
14644 instead call fontset-list.
14645 (uninstantiated-fontset-alist): Variable removed.
14646 (x-style-funcs-alist): Likewise.
14647 (fontset-default-styles): Likewise.
14648 (x-modify-font-name): Function removed.
14649 (create-fontset-from-fontset-spec): Ignore the argument
14650 STYLE-VARIANT.
14651 (create-fontset-from-ascii-font): Docsting adjusted for the above
14652 change.
14653 (instantiate-fontset, resolve-fontset-name): Functions removed.
14654 (fontset-list): Now implemented by C code.
14655
14656 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14657 (describe-face): Include `font' attribute in the description.
14658
14659 2000-03-21 Kenichi Handa <handa@etl.go.jp>
14660
14661 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14662
14663 2000-03-20 Gerd Moellmann <gerd@gnu.org>
14664
14665 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14666 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14667 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14668
14669 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14670 about behavior of set-buffer-modified-p wrt redisplay.
14671
14672 2000-03-19 Richard M. Stallman <rms@gnu.org>
14673
14674 * view.el (view-mode-disable): Kill local binding of view-read-only.
14675
14676 2000-03-18 Gerd Moellmann <gerd@gnu.org>
14677
14678 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14679 is a string, convert it to a syntax cell using string-to-syntax.
14680
14681 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14682 (string-to-syntax): New function.
14683
14684 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14685 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14686 try to use passive ftp mode.
14687
14688 2000-03-17 Gerd Moellmann <gerd@gnu.org>
14689
14690 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14691
14692 * simple.el (append-to-buffer): Update point of windows after
14693 insertion.
14694
14695 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14696 forward then moving backward. Reindent.
14697
14698 * frame.el (other-frame): Call x-focus-frame only if
14699 focus-follows-mouse is off.
14700
14701 2000-03-17 Dave Love <fx@gnu.org>
14702
14703 * pcvs-util.el (cvs-strings->string): Rename
14704 replace-regexps-in-string.
14705
14706 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14707
14708 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14709 regexp for labels cannot span several lines.
14710
14711 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14712 `(setq :<key> ':<key>)' to the macro expansion.
14713
14714 2000-03-16 Dave Love <fx@gnu.org>
14715
14716 * progmodes/f90.el (f90): Put custom group under `languages', not
14717 `fortran'.
14718 (f90-mode-hook): Customize.
14719 (f90-mode): Set add-log-current-defun-function.
14720 (f90-current-defun): New function.
14721
14722 2000-03-16 Gerd Moellmann <gerd@gnu.org>
14723
14724 * cus-edit.el (custom-variable-tag-face): Handle case that
14725 default face's height is not a number.
14726 (custom-face-tag-face, custom-group-tag-face-1)
14727 (custom-group-tag-face): Ditto.
14728 (custom-group-tag-face-1): Add :group.
14729
14730 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14731
14732 2000-03-15 Gerd Moellmann <gerd@gnu.org>
14733
14734 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14735 requiring easymenu.
14736
14737 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14738
14739 * ps-print.el: PostScript user-defined prologue, PostScript error
14740 handler, doc fix.
14741 (ps-print-version): New version number (5.1).
14742 (ps-user-defined-prologue, ps-error-handler-message)
14743 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14744 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14745 (ps-insert-string): New function.
14746
14747 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14748
14749 * international/ccl.el (ccl-compile-expression): Don't generate
14750 invalid self-assignment code.
14751
14752 2000-03-14 Dave Love <fx@gnu.org>
14753
14754 * subr.el (replace-regexp-in-string): Renamed from
14755 replace-regexps-in-string. Doc fix.
14756
14757 2000-03-12 Dave Love <fx@gnu.org>
14758
14759 * cus-edit.el: Doc fixes.
14760 (customize-set-variable, customize-save-variable): Rename args for
14761 doc.
14762 (custom-variable-tag-face, custom-face-tag-face)
14763 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14764 style which user identify as hyperlink.
14765 (hook): Don't add undefined functions to the hook.
14766 (debug-ignored-errors): Transfer message from bindings.el.
14767
14768 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14769
14770 * recentf.el (recentf-keep-non-readable-files-p): Remove
14771 double/nested definition.
14772
14773 2000-03-12 Dave Love <fx@gnu.org>
14774
14775 * facemenu.el (facemenu-get-face): Use display-color-p.
14776 * enriched.el (enriched-decode-foreground): Likewise.
14777 (enriched-decode-background): Likewise.
14778 * isearch.el (isearch-highlight): Likewise.
14779 * info-look.el (info-lookup): Likewise.
14780 * simple.el (completion-setup-function): Likewise.
14781
14782 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14783 :options.
14784
14785 * bindings.el (mode-line-format): Fix line-number and
14786 column-number items. Add help-echo for the background.
14787 (mode-line-mule-info): Modify help-echo.
14788
14789 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14790
14791 * files.el (load-file): Allow completion to .elc.
14792
14793 * man.el: Doc fixes.
14794 (Man-init-defvars): Use display-color-p to set fontification.
14795
14796 * play/hanoi.el (hanoi-internal): Don't use oddp.
14797
14798 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14799
14800 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14801
14802 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14803
14804 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14805
14806 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14807 Fix comment.
14808
14809 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14810
14811 * font-lock.el (font-lock-keywords): Fix the doc now that
14812 regexp-opt-depth is unnecessary.
14813 (save-buffer-state): Set an edebug spec.
14814 (font-lock-fontify-anchored-keywords): Properly handle the case when
14815 the matcher goes past the limit.
14816
14817 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14818 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14819
14820 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14821 dll.el and cookie.el (from Elib) with heavy renaming and other
14822 massaging.
14823
14824 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14825 Autoload the functions used.
14826 (easy-mmode-define-syntax): Fix CL typo.
14827 (easy-mmode-define-derived-mode): Improve the docstring generation.
14828
14829 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14830
14831 * textmodes/texinfo.el (texinfo-version): Variable and function
14832 removed.
14833
14834 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14835
14836 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14837 allow more flexibility.
14838 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14839 fns.
14840 (easy-mmode-defmap, easy-mmode-defsyntax)
14841 (easy-mmode-define-derived-mode): New macros.
14842
14843 2000-03-09 Didier Verna <didier@xemacs.org>
14844
14845 * rect.el (replace-rectangle): New function.
14846
14847 2000-03-09 Dave Love <fx@gnu.org>
14848
14849 * progmodes/fortran.el (fortran-comment-line-start): Define as
14850 "C".
14851 (fortran-comment-line-start-skip): Don't match cpp stuff.
14852 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14853 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14854 (fortran-mode): Don't set fortran-comment-line-start-skip,
14855 fortran-comment-line-start here. Set comment-start,
14856 add-log-current-defun.
14857 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14858 (fortran-current-defun): New function.
14859
14860 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14861
14862 * emacs-lisp/re-builder.el: New file.
14863
14864 * mouse.el (mouse-drag-region): Don't run up-event handler
14865 if hscroll has changed.
14866
14867 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14868 builtin operators, use `font-lock-builtin-face' for Emacs and
14869 `font-lock-preprocessor-face' otherwise.
14870
14871 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14872 `(defun (setf foo)' differently.
14873
14874 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14875
14876 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14877 (regexp-opt): Update comment and adapt the code the new meaning of
14878 the `paren' argument of regex-opt-group for shy-groups.
14879 (regexp-opt-depth): Handle shy groups as well as backslashed
14880 backslashes.
14881 (regexp-opt-group): Turn the leading comment into a docstring.
14882 Allow `paren' to be a string (the string to use to open a group).
14883 Remove open-presuf and close-presuf. Instead of checking for `all
14884 one-char' and then later on check for `several one-char', handle
14885 both cases close together. Also apply a more generic algorithm
14886 for suffixes (the mirror image of the algorithm used for
14887 prefixes). Use shy-groups. Use nreverse rather than reverse.
14888 (regexp-opt-try-suffix): Removed.
14889
14890 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14891 from comint-mode-map, so we can just inherit from it. Also, move
14892 the initialization into the `defvar' since there's no docstring
14893 anyway and it's fairly short.
14894 (inferior-scheme-mode): Define it as derived-mode: the code is
14895 shorter and this way we inherit from comint-mode-map rather than
14896 copying it.
14897
14898 * subr.el (replace-regexps-in-string): Properly handle the case
14899 where we match an empty string.
14900
14901 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14902 when the command has a directory component (such as "./testml").
14903 Also fix a typo in the comment.
14904
14905 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14906
14907 * Makefile (compile-files): Compile files one by one because
14908 that's the only way to ensure a clean compilation environment for
14909 each individual file.
14910
14911 * frame.el (other-frame): Call x-focus-frame.
14912
14913 2000-03-07 Dave Love <fx@gnu.org>
14914
14915 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14916 :require to defcustom.
14917
14918 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14919 lists.
14920
14921 * files.el (auto-mode-alist): Add configure.in.
14922
14923 * progmodes/autoconf.el: New file.
14924
14925 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14926
14927 * mail/mh-e.el: Change maintainer to `none'.
14928
14929 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14930 to remove-hook and add-hook.
14931
14932 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14933
14934 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14935 it as the default.
14936 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14937 (sendmail-send-it): Conditionally add MIME headers specifying the
14938 used character set.
14939
14940 2000-03-07 Dave Love <fx@gnu.org>
14941
14942 * winner.el: Fix keywords, autoload cookies. Split
14943 eval-when-compile form to avoid compilation failure.
14944
14945 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14946
14947 * international/mule.el: Modify comment about coding system
14948 property `coding-category'.
14949 (make-coding-system): New argument EOL-TYPE. Pay attention to
14950 coding-category property of PROPERTIES.
14951
14952 * international/mule-conf.el (coding-category-utf-8,
14953 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14954 categories. Include them in the argument for set-coding-priority.
14955
14956 * international/mule-cmds.el (reset-language-environment): Include
14957 coding-category-utf-8, coding-category-utf-16-be, and
14958 coding-category-utf-16-le in the argument for set-coding-priority.
14959 (reset-language-environment): Initialize coding-category-utf-8,
14960 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14961
14962 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14963
14964 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14965 code abstracted out of `bookmark-jump-noselect'. Now tries info
14966 extensions as well as compression extensions.
14967 (bookmark-jump-noselect): Use above new func.
14968
14969 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14970
14971 * strokes.el: Change maintainer's mail address.
14972
14973 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14974
14975 * international/mule-diag.el (list-character-sets): Make help-echo
14976 string by substitute-command-keys.
14977 (list-character-sets): Likewise.
14978 (sort-listed-character-sets): Call help-setup-xref.
14979
14980 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14981
14982 * time.el (display-time-mail-file): Add `none' to the list of
14983 choices.
14984
14985 2000-03-01 Dave Love <fx@gnu.org>
14986
14987 * help.el (help-xref-go-back): Don't try to set position.
14988
14989 * international/mule-diag.el (list-character-sets): Call
14990 help-setup-xref. Add help-echo to xrefs.
14991 (list-character-sets-1): Add help-echo to xrefs.
14992
14993 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14994
14995 * frame.el (blink-cursor-mode): Switch cursor on when turning
14996 the mode off.
14997
14998 * add-log.el (add-log-current-defun): Add support for
14999 Autoconf mode.
15000
15001 * mail/rmail.el (rmail-quit-hook): New variable.
15002
15003 2000-03-01 Dave Love <fx@gnu.org>
15004
15005 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15006
15007 * help.el (help-xref-button): Add help-echo arg.
15008 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15009
15010 * faces.el (list-faces-display): Supply help-echo with
15011 help-make-xrefs.
15012
15013 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15014 nil.
15015
15016 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15017
15018 * image.el (defimage): Look for image files in load-path.
15019
15020 * frame.el (busy-cursor-delay-seconds): Change type to
15021 `number'.
15022
15023 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15024
15025 * recentf.el (recentf): Added version tag to the defgroup of
15026 recentf.
15027
15028 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15029
15030 * recentf.el (recentf-cleanup): Changed to remove excluded file
15031 too.
15032 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15033 action to select/unselect a file.
15034 (recentf-edit-list): Code cleanup and improvement.
15035 (recentf-open-more-files-action): `recentf-open-more-files' button
15036 widget action to open a file.
15037 (recentf-open-more-files): No more use standard completion but
15038 widgets.
15039 (recentf-more-collection): Deleted.
15040 (recentf-more-history): Deleted.
15041 (recentf-setup-more-completion): Deleted.
15042
15043 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15044
15045 * recentf.el (recentf-mode): No more needs that Emacs is running
15046 under a window-system.
15047
15048 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15049
15050 * recentf.el (recentf-edit-list): New command to edit the recent
15051 list which allow the user to remove files.
15052 (recentf-edit-selected-items): New global variable, used by
15053 `recentf-edit-list' to hold the list of files to be removed from
15054 the recent list.
15055 (recentf-make-menu-items): Updated to display a "Edit list..."
15056 menu item. Minor code cleanup.
15057
15058 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15059
15060 * recentf.el (recentf-open-more-files): New command to open files
15061 that are not displayed in the menu.
15062 (recentf-more-collection): New global variable holding the set of
15063 permissible completions used by `recentf-open-more-files'.
15064 (recentf-more-history): New global variable holding the history list
15065 used by `recentf-open-more-files' completion.
15066 (recentf-setup-more-completion): New function to setup completion for
15067 `recentf-open-more-files'.
15068 (recentf-make-menu-items): Updated to display a "More..." menu item.
15069
15070 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15071
15072 * recentf.el (recentf-menu-action): Doc fixed.
15073
15074 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15075
15076 * recentf.el (recentf-menu-filter): Doc updated.
15077 (recentf-update-menu-hook): Allow menu filters to force menu update.
15078 (recentf-make-menu-items): New menu filter handling.
15079 (recentf-make-menu-item): New helper function.
15080 (recentf-menu-elements): New menu handling function.
15081 (recentf-sort-ascending): Updated to new menu filter handling.
15082 (recentf-sort-descending): Updated to new menu filter handling.
15083 (recentf-sort-basenames-ascending): New menu filter function.
15084 (recentf-sort-basenames-descending): New menu filter function.
15085 (recentf-show-basenames): New menu filter function.
15086 (recentf-show-basenames-ascending): New menu filter function.
15087 (recentf-show-basenames-descending): New menu filter function.
15088
15089 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15090
15091 * diary-lib.el (list-diary-entries): Don't try to go forward at
15092 the end of the buffer.
15093
15094 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15095
15096 * international/mule-diag.el (list-character-sets): Completely
15097 rewritten.
15098 (sort-listed-character-sets): New function.
15099 (list-character-sets-1): Completely rewritten.
15100 (list-character-sets-2): New function.
15101 (non-iso-charset-alist): New variable.
15102 (decode-codepage-char): New function.
15103 (charset-history): New variable.
15104 (read-charset) (list-block-of-chars)
15105 (list-iso-charset-chars)
15106 (list-non-iso-charset-chars)
15107 (list-charset-chars): New functions.
15108 (mule-diag): Call list-character-sets-2, not
15109 list-character-sets-2.
15110 (dump-charsets): Likewise.
15111
15112 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15113
15114 * dired-x.el (dired-filename-at-point): Add `@' to valid
15115 file name characters.
15116 (dired-filename-at-point): Handle ange-ftp file names.
15117
15118 * frame.el (frame-notice-user-settings): Use assq-delete-all
15119 instead of assoc-delete-all.
15120 (frame-notice-user-settings): Ditto.
15121
15122 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15123 Don't copy alist.
15124
15125 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15126
15127 * calculator.el (calculator-use-menu): New option.
15128 (calculator-initial-bindings): Changed some bindings to work as
15129 macros.
15130 (calculator-forced-input): Removed.
15131 (calculator-restart-other-mode): New variable.
15132 (calculator-mode-map): Set up menu.
15133
15134 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15135
15136 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15137 tags.
15138
15139 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15140
15141 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15142 translate all ESC key sequences.
15143 (viper-goto-mark-subr): restore markers for files for which
15144 they were saved.
15145 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15146 * viper-util.el (viper-set-replace-overlay-glyphs,
15147 viper-set-replace-overlay): always check if the replacement
15148 overlay is live.
15149 * viper.el (viper-vi-state-mode-list): added major modes.
15150 * ediff-wind.el: minor comment changes.
15151 * ediff.el: copyright notice date fix.
15152
15153 2000-02-27 Jason Rumney <jasonr@gnu.org>
15154
15155 * faces.el (face-font-family-alternatives): Add arial to helv.
15156 (mode-line, header-line, tool-bar): Same default as x for w32.
15157 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15158 face-font-family-alternatives from working.
15159 * term/w32-win.el (mouse-set-font): Do not build fontset from
15160 chosen font.
15161
15162 2000-02-25 Sam Steingold <sds@goems.com>
15163
15164 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15165 properly.
15166
15167 2000-02-25 Richard M. Stallman <rms@gnu.org>
15168
15169 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15170
15171 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15172
15173 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15174 writable.
15175
15176 * frame.el (busy-cursor-delay-seconds): New option.
15177
15178 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15179
15180 * frame.el (show-cursor-in-non-selected-windows): New option.
15181
15182 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15183
15184 * diary-lib.el (include-other-diary-files): Undo the selective
15185 display in any included file and don't kill it.
15186
15187 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15188
15189 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15190 bar. Menu items converted to (menu-item format, help strings
15191 added.
15192 [downcase, upcase]: Don't enable on MS-DOS.
15193 [symlink, symlinks]: Don't show if make-symbolic-link is not
15194 bound.
15195 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15196
15197 2000-02-23 Dave Love <fx@gnu.org>
15198
15199 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15200 (backward-kill-word): Revert addition of * to interactive spec --
15201 it's a feature.
15202
15203 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15204 (backward-kill-sentence, kill-sentence): Likewise.
15205
15206 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15207 scratch buffer name.
15208 (gud-format-command): Use int-to-string in ?l case. Simplify
15209 slightly.
15210
15211 * term/w32-win.el (internal-face-interactive): Update prompt for
15212 new read-face-name.
15213
15214 * mail/footnote.el (footnote): Add :version to defgroup.
15215 (footnote-section-tag-regexp): Customize.
15216 (footnote-start-tag, footnote-end-tag): New option.
15217 (footnote-latin-regexp): New variable.
15218 (Footnote-latin): New function.
15219 (footnote-style-alist): Add element for latin style.
15220 (footnote-style): Moved.
15221 (Footnote-goto-footnote): Use eq to test arg.
15222
15223 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15224
15225 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15226 (byte-compile-trueconstp): Include keywords.
15227 (byte-optimize-quote, byte-optimize-lapcode): Use
15228 byte-compile-const-symbol-p.
15229 (byte-optimize-char-before): New optimization.
15230
15231 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15232 (byte-compile-const-symbol-p): New function.
15233 (byte-compile-constp, byte-compile-out-toplevel)
15234 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15235 Use it.
15236
15237 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15238
15239 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15240
15241 * international/encoded-kb.el: Be sure to update minor-mode-alist
15242 and minor-mode-map-alist.
15243 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15244 codes SS2 and SS3 correctly.
15245 (encoded-kbd-self-insert-ccl): New function.
15246 (encoded-kbd-setup-keymap): New function.
15247 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15248 by calling encoded-kbd-setup-keymap.
15249
15250 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15251 characters.
15252 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15253 locally.
15254
15255 2000-02-22 Dave Love <fx@gnu.org>
15256
15257 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15258 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15259 defvar.
15260 (lisp-mode-syntax-table): Set up for #|...|# comments.
15261 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15262 classes. Match `defface'.
15263 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15264 (eval-defun-1): Fix for defcustom.
15265 (lisp-indent-region): Doc fix.
15266
15267 * subr.el (when, unless, split-string): Doc fix.
15268 (read-passwd): Move call of clear-this-command-keys to the right
15269 place.
15270 (replace-regexps-in-string): New function.
15271
15272 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15273
15274 * help.el (describe-variable): Set syntax table to
15275 emacs-lisp-mode-syntax-table when moving forward over the
15276 symbol's name.
15277
15278 2000-02-22 Dave Love <fx@gnu.org>
15279
15280 * xt-mouse.el: Doc fixes.
15281 (xterm-mouse-position-function): New function, replacing advice of
15282 mouse-position.
15283 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15284
15285 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15286
15287 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15288
15289 * format.el (format-annotate-single-property-change): Handle
15290 properties.with dotted-list values.
15291 (format-proper-list-p): New function.
15292
15293 * enriched.el (enriched-face-ans): Handle '(foreground-color
15294 . COLOR) and (background-color . COLOR).
15295
15296 2000-02-20 Dave Love <fx@gnu.org>
15297
15298 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15299 and assignments to it.
15300 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15301 current local map.
15302 (make-flyspell-overlay): Use it.
15303 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15304
15305 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15306 (lm-get-header-re): Defun, not defsubst.
15307 (lm-get-package-name): Defun, not defsubst. Simplify.
15308 (lm-version): Doc fix. Simplify.
15309 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15310 (lm-crack-address, lm-last-modified-date, lm-commentary)
15311 (lm-verify, lm-synopsis): Simplify.
15312 (lm-report-bug): Require emacsbug. Use compose-mail.
15313
15314 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15315
15316 * dired.el (dired-mode): Call propertized-buffer-identification
15317 to set mode-line-buffer-identification to something having
15318 the right text properties.
15319
15320 * bindings.el (propertized-buffer-identification): New function.
15321
15322 2000-02-20 Dave Love <fx@gnu.org>
15323
15324 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15325 check for t-mouse too.
15326
15327 * cus-start.el: Make echo-keystrokes `number'.
15328
15329 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15330
15331 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15332 Don't call ring-empty-p unless tags-location-ring is bound.
15333 From Noah Friedman <friedman@splode.com>.
15334
15335 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15336
15337 * progmodes/hideshow.el (hs-flag-region): No longer use
15338 `intangible' overlay property.
15339
15340 (hs-toggle-hiding): New command.
15341 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15342
15343 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15344 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15345 and deactivation.
15346
15347 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15348
15349 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15350
15351 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15352
15353 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15354
15355 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15356 of `*' to handle `(* ... *)' comments.
15357
15358 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15359
15360 * faces.el (list-faces-display): Use display-mouse-p instead of
15361 window-system.
15362
15363 * menu-bar.el (global-map): Menu-bar items converted to the new
15364 format (menu-item..., rearranged for better CUA compliance, and
15365 their names changed for better clarity. Help strings added.
15366
15367 * international/mule-cmds.el (mule-menu-keymap)
15368 (describe-language-environment-map, set-coding-system-map)
15369 (setup-language-environment-map): Convert to new (menu-item...
15370 form, add help strings. Change names of menu items for better
15371 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15372 submenu).
15373
15374 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15375
15376 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15377 within the code.
15378
15379 2000-02-16 Dave Love <fx@gnu.org>
15380
15381 * faces.el: Don't require custom. Add more specific :groups to
15382 various deffaces.
15383 (set-face-attribute): Purecopy args.
15384 (read-face-name): Default to name at point and use it in prompt.
15385 Remove colon from arg in all callers.
15386 (list-faces-display): Hyperlink to face descriptions and customize
15387 buffers.
15388
15389 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15390
15391 * wid-edit.el (widget-match-inline): An atom never matches a
15392 list.
15393
15394 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15395
15396 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15397 at ':' characters by call to split-string.
15398
15399 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15400
15401 * textmodes/bibtex.el: Added RCS version identification.
15402
15403 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15404
15405 * textmodes/bibtex.el: Some temporary comments removed.
15406 (bibtex-field-name, bibtex-entry-type): Made the relationship
15407 explicit.
15408 (bibtex-field-const): Allow capital letters.
15409 (bibtex-start-of-string): Deleted because unused.
15410
15411 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15412 use the term 'reference' to describe a bibtex entry as a whole.
15413 Further, reference keys are no longer called 'labels'.
15414 (bibtex-keys): Renamed to bibtex-reference-keys.
15415 (bibtex-reformat-previous-labels): Renamed to
15416 bibtex-reformat-previous-reference-keys.
15417 (bibtex-reference-type): Renamed to bibtex-entry-type.
15418 (bibtex-reference-head): Renamed to bibtex-entry-head.
15419 (bibtex-reference-maybe-empty-head): Renamed to
15420 bibtex-entry-maybe-empty-head.
15421 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15422 (bibtex-search-reference): Renamed to bibtex-search-entry.
15423 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15424 bibtex-enclosing-entry-maybe-empty-head.
15425 (bibtex-entry-field-alist, bibtex-entry-head,
15426 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15427 bibtex-map-entries, bibtex-search-entry,
15428 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15429 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15430 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15431 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15432 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15433 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15434 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15435
15436 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15437
15438 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15439 comment.
15440 (bibtex-format-field-delimiters): New function, functionality
15441 extracted from bibtex-format-entry.
15442 (bibtex-autokey-get-yearfield-digits): New function, functionality
15443 extracted from bibtex-autokey-get-yearfield.
15444
15445 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15446 entries in order to avoid stack overflow in the regexp matcher if
15447 field contents become large.
15448 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15449 bibtex-field-string-part-not-braced,
15450 bibtex-field-string-part-no-inner-braces,
15451 bibtex-field-string-part-1-inner-brace,
15452 bibtex-field-string-part-2-inner-braces,
15453 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15454 bibtex-field-string-quoted, bibtex-field-string,
15455 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15456 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15457 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15458 as parsing is now performed by the following functions.
15459 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15460 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15461 bibtex-parse-field-string, bibtex-search-forward-field-string,
15462 bibtex-parse-association, bibtex-field-name-for-parsing,
15463 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15464 bibtex-search-forward-field, bibtex-search-backward-field,
15465 bibtex-start-of-field, bibtex-end-of-field,
15466 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15467 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15468 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15469 bibtex-parse-string, bibtex-search-forward-string,
15470 bibtex-search-backward-string, bibtex-start-of-string,
15471 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15472 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15473 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15474 entries. Instead of reporting the results of the parsing by
15475 match-beginning or match-end, these functions return data structures
15476 that hold the corresponding positions.
15477 (bibtex-enclosing-field): Changed to also report field boundaries by
15478 return values rather than by match-beginning or match-end. The
15479 following functions have been adapted to use the new parsing
15480 functions.
15481 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15482 bibtex-enclosing-field, bibtex-format-entry,
15483 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15484 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15485 bibtex-print-help-message, bibtex-end-of-entry,
15486 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15487 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15488 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15489 method for parsing.
15490 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15491 bibtex-map-entries, bibtex-flash-head,
15492 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15493 bibtex-autokey-change, bibtex-autokey-get-namefield,
15494 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15495 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15496 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15497 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15498 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15499 order to make the new binding of case-fold-search immediately
15500 visible.
15501
15502 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15503
15504 * textmodes/bibtex.el: Copyright notice is up to date.
15505 Added constant 'bibtex-maintainer-salutation.
15506
15507 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15508 than make-temp-name, use match-string-no-properties and eliminate
15509 a quadratic behavior when building bibtex-strings.
15510
15511 * bibtex.el (bibtex-reference-key): Accept string entries whose
15512 reference key contains upper case letters.
15513
15514 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15515
15516 * bibtex.el (bibtex-reference-head): Allow entries to start with
15517 a new line.
15518
15519 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15520
15521 * bibtex.el: Hiding of entry bodies is not longer provided by
15522 bibtex.el directly. Instead the hideshow package can be used.
15523 Added a special bibtex entry to hs-special-modes-alist.
15524 (bibtex-hs-forward-sexp): Added for hideshow.el.
15525
15526 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15527
15528 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15529 at ':' characters by call to split-string.
15530
15531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15532
15533 * textmodes/bibtex.el: Added RCS version identification.
15534
15535 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15536
15537 * textmodes/bibtex.el: Some temporary comments removed.
15538 (bibtex-field-name, bibtex-entry-type): Made the relationship
15539 explicit.
15540 (bibtex-field-const): Allow capital letters.
15541 (bibtex-start-of-string): Deleted because unused.
15542
15543 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15544 use the term 'reference' to describe a bibtex entry as a whole.
15545 Further, reference keys are no longer called 'labels'.
15546 (bibtex-keys): Renamed to bibtex-reference-keys.
15547 (bibtex-reformat-previous-labels): Renamed to
15548 bibtex-reformat-previous-reference-keys.
15549 (bibtex-reference-type): Renamed to bibtex-entry-type.
15550 (bibtex-reference-head): Renamed to bibtex-entry-head.
15551 (bibtex-reference-maybe-empty-head): Renamed to
15552 bibtex-entry-maybe-empty-head.
15553 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15554 (bibtex-search-reference): Renamed to bibtex-search-entry.
15555 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15556 bibtex-enclosing-entry-maybe-empty-head.
15557 (bibtex-entry-field-alist, bibtex-entry-head,
15558 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15559 bibtex-map-entries, bibtex-search-entry,
15560 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15561 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15562 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15563 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15564 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15565 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15566 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15567
15568 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15569
15570 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15571 comment.
15572 (bibtex-format-field-delimiters): New function, functionality
15573 extracted from bibtex-format-entry.
15574 (bibtex-autokey-get-yearfield-digits): New function, functionality
15575 extracted from bibtex-autokey-get-yearfield.
15576
15577 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15578 entries in order to avoid stack overflow in the regexp matcher if
15579 field contents become large.
15580 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15581 bibtex-field-string-part-not-braced,
15582 bibtex-field-string-part-no-inner-braces,
15583 bibtex-field-string-part-1-inner-brace,
15584 bibtex-field-string-part-2-inner-braces,
15585 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15586 bibtex-field-string-quoted, bibtex-field-string,
15587 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15588 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15589 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15590 as parsing is now performed by the following functions.
15591 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15592 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15593 bibtex-parse-field-string, bibtex-search-forward-field-string,
15594 bibtex-parse-association, bibtex-field-name-for-parsing,
15595 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15596 bibtex-search-forward-field, bibtex-search-backward-field,
15597 bibtex-start-of-field, bibtex-end-of-field,
15598 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15599 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15600 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15601 bibtex-parse-string, bibtex-search-forward-string,
15602 bibtex-search-backward-string, bibtex-start-of-string,
15603 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15604 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15605 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15606 entries. Instead of reporting the results of the parsing by
15607 match-beginning or match-end, these functions return data structures
15608 that hold the corresponding positions.
15609 (bibtex-enclosing-field): Changed to also report field boundaries by
15610 return values rather than by match-beginning or match-end. The
15611 following functions have been adapted to use the new parsing
15612 functions.
15613 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15614 bibtex-enclosing-field, bibtex-format-entry,
15615 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15616 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15617 bibtex-print-help-message, bibtex-end-of-entry,
15618 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15619 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15620 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15621 method for parsing.
15622 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15623 bibtex-map-entries, bibtex-flash-head,
15624 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15625 bibtex-autokey-change, bibtex-autokey-get-namefield,
15626 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15627 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15628 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15629 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15630 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15631 order to make the new binding of case-fold-search immediately
15632 visible.
15633
15634 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15635
15636 * textmodes/bibtex.el: Copyright notice is up to date.
15637 Added constant 'bibtex-maintainer-salutation.
15638
15639 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15640 than make-temp-name, use match-string-no-properties and eliminate
15641 a quadratic behavior when building bibtex-strings.
15642
15643 * bibtex.el (bibtex-reference-key): Accept string entries whose
15644 reference key contains upper case letters.
15645
15646 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15647
15648 * bibtex.el (bibtex-reference-head): Allow entries to start with
15649 a new line.
15650
15651 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15652
15653 * bibtex.el: Hiding of entry bodies is not longer provided by
15654 bibtex.el directly. Instead the hideshow package can be used.
15655 Added a special bibtex entry to hs-special-modes-alist.
15656 (bibtex-hs-forward-sexp): Added for hideshow.el.
15657
15658 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15659
15660 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15661 proceedings entry type (for cross referencing). Thanks to Wagner
15662 Toledo Correa for the suggestion.
15663
15664 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15665
15666 2000-02-14 Kenichi Handa <handa@etl.go.jp>
15667
15668 * international/characters.el: Setup case table for Vietnamese.
15669
15670 2000-02-12 Gerd Moellmann <gerd@gnu.org>
15671
15672 * uniquify.el (toplevel): Require CL at compile time.
15673 (uniquify-push): Removed.
15674
15675 * shadowfile.el (shadow-when): Removed.
15676
15677 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15678 (tempo-process-and-insert-string): Use dolist instead of
15679 tempo-dolist.
15680
15681 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15682 regexp for paragraph-start.
15683
15684 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15685 commas as well.
15686
15687 2000-02-10 Dave Love <fx@gnu.org>
15688
15689 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15690 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15691 Deleted.
15692 (widget-specify-field, widget-specify-button): Don't use
15693 widget-mouse-help as help-echo property.
15694 (default): Use #'ignore for :validate and :mouse-down-action.
15695 (checkbox): Add help-echo.
15696 (widget-sexp-validate): Rewritten to clarify error messages.
15697 (character): Use char-valid-p in :match function.
15698 (widget-color-complete): Use facemenu-color-alist.
15699 (widget-color-action): Use facemenu-read-color.
15700
15701 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15702 set up `caar' &c that we now have.
15703
15704 2000-02-09 Ray Blaak <blaak@gnu.org>
15705
15706 * delphi.el: Make resourcestring a declaration region, like const
15707 and var.
15708
15709 2000-02-09 Dave Love <fx@gnu.org>
15710
15711 * bindings.el (mode-line-input-method-map): New variable.
15712 (mode-line-mule-info): Use it; fix last change.
15713 (mode-line-mode-menu): Move definition.
15714 (mode-line-mouse-sensitive-p): Deleted.
15715 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15716 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15717 level.
15718
15719 * startup.el (command-line-1): Don't call
15720 make-mode-line-mouse-sensitive.
15721
15722 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15723
15724 * mail/rmail.el (rmail-retry-failure): Use
15725 rmail-beginning-of-message before rmail-toggle-header, because the
15726 former toggles headers.
15727
15728 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15729
15730 * diff-mode.el (diff-kill-junk): New interactive function.
15731 (diff-reverse-direction): Use delete-and-extract-region.
15732 (diff-post-command-hook): Restrict the area so that the hook also works
15733 outside of any diff hunk. This is necessary for the minor-mode.
15734 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15735 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15736
15737 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15738 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15739 so that it can be used more easily in <foo>-mode-hook. Also make sure
15740 to avoid duplicate entries.
15741 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15742 (font-lock-remove-keywords): Just as was done for `add', allow it to
15743 work even if font-lock-mode is nil. Also make sure we don't modify
15744 any pre-existing list by forcing a copy-sequence. Finally rename
15745 `major-mode' to `mode'.
15746 (font-lock-fontify-syntactic-anchored-keywords)
15747 (font-lock-fontify-anchored-keywords)
15748 (font-lock-fontify-keywords-region): Use line-end-position.
15749 Don't make `font-lock-multiline' local (it's now done in
15750 font-lock-set-defaults).
15751 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15752 move the `font-lock-fontified' creation to inside the `unless'.
15753
15754 2000-02-06 Andrew Innes <andrewi@gnu.org>
15755
15756 * term/w32-win.el (x-handle-args): Comment out call to message,
15757 which occurs before window system is initialized.
15758
15759 * makefile.nt: Add support for recompiling lisp code.
15760
15761 2000-02-04 Dave Love <fx@gnu.org>
15762
15763 * bindings.el (mode-line-mule-info): Fix/extend last change.
15764
15765 * completion.el: Replace completion-dolist with dolist.
15766
15767 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15768 dotimes.
15769
15770 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15771
15772 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15773 environment names before they go into the section regexp.
15774
15775 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15776 char class in regexp.
15777
15778 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15779 `case-fold-search' to nil.
15780
15781 * progmodes/idlwave.el (idlwave-template): Respect
15782 `idlwave-abbrev-change-case'.
15783 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15784 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15785 idlwave-while): respect `idlwave-reserved-word-upcase'.
15786 (idlwave-rw-case): New function.
15787 (idlwave-statement-match): Fixed problem with assignment regexp.
15788 (idlwave-font-lock-keywords): Improved regexp for keyword
15789 parameters.
15790 (idlwave-surround): New argument LENGTH to support padding of
15791 operators longer than 1 char.
15792
15793 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15794 idlwave-shell-expression-overlay. Implemented printing of
15795 expressions on higher levels of the calling stack.
15796 (idlwave-shell-display-level-in-calling-stack): Restore stack
15797 level.
15798 (idlwave-retrieve-expression-from-level): New function.
15799 (idlwave-shell-last-calling-stack): Variable removed.
15800 (idlwave-shell-reset): Argument action reversed (`visible' to
15801 `hidden'). Also remove stop-line overlay.
15802 (idlwave-shell-calling-stack-routine): New variable.
15803 (idlwave-shell-parse-stack-and-display): Messages now display
15804 negative level numbers.
15805 (idlwave-shell-mode): Set `modeline-format'.
15806 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15807 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15808 21.
15809 (idlwave-shell-print-expression-function): New option.
15810
15811 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15812 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15813 `tool-bar' instead of `toolbar'.
15814
15815 2000-02-02 Dave Love <fx@gnu.org>
15816
15817 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15818 emacs-lisp-mode-hook. Don't check for defalias being defined.
15819
15820 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15821 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15822 the new builtins directly.
15823
15824 * whitespace.el (whitespace): Add :version to defgroup.
15825
15826 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15827 Doc fix.
15828
15829 * thingatpt.el (sexp-at-point, symbol-at-point)
15830 (number-at-point, list-at-point): Add autoload cookie.
15831
15832 * recentf.el (recentf): Add :version to defgroup.
15833
15834 * quickurl.el (quickurl): Add :version to defgroup.
15835
15836 * elide-head.el (elide-head): Use point-marker more.
15837
15838 * bs.el (bs): Add :version to defgroup.
15839
15840 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15841
15842 * progmodes/delphi.el (delphi): Add :version to defgroup.
15843
15844 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15845
15846 * ange-ftp.el (ange-ftp-write-region): Handle case that
15847 succeeding process operation sets a different coding system.
15848
15849 * calculator.el: New file.
15850
15851 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15852
15853 * frame.el (frames-on-display-list, framep-on-display): New
15854 functions.
15855 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15856 (display-selections-p, display-screens, display-pixel-width)
15857 (display-pixel-height, display-mm-width, display-mm-height)
15858 (display-backing-store, display-save-under, display-planes)
15859 (display-color-cells, display-visual-class): New functions.
15860
15861 * term/tty-colors.el (tty-color-gray-shades): New function.
15862
15863 * faces.el (display-color-p): Use framep-on-display.
15864 (display-grayscale-p): New function.
15865
15866 2000-01-31 Dave Love <fx@gnu.org>
15867
15868 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15869 (create-fontset-from-x-resource): Don't concat integers.
15870
15871 2000-01-31 Inge Frick <inge@nada.kth.se>
15872
15873 * view.el: Some changes in documentation. Removed some trailing
15874 whitespace. Changed some parameter names to agree with
15875 documentation.
15876 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15877 window is not deleted. Modifies change 1998-04-26.
15878
15879 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15880
15881 * windmove.el: New file.
15882
15883 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15884 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15885 progmodes/ebnf-yac.el: Update copyright and license info.
15886
15887 * jit-lock.el (jit-lock-function): Widen before calculating end
15888 position.
15889 (jit-lock-stealth-chunk-start): Rewritten.
15890
15891 * info.el (Info-title-face-alist): Removed.
15892 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15893 faces.
15894 (Info-fontify-node): Use these faces.
15895
15896 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15897
15898 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15899 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15900 `&allow-other-keywords'.
15901
15902 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15903 the list of directories scanned heuristically.
15904
15905 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15906 exist.
15907
15908 2000-01-30 Jason Rumney <jasonr@gnu.org>
15909
15910 * w32-fns.el: Define w32-tty-standard-colors.
15911
15912 * startup.el (command-line): Use w32-tty-standard-colors when in
15913 w32 console mode.
15914
15915 2000-01-30 Dave Love <fx@gnu.org>
15916
15917 * jka-compr.el (jka-compr-load): Fix up load-history.
15918
15919 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15920
15921 * emacs-lisp/cl-macs.el: Revert previous change.
15922
15923 2000-01-29 Dave Love <fx@gnu.org>
15924
15925 * facemenu.el: Purecopy various strings.
15926
15927 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15928 years. Deal with three-digit years.
15929
15930 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15931 defconst, purecopy.
15932 (help-back-label): Purecopy it.
15933
15934 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15935
15936 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15937 variable. If non-nil, order the buffer list according to the
15938 currently selected frame.
15939 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15940 non-nil, pass the selected frame to function buffer-list.
15941
15942 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15943
15944 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15945
15946 2000-01-28 Dave Love <fx@gnu.org>
15947
15948 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15949
15950 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15951 Don't use lisp-indent-hook property.
15952 (cl-abs): Remove.
15953
15954 * subr.el: Move out indent and edebug specs for when and unless.
15955
15956 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15957 when, unless.
15958
15959 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15960 unless, when.
15961
15962 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15963
15964 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15965 `collecting' as synonym for `collect'.
15966
15967 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15968 for the case it contains spaces.
15969
15970 * simple.el (what-cursor-position): Change formatting of
15971 messages.
15972
15973 * frame.el (delete-other-frames): New function.
15974 (toplevel): Bind it to C-x 5 1.
15975
15976 * sort.el (sort-numeric-base): New option.
15977 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15978 interpret it as octal or hexadecimal. Use sort-numeric-base
15979 as default base.
15980
15981 * progmodes/glasses.el: New file.
15982
15983 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15984
15985 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15986 userids differently.
15987
15988 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15989 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15990 progmodes/ebnf-yac.el: New files.
15991
15992 2000-01-26 Dave Love <fx@gnu.org>
15993
15994 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15995 on a function with an empty body. [From Eric Ludlam.]
15996
15997 2000-01-25 Andre Spiegel <spiegel@gnu.org>
15998
15999 * vc.el (vc-version-diff): Make sure file name is expanded.
16000
16001 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16002
16003 * scroll-bar.el (scroll-bar-timer): Variable removed.
16004 (scroll-bar-toolkit-scroll): Don't use a timer.
16005
16006 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16007
16008 * language/thai-util.el (thai-composition-function): Delete
16009 superfluous `a'.
16010
16011 2000-01-24 Dave Love <fx@gnu.org>
16012
16013 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16014 end-of-defun-function.
16015
16016 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16017 &c.
16018
16019 2000-01-22 Jason Rumney <jasonr@gnu.org>
16020
16021 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16022 conflicts with new face support.
16023
16024 2000-01-22 Richard M. Stallman <rms@gnu.org>
16025
16026 * replace.el (query-replace): Rename last arg to DELIMITED.
16027 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16028 (query-replace-regexp): Likewise.
16029
16030 2000-01-20 Richard M. Stallman <rms@gnu.org>
16031
16032 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16033
16034 * emacs-lisp/lisp.el (beginning-of-defun-function):
16035 Variable renamed from beginning-of-defun.
16036 Do not call make-variable-buffer-local.
16037 (beginning-of-defun-raw): Use new variable name; doc fix.
16038 (beginning-of-defun): Doc fix.
16039 (end-of-defun-function): Variable renamed from end-of-defun.
16040 Do not call make-variable-buffer-local.
16041 (end-of-defun): Use new variable name; doc fix.
16042
16043 * subr.el (dolist, dotimes): Copied from cl-macs.el
16044 and made to work.
16045
16046 * mail/undigest.el (rmail-digest-end-regexps):
16047 Variable replaces rmail-digest-end-regexp.
16048 Allows multiple regexps for detecting the end line.
16049 (undigestify-rmail-message): Corresponding changes.
16050
16051 2000-01-19 Dave Love <fx@gnu.org>
16052
16053 * files.el (user-init-file): Don't declare here -- is primitive.
16054
16055 * startup.el (command-line): Check for compiled user-init-file and
16056 set to uncompiled version if necessary.
16057
16058 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16059
16060 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16061 (undigestify-rmail-message): Use it.
16062
16063 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16064
16065 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16066
16067 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16068 of mini-buffer.
16069
16070 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16071
16072 * emacs-lisp/copyright.el (copyright-update): Removed the
16073 requirement for a trailing space from `copyright-regexp', to
16074 support copyrights with owner specified on a separate line..
16075
16076 * align.el: New file.
16077
16078 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16079
16080 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16081
16082 2000-01-13 Dave Love <fx@gnu.org>
16083
16084 * ph.el: Removed. (Obsoleted by EUDC.)
16085
16086 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16087
16088 * net/eudc.el (toplevel): Remove autoloaded code installing
16089 menu with easymenu, because that causes build problems.
16090
16091 * frame.el (frame-notice-user-settings): New variable.
16092 (frame-notice-user-settings): Don't modify frame parameters
16093 if called a second time.
16094
16095 2000-01-13 Richard M. Stallman <rms@gnu.org>
16096
16097 * frame.el (frame-notice-user-settings):
16098 Notice default-frame-parameters even for non-window frames.
16099
16100 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16101
16102 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16103 for Emacs.
16104 (eudc-bob-can-display-inline-images): Extend for Emacs.
16105 (eudc-bob-toggle-inline-display): Ditto.
16106 (eudc-bob-display-jpeg): Ditto.
16107
16108 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16109
16110 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16111 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16112 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16113
16114 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16115 nil)'.
16116
16117 * subdirs.el: Add `net' directory.
16118
16119 * net: New directory.
16120
16121 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16122 eval-last-sexp. Don't bind debug-on-error here.
16123 (eval-last-sexp): New function. Bind debug-on-error if
16124 eval-expression-debug-on-error is non-nil.
16125 (eval-defun-2, eval-defun): Likewise.
16126
16127 * simple.el (eval-expression): Don't bind debug-on-error if
16128 eval-expression-debug-on-error is nil. Detect changed
16129 debug-on-error, and propagate new value to global binding, if
16130 eval-expression-debug-on-error is non-nil,
16131 (eval-expression-debug-on-error): Change doc string.
16132
16133 2000-01-11 Richard M. Stallman <rms@gnu.org>
16134
16135 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16136
16137 * emacs-lisp/lisp-mode.el (with-syntax-table):
16138 Set up lisp-indent-function property.
16139
16140 * subr.el (with-syntax-table): Moved from simple.el.
16141
16142 * simple.el (with-syntax-table): Moved to subr.el.
16143
16144 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16145
16146 * tmm.el (tmm-shortcut): Delete region after prompt instead
16147 of erasing buffer.
16148
16149 * textmodes/fill.el (fill-common-string-prefix): New function.
16150 (fill-context-prefix): Use the longest common prefix of first
16151 and second line fill prefix, if there is one.
16152
16153 2000-01-11 Richard M. Stallman <rms@gnu.org>
16154
16155 * array.el (array-mode): Don't use make-variable-buffer-local.
16156 Use make-local-variable for `truncate-lines'.
16157
16158 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16159
16160 * add-log.el (add-log-current-defun): Handle user-defined
16161 add-log-current-function returning nil,
16162
16163 * add-log.el (add-change-log-entry): Insert version number
16164 if having found a current function
16165
16166 * add-log.el (add-log-current-defun): Call
16167 `add-log-current-defun-function'. Try matches at level 0 and
16168 level 1. Strip whitespace from defun found.
16169
16170 2000-01-10 John Wiegley <johnw@gnu.org>
16171
16172 * allout.el (isearch-done/outline-provisions): Added `edit'
16173 argument to correspond with the current definition of
16174 `isearch-done'.
16175
16176 2000-01-10 Dave Love <fx@gnu.org>
16177
16178 * elide-head.el (elide-head): Use point-marker, not point.
16179
16180 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16181
16182 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16183 before and after the year 2000.
16184
16185 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16186 Add ispell- prefix.
16187
16188 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16189
16190 * ispell.el: Only define dictionaries in menus when they exist.
16191 (version18p): New variable.
16192 (version20p): New variable.
16193 (xemacsp): New variable.
16194 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16195 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16196 (ispell-dictionary-alist6): Russian command lines no longer accept
16197 run-together words.
16198 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16199 (ispell-dictionary-alist): Add koi8-r to customize definition.
16200 (check-ispell-version): Added documentation string. Returns
16201 library path when called non-interactively.
16202 (ispell-menu-map-needed): Uses new variables.
16203 (ispell-library-path): New variable.
16204 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16205 (ispell-word): Improved documentation string. Test for valid
16206 character mappings. Correctly check typed in word changes that can
16207 result in single words split into multiple words. Returns
16208 replacement word.
16209 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16210 replace in recursive query replace mode. Help message for
16211 recursive edit mode.
16212 (ispell-show-choices): Protect against bad framepop bindings.
16213 (ispell-help): Fix to work with XEmacs.
16214 (ispell-highlight-spelling-error): Use new variables.
16215 (ispell-overlay-window): Fix to work with XEmacs.
16216 (ispell-parse-output): Passed and returns location information
16217 tracking spelling corrections. Doesn't recheck same word on
16218 current line.
16219 (ispell-init-process): Protect against bogus XEmacs variable binding.
16220 Fix call to single argument in sleep-for. Use new variables.
16221 (ispell-region): Passed and returns location information tracking
16222 spelling corrections. Doesn't check same word on current line.
16223 Improved documentation string. Doesn't resend a line already
16224 checked to the ispell process - fixes bug in LaTeX parsing.
16225 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16226 (ispell-skip-region): No longer skips <TT> in SGML.
16227 (ispell-process-line): Tracks location information with spelling
16228 corrections. Added documentation string. Accounts for words
16229 already accepted on this line. Don't allow query-replace on line
16230 starting with math characters. Doesn't resend a line already sent
16231 to ispell process. Fixes alignment error bug.
16232
16233 2000-01-10 Richard M. Stallman <rms@gnu.org>
16234
16235 * dired-x.el (dired-guess-shell-alist-default):
16236 Suggest xloadimage, which is free, not xv, which isn't.
16237
16238 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16239 Don't ever include the host name or user name in the value.
16240
16241 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16242
16243 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16244 of a real newline.
16245
16246 2000-01-09 Stephen Eglen <stephen@gnu.org>
16247
16248 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16249 for .png files.
16250
16251 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16252
16253 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16254
16255 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16256
16257 * progmodes/cperl-mode.el: Replace ^F with ^L.
16258
16259 * sendmail.el (toplevel): Provide `sendmail' when compiling
16260 before `require'ing rmail and mailalias to prevent infinite
16261 recursion.
16262
16263 2000-01-08 Dave Love <fx@gnu.org>
16264
16265 * emacs-lisp/backquote.el: Remove inappropriate customization
16266 (allowing custom.el to use backquote).
16267
16268 2000-01-07 Dave Love <fx@gnu.org>
16269
16270 * add-log.el (add-log-debugging): Deleted.
16271 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16272 file. Remove debugging code.
16273 (change-log-get-method-definition, change-log-name): Add doc.
16274 (change-log-sortable-date-at): New function.
16275 (change-log-merge): New command.
16276
16277 * time.el (display-time-string-forms): Make the Mail string active.
16278 (display-time-update): Provide help-echo for load average.
16279
16280 * bindings.el (make-mode-line-mouse2-map): New function.
16281 (mode-line-modified): Use it and simplify.
16282 (mode-line-mule-info): Provide help-echo info.
16283 (minor-mode-alist): Activate the strings.
16284 (make-mode-line-mouse-sensitive): Simplify for
16285 mode-line-buffer-identification.
16286
16287 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16288
16289 * play/pong.el: New file.
16290
16291 2000-01-06 Dave Love <fx@gnu.org>
16292
16293 * array.el: Assorted cleanups for compiler warnings, doc strings,
16294 `array-' prefix for symbols.
16295
16296 2000-01-05 Dave Love <fx@gnu.org>
16297
16298 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16299 outline-headers-as-kill.
16300 (outline-mode): Define imenu-generic-expression.
16301 (outline-headers-as-kill): New command.
16302
16303 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16304 from paragraph-start.
16305 (paragraph-indent-minor-mode): New command.
16306
16307 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16308 M-C-e, M-C-h, C-j, C-xnd, TAB.
16309 (fortran-mode): Set beginning-of-defun, end-of-defun.
16310 (fortran-column-ruler): Simplify.
16311 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16312 (fortran-with-subprogram-narrowing): Likewise.
16313 (fortran-indent-subprogram): Call mark-defun.
16314 (fortran-check-for-matching-do): Change narrowing.
16315
16316 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16317 (cl-lucid-hash-tag): Delete.
16318 (cl-hash-table-p): Correct test for native table.
16319 (cl-hash-table-count): Use hash-table-count.
16320
16321 * browse-url.el (browse-url): Fix case of
16322 browse-url-browser-function being an alist.
16323
16324 2000-01-05 Carsten Dominik <cd@gnu.org>
16325
16326 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16327 (reftex-index-phrase-file-extension): New options.
16328
16329 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16330 Use new option `reftex-index-phrase-file-extension'.
16331
16332 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16333 `reftex-parse-file-extension'.
16334
16335 2000-01-05 Dave Love <fx@gnu.org>
16336
16337 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16338 (beginning-of-defun-raw): Use it.
16339 (end-of-defun): New variable.
16340 (end-of-defun): Use it.
16341 (check-parens): New command.
16342
16343 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16344
16345 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16346 (hs-show-block): Don't use `mapcar' when not accumulating.
16347
16348 Fix buglet in local variables initialization.
16349
16350 2000-01-05 Andreas Schwab <schwab@suse.de>
16351
16352 * hscroll.el (hscroll): Doc fix.
16353
16354 2000-01-05 Carsten Dominik <cd@gnu.org>
16355
16356 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16357 idlw-toolbar.
16358
16359 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16360 file idlw-rinfo.el.
16361 (idlwave-customize): load must read file idlw-shell.el.
16362 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16363
16364 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16365
16366 * progmodes/idlw-shell.el: Also provide idlwave-shell
16367 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16368 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16369
16370 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16371 both reftex-dcr and reftex-vcr.
16372
16373 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16374
16375 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16376
16377 * ps-print.el: PostScript code now is in separate files, doc fix.
16378 (ps-print-version): New version number (5.0.3).
16379 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16380 local.
16381 (ps-spool-config): Initialization fix.
16382 (ps-print-prologue-1, ps-print-prologue-2)
16383 (ps-print-duplex-feature): PostScript code moved to separated file.
16384 (ps-background-image): Little code reformating.
16385 (ps-begin-file, ps-begin-job): Fix code.
16386 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16387 (ps-prologue-file): New fun.
16388
16389 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16390
16391 * ps-vars.el: Eliminated.
16392
16393 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16394 `;;;###autoload'.
16395
16396 * ps-print.el: ps-vars eliminated, doc fix.
16397 (ps-print-version): New version number (5.0.2).
16398 (ps-spool-config): Initialization fix.
16399 (ps-print-customize): New fun.
16400
16401 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16402
16403 * autorevert.el (auto-revert-mode): Return value of
16404 auto-revert-mode.
16405
16406 2000-01-04 Dave Love <fx@gnu.org>
16407
16408 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16409 menu items.
16410
16411 2000-01-03 Dave Love <fx@gnu.org>
16412
16413 * elide-head.el (elide-head) [defgroup]: Add :version.
16414
16415 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16416 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16417 `cl-hash-table-p', not `hash-table-p'.
16418 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16419
16420 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16421
16422 * faces.el (face-read-integer, read-face-attribute)
16423 (color-defined-p, color-values): unspecified-{f,b}g are now
16424 strings.
16425
16426 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16427
16428 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16429 at comment end, and re-insert them after filling.
16430
16431 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16432
16433 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16434 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16435 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16436
16437 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16438
16439 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16440 the new name of face-color-supported-p.
16441
16442 * term/w32-win.el (xw-defined-colors): Likewise.
16443
16444 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16445
16446 * simple.el (completion-setup-function): Count completion-size
16447 from minibuffer-prompt-end, not from point-min.
16448
16449 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16450
16451 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16452 Pass the frame to tty-color-* functions.
16453 (display-color-p, frame-set-background-mode): Pass the frame to
16454 tty-display-color-p.
16455
16456 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16457 tty-color-alist.
16458 (tty-color-alist, tty-modify-color-alist): New functions.
16459 (tty-color-define, tty-color-clear, tty-color-approximate)
16460 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16461 an optional parameter FRAME.
16462
16463 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16464
16465 * image.el (create-image, defimage): Don't assume image data is a
16466 string.
16467
16468 * image.el (defimage): Handle specifications containing :data
16469 instead of :file.
16470 (image-type-from-data): New function.
16471 (image-type-from-file-header): Use it.
16472 (create-image): Add parameter DATA-P.
16473
16474 See ChangeLog.8 for earlier changes.
16475
16476 ;; Local Variables:
16477 ;; coding: iso-2022-7bit
16478 ;; End: