]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(skeleton-internal-list): Fix bogus logic.
[gnu-emacs] / lisp / ChangeLog
1 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
2
3 * skeleton.el (skeleton-internal-list): Fix bogus logic.
4 (skeleton-pair-insert-maybe): Don't pair after a backslash.
5
6 2001-03-23 Kenichi Handa <handa@etl.go.jp>
7
8 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9 Call ccl-execute-on-string directly so that CCL program handling
10 multibyte sequence can work correctly.
11 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
12 property of the coding system.
13
14 2001-03-23 Stefan Monnier <monnier@cs.yale.edu>
15
16 * textmodes/fill.el (fill-individual-paragraphs-prefix):
17 Fix transcription typo.
18
19 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
20
21 * whitespace.el: Add buffer local variables to toggle testing of
22 whitespaces in buffers without affecting the default values.
23 Bump version to 3.0 to account for a few other changes.
24 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
25 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
26 (whitespace-toggle-spacetab-check): New functions.
27
28 2001-03-21 Stefan Monnier <monnier@cs.yale.edu>
29
30 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
31
32 2001-03-21 Gerd Moellmann <gerd@gnu.org>
33
34 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
35 bs-cycle-configuration-name. From Juanma Barranquero
36 <lektu@uol.com.br>.
37
38 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
39 and cc-vars.el.
40
41 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
42 headers. Always invoke sendmail with option -t.
43
44 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
45
46 * Release of cc-mode 5.28.
47
48 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
49
50 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
51 Removed the hardcoded switch to "java" style in Java mode.
52 It's instead taken care of by the default value for c-default-style.
53
54 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
55
56 * cc-align.el (c-lineup-math): Fix bug where lineup was
57 triggered by equal signs in string literals.
58
59 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
60
61 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
62 limit detection when at the ends of the buffer.
63
64 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
65 "for" statement clause in case 7F; a better one is done
66 earlier in case 7D anyway.
67
68 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
69
70 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
71 somewhat more and did a small optimization.
72
73 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
74
75 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
76 Use the limit argument only to limit the syntactic context
77 search, not to limit the actual movement.
78
79 * cc-cmds.el (c-beginning-of-statement): Move by sentence
80 inside multiline strings, just like in comments. Also various
81 fixes to the paragraph and comment prefix recognition, block
82 comment ender handling etc.
83
84 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
85
86 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
87 the relative position of the point.
88
89 * cc-cmds.el (c-electric-continued-statement): New function to
90 use as abbrev hook to reindent for keywords such as "else"
91 that continues an earlier statement.
92
93 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
94 like classes.
95
96 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
97 (pike-mode): Populate the default abbrev tables to reindent for
98 keywords such as "else" that can continue earlier statements.
99 Abbrev mode is therefore turned on by default now. (Note that
100 this doesn't apply to idl-mode, since IDL afaik doesn't have
101 statements at all.)
102
103 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
104
105 * cc-engine.el (c-inside-bracelist-p): Fix for handling
106 bracelists where the declaration contains template arguments.
107
108 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
109
110 * cc-cmds.el (c-comment-indent):
111 Use `c-get-syntactic-indentation' to correctly calculate the
112 syntactic indentation. Fixes bug with lineup functions that
113 return vectors.
114
115 * cc-engine.el (c-get-syntactic-indentation): Split the
116 indentation sum calculation from `c-indent-line' to a separate
117 function.
118
119 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
120
121 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
122 Fixed places where it was assumed that preprocessor directives
123 have to start in column zero.
124
125 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
126 template arguments after a class identifier properly.
127
128 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
129 lists for `new Foo[]' constructs in Java as expressions and
130 not top level definition brace lists on the top level, so that
131 they'll get indented consistently with the same type of
132 expression in a normal block.
133
134 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
135
136 * cc-cmds.el (c-fill-paragraph): The kludge that checks
137 whether the adaptive filling package fails to keep the comment
138 prefix is now kludged further to check for filladapt-mode
139 which doesn't have that problem. This is really icky, but it's
140 the only way that works with the current misfeatures/bugs in
141 both adaptive-fill-mode and filladapt-mode.
142
143 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
144 around point is recognized more robust.
145
146 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
147
148 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
149 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
150 (c-lit-type): Fixed all internal variables used dynamically so
151 that they are always bound.
152
153 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
154 errors:
155
156 (c-indent-region): Fixed reporting of syntactic errors so that
157 the region is fully reindented even when an error occurs.
158 The last syntactic error is printed afterwards. Also cleanup up a
159 whole lot of code that tried to optimize indentation of whole
160 sexps but in reality accomplishes nothing.
161
162 (c-indent-sexp): Use c-indent-region.
163
164 (c-parsing-error): Changed this variable to hold the message
165 for any syntactic error that is discovered.
166
167 (c-parse-state): Search backward from point instead of the bod
168 position when the latter is invalid. This makes CC Mode
169 recover faster when there are unbalanced close braces.
170
171 (c-backward-to-start-of-if): Use c-parsing-error to report
172 dangling "else" clauses instead of throwing an error, and fall
173 back to a reasonable position.
174
175 (c-indent-line): Added argument to avoid reporting syntactic errors.
176
177 (c-show-syntactic-information): Don't report any syntactic errors.
178
179 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
180
181 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
182 paragraph recognition when moving by sentence in literals.
183
184 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
185 start regexp for javadoc to recognize javadoc markup in general instead
186 of a specific set of keywords, to be more future-safe.
187
188 (c-Pike-pikedoc-paragraph-start)
189 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
190 pikedoc markup.
191
192 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
193
194 (pike-mode): Initialize paragraph settings pikedoc recognition.
195
196 * cc-vars.el (c-default-style): Made a nicer Customize widget.
197
198 (c-comment-prefix-regexp): Made it possible to use an
199 association list on this to specify mode specific regexps.
200 The default value now use a special regexp in Pike mode to
201 recognize pikedoc markup.
202
203 (c-current-comment-prefix): New variable containing the actual
204 regexp from c-comment-prefix-regexp for the current buffer.
205
206 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
207
208 * cc-cmds.el (c-electric-brace): Fixed check for special brace
209 lists: We can't look at the syntax, since a brace list can get
210 recognized as a plain statement-cont.
211
212 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
213 special brace list opener broken over two lines got recognized
214 as a statement on the second line. Case 9A changed.
215
216 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
217
218 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
219 adjustment after line is reindented.
220
221 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
222
223 * cc-defs.el (c-point): Added optional argument for position
224 to use instead of the current point.
225
226 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
227 the in-expression block symbols when the construct starts at
228 boi, to avoid the extra level of indentation in that case.
229 Cases 4, 16A and 17E affected.
230
231 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
232
233 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
234 calls to `c-indent-line', to adhere better to Emacs conventions.
235
236 * cc-engine.el (c-indent-line): Use the syntax already bound
237 to `c-syntactic-context', if there is any.
238
239 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
240
241 * cc-engine.el (c-get-offset): Fixed bug where the indentation
242 wasn't added up correctly when a lineup function returned nil.
243
244 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
245
246 * cc-engine.el (c-collect-line-comments): Fixed bug where
247 empty lines were ignored when collecting line comments backwards.
248
249 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
250
251 * cc-align.el (c-lineup-dont-change): Return an absolute
252 indentation column to work correctly in the case when several
253 syntactic elements are processed for the same line.
254
255 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
256 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
257 (c-set-offset): Added absolute indentation column settings by
258 using the vector type.
259
260 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
261
262 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
263 Implemented two new cleanups `space-before-funcall' and
264 `compact-empty-funcall'.
265
266 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
267
268 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
269 helping building regexps.
270
271 * cc-engine.el (c-on-identifier): New function for detecting
272 identifiers. It takes keywords into account.
273
274 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
275 lists. `c-keywords' is set to a regexp matching all keywords
276 in the current language.
277
278 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
279
280 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
281 list of characters to skip backwards over at the beginning of
282 a statement, since it can precede string literals in Pike.
283
284 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
285
286 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
287 recognition when standing on the last line in a C++ comment
288 with nothing but whitespace after the prefix.
289
290 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
291 given no limit argument.
292
293 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
294
295 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
296 recognition for the `[]= operator symbol in Pike.
297
298 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
299
300 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
301 around a bug in `eval-when-compile' in the byte compiler.
302
303 * cc-engine.el (c-forward-token-1): Fixed bug with return
304 value when count is zero and there's no token start within the limit.
305
306 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
307 "prefix comments", i.e. comments which are followed by code on
308 the same line.
309
310 * cc-mode-19.el: Fixes so that checks that must be done at
311 compile time also are done then.
312
313 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
314
315 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
316 time and at runtime, and only when it's needed.
317
318 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
319
320 Major cleanup for less error prone and more warning free
321 compilation, including some fixes for bugs due to different
322 compilation orders. Thanks to Martin Buchholz for providing
323 the basis for all this.
324
325 * cc-bytecomp.el: New file that provides some byte compilation
326 features: It ensures that files always are loaded from the
327 current source directory during compilation, and it provides a
328 set of macros to turn off specific compiler warnings for
329 specific symbols. (It's not CC Mode specific in any way.)
330
331 Fixed a nearly acyclic dependency tree (both runtime and
332 compile-time) between all files.
333
334 * cc-defs.el: Separated all macros before the inline functions,
335 to ensure correct compilation.
336
337 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
338 cc-defs.el to cc-engine.el and made it a function instead.
339
340 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
341 about char-after.
342
343 * cc-vars.el: Cope even when there isn't a custom package
344 containing defcustom available.
345
346 * cc-make.el: Removed since it's no longer necessary.
347
348 README: Updated installation instructions.
349
350 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
351
352 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
353 improve the modularity: Moved all mode init stuff from
354 cc-langs.el to cc-mode.el, including the keymap
355 initialization; cc-langs now only contains the various
356 variables for configuring the language syntax.
357
358 * cc-engine.el, cc-styles.el (c-evaluate-offset)
359 (c-get-offset): Moved from cc-styles to cc-engine since file
360 dependency analysis suggests they belong there (which also
361 makes more sense). Thanks to Martin Buchholz for doing the analysis.
362
363 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
364
365 * cc-cmds.el (c-fn-region-is-active-p): New function that
366 wraps the corresponding macro, for use in places that aren't
367 compiled. Thanks to Martin Buchholz for pointing out this.
368
369 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
370
371 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
372 add things to the bug report.
373
374 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
375
376 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
377 returned prefix could contain a newline when the search for a
378 good prefix line failed.
379
380 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
381
382 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
383 (c-toggle-auto-hungry-state): Made the argument optional, as
384 the documentation says it is.
385
386 2000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
387
388 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
389 multiline string syntax, #"...", as a cpp macro.
390
391 2001-03-21 Paul Eggert <eggert@twinsun.com>
392
393 * international/mule-cmds.el (set-locale-environment):
394 Set system-messages-locale and system-time-locale, but only if the
395 caller specifies a non-nil locale name.
396
397 2001-03-20 John Wiegley <johnw@gnu.org>
398
399 * calendar/calendar.el (nongregorian-diary-listing-hook):
400 Added :options to cover the possible values.
401 (nongregorian-diary-marking-hook): Ditto.
402
403 * cal-bahai.el, cal-menu.el, calendar.el, diary-lib.el,
404 * holidays.el: Added support for the Baha'i calendar system.
405
406 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
407 problems for the interpreter.
408
409 2001-03-20 Gerd Moellmann <gerd@gnu.org>
410
411 * follow.el (follow-avoid-tail-recenter): Doc fix.
412
413 * custom.el (custom-set-variables): Avoid reversing the list
414 of args needlessly.
415
416 * startup.el (fancy-splash-head): Don't change the colors of the
417 XPM image on a dark background.
418
419 * comint.el (comint-exec-1): Set columns of the terminal to
420 window-width instead of frame-width.
421
422 * info.el (Info-scroll-down): Add missing WINDOW arg for
423 pos-visible-in-window-p.
424
425 * ehelp.el (electric-help-mode-hook): Add defcustom.
426
427 * mail/sendmail.el (mail-mode): Activate case-folding in
428 font-lock-defaults.
429
430 2001-03-19 Stefan Monnier <monnier@cs.yale.edu>
431
432 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
433 (completion-ignored-extensions): Remove duplicate ".class".
434
435 2001-03-19 Andreas Schwab <schwab@suse.de>
436
437 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
438 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
439
440 2001-03-19 Gerd Moellmann <gerd@gnu.org>
441
442 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
443 methods since there are not prefix input methods.
444
445 2001-03-19 Kenichi Handa <handa@etl.go.jp>
446
447 * international/mule-cmds.el (read-input-method-name):
448 Locally bind enable-recursive-minibuffers to t.
449
450 2001-03-18 Stefan Monnier <monnier@cs.yale.edu>
451
452 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
453
454 2001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
455
456 * ediff-util.el: Copyright years.
457 (ediff-choose-syntax-table): New function.
458 (ediff-setup): Use ediff-choose-syntax-table.
459
460 * ediff-init.el (ediff-with-syntax-table): New macro, uses
461 with-syntax-table.
462
463 * ediff.el: Date of last update, copyright years.
464
465 * ediff-wind (ediff-setup-control-frame): Nill->nil.
466
467 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
468 of Scott Bronson.
469 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
470 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
471 Deleted functions.
472 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
473 ex-token-list.
474
475 * viper-util.el: Spaces, indentation.
476
477 * viper.el: Changed version, modification time.
478
479 2001-03-16 John Wiegley <johnw@gnu.org>
480
481 * calendar/timeclock.el (timeclock-workday-remaining):
482 Check whether `discrep' is non-null before using it.
483
484 2001-03-16 John Wiegley <johnw@gnu.org>
485
486 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
487 first-time checkins.
488 (timeclock-log-data): Fixed problem with reading timelog log file.
489 Resulting data in the "day list" was incorrect.
490 (timeclock-find-discrep): Check if `timeclock-file' is readable
491 before opening it.
492 (timeclock-time-less-p): New function.
493 (timeclock-day-base): New function.
494 (timeclock-geometric-mean): New function.
495 (timeclock-generate-report): Generate a summary report based on
496 the contents of the log file. This uses `timeclock-log-data', and
497 is an example of writing a timelog manipulation function.
498 (timeclock-visit-timelog): A quick command for opening the timelog
499 file.
500 (timeclock-log-data): Bound the variable event.
501
502 2001-03-16 Kenichi Handa <handa@etl.go.jp>
503
504 * international/mule-cmds.el (select-safe-coding-system):
505 Fix typo: symbol-name -> symbol-value.
506
507 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
508 before substitute-in-file-name to handle double slashes in FILE
509 correctly.
510
511 2001-03-15 Gerd Moellmann <gerd@gnu.org>
512
513 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
514 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
515
516 2001-03-14 Gerd Moellmann <gerd@gnu.org>
517
518 * bindings.el (features): Add `md5' and `overlay' to the list.
519
520 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
521 bound before using it. It's not bound when configured without X,
522 for instance.
523
524 2001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
525
526 * progmodes/hideshow.el: Update copyright.
527 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
528 (hs-minor-mode-hook): Include `:version' in defcustom form.
529
530 2001-03-13 Gerd Moellmann <gerd@gnu.org>
531
532 * help.el (string-key-binding): Don't call event-start on
533 a non-list.
534
535 2001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
536
537 * startup.el (fancy-splash-tail, command-line-1): Fix the
538 copyright year.
539
540 2001-03-13 Kenichi Handa <handa@etl.go.jp>
541
542 * term.el: These changes are based on a patch sent from Yong Lu
543 <lyongu@yahoo.com>.
544 (term-set-escape-char): Bind M-x to execute-extended-command in
545 term-raw-escape-map.
546 (term-move-columns): Don't try to move to negagive column.
547 (term-emulate-terminal): Insert a string before deleting a text to
548 overwrite.
549
550 2001-03-12 Gerd Moellmann <gerd@gnu.org>
551
552 * play/life.el (life): Rearrange code so that all calls to
553 life-display-generation are in a catch-form.
554
555 * progmodes/etags.el (tags-loop-continue): Don't change point in a
556 file that isn't interesting. In an interesting file, push the old
557 value of point on the mark ring.
558
559 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
560 New function.
561 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
562 Use it.
563
564 * emacs-lisp/autoload.el (generate-file-autoloads):
565 Remove warning about line lengths.
566
567 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
568
569 * progmodes/etags.el (tags-compression-info-list): New variable.
570 (find-tag-in-order): Use it to deal with compressed source files.
571 (tag-file-name-match-p): New function.
572 (etags-recognize-tags-table): Use it for better match of file names.
573
574 2001-03-12 Kenichi Handa <handa@etl.go.jp>
575
576 * international/mule-cmds.el (register-input-method): Doc fix.
577
578 * international/quail.el (quail-translate-key): Fix condition to
579 check if there's another breaking point in the current key.
580
581 2001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
582
583 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
584 Babyl header to the newly-created output file, bind
585 coding-system-for-write to either rmail-file-coding-system or
586 emacs-mule-unix.
587
588 2001-03-11 Stefan Monnier <monnier@cs.yale.edu>
589
590 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
591 Fix the name and regexp used for subsubsections.
592
593 2001-03-10 Dave Love <fx@gnu.org>
594
595 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
596 and save-buffer if buffer-file-name non-nil. From rms.
597
598 2001-03-10 Andre Spiegel <spiegel@gnu.org>
599
600 * vc.el (vc-do-command): If the destination buffer is already
601 current, don't set it up and don't erase it. Updated doc string
602 to reflect that.
603 (vc-version-diff): When doing a single file diff, don't switch to the
604 *vc-diff* buffer before the command. This is to preserve local
605 variable bindings that might affect the diff command.
606 (vc-print-log): Don't switch to the *vc* buffer before the
607 command, so that local variable bindings are preserved.
608
609 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
610 not the current buffer.
611 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
612
613 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
614 make output go to buffer *vc*, not the current buffer.
615
616 2001-03-09 Stefan Monnier <monnier@cs.yale.edu>
617
618 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
619 so ^, $, *, ? and + are interpreted correctly.
620
621 2001-03-09 Gerd Moellmann <gerd@gnu.org>
622
623 * help.el (string-key-binding): Renamed from
624 mode-line-key-binding. Handle any event on a string.
625 Check for `keymap' properties as well as `local-map' properties.
626
627 * comint.el (comint-insert-clicked-input): Use the last key
628 from this-command-keys to lookup the global key definition.
629
630 2001-03-09 Kenichi Handa <handa@etl.go.jp>
631
632 * international/characters.el: Add category `j' for
633 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
634
635 * international/mule-conf.el (no-conversion): Fix docstring.
636 (raw-text): Fix docstring.
637
638 2001-03-08 Gerd Moellmann <gerd@gnu.org>
639
640 * simple.el (choose-completion-string): When not leaving the
641 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
642 is set.
643
644 * window.el (shrink-window-if-larger-than-buffer): Handle frame
645 parameter `(minibuffer . t)'.
646
647 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
648
649 * progmodes/sh-script.el (sh-st-symbol): New symbol.
650 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
651 (sh-mode): Remove `make-local-variable' for unused var
652 `font-lock-unfontify-region-function'.
653
654 2001-03-07 Richard M. Stallman <rms@gnu.org>
655
656 * info.el (Info-scroll-down): Fix previous change.
657
658 * mail/rmail.el (rmail-toggle-header): Use a window which
659 is showing the Rmail buffer, rather than the selected window.
660
661 2001-03-07 Dave Love <fx@gnu.org>
662
663 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
664 now, to avoid problems with binding imenu directly to a mouse event.
665
666 2001-03-07 Gerd Moellmann <gerd@gnu.org>
667
668 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
669 second arg t.
670
671 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
672
673 * log-edit.el (log-edit-common-indent): New var.
674 (log-edit-set-common-indentation): Renamed from
675 log-edit-delete-common-indentation. Use the new var.
676 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
677
678 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
679 (cvs-mode-add-change-log-entry-other-window):
680 Don't presume change-log-default-name is defined.
681
682 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
683
684 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
685 the "tree" operation as well.
686
687 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
688
689 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
690 to match paragraph-start.
691
692 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
693 comment-start-skip and set comment-end-skip as well.
694 (sgml-comment-indent): Fix for new value of comment-start-skip.
695 (html-autoview-mode): Don't bother using make-local-hook.
696
697 2001-03-07 Gerd Moellmann <gerd@gnu.org>
698
699 * cus-edit.el (custom-save-delete): Move in front of local
700 variables, otherwise long Custom entries would make them ineffective.
701
702 * uniquify.el: Set maintainer to FSF.
703
704 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
705
706 * dired-aux.el (dired-do-shell-command): Doc fix.
707
708 2001-03-06 Stefan Monnier <monnier@cs.yale.edu>
709
710 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
711
712 * which-func.el (which-func-modes): Add cperl-mode.
713 (which-func-mode-global): Use define-minor-mode.
714
715 * info-look.el: Docstring fixes and dead code eliminated.
716 (cperl-mode): Add support.
717 (emacs-lisp-mode): List all entries from elisp manual, whether
718 or not they are currently (f)bound or not. Update regexp.
719
720 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
721
722 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
723 so that C-h m shows the correct information.
724 Use make-local-variable rather than make-variable-buffer-local.
725 (cperl-info-buffer, cperl-setup-tmp-buf):
726 Use make-local-variable rather than make-variable-buffer-local.
727 (cperl-msb-fix, cperl-get-help-defer):
728 Check major-mode for `cperl-mode' as well.
729
730 * progmodes/cperl-mode.el: Updated to author version 4.23.
731 (cperl-electric-pod): SYNOPSIS was misspelled.
732 (cperl-find-pods-heres): @if ? a : b was considered a REx.
733 (cperl-after-expr-p): Make true after __END__.
734
735 2001-03-06 Gerd Moellmann <gerd@gnu.org>
736
737 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
738 bookmark-completion-ignore-case is t.
739
740 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
741 switch, like xterm, and concat resource strings, with a newline
742 between them.
743
744 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
745
746 * international/codepage.el (cp770-decode-table)
747 (cp773-decode-table, cp774-decode-table): New variables.
748
749 * man.el (Man-hyphenated-reference-regexp): New variable.
750 (Man-build-references-alist): Use it to search for referenced
751 manpages. If hyphenated is non-nil, record a concatenated word in
752 Man-refpages-alist only if it matches Man-reference-regexp.
753 Update word's length when it is concatenated. Reverse the list,
754 to get the first manpage at the head.
755 (Man-possibly-hyphenated-word): New function.
756 (Man-follow-manual-reference): Use it instead of current-word to
757 find a manpage at point, in a way that accounts for hyphenated
758 references.
759
760 2001-03-06 Alex Schroeder <alex@gnu.org>
761
762 * sql.el (sql-interbase): New function.
763 (sql-interbase-program): New option.
764 (sql-interbase-options): New option.
765 And some typos fixed: "customise" to "customize".
766
767 2001-03-06 Dave Love <fx@gnu.org>
768
769 * textmodes/flyspell.el (flyspell-region):
770 Set up flyspell-local-mouse-map.
771
772 2001-03-05 Richard M. Stallman <rms@gnu.org>
773
774 * mail/rmail.el (rmail-retry-failure):
775 Don't call rmail-beginning-of-message.
776 Don't discard From: field. Do discard Received: field.
777 Use unwind-protect to re-prune.
778 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
779
780 2001-03-06 Kenichi Handa <handa@etl.go.jp>
781
782 * international/quail.el (quail-title): Add autoload cookie.
783
784 2001-03-05 Dave Love <fx@gnu.org>
785
786 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
787 new defs.
788
789 2001-03-05 Kenichi Handa <handa@etl.go.jp>
790
791 * language/ethio-util.el (ethio-toggle-space):
792 Update current-input-method-title if necessary.
793 (ethio-toggle-punctuation): Likewise.
794
795 * international/quail.el (quail-title): Fix for the case that a
796 title of an input method is specified by a list of the same form
797 as used in mode-line-format.
798
799 * international/mule-cmds.el (activate-input-method):
800 If current-input-method-title is set by activating INPUT-METHOD,
801 respect that value.
802
803 2001-03-05 Gerd Moellmann <gerd@gnu.org>
804
805 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
806
807 2001-03-05 Alex Schroeder <alex@gnu.org>
808
809 * sql.el (sql-sybase): Fix typo (was: query user about server two
810 times instead of server and database).
811
812 * sql.el (sql-sybase): Doc change.
813 (sql-mysql): Doc change.
814 (sql-postgres): Doc change.
815
816 2001-03-05 Kenichi Handa <handa@etl.go.jp>
817
818 * international/mule-conf.el (emacs-mule, raw-text):
819 Docstring modified.
820
821 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
822
823 * term/internal.el: Update copyright notice.
824
825 * term/pc-win.el: Update copyright notice.
826
827 2001-03-02 Dave Love <fx@gnu.org>
828
829 * files.el (insert-file-contents-literally):
830 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
831 not jka-compr-compression-info-list.
832
833 2001-03-02 Stefan Monnier <monnier@cs.yale.edu>
834
835 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
836 spaces in default comment-start-skip settings rather than \s-.
837
838 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
839
840 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
841 default-frame-alist as well.
842
843 2001-03-01 Dave Love <fx@gnu.org>
844
845 * textmodes/reftex.el (defvar): Wrap some defvars in
846 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
847
848 * subr.el (event-basic-type): Doc fix.
849
850 * international/quail.el: Doc fixes.
851
852 * international/utf-8.el: Doc fixes.
853
854 * international/mule-cmds.el: Doc fixes.
855 (leim-list-header): Fix header text.
856
857 * international/mule.el (coding-system-category): Doc fix.
858
859 * international/ccl.el (ccl-compile): Doc fix.
860
861 2001-03-01 Stefan Monnier <monnier@cs.yale.edu>
862
863 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
864 rather than (before|after)-change-functions.
865
866 2001-03-01 Gerd Moellmann <gerd@gnu.org>
867
868 * ediff-util.el (ediff-scroll-horizontally): Arrange for
869 scroll-left and scroll-right being called interactively so that
870 they set the window's min_hscroll.
871
872 2001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
873
874 * info.el (info-insert-file-contents-1): Accept an additional
875 argument `lfn': if it is non-nil, concatenate `filename' and
876 `suffix'; otherwise use the complicated MS-DOS code.
877 All callers changed.
878 (info-insert-file-contents, Info-find-node): If the MS-DOS port
879 can access long file names, try the long file-name version of
880 `info-insert-file-contents-1', then the short file-name version.
881
882 2001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
883
884 * language/ethio-util.el (setup-ethiopic-environment-internal):
885 Change bindings of functions keys to conform to "Emacs Lisp Coding
886 Convention".
887
888 * language/ethiopic.el ("Ethiopic"): Add documentation.
889
890 2001-02-28 Kenichi Handa <handa@etl.go.jp>
891
892 * international/utf-8.el (mule-utf-8): Set coding-category
893 property to coding-category-utf-8.
894
895 2001-02-27 Richard M. Stallman <rms@gnu.org>
896
897 * lpr.el (lpr-page-header-switches, print-region-1):
898 Undo 2000-07-06 change.
899 (lpr-add-switches): Default to t on gnu/linux.
900
901 2001-02-27 Gerd Moellmann <gerd@gnu.org>
902
903 * bs.el (bs-attributes-list): Doc fix.
904
905 2001-02-26 Gerd Moellmann <gerd@gnu.org>
906
907 * help.el (describe-project): Display the file THE-GNU-PROJECT.
908
909 * help.el (view-order-manuals): Use goto-address.
910
911 * startup.el (command-line-1): Add info about ordering manuals
912 to the not so fancy splash screens.
913
914 2001-02-26 Andre Spiegel <spiegel@gnu.org>
915
916 * vc.el (vc-default-workfile-unchanged-p)
917 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
918
919 2001-02-26 Gerd Moellmann <gerd@gnu.org>
920
921 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
922 fontify in the right buffer.
923
924 * allout.el (outline-flag-region): Move macro in front of first
925 use to avoid a run-time error.
926
927 2001-02-24 Andrew Innes <andrewi@gnu.org>
928
929 * makefile.w32-in: Fix copyright notice.
930
931 2001-02-24 Kenichi Handa <handa@etl.go.jp>
932
933 * international/utf-8.el (mule-utf-8): Set correct value for
934 valid-codes property.
935
936 * international/fontset.el (x-complement-fontset-spec): In the
937 case that we use ASCII font for the other charsets, use only
938 family and registry part of it.
939
940 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
941
942 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
943 (shrink-window-if-larger-than-buffer): Doc fix.
944
945 2001-02-23 Stefan Monnier <monnier@cs.yale.edu>
946
947 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
948 predicate passed to completing-read.
949
950 2001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * startup.el (command-line): Fix last change.
953
954 2001-02-23 Jason Rumney <jasonr@gnu.org>
955
956 * startup.el (tool-bar-originally-present): New variable.
957 (command-line): Set it if the tool-bar is switched on at startup.
958
959 * frame.el (frame-notice-user-settings): Only adjust frame height
960 for no tool-bar case if tool-bar was originally switched on.
961 From E. Jay Berkenbilt.
962
963 2001-02-22 Stefan Monnier <monnier@cs.yale.edu>
964
965 * server.el (server-switch-buffer): Only switch window if the
966 current one is dedicated.
967
968 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
969 rather than using (match-beginning 0) when searching for break point.
970
971 2001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
972
973 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
974 @ follows an accent command such as @'. Support optional braces
975 in commands that insert accents, like makeinfo does.
976
977 2001-02-22 Gerd Moellmann <gerd@gnu.org>
978
979 * startup.el (fancy-splash-text): Add a line for ordering
980 manuals. Reverse order of splash screens shown.
981 (use-fancy-splash-screens-p): Adapt to the text line added.
982
983 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
984 manuals from the FSF.
985
986 * help.el (view-order-manuals): New function.
987 (toplevel): Bind C-h C-m to this function.
988
989 2001-02-21 Stefan Monnier <monnier@cs.yale.edu>
990
991 * newcomment.el (comment-forward): Skip the comment-start before
992 searching for the comment-end.
993
994 2001-02-21 Dave Love <fx@gnu.org>
995
996 * custom.el (custom-initialize-changed, defcustom): Doc fix.
997
998 * international/mule-cmds.el, international/mule.el: Doc fixes.
999
1000 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
1001 (fortune) <defgroup>: Add :link.
1002 (fortune-from-region): Use eq, not eql.
1003
1004 2001-02-21 Gerd Moellmann <gerd@gnu.org>
1005
1006 * startup.el (fancy-splash-screens): Use display-hourglass
1007 instead of display-busy-cursor.
1008
1009 * frame.el (display-hourglass): Renamed from busy-cursor.
1010 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
1011 (show-cursor-in-non-selected-windows): Doc fix.
1012
1013 2001-02-20 Dave Love <fx@gnu.org>
1014
1015 * international/utf-8.el: Doc and commentary fixes.
1016
1017 2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1018
1019 * ehelp.el (with-electric-help): Doc fix.
1020
1021 2001-02-20 Gerd Moellmann <gerd@gnu.org>
1022
1023 * msb.el (msb-mode): Call the update-buffers function explicitly
1024 with a FORCE argument.
1025
1026 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
1027 FORCE. If set, update the menu even if frame-or-buffer-changed-p
1028 returns nil.
1029
1030 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1031
1032 * ps-print.el: Timestamp package replacement. Some enhancements.
1033 Some XEmacs compatibility. Doc fix.
1034 (ps-print-version): New version number (6.4).
1035 (ps-printer-name): Initialization fix.
1036 (ps-zebra-stripe-follow): Funcionality enhancement.
1037 (ps-prologue-file): Code enhancement.
1038 (ps-right-header): Timestamp package replacement.
1039 (ps-setup, ps-face-bold-p, ps-face-italic-p)
1040 (ps-get-page-dimensions)
1041 (ps-generate-header, ps-begin-file, ps-begin-job)
1042 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
1043 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
1044 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
1045 (coding-system-for-write): Var declaration (XEmacs compatibility).
1046
1047 2001-02-20 Miles Bader <miles@gnu.org>
1048
1049 * image-file.el (image-file-name-extensions): Add "tif".
1050
1051 2001-02-19 Gerd Moellmann <gerd@gnu.org>
1052
1053 * wid-edit.el (widget-button-click): Save the selected window
1054 around the code handling clicks on buttons.
1055
1056 2001-02-18 Dave Love <fx@gnu.org>
1057
1058 * imenu.el (imenu--generic-function): Use mapc to iterate over
1059 syntax characters.
1060
1061 2001-02-17 Richard M. Stallman <rms@gnu.org>
1062
1063 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
1064
1065 * uniquify.el (uniquify-buffer-name-style): Doc fix.
1066
1067 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1068
1069 * mouse.el (mouse-save-then-kill): If the distance from the new
1070 point to the mark is equal to the distance of point from the new
1071 point, move point instead of the mark.
1072
1073 2001-02-16 Dave Love <fx@gnu.org>
1074
1075 * textmodes/flyspell.el (flyspell-get-word): Return string without
1076 properties.
1077
1078 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1079
1080 * generic.el (generic-find-file-regexp): Doc fix.
1081 (generic-ignore-files-regexp): New defcustom.
1082 (generic-mode-find-file-hook): If the file's name matches the
1083 regexp in `generic-ignore-files-regexp', don't enter
1084 default-generic-mode. Doc fix.
1085
1086 2001-02-16 Gerd Moellmann <gerd@gnu.org>
1087
1088 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
1089 Add autoload cookies.
1090
1091 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
1092 of cal-tex-24.
1093
1094 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
1095
1096 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
1097
1098 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
1099 the character class after the (optional) drive, to support file
1100 names with embedded blanks.
1101
1102 2001-02-15 Sam Steingold <sds@gnu.org>
1103
1104 * textmodes/tex-mode.el (tex-shell-running):
1105 Check the process buffer too.
1106
1107 2001-02-15 Dave Love <fx@gnu.org>
1108
1109 * battery.el (battery-status-function): Fix doc, :type.
1110
1111 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
1112
1113 2001-02-15 Gerd Moellmann <gerd@gnu.org>
1114
1115 * subr.el (read-passwd): Clear Lisp memory holding password.
1116
1117 2001-02-15 Miles Bader <miles@gnu.org>
1118
1119 * info.el (Info-copy-current-node-name): New function.
1120 (Info-mode-menu): Add it to the menu.
1121
1122 2001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
1123
1124 * international/mule-cmds.el (toggle-input-method): Doc fix.
1125
1126 2001-02-13 Stefan Monnier <monnier@cs.yale.edu>
1127
1128 * replace.el (occur): Stop at end of buffer.
1129
1130 2001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
1131
1132 * international/mule-cmds.el (set-input-method): Another doc fix.
1133
1134 2001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
1135
1136 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
1137
1138 2001-02-13 Miles Bader <miles@gnu.org>
1139
1140 * faces.el (set-face-background, set-face-foreground)
1141 (set-face-stipple): Treat a value of nil as being `unspecified'.
1142
1143 2001-02-12 Dave Love <d.love@dl.ac.uk>
1144
1145 * international/latin1-disp.el: Doc fixes.
1146 (latin1-display) <defgroup>: Add :link.
1147 (latin1-display) <function>: Set variable latin1-display.
1148
1149 2001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
1150
1151 * international/mule-cmds.el (set-input-method): Doc fix.
1152
1153 2001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
1154
1155 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
1156 (speedbar-line-file): Return nil if not a file.
1157 (speedbar-buffers-line-path): Return file for tags, and dir for files.
1158
1159 2001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
1160
1161 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
1162 for remote files.
1163 (ediff-coding-system-for-read): Replaced the no-conversion default
1164 with raw-text.
1165
1166 * ediff-init.el: Removed :version from defcustom vars.
1167
1168 * ediff-util.el (ediff-compute-custom-diffs-maybe):
1169 Better handling of the diff mode.
1170
1171 * ediff.texi: Added ediff-coding-system-for-read.
1172
1173 * viper.texi: Fix typos.
1174
1175 2001-02-11 Dave Love <fx@gnu.org>
1176
1177 * shadowfile.el: Doc fixes.
1178 (shadow) <defgroup>: Add :link.
1179 (shadowfile-unload-hook): New function.
1180 (shadow-initialize): Use defalias, not fset.
1181 (shadow-define-cluster, shadow-define-literal-group)
1182 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
1183
1184 * international/mule.el: Doc and message fixes.
1185
1186 * international/ccl.el (define-ccl-program): Doc fix.
1187
1188 2001-02-11 Kenichi Handa <handa@etl.go.jp>
1189
1190 * faces.el (mode-line): Set :line-width property to -1.
1191
1192 2001-02-10 Richard M. Stallman <rms@gnu.org>
1193
1194 * complete.el (partial-completion-mode): Doc fix.
1195
1196 * simple.el (delete-key-deletes-forward-mode):
1197 Change `let' to `let*' to fix gross bug in last change.
1198
1199 * repeat.el (repeat): Don't let execute-kbd-macro alter
1200 real-last-command.
1201
1202 2001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * simple.el (eval-expression): Doc fix.
1205
1206 2001-02-09 Dave Love <fx@gnu.org>
1207
1208 * imenu.el (imenu-generic-expression): Doc fix.
1209
1210 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
1211 From Juanma Barranquero.
1212
1213 * emacs-lisp/authors.el (authors): Expand `root' before running find.
1214
1215 2001-02-09 Kenichi Handa <handa@etl.go.jp>
1216
1217 * faces.el (set-face-attribute): Describe the case of a negative
1218 value specified for :line-width.
1219
1220 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1221
1222 * which-func.el (which-func-mode): Invert which-func-mode-global.
1223 From Juanma Barranquero <lektu@uol.com.br>.
1224
1225 2001-02-08 Dave Love <fx@gnu.org>
1226
1227 * wid-edit.el (widget-plist-convert-widget): Replace binding of
1228 widget-plist-value-type.
1229 (widget-alist-convert-widget): Replace binding of
1230 widget-alist-value-type.
1231
1232 * textmodes/paragraphs.el (sentence-end): Doc fix.
1233
1234 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
1235 Remove `backward-line'.
1236
1237 * play/pong.el (pong-blank-color, pong-bat-color)
1238 (pong-ball-color, pong-border-color, pong-left-key)
1239 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
1240 (pong-pause-key, pong-resume-key, pong-timer-delay):
1241 * mail/mh-comp.el (mh-compose-letter-function):
1242 * eshell/esh-mode.el (eshell-skip-prompt-function):
1243 * emulation/viper-ex.el (ex-unix-type-shell-options):
1244 * recentf.el (recentf-menu-filter):
1245 * ps-print.el (ps-print-region-function):
1246 * lpr.el (print-region-function):
1247 * forms.el (forms-mode-hooks):
1248 * dirtrack.el (dirtrack-directory-change-hook):
1249 * cus-start.el (temp-buffer-show-function, display-buffer-function):
1250 * textmodes/spell.el (spell-filter):
1251 * textmodes/fill.el (adaptive-fill-function):
1252 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
1253 * progmodes/etags.el (find-tag-default-function):
1254 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1255 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1256
1257 2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
1258
1259 * emulation/viper-init.el (viper-fast-keyseq-timeout)
1260 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
1261 Meyering <jim@meyering.net>.
1262
1263 * loadup.el: Revert last change.
1264
1265 2001-02-07 Kenichi Handa <handa@etl.go.jp>
1266
1267 * international/mule.el (transform-make-coding-system-args):
1268 Make it work also for coding systems not using CCL.
1269
1270 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1271
1272 * simple.el (previous-matching-history-element)
1273 (next-matching-history-element): Doc fix.
1274
1275 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
1276 specific part.
1277
1278 2001-02-06 Dave Love <fx@gnu.org>
1279
1280 * add-log.el (add-log-current-defun-function)
1281 (add-log-buffer-file-name-function, add-log-file-name-function):
1282 Fix :type.
1283 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
1284
1285 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1286
1287 * info.el (info-initialize): Remove the test for system-type when
1288 invocation-directory is non-nil.
1289
1290 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
1291 of `font-lock-defaults' to `backward-paragraph' rather than nil.
1292
1293 2001-02-06 Andrew Innes <andrewi@gnu.org>
1294
1295 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
1296 absolute.
1297
1298 2001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
1299
1300 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
1301 buffers. When hi-lock turned on rather than only checking current
1302 buffer for regexps, all buffers are checked. Moved activation of
1303 font-lock to hi-lock-refontify. When font-lock turned off rather
1304 than removing added highlighting just in current buffer, remove it
1305 in all buffers. Changed edit menu text from "Automatic
1306 Highlighting" to "Regexp Highlighting" Documentation for
1307 highlighting phrases, minor documentation changes.
1308 (hi-lock-set-file-patterns): Execute only if there are new or
1309 existing file patterns.
1310 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
1311 unfontify and, if a support mode is active, will not refontify the
1312 whole buffer. If necessary, turn on font lock. (Removed
1313 font-lock-unfontify and font-lock support-mode-specific calls,
1314 such as lazy-lock-fontify-window.)
1315 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
1316 patterns are found. Not useful now since find-file-hook is removed
1317 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
1318 (hi-lock-face-phrase-buffer): New function. Also added related
1319 menu item and keybinding.
1320 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
1321 (hi-lock-process-phrase): New function.
1322 (hi-lock-line-face-buffer): Doc fixes.
1323 (hi-lock-face-buffer): Doc fixes.
1324 (hi-lock-unface-buffer): Doc fixes.
1325
1326 2001-02-06 Gerd Moellmann <gerd@gnu.org>
1327
1328 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
1329 dabbrev-ignored-regexps.
1330
1331 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
1332
1333 * simple.el (kill-line): Doc fix.
1334
1335 2001-02-05 Dave Love <fx@gnu.org>
1336
1337 * loadup.el: Revert last two changes -- bootstrapping works with
1338 regenerated loaddefs.
1339
1340 2001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
1341
1342 * isearch.el (isearch-forward): Doc fix.
1343
1344 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
1345 of font-lock-defaults to backward-paragraph.
1346
1347 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1348
1349 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
1350 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
1351
1352 2001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1353
1354 * ebnf2ps.el: Eliminate time-stamp functions.
1355 (ebnf-version): New version (3.5).
1356 (ebnf-eps-finish-and-write): Replace time-stamp functions by
1357 format-time-string.
1358
1359 2001-02-05 Gerd Moellmann <gerd@gnu.org>
1360
1361 * simple.el (next-line): Goto end-of-line before inserting a newline.
1362
1363 2001-02-05 Miles Bader <miles@gnu.org>
1364
1365 * image-file.el (insert-image-file): When visiting an image, also
1366 set `truncate-lines' to t so that any fringe arrow looks correct.
1367
1368 2001-02-05 Kenichi Handa <handa@etl.go.jp>
1369
1370 * isearch.el (isearch-forward): Add description about input method
1371 in the docsting.
1372
1373 2001-02-04 Stefan Monnier <monnier@cs.yale.edu>
1374
1375 * skeleton.el (skeleton-internal-1): Always push the mark for @.
1376
1377 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1378
1379 * info.el (info-initialize): If installation-directory is nil, for
1380 DOS/Windows systems try looking in a sibling of invocation-directory.
1381
1382 2001-02-02 Gerd Moellmann <gerd@gnu.org>
1383
1384 * wid-edit.el (widget-button-click): Fix last change.
1385
1386 * frame.el (frame-notice-user-settings): When resizing the initial
1387 frame because the tool bar is off, also change the frame's top
1388 position if a negative top position was specified.
1389
1390 2001-02-02 Miles Bader <miles@gnu.org>
1391
1392 * image-file.el (insert-image-file): When visiting an image,
1393 suppress the cursor in the image buffer.
1394
1395 2001-02-01 Dave Love <fx@gnu.org>
1396
1397 * progmodes/f90.el (f90-mode): Remove startup message.
1398
1399 * vc-cvs.el: Remove autoloads. Require vc when compiling.
1400
1401 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1402
1403 * startup.el (command-line): Fix code determining whether or not
1404 to use delete-key-deletes-forward-mode.
1405
1406 2001-02-01 Andre Spiegel <spiegel@gnu.org>
1407
1408 * vc.el (vc-diff-switches): New user option.
1409 (vc-version-diff): Use it.
1410 (vc-diff-switches-list): New macro.
1411
1412 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
1413 New customization options.
1414 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
1415
1416 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
1417
1418 2001-02-01 Gerd Moellmann <gerd@gnu.org>
1419
1420 * msb.el (toplevel): Quote hook symbols.
1421
1422 2001-02-01 Kenichi Handa <handa@etl.go.jp>
1423
1424 * international/mule.el (make-coding-system): Add description
1425 about recognized properties in the docstring.
1426
1427 * international/mule-conf.el: Remove unused charsets
1428 mac-roman-lower and mac-roman-upper.
1429
1430 2001-01-31 Gerd Moellmann <gerd@gnu.org>
1431
1432 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
1433 is in front of the left-margin, if any.
1434
1435 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
1436 like `delete'.
1437
1438 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
1439
1440 * term/w32-win.el (mouse-set-font): Doc fix.
1441
1442 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1443
1444 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
1445 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
1446 on already.
1447
1448 2001-01-31 Markus Rost <rost@math.ohio-state.edu>
1449
1450 * files.el (save-buffer): Don't give message if (buffer-file-name)
1451 returns nil.
1452
1453 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1454
1455 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
1456
1457 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
1458 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
1459
1460 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
1461 display problems.
1462
1463 2001-01-31 Kenichi Handa <handa@etl.go.jp>
1464
1465 * international/mule.el (charset-info): Fix docstring.
1466
1467 * international/mule-diag.el (describe-character-set): Check final
1468 char valid before printing it.
1469
1470 2001-01-30 Gerd Moellmann <gerd@gnu.org>
1471
1472 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
1473
1474 * frame.el (frame-notice-user-settings): Do the tool-bar
1475 stuff only for graphical displays. Fix a braino.
1476
1477 * frame.el (frame-initialize): Create initial frame visible.
1478 (frame-notice-user-settings): When tool-bar has been switched off,
1479 correct the frame size and sync tool-bar-mode.
1480
1481 * startup.el (command-line): Remove manipulation of frame
1482 height for tool bars.
1483
1484 2001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1485
1486 * lpr.el: Compatibility with XEmacs and doc fixes.
1487 (lpr-windows-system, lpr-lp-system): New vars.
1488 (lpr-printer-switch): New defcustom.
1489 (printer-name, lpr-command): Customization fix.
1490 (print-region-1): Code fix.
1491 (print-region-new-buffer, printify-region): Indentation fix.
1492 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
1493 New functions.
1494
1495 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1496
1497 * msb.el (toplevel): Fix the eval-after-load.
1498
1499 2001-01-29 Dave Love <fx@gnu.org>
1500
1501 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
1502
1503 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
1504
1505 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
1506 (tcl-using-emacs-19-23): Consider Emacs 21+.
1507 (tcl-help-directory-list, tcl-command-switches): Fix :type.
1508 (tcl-add-emacs-menu): Supply menu name.
1509 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
1510
1511 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1512
1513 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
1514
1515 2001-01-29 Stefan Monnier <monnier@cs.yale.edu>
1516
1517 * pcvs.el (cvs-mark-fis-dead): New function.
1518 (cvs-mode-add): Use it.
1519 (cvs-mode-add-change-log-entry-other-window):
1520 Rebind change-log-default-name to itself rather than to nil.
1521
1522 2001-01-29 Sam Steingold <sds@gnu.org>
1523
1524 * vc-cvs.el: Replaced (require 'vc) with a bunch of
1525 `autoload' statements.
1526
1527 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1528
1529 * files.el (confirm-kill-emacs): Doc fix.
1530
1531 * frame.el (frame-initialize): Doc fix.
1532
1533 * time-stamp.el (time-stamp-string): Doc fix.
1534
1535 * woman.el (WoMan-log-1): Make the log buffer writable.
1536 From Markus Rost <rost@math.ohio-state.edu>.
1537
1538 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1539
1540 * imenu.el (imenu-syntax-alist): Add autoload cookie for
1541 the `make-variable-buffer-local'.
1542
1543 2001-01-29 Dave Love <fx@gnu.org>
1544
1545 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
1546 (ansi-color-for-comint-mode-on, ansi-color-process-output):
1547 Add autoload cookie.
1548 (ansi-color-apply-sequence): Fix typo.
1549
1550 2001-01-29 Gerd Moellmann <gerd@gnu.org>
1551
1552 * menu-bar.el (menu-bar-files-menu): Add menu items for
1553 Postscript printing in black and white.
1554
1555 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
1556 X-Mailman-Version, Precedence, List-Help, List-Post,
1557 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
1558 Content-Type, Content-Length.
1559
1560 2001-01-29 Dave Love <fx@gnu.org>
1561
1562 * elide-head.el (elide-head): Make overlay evaporate.
1563
1564 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
1565
1566 2001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1567
1568 * isearch.el (isearch-highlight): Don't punt if the display
1569 doesn't support colors, since isearch faces are defined for
1570 monochrome displays as well.
1571
1572 2001-01-27 Sam Steingold <sds@gnu.org>
1573
1574 * shell.el (shell-write-history-on-exit): Make sure that we are in
1575 the shell buffer (M-x tex-file RET inserted the error message into
1576 the TeX buffer).
1577
1578 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1579
1580 * simple.el (transient-mark-mode): Doc fix.
1581
1582 2001-01-27 Gerd Moellmann <gerd@gnu.org>
1583
1584 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
1585
1586 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1587
1588 * shell.el (shell-unquote-argument): If the shell is one of the
1589 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
1590 quote character.
1591 (shell-dumb-shell-regexp): Document that the shells which match
1592 this regexp are supposed to not treat a backslash as a quote character.
1593
1594 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
1595 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
1596
1597 2001-01-27 Richard M. Stallman <rms@gnu.org>
1598
1599 * dabbrev.el (dabbrev--substitute-expansion):
1600 Treat a one-capital-letter abbrev as "not all upper case",
1601 so as to force preservation of the expansion's pattern
1602 if the expansion starts with a capital letter.
1603
1604 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1605
1606 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
1607 Doc fix.
1608
1609 * simple.el (transient-mark-mode): Document the fact that many
1610 commands act on the region when mark is active.
1611
1612 2001-01-27 Kenichi Handa <handa@etl.go.jp>
1613
1614 * international/quail.el (quail-setup-completion-buf): Make the
1615 multibyteness of current buffer inherited to Quail completion buffer.
1616 (quail-show-guidance-buf): Make the multibyteness of current
1617 buffer inherited to Quail guidance buffer.
1618 (quail-help): Make the multibyteness of current buffer inherited
1619 to Quail help buffer.
1620
1621 2001-01-26 Dave Love <fx@gnu.org>
1622
1623 * time-stamp.el: Doc fixes.
1624
1625 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
1626 (delphi-keyword-face, delphi-other-face): Fix :type.
1627
1628 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
1629
1630 * mail/feedmail.el (feedmail): Add :link.
1631 (feedmail-send-it): Doc fix.
1632
1633 * mail/sendmail.el: Doc fixes.
1634 (sendmail-send-it): Fix the non-ASCII regexp and use
1635 rfc2047-encode-string.
1636
1637 * dired.el, dired-aux.el: Revert last change.
1638
1639 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1640
1641 * makefile.w32-in (DONTCOMPILE): Add various term files.
1642
1643 2001-01-26 Dave Love <fx@gnu.org>
1644
1645 * Makefile.in (DONTCOMPILE): Add various term files.
1646
1647 2001-01-26 Gerd Moellmann <gerd@gnu.org>
1648
1649 * man.el (Man-default-man-entry, Man-mode): Doc fix.
1650
1651 * startup.el (display-startup-echo-area-message): Make sure
1652 the echo area is resized to fit the size of the startup message.
1653
1654 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
1655 part of which is a constant.
1656
1657 2001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1658
1659 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
1660
1661 2001-01-26 Richard M. Stallman <rms@gnu.org>
1662
1663 * simple.el (next-line): Don't let `newline' expand abbrevs.
1664 Simplify slightly.
1665 (open-line): Don't let `newline' expand abbrevs.
1666
1667 2001-01-25 John Wiegley <johnw@gnu.org>
1668
1669 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
1670 to `repeat' in the :type field.
1671
1672 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
1673 allow a choice of regexp or nil.
1674 (pcomplete-dir-ignore): Same.
1675
1676 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
1677 a command) to always fail.
1678
1679 2001-01-25 Gerd Moellmann <gerd@gnu.org>
1680
1681 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
1682 discard the result.
1683 (iswitchb-to-end): Likewise.
1684
1685 2001-01-25 Sam Steingold <sds@gnu.org>
1686
1687 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
1688 Require vc.
1689
1690 2001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1691
1692 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1693
1694 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1695
1696 2001-01-25 Dave Love <fx@gnu.org>
1697
1698 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1699 (describe-coding-system): Tweak the English text.
1700
1701 * loadup.el: Preload international/ccl for utf-8.
1702
1703 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1704
1705 * mail/rmail.el (rmail-redecode-body): Doc fix.
1706
1707 2001-01-25 Kenichi Handa <handa@etl.go.jp>
1708
1709 * international/mule-cmds.el (reset-language-environment):
1710 Reset coding-category-utf-8 to mule-utf-8.
1711
1712 * international/mule-conf.el (coding-category-utf-8):
1713 Initialize to mule-utf-8.
1714
1715 * loadup.el: Preload international/utf-8.
1716
1717 * international/utf-8.el: New file.
1718
1719 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1720
1721 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1722
1723 2001-01-24 Sam Steingold <sds@gnu.org>
1724
1725 * dired.el (dired-replace-in-string): Removed.
1726 (dired-sort-toggle): Use `replace-regexps-in-string'
1727 instead of `dired-replace-in-string'.
1728
1729 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1730 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
1731
1732 * gs.el (gs-replace-in-string): Removed.
1733 (gs-options): Use `replace-regexps-in-string'
1734 instead of `gs-replace-in-string'.
1735
1736 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1737
1738 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1739 bug report is mailed to an email list and posted to a news group.
1740
1741 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1742
1743 * comint.el (comint-replace-by-expanded-history-before-point):
1744 Fix change of 2000-08-03 to move point to the start of the line again.
1745
1746 * startup.el (tool-bar-images-pixel-height): New variable.
1747 (command-line): After loading the user's init file, when
1748 tool-bar-mode is on, increase the frame's size by some lines for
1749 the tool-bar.
1750
1751 * frame.el (frame-initialize): Create the initial frame invisible.
1752
1753 2001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1754
1755 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1756 (chinese-big5): MIME:Big5.
1757
1758 2001-01-24 Gerd Moellmann <gerd@gnu.org>
1759
1760 * international/mule-cmds.el (universal-coding-system-argument):
1761 Handle commands with prefix args.
1762
1763 2001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1764
1765 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1766 being a list of numbers.
1767 (diary-mail-entries): Rewritten.
1768
1769 2001-01-23 Dave Love <fx@gnu.org>
1770
1771 * international/mule.el (make-coding-system): Fix typo.
1772
1773 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
1774 Add backward-paragraph as font-lock-beginning-of-syntax-function.
1775
1776 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1777
1778 * font-lock.el (font-lock-mode): Doc fix.
1779
1780 2001-01-23 Kenichi Handa <handa@etl.go.jp>
1781
1782 * international/mule.el (make-translation-table): Fix docstring.
1783
1784 2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1785
1786 * mail/rmail.el (rmail-redecode-body): New function.
1787
1788 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1789
1790 2001-01-22 Gerd Moellmann <gerd@gnu.org>
1791
1792 * isearch.el (isearch-lazy-highlight-case-fold-search)
1793 (isearch-lazy-highlight-regexp): New variables.
1794 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1795 case-fold search or regexp search has been toggled.
1796
1797 * wid-edit.el (widget-button-click): Avoid a save-excursion
1798 around running a global binding.
1799
1800 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1801 to 0.25.
1802
1803 2001-01-20 Miles Bader <miles@gnu.org>
1804
1805 * cus-edit.el (custom-face-save): Do post-processing on the face's
1806 new value like `custom-face-set' does.
1807
1808 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * mail/emacsbug.el (report-emacs-bug): Report the value of
1811 LC_CTYPE, not LC_TYPE.
1812
1813 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1814 isearch-toggle-regexp and isearch-edit-string to doc string.
1815
1816 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1817
1818 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1819 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1820
1821 * jit-lock.el (jit-lock-fontify-now): Don't bind
1822 font-lock-beginning-of-syntax-function to nil.
1823
1824 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1825
1826 * mail/emacsbug.el (report-emacs-bug): Report values of
1827 locale-coding-system, default-enable-multibyte-characters, and the
1828 environment variables LC_ALL, LC_TYPE, and LANG.
1829
1830 2001-01-19 Gerd Moellmann <gerd@gnu.org>
1831
1832 * font-lock.el (font-lock-default-fontify-region): Fix last change.
1833
1834 * font-lock.el (font-lock-multiline): Default to nil.
1835 (font-lock-default-fontify-region): If font-lock-multiline is
1836 nil, don't check the property `font-lock-multiline'.
1837
1838 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1839 is nil, don't check the `font-lock-multiline' text property.
1840
1841 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1842
1843 * viper.el: Call initial-major-mode on startup.
1844
1845 * ediff.el (ediff-patch-file): Use better defaults.
1846
1847 * ediff-vers.el: Fix for 8+3 DOS file systems.
1848
1849 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
1850
1851 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
1852 diff mode, if available.
1853
1854 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1855
1856 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
1857
1858 * ediff-init.el (subst-char-in-string): Define and use it, unless
1859 it's already defined.
1860
1861 2001-01-18 Gerd Moellmann <gerd@gnu.org>
1862
1863 * tooltip.el (tooltip-hide-delay): New user-option.
1864 (tooltip-show): Use tooltip-hide-delay instead of the default.
1865
1866 2001-01-18 Kenichi Handa <handa@etl.go.jp>
1867
1868 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1869 kill-local-variable doesn't work for enable-multibyte-characters.
1870
1871 2001-01-17 Dave Love <fx@gnu.org>
1872
1873 * ediff-init.el (ediff-before-setup-hook)
1874 (ediff-merge-filename-prefix): Add :version.
1875
1876 * international/latin1-disp.el: Require disp-table.
1877 (latin1-display): Fix :set.
1878
1879 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1880
1881 2001-01-17 Gerd Moellmann <gerd@gnu.org>
1882
1883 * isearch.el (isearch-lazy-highlight-initial-delay)
1884 (isearch-lazy-highlight-interval): Default to 0.
1885
1886 2001-01-17 Bob Glickstein <bobg@zanshin.com>
1887
1888 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1889 1 here rather than each time through
1890 isearch-lazy-highlight-new-loop.
1891 (isearch-lazy-highlight-max): Variable deleted.
1892 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1893 isearch-lazy-highlight-max but controls a single invocation of
1894 isearch-lazy-highlight-update.
1895 (isearch-lazy-highlight-wrapped): Variable recreated.
1896 (isearch-lazy-highlight-window-start): New variable.
1897 (isearch-lazy-highlight-cleanup): Restored to behavior of
1898 before 2-Jan.
1899 (isearch-lazy-highlight-remove-overlays): Function deleted;
1900 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1901 behavior removed.
1902 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1903 isearch-lazy-highlight-update in a loop rather than just once.
1904 Test isearch-invalid-regexp here and decide not to start a new
1905 loop, rather than testing it each time through
1906 isearch-lazy-highlight-update.
1907 (isearch-lazy-highlight-search): Function restored.
1908 (isearch-lazy-highlight-update): Get called in a timer loop again,
1909 but this time highlight more than one match each time through.
1910 Only highlight matches in the visible part of the window.
1911 Start at point, move in the direction of the search, and wrap around at
1912 the edge of the window. Use sit-for to force redisplay and ensure
1913 window-start is credible. "Face suppressing" behavior removed;
1914 overlay priorities should make it unnecessary, right?
1915 (isearch-highlight): Face suppressing behavior removed.
1916 (isearch-dehighlight): Face suppressing behavior removed.
1917 (isearch-set-lazy-highlight-faces-at): Removed.
1918
1919 2001-01-17 Kenichi Handa <handa@etl.go.jp>
1920
1921 * language/european.el ("Latin-1"): Make the format of description
1922 about additional language environments same as that of Latin-2.
1923
1924 2001-01-16 Dave Love <fx@gnu.org>
1925
1926 * isearch.el (isearch-lazy-highlight): Add :version.
1927
1928 * simple.el (backward-delete-char-untabify-method)
1929 (next-line-add-newlines): Add :version.
1930
1931 2001-01-16 Gerd Moellmann <gerd@gnu.org>
1932
1933 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1934 Don't bind <delete> otherwise.
1935
1936 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1937 and <delete> via function-key-map.
1938
1939 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1940 Subject line only if point is after the `Subject:'.
1941
1942 2001-01-16 Kenichi Handa <handa@etl.go.jp>
1943
1944 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1945 japanese-jisx0213-2 in `charset' property of this lang. env.
1946
1947 * language/european.el ("Latin-1"): Add description for Dutch and
1948 Spanish lang. env.
1949
1950 * international/mule.el (decode-char): Fix conditions.
1951 (encode-char): Handle eight-bit-control too.
1952 (transform-make-coding-system-args): New function.
1953 (make-coding-system): Accept XEmacs style arguments for CCL base
1954 coding system.
1955
1956 2001-01-15 Gerd Moellmann <gerd@gnu.org>
1957
1958 * progmodes/etags.el (find-tag-noselect): Save the value of
1959 tags-file-name before switching buffers, for the case it has a
1960 buffer-local value.
1961
1962 2001-01-15 Alex Schroeder <alex@gnu.org>
1963
1964 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1965 From Dave Love <fx@gnu.org>.
1966 (ansi-color-for-comint-mode): Fix :version.
1967
1968 2001-01-15 Alex Schroeder <alex@gnu.org>
1969
1970 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1971
1972 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1973
1974 * dired.el (dired-insert-directory): If file-system-info fails,
1975 remove the " free " part, but don't signal an error.
1976
1977 2001-01-12 Sam Steingold <sds@gnu.org>
1978
1979 * bookmark.el (bookmark-maybe-historicize-string):
1980 Use new backquote syntax.
1981
1982 2001-01-12 Richard M. Stallman <rms@gnu.org>
1983
1984 * subr.el (last): Handle a list that doesn't end in nil.
1985
1986 2001-01-12 Sam Steingold <sds@gnu.org>
1987
1988 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1989 to `backward-delete-char-untabify'.
1990
1991 2001-01-12 Dave Love <fx@gnu.org>
1992
1993 * cus-edit.el (customize-menu-create): Fix the :filter following
1994 easymenu change.
1995
1996 * wid-edit.el (function): Add :match-alternatives.
1997 (widget-color-action): Doc fix.
1998
1999 2001-01-12 Gerd Moellmann <gerd@gnu.org>
2000
2001 * calendar/calendar.el (calendar-basic-setup): Doc fix.
2002
2003 2001-01-12 Kenichi Handa <handa@etl.go.jp>
2004
2005 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
2006
2007 * international/ccl.el (define-ccl-program): Fix docstring.
2008
2009 2001-01-11 Dave Love <fx@gnu.org>
2010
2011 * international/mule-cmds.el (standard-display-european-internal):
2012 Set display table for 2208 as for 160.
2013
2014 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
2015
2016 * progmodes/fortran.el (fortran-mode-map): Modify Customization
2017 entry for custom-menu-create change.
2018 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
2019 don't cons it in the search loop.
2020
2021 * imenu.el (imenu--truncate-items): Revert last change.
2022
2023 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2024
2025 * info.el (Info-setup-header-line): If the node header includes
2026 either Next: or Prev: links, don't show the File: and Node: parts
2027 in the header line.
2028
2029 2001-01-11 Gerd Moellmann <gerd@gnu.org>
2030
2031 * comint.el (comint-goto-process-mark): Don't print a message
2032 when running in batch mode.
2033
2034 * isearch.el (isearch-search): In the condition-case handler for
2035 `error', set isearch-invalid-regexp to the whole error message.
2036
2037 * subr.el (eval-after-load): Call load-symbol-file-load-history to
2038 ensure that eval-after-load works for files dumped with Emacs.
2039
2040 * help.el (load-symbol-file-load-history): New function extracted
2041 from function symbol-file.
2042 (symbol-file): Use it.
2043
2044 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2045
2046 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
2047
2048 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
2049 behave as if there were no prefix argument.
2050 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
2051 argument were nil.
2052
2053 2001-01-11 Richard M. Stallman <rms@gnu.org>
2054
2055 * isearch.el (isearch-lazy-highlight-update):
2056 Don't look for more potential matches once maximum is exceeded.
2057 Use overlays-in to check correctly for overlap with current match.
2058 Ignore empty matches.
2059
2060 2001-01-11 Miles Bader <miles@gnu.org>
2061
2062 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
2063 (ispell-overlay-window, ispell-help, ispell-show-choices)
2064 (ispell-command-loop): Use it instead of `window-height'.
2065
2066 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2067
2068 * files.el (confirm-kill-emacs): New user-option.
2069 (save-buffers-kill-emacs): Ask for final confirmation before
2070 killing Emacs.
2071
2072 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
2073 to nil.
2074
2075 2001-01-10 Dave Love <fx@gnu.org>
2076
2077 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
2078
2079 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
2080
2081 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
2082
2083 * calculator.el (calculator-number-digits): Fix :type.
2084
2085 * vc-cvs.el (vc-cvs-header): Fix :type.
2086 * vc-rcs.el (vc-rcs-header): Fix :type.
2087 * vc-sccs.el (vc-sccs-header): Fix :type.
2088
2089 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2090
2091 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
2092
2093 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
2094
2095 2001-01-10 Gerd Moellmann <gerd@gnu.org>
2096
2097 * simple.el (set-variable): Force a thorough redisplay for the
2098 case that the variable has an effect on the display, like
2099 `tab-width' has.
2100
2101 2001-01-10 Andre Spiegel <spiegel@gnu.org>
2102
2103 * vc.el: Add documentation for backend interface.
2104
2105 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2106
2107 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
2108
2109 * international/mule-conf.el (latin-extra-code-table): Set to t
2110 for \223 and \224.
2111
2112 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2113
2114 * international/mule-cmds.el (locale-language-names): Map "es" to
2115 "Spanish" and "nl" to "Dutch".
2116
2117 2001-01-09 Gerd Moellmann <gerd@gnu.org>
2118
2119 * bindings.el (global-map): Bind <home> to beginning-of-line,
2120 <end> to end-of-line, C-<home> to beginning-of-buffer, and
2121 C-<end> to end-of-buffer.
2122
2123 * language/european.el: Add Dutch and Spanish language info
2124 to be able to use the appropriate tutorials.
2125
2126 2001-01-09 Alex Schroeder <alex@gnu.org>
2127
2128 * ansi-color.el (ansi-color-process-output): Use markers instead
2129 of positions for start and end of region.
2130 (ansi-color-apply-on-region): Rewrote code to make it more robust.
2131 Previously, occasional mistakes happend when fontifying many
2132 chunks of output (eg. ls --color=yes /dev). This happened
2133 whenever an overlay was created up to the end of the region, which
2134 coincided with the process-mark. New text would then be added
2135 within that overlay instead of after it.
2136 (ansi-color-make-extent): Overlays are created with the property
2137 `modification-hooks' set to '(ansi-color-freeze-overlay).
2138 (ansi-color-freeze-overlay): New function. When inserting text at
2139 the end of the overlay, the overlay will resize.
2140
2141 2000-01-09 Alex Schroeder <alex@gnu.org>
2142
2143 * ansi-color.el (ansi-color-process-output): Doc change.
2144 (ansi-color-unfontify-region): Doc change. No longer installed
2145 automatically in font-lock-unfontify-region-function.
2146 (ansi-color-apply): Doc change.
2147 (ansi-color-apply-on-region): Use extents or overlays instead of
2148 text-properties.
2149 (ansi-color-make-extent): New function.
2150 (ansi-color-set-extent-face): New function.
2151
2152 2000-01-09 Alex Schroeder <alex@gnu.org>
2153
2154 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
2155 both use ansi-color-process-output, now.
2156 (ansi-color-process-output): Doesn't return string anymore. It is
2157 installed in comint-output-filter-functions for both Emacs and
2158 XEmacs, now.
2159 (ansi-color-unfontify-region): Simplified code removing variables
2160 pos and start-ansi.
2161 (ansi-color-apply): Put text-property ansi-color before putting
2162 text-property face because ansi-color-unfontify-region is called
2163 immediately after the call to put-text-property.
2164 (ansi-color-context-region): Doc change.
2165 (ansi-color-filter-region): Simplified code.
2166 (ansi-color-apply-on-region): Changed start to start-marker, using
2167 a marker explicitly. Put text-property ansi-color before putting
2168 text-property face because ansi-color-unfontify-region is called
2169 immediately after the call to put-text-property.
2170
2171 2000-01-09 Alex Schroeder <alex@gnu.org>
2172
2173 * ansi-color.el (ansi-color-faces-vector): Doc change.
2174 (ansi-color-for-comint-mode): Changed :type property to choice.
2175 (ansi-color-last-context): Removed.
2176 (ansi-color-process-output): Don't use ansi-color-last-context, as
2177 the main functions will store their context now.
2178 (ansi-color-context): Doc change.
2179 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
2180 Uses ansi-color-context such that repeated calls will strip
2181 partial escape sequences, too.
2182 (ansi-color-apply): Simplified code. Colorize end of string if
2183 face is not null. Store context in new (FACE STRING) format, such
2184 that repeated calls will strip partial escape sequences, too.
2185 Append faces to face property using ansi-color-apply-sequence such
2186 that cumulative mode actually works.
2187 (ansi-color-context-region): New variable.
2188 (ansi-color-filter-region): Rewrote it based on
2189 ansi-color-apply-on-region. Uses ansi-color-context-region such
2190 that repeated calls will strip partial escape sequences, too.
2191 (ansi-color-apply-on-region): Simplified code. Colorize end of
2192 region if face is not null. Store context in new (FACE POS)
2193 format, such that repeated calls will strip partial escape
2194 sequences, too. Append faces to face property using
2195 ansi-color-apply-sequence such that cumulative mode actually works.
2196 (ansi-color-apply-sequence): New function.
2197 (ansi-color-get-face): When the default face is added to the list
2198 of faces, all previous settings are discarded and the list of
2199 faces is set to '(default).
2200
2201 2000-01-09 Alex Schroeder <alex@gnu.org>
2202
2203 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
2204 face, such that ansi-color-apply and ansi-color-apply-on-region
2205 will do the right thing.
2206 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
2207 returns nil, set the list of faces back to nil instead of
2208 appending the result of ansi-color-get-face to the front of the list.
2209
2210 2000-01-09 Alex Schroeder <alex@gnu.org>
2211
2212 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
2213 (ansi-color-process): Doc change.
2214 (ansi-color-last-context): New buffer-local variable.
2215 (ansi-color-process-output): New function. It is automatically
2216 added to comint-output-filter-functions if this is XEmacs.
2217 (ansi-color-unfontify-region): New optional parameter for XEmacs
2218 compatibility. Check wether font-lock-syntactic-keywords is
2219 boundp before removing the syntax table text property, as XEmacs
2220 doesn't have it.
2221 (ansi-color-filter-region): Doc change.
2222 (ansi-color-apply-on-region): Doc change.
2223 (ansi-color-make-face): New function. Compatibility layer for
2224 XEmacs. Return temporary faces instead of cons cells for XEmacs.
2225 (ansi-color-make-color-map): Use ansi-color-make-face.
2226 (ansi-color-get-face): Avoid face text property '(nil) as results
2227 in an errow for XEmacs.
2228
2229 2000-01-09 Alex Schroeder <alex@gnu.org>
2230
2231 * ansi-color.el (ansi-color-unfontify-region): New function.
2232 Uses text-property ansi-color in order to preserve fontification by
2233 ansi-color. When the package is loaded, a lambda expression is
2234 put onto font-lock-mode-hook. This lambda expression will check
2235 font-lock-unfontify-region-function and replace
2236 font-lock-default-unfontify-region with ansi-color-unfontify-region.
2237 (ansi-color-apply): Add text-property ansi-color in addition to
2238 text-property face.
2239 (ansi-color-apply-on-region): Add text-property ansi-color in
2240 addition to text-property face.
2241 (save-buffer-state): Copy of the macro that is also used by
2242 lazy-lock and font-lock.
2243
2244 (ansi-color-for-comint-mode): New option.
2245 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
2246 (ansi-color-for-comint-mode-off): Ditto.
2247 (ansi-color-for-comint-mode-filter): Ditto.
2248 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
2249 decide what to do. This function is added to
2250 comint-preoutput-filter-functions when the package is loaded.
2251
2252 (ansi-color-for-shell-mode-set): Removed.
2253 (ansi-color-for-shell-mode): Removed.
2254
2255 2000-01-09 Alex Schroeder <alex@gnu.org>
2256
2257 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
2258 the lambda expression from the ansi-color-for-shell-mode :set
2259 property. Additionally, modify shell-mode-hook to enable or
2260 disable font-lock-mode for future shell buffers.
2261 (ansi-color-for-shell-mode): The :set property calls
2262 ansi-color-for-shell-mode-set instead of a lambda expression.
2263
2264 2000-01-09 Alex Schroeder <alex@gnu.org>
2265
2266 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
2267 (ansi-color-context): New variable.
2268 (ansi-color-apply): Save context between calls.
2269
2270 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
2271
2272 * isearch.el (isearch, isearch-lazy-highlight-face):
2273 New definitions for face colors and attributes.
2274
2275 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
2276 of display-mouse-p.
2277
2278 2001-01-09 Kenichi Handa <handa@etl.go.jp>
2279
2280 * international/mule.el (make-coding-system): If the coding system
2281 accepts extra latin codes, register such codes as safe for the
2282 coding system.
2283
2284 2001-01-08 Richard M. Stallman <rms@gnu.org>
2285
2286 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
2287 don't mention the file name or the date here, because they are
2288 logged at the start of the file.
2289
2290 2001-01-08 Richard M. Stallman <rms@gnu.org>
2291
2292 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
2293 Change screen-width to frame-width.
2294
2295 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2296
2297 * info.el (Info-search): Print the default as part of the prompt.
2298
2299 2001-01-08 Andre Spiegel <spiegel@gnu.org>
2300
2301 * vc.el (vc-default-latest-on-branch-p): New function, replaces
2302 constant implementations in backends.
2303
2304 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
2305 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
2306
2307 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
2308 WRITABLE to EDITABLE.
2309
2310 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
2311 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
2312 to EDITABLE.
2313
2314 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
2315
2316 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
2317 (copyright, copyright-update): Compute the current year at run time.
2318
2319 2001-01-08 Gerd Moellmann <gerd@gnu.org>
2320
2321 * isearch.el (isearch-old-signal-hook): Removed.
2322 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
2323 instead of setting signal-hook-function.
2324 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
2325
2326 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
2327
2328 * emulation/edt.el: Update to version 4.0. Provide support for
2329 EDT scroll margins at top and bottom of the window. Provide an
2330 emulation of the EDT SUBS command (bound to GOLD-Enter, by
2331 default). Enhance edt-quit, bound to GOLD-q by default, to warn
2332 user when file-related buffer modifications exist.
2333 Provide support for running EDT Emulation in XEmacs.
2334 Provide customize access to some user updatable variables.
2335 Add Commentary section to file header.
2336 Fixed a few minor bugs and cleaned up some code.
2337
2338 * emulation/edt-mapper.el: Update to version 4.0. Provide support
2339 for detecting a keypress that generates an ASCII key sequence.
2340 (Previously, only a keypress that generates a vector was
2341 recognized.) Embed Window Manager name into name of the generated
2342 EDT Emulation initialization file since the initialization file is
2343 Window Manager specific. Add Commentary section to file header.
2344
2345 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
2346
2347 * mail/sendmail.el (mail-mode): Doc fix.
2348
2349 * info.el (Info-goto-emacs-command-node): Doc fix.
2350 (Info-goto-emacs-key-command-node): Doc fix.
2351
2352 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2353
2354 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
2355 systems without long file-name support.
2356
2357 2001-01-06 Andrew Innes <andrewi@gnu.org>
2358
2359 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
2360
2361 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
2362
2363 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
2364 (isearch-lazy-highlight-update): Doc fix.
2365
2366 * ffap.el (ffap-bindings): Doc fix.
2367
2368 * dired-x.el (dired-virtual-guess-dir): Doc fix.
2369
2370 2001-01-05 Dave Love <fx@gnu.org>
2371
2372 * emacs-lisp/cl-seq.el (remove, remq): Remove.
2373
2374 2001-01-05 Gerd Moellmann <gerd@gnu.org>
2375
2376 * mouse-drag.el (mouse-drag-safe-scroll):
2377 Bind scroll-preserve-screen-position to nil.
2378
2379 * isearch.el (isearch-old-signal-hook): New variable.
2380 (isearch-mode): Set signal-hook-function to isearch-done.
2381 (isearch-done): Restore old signal-hook-function.
2382
2383 * info.el (Info-fontify-node): Mark one more char as intangible.
2384
2385 2000-01-05 Kenichi Handa <handa@etl.go.jp>
2386
2387 * composite.el (compose-last-chars): New argument COMPONENTS.
2388 If it is non-nil, compose preceding characters by compose-region with
2389 COMPONENTS.
2390
2391 * international/quail.el (quail-input-string-to-events): New function.
2392 (quail-input-method): Convert input string to events here.
2393 (quail-start-translation): Return input string, not event list.
2394 (quail-start-conversion): Likewise.
2395
2396 2001-01-04 Gerd Moellmann <gerd@gnu.org>
2397
2398 * tooltip.el (tooltip-cancel-delayed-tip)
2399 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
2400 and tooltip-add-timeout.
2401 (tooltip-show): Set border color from faces's foreground.
2402 (tooltip-show-help-function): If called with the same help string
2403 as last time, do nothing.
2404 (tooltip-help-tips): Don't set tooltip-help-message to nil.
2405
2406 * startup.el (fancy-splash-screens): Don't bind show-help-function
2407 to nil.
2408
2409 * tooltip.el (tooltip-frame-parameters): Remove colors.
2410 (tooltip): New face
2411 (tooltip-set-param): New function.
2412 (tooltip-show): Set up color frame parameters from face `tooltip'.
2413 Display the tooltip text in face `tooltip'.
2414
2415 2001-01-04 Dave Love <fx@gnu.org>
2416
2417 * whitespace.el (whitespace-global-mode): Fix typo.
2418
2419 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2420
2421 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2422
2423 * help.el (help-for-help): Fix a typo in a doc string.
2424 From kwzh@gnu.org (Karl Heuer).
2425
2426 2001-01-03 Dave Love <fx@gnu.org>
2427
2428 * dired-x.el: Doc fixes. Maintainer change.
2429 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
2430 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
2431 (dired-guess-shell-alist-user): Customize.
2432 (dired-x-help-address): Set to bug-gnu-emacs.
2433 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
2434 (dired-default-directory): Renamed from default-directory.
2435
2436 * hl-line.el (hl-line): Doc fix.
2437
2438 2001-01-03 Karl Fogel <kfogel@red-bean.com>
2439
2440 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
2441
2442 2001-01-02 Richard M. Stallman <rms@gnu.org>
2443
2444 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
2445 to remove all the current alternative-match highlighting.
2446 If nil, remove only what's outside the current window.
2447 (isearch-lazy-highlight-remove-overlays): Take optional
2448 region within which NOT to remove them.
2449 (isearch-lazy-highlight-new-loop): Greatly simplified.
2450 (isearch-lazy-highlight-update): Find all the other occurrences
2451 visible in the window, in just one call.
2452 (isearch-lazy-highlight-start): Now holds start of region to scan.
2453 (isearch-lazy-highlight-end): Now holds end of region to scan.
2454 (isearch-lazy-highlight-wrapped): Variable deleted.
2455 (isearch-lazy-highlight-search): Function deleted.
2456
2457 2000-01-02 Andrew Innes <andrewi@gnu.org>
2458
2459 * w32-fns.el (convert-standard-filename): Do length check on name
2460 before aref.
2461
2462 2001-01-02 Dave Love <fx@gnu.org>
2463
2464 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
2465 value.
2466 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
2467
2468 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
2469
2470 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
2471 read syntax.
2472
2473 * calendar/todo-mode.el (todo): Add :link, :version.
2474 (todo-save-top-priorities): Remove autoload cookie.
2475 (todo-add-category, todo-add-item-non-interactively)
2476 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
2477
2478 2001-01-02 Gerd Moellmann <gerd@gnu.org>
2479
2480 * comint.el (comint-input-history-ignore): New variable.
2481 (comint-read-input-ring): Ignore entries matching
2482 comint-input-history-ignore.
2483
2484 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
2485
2486 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
2487 (lm-copyright-mark): New function.
2488 (lm-crack-copyright): New function.
2489 (lm-verify): Check that the file has a copyright.
2490 Check that the file is copyright Free Software Foundation.
2491
2492 2000-12-30 Kenichi Handa <handa@etl.go.jp>
2493
2494 * international/mule-diag.el (print-fontset): Indent font name by
2495 24 columns, not 25.
2496
2497 2000-12-29 Gerd Moellmann <gerd@gnu.org>
2498
2499 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
2500 in Subject line.
2501
2502 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
2503 Use mail-mode-hook instead of mail-setup-hook.
2504 Otherwise continuing an interrupted message with C-u C-x m for
2505 instance, winds up in Mail mode without abbrevs.
2506
2507 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2508
2509 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
2510 non-nil. Adding almost all customization variables on ps-setup.
2511 Doc fix.
2512 (ps-print-version): New version number (6.3.3).
2513 (ps-end-with-control-d): Initialization fix.
2514 (ps-lines-printed): New var.
2515 (ps-skip-newline): New fun.
2516 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
2517 (ps-next-line, ps-continue-line, ps-plot-region)
2518 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
2519
2520 2000-12-29 Kenichi Handa <handa@etl.go.jp>
2521
2522 * international/fontset.el (x-complement-fontset-spec):
2523 Resolve ASCII font name so that the same family name is used for fonts
2524 registered in x-font-name-charset-alist.
2525 (create-fontset-from-fontset-spec): Adjusted for the above change.
2526 The name of fontset alias should be a unresolved ASCII font name.
2527
2528 2000-12-28 Gerd Moellmann <gerd@gnu.org>
2529
2530 * simple.el (delete-key-deletes-forward-mode): Bind backspace
2531 and delete in isearch-mode-map.
2532
2533 2000-12-28 Richard M. Stallman <rms@gnu.org>
2534
2535 * dired-x.el (dired-guess-shell-alist-default):
2536 Use xpdf instead of acroread.
2537
2538 2000-12-28 Kenichi Handa <handa@etl.go.jp>
2539
2540 * textmodes/artist.el (artist-butlast): Deleted.
2541 (artist-ellipse-mirror-quadrant): Use butlast instead of
2542 artist-butlast.
2543
2544 * subr.el (butlast, nbutlast): Moved from cl.el to here.
2545
2546 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
2547
2548 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2549
2550 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
2551
2552 * ls-lisp.el: Better support for the Mac and MS-Windows.
2553 (ls-lisp): New defgroup.
2554 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
2555 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
2556 (ls-lisp-support-shell-wildcards): New defcustoms.
2557 (ls-lisp-parse-symlink): New function.
2558 (insert-directory): Code to convert switches to a list and set up
2559 the wildcard argument copied from ls-lisp-insert-directory.
2560 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
2561 for -C and -R switches.
2562 (ls-lisp-column-format): New function.
2563 (ls-lisp-delete-matching, ls-lisp-handle-switches)
2564 (ls-lisp-format-time): Add doc strings.
2565 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
2566 Support ls-lisp-dirs-first.
2567 (ls-lisp-classify, ls-lisp-extension): New functions.
2568 (ls-lisp-format): Optionally support emulation of symlinks.
2569 Support -i, -s, and -G switches.
2570
2571 2000-12-27 Gerd Moellmann <gerd@gnu.org>
2572
2573 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
2574
2575 * version.el (emacs-version): Print X scroll bar information.
2576
2577 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
2578 instead of x-toolkit-scroll-bars-p.
2579
2580 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
2581 of x-toolkit-scroll-bars-p.
2582
2583 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2584
2585 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
2586 (ffap-bindings): Doc fix, to reflect the above change.
2587
2588 2000-12-27 Kenichi Handa <handa@etl.go.jp>
2589
2590 * term.el (term-char-mode): Define all non-ascii self-inserting
2591 characters to 'term-send-raw in term-raw-map.
2592
2593 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
2594
2595 * viper-init (viper-restore-cursor-type): Added condition-case guard.
2596
2597 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
2598 Changed initialization; use add-hook.
2599 (ediff-file-remote-p): Use file-local-copy.
2600
2601 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
2602
2603 * ediff.el (ediff-patch-buffer): Bug fix.
2604 (ediff-revision): Allow selection of the file at the prompt.
2605
2606 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
2607
2608 * subr.el (combine-run-hooks): Remove.
2609
2610 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
2611 and remove the rogue second spec.
2612
2613 2000-12-23 Gerd Moellmann <gerd@gnu.org>
2614
2615 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
2616
2617 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
2618
2619 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
2620 Use minibuffer menu prompt for the `=' prefix.
2621 (smerge-command-prefix): Change default to C-^.
2622 (smerge-mode): Don't assume font-lock doesn't move point.
2623
2624 * skeleton.el (skeleton-internal-1): Make sure the first line of
2625 the region is also re-indented.
2626 (skeleton-end-newline): New var.
2627 (skeleton-end-hook): Use it.
2628
2629 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2630
2631 * comint.el (comint-password-prompt-regexp): Support CVS.
2632
2633 2000-12-22 Gerd Moellmann <gerd@gnu.org>
2634
2635 * simple.el (delete-key-deletes-forward-mode): Simplify.
2636 Also backspace key combinations, depending on
2637 delete-key-deletes-forward.
2638
2639 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
2640
2641 * simple.el (delete-key-deletes-forward): Doc fix.
2642
2643 2000-08-22 Emmanuel Briot <briot@gnat.com>
2644
2645 * xml.el (top level comment): Updated to reflect the fact that
2646 white spaces are relevant in the XML file.
2647 (xml-parse-file): Do not kill an existing Emacs buffer if the file
2648 to parse was already edited. This allows for on-the-fly analysis
2649 of XML files.
2650 (xml-parse-tag): Check that the casing is the same in the start
2651 tag and end tag, since XML is case-sensitive. Allows for spaces
2652 in the end tag, after the name of the tag.
2653 (xml-parse-attlist): Allow for the character '-' in the name of
2654 attributes, as in the standard http-equiv attribute Do not save
2655 the properties in the XML tree, since they are not relevant.
2656
2657 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * generic.el (generic-read-type): Undo last change, inline into
2660 `generic-mode' and then remove.
2661 (generic-mode): Inline generic-read-type.
2662 (define-generic-mode): Push the symbol name rather than the symbol
2663 onto generic-mode-list.
2664
2665 2000-12-21 Gerd Moellmann <gerd@gnu.org>
2666
2667 * generic.el (generic-read-type): Build an alist for
2668 completing-read as in 20.7.
2669
2670 * play/landmark.el (lm): Use interactive spec `P'.
2671 (toplevel): Don't set debug-on-error.
2672
2673 * server.el (server-switch-buffer): Choose a window on a visible frame.
2674
2675 2000-12-21 Dave Pearson <davep@davep.org>
2676
2677 * quickurl.el: Commentry change, I've moved my web site.
2678
2679 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2680
2681 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2682 ranges like \177-\237, but accepts the character sequence from \177 to
2683 \237. Doc fix.
2684 (ebnf-version): New version (3.4).
2685 (ebnf-setup): Code fix.
2686 (ebnf-range-regexp): New fun.
2687 (ebnf-8-bit-chars): Const fix.
2688
2689 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2690 entry. Doc fix.
2691 (ebnf-bnf-lex): Code fix.
2692 (ebnf-bnf-comment-chars): Const fix.
2693
2694 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2695 entry. Doc fix.
2696 (ebnf-iso-comment-chars): Const fix.
2697
2698 * ebnf-otz.el: Doc fix.
2699
2700 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2701 entry. Doc fix.
2702 (ebnf-yac-skip-code): Code fix.
2703 (ebnf-yac-comment-chars): Const fix.
2704
2705 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * files.el (insert-directory-safely): New function.
2708 (recover-file): Use it instead of insert-directory.
2709 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
2710
2711 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2712
2713 * international/mule-cmds.el (select-safe-coding-system):
2714 Check coding-category-list more rigidly. Improve help message.
2715
2716 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2717
2718 2000-12-21 Miles Bader <miles@gnu.org>
2719
2720 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
2721
2722 2000-12-21 Kenichi Handa <handa@etl.go.jp>
2723
2724 * international/mule-diag.el (describe-char-after): Make *Help*
2725 buffer inherit multibyteness of the current buffer.
2726
2727 * international/mule.el (make-char): Docstring adjusted for the
2728 change of make-char-internal.
2729
2730 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2731
2732 * international/iso-cvt.el: Docstrings fix.
2733
2734 2000-12-20 Dave Love <fx@gnu.org>
2735
2736 * subr.el (eval-after-load): Doc fix.
2737
2738 2000-12-20 Kenichi Handa <handa@etl.go.jp>
2739
2740 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2741 for numbers.
2742
2743 2000-12-20 Miles Bader <miles@gnu.org>
2744
2745 * international/quail.el (quail-help): Resize the help window
2746 again after it has all its contents. Remove unneeded progn.
2747
2748 2000-12-19 Gerd Moellmann <gerd@gnu.org>
2749
2750 * pcmpl-linux.el: Fix copy/paste error.
2751
2752 2000-12-19 Andrew Innes <andrewi@gnu.org>
2753
2754 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
2755
2756 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2757
2758 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2759
2760 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2761
2762 * progmodes/idlw-shell.el: Fixed copyright notice.
2763
2764 * progmodes/idlwave.el: Fixed copyright notice.
2765
2766 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
2767 TAB as key separators.
2768
2769 2000-12-19 Alex Schroeder <alex@gnu.org>
2770
2771 * sql.el (sql-sybase-options): New option.
2772 (sql-sybase): Use it. Add sql-database to the list of parameters
2773 provided for login. The options -w 2048 -n are not used any more.
2774 (sql-postgres-options): Changed default from "--pset" to "-P".
2775 (sql-mysql-options): Doc change.
2776 (sql-stop): Doc change.
2777
2778 2000-12-19 Kenichi Handa <handa@etl.go.jp>
2779
2780 * international/quail.el (quail-input-method): Always hide
2781 the guidance buffer on exiting.
2782
2783 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2784
2785 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2786 isn't fboundp.
2787
2788 * server.el (server-buffer-done): Bury the buffer before
2789 killing it.
2790
2791 * faces.el (face-spec-set): Interpret a nil in specs for
2792 foreground and background colors as `unspecified', for
2793 compatibility with 20.x.
2794
2795 2000-12-18 Dave Love <fx@gnu.org>
2796
2797 * simple.el (mail-user-agent): Doc fix.
2798 (input-mode-8-bit): Removed.
2799
2800 * international/mule.el (set-keyboard-coding-system): Doc fix.
2801 (keyboard-coding-system): New option.
2802
2803 * mail/sendmail.el (send-mail-function): Customize.
2804
2805 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2806
2807 * international/codepage.el (cp866-decode-table): New table.
2808
2809 2000-12-18 Gerd Moellmann <gerd@gnu.org>
2810
2811 * version.el (emacs-version): Remove `%a' from the time format
2812 because the weekday doesn't fit well into each locale.
2813
2814 2000-12-18 Miles Bader <miles@gnu.org>
2815
2816 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2817
2818 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
2819 Check that emacs-major-version is `=' to 20, not `>='.
2820 (artist-replace-chars): Use `make-string' instead of a loop.
2821
2822 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2823
2824 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2825 (cvs-execute-single-file): Don't change directory.
2826 Patch from Per Cederqvist.
2827
2828 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2829
2830 * textmodes/ispell.el (check-ispell-version):
2831 If `ispell-program-name' is "aspell", pass it the -v switch instead
2832 of -vv.
2833
2834 2000-12-16 Kenichi Handa <handa@etl.go.jp>
2835
2836 * international/mule-diag.el (mule-diag): Insert information about
2837 configure options, multibyte awareness, language env.
2838
2839 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2840 regexp to search for candidates.
2841
2842 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2843
2844 * info.el (Info-forward-node): If the node has an
2845 Info-header-line, widen the buffer before searching for "next:"
2846 and "up:" pointers, and set the search limit to stay in the
2847 current node.
2848
2849 2000-12-16 Miles Bader <miles@gnu.org>
2850
2851 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2852
2853 2000-12-15 Miles Bader <miles@gnu.org>
2854
2855 * comint.el (comint-send-string, comint-send-region): Also accept
2856 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2857 process-send-string/region.
2858
2859 2000-12-15 Gerd Moellmann <gerd@gnu.org>
2860
2861 * isearch.el (isearch-lazy-highlight-max): New user-option.
2862 (isearch-lazy-highlight-update): Don't highlight more than
2863 isearch-lazy-highlight-max matches.
2864
2865 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2866
2867 2000-12-15 Richard M. Stallman <rms@gnu.org>
2868
2869 * sort.el (sort-columns): Fix error message.
2870
2871 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2872 `upcase' or `downcase' or nil.
2873 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2874 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2875 (dabbrev--substitute-expansion): New arg record-case-pattern.
2876 If it is non-nil, set dabbrev--last-case-pattern.
2877 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2878
2879 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2880
2881 2000-12-15 Miles Bader <miles@gnu.org>
2882
2883 * paths.el (Info-default-directory-list): Don't delete
2884 configure-info-directory from the list of standard info
2885 directories when appending it to the end -- their order is important.
2886
2887 * faces.el (read-face-attribute): If there's no entry for the
2888 user's input in VALID, just use it as-is (this will often result
2889 in an error, but it may be OK for e.g. colors using hexadecimal
2890 notation, and at least will yield a better error message).
2891
2892 * window.el (mode-line-window-height-fudge): Function removed.
2893 (height-affecting-face-attributes, mode-line-window-height-fudge):
2894 Variables removed.
2895 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2896 window is really the right size. Use vertical-motion
2897 rather than forward-line.
2898 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2899 (ispell-command-loop, ispell-show-choices): Use the variable
2900 ispell-choices-win-default-height, rather than the function.
2901 (ispell-choices-win-default-height): Function removed.
2902 (ispell-mode-line-window-height-fudge): Function removed.
2903
2904 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2905
2906 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2907
2908 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2909
2910 * paths.el (Info-default-directory-list):
2911 If configure-info-directory is not one of the standard directories,
2912 put it first in the list; otherwise put it last. Doc string
2913 changed accordingly.
2914
2915 * info.el (Info-directory-list): Change doc string to reflect the
2916 change in Info-default-directory-list.
2917
2918 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2919 windows-nt as windowed environments, even under -nw.
2920
2921 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2922 if not fboundp. Switch delete-forward mode for the <delete> key
2923 on all PC platforms, even under -nw.
2924
2925 * term/internal.el ([M-delete]): Remap to M-d.
2926
2927 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2928
2929 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2930
2931 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2932
2933 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2934
2935 2000-12-14 Gerd Moellmann <gerd@gnu.org>
2936
2937 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2938 if appropriate.
2939
2940 * simple.el (delete-key-deletes-forward): New user-option.
2941 (delete-key-deletes-forward-mode): New function.
2942
2943 * bindings.el: Bind `delete' to backward-delete-char.
2944
2945 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
2946 Test if symbol is bound before getting its value.
2947
2948 * tooltip.el (tooltip-show): If an error is signaled in
2949 x-show-tip, display that error, and display the help in the
2950 echo area.
2951
2952 2000-12-14 Kenichi Handa <handa@etl.go.jp>
2953
2954 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
2955 Show "... entries" messages for every 10000 entries, not 10.
2956
2957 2000-12-13 Karl Fogel <kfogel@red-bean.com>
2958
2959 * bookmark.el: Provide a generic exit hook, as suggested by
2960 Ovidiu Predescu <ovidiu@cup.hp.com>:
2961 (bookmark-exit-hook): New var.
2962 (bookmark-exit-hook-internal): New func, replaces
2963 old raw lambda form in `kill-emacs-hook', and runs new
2964 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2965 as logically that feature must have been provided if this function
2966 is running.
2967 Removed ;;;###autoload before the `add-hook' call.
2968
2969 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2970
2971 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2972 (easy-menu-current-active-maps): New function.
2973 (easy-menu-get-map): Use it.
2974 Make a proper menu entry when creating a new keymap.
2975
2976 2000-12-13 Kenichi Handa <handa@etl.go.jp>
2977
2978 * international/characters.el: Fix cases and syntaxes for
2979 mule-unicode-0100-24ff.
2980
2981 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2982 that a Japanese character is not appended after day and year.
2983
2984 * info.el (Info-suffix-list): Change format for a command that
2985 requires arguments.
2986 (info-insert-file-contents): Adjusted for the above change.
2987
2988 2000-12-12 Andreas Schwab <schwab@suse.de>
2989
2990 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2991 on the name of the tar buffer. Verify that the existing buffer is
2992 visiting the same subfile.
2993
2994 2000-12-12 Dave Love <fx@gnu.org>
2995
2996 * subdirs.el: Add obsolete.
2997
2998 2000-12-12 Gerd Moellmann <gerd@gnu.org>
2999
3000 * mail/rmailsum.el (rmail-summary-expunge)
3001 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
3002 instead of rmail-confirm-expunge.
3003
3004 * replace.el (perform-replace): Don't use an empty match adjacent
3005 to a non-empty match when computing the next match before the
3006 replacement is performed.
3007
3008 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
3009
3010 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
3011 definition (patch by Stefan Monnier).
3012 (glasses-mode): Use jit-lock instead of `after-change-functions'
3013 (patch by Stefan Monnier).
3014
3015 2000-12-12 Miles Bader <miles@gnu.org>
3016
3017 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
3018 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
3019
3020 2000-12-12 Andrew Choi <akochoi@i-cable.com>
3021
3022 * term/mac-win.el: Remove load for ls-lisp.
3023
3024 * loadup.el: Load ls-lisp for system-type `macos'.
3025
3026 2000-12-12 Miles Bader <miles@gnu.org>
3027
3028 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
3029 Respect field end too.
3030 (just-one-space): Respect fields as `delete-horizontal-space'.
3031 (newline-and-indent, reindent-then-newline-and-indent):
3032 Use `delete-horizontal-space'.
3033
3034 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
3035
3036 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
3037 (so as to obey the field property in the minibuffer).
3038
3039 * obsolete/c-mode.el: Moved from lisp/progmodes.
3040 * obsolete/auto-show.el: Moved from lisp.
3041 * obsolete/ooutline.el: Moved from lisp/textmodes.
3042
3043 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
3044
3045 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
3046 changes to list them here.
3047
3048 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
3049 Too many changes to list them here.
3050
3051 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
3052 Too many changes to list them here.
3053
3054 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
3055
3056 2000-12-11 Gerd Moellmann <gerd@gnu.org>
3057
3058 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
3059
3060 * cus-edit.el (custom-save-variables, custom-save-faces):
3061 Comment fix.
3062
3063 * hscroll.el: Moved to `obsolete' subdir.
3064
3065 2000-12-11 Miles Bader <miles@gnu.org>
3066
3067 * window.el (window-text-height): Function removed (now in C).
3068
3069 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * log-edit.el (log-edit-parent-buffer): New var.
3072 (log-edit): Set it. Add BUFFER argument.
3073 (log-edit-done): Use char-before.
3074 Don't bother checking validity of vc-comment-ring.
3075 Only bury the buffer if log-edit popped it up.
3076
3077 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
3078 (cvs-mode-diff-help): Remove.
3079 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
3080 (cvs-mode-marked): Set up the default for CMD manually.
3081
3082 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
3083 Remove binding for ? now made unnecessary.
3084
3085 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
3086
3087 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
3088 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
3089
3090 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
3091 when master file is not open.
3092
3093 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
3094
3095 * progmodes/ada-stmt.el: Update `maintainer'.
3096
3097 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
3098
3099 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
3100 choices to match documentation string.
3101
3102 2000-12-09 Miles Bader <miles@gnu.org>
3103
3104 * minibuf-eldef.el: New file.
3105
3106 * window.el (fit-window-to-buffer): Don't pass last argument to
3107 pos-visible-in-window-p, now that its meaning is inverted.
3108
3109 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
3110
3111 * image.el (create-image): Doc fix; spotted by Per Cederqvist
3112 <ceder@lysator.liu.se>.
3113
3114 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
3115
3116 * autoinsert.el (auto-insert-alist): Add missing final \n.
3117
3118 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
3119 (cvs-menu-map): Remove.
3120 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
3121 (cvs-mode-quit): Turn it back into a plain function.
3122
3123 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
3124 (texinfo-filter): Remove (move to texinfo.el).
3125
3126 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
3127 file where it's more visible.
3128 (texinfo-filter, texinfo-chapter-level-regexp): New variables
3129 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
3130 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
3131 (texinfo-inside-macro-p): Only catch `scan-error's.
3132 (texinfo-inside-env-p): Make better use of the match info.
3133 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
3134 (texinfo-insert-@end): Slight re-organization.
3135 Also remove useless `looking-at' call.
3136
3137 2000-12-08 Andrew Innes <andrewi@gnu.org>
3138
3139 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
3140 accessible in -nw mode.
3141
3142 * term/w32-win.el: Remove stuff about selection timeout, which is
3143 irrelevant on Windows. Move clipboard support to w32-fns.el, so
3144 it is accessible in -nw mode.
3145
3146 2000-12-08 Dave Love <fx@gnu.org>
3147
3148 * emacs-lisp/lisp-mode.el (lisp-mode):
3149 Set font-lock-keywords-case-fold-search.
3150
3151 2000-12-08 Gerd Moellmann <gerd@gnu.org>
3152
3153 * textmodes/ispell.el (ispell): Doc fix.
3154
3155 2000-12-08 Kenichi Handa <handa@etl.go.jp>
3156
3157 * international/quail.el (quail-insert-decode-map): Check the
3158 frame width of a window displaying the current buffer, not that of
3159 the selected frame.
3160 (quail-help): Make sure that the help buffer has window before
3161 inserting text in it.
3162
3163 2000-12-07 Sam Steingold <sds@gnu.org>
3164
3165 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
3166 Backquote is used in isearch.el, so autoloading saves nothing.
3167
3168 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * startup.el (normal-top-level-add-subdirs-to-load-path):
3171 Ignore the CVS and RCS subdirectories case-insensitively.
3172
3173 * dired.el (dired-insert-directory): If file-system-info is
3174 fboundp, call it instead of invoking dired-free-space-program.
3175
3176 2000-12-07 Gerd Moellmann <gerd@gnu.org>
3177
3178 * server.el (server-visit-files): Push files on file-name-history.
3179
3180 * progmodes/cc-langs.el: Update copyright.
3181
3182 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
3183
3184 * bindings.el (mode-line-mode-menu): Add glasses-mode.
3185
3186 * bindings.el (mode-line-mode-menu): Reverse the order
3187 of define-keys so that the menu appears in alphabetical order.
3188
3189 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
3190
3191 * progmodes/glasses.el (glasses-mode): Update mode line at the end
3192 of the function.
3193
3194 2000-12-07 Dave Love <fx@gnu.org>
3195
3196 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
3197
3198 * facemenu.el (facemenu-unlisted-faces): Fix value.
3199
3200 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * font-lock.el (font-lock-default-fontify-region):
3203 Include the terminating \n (off-by-one error).
3204 (font-lock-set-defaults): Use dolist.
3205
3206 * derived.el (define-derived-mode): Don't use combine-run-hooks.
3207
3208 2000-12-07 Kenichi Handa <handa@etl.go.jp>
3209
3210 * international/mule-cmds.el (describe-language-environment):
3211 Fix for the case that an input method title is not string but a list.
3212
3213 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
3214 of wrong SIZE record.
3215
3216 2000-12-06 Dave Love <fx@gnu.org>
3217
3218 * newcomment.el (comment-region, comment-dwim): Doc fix.
3219
3220 * textmodes/texinfo.el: Require tex-mode when compiling.
3221 (texinfo-update-node): Doc fix.
3222 (texinfo-imenu-generic-expression): Add @anchor.
3223 (texinfo-font-lock-keywords): Add @uref.
3224 (texinfo-inside-macro-p): Don't use ignore-errors.
3225 (texinfo-insert-quote): Match more contexts.
3226
3227 * international/mule.el (decode-char, encode-char): Doc fix.
3228 (auto-coding-alist): Customize.
3229
3230 * files.el (load-file): Fix change of 2000-03-12.
3231
3232 * wid-edit.el (widget-text-keymap): Doc fix.
3233
3234 2000-12-06 Andrew Innes <andrewi@gnu.org>
3235
3236 * makefile.w32-in (lisp): Set to an absolute directory, namely
3237 $(CURDIR).
3238
3239 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3240
3241 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
3242 read generated-autoload-file, and set buffer-file-coding-system to
3243 raw-text-unix after reading the file.
3244
3245 * international/mule-conf.el (file-coding-system-alist):
3246 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
3247
3248 2000-12-06 Gerd Moellmann <gerd@gnu.org>
3249
3250 * replace.el (occur): Make line-number-width 1 smaller for the
3251 colon following the line number.
3252
3253 * startup.el (fancy-splash-text, command-line-1):
3254 Use `File' for the menu name instead of `Files'.
3255
3256 * tmm.el: Update copyright.
3257
3258 * cus-start.el: Add entry for even-window-heights.
3259
3260 2000-12-06 Miles Bader <miles@gnu.org>
3261
3262 * faces.el (frame-set-background-mode): Avoid stomping on
3263 locally modified faces.
3264
3265 2000-12-06 Kenichi Handa <handa@etl.go.jp>
3266
3267 * international/fontset.el: Correct the font registries for
3268 japanese-jisx0213-1 and japanese-jisx0213-2.
3269
3270 2000-12-05 Gerd Moellmann <gerd@gnu.org>
3271
3272 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
3273
3274 * iswitchb.el: Update customization commentary.
3275
3276 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
3277
3278 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
3279 (tpu-search-highlight): Fixed comparison of overlay end positions.
3280 (tpu-trim-line-ends): Implemented trimming logic locally.
3281
3282 * emulation/tpu-extras.el (tpu-write-file-hook)
3283 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
3284
3285 2000-12-05 Kenichi Handa <handa@etl.go.jp>
3286
3287 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
3288 to cn-gb.
3289 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
3290
3291 2000-12-04 Dave Love <fx@gnu.org>
3292
3293 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
3294
3295 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3296
3297 * mail/rmailsum.el (rmail-summary-expunge)
3298 (rmail-summary-expunge-and-save): Ask for confirmation with
3299 rmail-expunge-confirmed.
3300
3301 * mail/rmail.el (rmail-expunge-confirmed): New function.
3302 (rmail-expunge): Use it.
3303
3304 2000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3305
3306 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
3307 (etags-recognize-tags-table, find-tag-in-order):
3308 New functionality: interpret file names as tags.
3309
3310 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
3311
3312 * info.el (Info-scroll-prefer-subnodes): New defcustom.
3313 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
3314 the first subnode until the bottom of the current node is visible.
3315
3316 2000-12-04 Gerd Moellmann <gerd@gnu.org>
3317
3318 * format.el (format-decode): Don't change buffer's undo list.
3319
3320 2000-12-04 Kenichi Handa <handa@etl.go.jp>
3321
3322 * faces.el (face-font-registry-alternatives): Add entries for CJK
3323 fonts. Doc-string adjusted for the actual usage of this data.
3324
3325 * international/fontset.el: Change the font registries for CJK
3326 fonts in the default fontset. Don't append '*' to registries.
3327
3328 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
3329
3330 * emacs-lisp/easy-mmode.el (define-derived-mode)
3331 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
3332
3333 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
3334 (derived-mode-p): New function.
3335 (derived-mode-make-docstring): Add `docstring' argument.
3336 Use it if available and complete it if necessary.
3337
3338 2000-12-03 Andreas Schwab <schwab@suse.de>
3339
3340 * type-break.el (type-break): Don't make parent of itself.
3341
3342 2000-12-03 Miles Bader <miles@gnu.org>
3343
3344 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
3345
3346 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
3347
3348 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
3349 (tex-main-file, tex-file): Simplify.
3350 (tex-generate-zap-file-name): Use subst-char-in-string.
3351 (tex-strip-dots): Remove.
3352
3353 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
3354
3355 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
3356 to check if the match succeeded.
3357
3358 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3359
3360 * startup.el (use-fancy-splash-screens-p): New function.
3361 (command-line-1): Use it to determine whether or not to use
3362 a fancy splash screen.
3363
3364 2000-12-02 Andreas Schwab <schwab@suse.de>
3365
3366 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
3367
3368 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3369
3370 * international/mule.el (make-char): Fix last change.
3371
3372 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
3373 New defcustoms.
3374 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
3375 autoloading tex-mode; instead, do the same manually.
3376 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
3377 with numeric argument. Docstring fix.
3378 (toplevel): Require cl when compiling.
3379
3380 * international/mule.el (make-char): Doc fix.
3381
3382 2000-12-02 Jason Rumney <jasonr@gnu.org>
3383
3384 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
3385 the Emacs Lisp manual)
3386
3387 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3388
3389 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3390
3391 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
3392 the Emacs Lisp manual).
3393
3394 2000-12-02 Gerd Moellmann <gerd@gnu.org>
3395
3396 * simple.el (next-line-add-newlines): Change default to nil.
3397
3398 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
3399
3400 * files.el (revert-buffer, recover-file):
3401 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
3402
3403 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3404
3405 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3406
3407 2000-12-01 Miles Bader <miles@gnu.org>
3408
3409 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
3410
3411 2000-12-01 Kenichi Handa <handa@etl.go.jp>
3412
3413 * international/mule-diag.el (describe-char-after): Fix typo.
3414 (describe-character-set, non-iso-charset-alist): Fix typo.
3415
3416 2000-12-01 Miles Bader <miles@gnu.org>
3417
3418 * image-file.el (image-file-name-regexp): Automatically add
3419 upper-case variants of each filename extension in
3420 `image-file-name-extensions', since they seem to be common.
3421
3422 * simple.el (minibuffer-contents)
3423 (minibuffer-contents-no-properties, delete-minibuffer-contents):
3424 New functions.
3425 * filecache.el (file-cache-directory-name)
3426 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
3427
3428 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
3429
3430 * filecache.el (file-cache-minibuffer-complete): Don't try to
3431 delete the minibuffer prompt.
3432
3433 2000-11-30 Dave Love <fx@gnu.org>
3434
3435 * cus-start.el: Fix read-buffer-function type.
3436
3437 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3438
3439 * md5.el: Removed. There's a built-in function, now.
3440
3441 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
3442
3443 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
3444 as dummy 0-th char of rmail-deleted-vector.
3445
3446 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
3447
3448 * ps-print.el (ps-end-job): Bind case-fold-search only after
3449 switching to ps-spool-buffer.
3450
3451 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3452
3453 * ps-print.el: Line number font customization. PostScript: Lines and
3454 PageCount are initialized on each page. Doc Fix.
3455 (ps-print-version): New version number (6.3.2).
3456 (ps-lpr-switches, ps-font-info-database, ps-font-size)
3457 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
3458 (ps-right-header): Customization fix.
3459 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
3460 Fix code.
3461 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
3462 New vars.
3463
3464 2000-11-30 Gerd Moellmann <gerd@gnu.org>
3465
3466 * bs.el: Fix typos and spelling errors.
3467 (bs-appearance) <defgroup>: Renamed from bs-appearence.
3468 (bs-configuration): Doc fix.
3469
3470 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
3471
3472 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
3473
3474 * emulation/tpu-edt.el (tpu-version): New version.
3475 (tpu-search-overlay, tpu-replace-overlay): New initial range.
3476 (tpu-original-mode-line): Variable deleted.
3477 (tpu-mark-flag): New initial value.
3478 (tpu-set-mode-line): Don't redefine mode-line-format.
3479 Add tpu-mark-flag to minor-mode-alist.
3480 (tpu-update-mode-line): New mark flag logic.
3481 (tpu-get): Use find-file-wildcards.
3482 (tpu-search-highlight): Move overlay less, reset overlay properly.
3483 (tpu-unselect): Deactivate mark.
3484 (tpu-lm-replace): Reset overlay properly.
3485 (tpu-forward-line): Use forward-visible-line.
3486 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
3487
3488 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
3489
3490 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3491
3492 * cus-edit.el (custom-face-value-create): Always emphasize tag.
3493
3494 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3495
3496 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
3497 and skip whitespace and newlines.
3498
3499 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
3500
3501 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
3502
3503 2000-11-29 Gerd Moellmann <gerd@gnu.org>
3504
3505 * help.el (describe-function-1): Regexp-quote function name
3506 when used as part of a regexp.
3507
3508 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
3509 Use face-attribute instead of face-foreground and face-background.
3510 (tool-bar-add-item): Likewise, and handle unspecified colors.
3511
3512 * enriched.el (enriched-face-ans): Use face-attribute instead
3513 of face-foreground and face-background.
3514
3515 * faces.el (face-foreground, face-background, face-stipple):
3516 Return nil if attribute is unspecified, for backward compatibility.
3517
3518 * files.el (auto-mode-alist): Add an entry for antlr-mode.
3519
3520 * play/5x5.el: Remove version info.
3521
3522 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
3523
3524 * frame.el (blink-cursor-mode): Doc fix.
3525
3526 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3527
3528 * antlr-mode.el: New commands to run ANTLR from within Emacs and
3529 to create Makefile rules.
3530 (antlr-tool-command): New user option.
3531 (antlr-ask-about-save): New user option.
3532 (antlr-makefile-specification): New user option.
3533 (antlr-file-formats-alist): New variable.
3534 (antlr-special-file-formats): New variable.
3535 (antlr-unknown-file-formats): New user option.
3536 (antlr-help-unknown-file-text): New variable.
3537 (antlr-help-rules-intro): New variable.
3538 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
3539 (antlr-mode-menu): Add entries.
3540 (antlr-file-dependencies): New function.
3541 (antlr-directory-dependencies): New function.
3542 (antlr-superclasses-glibs): New function.
3543 (antlr-run-tool): New command.
3544 (antlr-makefile-insert-variable): New function.
3545 (antlr-insert-makefile-rules): New function.
3546 (antlr-show-makefile-rules): New command.
3547
3548 * antlr-mode.el: More Emacs/XEmacs stuff.
3549 (antlr-no-action-keywords): New constant with value nil.
3550 (antlr-font-lock-keywords-alist): Use it. Old value would break
3551 syntax highlighting in Emacs-21.0.
3552 (antlr-default-directory): Emacs/XEmacs dependend function.
3553 (antlr-read-shell-command): Ditto.
3554 (antlr-with-displaying-help-buffer): Ditto.
3555
3556 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3557
3558 * antlr-mode.el: imenu, parsing and highlighting changes.
3559 (antlr-imenu-create-index-function): Don't create extra submenus
3560 for definitions in different grammar classes. It is not necessary
3561 for the menu and would make command `imenu' awkward to use.
3562 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
3563 header actions and more than one.
3564 (antlr-font-lock-tokendef-face): Changed color.
3565 (antlr-font-lock-tokenref-face): Changed color.
3566 (antlr-font-lock-additional-keywords): Also highlight lowercase.
3567 (antlr-mode-syntax-table): New variable.
3568 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
3569 (antlr-with-syntax-table): Don't copy syntax table.
3570
3571 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3572
3573 * antlr-mode.el: Minor changes: language setting.
3574 (antlr-language-alist): The value for file option "language" can
3575 be both an identifier and a string.
3576 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
3577 (antlr-language-limit-n-regexp): Change accordingly.
3578
3579 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
3580
3581 * antlr-mode.el: Minor changes: tabs, hiding.
3582 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
3583 (antlr-action-visibility): Also allow value nil to also hide the
3584 braces. Renamed from `antlr-tiny-action-length'.
3585 Suggested by Jay@aol.com.
3586 (antlr-hide-actions): Change accordingly. Hide line if completely
3587 hidden action is on a line of its own.
3588
3589 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3590
3591 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
3592
3593 * sort.el (sort-columns): Don't concat strings with numbers.
3594
3595 2000-11-29 Dave Love <fx@gnu.org>
3596
3597 * cus-edit.el (face): Fix :format.
3598
3599 * mail/feedmail.el: Require smtpmail when compiling.
3600 (mail-do-fcc): Autoload.
3601 (feedmail) <defgroup>: Fix :link.
3602 (feedmail-nuke-body-in-fcc): Fix :type.
3603 (feedmail-send-it): Add autoload cookie.
3604
3605 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
3606
3607 * newcomment.el (comment-indent): Save excursion around call to
3608 comment-indent-function.
3609
3610 2000-11-29 Miles Bader <miles@gnu.org>
3611
3612 * subr.el (member-ignore-case): Return the tail of the list who's
3613 car matches, like `member', not the matching element itself.
3614
3615 2000-11-29 Kenichi Handa <handa@etl.go.jp>
3616
3617 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
3618 should not contain `\n'.
3619
3620 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3621
3622 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
3623
3624 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
3625
3626 * dired-aux.el (dired-do-create-files): Construct default file
3627 name for dired-mark-read-file-name so that when the user enters
3628 just RET, the target file will end up in the target directory.
3629
3630 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
3631 local-abbrev-table before changing buffers because it might
3632 have a buffer-local binding.
3633
3634 2000-11-28 Miles Bader <miles@gnu.org>
3635
3636 * simple.el (delete-horizontal-space): Handle fields more generally.
3637
3638 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3639
3640 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
3641
3642 2000-11-28 Dave Love <fx@gnu.org>
3643
3644 * progmodes/ps-mode.el (ps-mode): Set comment-start and
3645 comment-start-skip locally.
3646
3647 * progmodes/fortran.el (fortran-mode): Don't set
3648 fortran-comment-line-start-skip. Set comment-start to
3649 fortran-comment-line-start.
3650 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
3651 (fortran-comment-line-start-skip): Simplify slightly.
3652
3653 2000-11-28 Gerd Moellmann <gerd@gnu.org>
3654
3655 * play/5x5.el: Remove RCS keyword.
3656
3657 * bs.el: Mistaken commit, undone 2000-11-30.
3658
3659 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
3660
3661 * textmodes/tildify.el (tildify-string-alist):
3662 Add `plain-tex-mode' here.
3663
3664 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3665
3666 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3667 reference.
3668
3669 2000-11-28 Miles Bader <miles@gnu.org>
3670
3671 * cus-face.el (custom-face-attributes): Add post-filter function
3672 for :box. Make pre-filter function for :box handle all cases.
3673
3674 * wid-edit.el (widget-choose): Make sure pop-up window is large
3675 enough to display all the choices, as there's no way to scroll it.
3676
3677 2000-11-28 Kenichi Handa <handa@etl.go.jp>
3678
3679 * international/mule-conf.el: Make the coding system no-conversion
3680 safe for all characters.
3681
3682 2000-11-27 Dave Love <fx@gnu.org>
3683
3684 * net/ldap.el (ldap) <defgroup>: Add :version.
3685
3686 * tooltip.el (tooltip-use-echo-area): Doc fix.
3687
3688 * cus-start.el <minibuffer-prompt-properties>: Add version.
3689 <read-buffer-function>: Add.
3690
3691 * apropos.el (apropos-print): Add help-echo to active text.
3692
3693 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3694
3695 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3696
3697 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3698 type, group and version.
3699
3700 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3701
3702 * select.el (x-get-selection): Docstring fix.
3703
3704 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
3705
3706 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
3707
3708 2000-11-27 Andrew Innes <andrewi@gnu.org>
3709
3710 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3711
3712 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3713
3714 2000-11-27 Miles Bader <miles@gnu.org>
3715
3716 * dired.el (dired-get-filename): Return filename verbatim if
3717 LOCALP is `verbatim'.
3718 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3719 `verbatim' so that we don't inadvertently delete a non-existant
3720 directory name.
3721
3722 2000-11-27 Kenichi Handa <handa@etl.go.jp>
3723
3724 * international/characters.el: Specify cases and syntaxes for
3725 mule-unicode-0100-24ff.
3726
3727 2000-11-27 Gerd Moellmann <gerd@gnu.org>
3728
3729 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3730 that foreground and/or background colors of the face `tool-bar'
3731 are unspecified.
3732
3733 2000-11-27 Miles Bader <miles@gnu.org>
3734
3735 * wid-edit.el (widget-field-buffer, widget-field-start)
3736 (widget-field-end): Handle widget field `pseudo-overlays'.
3737 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3738 if it's there instead of in `widget-field-list'.
3739
3740 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
3741 (help-make-xrefs): Delete extraneous newlines at the end of the
3742 docstring.
3743
3744 2000-11-25 Jason Rumney <jasonr@gnu.org>
3745
3746 * startup.el (command-line): Call set-locale-environment after
3747 Window System init file is read, as it can result in a call to
3748 redraw-frame.
3749
3750 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3751
3752 * simple.el (shell-command): Mention the effect of the prefix
3753 argument in the doc string.
3754
3755 2000-11-25 Miles Bader <miles@gnu.org>
3756
3757 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3758
3759 * wid-edit.el (widget-field-value-delete): Don't try to delete
3760 overlay when it's the `pseudo-overlay' that exists at some points.
3761
3762 2000-11-24 Jason Rumney <jasonr@gnu.org>
3763
3764 * international/mule-cmds.el (locale-language-names): Add "jp" as
3765 a non-standard alternative for Japanese.
3766
3767 2000-11-24 Andre Spiegel <spiegel@gnu.org>
3768
3769 * vc-hooks.el: Require 'cl during compilation.
3770
3771 2000-11-24 Gerd Moellmann <gerd@gnu.org>
3772
3773 * faces.el (face-set-after-frame-default): Let face attributes
3774 specified for new frames override frame parameters.
3775
3776 * startup.el (command-line): Fix computation of the source file
3777 for user-init-file when user-init-file is a compiled file.
3778
3779 2000-11-24 Miles Bader <miles@gnu.org>
3780
3781 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
3782 (custom-post-filter-face-spec): New functions.
3783 (custom-face-set, custom-face-value-create): Filter the face spec
3784 before and after customization.
3785 (custom-face-set): If VALUE specifies a null face, pass a
3786 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3787 * cus-face.el (custom-face-attributes): Remove SET and GET
3788 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3789 cases they're needed.
3790
3791 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3792 that it's distinguishable from the :off-glyph on dark-background
3793 displays. Set its background color too.
3794
3795 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3796 so that people can easily turn it off.
3797
3798 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
3799
3800 * ediff-diff.el: Moved variables around to have it compile under NT.
3801
3802 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
3803
3804 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
3805
3806 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
3807 redundant skip-small-frames test.
3808
3809 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
3810 (viper-downgrade-to-insert): Protect against errors in hooks.
3811
3812 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3813 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3814 (viper-restore-cursor-type,viper-set-insert-cursor-type):
3815 New functions.
3816
3817 * viper-util.el (viper-memq-char): Bug fixes.
3818
3819 * viper.el (viper-mode): Fix cursor handling.
3820
3821 2000-11-24 Kenichi Handa <handa@etl.go.jp>
3822
3823 * international/mule-diag.el (list-iso-charset-chars):
3824 For two-byte charset, fix the `while' condition.
3825 (list-non-iso-charset-chars): Fix the `while' condition.
3826
3827 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3828
3829 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3830 if the variable is make-variable-buffer-local.
3831
3832 * progmodes/ada-stmt.el (ada-template-map):
3833 Initialize and bind it to C-c t in ada-mode-map.
3834 (ada-stmt-mode-hook): New function extracted from old code.
3835 Only change the buffer-local side of skeleton-*.
3836 (ada-mode-hook): Use it.
3837
3838 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3839
3840 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3841 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3842 we expect to be returned by minibuffer-depth once we prompt the
3843 user in the minibuffer.
3844 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3845 as recorded in iswitchb-minibuf-depth, return non-nil.
3846
3847 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3848
3849 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3850 (hscroll-window-maybe): Docstring fix.
3851
3852 2000-11-23 Dave Love <fx@gnu.org>
3853
3854 * rect.el (string-rectangle): Don't test delete-selection-mode.
3855
3856 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3857
3858 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3859 is in the tool bar.
3860
3861 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3862 with `no-dir'; we want the directory part to be able to remove it.
3863
3864 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3865
3866 * textmodes/outline.el (outline-flag-region):
3867 Don't bind inhibit-read-only since we don't modify the buffer.
3868 (outline-isearch-open-invisible): Don't jump to overlay-start
3869 since we're trying to unhide text around point.
3870 (outline-discard-overlays): Use dolist.
3871
3872 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3873
3874 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3875
3876 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
3877
3878 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3879
3880 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3881 Fix ARG regexp to skip quoted braces.
3882 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3883 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3884 are (correctly) handled separately).
3885 Remove `caption' and `footnote' from `citations': they contain text.
3886 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3887 (latex-skeleton-end-hook): New function.
3888 (latex-mode): Use it.
3889 (tex-start-tex-marker): Remove.
3890 (tex-send-tex-command): Don't set tex-start-tex-marker.
3891 (tex-error-parse-syntax-table): New var.
3892 (tex-compilation-parse-errors): Use it.
3893 Ignore tex-start-tex-marker. Don't bother with marker-position.
3894 (tex-validate-buffer): Don't bother with marker-position.
3895
3896 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
3897 (flyspell-generic-progmode-verify): Use it.
3898
3899 2000-11-22 Sam Steingold <sds@gnu.org>
3900
3901 * simple.el (delete-trailing-whitespace): New interactive function.
3902
3903 * progmodes/ada-mode.el (ada-mode): Use it instead of
3904 `ada-remove-trailing-spaces'.
3905 (ada-remove-trailing-spaces): Removed.
3906
3907 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
3908
3909 * textmodes/picture.el (picture-clean): Removed.
3910 (picture-mode-exit): Call it instead of `picture-clean'.
3911
3912 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3913
3914 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3915
3916 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3917 jit-lock-fontify-buffer; it should anyway be unneccessary to
3918 do anything special when jit-lock is active.
3919 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3920
3921 2000-11-22 Dave Love <fx@gnu.org>
3922
3923 * calendar/todo-mode.el (todo-top-priorities): Use
3924 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3925
3926 * language/chinese.el, language/cyrillic.el:
3927 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3928 * language/hebrew.el, language/indian.el, language/japanese.el:
3929 * language/korean.el, language/lao.el, language/misc-lang.el:
3930 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3931 Use provide.
3932
3933 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3934 (custom-variable-set): Improve validation error mesage.
3935
3936 * rect.el (string-rectangle): Revert last change.
3937 (string-rectangle-line): New arg DELETE.
3938 (string-rectangle): Check delete-selection-mode.
3939
3940 * emacs-lisp/edebug.el (edebug-version)
3941 (edebug-maintainer-address): Deleted.
3942 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3943 (edebug-read-function): Account for other `'#' read forms.
3944 (edebug-mode-menus): Make some items toggles.
3945 (edebug-outside-unread-command-event, unread-command-event):
3946 Remove these to avoid warnings.
3947
3948 2000-11-22 David Ponce <david@dponce.com>
3949
3950 * recentf.el (recentf-menu-items-for-commands)
3951 (recentf-make-menu-items, recentf-make-menu-item)
3952 (recentf-filter-changer): Added :help and :active menu-item properties.
3953
3954 (recentf-build-dir-rules, recentf-dump-variable)
3955 (recentf-edit-list, recentf-open-files-item)
3956 (recentf-open-files): Replaced unnecessary `mapcar' with new
3957 built-in `mapc'.
3958
3959 2000-11-23 Miles Bader <miles@gnu.org>
3960
3961 * faces.el (menu): Make inverse-video on ttys too.
3962
3963 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3964
3965 * simple.el (comment-line-break-function): Use the new name
3966 indent-new-comment-line -> comment-indent-new-line.
3967 (clone-indirect-buffer): Don't ignore NORECORD.
3968 (next-completion): Properly handle the case where items are adjacent.
3969
3970 * mouse.el (popup-menu): Stupid typo.
3971
3972 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3973
3974 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3975 maintainer, keywords tags.
3976
3977 * rect.el (replace-rectangle): Don't call string-rectangle-line
3978 with too many arguments.
3979
3980 2000-11-22 Andre Spiegel <spiegel@gnu.org>
3981
3982 * ediff-util.el (ediff-file-checked-out-p)
3983 (ediff-file-checked-in-p): Call vc-state instead of
3984 vc-locking-user, which no longer exists.
3985
3986 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3987
3988 2000-11-22 Dave Love <fx@gnu.org>
3989
3990 * md5.el (md5): Provide.
3991 (md5): Fix error call.
3992
3993 2000-11-22 Miles Bader <miles@gnu.org>
3994
3995 * textmodes/refill.el (refill-adjust-ignorable-overlay)
3996 (refill-fill-paragraph-at): Remove debugging code.
3997
3998 * calendar/calendar.el (generate-calendar-window): When we don't
3999 call `fit-window-to-buffer', make sure the top line is fully visible.
4000
4001 * image-file.el (insert-image-file): Don't make `read-only'
4002 property rear-nonsticky.
4003
4004 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
4005 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
4006 stashing away its original value.
4007 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
4008 in the recursive edit.
4009 Bind `isearch-original-minibuffer-message-timeout' to protect it.
4010 (isearch-done): Restore `minibuffer-message-timeout'.
4011
4012 * cus-start.el: Remove entry for `mode-line-inverse-video'.
4013
4014 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
4015
4016 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
4017
4018 * find-lisp.el (find-lisp-find-files-internal):
4019 Use dolist, when and file-name-as-directory.
4020
4021 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
4022 (define-derived-mode, define-minor-mode): Add specs.
4023
4024 * window.el: General comment and spacing fixes.
4025 (save-selected-window): Use backquotes.
4026 (window-safely-shrinkable-p): New function.
4027 (shrink-window-if-larger-than-buffer): Use it.
4028
4029 * subr.el (make-local-hook): Docstring fix.
4030
4031 * shell.el (shell-mode): Use define-derived-mode.
4032
4033 * newcomment.el (comment-indent): Insert comment before calling
4034 comment-indent-function. Don't insert in column 0.
4035 (comment-dwim): Indent before inserting comment.
4036
4037 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
4038 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
4039 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
4040 Use mapc rather than map.
4041
4042 * files.el (find-buffer-visiting): Compare all attributes before
4043 declaring two files identical (rather than just their inode-no).
4044 (auto-mode-alist): Use \' rather than $.
4045
4046 * which-func.el: Update maintainer line.
4047
4048 * pcvs.el (uniquify-buffer-file-name): Remove advice.
4049 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
4050 (uniquify-buffer-file-name): Use it.
4051
4052 2000-11-22 Miles Bader <miles@gnu.org>
4053
4054 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
4055 * simple.el (minibuffer-avoid-prompt): New function.
4056
4057 2000-11-21 Gerd Moellmann <gerd@gnu.org>
4058
4059 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
4060
4061 2000-11-21 Miles Bader <miles@gnu.org>
4062
4063 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
4064 inclusion of `track-mouse'.
4065
4066 * textmodes/refill.el (refill-ignorable-overlay): New variable.
4067 (refill-adjust-ignorable-overlay): New function.
4068 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
4069 only the paragraph's tail if possible.
4070 Update `refill-ignorable-overlay'.
4071 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
4072
4073 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4074 point inside the fill-prefix.
4075
4076 * textmodes/refill.el (refill-post-command-function): Don't reset
4077 refill-doit in the case where a self-insertion command doesn't
4078 case a refill. Use `refill-fill-paragraph-at', getting position
4079 from `refill-doit'.
4080 (refill-after-change-function): Set `refill-doit' to END.
4081 (refill-fill-paragraph-at): New function, mostly from old
4082 refill-fill-paragraph.
4083 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
4084 (refill-pre-command-function): New function.
4085 (refill-mode): Add it to `pre-command-hook'.
4086
4087 2000-11-20 Gerd Moellmann <gerd@gnu.org>
4088
4089 * textmodes/artist.el (artist-mode): Fix autoload cookie.
4090
4091 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
4092 javadoc tags.
4093
4094 2000-11-20 Andre Spiegel <spiegel@gnu.org>
4095
4096 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
4097 vc.el).
4098
4099 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
4100 require vc.
4101
4102 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
4103 checkouts.
4104
4105 2000-11-20 Dave Love <fx@gnu.org>
4106
4107 * Makefile.in (DONTCOMPILE): Omit bindings.el.
4108
4109 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
4110
4111 * calculator.el (calculator-paste): Use `if' instead of `and'
4112 and `or'.
4113 (calculator-help): Don't use electric-describe-mode for XEmacs.
4114
4115 2000-11-19 Gerd Moellmann <gerd@gnu.org>
4116
4117 * info.el (info-menu-5): Doc fix.
4118
4119 * textmodes/artist.el: New file.
4120
4121 2000-11-19 Andre Spiegel <spiegel@gnu.org>
4122
4123 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
4124 and differentiate according to checkout model.
4125 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
4126 since this function is only concerned with master state.
4127
4128 * vc-hooks.el (vc-workfile-unchanged-p)
4129 (vc-default-workfile-unchanged-p): Moved here from vc.el.
4130
4131 * vc.el (vc-workfile-unchanged-p)
4132 (vc-default-workfile-unchanged-p): See above.
4133
4134 2000-11-19 Miles Bader <miles@gnu.org>
4135
4136 * image-file.el (insert-image-file): Make `intangible' and
4137 `read-only' properties rear-nonsticky too.
4138
4139 2000-11-18 Gerd Moellmann <gerd@gnu.org>
4140
4141 * ps-print.el: Update copyright notice.
4142
4143 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
4144 (tooltip-show): Use the offsets.
4145
4146 * bindings.el (mode-line-modified): Fix a typo.
4147 (mode-line-toggle-modified, mode-line-widen)
4148 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
4149
4150 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4151
4152 * ps-print.el (toplevel): Test for find-coding-system being
4153 fboundp before calling ps-x-find-coding-system.
4154
4155 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
4156
4157 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
4158 (vc-version-backup-file): Docstring fix.
4159
4160 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4161
4162 * files.el (basic-save-buffer): Don't add a newline if
4163 find-file-literally is non-nil.
4164 (find-file-literally): Extend doc string.
4165
4166 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
4167 sort(1) with the `-f' argument.
4168
4169 2000-11-16 Andre Spiegel <spiegel@gnu.org>
4170
4171 * vc.el: Updated backend documentation.
4172 (vc-default-check-headers): New function.
4173
4174 * vc-{cvs,rcs,sccs}.el: Functions reordered.
4175
4176 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
4177 up-to-date.
4178 (vc-do-command): In the asynchronous case, output messages only if
4179 the minibuffer is not active.
4180
4181 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
4182 `vc-cvs-use-edit' is on.
4183 (vc-cvs-checkout): When this is used for reverting the workfile,
4184 make a backup of the original contents and revert to that in case
4185 of error.
4186 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
4187 remote repositories.
4188
4189 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
4190 for both version and ratio in the minibuffer.
4191
4192 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
4193 Use vc-do-command to perform the annotation, not call-process.
4194
4195 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4196
4197 * international/quail.el (quail-start-translation): Don't call
4198 `message' before reading key sequence.
4199
4200 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
4201
4202 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
4203
4204 2000-11-16 Kenichi Handa <handa@etl.go.jp>
4205
4206 * window.el (fit-window-to-buffer): Be sure to acquire at least
4207 one text line even if the buffer is empty.
4208
4209 2000-11-16 Gerd Moellmann <gerd@gnu.org>
4210
4211 * net/ange-ftp.el (ange-ftp-file-writable-p)
4212 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
4213 Bind ange-ftp-process-verbose to nil.
4214
4215 2000-11-15 Dave Love <fx@gnu.org>
4216
4217 * wid-edit.el (widget-specify-field, widget-specify-button):
4218 If :help-echo is a function, set help-echo of overlay to
4219 widget-mouse-help.
4220 (widget-mouse-help): New function.
4221 (widget-echo-help): Rewritten for :help-echo functions only taking
4222 a widget arg.
4223
4224 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
4225 Use display-graphic-p.
4226 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
4227 and that JPEG is available.
4228 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
4229
4230 * international/mule-cmds.el (locale-charset-language-names):
4231 Match @euro.
4232
4233 2000-11-15 Gerd Moellmann <gerd@gnu.org>
4234
4235 * faces.el (face-set-after-frame-default):
4236 If `inhibit-default-face-x-resources' is bound, don't intialize the
4237 default face from X resources.
4238
4239 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4240
4241 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
4242 Don't set EMACSLOADPATH.
4243
4244 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
4245
4246 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
4247 texinfo-insert-@url.
4248 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
4249 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
4250
4251 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4252
4253 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
4254 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
4255 (checkdoc-minor-keymap): Backward compatibility.
4256 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
4257 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
4258 (checkdoc-this-string-valid-engine): Be a bit more strict
4259 to avoid matching substrings of `...' quoted vars/funs.
4260 (checkdoc-defun-info): Only look for `interactive' if alone.
4261 (debug-ignored-errors): Add "arg doesn't appear in docstring".
4262
4263 * progmodes/compile.el (grep): `tag-default' can be nil.
4264
4265 * newcomment.el (comment-indent): Paren typo.
4266
4267 2000-11-14 Dave Love <fx@gnu.org>
4268
4269 * calculator.el: New maintainer version.
4270
4271 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
4272
4273 * cmuscheme.el: Doc fixes.
4274 (cmuscheme) <defgroup>: Use `scheme' as parent.
4275 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
4276
4277 * xscheme.el (scheme-program-name): Don't define here.
4278
4279 * progmodes/scheme.el (scheme-program-name): New variable
4280 (originally in cmuscheme).
4281
4282 2000-11-14 Miles Bader <miles@gnu.org>
4283
4284 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
4285 Handle header-lines. Don't loop forever if we can't enlarge the
4286 window anymore. Simplify a bit.
4287
4288 2000-11-14 Kenichi Handa <handa@etl.go.jp>
4289
4290 * window.el (fit-window-to-buffer): Don't check
4291 window-text-height. Assure that the last line is fully visible.
4292
4293 * international/quail.el (quail-show-guidance-buf):
4294 Call fit-window-to-buffer to assure the enough height of the guidance
4295 buffer.
4296 (quail-update-guidance): Avoid making the guidance buffer shorter.
4297
4298 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
4299
4300 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
4301 rather than `prepend' and add an interesting comment.
4302 (tex-math-face, tex-font-lock-syntactic-face-function):
4303 New face and function to use it.
4304 (tex-define-common-keys, tex-mode-map): Use menu-item rather
4305 than `menu-enable' symbol property.
4306 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
4307 (tex-mode): Add some latex-mode commands for auto-selection.
4308 Use tex-font-lock-syntactic-face-function.
4309 (tex-insert-quote): Simplify.
4310 (tex-shell): New mode.
4311 (tex-start-shell): Use it.
4312 (tex-shell-proc, tex-shell-buf): New functions.
4313 (tex-send-command): Use it.
4314 (tex-main-file): Fix the meaning of the new arg REALFILE.
4315 (tex-send-tex-command): New function split from `tex-start-tex'.
4316 Set compilation-last-buffer and compilation-parsing-end.
4317
4318 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4319 when it follows non-comment text on the line.
4320
4321 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4322 Set font-lock-defaults.
4323 (lisp-mode-shared-map): Init inside the defvar.
4324 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
4325 Use define-derived-mode.
4326
4327 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
4328
4329 * faces.el (header-line): Use `:box nil' for color/gs displays too.
4330
4331 2000-11-14 Gerd Moellmann <gerd@gnu.org>
4332
4333 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
4334 Don't recursively optimize body because that can lead to infinite
4335 recursion; see comment there.
4336
4337 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
4338
4339 * faces.el (face-spec-set-match-display): Revert the change from
4340 2000-10-24. Add a FIXME for after v21.1.
4341
4342 2000-11-13 Miles Bader <miles@gnu.org>
4343
4344 * textmodes/fill.el (skip-line-prefix): New function.
4345 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
4346 (fill-paragraph): Don't leave point inside the fill-prefix.
4347 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
4348 point inside the fill-prefix.
4349
4350 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
4351
4352 * calendar/calendar.el (generate-calendar-window):
4353 Use `fit-window-to-buffer'.
4354
4355 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
4356
4357 * gud.el (gud-minor-mode): New var.
4358 (gud-symbol, gud-val): New functions.
4359 (gud-find-file): Copy gud-minor-mode to the new buffer.
4360 (gud-menu-map): Include entries for commands that are not always
4361 available, using :enable to (de)activate them.
4362 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
4363 (gud-mode-map): New map.
4364 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
4365 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
4366 Don't set up gud's menu (it's done by the minor-mode).
4367 (gud-minibuffer-local-map): New.
4368 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
4369 (gud-query-cmdline): New function.
4370 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
4371 (gud-mode): Use define-derived-mode.
4372 Don't set up gud's menu (it's done by the minor-mode).
4373 (gud-chop-words): Remove.
4374 (gud-common-init): Use split-string instead.
4375 (gud-new-keymap, gud-make-debug-menu): Eradicate.
4376
4377 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4378 Add keyword arg :name.
4379
4380 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
4381 (diff-count-matches, diff-split-hunk): New functions.
4382 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
4383
4384 * pcvs-info.el (cvs-fi-conflict-face): New var.
4385
4386 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
4387 Make it into a simple syntax-table, shared among all submodes.
4388 (sh-heredoc-face): Re-introduce.
4389 (sh-font-lock-syntactic-face-function): New function.
4390 (sh-mode): Use it. Also use define-derived-mode.
4391 Remove old bogus setting of indent-region-function.
4392 (sh-set-shell): Don't set the syntax-table any more.
4393 (sh-mode-syntax-table) <defun>: Remove.
4394
4395 2000-11-12 Miles Bader <miles@gnu.org>
4396
4397 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
4398 message if interactive.
4399
4400 2000-11-12 Dave Love <fx@gnu.org>
4401
4402 * mail/feedmail.el: Fix header,
4403 (feedmail) <defgroup>: Add :link.
4404
4405 * view.el: Use local-map property, not keymap on mode-line string.
4406
4407 * scroll-all.el (scroll-all-mode): Customize variable.
4408 Add autoload cookie to function.
4409
4410 * lazy-lock.el: Remove compatibility code.
4411
4412 * finder.el (finder-known-keywords): Add `files', remove `vms'.
4413 (finder-help-echo): New variable.
4414 (finder-mouse-face-on-line): Add help-echo stuff.
4415 (finder-list-keywords, finder-list-matches): Use mapc.
4416
4417 * faces.el (face-font-registry-alternatives): Add :version.
4418
4419 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
4420 tags-table-list.
4421
4422 * net/browse-url.el (browse-url-browser-function): Update :version.
4423
4424 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
4425 (mail-mode): Use [:alnum:] in some regexps.
4426
4427 2000-11-10 Dave Love <fx@gnu.org>
4428
4429 * ediff.el (ediff-regions-internal, ediff-documentation):
4430 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
4431 fundamental mode.
4432
4433 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
4434 buffer into fundamental mode.
4435 (ediff-set-difference): Use copy-sequence if available.
4436
4437 * ediff-ptch.el (ediff-dispatch-file-patching-job):
4438 Check ediff-patch-map non-nil.
4439 (ediff-fixup-patch-map, ediff-fixup-patch-map)
4440 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
4441 buffer into fundamental mode.
4442
4443 * ediff-merg.el (state-or-merge): Defvar when compiling.
4444
4445 2000-11-10 Jason Rumney <jasonr@gnu.org>
4446
4447 * w32-fns.el (w32-add-charset-info): New function.
4448 (w32-charset-info-alist): Use it.
4449
4450 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4451
4452 * faces.el (face-font-registry-alternatives): New user-option.
4453
4454 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
4455
4456 * textmodes/texinfo.el (texinfo-block-default): New var.
4457 (texinfo-insert-block): Use it. Insert a newline if needed.
4458
4459 * textmodes/fill.el (fill-indent-according-to-mode): New var.
4460 (fill-region-as-paragraph): Use it.
4461
4462 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
4463 (latex-mode): Tweak tex-*-(head|trail)er regexps.
4464 Tweak paragraph regexps to allow a leading [ \t]*.
4465 (tex-latex-block): Insert a newline if necessary.
4466 (latex-insert-item): Only insert a newline if necessary.
4467 (tex-guess-main-file): New function.
4468 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
4469 Set tex-main-file if TeX-master is provided.
4470 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
4471
4472 2000-11-10 Gerd Moellmann <gerd@gnu.org>
4473
4474 * startup.el (command-line): Set the default tooltip-mode
4475 to t for graphical displays which implement x-show-tip.
4476
4477 * tooltip.el (tooltip-mode): Add a comment about startup.el
4478 setting the default value of this user-option.
4479
4480 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
4481
4482 * font-lock.el (font-lock-*-face) <defvar>: Move.
4483 (font-lock-defaults-alist): Mark obsolete.
4484 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
4485 (font-lock-mode): Use define-minor-mode.
4486 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
4487 (font-lock-turn-off-thing-lock): Be more explicit.
4488 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
4489 (font-lock-syntactic-face-function): New var.
4490 (font-lock-fontify-syntactically-region): Use it.
4491 (font-lock-doc-face): New.
4492
4493 * pcvs.el (cvs-enabledp): Ignore errors.
4494 (cvs-commit-filelist): Never query.
4495 (cvs-mode-insert): Always add a terminating / in the initial prompt.
4496 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
4497 (cvs-do-removal): Use cvs-partition rather than delete-if.
4498 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
4499 cvs-bury-buffer.
4500
4501 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4502 Allow `next' to jump to after the end of the last match.
4503
4504 2000-11-09 Gerd Moellmann <gerd@gnu.org>
4505
4506 * simple.el (byte-compiling-files-p): New function.
4507
4508 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
4509 if it is there.
4510
4511 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
4512 nil again.
4513
4514 * textmodes/ispell.el (ispell-library-path): Don't call
4515 check-ispell-version when byte-compiling because that starts
4516 an ispell process, and ispell might not be installed.
4517 (toplevel): Don't set up a menu when byte-compiling.
4518
4519 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
4520 it, so that a boundp test can be used to determine if we're
4521 currently byte-compiling.
4522
4523 2000-11-09 Dave Love <fx@gnu.org>
4524
4525 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
4526
4527 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4528
4529 * ps-print.el: Patch for variable initialization when spooling.
4530 Doc fix.
4531 (ps-output-list): Fun eliminated.
4532 (ps-begin-file, ps-begin-job): Code fix.
4533
4534 2000-11-08 Dave Love <fx@gnu.org>
4535
4536 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
4537
4538 2000-11-08 Gerd Moellmann <gerd@gnu.org>
4539
4540 * simple.el (shell-command, display-message-or-buffer)
4541 (shell-command-on-region): Mention resize-mini-windows in the doc
4542 string.
4543 (display-message-or-buffer): Take the value of resize-mini-windows
4544 into account.
4545
4546 2000-11-07 Gerd Moellmann <gerd@gnu.org>
4547
4548 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
4549
4550 * dired.el (dired-between-files): Add `^. find' as an alternative
4551 to the regular expression, for find-dired.
4552
4553 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4554
4555 * textmodes/texnfo-upd.el: Require texinfo.
4556 (defmacro, defgroup): Remove.
4557 (texinfo-section-to-generic-alist): Remove.
4558 Use texinfo-section-list instead (i.e. level is changed string->int).
4559 (texinfo-filter): New function.
4560 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
4561 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
4562 Use it. And use regexp-opt.
4563 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
4564 (texinfo-update-menu-region-beginning)
4565 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
4566 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
4567 (texinfo-update-menu-same-level-regexps): Update.
4568 (texinfo-update-node, texinfo-every-node-update)
4569 (texinfo-sequential-node-update): Remove autoload cookie.
4570
4571 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
4572 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
4573 (texinfo-chapter-level-regexp): Remove.
4574 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
4575
4576 2000-11-06 Dave Love <fx@gnu.org>
4577
4578 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
4579
4580 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4581 Match defun*.
4582
4583 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4584
4585 * composite.el (composition-function-table): Variable declaration
4586 moved to src/composite.c.
4587 (compose-chars-after): New optional arg object.
4588
4589 2000-11-06 Gerd Moellmann <gerd@gnu.org>
4590
4591 * bindings.el (mode-line-toggle-read-only)
4592 (mode-line-toggle-modified, mode-line-widen)
4593 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
4594 (make-mode-line-mouse2-map): Rewritten.
4595 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
4596 functions so that C-h k can show something with a doc string.
4597
4598 * startup.el (fancy-splash-delay): Set to 10 seconds.
4599 (fancy-splash-max-time): New user-option.
4600 (fancy-splash-stop-time): New variable.
4601 (fancy-splash-screens): Set it. Catch `stop-splashing'.
4602 (fancy-splash-screens-1): Throw `stop-splashing' when current
4603 time is greater than fancy-splash-stop-time.
4604
4605 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
4606
4607 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
4608
4609 * pcvs.el (cvs-mode-marked): New arg `noquery'.
4610 Prompt user for a file rather than raising an error.
4611 (cvs-enabledp): Fix call to cvs-mode-marked.
4612 (cvs-insert-file): New function (extracted from cvs-mode-insert).
4613 (cvs-mode-insert): Use it. Change the init prompt' value.
4614 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
4615
4616 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
4617 Don't pass default arg to ewoc-locate.
4618 (ewoc-collect): Return result in the right order.
4619
4620 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
4621
4622 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
4623 (cvs-status-get-tags): Fix regexp.
4624 (cvs-status-trees, cvs-status-cvstrees):
4625 Combine after change hooks and don't sit-for.
4626 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
4627 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
4628 Use make-char rather than hard-coded cryptic data.
4629 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
4630
4631 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
4632
4633 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
4634 (cvs-insert-strings): New function.
4635
4636 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
4637
4638 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
4639 `mwheel-scroll-amount'.
4640 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
4641 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
4642 string-matching against the version string.
4643
4644 2000-11-06 Kenichi Handa <handa@etl.go.jp>
4645
4646 * language/thai.el ("Thai"): Set a lisp form that produces
4647 composed string in `sample-text' language info.
4648
4649 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
4650 composed string in `sample-text' language info.
4651
4652 * international/mule-cmds.el (describe-language-environment):
4653 Eval `sample-text' data and insert the result.
4654
4655 * international/mule-conf.el (compound-text): Define this coding
4656 system here. Make x-ctext and ctext aliases of it.
4657
4658 * language/european.el (compound-text, ctext): Moved to
4659 international/mule-conf.el.
4660
4661 2000-11-05 Andrew Innes <andrewi@gnu.org>
4662
4663 * w32-fns.el (w32-version): New function.
4664
4665 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4666
4667 * progmodes/awk-mode.el: Update copyright.
4668 (awk-mode-abbrev-table): Remove.
4669 (awk-font-lock-keywords): Use regexp-opt.
4670 (awk-mode): Use define-derived-mode.
4671
4672 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4673 when extracting a suffix.
4674
4675 2000-11-04 Andre Spiegel <spiegel@gnu.org>
4676
4677 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4678 auto-save-mode.
4679
4680 2000-11-04 Jason Rumney <jasonr@gnu.org>
4681
4682 * language/european.el (decode-mac-roman): Test against r1 not r0.
4683
4684 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4685
4686 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4687 (icon-mode): Define indent-line-function.
4688 (icon-comment-indent): Simplify.
4689 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4690
4691 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4692
4693 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4694 Bind change-log-default-mode to defeat the caching done on it.
4695 Don't bother saving excursion any more.
4696
4697 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4698
4699 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4700 (set-frame-font): Use the new name (and the old for compatibility).
4701
4702 * toolbar/tool-bar.el (tool-bar-mode):
4703 * time.el (display-time-mode):
4704 * recentf.el (recentf-mode):
4705 * paren.el (show-paren-mode):
4706 * mwheel.el (mouse-wheel-mode):
4707 * msb.el (msb-mode):
4708 * jka-compr.el (auto-compression-mode):
4709 * image-file.el (auto-image-file-mode):
4710 * hl-line.el (hl-line-mode):
4711 * delsel.el (delete-selection-mode):
4712 * autoinsert.el (auto-insert-mode):
4713 * complete.el (partial-completion-mode): Drop unneeded positional args.
4714
4715 * info.el (Info-mode):
4716 * comint.el (comint-mode): Don't bother with make-local-hook.
4717
4718 * log-edit.el (log-edit-menu): New menu.
4719
4720 2000-11-03 Miles Bader <miles@gnu.org>
4721
4722 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4723 definition, so that trailing spaces are handled properly.
4724 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4725
4726 2000-11-03 Gerd Moellmann <gerd@gnu.org>
4727
4728 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4729 tab character.
4730 (fancy-splash-screens): Set tab-width to 20.
4731
4732 2000-11-03 Dave Love <fx@gnu.org>
4733
4734 * comint.el (comint-completion-addsuffix): Fix custom type.
4735
4736 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * font-lock.el (font-lock-buffers): Remove.
4739 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4740 (font-lock-change-major-mode): Remove.
4741 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4742 (font-lock-default-fontify-region): Extend the multiline
4743 fontification to whole lines.
4744 (font-lock-fontify-anchored-keywords)
4745 (font-lock-fontify-keywords-region): If matching just one
4746 line (with \n) only mark the \n as multiline.
4747
4748 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4749 Correctly handle the case where several :group args are supplied.
4750 Allow :extra-args.
4751 (easy-mmode-define-global-mode): Allow :extra-args.
4752 Correctly handle the case where several :group args are supplied.
4753
4754 2000-11-02 Miles Bader <miles@gnu.org>
4755
4756 * calendar/calendar.el (diary-face, calendar-today-face)
4757 (holiday-face): Remove dependency on `window-system'.
4758
4759 2000-11-02 Ken Raeburn <raeburn@gnu.org>
4760
4761 * Makefile.in (emacs): Set EMACSLOADPATH always.
4762 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
4763 (compile-files): Bomb out if compilation of a file fails.
4764
4765 2000-11-02 Dave Love <fx@gnu.org>
4766
4767 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4768
4769 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4770
4771 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4772 punctuation in the warning inserted into the *mail* buffer.
4773
4774 2000-11-02 Gerd Moellmann <gerd@gnu.org>
4775
4776 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4777 (authors-public-domain-p): New function.
4778 (authors-print): Use it.
4779
4780 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4781
4782 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4783
4784 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4785
4786 * ps-print.el: Extension for even/odd printing. Doc fix.
4787 (ps-print-version): New version number (6.3.1).
4788 (ps-even-or-odd-pages): Customization fix.
4789 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4790 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4791 (ps-page-count): Var replaced by `ps-page-column'.
4792 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4793 (ps-print-sheet-p): New fun.
4794
4795 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4796
4797 * tooltip.el (tooltip-gud-tips-setup): New function.
4798 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4799 (tooltip-mode): Call tooltip-gud-tips-setup.
4800 (tooltip-gud-tips): Use `gud-basic-call' instead of
4801 process-send-string, so the prompt gets frobbed appropriately.
4802 Handle nil return value from `tooltip-gud-print-command'.
4803
4804 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4805
4806 * comint.el (comint-add-to-input-history): New function.
4807 (comint-send-input): Use `comint-add-to-input-history'.
4808
4809 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4810
4811 * info.el (info-menu-header): New face.
4812 (Info-fontify-menu-headers): New function.
4813 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4814
4815 * info.el (Info-insert-dir): Don't include blank lines at
4816 beginning of additional dir files (one is added automatically).
4817
4818 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4819
4820 * emacs-lisp/easy-mmode.el (define-minor-mode):
4821 Revert the latest changes.
4822 Allow the three positional arguments to be skipped and replaced
4823 by keyword arguments.
4824 Add a :toggle argument to determine whether a nil arg means toggle
4825 or means turn-on. The default is unchanged.
4826 Add a call to force-mode-line-update.
4827
4828 2000-11-01 Dave Love <fx@gnu.org>
4829
4830 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
4831
4832 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4833
4834 * calendar/calendar.el (diary-face, holiday-face):
4835 Add dark-background variants.
4836
4837 2000-10-31 Sam Steingold <sds@gnu.org>
4838
4839 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4840 `tex-main-file' does not have directory in it.
4841
4842 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4843
4844 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4845
4846 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4847
4848 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4849 functional change.
4850
4851 2000-10-31 Gerd Moellmann <gerd@gnu.org>
4852
4853 * files.el (find-file-noselect): When we expand a wildcard, return
4854 a list of buffers, as we should do according to the doc string.
4855
4856 2000-10-31 Ken Raeburn <raeburn@gnu.org>
4857
4858 * loadup.el (top level): Adjust load path if program name is
4859 "../src/bootstrap-emacs", in case it's not dumped and thus the
4860 load path adjustment hasn't already been done.
4861
4862 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4863
4864 * ps-print.el: Fix bug on selected pages for printing.
4865 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
4866 is on. Try to avoid warning messages when compiling. Doc Fix.
4867 (ps-print-version): New version number (6.3).
4868 (ps-color-device): Use `color-values' to determine if device
4869 supports color.
4870 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4871 (ps-print-page-p): Changed from defsubst to defun.
4872 (ps-page-number): Changed from defmacro to defun.
4873 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4874 printing.
4875 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
4876 (ps-end-file, ps-dummy-page): Funs eliminated.
4877 (ps-print-color-scale): Changed default value.
4878 (ps-page-n-up, ps-print-page-p): New internal vars.
4879 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4880 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4881
4882 * delim-col.el: Little programming improvement.
4883 (delimit-columns-str): New macro.
4884 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4885
4886 2000-10-31 Kenichi Handa <handa@etl.go.jp>
4887
4888 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4889 Moved to european.el.
4890 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4891 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4892 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4893 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
4894
4895 2000-10-30 Dave Love <fx@gnu.org>
4896
4897 * progmodes/cc-menus.el (imenu-generic-expression)
4898 (imenu-progress-message): Only defvar when compiling.
4899
4900 * emacs-lisp/elp.el (elp-unload-hook): New function.
4901
4902 * loadhist.el (unload-feature): Call elp-restore-function,
4903 checking for symbols; don't use elp-restore-all.
4904 (loadhist-hook-functions): Doc fix.
4905
4906 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4907
4908 * log-edit.el (log-edit-confirm): Fix the default.
4909
4910 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4911
4912 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4913 delimit-columns-format.
4914 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4915
4916 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4917
4918 * comint.el (comint-replace-by-expanded-history): Don't use
4919 comint-get-old-input (we're not looking at *old* input).
4920 (comint-get-old-input-default): If using fields, signal an error
4921 when the point is not in an input field.
4922
4923 2000-10-30 Kenichi Handa <handa@etl.go.jp>
4924
4925 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4926 and mule-unicode-e000-ffff.
4927
4928 * international/mule.el (decode-char, encode-char): New functions.
4929 (make-coding-system): Accept a symbol of translation table as a
4930 value of property `safe-chars'.
4931
4932 * international/mule-cmds.el (encode-coding-char): Check property
4933 safe-chars instead of safe-charsets.
4934
4935 * international/fontset.el (fontset-default): Modified for
4936 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4937 (x-font-name-charset-alist): Likewise.
4938 (ccl-encode-unicode-font): New CCL program. Record it in
4939 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4940
4941 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4942 New translation tables.
4943 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4944 programs are modified and moved from mac-win.el.
4945 (mac-roman): Definition of this coding system is modified and
4946 moved from mac-win.el.
4947
4948 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4949
4950 * ediff-wind.el (ediff-setup-control-frame): Enclose
4951 face-attribute in condition-case to avoid errors in older emacsen.
4952
4953 2000-10-29 Miles Bader <miles@gnu.org>
4954
4955 * custom.el (custom-add-to-group): Allow multiple entries for a
4956 given value OPTION, as long as their widget types are different.
4957 * cus-edit.el (custom-face-value-create): If face name doesn't end
4958 with "face", add such here (similar to custom group widgets).
4959
4960 * comint.el (comint-highlight-prompt): Add :type.
4961
4962 2000-10-28 John Wiegley <johnw@gnu.org>
4963
4964 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4965 Changed this function to operate on a temporary buffer instead of
4966 the main buffer. This not only keeps flyspell from marking a
4967 buffer as changed that wasn't, but it solves the jumpy cursor
4968 problem when attempts are made to edit incorrect words.
4969 (flyspell-maybe-correct-doubling): Same change as for
4970 `flyspell-maybe-correct-transposition'.
4971
4972 * calendar/timeclock.el (timeclock-log): Doc fix.
4973 (timeclock-last-event): Doc fix.
4974 (timeclock-log): Kill the timelog buffer after appending a new event.
4975 (timeclock-find-discrep): Use a temp buffer to read in the
4976 timelog, instead of visiting the file.
4977 (timeclock-log-data): A new function, along with a host of helper
4978 functions, for the purpose of making timelog data accessible to
4979 programmers.
4980
4981 * eshell/esh-mode.el (window-height test): Make certain that
4982 `eshell-stringify-t' is non-nil.
4983 (eshell-password-prompt-regexp): Changed to a much simpler
4984 password regexp.
4985 (eshell-send-input): If `eshell-invoke-directly' returns t,
4986 directly invoke the parsed command using `eval'. This improves
4987 turn-around time on simple commands by a factor of three or
4988 greater, such as cd, ls, pwd, etc. -- which get used very often.
4989 It also conserves thousands of cons cells per call (since
4990 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4991 in the Pacific Cookie Company).
4992
4993 * eshell/esh-test.el (eshell-test): Whitespace fix.
4994
4995 * eshell/em-ls.el (eshell-ls-insert-directory):
4996 Make `eshell-ls-initial-args' nil when inserting directory contents.
4997
4998 * eshell/em-script.el (eshell-script-initialize): Add names to
4999 `eshell-complex-commands, since `source' and `.' are complex.
5000
5001 * eshell/esh-cmd.el (eshell-rewrite-for-command)
5002 (eshell-rewrite-while-command): Use `eshell-protect' instead of
5003 `eshell-copy-handles'.
5004 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
5005 bodies.
5006 (eshell-separate-commands): Whitespace fix.
5007 (eshell-complex-commands): Added a new list of names, for
5008 determining whether a given command is as simple as it looks.
5009 (eshell-invoke-directly): New function. Returns t if a command
5010 should be invoked directly (using `eval'), rather than indirectly
5011 using `eshell-do-eval'.
5012 (eshell-do-eval): Whitespace fix.
5013
5014 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
5015 which provides an emulation of the DOS shell behavior of assuming
5016 that cp/mv/ln should copy/move/link to the current directory.
5017 (eshell-remove-entries): Added a doc string.
5018 (eshell-shuffle-files): Removed the check for `target' being null.
5019 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
5020 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
5021 it to do a smarter check of whether a destination was provided.
5022 (eshell/mv, eshell/cp): Enable `:preserve-args'.
5023 (eshell/ln): Enable `:preserve-args', and use
5024 `eshell-mvcpln-template' to implement the body of the function.
5025 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
5026 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
5027 list after flattening it. This makes it possible to cat files
5028 with numerical names.
5029 (eshell-unix-initialize): Added several names to
5030 `eshell-complex-commands.
5031 (eshell-unix-command-complex-p): Return t if a given command name
5032 may result in external processes being invoked.
5033
5034 * eshell/em-glob.el (eshell-glob-show-progress): Make this
5035 variable nil by default, since it slows down glob processing by a
5036 factor of two or more, and increases memory consumption.
5037
5038 * eshell/em-smart.el: Added a note about how memory consumptive
5039 smart display mode can be (at least this is true in Emacs 21).
5040 (eshell-smart-initialize): Whitespace fix.
5041 (eshell-refresh-windows): Use `if' instead of `when'.
5042 (eshell-smart-scroll-window): Calling `save-current-buffer' was
5043 not necessary.
5044 (eshell-currently-handling-window): Added a missing global variable.
5045
5046 * eshell/em-ls.el (eshell-do-ls): Code simplification.
5047 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
5048 Whitespace fix.
5049 (eshell-ls-exclude-hidden): Added this variable in addition to
5050 `eshell-ls-exclude-regexp'. This one prevents files beginning
5051 with . from even being read, which can improve memory consumption
5052 quite a bit.
5053 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
5054 read file entries beginning with a dot. In home directories with
5055 lots of hidden files, fully two-thirds of the time spent in ls is
5056 used to read directory entries that are immediately thrown away.
5057 (eshell-ls-initial-args): Added back this configuration variable,
5058 for specifying default initial arguments to every call to ls.
5059 Much faster than using an alias to do the same thing.
5060 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
5061 (eshell-ls-dir): Whitespace change.
5062
5063 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
5064
5065 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
5066 (eshell-stringify-t): Added a customization variable, to indicate
5067 whether `t' should be rendered as a string at all. If not, one
5068 can still determine if the result of an expression is true using
5069 "file-exists-p FILE && echo true".
5070 (eshell-stringify): If `eshell-stringify-t' is nil, don't
5071 stringify t!
5072
5073 * eshell/esh-module.el: Whitespace fix.
5074
5075 * eshell/em-alias.el (eshell-alias-initialize):
5076 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
5077 (eshell-command-aliased-p): New function that returns t if a
5078 command name names an aliased.
5079
5080 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
5081
5082 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
5083 redrawing the screen when changing cursor color.
5084 (viper-insert-state-pre-command-sentinel)
5085 (viper-replace-state-pre-command-sentinel)
5086 (viper-replace-state-post-command-sentinel):
5087 Use viper-preserve-cursor-color.
5088 Many functions changed to use viper= instead of = when comparing
5089 characters.
5090 * viper-util.el (viper-memq-char,viper=): New functions for
5091 working with characters.
5092 (viper-change-cursor-color): Fixed buglet.
5093 Many functions changed to use viper= instead of = when comparing
5094 characters.
5095 * viper.el (viper-insert-state-mode-list): Added eshell.
5096
5097 * ediff-init.el (ediff-before-setup-hook): New hook.
5098 Several typos fixed in various docstrings.
5099 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
5100 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
5101 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
5102 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
5103 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
5104 (ediff-get-selected-buffers): New function.
5105 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
5106 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
5107 Use save-window-excursion.
5108 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
5109 termination check in while loop.
5110 * ediff.el (ediff-get-default-file-name): Better defaults when in
5111 dired buffer.
5112 (ediff-files,ediff-merge-files,ediff-files3)
5113 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
5114
5115 2000-10-28 Dave Love <fx@gnu.org>
5116
5117 * info.el (Info-fontify-node): Add help-echo for menu items.
5118
5119 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5120
5121 * startup.el (normal-top-level): If the value of $TERM indicates
5122 we are running from xterm or one of its work-alikes, default to a
5123 light background mode.
5124
5125 Support for -fg, -bg, and -rv command-line arguments for TTYs:
5126 * faces.el (tty-handle-reverse-video): New function.
5127 (tty-create-frame-with-faces): Call it.
5128
5129 * frame.el (frame-notice-user-settings): Don't apply
5130 default-frame-alist and initial-frame-alist to MS-DOS frames.
5131 Call tty-handle-reverse-video, frame-set-background-mode, and
5132 face-set-after-frame-default for non-MS-DOS frames.
5133
5134 * startup.el (tty-long-option-alist): New variable.
5135 (tty-handle-args): New function.
5136 (command-line): Call tty-handle-args.
5137
5138 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
5139 startup.el now does that for all character-terminal frames.
5140
5141 2000-10-28 Miles Bader <miles@gnu.org>
5142
5143 * emacs-lisp/easy-mmode.el (define-minor-mode):
5144 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
5145 is global. If :global is followed by a non-nil but non-t value,
5146 make the mode buffer-local, but also generate a `global-MODE'
5147 version using `easy-mmode-define-global-mode'.
5148 Add :conditional-turn-on keyword argument.
5149
5150 2000-10-28 Dave Love <fx@gnu.org>
5151
5152 * international/latin1-disp.el (latin1-char-displayable-p):
5153 Don't use window-system.
5154
5155 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
5156
5157 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5158 Don't call find-buffer-file-type-coding-system. Instead, just
5159 set eol-type to -unix if inhibit-eol-conversion is in effect, or
5160 if the file is on an untranslated filesystem.
5161 (add-untranslated-filesystem): Use "D" instead of "f" inside
5162 interactive.
5163
5164 2000-10-27 Dave Love <fx@gnu.org>
5165
5166 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
5167 (refill-mode): Use it.
5168
5169 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
5170
5171 * international/quail.el (quail-activate): Don't make-local-hook.
5172
5173 2000-10-27 Andre Spiegel <spiegel@gnu.org>
5174
5175 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
5176 manual backups and file.~<rev>.~ for automatic ones.
5177 (vc-make-version-backup): Don't do it on MS-DOS without long file
5178 names.
5179
5180 * vc.el (vc-version-other-window): If an automatic backup of the
5181 desired version exists, rename it instead of copying it.
5182
5183 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
5184 after command. If there's an unexpected error, signal it instead
5185 of being silent.
5186 (vc-cvs-merge-news): Be prepared for no news at all.
5187
5188 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
5189
5190 * shell.el (shell): Add BUFFER argument.
5191 * comint.el (make-comint-in-buffer): New function.
5192 (make-comint): Use it.
5193
5194 * faces.el (face-spec-choose): Change syntax so that the list of
5195 attribute-value pairs is now the cdr of each clause, not the cadr.
5196 Detect old-style entries, and handle them. Use pop.
5197
5198 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * cus-edit.el (custom-mode-map): Use a sparse map.
5201 (custom-mode): Don't bother with make-local-hook.
5202
5203 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
5204
5205 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
5206
5207 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5208
5209 * ps-print.el: Avoid compilation gripes.
5210 (ps-print-version): New version number (6.2.1).
5211
5212 2000-10-26 Dave Love <fx@gnu.org>
5213
5214 * menu-bar.el: Modify some menu item help strings.
5215 (menu-bar-help-menu): Add link to MORE.STUFF.
5216
5217 * cus-edit.el (custom-mode): Add `special' mode-class property.
5218
5219 * wid-browse.el (widget-browse-mode): Likewise.
5220
5221 * wid-edit.el (widget-specify-field): Revert to using local-map
5222 property, not keymap.
5223
5224 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
5225
5226 * wid-edit.el (widget-field-end): When checking for a `boundary'
5227 field, do so in the correct buffer.
5228
5229 * simple.el (undo): Correctly distinguish between numeric and
5230 non-numeric prefix args in non-transient-mark-mode, as per the doc
5231 string. When in transient-mark-mode, treat all prefix-args as
5232 numeric.
5233
5234 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
5235 Position point on match. Handle N == 0 correctly.
5236
5237 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
5238 (comint-mode-map): Reverse order of `comint-write-output' and
5239 `comint-append-output-to-file'.
5240 (comint-append-output-to-file): Reinstate this function, for the
5241 benefit of the menu.
5242
5243 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
5244
5245 * vc.el (vc-version-other-window): Bind `file'.
5246
5247 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5248
5249 * Makefile.in (update-authors): New target for maintenance purposes.
5250
5251 * emacs-lisp/authors.el (batch-update-authors): New function.
5252 (authors-fixed-entries): New defconst.
5253 (authors-add-fixed-entries): New function.
5254 (authors): Call it.: Don't process lispref/.
5255
5256 2000-10-25 Jason Rumney <jasonr@gnu.org>
5257
5258 * cus-edit.el (custom-button-face, custom-button-pressed-face):
5259 Merge x w32 and mac definitions.
5260
5261 2000-10-25 Gerd Moellmann <gerd@gnu.org>
5262
5263 * menu-bar.el (menu-bar-options-menu): Add a help string for
5264 `uniquify'.
5265
5266 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
5267
5268 * time-stamp.el (time-stamp-string-preprocess):
5269 Fix a wrong type argument error.
5270
5271 2000-10-25 Miles Bader <miles@gnu.org>
5272
5273 * recentf.el (recentf-mode): Variable removed.
5274 (recentf-mode): Use `define-minor-mode'.
5275
5276 * mwheel.el (mouse-wheel-mode): New global minor mode.
5277 (mwheel-install): Use `mouse-wheel-mode'.
5278
5279 2000-10-25 Dave Love <fx@gnu.org>
5280
5281 * progmodes/cperl-mode.el (cperl-mode):
5282 Set normal-auto-fill-function correctly.
5283
5284 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5285 Don't inherit from global-map and don't nullify menu-bar and tool-bar
5286 bindings.
5287
5288 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
5289
5290 * wid-edit.el (widget-field-at): New function.
5291 (widget-at, widget-field-activate): Use it.
5292 (widget-tabable-at): Use `widget-at'.
5293 (widget-specify-field): If the terminating character of the widget
5294 field (which is read-only) is a newline, put it into a special
5295 `boundary' field so that C-n/C-p act more naturally.
5296 (widget-field-end): Also don't subtract one if a special
5297 `boundary' field has been added after the widget field.
5298
5299 * comint.el (comint-output-filter, comint-send-input):
5300 Don't bother adding stickiness fields to overlays to fool the field
5301 code, since it should notice the overlay insertion-types now.
5302
5303 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
5304 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
5305 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
5306
5307 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5308
5309 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
5310 (authors): Set file coding system to iso-2022-7bit.
5311 Add file-local variables to output buffer.
5312
5313 * files.el (after-find-file): Don't print any warnings if
5314 WARN is nil.
5315
5316 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5317
5318 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
5319
5320 * delim-col.el: Now there is a column formatting mechanism.
5321 Modified to customization mechanisms convention. Doc fix.
5322 (columns): New group for delim-col.
5323 (delimit-columns-before, delimit-columns-after)
5324 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
5325 (delimit-columns-end): New vars.
5326 (delimit-columns-customize, delimit-columns-format): New funs.
5327 (delimit-columns-region, delimit-columns-rectangle)
5328 (delimit-columns-rectangle-line): Modified to support column
5329 formatting.
5330
5331 2000-10-24 Dave Love <fx@gnu.org>
5332
5333 * log-edit.el (log-edit): Add :version and a :group for vc.
5334
5335 2000-10-24 Gerd Moellmann <gerd@gnu.org>
5336
5337 * files.el (after-find-file): Don't print a message ``New file''
5338 if WARN is nil.
5339
5340 * wid-edit.el (widget-field-keymap, widget-text-keymap):
5341 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
5342 get duplicate tool-bar entries because we'll see the global ones
5343 on more than one path through keymaps.
5344
5345 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
5346
5347 * progmodes/cmacexp.el: Change Francesco's email address.
5348
5349 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5350
5351 * window.el (fit-window-to-buffer): Adjust point of the window
5352 buffer, not that of the current buffer.
5353
5354 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
5355
5356 * progmodes/cmacexp.el: Update the euthor's email address.
5357
5358 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5359
5360 * faces.el (face-spec-set-match-display): Add `graphic' display
5361 type (the inverse of `tty'). Use `display-graphic-p' instead of
5362 the window-system variable.
5363
5364 2000-10-24 Kenichi Handa <handa@etl.go.jp>
5365
5366 * international/isearch-x.el (isearch-with-input-method):
5367 Call input-method-function with the first event in
5368 unread-command-events.
5369
5370 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
5371
5372 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
5373
5374 2000-10-24 Andrew Choi <akochoi@i-cable.com>
5375
5376 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
5377 New charsets.
5378
5379 * term/mac-win.el: Remove definitions of mac-roman-lower and
5380 mac-roman-upper, require dired, and define instead of set
5381 mac-ready-for-drag-n-drop to avoid compilation error.
5382
5383 2000-10-23 Andrew Innes <andrewi@gnu.org>
5384
5385 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
5386 Remove superfluous calls to subst-char-in-string; instead apply
5387 expand-file-name after convert-standard-filename to ensure
5388 expected directory separators are used.
5389
5390 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
5391
5392 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
5393
5394 2000-10-23 Dave Love <fx@gnu.org>
5395
5396 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
5397 (tool-bar-add-item): Set foreground and background for XBM icons.
5398
5399 * international/latin1-disp.el (latin1-char-displayable-p):
5400 New function (from Handa).
5401 (latin1-display-check-font): Use it.
5402
5403 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
5404 using :key-sequence, making it much more usable.
5405 Use nconc, not append.
5406 (imenu--create-keymap-1): Avoid append.
5407
5408 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
5409
5410 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5411
5412 [the following changes fix a bug where `define-minor-mode' didn't
5413 correctly generate :require clauses for defcustoms in compiled files]
5414 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
5415 (byte-compile-log-file, byte-compile-log-1): Don't set
5416 `byte-compile-current-file' to nil. Instead set
5417 `byte-compile-last-logged-file' to it. Test whether
5418 byte-compile-current-file equals byte-compile-last-logged-file
5419 instead of whether its nil.
5420 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
5421
5422 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
5423
5424 * textmodes/refill.el: Fix var names in doc.
5425 (refill-mode): Don't bother with make-local-hook anymore.
5426
5427 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
5428
5429 * faces.el (face-user-default-spec, face-default-spec): New functions.
5430 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
5431 (frame-set-background-mode, face-set-after-frame-default):
5432 Use `face-user-default-spec'. Simplify code slightly.
5433
5434 * woman.el (woman-italic-face, woman-bold-face)
5435 (woman-unknown-face): Add dark-background variants.
5436 (woman-default-faces): Renamed from `woman-colour-faces'.
5437 Set using the stored defaults, rather than using hard-wired colors.
5438 (woman-monochrome-faces): Renamed from `woman-black-faces'.
5439 Just make the foreground `unspecified' rather than "black".
5440 (woman-menu): Rename menu entries accordingly.
5441
5442 * faces.el (header-line): Make more reasonable on mono/grayscale
5443 displays.
5444
5445 2000-10-23 Andrew Choi <akochoi@i-cable.com>
5446
5447 * cus-edit.el (custom-button-face): Use 3D look for mac.
5448 (custom-button-pressed-face): Likewise.
5449
5450 * faces.el (set-face-attributes-from-resources): Handle mac frames
5451 in the same way as x and w32 frames.
5452 (face-valid-attribute-values): Likewise.
5453 (read-face-attribute): Likewise.
5454 (defined-colors): Likewise.
5455 (color-defined-p): Likewise.
5456 (color-values): Likewise.
5457 (display-grayscale-p): Likewise.
5458 (face-set-after-frame-default): Likewise.
5459 (mode-line): Same default face as for x and w32.
5460 (tool-bar): Likewise.
5461
5462 * frame.el: Remove call to frame-notice-user-settings at end of
5463 the file.
5464
5465 * info.el (Info-fontify-node): Make underlines invisible for mac
5466 as for x, pc, and w32 frame types.
5467
5468 * term/mac-win.el: New file.
5469
5470 2000-10-22 Dave Love <fx@gnu.org>
5471
5472 * textmodes/refill.el: New file.
5473
5474 2000-10-22 Andre Spiegel <spiegel@gnu.org>
5475
5476 * vc-hooks.el (vc-version-backup-file-name): New optional args
5477 MANUAL and REGEXP.
5478 (vc-delete-automatic-version-backups, vc-make-version-backup):
5479 New functions.
5480 (vc-before-save): Use the latter.
5481 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
5482 confusion.
5483
5484 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5485 expected by vc[-hooks].el.
5486
5487 * vc.el (vc-checkout): Added `-p' suffix in call to
5488 vc-make-version-backups-p; use vc-make-version-backup to actually
5489 make the backup.
5490 (vc-version-other-window, vc-version-backup-file): Handle both
5491 automatic and manual backups.
5492 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
5493 of all of them.
5494
5495 2000-10-22 Miles Bader <miles@gnu.org>
5496
5497 * comint.el (comint-highlight-input, comint-highlight-prompt):
5498 Renamed, `-face' at end removed.
5499 (comint-send-input, comint-output-filter): Use renamed faces.
5500
5501 * window.el (fit-window-to-buffer): Change defaulting of
5502 MAX-HEIGHT slightly.
5503
5504 * faces.el (color-values, color-defined-p): Use `member', not
5505 `memq', because it works correctly for strings.
5506 (frame-set-background-mode): Actually, "unspecified-fg" and
5507 "unspecified-bg" *are* strings. Use `member', not `memq', and
5508 `equal', not `eq', when a string value is possible.
5509
5510 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5511
5512 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
5513
5514 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
5517 sh-electric-rparen, sh-electric-less and sh-electric-hash.
5518 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
5519 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
5520 (sh-font-lock-syntactic-keywords): Use them.
5521 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
5522 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
5523 (sh-mode): Don't override font-lock-unfontify-region-function.
5524 Use a copy of sh-font-lock-syntactic-keywords.
5525 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
5526 Don't call sh-scan-buffer since font-lock does it on the fly.
5527 (sh-get-indent-info): Use `face' rather than `syntax-table'
5528 text-property to detect here-documents.
5529 Replace sh-special-syntax with sh-st-punc.
5530 (sh-prev-line): Use `face' rather than `syntax-table'
5531 text-property to skip over here-documents.
5532 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
5533 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
5534 (sh-electric-less, sh-set-here-doc-region)
5535 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
5536 (sh-scan-buffer, sh-rescan-buffer): Remove.
5537
5538 2000-10-21 Andrew Innes <andrewi@gnu.org>
5539
5540 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
5541 remote (ange-ftp) file names.
5542
5543 2000-10-21 Miles Bader <miles@gnu.org>
5544
5545 * window.el (fit-window-to-buffer): New function.
5546 (shrink-window-if-larger-than-buffer): Use it.
5547 (window-text-height): Don't expect minibuffers to have mode-lines.
5548
5549 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
5550 * international/quail.el (quail-update-guidance):
5551 Use `fit-window-to-buffer' instead of `set-window-text-height'.
5552
5553 * international/quail.el (quail-show-guidance-buf): Make sure
5554 guidance window really has enough room.
5555 (quail-update-guidance): If quail-guidance-win is already shown,
5556 make sure its height is OK.
5557
5558 * window.el (window-text-height, set-window-text-height):
5559 New functions.
5560 (shrink-window-if-larger-than-buffer): Use `window-text-height'
5561 instead of `window-height' & `mode-line-window-height-fudge'.
5562 (mode-line-window-height-fudge): Add FACE parameter.
5563 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
5564 instead of `enlarge-window' & `mode-line-window-height-fudge'.
5565
5566 2000-10-20 Miles Bader <miles@gnu.org>
5567
5568 * window.el (height-affecting-face-attributes): Use `defconst'.
5569
5570 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
5571 New function, conditionally aliased to `mode-line-window-height-fudge'.
5572 (ispell-help): Use it.
5573 (ispell-choices-win-default-height): Don't include mode-line fudge.
5574 (ispell-choices-win-default-height): New function.
5575 (ispell-show-choices, ispell-command-loop): Use function
5576 `ispell-choices-win-default-height' instead of variable.
5577
5578 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
5579
5580 * window.el (mode-line-window-height-fudge): New variable.
5581 (height-affecting-face-attributes): New variable.
5582 (mode-line-window-height-fudge): New function.
5583 (shrink-window-if-larger-than-buffer): Use it.
5584 * help.el (resize-temp-buffer-window): Likewise.
5585
5586 * info.el (Info-fontify-node): Add support for @subsubsection
5587 titles, which use `Info-title-4-face'.
5588 (Info-title-4-face): New face.
5589 (Info-title-3-face): Inherit from Info-title-4-face instead of
5590 variable-pitch.
5591
5592 2000-10-19 Jason Rumney <jasonr@gnu.org>
5593
5594 * dired.el (dired-insert-directory): Do not let errors signalled by
5595 attempt to run dired-free-space-program prevent dired from working.
5596
5597 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
5598
5599 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
5600
5601 2000-10-19 Gerd Moellmann <gerd@gnu.org>
5602
5603 * dirtrack.el (dirtrack): Fix call to run-hooks.
5604
5605 * cmuscheme.el (cmuscheme-program-name): Renamed from
5606 scheme-program-name because xscheme.el contains a defcustom with
5607 the same name. As a consequence, customizing group `cmuscheme'
5608 loaded `xscheme' which redefined run-scheme.
5609 (run-scheme): Use cmuscheme-program-name.
5610
5611 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
5612
5613 * play/doctor.el (doctor-death): Update the Samaritans'
5614 anonymous address, and add a website for Befrienders International.
5615
5616 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5617
5618 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
5619 Avoid compilation gripes. Doc fix.
5620 (ps-print-version): New version number (6.2).
5621 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
5622 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
5623 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
5624 (ps-x-extent-priority, ps-x-extent-start-position)
5625 (ps-x-face-font-instance, ps-x-find-coding-system)
5626 (ps-x-font-instance-properties, ps-x-make-color-instance)
5627 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
5628 avoid compilation gripes without defining functions.
5629 (ps-e-find-composition): Alias for function find-composition, to have a
5630 suitable function depending on Emacs version.
5631 (ps-color-device, ps-color-values, ps-face-foreground-name)
5632 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
5633 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
5634 (ps-print-ensure-fontified): Function definitions surrounded by
5635 `eval-and-compile' to avoid compilation gripes.
5636 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
5637 by symbol-value to avoid compilation gripes.
5638 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
5639 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
5640
5641 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5642
5643 * startup.el (normal-top-level): Call `frame-set-background-mode'
5644 after `frame-notice-user-settings' because the latter doesn't call
5645 the former on a tty.
5646
5647 * faces.el (frame-set-background-mode): `unspecified' &c are
5648 symbols, not strings.
5649
5650 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5651
5652 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5653 why some "light*" colors are deliberately absent from the alist.
5654
5655 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5656 Change colors for tty's, as suggested by Miles Bader.
5657
5658 2000-10-19 Kenichi Handa <handa@etl.go.jp>
5659
5660 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
5661 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5662 for ISO10646-1 fonts.
5663 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5664
5665 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5666
5667 * faces.el (frame-set-background-mode): If a tty frame defines a
5668 background color, use that to compute the background mode, instead
5669 of always defaulting to "dark".
5670
5671 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5672
5673 * comint.el (comint-write-output): New function.
5674 (comint-mode-map): Add it to the menu.
5675 Bind `C-c C-s' to comint-write-output.
5676
5677 2000-10-18 Gerd Moellmann <gerd@gnu.org>
5678
5679 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5680 Use fancy-splash-delay.
5681
5682 2000-10-18 Alex Schroeder <alex@gnu.org>
5683
5684 * progmodes/sql.el (sql-sybase-options): New option.
5685 (sql-sybase): Use it. Add sql-database to the list of parameters
5686 provided for login. The options -w 2048 -n are not used any more.
5687
5688 * comint.el (comint-read-input-ring): Bugfix such that the first
5689 and the last entry of the input ring file are not lost.
5690
5691 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5692
5693 * ps-print.el: Internal variable changes to defcustom,
5694 make-local-hook changes to defvar. Doc fix.
5695 (ps-print-version): New version number (6.1).
5696 (ps-setup, ps-do-despool): Code fix.
5697 (ps-printer-name): Customization fix.
5698 (ps-printer-name-option): Now is a defcustom instead of an
5699 internal variable.
5700 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5701 (ps-print-begin-column-hook): Now are defvar instead of
5702 make-local-hook.
5703
5704 2000-10-18 Miles Bader <miles@gnu.org>
5705
5706 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5707 (comint-kill-output): Changed into an alias for `comint-delete-output',
5708 and made obsolete.
5709 (comint-mode-map): Rename references to comint-kill-output.
5710
5711 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5712
5713 * diff-mode.el (diff-header-face, diff-file-header-face)
5714 (diff-changed-face): Add bold and italic attributes to tty faces.
5715 (diff-function-face): New face.
5716 (diff-font-lock-keywords): Use it.
5717
5718 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5719
5720 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5721 Remove commented-out call to force-mode-line-update.
5722 (comint-kill-output): Use `forward-line 0' instead of
5723 beginning-of-line to make sure we get past the prompt.
5724
5725 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5726
5727 * diff-mode.el (diff-header-face, diff-file-header-face):
5728 Add specific setting for dark background.
5729 (diff-context-face): Renamed from diff-comment-face.
5730 Set explicitly rather than inheriting from font-lock-comment-face.
5731
5732 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5733
5734 * startup.el (command-line): Move the code which sets the default
5735 TTY colors to before before-init-hook.
5736
5737 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5738
5739 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5740
5741 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5742
5743 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5744 extensions, for MS-DOS.
5745
5746 * diff-mode.el (diff-header-face, diff-file-header-face)
5747 (diff-changed-face): Define tty-specific colors.
5748
5749 2000-10-17 Gerd Moellmann <gerd@gnu.org>
5750
5751 * startup.el (fancy-splash-text): Realign the text.
5752
5753 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * font-lock.el (font-lock-comment-face): Define a separate default
5756 for dark-background tty's.
5757
5758 2000-10-17 Miles Bader <miles@gnu.org>
5759
5760 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5761 being obscured by whizzy mode-lines on graphics displays.
5762
5763 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5764
5765 * info.el (Info-title-1-face, Info-title-2-face)
5766 (Info-title-3-face): Define colors for tty's.
5767 (info-header-node): Remove unneeded tty-specific definition.
5768
5769 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5770
5771 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5772 reverse from the frame parameters, and don't invert foreground and
5773 background colors.
5774
5775 2000-10-16 Miles Bader <miles@gnu.org>
5776
5777 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5778 string "*Info*". Call propertized-buffer-identification to spruce
5779 up the result.
5780
5781 2000-10-16 Gerd Moellmann <gerd@gnu.org>
5782
5783 * help.el: Provide `help' for the sake of define-minor-mode
5784 which generates defcustoms with requires.
5785
5786 * jit-lock.el (jit-lock-after-change): If we're in text that
5787 matches a multi-line font-lock pattern, make sure the whole text
5788 will be redisplayed.
5789
5790 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5791 author's name is unknown.
5792
5793 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5794 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5795 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5796 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5797 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5798 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5799 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5800 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5801 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5802 Add author information.
5803
5804 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5805
5806 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5807 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5808 full-color version (using the Gimp) to eliminate dithering artifacts.
5809
5810 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5811
5812 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5813
5814 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5815
5816 2000-10-15 Dave Love <fx@gnu.org>
5817
5818 * progmodes/sh-script.el: Require skeleton and comint when compiling.
5819
5820 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5821
5822 * whitespace.el: Doc fixes.
5823 (top-level): Don't add hooks here.
5824 (whitespace-running-emacs): Deleted.
5825 (timer): Don't require.
5826 (whitespace): Add back :version conditional on xemacs test.
5827 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5828 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5829 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5830 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5831 Avoid specific xemacs test.
5832 (whitespace-global-mode): New option.
5833 (whitespace-global-mode): New command.
5834 (whitespace-unload-hook): New function.
5835
5836 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
5837 (Info-fontify-node, Info-goto-node, Info-mode-menu)
5838 (Info-fontify-node): `Goto' goes to `Go to'.
5839 (Info-fontify-node): Add help-echo to xref links.
5840
5841 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5842
5843 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5844
5845 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5846
5847 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5848 Use plist-get and allow :inherit.
5849
5850 * emacs-lisp/cl-macs.el (cl-do-arglist):
5851 Use plist-get and plist-member instead of memq.
5852
5853 * emacs-lisp/ewoc.el (ewoc-location): New function.
5854 (ewoc-enter-after, ewoc-enter-before): Document return value.
5855 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5856 Don't need make-local-hook any more.
5857 (cvs-addto-collection): Return the new tin.
5858 (cvs-mode-insert): Jump to the new line.
5859
5860 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5861
5862 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5863
5864 * font-lock.el (font-lock-syntactically-fontified): New var.
5865 (font-lock-fontify-syntactic-keywords-region): Use it.
5866 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5867
5868 * diff-mode.el (diff-find-file-name): Fix regexp.
5869
5870 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5871 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5872
5873 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5874 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5875 (sh-mode): Don't make all vars local here.
5876 (sh-kw): Reformat.
5877 (sh-set-shell): Use dolist. Don't set indent-region-function.
5878 (sh-mode-syntax-table): Use pop.
5879 (sh-remember-variable): Use push.
5880 (sh-help-string-for-variable): Use memq.
5881 (sh-safe-backward-sexp): Remove.
5882 (sh-safe-forward-sexp): Add ARG.
5883 (sh-get-indent-info, sh-prev-stmt): Use it.
5884 (sh-prev-line): Simplify by using forward-comment.
5885 (sh-this-is-a-continuation): Simplify.
5886 (sh-learn-buffer-indent): Use dolist.
5887 (sh-do-nothing): Remove.
5888 (sh-set-char-syntax, sh-set-here-doc-region):
5889 Use inhibit-modification-hooks.
5890 (sh-name-style): Use mapcar and push.
5891 (sh-load-style): Use dolist.
5892 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5893 (sh-case, sh-while-getopts): Use propertize directly rather
5894 than sh-electric-rparen.
5895
5896 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * textmodes/tex-mode.el: Require CL when compiling.
5899 (tex-mode-syntax-table): Init immediately.
5900 (tex-mode-map): Bind M-RET to latex-insert-item.
5901 (latex-mode): Set indent-line-function to latex-indent.
5902 (tex-common-initialization): Don't setup the syntax-table any more.
5903 (latex-insert-item): New skeleton.
5904 (tex-next-unmatched-end): Fix copy/paste braino.
5905 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
5906 (latex-indent, latex-find-indent): New functions.
5907 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
5908 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5909 (tex-compilation-parse-errors): Use with-syntax-table.
5910
5911 2000-10-15 Miles Bader <miles@gnu.org>
5912
5913 * font-lock.el (font-lock-comment-face): Change dark-background,
5914 color, non-tty, default to `chocolate1'.
5915
5916 2000-10-13 John Wiegley <johnw@gnu.org>
5917
5918 * eshell/esh-util.el (require): Added a missing `require' form,
5919 needed when compiling (for an ange-ftp macro definition).
5920
5921 2000-10-13 Dave Love <fx@gnu.org>
5922
5923 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5924
5925 2000-10-13 Gerd Moellmann <gerd@gnu.org>
5926
5927 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
5928
5929 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
5930 transparent -colors 8).
5931
5932 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5933
5934 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5935 that breaks with old list format timestamps.
5936 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5937 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
5938
5939 2000-10-13 John Wiegley <johnw@gnu.org>
5940
5941 * align.el, pcomplete.el, calendar/timeclock.el,
5942 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5943
5944 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
5945 faulty math, where holiday hours were being computing as seconds.
5946
5947 2000-10-13 John Wiegley <johnw@gnu.org>
5948
5949 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5950 specifying what "other" kinds of buffers should be saved.
5951 This used to be hard-coded.
5952 (desktop-buffer-misc-functions): A global for specifying how
5953 auxiliary data should be determined for special buffer types.
5954 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5955 instead of hard-coding the special buffer types.
5956 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5957 auxiliary data, instead of hard-coding for Info buffers and dired.
5958 (desktop-buffer-info-misc-data): Aux function for determining Info
5959 buffer auxiliary info.
5960 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5961 (desktop-buffer-info): Changed this function to use the info
5962 gathered above.
5963 (desktop-create-buffer): Be a little more careful about what
5964 `minor-mode' means before calling it. This is important for some
5965 buffer types.
5966
5967 2000-10-13 John Wiegley <johnw@gnu.org>
5968
5969 * eshell/esh-util.el: Added a global form which declares an
5970 autoload for `parse-time-string', if that function is not already
5971 defined, and if parse-time.el is available on the user's system.
5972
5973 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5974 to be aware of ange-ftp user info.
5975 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
5976 (eshell-ls-annotate): Use `eshell-file-attributes'.
5977 (eshell-ls-file): Made the user-id printing code a bit smarter.
5978
5979 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5980 allow identification of alias user ids in remote directories.
5981 It's manual, but there's no other way to know when the current user
5982 on the local machine, is also the owning user on the remote machine.
5983 (fboundp): Bind `ange-cache'.
5984 (eshell-directory-files-and-attributes): Re-organized the logic a
5985 bit to use `eshell-file-attributes' instead of `file-attributes'.
5986 The former is more sensitive to directories that are read via FTP,
5987 and knows how to use ange-ftp to determine full attribute
5988 information, instead of just the name and last modtime.
5989 (eshell-current-ange-uids): Return the current user id when in a
5990 remote directory.
5991 (eshell-parse-ange-ls): Parse a full directory listing that has
5992 been returned by ange-ftp.
5993 (eshell-file-attributes): This beefed up version of
5994 `file-attributes' is only special if the user is currently in a
5995 remote directory, in which case it does a lot of work to find out
5996 what the real attributes of a file are, as they appear on the
5997 remote machine. This makes usage of remote directories (i.e.,
5998 ange-ftp pathnames) much more useful. You can now use Eshell as a
5999 full-fledged FTP client, with much more manipulation ability than
6000 most other clients.
6001
6002 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
6003 variable, which means that Eshell's du should always be preferred
6004 in remote directories.
6005 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
6006 just `file-attributes'.
6007 (eshell-mvcp-template): Bind `ange-cache', to improve performance
6008 when reading remote directories. This is an Eshell-specific
6009 variable (not part of ange-ftp).
6010 (eshell/ln): Bind `ange-cache'.
6011 (eshell/du): Added some extra logic for determining when to use
6012 Eshell's du (which is slow), and when to use the external version
6013 (which may or may not exist).
6014
6015 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6016 Call `eshell-interactive-process', rather than using
6017 `get-buffer-process', since backgrounded processes don't count in
6018 the context of this function's logic.
6019
6020 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
6021 `forward-char', so that null strings are parsed correctly.
6022
6023 2000-09-13 John Wiegley <johnw@gnu.org>
6024
6025 * eshell/em-pred.el (eshell-pred-file-type)
6026 (eshell-pred-file-links, eshell-pred-file-size):
6027 Use `eshell-file-attributes'. This is more correct over ange-ftp.
6028
6029 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
6030 that remote file globbing is more efficient.
6031
6032 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
6033 gathering the files and attributes within a directory.
6034
6035 * eshell/em-unix.el (eshell/cat): If any of the files passed on
6036 the command line is a special file (not a regular file, directory
6037 or symlink), always attempt to call the external version of cat.
6038
6039 2000-09-13 John Wiegley <johnw@gnu.org>
6040
6041 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
6042 Eshell-friendly version of find-tag.
6043
6044 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
6045
6046 * image-file.el (image-file-name-extensions)
6047 (image-file-name-regexps): Add autoload cookies.
6048
6049 2000-10-13 Kenichi Handa <handa@etl.go.jp>
6050
6051 * international/mule-cmds.el (select-safe-coding-system): If FROM
6052 is string, show it in *Warning* buffer.
6053
6054 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 * startup.el (normal-top-level): Use display-popup-menus-p instead
6057 of window-system.
6058 (command-line): Use display-graphic-p instead of window-system.
6059 (command-line-1): Use display-popup-menus-p and display-mouse-p
6060 instead of window-system.
6061
6062 2000-10-12 Sam Steingold <sds@gnu.org>
6063
6064 * tooltip.el (tooltip-use-echo-area): New user variable.
6065 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
6066
6067 2000-10-12 Dave Love <fx@gnu.org>
6068
6069 * recentf.el: Maintainer's checkdoc fixes.
6070
6071 * startup.el (normal-top-level-add-subdirs-to-load-path):
6072 Use character class, not ASCII when matching file names.
6073 (fancy-splash-head): Add trailing slash to URL.
6074 (command-line): Don't require XPM support for toolbar.
6075
6076 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
6077 (cperl-invalid-face): Revert last change.
6078 (cperl-init-faces): Quote cperl-invalid-face.
6079
6080 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6081
6082 * startup.el (fancy-splash-text): Remove superfluous quote.
6083
6084 2000-10-12 Gerd Moellmann <gerd@gnu.org>
6085
6086 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
6087 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
6088 (command-line-1): Don't use fancy-splash-pending-command.
6089 (fancy-splash-screens-1): Goto point-min after inserting text.
6090
6091 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
6092
6093 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
6094 instead of shared-lisp-mode-map.
6095
6096 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
6097
6098 * faces.el (header-line): Change tty-variant to use underlining.
6099
6100 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
6101 (isearch-highlight): Restore lazy-isearch face properties at old
6102 position, and suppress them at new position.
6103 (isearch-dehighlight): Restore lazy-isearch face properties.
6104 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
6105 over the real isearch overlay, but in that case, don't give it a
6106 face property. Use `push'.
6107
6108 2000-10-12 Kenichi Handa <handa@etl.go.jp>
6109
6110 * man.el (Man-getpage-in-background): Fix previous change.
6111 Decode the process output only when we are in multibyte mode.
6112
6113 2000-10-11 Dave Love <fx@gnu.org>
6114
6115 * info.el (Info-mode-menu): Fix some help.
6116 (info-tool-bar-map): Add entry for Info-last.
6117
6118 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
6119 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
6120 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
6121 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
6122 * toolbar/search-replace.xpm, toolbar/exit.xpm:
6123 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
6124 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
6125 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
6126 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
6127 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
6128 Reduce colour requirements to 25 overall. (Probably wants
6129 revisiting from the originals to reduce further.)
6130
6131 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
6132
6133 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
6134 buffer-file-coding-system, instead of raw-text.
6135 (dehexlify-buffer): Bind coding-system-for-read to
6136 buffer-file-coding-system, instead of raw-text.
6137
6138 2000-10-11 Sam Steingold <sds@gnu.org>
6139
6140 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
6141 `underline' - fixes the bug introduced on 2000-09-21.
6142
6143 2000-10-11 Dave Love <fx@gnu.org>
6144
6145 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6146 Avoid compiler warnings.
6147 (scheme-mode): Doc fix.
6148 (scheme-font-lock-keywords-1): Match `define-syntax'.
6149
6150 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
6151
6152 * faces.el (frame-set-background-mode): Pay attention to saved
6153 face specs as well as default ones. Only do anything if the
6154 bg-mode or display-type has actually changed. Use `dolist'.
6155 (region): Make dark-background `region' face less in-your-face.
6156
6157 2000-10-10 Sam Steingold <sds@gnu.org>
6158
6159 * chistory.el, ielm.el, ledit.el:
6160 * progmodes/inf-lisp.el, progmodes/scheme.el:
6161 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6162
6163 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
6164
6165 * textmodes/texinfo.el: Update copyright and fix typo.
6166
6167 * desktop.el (desktop-modes-not-to-save): New var.
6168 (desktop-save-buffer-p): Use it.
6169 Also, obey desktop-buffers-not-to-save even for non-file buffers.
6170 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
6171
6172 2000-10-10 Dave Love <fx@gnu.org>
6173
6174 * toolbar/tool-bar.el (tool-bar-add-item)
6175 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
6176
6177 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
6178 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
6179 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
6180 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
6181 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
6182 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
6183 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
6184 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
6185 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
6186 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
6187 the .xpms; probably need retouching.
6188
6189 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
6190
6191 * subr.el (add-to-list): Add optional argument APPEND.
6192 * battery.el (display-battery): Use `add-to-list'.
6193
6194 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
6195
6196 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
6197 properties.
6198 (zone, zone-when-idle, zone-leave-me-alone)
6199 (zone-pgm-whack-chars): Use new symbol properties.
6200
6201 * battery.el (display-battery): Doc spelling fix.
6202
6203 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
6204 property.
6205
6206 2000-10-09 Dave Love <fx@gnu.org>
6207
6208 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
6209 has been initialized before calling tool-bar-setup.
6210 (tool-bar-add-item-from-menu): Add autoload cookie.
6211
6212 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
6213
6214 * menu-bar.el (send-mail-item-name): New function.
6215 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
6216 of mail-user-agent in the menu. Don't display the "Send Mail"
6217 item if mail-user-agent is nil or its value is ignore.
6218 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
6219 if read-mail-command is nil or its value is ignore.
6220
6221 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
6222
6223 2000-10-09 Miles Bader <miles@gnu.org>
6224
6225 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
6226 Correct image size.
6227 * toolbar/left_arrow.xpm: Correct image size.
6228
6229 * jka-compr.el: Don't call `jka-compr-install' when loading (it
6230 will be done by the definition of `auto-compression-mode' if
6231 necessary. Move code to uninstall existing file-name handler
6232 before definition of `auto-compression-mode'.
6233
6234 * image-file.el (auto-image-file-mode): Move to the end of the
6235 file, because `define-minor-mode' actually calls the mode-function
6236 if the associated variable is non-nil, which requires that all
6237 needed functions be already defined.
6238
6239 * mouse.el (popup-menu): Balance parens.
6240
6241 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
6242
6243 * mouse.el (popup-menu): Move the command call outside the loop
6244 so that popup-menu returns whatever the command returns.
6245
6246 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
6247 (initialize-new-tags-table): Use run-hook-with-args-until-success.
6248 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
6249 (tags-table-format-functions): Renamed from tags-table-format-hooks.
6250
6251 * vc.el (vc-version-diff): diff-switches can be a list.
6252 Use relative filenames for prettier output.
6253
6254 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
6255 (vc-post-command-functions): Remove old-VC compatibility code.
6256
6257 * newcomment.el (comment-indent-default): Autoload.
6258
6259 * font-lock.el (font-lock-defaults): Make buffer-local.
6260 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
6261 (font-lock-choose-keywords):
6262 Ignore LEVEL unless KEYWORDS is a list of syms.
6263 (c-keywords, c++-keywords, objc-keywords, java-keywords):
6264 Don't wrap regexp-opt things in \(...\) unnecessarily.
6265
6266 * jit-lock.el: Don't require font-lock any more.
6267 (jit-lock-functions): Make buffer-local.
6268 (jit-lock-saved-fontify-buffer-function): Remove.
6269 (jit-lock-mode): Remove autoload cookie.
6270 Remove font-lock specific code.
6271 (jit-lock-unregister): Don't bother handling complex hooks any more.
6272 (jit-lock-refontify): New function.
6273 (jit-lock-fontify-buffer): Use it.
6274 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
6275 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
6276 Add optional args START and END.
6277 Never call font-lock-fontify-region directly.
6278 (jit-lock-function, jit-lock-stealth-fontify): Use it.
6279
6280 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
6281
6282 2000-10-08 Dave Love <fx@gnu.org>
6283
6284 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
6285
6286 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
6287
6288 * play/studly.el (studlify-region, studlify-word): Add autoload
6289 cookie.
6290
6291 * play/morse.el (morse-region, unmorse-region): Add autoload
6292 cookie.
6293
6294 * play/spook.el (spook-phrases-file): Use expand-file-name, not
6295 concat.
6296
6297 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
6298 insist on symbols starting with word syntax.
6299 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
6300 (eval-defun-1): Doc fix.
6301 (indent-sexp): Use nconc to build up indent-stack.
6302
6303 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
6304 Gnus with little use.
6305 (mail-setup-hook): Add mail-abbrevs-setup to options.
6306
6307 * recentf.el: Doc fixes.
6308
6309 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
6310 Clean up remainder.
6311
6312 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
6313 without timezone and (8) with timezone to enforce some whitespace.
6314 Simplify code somewhat.
6315
6316 * options.el (list-options): Doc that you should use customize.
6317
6318 * iswitchb.el (iswitchb-mode): Add :require.
6319
6320 * info.el (Info-goto-node, Info-menu): Doc fix.
6321 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
6322 (info-tool-bar-map): New variable.
6323 (Info-mode): Use it.
6324 (Info-edit-map): Define all in defvar.
6325 (speedbar-attached-frame): Avoid compiler warning.
6326
6327 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
6328 (global-map): Bind [tool-bar] to a filtered map.
6329 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
6330 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
6331 Allow PBM icons.
6332 (tool-bar-setup): Adjust calls of tool-bar-add-item.
6333
6334 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
6335 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
6336 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
6337 icons, except up_arrow, which is left-arrow rotated.
6338
6339 * imenu.el (imenu-add-to-menubar): Fix last change.
6340
6341 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
6342
6343 * generic-x.el (rul-generic-mode): Remove eval-when-compile
6344 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
6345
6346 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6347
6348 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
6349 typos in doc strings.
6350
6351 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
6352 the doc strings how to customize Font Lock faces.
6353
6354 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
6355 computing growth when dragging the header line.
6356
6357 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
6358
6359 * simple.el (kill-line): Doc fix.
6360
6361 2000-10-08 Miles Bader <miles@gnu.org>
6362
6363 * faces.el (secondary-selection): Make foreground visible on tty.
6364
6365 * jka-compr.el (auto-compression-mode): Move to the end of the
6366 file, because `define-minor-mode' actually calls the mode-function
6367 if the associated variable is non-nil, which requires that all
6368 needed functions be already defined.
6369 (with-auto-compression-mode): Add autoload cookie.
6370
6371 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
6372
6373 * files.el (find-backup-file-name) [ms-dos]: If support for long
6374 file names is not available, behave as if version-control were set
6375 to never.
6376
6377 2000-10-07 Dave Love <fx@gnu.org>
6378
6379 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
6380 (browse-url-gnome-moz): New function.
6381 (browse-url-browser-function): Use it.
6382 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
6383
6384 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
6385
6386 * indent.el (tab-always-indent): New var.
6387 (indent-for-tab-command): Use it.
6388
6389 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
6390 raise an error. This way it can still default to a sane value.
6391
6392 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6393
6394 * startup.el (fancy-splash-screens): Use local rather than global map.
6395 Don't use `update-menu-bindings' any more.
6396 Get rid of assumptions about keymap representation.
6397
6398 2000-10-06 Dave Love <fx@gnu.org>
6399
6400 * textmodes/fill.el (sentence-end-double-space)
6401 (sentence-end-without-period): Doc fix.
6402 (adaptive-fill-regexp): Purecopy.
6403 (unjustify-current-line): Use line-end-position.
6404 (fill-individual-paragraphs-prefix): Use line-beginning-position.
6405
6406 * net/eudc-vars.el (eudc): Add :version, :link.
6407
6408 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
6409
6410 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
6411 Fix for define-minor-mode.
6412 (function-at-point): Alias to function-called-at-point.
6413
6414 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
6415
6416 * simple.el (backward-word): Doc fix.
6417
6418 * image-file.el (image-file-name-regexp): image-file-regexps ->
6419 image-file-name-regexps.
6420 (image-file-name-extensions): Add pbm.
6421
6422 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
6425 and add filename to the names so that diff-mode can jump to source.
6426
6427 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
6428 (tex-font-lock-keywords, tex-font-lock-keywords-2)
6429 (tex-font-lock-keywords-1): Remove.
6430 (font-lock-turn-on-thing-lock): Use jit-lock-register.
6431 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
6432 (font-lock-default-fontify-region):
6433 Expand beg..end correctly when just following a multiline region.
6434 (font-lock-fontify-anchored-keywords):
6435 Include the anchor text as part of the multiline.
6436
6437 2000-10-06 Gerd Moellmann <gerd@gnu.org>
6438
6439 * loadup.el (toplevel): Load `loaddefs' before `help' because the
6440 latter needs the autoloaded define-minor-mode macro during the
6441 bootstrap.
6442
6443 * startup.el (command-line): For now, activate tool-bar-mode only
6444 if XPM images are supported.
6445
6446 * mouse.el (mouse-drag-header-line): Don't allow resizing a
6447 window by dragging a header-line at the top of the frame; that's
6448 confusing because the header-line doesn't move.
6449 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
6450 of treating the event as a list. Some cleanup.
6451
6452 2000-10-06 Miles Bader <miles@gnu.org>
6453
6454 * simple.el (display-message-or-buffer): New function.
6455 (shell-command-on-region): Use `display-message-or-buffer'.
6456
6457 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
6458 docstring parts.
6459
6460 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
6461 (smbclient-prompt-regexp): Add usage note to doc string.
6462 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
6463 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
6464 Use add-hook for adding the comint filter function, and only do so
6465 if it's not already in the global hook list.
6466 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
6467 to `make-local-variable'.
6468 (nslookup-font-lock-keywords): Remove prompt entry.
6469 (nslookup): Don't set the process-filter.
6470 (finger): Exit the loop correctly when the regexps list runs out.
6471 (ftp, smbclient, smbclient-list-shares):
6472 Set the real major mode immediately, not after execing.
6473 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
6474
6475 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
6476
6477 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
6478
6479 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
6480
6481 * which-func.el (which-func-format): Remove spurious space.
6482 (which-func-mode): Don't make it permanent-local.
6483 (which-func-ff-hook): Allow which-func-maxout to be nil.
6484 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
6485 (which-func-mode): Simplify.
6486 Use post-command-idle-hook rather than post-command-hook.
6487 Go through all buffers and update their state.
6488 (which-function): Also try add-log-current-defun-function.
6489
6490 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
6491 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
6492 Update call to with-vc-properties accordingly.
6493 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
6494 (vc-revert-buffer): More careful about window selection and deletion.
6495 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
6496
6497 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
6498 (cvs-retrieve-revision): Reuse a pre-existing buffer.
6499 (cvs-dired-action): Change the default to quickdir.
6500
6501 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
6502 if comment-indent-function returns nil.
6503 (comment-indent-default): New function.
6504 (comment-indent-function): Use it and document the new semantics.
6505
6506 * image-file.el: Docstring fixes.
6507
6508 * help.el (help-xref-on-pp): Use match-string.
6509 (describe-variable): New arg BUFFER.
6510 Store the current buffer in the help-xref-stack.
6511 (temp-buffer-resize-mode): Use define-minor-mode.
6512
6513 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
6514 consistently with its docstring.
6515 Set jit-lock-first-unfontify-pos in an idempotent way.
6516 (jit-lock-register): Autoload and add arg CONTEXTUAL.
6517
6518 2000-10-05 Alex Schroeder <alex@gnu.org>
6519
6520 * sql.el (sql-mysql-options): New variable.
6521 (sql-mysql): Use it.
6522
6523 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
6524
6525 * image.el (image): New group.
6526
6527 * smerge-mode.el (smerge-mine-face, smerge-other-face)
6528 (smerge-base-face, smerge-markers-face): Add dark-background variants.
6529
6530 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6531
6532 * net/net-utils.el (nslookup-font-lock-keywords)
6533 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6534 Ignore the value of wqindow-system; always define keywords
6535
6536 2000-10-05 Kenichi Handa <handa@etl.go.jp>
6537
6538 * startup.el (fancy-splash-screens): Remove the code for
6539 debugging; `(trace-to-stderr "EXITTT\n")'.
6540
6541 2000-10-05 Miles Bader <miles@gnu.org>
6542
6543 * diff-mode.el (diff-goto-source): Update call to
6544 `diff-hunk-status-msg' to reflect new REV variable.
6545
6546 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
6547
6548 * progmodes/icon.el (icon-mode):
6549 Don't gratuitously override the default for comment-column.
6550
6551 * vc-hooks.el (vc-mode-line): Fix interactive spec.
6552
6553 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
6554 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
6555 (jit-lock-functions): New var.
6556 (jit-lock-function-1): Use it if non-nil.
6557 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
6558 Set the `fontified' property before doing the fontification to avoid
6559 repeatedly going through the same error.
6560 Don't turn errors into messages.
6561 (jit-lock-register, jit-lock-unregister): New functions.
6562
6563 * dired.el (dired-mark-pop-up): Turn comment into docstring.
6564 Use with-current-buffer.
6565
6566 * dired-aux.el (dired-do-create-files, dired-kill-tree):
6567 Turn comment into docstring.
6568
6569 * apropos.el (apropos-mode): Use define-derived-mode.
6570
6571 2000-10-04 Gerd Moellmann <gerd@gnu.org>
6572
6573 * startup.el (fancy-splash-pending-command): New variable.
6574 (fancy-splash-pre-command): New function.
6575 (fancy-splash-screens): Rewritten.
6576 (command-line-1): If fancy-splash-pending-command is set, call it
6577 interactively.
6578
6579 2000-10-04 Dave Love <fx@gnu.org>
6580
6581 * toolbar/tool-bar.el (tool-bar-setup): New function.
6582 (tool-bar-mode): Use it.
6583
6584 * subr.el (substitute-key-definition): Doc fix.
6585 (play-sound-file): New command.
6586
6587 2000-10-04 Andre Spiegel <spiegel@gnu.org>
6588
6589 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
6590 vc-version-backup-file-name): New functions.
6591
6592 * files.el (basic-save-buffer): Call vc-before-save before saving.
6593
6594 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
6595 vc-cvs-stay-local-p.
6596
6597 * vc.el (vc-revert-buffer): Handle empty diff properly.
6598 (vc-version-backup-file): New function.
6599 (vc-checkout): Create a version backup if necessary.
6600 (vc-checkin): If a version backup file exists, delete it.
6601 (vc-version-diff): Diff locally using version backups, if available.
6602 (vc-revert-file): If there's a version backup, revert locally.
6603 (vc-transfer-file): Use version backup for base version, if
6604 available. If not, ask for confirmation whether to get it from the
6605 server. Update mode line before check-in.
6606
6607 2000-10-04 Dave Love <fx@gnu.org>
6608
6609 * toolbar/tool-bar.el (tool-bar-setup): New function.
6610 (tool-bar-mode): Use it.
6611
6612 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
6613
6614 * net/net-utils.el (nslookup-font-lock-keywords)
6615 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
6616 Only set if window-system is non-nil
6617 (net-utils-run-program): Returns buffer.
6618 (network-connection-reconnect): Added this function.
6619
6620 * generic.el:
6621 Incorporates extensive cleanup and docfixes by
6622 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
6623 Uses cl compile-time macros.
6624 (generic-mode-name, generic-comment-list)
6625 (generic-keywords-list, generic-font-lock-expressions)
6626 (generic-mode-function-list, generic-mode-syntax-table):
6627 Removed variables.
6628 (generic-mode-alist): Renamed to generic-mode-list.
6629 (generic-find-file-regexp): Default changed to "^#".
6630 (generic-read-type): Uses completing read on generic-mode-list.
6631 (generic-mode-sanity-check): removed this function.
6632 (generic-add-to-auto-mode): Removed this function
6633 (generic-mode-internal): Bind mode-specific definitions
6634 into function instead of putting them in alist.
6635 (generic-mode-set-comments): Reworked extensively.
6636 (generic-mode-find-file-hook): Simplified regexp searching
6637 (generic-make-keywords-list): Omit extra pair of parens
6638
6639 * find-lisp.el (find-lisp-find-files-internal):
6640 Make sure directory name ends with "/".
6641
6642 * generic-x.el (apache-conf-generic-mode):
6643 Regexp now allows leading whitespace.
6644 (rc-generic-mode): Added eval-when-compile
6645 around generic-make-keywords-list.
6646 Deleted duplicate regexp
6647 (rul-generic-mode): Added eval-when-compile
6648 around generic-make-keywords-list.
6649 (etc-fstab-generic-mode): New generic mode.
6650 (rul-generic-mode): Removed one eval-when-compile
6651 which caused a max-specpdl-size exceeded error.
6652
6653 2000-10-04 Miles Bader <miles@gnu.org>
6654
6655 * simple.el (minibuffer-temporary-goal-position): New variable.
6656 (next-history-element): Try to keep the position of point in the
6657 input string constant.
6658
6659 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6660 (dired-do-create-files): If there's only one file, pass it in as
6661 the DEFAULT arg to dired-mark-read-file-name.
6662
6663 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6664
6665 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6666 (diff-goto-source): Be smarter when choosing REVERSE or not.
6667
6668 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6669 (texinfo-mode-menu): Add an explicit shortcut for update all.
6670
6671 2000-10-03 Andre Spiegel <spiegel@gnu.org>
6672
6673 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6674 factorize backend-specific code cleanly (this was essentially
6675 conceived by Stefan Monnier).
6676 (vc-unregister): Function removed.
6677 (vc-revert-file): New function.
6678 (vc-revert-buffer): Delegate some of the work to it.
6679
6680 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6681 default branch unconditionally.
6682 (vc-rcs-set-default-branch): New function.
6683 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6684 (vc-rcs-checkin): If an appropriate default branch has been set,
6685 force creation of that branch.
6686 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6687 code (as suggested by Stefan Monnier).
6688
6689 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6690
6691 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6692 highlighting overlay with a different face over the overlay
6693 isearch uses to highlight the current match because that can lead
6694 to bad face combinations.
6695
6696 * loadup.el (toplevel): Load faces before isearch.
6697
6698 * isearch.el (isearch-faces): New custom group.
6699 (isearch): New defface; was already tested for in the code.
6700 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6701 (isearch-highlight): Always use face `isearch'.
6702
6703 2000-10-02 Dave Love <fx@gnu.org>
6704
6705 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6706 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6707 comparison of opcode with operand.
6708
6709 2000-10-03 Miles Bader <miles@gnu.org>
6710
6711 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6712 buffer, since the echo area will now grow to accommodate them.
6713
6714 2000-10-02 Andre Spiegel <spiegel@gnu.org>
6715
6716 * vc-hooks.el (vc-registered): If FILE used to be registered under
6717 a certain backend, try that one first.
6718
6719 * vc.el (vc-responsible-backend): Undo the previous change in the
6720 argument list. Handle multiple backends correctly.
6721 (vc-find-new-backend): Function removed.
6722 (vc-register): Use vc-responsible-backend, as before.
6723 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6724
6725 2000-10-02 Gerd Moellmann <gerd@gnu.org>
6726
6727 * startup.el (fancy-splash-head): Change message below the
6728 logo.
6729
6730 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6731
6732 * diff-mode.el (diff-goto-source): Emit a status message.
6733 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6734 (diff-test-hunk): Fix doc string.
6735 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6736 (diff-advance-after-apply-hunk): New variable.
6737 (diff-apply-hunk): Don't return a value.
6738
6739 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6740
6741 * vc.el (vc-editable-p): Minor optimization.
6742 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6743 (vc-find-new-backend): New function split from vc-responsible-backend.
6744 (vc-register): Use it.
6745 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6746 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6747 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6748 (vc-clear-headers): Don't use find-file.
6749 (vc-revert-buffer): Use `and' again (must have been a braino).
6750 (vc-switch-backend): Only prompt if requested.
6751 Short circuit if nothing is to be done.
6752 Don't use vc-resynch-buffer which could lose unsaved editing.
6753 (vc-default-receive-file): Update call to vc-unregister.
6754 (with-vc-file, vc-next-action-on-file):
6755 Use vc-backend rather than vc-registered.
6756 (vc-next-action-on-file): Use intern-soft.
6757 Deal with read-only *vc-diff* buffer.
6758 (vc-transfer-file): Docstring fix.
6759
6760 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6761 (vc-rcs-receive-file): Avoid with-vc-properties.
6762 Update call to vc-unregister.
6763 Use constant `RCS' rather than (dynamically bound) var `backend'.
6764
6765 2000-10-01 Andre Spiegel <spiegel@gnu.org>
6766
6767 * vc.el (vc-next-action-on-file): Update mode line only if file
6768 is visited.
6769 (vc-start-entry): New argument initial-contents. Don't visit the file
6770 if it isn't already visited. Brought documentation up-to-date.
6771 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6772 (vc-checkin): New optional arg initial-contents, which is passed to
6773 vc-start-entry.
6774 (vc-finish-logentry): Make sure to bury log buffer only if there
6775 really is one. Call `vc-resynch-buffer' on log-file, not
6776 buffer-file-name.
6777 (vc-default-comment-history, vc-default-wash-log): New functions.
6778 (vc-index-of): Removed.
6779 (vc-transfer-file): Make do without the above.
6780 (vc-default-receive-file): Call comment-history unconditionally. Pass
6781 the resulting string to vc-checkin, instead of inserting it into the
6782 comment ring.
6783
6784 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6785 unconditionally. Use the comments as initial contents of the log
6786 entry buffer. Document the trick to force branch creation with no
6787 changes.
6788
6789 2000-10-01 Miles Bader <miles@gnu.org>
6790
6791 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6792 `recenter' with an arg to prevent redrawing the display.
6793
6794 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6795
6796 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6797
6798 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6799
6800 * progmodes/c-mode.el (c-mode):
6801 Don't gratuitously override the default for comment-column.
6802
6803 * textmodes/tex-mode.el (latex-metasection-list): New var.
6804 (latex-imenu-create-index): Use it.
6805 Move the regexp construction outside loops (and use push).
6806 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6807 (tex-font-lock-keywords): Moved from font-lock.el.
6808 (tex-comment-indent): Remove.
6809 (tex-common-initialization): Don't set comment-indent-function.
6810 (latex-block-default): New var.
6811 (tex-latex-block): Use it to provide a default choice.
6812 Add any unknown choice to latex-block-names.
6813 Insert [...] after {...}.
6814 (tex-last-unended-begin): Simplify regexp.
6815 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6816 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6817 (latex-mode): Set forward-sexp-function.
6818
6819 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6820 Add regexp for @ignore ... @end ignore.
6821 (texinfo-heading-face): New face.
6822 (texinfo-font-lock-keywords): Use it.
6823 (texinfo-mode-menu): New menu.
6824 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6825 New functions.
6826 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6827 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6828 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6829 Remove declaration.
6830 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6831
6832 * delsel.el (delete-selection-mode): Use define-minor-mode.
6833
6834 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6835
6836 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6837
6838 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6839
6840 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6841
6842 * replace.el (keep-lines-read-args): New function.
6843 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6844 read arguments interactively. Add parameters RSTART and REND.
6845 Operate on the active region in Transient Mark mode.
6846
6847 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6848
6849 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6850 (authors-obsolete-files-regexps): New variable.
6851 (authors-add): Don't record changes in obsolete files.
6852
6853 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6854
6855 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6856
6857 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6858 (comment-indent): Make sure there's a space between code and comment.
6859 Shift comments left to avoid going past fill-column.
6860
6861 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6862
6863 * startup.el (startup-echo-area-message): New function.
6864 (display-startup-echo-area-message): Use it.
6865 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6866 (fancy-splash-default-action): New function.
6867 (fancy-splash-screens-1): New function.
6868 (fancy-splash-head): Put a help-echo and a keymap under the image.
6869
6870 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6871
6872 * diff-mode.el (diff-add-log-file-name): Remove.
6873 (diff-mode): Use add-log-buffer-file-name-function.
6874
6875 * add-log.el (find-change-log): New arg BUFFER-FILE.
6876 (add-log-file-name): Obey add-log-file-name-function.
6877 (add-log-buffer-file-name-function): New var.
6878 (add-change-log-entry): Use it.
6879
6880 2000-09-29 Miles Bader <miles@gnu.org>
6881
6882 * image-file.el (image-file-name-extensions): New variable.
6883 (image-file-name-regexps): Renamed from `image-file-regexps'.
6884 New default value is nil. Call `auto-image-file-mode'.
6885 (image-file-name-regexp): New function.
6886 (auto-image-file-mode): New minor mode.
6887 (insert-image-file): Don't make conditional on the image-file
6888 handler being enabled.
6889 (image-file-handler): Make the call here conditional instead.
6890 (set-image-file-handler-enabled, enable-image-file-handler)
6891 (disable-image-file-handler): Functions removed.
6892
6893 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6894 string.
6895
6896 2000-09-29 Gerd Moellmann <gerd@gnu.org>
6897
6898 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6899 it's a function from CL.
6900 (latex-imenu-create-index): Replace eval-when-compile with progn
6901 because latex-section-alist is not bound while compiling.
6902
6903 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6904
6905 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6906 (outline-mode): Use define-derived-mode.
6907
6908 * progmodes/perl-mode.el (perl-mode):
6909 * progmodes/awk-mode.el (awk-mode):
6910 * progmodes/asm-mode.el (asm-mode):
6911 Don't gratuitously override the default for comment-column.
6912
6913 * emacs-lisp/lisp.el (lisp-complete-symbol):
6914 Distinguish the let-binding case from the funcall case.
6915 (forward-sexp-function): New variable.
6916 (forward-sexp): Use it.
6917
6918 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6919 (easy-mmode-defmap): Remove the now useless autoload.
6920
6921 * time.el (display-time-mode): Use define-minor-mode.
6922
6923 * subr.el (add-minor-mode): Don't eval NAME.
6924 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6925 Use if rather than cond.
6926
6927 * simple.el (read-expression-map): Define more properly.
6928 (comment-indent-hook): Remove.
6929 (string-to-syntax): Bug fix.
6930
6931 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6932 (cvs-ediff-diff): Fix typo.
6933 (cvs-revert-if-needed): Don't bother preserving read-only.
6934
6935 * paren.el (show-paren-mode): Use define-minor-mode.
6936
6937 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6938 (toggle-auto-compression): Remove.
6939 (jka-compr-build-file-regexp): Remove useless grouping.
6940
6941 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6942 Avoid user-reserved bindings.
6943 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6944 (diff-header-face): Revert to grey85.
6945
6946 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6947
6948 * complete.el (partial-completion-mode) <defcustom>: Remove.
6949 (partial-completion-mode): Use define-minor-mode.
6950 (PC-do-completion): Understand `completion-auto-help = delay'
6951 to mean to popup the completion buffer only the second time.
6952 (PC-include-file-all-completions, PC-include-file-all-completions)
6953 (PC-include-file-all-completions): Don't quote lambda.
6954
6955 * comint.el (comint-mode-hook): Docstring fix.
6956 (comint-mode): Use define-derived-mode.
6957 (comint-mode-map): Remove obsolete comment.
6958 (make-comint): Minor stylistic change.
6959 (comint-insert-clicked-input): Be more careful to find the overlay.
6960 Use this-command-keys rather than hardcoding mouse-2.
6961
6962 * font-lock.el: Replace confusing (,@ with ,
6963 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6964 Don't use regexp-opt-depth. Spice up the regexp for args.
6965 Don't distinguish between cmds that can take an opt arg or not.
6966 Use `append' and `prepend' rather than `keep'.
6967
6968 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6969 (latex-outline-regexp): New var.
6970 (latex-outline-level): New fun.
6971 (latex-section-alist): New var.
6972 (latex-imenu-create-index): Use it. Use `push' as well.
6973 (tex-shell-map): Initialize it properly.
6974 (tex-mode): Minor stylistic change.
6975 (plain-tex-mode): Use define-derived-mode.
6976 (latex-mode): Use define-derived-mode.
6977 Construct the paragraph regexps in a more readable way.
6978 Set the buffer-local outline-{level,regexp} vars.
6979 (slitex-mode): Derive from latex-mode.
6980 (tex-common-initialization): Don't kill-all-vars anymore.
6981 Add setting for comment-add and font-lock-defaults.
6982 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6983 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6984 (tex-start-tex): New arg DIR (and send a chdir command for it).
6985 Also display the shell buffer and save it in tex-last-buffer-texed.
6986 (tex-region): Use expand-file-name rather than concat.
6987 Remove code made useless by changes in tex-start-tex.
6988 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6989
6990 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6991
6992 2000-09-28 Dave Love <fx@gnu.org>
6993
6994 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6995
6996 2000-09-28 Gerd Moellmann <gerd@gnu.org>
6997
6998 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6999 `append'.
7000
7001 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
7002
7003 * info.el (Info-extract-pointer): Undo last change.
7004 Instead, fix the position of the `bound' arg to re-search-backward.
7005
7006 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
7007
7008 * info.el (Info-extract-pointer):
7009 Widen more carefully, to avoid finding pointers in other nodes.
7010 (Info-index): Use push.
7011
7012 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7013
7014 * frame.el (set-frame-font): Remove call to obsolete function
7015 frame-update-faces.
7016 (set-foreground-color, set-background-color): Likewise for
7017 frame-update-face-colors.
7018
7019 2000-09-27 Miles Bader <miles@gnu.org>
7020
7021 * image-file.el: New file.
7022
7023 2000-09-27 Gerd Moellmann <gerd@gnu.org>
7024
7025 * frame.el (frame-notice-user-settings): Don't call
7026 frame-update-faces, which is a no-op now.
7027
7028 * ediff-wind.el (ediff-control-frame-parameters): Add zero
7029 tool-bar-lines.
7030
7031 2000-09-27 Dave Love <fx@gnu.org>
7032
7033 * mouse.el: Fix last change.
7034
7035 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
7036
7037 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
7038
7039 2000-09-22 Kenichi Handa <handa@etl.go.jp>
7040
7041 * international/quail.el (quail-help): The output message is
7042 improved.
7043
7044 2000-09-26 Dave Love <fx@gnu.org>
7045
7046 * mouse.el (popup-menu): If POSITION is nil, set it using
7047 mouse-position.
7048
7049 2000-09-25 Sam Steingold <sds@gnu.org>
7050
7051 * net/browse-url.el (browse-url-file-url): Check for null maps.
7052
7053 2000-09-26 Gerd Moellmann <gerd@gnu.org>
7054
7055 * frame.el (frame-notice-user-settings): Don't add a
7056 tool-bar-lines frame parameter to default-frame-alist in batch mode.
7057
7058 * frame.el (frame-notice-user-settings):
7059 Make tool-bar-mode and default-frame-alist consistent.
7060
7061 * toolbar/tool-bar.el (tool-bar-help): New function.
7062
7063 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7064
7065 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
7066 current-load-list in top-level forms. Else this leaks a cons cell
7067 every time a defun is called.
7068
7069 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
7070
7071 2000-09-25 Dave Love <fx@gnu.org>
7072
7073 * startup.el (fancy-splash-head): Check XPM is available.
7074
7075 * autoinsert.el (auto-insert): Doc fix.
7076 (auto-insert-alist): Following GNU notices, don't say `copyright
7077 _by_'. Use line-beginning-position.
7078 (auto-insert): Check buffer-file-name is non-nil before use.
7079
7080 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7081
7082 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
7083 starting with `@def' or `@multitable', in addition to ones
7084 specified by the user in auto-fill-inhibit-regexp.
7085
7086 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
7087
7088 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
7089 rmail-dont-reply-to-names matches the empty string.
7090
7091 2000-09-25 Gerd Moellmann <gerd@gnu.org>
7092
7093 * startup.el (command-line-1, fancy-splash-text): Change the
7094 text to sound more friendly.
7095
7096 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
7097
7098 * progmodes/hideshow.el: Update author email address.
7099 Generally, sync w/ maintainer version 5.22.
7100 (hs-hide-all-non-comment-function): New var.
7101 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
7102 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
7103 (hs-show-region): Delete this command.
7104 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
7105
7106 2000-09-22 Dave Love <fx@gnu.org>
7107
7108 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
7109 (hl-line-highlight): Specify buffer when moving overlay.
7110
7111 * progmodes/fortran.el (fortran-mode): Locally set
7112 normal-auto-fill-function.
7113 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
7114 (fortran-mode-map): Adjust auto-fill menu entry.
7115
7116 2000-09-22 Gerd Moellmann <gerd@gnu.org>
7117
7118 * vc-rcs.el (toplevel): Require `vc' when compiling.
7119
7120 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
7121
7122 2000-09-22 Andre Spiegel <spiegel@gnu.org>
7123
7124 * vc.el (vc-switch-backend): Signal an error if the file is not
7125 registered under the new backend.
7126
7127 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
7128 without explicit revision number.
7129
7130 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
7131
7132 * diff-mode.el (diff-file-header-face): Reset to its previous value.
7133 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
7134 (diff-xor): New function.
7135 (diff-find-source-location): Use it. Fix a stupid name clash.
7136 (diff-hunk-status-msg): New function.
7137 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
7138 (diff-test-hunk): Use diff-find-source-location.
7139 (diff-goto-source): Favor the `reverse'.
7140 (diff-hunk-text): Properly handle one-sided context diffs.
7141 (diff-apply-hunk): When done, advance to the next hunk.
7142
7143 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7144
7145 * startup.el (command-line): If frame was created with a non-zero
7146 tool-bar-lines parameter, switch tool-bar-mode on.
7147
7148 * add-log.el (change-log-date-face, change-log-name-face)
7149 (change-log-email-face, change-log-file-face)
7150 (change-log-list-face, change-log-conditionals-face)
7151 (change-log-function-face, change-log-acknowledgement-face):
7152 New faces, inheriting from font-lock faces.
7153 (change-log-font-lock-keywords): Use them.
7154
7155 2000-09-21 Dave Love <fx@gnu.org>
7156
7157 * progmodes/cperl-mode.el (top-level): Clean up
7158 `eval-when-compile's and assorted defvars.
7159 (cperl-invalid-face): Don't double-quote value. Change custom
7160 type.
7161 (cperl-mode): Set normal-auto-fill-function and don't zap
7162 auto-fill-function.
7163 (cperl-imenu--function-name-regexp-perl): Renamed from
7164 imenu-example--function-name-regexp-perl.
7165 (cperl-imenu--create-perl-index): Renamed from
7166 imenu-example--create-perl-index.
7167 (cperl-xsub-scan): Don't require cl.
7168
7169 * msb.el (msb-mode-map): Use substitute-key-definition.
7170 (msb-mode): Use msb-mode-map.
7171
7172 2000-09-21 Andre Spiegel <spiegel@gnu.org>
7173
7174 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
7175 New functions.
7176 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
7177 (vc-switch-backend): New function.
7178 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
7179 (vc-register): Fix prompt.
7180 (vc-unregister, vc-default-unregister): New functions.
7181 (vc-version-diff): Handle empty buffer in sentinel.
7182
7183 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
7184 (vc-rcs-state-heuristic): Use it to guess the state of files with
7185 non-strict locking.
7186 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
7187 been set with -b, but not created yet.
7188 (vc-rcs-fetch-master-state): With non-strict locking, compare file
7189 contents in order to find the state.
7190 (vc-rcs-checkin): Allow creation of branches with no changes.
7191 (vc-rcs-unregister, vc-rcs-receive-file)
7192 (vc-rcs-set-non-strict-locking): New functions.
7193
7194 * vc-hooks.el (vc-name): Force correct computation of the value
7195 in case it is missing.
7196
7197 2000-09-21 Gerd Moellmann <gerd@gnu.org>
7198
7199 * startup.el (fancy-splash-tail): Use a different foreground
7200 color on a dark frame background.
7201
7202 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
7203
7204 * info.el: Use the correct capitalization when making Info-mode
7205 and Info-edit-mode `special' modes.
7206
7207 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
7208
7209 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
7210 (diff-mode): Add support for add-log.el.
7211 (diff-hunk-text): Use char offsets rather than line offsets.
7212 (diff-find-source-location): Replace LINE with line-offset (nil
7213 if not found) and always set POS to a meaningful position.
7214 Adapt to the new char-offsets.
7215 (diff-apply-hunk): Drop support for the unused `select' POPUP.
7216 Adapt to the new diff-find-source-location.
7217 (diff-goto-source): Adapt to the new diff-find-source-location.
7218
7219 * add-log.el (add-log-file-name): New function (split out of
7220 add-change-log-entry).
7221 (add-change-log-entry): Use it.
7222 Call add-log-file-name-function with the changelog file name if
7223 the current buffer is not associated with any file.
7224 Avoid find-file if the selected window is dedicated.
7225
7226 * diff-mode.el (diff-find-source-location):
7227 Move code from diff-apply-hunk. Return buffer rather than file.
7228 (diff-apply-hunk): Use the new result from diff-find-source-location.
7229 (diff-goto-source): Use the new diff-find-source-location.
7230
7231 2000-09-20 Dave Love <fx@gnu.org>
7232
7233 * iswitchb.el: Some doc fixes.
7234 (iswitchb-mode-map): Define completely initially. Inherit
7235 minibuffer-local-map.
7236 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
7237 fundamental-mode.
7238 (iswitchb-global-map): New variable.
7239 (iswitchb-summaries-to-end): Amalgamate regexps.
7240 (iswitchb-mode): New.
7241 (iswitchb-mode-hook): New variable.
7242 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
7243 `extensions'.
7244
7245 2000-09-20 Gerd Moellmann <gerd@gnu.org>
7246
7247 * ehelp.el (electric-help): New defgroup.
7248 (electric-help-shrink-window): New user-option.
7249 (with-electric-help): Use it.
7250
7251 * window.el (shrink-window-if-larger-than-buffer): If face
7252 `mode-line' has a :box, and we're on a graphical frame, add 1
7253 to the needed window height.
7254
7255 * frame.el (frame-notice-user-settings): Add a last parameter nil
7256 to a call to `append', because the last list passed to `append' is
7257 not copied, and so subsequent calls to assq-delete-all will modify
7258 default-frame-alist.
7259
7260 * startup.el (fancy-splash-image): Change :type.
7261 (fancy-splash-head): Use an XBM image if appropriate.
7262 (command-line-1): Show splash screens in more cases.
7263
7264 * startup.el (fancy-splash-text): Don't quote faces.
7265
7266 * dired.el (dired-font-lock-keywords): Undo last change.
7267 (dired-readin): Bind indent-tabs-mode to nil.
7268
7269 * startup.el (fancy-splash-head): If frame's background mode
7270 is `dark', change the black background of the image to gray.
7271 (fancy-splash-screens): Display startup echo area message.
7272 (display-startup-echo-area-message): New function.
7273
7274 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
7275
7276 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
7277
7278 * info.el (info-header-node): Tweak for color ttys.
7279
7280 * faces.el (face-valid-attribute-values): Make sure directories we
7281 search for stipples both exist and are readable before trying to
7282 search them.
7283
7284 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
7285 in the dry-run case.
7286
7287 * jka-compr.el (with-auto-compression-mode): New macro.
7288
7289 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
7290 (custom-group-tag-face, custom-variable-tag-face): Use relative
7291 :height and inherit from `variable-pitch' face instead of
7292 hardwiring :family.
7293 * hi-lock.el (hi-black-hb): Likewise.
7294
7295 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
7296 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
7297 toolbar-add-item, if image doesn't have a mask add a `:mask
7298 heuristic'.
7299
7300 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
7301
7302 * diff-mode.el: Docstring fixes.
7303 (diff-header-face, diff-comment-face): New faces.
7304 (diff-font-lock-keywords): Highlight a bit differently.
7305 (diff-find-source-location): Don't return SPAN any more.
7306 (diff-hunk-text): Don't bother erasing the temp buffer.
7307 (diff-find-text): Drop argument LINE.
7308 (diff-apply-hunk): Update calls to diff-find-text.
7309 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
7310
7311 * calendar/calendar.el: Docstring fixes.
7312 (calendar-make-alist): Don't quote lambda.
7313 (calendar-star-date): Use make-local-variable.
7314
7315 2000-09-19 Dave Love <fx@gnu.org>
7316
7317 * toolbar/tool-bar.el: Renamed from toolbar.el.
7318 Change `toolbar' to `tool-bar' generally in symbols.
7319 Make some items invisible in `special' major modes.
7320 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
7321 Add arg PROPS.
7322
7323 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
7324 Add :version here.
7325 (fancy-splash-delay, fancy-splash-image): Remove :version here.
7326
7327 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7328
7329 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
7330
7331 * files.el (find-file-suppress-same-file-warnings): New user-option.
7332 (find-file-noselect): Use it.
7333
7334 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
7335 (fancy-splash-screen): Defgroup.
7336
7337 * add-log.el (change-log-font-lock-keywords): Match names
7338 more exactly for the case that font-lock-constant-face is
7339 underlined.
7340
7341 2000-09-19 Richard M. Stallman <rms@gnu.org>
7342
7343 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
7344
7345 2000-09-19 Andre Spiegel <spiegel@gnu.org>
7346
7347 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
7348
7349 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7350
7351 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
7352 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
7353 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
7354 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
7355 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
7356 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
7357 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
7358 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
7359 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
7360 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
7361 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
7362 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
7363
7364 * startup.el (fancy-splash-text): New variable.
7365 (fancy-splash-delay, fancy-splash-image): New user-options.
7366 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
7367 (fancy-splash-screens): New functions.
7368 (command-line-1): If display has a `display' frame parameter, has
7369 colors, and we have XPM support, show more fancy splash screens.
7370
7371 2000-09-19 Dave Love <fx@gnu.org>
7372
7373 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
7374 with null `help'. Use modern backquote syntax.
7375
7376 2000-09-19 Gerd Moellmann <gerd@gnu.org>
7377
7378 * font-lock.el (font-lock-mode): Change message telling the user
7379 that ``the buffer is too big''.
7380
7381 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
7382 for instance for the case that tab-width is 2.
7383
7384 2000-09-18 Gerd Moellmann <gerd@gnu.org>
7385
7386 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
7387 toolbar-add-item, if image doesn't have a mask add a `:mask
7388 heuristic'.
7389
7390 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
7391
7392 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
7393 and return a cons if it's non-nil.
7394 (diff-apply-hunk): Try to jump to the line in the source text
7395 corresponding to the position of point in the in the hunk.
7396
7397 * info.el (Info-title-3-face, Info-title-2-face)
7398 (Info-title-1-face): Use face inheritance and relative sizes
7399 instead of hard-wiring things.
7400
7401 * faces.el (secondary-selection): Make dark-background variant sane.
7402
7403 2000-09-16 Andrew Innes <andrewi@gnu.org>
7404
7405 * makefile.w32-in (compile-files-CMD): No need to make .elc files
7406 read-only, since they aren't under VC now.
7407
7408 2000-09-17 Dave Love <fx@gnu.org>
7409
7410 * tmm.el: Replace mapcar with mapc in several places.
7411
7412 * loadhist.el (unload-feature): Maybe call elp-restore-list and
7413 ad-unadvise.
7414
7415 * international/latin1-disp.el: New file.
7416
7417 * calendar/cal-move.el (scroll-calendar-left)
7418 (scroll-calendar-right): Make arg optional (for active mode line).
7419
7420 * calendar/calendar.el (calendar-mode-line-format): Make fields
7421 mouse-sensitive.
7422 (calendar-read-date, calendar-read-date, calendar-window-list):
7423 Unquote lambda.
7424 (calendar-month-name): Use aref, not sref.
7425
7426 * view.el (minor-mode-alist): Propertize the string.
7427
7428 * international/characters.el (standard-case-table): Add entries
7429 for Greek.
7430
7431 2000-09-18 Miles Bader <miles@gnu.org>
7432
7433 * info.el (info-node, info-xref): Add dark-background variants.
7434
7435 * faces.el (header-line): Change defaults to be less confusing
7436 when mixed with mode-lines.
7437
7438 * info.el (Info-fontify-node): Make a few cleanups.
7439 Add extra `help-echo' and `local-map' props to node xrefs.
7440 Use header-specific faces for node-names & xrefs.
7441 (Info-use-header-line): New variable.
7442 (info-header-xref, info-header-node): New faces.
7443 (Info-setup-header-line): New function.
7444 (Info-select-node): Call Info-setup-header-line when enabled.
7445 (Info-extract-pointer): Work even if the header line is hidden.
7446 (Info-header-line): New variable.
7447
7448 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
7449
7450 * vms-patch.el (print-region-function): Don't quote lambda.
7451
7452 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
7453
7454 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
7455 (lm-get-header-re): Allow spaces between the header and the colon.
7456 (lm-header): Allow $ in non-RCS headers.
7457 (lm-header-multiline): Put the strings back into order.
7458 Stop at an empty line. Don't require two space chars if the
7459 line is clearly not another header line.
7460
7461 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
7462 (popup-menu-popup): Remove.
7463
7464 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7465
7466 * toolbar/toolbar.el (toolbar-add-item): Use the same image
7467 specification if or if not tool-bar item contains an `:enabled'
7468 property.
7469
7470 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
7471 current buffer has no file name.
7472
7473 2000-09-15 Dave Love <fx@gnu.org>
7474
7475 * strokes.el: Sync with maintainer's current version with changes
7476 for Emacs, but avoid runtime cl and levents.
7477 (toplevel): Change autoloads and compilation requires.
7478 (strokes-version, strokes-bug-address, strokes-lift): Values
7479 changed.
7480 (strokes-xpm-header, strokes-insinuated): New variable.
7481 (strokes): Add :link.
7482 (strokes-mode): Customized.
7483 (strokes-while-inhibiting-garbage-collector): New macro.
7484 (strokes-remassoc): Avoid remove-if.
7485 (strokes-fix-button2-command): Don't use ad-do-it.
7486 (strokes-insinuate): New function.
7487 (strokes-button-press-event-p, strokes-button-release-event-p):
7488 New functions, used instead of non-`strokes-' versions..
7489 (strokes-mouse-event-p): Rewritten.
7490 (strokes-event-closest-point): Avoid event-point.
7491 (strokes-get-grid-position): Avoid cdadr, caadr
7492 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
7493 functions.
7494 (strokes-help): Use with-output-to-temp-buffer.
7495 (strokes-window-configuration-changed-p): New function.
7496 (strokes-update-window-configuration): Use buffer-live-p,
7497 strokes-window-configuration-changed-p.
7498 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
7499 (strokes-char-face): New face.
7500 (strokes-char-table, strokes-base64-chars): New variable.
7501 (strokes-xpm-for-stroke, strokes-list-strokes)
7502 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
7503 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
7504 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7505 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
7506 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
7507 functions.
7508
7509 2000-09-15 Gerd Moellmann <gerd@gnu.org>
7510
7511 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
7512
7513 * image.el (create-image): Doc fix.
7514
7515 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
7516 instead of `:heuristic-mask t'.
7517
7518 2000-09-14 Andrew Innes <andrewi@gnu.org>
7519
7520 * makefile.w32-in: Revert to Unix line endings.
7521
7522 2000-09-14 Andrew Innes <andrewi@gnu.org>
7523
7524 * makefile.w32-in: Add bootstrap support. Also copy lisp source
7525 when installing.
7526
7527 * makefile.nt (DONTCOMPILE): Fix typo.
7528
7529 * shell.el (shell-write-history-on-exit): New function.
7530 (shell-dumb-shell-regexp): New custom variable.
7531 (shell-mode): Make shell-write-history-on-exit the process
7532 sentinel if shell name matches shell-dumb-shell-regexp.
7533
7534 * w32-fns.el: Comment out before-init-hook function which resets
7535 source-directory based; this breaks bootstrap.
7536
7537 2000-09-14 Dave Love <fx@gnu.org>
7538
7539 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
7540 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
7541 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
7542 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
7543 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
7544 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
7545 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
7546 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
7547 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
7548
7549 * toolbar/toolbar.el: New.
7550
7551 * subdirs.el: Add toolbar.
7552
7553 2000-09-14 Gerd Moellmann <gerd@gnu.org>
7554
7555 * indent.el (indent-for-tab-command): Doc fix.
7556
7557 2000-09-14 Alex Schroeder <alex@gnu.org>
7558
7559 * ansi-color.el (ansi-colors): Doc change.
7560 (ansi-color-get-face): Simplified regexp.
7561 (ansi-color-faces-vector): Added more faces, doc change.
7562 (ansi-color-names-vector): Doc change.
7563 (ansi-color-regexp): Simplified regexp.
7564 (ansi-color-parameter-regexp): New regexp.
7565 (ansi-color-filter-apply): Doc change.
7566 (ansi-color-filter-region): Doc change.
7567 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
7568 deal with zero length parameters.
7569 (ansi-color-apply-on-region): Doc change.
7570 (ansi-color-map): Doc change.
7571 (ansi-color-map-update): Removed debugging message.
7572 (ansi-color-get-face-1): Added condition-case to trap
7573 args-out-of-range errors.
7574 (ansi-color-get-face): Doc change.
7575 (ansi-color-make-face): Removed.
7576 (ansi-color-for-shell-mode): New option.
7577
7578 2000-09-13 Kenichi Handa <handa@etl.go.jp>
7579
7580 * international/quail.el (quail-start-translation): Translate KEY
7581 if necessary even if it doesn't have any mapping in the current
7582 input method.
7583 (quail-start-conversion): Likewise.
7584 (quail-help): The output message is improved.
7585
7586 2000-09-13 Miles Bader <miles@gnu.org>
7587
7588 * comint.el (comint-output-filter): Revert to using
7589 `insert-before-markers'. Add bletcherous hack to undo damage
7590 caused by `insert-before-markers'. Put `front-sticky' property on
7591 overlays created here so that the field code understands how the
7592 overlay works. Use a let when making comint-last-prompt-overlay,
7593 so that the code is easier to read.
7594
7595 2000-09-13 Dave Love <fx@gnu.org>
7596
7597 * wid-edit.el (widget-default-format-handler): DTRT when
7598 doc-property is a function.
7599
7600 2000-09-12 Francesco Potorti` <pot@gnu.org>
7601
7602 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
7603 filed name if it's not there.
7604
7605 2000-09-12 Dave Love <fx@gnu.org>
7606
7607 * simple.el (read-mail-command): Doc fix.
7608 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
7609
7610 * vc.el (vc-dired-listing-switches): Fix :version.
7611
7612 * vc-hooks.el: Doc fixes.
7613
7614 * subr.el (add-minor-mode): Use toggle-fun arg.
7615
7616 * speedbar.el: Add :version to several defcustoms.
7617
7618 * imenu.el (imenu--truncate-items, imenu--cleanup)
7619 (imenu--generic-function): Avoid mapcar.
7620 (imenu--replace-spaces): Function removed.
7621 (imenu--completion-buffer): Use subst-char-in-string.
7622 (imenu-add-to-menubar): Use keymap inheritance.
7623
7624 2000-09-12 Miles Bader <miles@gnu.org>
7625
7626 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
7627 (diff-mode-map): Bind `diff-test-hunk'.
7628 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
7629
7630 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7631
7632 * bytecomp.el (byte-compile-defvar): Undo last change
7633 because it breaks '(make-variable-buffer-local (defvar ...)'
7634 which is used at least in dired.
7635
7636 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7637
7638 * international/quail.el (quail-define-package): Docstring
7639 modified.
7640
7641 2000-09-12 Kenichi Handa <handa@etl.go.jp>
7642
7643 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7644 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7645 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7646 docstring of "chinese-py".
7647
7648 * international/quail.el (quail-translation-docstring): New
7649 variable.
7650 (quail-show-keyboard-layout): Docstring modified.
7651 (quail-select-current): Likewise.
7652 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7653 infinite recursive call.
7654 (quail-help): Check quail-translation-docstring. Format of the
7655 output changed.
7656 (quail-help-insert-keymap-description): Adjusted for the above
7657 change.
7658
7659 2000-09-11 Gerd Moellmann <gerd@gnu.org>
7660
7661 * bytecomp.el (byte-compile-defvar): Only cons onto
7662 current-load-list in top-level forms. Else this leaks a cons cell
7663 every time a defun is called.
7664
7665 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7666
7667 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7668 Now understands non-unified diffs. Some functionality moved into
7669 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7670 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7671 modify anything. Only reposition point in the patched file if the
7672 patch succeeds. Only pop up another window if POPUP is true.
7673 Emit a message describing what happened if successful, and at what
7674 line-offset. Automatically detect reversed hunks and do something
7675 appropriate.
7676 (diff-hunk-text, diff-find-text): New functions.
7677 (diff-filter-lines): Function removed.
7678 (diff-test-hunk): New function.
7679 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7680
7681 2000-09-10 Dave Love <fx@gnu.org>
7682
7683 * textmodes/tildify.el: Minor doc/commentary fixes.
7684 (tildify) <defgroup>: Add :version.
7685
7686 * faces.el (face-x-resources): Make custom type more specific.
7687 (frame-background-mode): Use mapc.
7688 (region) <defcustom>: Add :version.
7689
7690 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7691
7692 * vc-sccs.el (vc-sccs-register):
7693 * vc-rcs.el (vc-rcs-register):
7694 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7695 * vc.el (vc-register): Clear file's properties.
7696
7697 2000-09-08 Gerd Moellmann <gerd@gnu.org>
7698
7699 * faces.el (face-spec-set): Only face-spec-reset-face when
7700 ATTRS is non-nil.
7701
7702 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7703
7704 * help.el (help-insert-xref-button): Fix a typo in doc string.
7705
7706 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7707
7708 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7709 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7710 methods.
7711
7712 * menu-bar.el (read-mail-item-name): New function.
7713 (menu-bar-tools-menu): Use it to compute and display the package
7714 used to read email.
7715 (menu-bar-tools-menu): Fix typo in GUD's help string.
7716
7717 2000-09-07 Dave Love <fx@gnu.org>
7718
7719 * diff-mode.el (diff-mouse-goto-source): New function.
7720
7721 * vc-sccs.el: Doc fixes.
7722 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7723
7724 * vc-rcs.el: Doc fixes.
7725 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7726 (vc-rcs-checkout-switches, vc-rcs-header)
7727 (vc-rcs-master-templates): Add or change :version.
7728
7729 * vc-cvs.el: Doc fixes.
7730 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7731 (vc-cvs-stay-local): Add :version.
7732
7733 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7734
7735 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7736
7737 * international/quail.el (quail-help): Fix previous change.
7738
7739 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7740
7741 * faces.el (color-values): Doc fix.
7742
7743 * faces.el (frame-set-background-mode): Use frame-parameter
7744 instead of frame-parameters.
7745
7746 * frame.el (filtered-frame-list): Reduce consing.
7747 (frames-on-display-list): Call frame-parameter instead of
7748 frame-parameters.
7749
7750 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7751
7752 * language/devan-util.el (devanagari-to-indian-region): In the
7753 loop, change the following char, not preceding char.
7754
7755 2000-09-07 Gerd Moellmann <gerd@gnu.org>
7756
7757 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7758 instead of frame-parameters.
7759
7760 * faces.el (set-face-attribute): Simplify by calling
7761 internal-set-lisp-face-attribute with FRAME being 0.
7762
7763 * vc.el: Remove `Id' version control keyword.
7764
7765 2000-09-07 Kenichi Handa <handa@etl.go.jp>
7766
7767 * help.el (help-make-xrefs): Adjusted for the change of
7768 help-xref-mule-regexp.
7769 (help-insert-xref-button): New function.
7770
7771 * international/mule-cmds.el (help-xref-mule-regexp-template):
7772 Include the pattern for character set.
7773 (leim): New group.
7774
7775 * international/quail.el: Don't require face.
7776 (quail): New group.
7777 (quail-other-command): Dummy command to make quail-help work better.
7778 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7779 (quail-keyboard-layout-substitution): New variable.
7780 (quail-update-keyboard-layout): New function.
7781 (quail-keyboard-layout-type): New customizable variable.
7782 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7783 (quail-keyboard-translate): Pay attention to
7784 quail-keyboard-layout-substitution.
7785 (quail-insert-kbd-layout): New function.
7786 (quail-show-keyboard-layout): New function.
7787 (quail-get-translation): If the definition is a vector of length
7788 1, and the element is a string of length 1, return the character
7789 in that string.
7790 (quail-update-current-translations): Fix the case of
7791 relative-index out of range.
7792 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7793 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7794 Show key sequences for all available characters.
7795 (quail-help-insert-keymap-description): Don't show such verbose
7796 key bindings as quail-self-insert-command.
7797
7798 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7799 Format changed, and each element now have extra documentations.
7800 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7801 Adjusted for the change of quail-cxterm-package-ext-info.
7802
7803 2000-09-06 Gerd Moellmann <gerd@gnu.org>
7804
7805 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7806 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7807 during bootstrap.
7808
7809 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7810
7811 * vc.el: (toplevel): Don't require `dired' at run-time.
7812 (vc-dired-resynch-file): Remove autoload cookie.
7813
7814 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7815
7816 * vc.el: Made several backend functions optional.
7817 (vc-default-responsible-p): New function.
7818 (vc-merge): Use RET for first version to trigger merge-news, not
7819 prefix arg.
7820 (vc-annotate): Handle backends that do not support annotation.
7821 (vc-default-merge-news): Removed. The existence of a merge-news
7822 implementation is now checked on caller sites.
7823
7824 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7825 case.
7826
7827 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7828 special case that has been removed from the default in vc-hooks.el.
7829
7830 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7831
7832 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7833
7834 2000-09-05 Andre Spiegel <spiegel@gnu.org>
7835
7836 * vc-hooks.el: Require vc during compilation.
7837 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7838 macro `with-vc-properties' in vc.el.
7839 (vc-file-getprop): Doc fix.
7840 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7841
7842 * vc.el: Require dired-aux during compilation.
7843 (vc-name-assoc-file): Moved to vc-sccs.el.
7844 (with-vc-properties): New macro.
7845 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7846 vc-finish-steal): Use it.
7847 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7848 to the backend-specific function is now supposed to do the checkout,
7849 too.
7850 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7851
7852 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7853 set file properties; that gets done in the generic code now.
7854
7855 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7856 Changed parameter list, added code from vc.el that does the
7857 checkout, possibly with a double-take.
7858
7859 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7860 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7861 the above under the new name.
7862 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7863 parameter list, added checkout command.
7864 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7865 properties; that gets done in the generic code now.
7866
7867 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7868
7869 * vc.el: Docstring fixes (courtesy of checkdoc).
7870
7871 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7872
7873 * vc.el (vc-checkout-writable-buffer-hook)
7874 (vc-checkout-writable-buffer): Remove.
7875 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7876 (vc-log-mode): Make it into a clean derived major mode.
7877 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7878 vc-log-mode if log-edit is not available.
7879 (vc-dired-mode-map): Don't set-keymap-parent yet.
7880 (vc-dired-mode): Do set-keymap-parent here.
7881 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7882
7883 2000-09-05 Gerd Moellmann <gerd@gnu.org>
7884
7885 * faces.el (set-face-attribute, face-spec-reset-face)
7886 (face-spec-set): Avoid consing by removing calls to `apply'.
7887
7888 * frame.el (frame-parameter): Move to C code.
7889
7890 2000-09-05 Dave Love <fx@gnu.org>
7891
7892 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7893 insert-before-markers-and-inherit. Now checked systematically!
7894
7895 2000-09-05 Alex Schroeder <alex@gnu.org>
7896
7897 * sql.el (sql-postgres): Use sql-postgres-options.
7898 (sql-postgres-options): New variable.
7899
7900 2000-09-05 Alex Schroeder <alex@gnu.org>
7901
7902 * sql.el (sql-mode-menu): Work around missing variable mark-active
7903 in XEmacs.
7904 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7905 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7906 compatibility.
7907
7908 2000-09-04 Gerd Moellmann <gerd@gnu.org>
7909
7910 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7911
7912 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7913
7914 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7915
7916 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7917
7918 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7919 don't support anything else under SCCS yet.
7920
7921 * vc-hooks.el: Minor doc fixes.
7922
7923 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7924
7925 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7926 not necessary. If verbose in state `needs-patch', do the same as
7927 under `up-to-date'. When NOT verbose and `needs-patch', check out
7928 latest version instead of `merge-news'.
7929 (vc-next-action-dired): Don't mess with default-directory here; it
7930 breaks other parts of dired. It is the job of the
7931 backend-specific functions to adjust it temporarily if they need it.
7932 (vc-next-action): Remove a special CVS case.
7933 (vc-clear-headers): New optional arg FILE.
7934 (vc-checkin, vc-checkout): Set properties vc-state and
7935 vc-checkout-time properly.
7936 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7937 (vc-print-log): Use new backend function `show-log-entry'.
7938 (vc-cancel-version): Do the checks in a different order. Added a
7939 FIXME concerning RCS-only code.
7940
7941 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7942 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7943
7944 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7945
7946 * vc-hooks.el (vc-default-mode-line-string): Show state
7947 `needs-patch' as a `-' too.
7948
7949 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7950
7951 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7952 (vc-default-could-register): New function.
7953 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7954 (vc-resynch-buffer): Call vc-dired-resynch-file.
7955 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7956 vc-resynch-buffer instead of vc-resynch-window.
7957 (vc-next-action-dired): Don't redisplay here, that gets done as a
7958 result of the individual file operations.
7959 (vc-retrieve-snapshot): Corrected prompt order.
7960
7961 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7962
7963 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7964 as well.
7965 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7966 hostname regexps. Updated all callers.
7967 (vc-cvs-responsible-p): Handle directories as well.
7968 (vc-cvs-could-register): New function.
7969 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7970 properties up-to-date.
7971
7972 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7973 user whether to create one.
7974
7975 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7976
7977 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7978 check out a non-existing file.
7979
7980 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7981 workfile does not exist.
7982
7983 * vc.el (vc-version-diff): Use `require' to check for existence of
7984 diff-mode.
7985
7986 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7987
7988 * vc-cvs.el (vc-cvs-registered): Use new function
7989 vc-cvs-parse-entry to do the actual work.
7990
7991 2000-09-04 Andre Spiegel <spiegel@gnu.org>
7992
7993 * vc-hooks.el (vc-find-backend-function): If function doesn't
7994 exist, return nil instead of error.
7995 (vc-call-backend): Doc fix.
7996
7997 * vc.el (vc-do-command): Doc fix.
7998 (vc-finish-logentry): When checking in from vc-dired, choose the
7999 right backend for logentry check.
8000 (vc-dired-mode-map): Inherit from dired-mode-map.
8001 (vc-dired-mode): Local value of dired-move-to-filename-regexp
8002 simplified.
8003 (vc-dired-state-info): Removed, updated caller.
8004 (vc-default-dired-state-info): Use parentheses instead of hyphens.
8005 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
8006 (vc-dired-listing-switches): New variable.
8007 (vc-directory): Use it, instead of dired-listing-switches.
8008
8009 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
8010 (vc-cvs-dir-state): New function.
8011 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
8012 (vc-cvs-parse-entry): New function, also to be used in
8013 vc-cvs-registered.
8014
8015 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8016
8017 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
8018 *or* single-window-frames.
8019
8020 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8021
8022 * vc.el (vc-update-changelog): Split into generic part and default
8023 implementation. Doc string adapted.
8024 (vc-default-update-changelog): New function. Call the `rcs2log'
8025 script in exec-directory, to fix a long-standing nuisance.
8026
8027 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
8028 simply signals an error.
8029
8030 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8031
8032 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
8033 control-flow more clear and to avoid running `cvs' twice.
8034
8035 * vc.el (vc-next-action-on-file): Doc fix.
8036 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
8037 (vc-print-log): Eval `file' before constructing the continuation.
8038
8039 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8040
8041 * vc.el (vc-next-action-on-file): Corrected several messages.
8042 (vc-merge): Add prefix arg `merge-news'; handle it.
8043
8044 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
8045 is not reached. It is.
8046 (vc-cvs-merge): Set state to 'edited after merge.
8047 (vc-cvs-merge-news): Set workfile version to nil if not known.
8048 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
8049
8050 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
8051 via stdout. (Merge from main line.)
8052
8053 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * vc.el (vc-finish-logentry): Thinko in the "same comment"
8056 detection.
8057
8058 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8059
8060 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
8061 against kill-all-local-variables.
8062 (vc-log-edit): Don't save vc-parent-buffer any more.
8063 (vc-last-comment-match): Initialize to an empty string.
8064 (vc-post-command-functions): New hook.
8065 (vc-do-command): Run it.
8066 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
8067 (vc-finish-logentry): Only add the comment to the ring if it's
8068 different from the last comment entered.
8069 (vc-new-comment-index): New function.
8070 (vc-previous-comment): Use it. Make the minibuffer message
8071 slightly less terse.
8072 (vc-comment-search-reverse): Make it work forward as well. Don't
8073 set vc-comment-ring-index if no match is found. Use
8074 vc-new-comment-index.
8075 (vc-comment-search-forward): Use vc-comment-search-reverse.
8076 (vc-dired-mode-map): Don't inherit from dired-mode-map since
8077 define-derived-mode will do it for us. Bind `v' to a keymap that
8078 inherits from vc-prefix-map so that we can bind `vt' without
8079 binding C-x v t.
8080 (vc-retrieve-snapshot): Parenthesis typo.
8081
8082 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
8083 to 1. Make sure to switch to *vc* before looking for an error
8084 message. Use vc-parse-buffer.
8085
8086 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8087
8088 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
8089 and NAME.
8090 (vc-retrieve-snapshot): Split into two parts.
8091 (vc-default-retrieve-snapshot): New function.
8092
8093 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
8094 (vc-cvs-retrieve-snapshot): New function (untested).
8095 (vc-cvs-stay-local): Default to t.
8096 (vc-cvs-remote-p): New function and property.
8097 (vc-cvs-state): Stay local only if the above is t.
8098 (vc-handle-cvs): Removed.
8099 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
8100 done via vc-handled-backends now.
8101 (vc-cvs-header): Escape Id.
8102
8103 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8104
8105 * vc.el (vc-do-command): Remove unused commands.
8106 (vc-version-diff): Make sure default-directory ends with a slash.
8107 Move the window commands into a vc-exec-after.
8108 (vc-print-log): Move more of the code into the `vc-exec-after'.
8109
8110 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8111
8112 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
8113 (vc-print-log): Search current revision from beginning of buffer.
8114 (vc-revert-buffer): Clear echo area after the diff is finished.
8115 (vc-prefix-map): Removed definition of "t" for terse display in vc
8116 dired.
8117 (vc-dired-mode-map): Inherit from dired-mode-map. Added
8118 definition of "vt" for terse display.
8119 (vc-dired-mode): Fix dired-move-to-filename-regexp.
8120
8121 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8122
8123 * vc.el (vc-exec-after): Avoid caddr.
8124
8125 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8126
8127 * vc.el (vc-exec-after): New function.
8128 (vc-do-command): Use it to add a termination message for async
8129 procs.
8130 (vc-checkout): Try to handle a missing-backend situation.
8131 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
8132 of a directory with a backend using async diffs.
8133 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
8134 present.
8135
8136 * vc-sccs.el (vc-sccs-state-heuristic): Use
8137 file-ownership-preserved-p.
8138
8139 * vc-rcs.el (vc-rcs-state-heuristic): Use
8140 file-ownership-preserved-p.
8141 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
8142
8143 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8144
8145 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
8146 vc-do-command.
8147
8148 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
8149 when there are no changes.
8150
8151 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8152
8153 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
8154
8155 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
8156
8157 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8158
8159 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
8160
8161 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
8162 the `fset' outside of the defvar so that it works even if
8163 vc-prefix-map was already defined.
8164 (vc-setup-buffer): New function, split out of vc-do-command.
8165 (vc-do-command): Allow BUFFER to be t to mean `just use the
8166 current buffer without any fuss'.
8167 (vc-version-diff): Change the `diff' backend operation to just put
8168 the diff in the current buffer without erasing it. Always use
8169 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
8170 shrink-window-if-larger-than-buffer.
8171 (vc-print-log): Change the `print-log' backend operation to just
8172 put the log in the current buffer without erasing it. Protect
8173 shrink-window-if-larger-than-buffer.
8174 (vc-update-change-log): Fix setd typo.
8175
8176 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
8177 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
8178
8179 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
8180 (vc-rcs-diff): Insert in the current buffer and remove unused arg
8181 CMP.
8182
8183 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
8184 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
8185 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
8186
8187 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8188
8189 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
8190 not possible, use vc-BACKEND-workfile-unchanged-p.
8191 (vc-default-workfile-unchanged-p): New function. Delegates to a
8192 full vc-BACKEND-diff.
8193
8194 * vc-hooks.el (vc-simple-command): Removed.
8195
8196 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
8197 instead of vc-simple-command.
8198 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
8199 avoid doing a diff when opening a file.
8200 (vc-rcs-state): Added check for unlocked-changes.
8201 (vc-rcs-header): Escape Id.
8202 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
8203 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
8204 version.
8205
8206 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
8207 (vc-sccs-diff): Remove optional arg CMP.
8208 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
8209 SCCS-specific function.
8210
8211 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
8212 vc-simple-command.
8213
8214 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8215
8216 * vc.el (vc-editable-p): Renamed from vc-writable-p.
8217 (with-vc-file, vc-merge): Use vc-editable-p.
8218 (vc-do-command): Remove unused var vc-file and fix the
8219 doubly-defined `status' var. Add a user message when starting an
8220 async command.
8221 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
8222 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
8223 Use with-current-buffer.
8224 (vc-buffer-sync): Use unless.
8225 (vc-next-action-on-file): If the file is 'edited by read-only,
8226 make it read-write instead of trying to commit.
8227 (vc-version-diff, vc-update-change-log): Use `setq
8228 default-directory' rather than `cd'.
8229 (vc-log-edit): Don't forget to set default-directory in the
8230 buffer.
8231
8232 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
8233 (vc-sccs-state-heuristic): Use file-writable-p instead of
8234 comparing userids.
8235 (vc-sccs-checkout): Use `unless'.
8236
8237 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
8238 of comparing userids.
8239 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
8240 Simplify the logic by eliminating unreachable code.
8241 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
8242 just do a recursive call if we need to retry.
8243 (vc-rcs-checkout): Handle the case where rcs is missing by making
8244 the buffer read-write if requested and re-signalling the error.
8245
8246 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
8247
8248 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8249
8250 * vc-hooks.el (vc-handled-backends): Docstring change.
8251 (vc-ignore-vc-files): Mark obsolete.
8252 (vc-registered): Check vc-ignore-vc-files.
8253 (vc-find-file-hook, vc-file-not-found-hook): Don't check
8254 vc-ignore-vc-files.
8255
8256 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
8257
8258 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8259
8260 * vc.el (vc-checkout): Don't do anything special for ange-ftp
8261 files since ange-ftp already has vc-registered return nil.
8262
8263 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
8264 (vc-sccs-workfile-version): Use with-temp-buffer and new
8265 vc-parse-buffer and don't bother setting the property.
8266 (vc-sccs-add-triple): Use with-current-buffer and
8267 find-file-noselect.
8268 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
8269
8270 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
8271 derives from the old vc-parse-buffer but uses the revision number
8272 rather than the date (much easier to compare robustly).
8273 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
8274 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
8275 locking-user more directly. Check strict locking and set
8276 checkout-model appropriately.
8277 (vc-rcs-parse-locks): Remove.
8278 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
8279 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
8280 (vc-rcs-system-release): Use with-current-buffer and
8281 vc-parse-buffer.
8282 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
8283
8284 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
8285 (vc-simple-command): Docstring fix.
8286 (vc-registered): Align the way the file-handler is called with the
8287 way the function itself works.
8288 (vc-file-owner): Remove.
8289
8290 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
8291 extraction of fields and call to file-attributes because of a
8292 temporary bug in rcp.el.
8293 (vc-cvs-fetch-status): Use with-current-buffer.
8294
8295 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8296
8297 * vc.el (vc-do-command): Use file-relative-name.
8298 (vc-responsible-backend): Use vc-backend if possible.
8299 (vc-create-snapshot): Improve the `interactive' spec. Add support
8300 for branches and dispatch to backend-specific `create-snapshot'.
8301 (vc-default-create-snapshot): New function, containing the bulk of
8302 the old vc-create-snapshot.
8303 (vc-retrieve-snapshot): Improve the interactive spec.
8304
8305 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
8306 (vc-backend-hook-functions): Remove.
8307 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
8308 (vc-backend): Reintroduce the test for `file = nil' now that I
8309 know why it was there (and added a comment to better remember).
8310
8311 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
8312 code from vc-sccs-hooks.el.
8313 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
8314 'vc anymore.
8315 (vc-sccs-responsible-p): Use expand-file-name instead of concat
8316 and file-directory-p instead of file-exists-p.
8317 (vc-sccs-check-headers): Simplify the regexp.
8318
8319 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
8320 from vc-rcs-hooks.el. Don't require 'vc anymore.
8321 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
8322 file-directory-p instead of file-exists-p.
8323
8324 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
8325 from vc-cvs-hooks.el.
8326 (proto vc-cvs-registered): Require 'vc-cvs instead of
8327 'vc-cvs-hooks. Don't require 'vc anymore.
8328 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
8329 file-directory-p instead of file-exists-p.
8330 (vc-cvs-create-snapshot): New function, replacing
8331 vc-cvs-assign-name.
8332 (vc-cvs-assign-name): Remove.
8333
8334 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8335
8336 * vc-cvs.el (vc-cvs-header): New var.
8337
8338 * vc-rcs.el (vc-rcs-exists): Remove.
8339 (vc-rcs-header): New var.
8340
8341 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
8342 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
8343 (vc-sccs-header): New var.
8344
8345 * vc.el (vc-do-command): Get rid of the `last' argument.
8346 (vc-header-alist): Remove, replaced by vc-X-header.
8347 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
8348 (vc-dired-hook): Use expand-file-name instead of concat.
8349 (vc-directory): Use file-name-as-directory.
8350 (vc-snapshot-precondition, vc-create-snapshot)
8351 (vc-retrieve-snapshot): Allow the command to operate on any
8352 directory.
8353
8354 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
8355 just removing the 'WORKFILE argument or by removing the 'MASTER
8356 argument and replacing `file' with (vc-name file).
8357
8358 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8359
8360 * vc.el: Update Copyright and add a crude list of backend funs.
8361 (vc-writable-p): New function.
8362 (with-vc-file): Use vc-writable-p.
8363 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
8364 (vc-register): Avoid vc-name.
8365 (vc-locking-user): Remove.
8366 (vc-steal-lock): Make the `owner' arg non-optional.
8367 (vc-merge): Use vc-writable-p instead of vc-locking-user and
8368 vc-checkout-model.
8369 (vc-default-dired-state-info): Use vc-state instead of
8370 vc-locking-user and return special strings for special states.
8371 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
8372 and get rid of one of the special CVS cases.
8373 (vc-cancel-version): prettify error message with \\[...].
8374 (vc-rename-master): New function.
8375 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
8376 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
8377 the CVS special case generic.
8378 (vc-default-record-rename): Remove.
8379 (vc-file-tree-walk-internal): Only call FUNC for files that are
8380 under control of some VC backend and replace `concat' with
8381 expand-file-name.
8382 (vc-file-tree-walk): Update docstring.
8383 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
8384 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
8385
8386 * vc-sccs.el (vc-sccs-rename-file): Renamed from
8387 vc-sccs-record-rename. Use `find-file-noselect' rather than
8388 `find-file' and call `vc-rename-master' to do the actual move.
8389 (vc-sccs-diff): Remove unused `backend' variable.
8390
8391 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
8392 to delay loading of vc-sccs until it is really used.
8393 (vc-sccs-master-templates): Preload.
8394 (vc-sccs-state): Update call to vc-sccs-parse-locks.
8395 (vc-sccs-project-dir): Remove (merged into
8396 vc-sccs-search-project-dir).
8397 (vc-sccs-search-project-dir): Rewrite using file name handling ops
8398 rather than `concat', make sure it is preloaded and don't bother
8399 to check that the file actually exists.
8400 (vc-sccs-parse-locks): Remove unused `file' argument, remove
8401 `locks' argument (use buffer's content instead) and eliminate n^2
8402 behavior.
8403
8404 * vc-rcs.el: Update Copyright.
8405 (vc-rcs-rename-file): New function.
8406 (vc-rcs-diff): Remove unused `backend' variable.
8407
8408 * vc-hooks.el: Update Copyright.
8409 (vc-backend): Don't accept a nil argument any more.
8410 (vc-up-to-date-p): Turn into a defsubst.
8411 (vc-possible-master): New function.
8412 (vc-check-master-templates): Use `vc-possible-master' and allow
8413 funs in vc-X-master-templates to return a non-existent file.
8414
8415 * vc-cvs.el: Update Copyright.
8416 (vc-cvs-diff): Remove unused `backend' variable.
8417 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
8418
8419 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
8420
8421 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8422
8423 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
8424 since it can be called from vc-rcs.el.
8425 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
8426
8427 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8428
8429 * vc.el (vc-version-diff): Expand file name read from the
8430 minibuffer. Handle the case when a previous version number can't
8431 be guessed. Give suitable messages when there were no differences
8432 found.
8433 (vc-clear-headers): Call backend-specific implementation, if one
8434 exists.
8435 (vc-cancel-version): Made error checks generic. When done, clear
8436 headers generically, too.
8437
8438 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
8439 from vc-clear-headers in vc.el.
8440
8441 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
8442 correctly.
8443 (vc-rcs-latest-on-branch-p): Made second argument VERSION
8444 optional. Handle the case when it's not there.
8445
8446 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8447
8448 * vc.el (vc-locking-user): Moved from vc-hooks.el.
8449
8450 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8451
8452 * vc-hooks.el (vc-loadup): Remove.
8453 (vc-find-backend-function): Use `require'. Also, handle the case
8454 where vc-BACKEND-hooks.el doesn't exist.
8455 (vc-call-backend): Cleanup.
8456
8457 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8458
8459 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
8460 vc-rcs-grab-templates)
8461 (vc-rcs-registered): Remove. The default function works as well.
8462 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
8463 vc-sccs-grab-templates)
8464 (vc-sccs-registered): Remove. The default function works as well.
8465
8466 * vc.el (vc-version-diff): Left out a vc- in call to
8467 vc-call-backend.
8468 (vc-default-dired-state-info, vc-default-record-rename)
8469 (vc-default-merge-news): Update for the new backend argument.
8470
8471 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
8472 using the default function.
8473 (vc-call-backend): If calling the default function, pass it the
8474 backend as first argument. Update the docstring accordingly.
8475 (vc-default-state-heuristic, vc-default-mode-line-string): Update
8476 for the new backend argument.
8477 (vc-make-backend-sym): Renamed from vc-make-backend-function.
8478 (vc-find-backend-function): Use the new name.
8479 (vc-default-registered): New function.
8480
8481 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8482
8483 * vc.el (vc-merge): Use vc-find-backend-function.
8484
8485 * vc-hooks.el (vc-backend-functions): Remove.
8486 (vc-loadup): Don't setup 'vc-functions.
8487 (vc-find-backend-function): New function.
8488 (vc-call-backend): Use above fun and populate 'vc-functions
8489 lazily.
8490 (vc-backend-defines): Remove.
8491
8492 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8493
8494 * vc.el (vc-register): Put a FIXME note for a newly found bug.
8495 Call vc-call-backend without the leading vc-.
8496 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
8497 (vc-check-headers): Call vc-call-backend without the leading vc-.
8498 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
8499 (vc-annotate-display): Replace confusing use of `cond' with `or'.
8500 Call vc-call-backend without the leading vc-.
8501
8502 * vc-cvs.el (tail): Provide vc-cvs.
8503 * vc-sccs.el (tail): Provide vc-sccs.
8504 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
8505
8506 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
8507 (vc-make-backend-function, vc-call): Pass names without leading
8508 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
8509 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
8510 (vc-call-backend): Always try to load vc-X-hooks.
8511 (vc-registered): Remove vc- in call to vc-call-backend.
8512
8513 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8514
8515 * vc.el (vc-process-filter): New function.
8516 (vc-do-command): Setup `vc-process-filter' for the async process.
8517 (vc-maybe-resolve-conflicts): New function to reduce
8518 code-duplication. Additionally, it puts the buffer in
8519 `smerge-mode' if applicable.
8520 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
8521 calling `merge-news'.
8522 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
8523 (vc-log-edit): New function. Replacement for `vc-log-mode' by
8524 interfacing to log-edit.el.
8525 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
8526 log-edit is available.
8527 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
8528
8529 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8530
8531 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
8532 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
8533 defvar and the initialization.
8534 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
8535
8536 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
8537 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
8538
8539 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
8540
8541 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8542
8543 * vc.el (vc-file-clear-masterprops): Removed.
8544 (vc-checkin, vc-revert-buffer): Removed calls to the above.
8545 (vc-version-diff): Use buffer-size without argument.
8546 (vc-register): Heed vc-initial-comment.
8547
8548 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
8549 default branch.
8550
8551 * vc-rcs.el (vc-rcs-register): Parse command output to find master
8552 file name and workfile version.
8553 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
8554
8555 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
8556 vc-file-clear-masterprops.
8557
8558 * vc-sccs.el (vc-sccs-checkout): Removed call to
8559 vc-file-clear-masterprops. If writable, set vc-state to 'edited
8560 rather than user login name.
8561
8562
8563 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8564
8565 * vc.el (vc-workfile-unchanged-p): Remove unused argument
8566 `want-differences-if-changed' and simplify.
8567 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
8568 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
8569 output (which is invalid for async vc-diff) to decide whether to
8570 do the revert silently or not.
8571
8572 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8573
8574 * vc-hooks.el (vc-loadup): Load files quietly.
8575 (vc-call-backend): Oops, brain fart.
8576
8577 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8578
8579 * vc-cvs.el (vc-cvs-state): Typo.
8580 (vc-cvs-merge-news): Return the status code rather than the error msg.
8581
8582 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8583
8584 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
8585 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
8586 vc-state or vc-up-to-date-p.
8587 (vc-merge): Use vc-backend-defines to check whether merging is
8588 possible. Set state to 'edited after successful merge.
8589
8590 * vc-hooks.el (vc-locking-user): If locked by the calling user,
8591 return that name. Redocumented.
8592
8593 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8594
8595 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
8596 new `vc-state' semantics.
8597 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
8598 'vc-locking-user to the current user.
8599 (vc-merge): Inline vc-backend-merge. Comment out code that I
8600 don't understand and hence can't adapt to the new `vc-state' and
8601 `vc-locking-user' semantics.
8602 (vc-backend-merge): Remove.
8603
8604 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
8605 rather than 'vc-locking-user.
8606
8607 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
8608
8609 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
8610 (vc-state): Don't use 'reserved any more. Just use the same
8611 convention as the one used for vc-<backend>-state where the
8612 locking user (as a string) is returned.
8613 (vc-locking-user): Update, based on the above convention. The
8614 'vc-locking-user property has disappeared.
8615 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
8616
8617 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
8618 with a heuristic one.
8619 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
8620 (vc-cvs-checkin): Do a trivial parse to set the state in case of
8621 error. That allows us to get to 'needs-merge even in the
8622 stay-local case. There's still no way to detect 'needs-patch in
8623 such a setup (or to force an update for that matter).
8624 (vc-cvs-logentry-check): Remove, the default works as well.
8625
8626 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8627
8628 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
8629
8630 * vc.el (vc-do-command): kill-all-local-variables, to reset any
8631 major-mode in which the buffer might have been put earlier. Use
8632 `remove' and `when'. Allow `okstatus' to be `async' and use
8633 `start-process' in this case.
8634 (vc-version-diff): Handle the case where the diff looks empty
8635 because of the use of an async process.
8636
8637 2000-09-04 Andre Spiegel <spiegel@gnu.org>
8638
8639 * vc.el (vc-next-action-on-file): Removed optional parameter
8640 `simple'. Recompute state unconditionally.
8641 (vc-default-toggle-read-only): Removed.
8642
8643 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8644 (vc-toggle-read-only): Undid prev change.
8645
8646 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8647 vc-cvs-simple-toggle. Redocumented.
8648 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8649 (vc-cvs-toggle-read-only): Removed.
8650
8651 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8652
8653 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8654 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8655 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8656 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8657 still is. So maybe it should be removed.
8658 (vc-head-version, vc-find-binary): Remove.
8659 (vc-recompute-state): Move from vc-hooks.el.
8660 (vc-next-action-on-file): Add a `simple' argument to allow
8661 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8662 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8663 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8664 (vc-dired-mode-map): Properly defvar it.
8665 (vc-print-log): Call log-view-mode if available.
8666 (small-temporary-file-directory): defvar instead of use boundp.
8667 (vc-merge-news): Moved to vc-cvs.el.
8668 (vc-default-merge-news): New function.
8669
8670 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8671 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8672 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8673 unknown `vc-latest-version' function. It should probably refer to
8674 vc-workfile-version or somesuch, but it's very unclear to me and I
8675 don't have SCCS to test things.
8676
8677 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8678 (vc-sccs-state-heuristic): Fix typo.
8679 (vc-sccs-workfile-unchanged-p): Add missing argument.
8680
8681 * vc-rcs.el: Require vc and vc-rcs-hooks.
8682 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8683 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8684 (vc-release-greater-or-equal-p): Move from vc.
8685 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8686 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8687 (vc-rcs-checkout): Add a missing `new-version' argument in the
8688 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8689
8690 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8691 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8692 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8693 than the apparently unbound `workfile-version'.
8694
8695 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8696 (vc-file-prop-obarray): Use `make-vector'.
8697 (vc-backend-functions): Add new hookable functions
8698 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8699 (vc-loadup): If neither backend nor default functions exist, use
8700 the backend function rather than nil.
8701 (vc-call-backend): If the function if not bound yet, try to load
8702 the non-hook file to see if it provides it.
8703 (vc-call): New macro plus use it wherever possible.
8704 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8705 nor `vc-find-binary' since it's only called from
8706 vc-mistrust-permission which is only used once the backend is known.
8707 (vc-checkout-model): Fix parenthesis.
8708 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8709
8710 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8711 (vc-cvs-release, vc-cvs-system-release): Remove.
8712 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8713 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8714 status symbols.
8715 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8716 (vc-cvs-toggle-read-only): First cut at a function to allow a
8717 cvs-status-free vc-toggle-read-only.
8718 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8719 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8720 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8721 (vc-cvs-checkout): Modify access rights directly if the user
8722 requested not to use `cvs edit'. And refresh the mode line.
8723
8724 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8725 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8726
8727 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8728
8729 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8730 workfile' that got lost when the code was extracted from vc.el.
8731 And merged the tail with the rest of the code (not possible in the
8732 old vc.el where the tail was shared among all backends). And
8733 explicitly set the state to 'edited if `writable' is set.
8734
8735 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8736 (vc-cvs-state): Be careful to return the value from
8737 vc-cvs-parse-state.
8738 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8739 property but return it instead. Also be careful to handle a nil
8740 or "" `rev' when workfile is non-nil (it was handled properly when
8741 workfile was nil).
8742
8743 * vc.el: Removed those pesky unnecessary `(function' quotes.
8744 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8745 directly in the defvar.
8746 (vc-do-command): Bind inhibit-read-only so as to properly handle
8747 the case where the destination buffer has been made read-only.
8748 (vc-diff): Delegate to vc-version-diff in all cases.
8749 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8750 (vc-annotate-mode-variables): Removed (code moved partly to
8751 defvars and partly to vc-annotate-add-menu).
8752 (vc-annotate-mode): Turned into a derived-mode.
8753 (vc-annotate-add-menu): Moved in code in
8754 vc-annotate-mode-variables.
8755 (vc-update-change-log): Use make-temp-file if available.
8756
8757 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8758
8759 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8760 `vc-checkout-model' updated to `vc-cvs-update-model'.
8761
8762 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8763
8764 * vc.el (vc-next-action-on-file): Added handling of state
8765 `unlocked-changes'.
8766 (vc-checkout-carefully): Is now practically obsolete, unless the
8767 above is too slow to be enabled unconditionally.
8768 (vc-update-change-log): Fixed typo.
8769
8770 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8771
8772 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8773 Now handles state `unlocked-changes'.
8774 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8775
8776 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8777
8778 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8779 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8780 `unlocked-changes'.
8781 (vc-rcs-workfile-unchanged-p): Renamed from
8782 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8783 function yet, but supposed to become one soon.
8784
8785 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8786 `vc-steal-lock'.
8787 (vc-call-backend): Changed error message.
8788 (vc-state): Added description of state `unlocked-changes'.
8789
8790 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8791
8792 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8793 always return t in CVS-controlled directories.
8794
8795 * vc.el (vc-responsible-backend): New function.
8796 (vc-register): Largely rewritten.
8797 (vc-admin): Removed (implementation moved into vc-register).
8798 (vc-checkin): Redocumented.
8799 (vc-finish-logentry): If no backend defined yet (because we are in
8800 the process of registering), use the responsible backend.
8801
8802 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8803 Updated function lists.
8804 (vc-call-backend): Fixed typo.
8805
8806 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8807 New functions.
8808 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8809 Removed query option. Redocumented.
8810
8811 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8812
8813 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8814
8815 * vc.el: Updated callers of `vc-checkout-required' to use
8816 `vc-checkout-model'.
8817
8818 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8819
8820 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8821 stuff updated to reference this function instead of the old
8822 `vc-backend-release-p'.
8823
8824 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8825
8826 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8827 vc-checkout-model. Return appropriate values. Updated callers.
8828
8829 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8830
8831 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8832 (vc-backend-revert): Function moved into `vc-revert';
8833 `vc-next-action' must be updated to accomodate this change.
8834 (vc-backend-steal): Function moved into `vc-finish-steal'.
8835 (vc-backend-logentry-check): Function moved into
8836 `vc-finish-logentry'.
8837 (vc-backend-printlog): Function moved into `vc-print-log'.
8838 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8839 (vc-backend-assign-name): Function moved into
8840 `vc-create-snapshot'.
8841
8842 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8843
8844 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8845 Rename to vc-checkout-model. Return appropriate values.
8846 Update callers.
8847
8848 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8849 to vc-checkout-model.
8850 (vc-checkout-required): Rename to vc-checkout-model.
8851 Re-implement and re-comment.
8852 (vc-after-save): Use vc-checkout-model.
8853
8854 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8855
8856 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8857 Update to use the vc-BACKEND-diff functions instead.
8858 `vc-diff' is now working.
8859
8860 * vc-rcs.el (vc-rcs-logentry-check): New function.
8861
8862 * vc-cvs.el (vc-cvs-logentry-check): New function.
8863
8864 * vc-sccs.el (vc-sccs-diff): Function changed name from
8865 `vc-backend-diff'. This makes `vc-diff' work.
8866
8867 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8868 of functions possibly implemented in a vc-BACKEND library.
8869 (vc-checkout-required): Fix bug that caused an error to be
8870 signaled during `vc-after-save'.
8871
8872 * vc.el: Fix typo.
8873 This checkin is made with our new VC code base for the very first time.
8874 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8875
8876 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8877 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8878
8879 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8880 updated to `vc-uses-locking'.
8881 (vc-checkout-required): Call to backend function.
8882 `vc-checkout-required' updated to `vc-uses-locking' instead.
8883
8884 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8885 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8886
8887 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8888 to match the split into various backends.
8889 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8890 (vc-retrieve-snapshot): Bug fix.
8891
8892 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8893
8894 * vc-sccs.el (vc-sccs-release): Doc fix.
8895
8896 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8897
8898 * vc.el (vc-next-action-on-file): Bug found and fixed.
8899 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8900 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8901
8902 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8903 (vc-rcs-checkout): Name space cleaned up. No more revision number
8904 crunching function names that are not prefixed with vc-rcs.
8905 (vc-rcs-checkout-model): Function added. References to
8906 `vc-checkout-model' replaced.
8907
8908 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8909
8910 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8911 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8912 still need to be split, and implemented for RCS).
8913
8914 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8915
8916 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8917
8918 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8919 required by the vc.el file.
8920
8921 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8922 required by the vc.el file.
8923 (vc-rcs-exists): Function added.
8924
8925 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8926 required by the vc.el file.
8927
8928 * vc.el (vc-admin): Updated to handle selection of appropriate
8929 backend. Current implementation is crufty and need re-thinking.
8930
8931 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8932
8933 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8934
8935 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8936 beginning of annotate buffers correctly.
8937
8938 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8939 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8940 functionality updated quite a lot to support multiple backends.
8941 Variables `vc-annotate-mode', `vc-annotate-buffers',
8942 `vc-annotate-backend' added.
8943
8944 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8945 `vc-annotate-difference' added to supported backend functions.
8946
8947 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8948
8949 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8950 Use with-temp-file instead of /bin/sh. Merged from mainline
8951
8952 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8953
8954 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8955
8956 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8957
8958 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8959
8960 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8961
8962 * vc-hooks.el: vc-state-heuristic added to
8963 vc-backend-hook-functions.
8964
8965 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8966
8967 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8968
8969 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8970 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8971 state to `reserved'.
8972
8973 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8974 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8975
8976 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8977
8978 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8979 untouched.
8980
8981 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8982
8983 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8984 if defined. (Merged from main line, slightly adapted.)
8985
8986 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8987 millenium problem (merged from mainline).
8988
8989 2000-09-04 Martin Lorentzson <martinl@gnu.org>
8990
8991 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8992 part and moved the non-BACKEND stuff to vc.el.
8993
8994 * vc.el: Split the annotate feature into a BACKEND specific part
8995 and moved it from the vc-cvs.el file to this one.
8996
8997 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8998
8999 * vc-hooks.el: Implement new state model.
9000 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
9001 (vc-locking-user): Simplify. Now only needed if the file is
9002 locked by somebody else.
9003 (vc-lock-from-permissions): Remove. Functionality is in
9004 vc-sccs-hooks.el and vc-rcs-hooks.el now.
9005 (vc-mode-line-string): New name for former vc-status. Adapted.
9006 (vc-mode-line): Adapt to use the above. Remove optional parameter.
9007
9008 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
9009 Various simplifications and adaptations all over the place.
9010
9011 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
9012 Simplify and adapt the rest.
9013
9014 * vc.el (vc-resynch-window): Add TODO comment: check for
9015 interaction with view mode according to recent RCS change.
9016 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
9017
9018 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9019
9020 * vc.el: Convert the remaining function comments to docstrings.
9021
9022 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9023
9024 * vc.el (vc-backend-release, vc-release-greater-or-equal)
9025 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
9026 (vc-minor-part, vc-previous-version): Functions that operate and
9027 compare revision numbers got proper documentation. Comments added
9028 about their possible removal.
9029
9030 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9031
9032 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
9033 the vc-backend.el files.
9034
9035 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
9036
9037 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
9038 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
9039 (vc-rcs-previous-version): Functions added.
9040
9041 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
9042
9043 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
9044
9045 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9046
9047 * vc-hooks.el (vc-master-templates): Is really obsolete.
9048 Comment out the definition for now. What is the right procedure
9049 to get rid of it?
9050 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
9051 rewritten.
9052 (vc-default-registered): Remove.
9053 (vc-check-master-templates): New function; does mostly what the
9054 above did before.
9055 (vc-locking-user): Don't rely on the backend to set the property.
9056
9057 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
9058 Rewrite documentation.
9059 (vc-rcs-templates-grabbed): New variable.
9060 (vc-rcs-grab-templates): New function.
9061 (vc-rcs-registered): Rewrite to use above mechanism.
9062
9063 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
9064 Rewrite documentation.
9065 (vc-sccs-templates-grabbed): New variable.
9066 (vc-sccs-grab-templates): New function.
9067 (vc-sccs-registered): Rewrite to use above mechanism.
9068 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
9069 Don't throw the result, simply return it.
9070
9071 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
9072 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
9073 (vc-cvs-registered): Does the check itself now. Simplify.
9074
9075 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
9076 from main line.
9077
9078 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9079
9080 * vc-cvs.el (vc-cvs-diff): New function.
9081
9082 * vc-sccs.el (vc-sccs-diff): New function.
9083
9084 * vc-rcs.el (vc-rcs-diff): New function.
9085 (vc-rcs-checkout): Bug (typo) found and fixed.
9086 (vc-rcs-register-switches): New variable.
9087
9088 * vc.el (vc-backend-diff): Function removed and placed in the
9089 backend files.
9090
9091 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9092
9093 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
9094
9095 * vc.el (vc-backend-checkout): Function removed and replaced in
9096 the vc-backend.el files.
9097
9098 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
9099
9100 * vc.el (vc-backend-admin): Removed and replaced in the
9101 vc-backend.el files.
9102
9103 * vc.el (Martin): Removed all the annotate functionality since it
9104 is CVS backend specific.
9105
9106 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9107
9108 * spec.txt: Added specification of vc-state.
9109
9110 * vc-sccs-hooks.el (vc-sccs-master-properties):
9111 Remove handling of vc-latest-version and
9112 vc-your-latest-version. What used to be vc-latest-version, is now
9113 returned as vc-workfile-version.
9114 (vc-sccs-workfile-version): Adapt.
9115
9116 2000-09-04 Dave Love <fx@gnu.org>
9117
9118 * vc.el: [Merged from mainline.]
9119 (vc-dired-mode): Make the dired-move-to-filename-regexp
9120 regexp match the date, to avoid treating date as file size.
9121 Add YYYY S option to WESTERN/
9122
9123 2000-09-04 Dave Love <fx@gnu.org>
9124
9125 * vc.el: Require `compile' when compiling.
9126 (vc-logentry-check-hook): New option.
9127 (vc-steal-lock): Use compose-mail.
9128 (vc-dired-mode-map): Defvar when compiling.
9129 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
9130 vc-sccs.el and renamed. Callers changed.
9131 (vc-backend-checkout, vc-backend-logentry-check)
9132 (vc-backend-merge-news): Doc fix.
9133 (vc-default-logentry-check): New function.
9134 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
9135 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
9136 (vc-backend-merge): Doc fix. Use backend functions.
9137 (vc-check-headers): Use backend functions.
9138
9139 * vc-cvs.el: Require vc when compiling.
9140 (vc-cvs-register-switches): Doc fix.
9141 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
9142 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
9143 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
9144 New functions (code from vc.el).
9145 (vc-annotate-display-default): Fix interactive spec.
9146 (vc-annotate-time-span): Doc fix.
9147
9148 * vc-rcs.el: Require vc when compiling.
9149 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
9150 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
9151 (vc-rcs-checkin): New functions (code from vc.el).
9152 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
9153 Doc fix.
9154 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
9155
9156 * vc-sccs.el: Require vc when compiling.
9157 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
9158 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
9159 (vc-sccs-revert)
9160 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
9161 from vc.el).
9162 (vc-sccs-add-triple, vc-sccs-record-rename)
9163 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
9164 (vc-sccs-admin): Doc fix.
9165
9166 2000-09-04 Martin Lorentzson <martinl@gnu.org>
9167
9168 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
9169 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
9170 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
9171 from vc.el.
9172
9173 * vc-sccs.el (vc-admin-sccs): Added from vc.el
9174
9175 * vc-cvs.el: Moved the annotate functionality from vc.el.
9176 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
9177
9178 2000-09-04 Dave Love <fx@gnu.org>
9179
9180 * vc.el (vc-backend-release): Call vc-system-release.
9181
9182 * vc-sccs.el (vc-sccs-system-release):
9183 Renamed from vc-sccs-backend-release.
9184
9185 * vc-rcs.el (vc-rcs-system-release):
9186 Renamed from vc-rcs-backend-release.
9187
9188 * vc-cvs.el (vc-cvs-system-release):
9189 Renamed from vc-cvs-backend-release.
9190
9191 2000-09-04 Dave Love <fx@gnu.org>
9192
9193 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
9194 backend files.
9195 (vc-backend-release): Dispatch to backend functions.
9196 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
9197 probably needs attention.]
9198
9199 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
9200 (vc-sccs-backend-release): New function.
9201
9202 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
9203 (vc-cvs-backend-release): New function.
9204
9205 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
9206 Doc fix.
9207 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
9208 (vc-default-dired-state-info): New function.
9209 (vc-dired-state-info): Dispatch to backends.
9210 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
9211
9212 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
9213 from vc.el and renamed.
9214
9215 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9216
9217 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
9218 (vc-version-other-window, vc-backend-assign-name): Removed
9219 references to vc-latest-version; sometimes changed into
9220 vc-workfile-version.
9221
9222 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
9223 vc-rcs-master-workfile-version.
9224 (vc-rcs-workfile-version): Use the above. Don't call
9225 vc-latest-version (that was unreachable code, anyway).
9226 (vc-rcs-fetch-master-properties): Doc fix.
9227
9228 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
9229 (vc-backend-hook-functions): Removed them from this list, too.
9230 (vc-fetch-properties): Removed.
9231 (vc-workfile-version): Doc fix.
9232
9233 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
9234 (vc-rcs-workfile-version, vc-rcs-locking-user)
9235 (vc-rcs-uses-locking): Use it.
9236
9237 * vc-hooks.el (vc-consult-rcs-headers):
9238 Moved into vc-rcs-hooks.el, under the name
9239 vc-rcs-consult-headers.
9240
9241 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
9242 headers.
9243 (vc-cvs-find-master): Use this name only; correct different
9244 versions of the name.
9245
9246 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
9247 New functions.
9248 (vc-sccs-locking-user): Use the latter.
9249
9250 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
9251 New functions.
9252
9253 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
9254 Moved into both
9255 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
9256 functions are implementation details of those two backends.
9257
9258 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9259
9260 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
9261 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
9262
9263 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
9264 (vc-sccs-parse-locks): SCCS-specific code moved here from
9265 vc-hooks.
9266
9267 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
9268 code moved here from vc-hooks.
9269
9270 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
9271 into back-end specific parts and removed. Callers not updated
9272 yet; because I guess these callers will disappear into back-end
9273 specific files anyway.
9274
9275 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9276
9277 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
9278 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
9279 `vc-uses-locking'.
9280
9281 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
9282 Store yes/no in the property, and return t/nil. Updated all
9283 callers.
9284
9285 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
9286 vc-sccs-uses-locking. Don't set property.
9287 (vc-sccs-locking-user): Don't set property.
9288
9289 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
9290 vc-cvs-uses-locking. Don't set property here; leave that to
9291 vc-hooks.
9292 (vc-cvs-locking-user): Reflect above change. Streamlined.
9293
9294 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
9295 vc-rcs-uses-locking.
9296 (vc-rcs-locking-user): Reflect above change.
9297
9298 2000-09-04 Dave Love <fx@gnu.org>
9299
9300 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
9301
9302 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
9303
9304 * vc-hooks.el (vc-checkout-model): Punt to backends.
9305
9306 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
9307
9308 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
9309
9310 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
9311 New functions.
9312
9313 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
9314 New functions.
9315
9316 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
9317 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
9318
9319 * vc-hooks.el (vc-default-locking-user): New function.
9320 (vc-locking-user, vc-workfile-version): Punt to backends.
9321
9322 2000-09-04 Dave Love <fx@gnu.org>
9323
9324 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
9325 (vc-master-workfile-version): Moved from vc-hooks.
9326
9327 * vc-rcs-hooks.el: Fix duplicate code in last change.
9328
9329 * vc-rcs-hooks.el: Require vc-hooks when compiling.
9330 (vc-rcs-master-templates): Improve :type.
9331 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
9332 vc-master-workfile-version): Moved from vc-hooks.
9333
9334 * vc-sccs-hooks.el: Require vc-hooks when compiling.
9335 (vc-sccs-master-templates): Improve :type.
9336 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
9337
9338 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
9339
9340 * vc-cvs-hooks.el: Require vc-hooks when compiling.
9341 (vc-cvs-master-templates): Improve :type. Use
9342 vc-cvs-find-cvs-master.
9343 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
9344 from vc-hooks.
9345 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
9346
9347 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
9348 Moved to vc-cvs-hooks.
9349
9350 * vc-hooks.el: Add doc strings in various places. Simplify the
9351 minor mode setup.
9352 (vc-handled-backends): New user variable.
9353 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
9354 simplification.
9355
9356 2000-09-04 Dave Love <fx@gnu.org>
9357
9358 * vc.el: Some doc fixes for autoloaded and interactive functions.
9359 Fix compilation warnings from ediff stuff.
9360 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
9361
9362 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
9363
9364 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
9365
9366 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
9367
9368 2000-09-04 Dave Love <fx@gnu.org>
9369
9370 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
9371 New variable.
9372 (vc-make-backend-function, vc-loadup, vc-call-backend)
9373 (vc-backend-defines): New functions.
9374
9375 * vc-hooks.el: Various doc fixes.
9376 (vc-default-back-end, vc-follow-symlinks): Custom fix.
9377 (vc-match-substring): Function removed. Callers changed to use
9378 match-string.
9379 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
9380 Simplify.
9381
9382 2000-09-04 Dave Love <fx@gnu.org>
9383
9384 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
9385 type.
9386 (vc-sccs-project-dir, vc-search-sccs-project-dir)
9387 (vc-sccs-registered): Doc fix.
9388
9389 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
9390 (vc-cvs-registered): Doc fix.
9391
9392 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
9393 (vc-rcs-registered): Doc fix.
9394
9395 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9396
9397 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
9398
9399 * vc-hooks.el: vc-registered has been renamed
9400 vc-default-registered. Some functions have been moved to the
9401 backend specific files. they all support the
9402 vc-BACKEND-registered functions.
9403
9404 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
9405
9406 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
9407
9408 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
9409
9410 2000-09-04 Dave Love <fx@gnu.org>
9411
9412 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
9413 menu-bar-update-hook.
9414
9415 * help.el (help-manyarg-func-alist): Add
9416 find-operation-coding-system.
9417
9418 * wid-edit.el (widget-sexp-validate): Fix garbled code.
9419
9420 * custom.el (custom-set-variables): Print message about errors in
9421 setting.
9422
9423 2000-09-03 Andrew Innes <andrewi@gnu.org>
9424
9425 * makefile.w32-in: Change to DOS line endings.
9426
9427 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9428
9429 * mouse.el (mouse-popup-menubar): Supply the prompt string for
9430 minor-mode keymaps, if they don't have one.
9431
9432 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9433
9434 * eshell/esh-module.el (eval-when-compile): Don't lose if
9435 esh-module.el's file name is truncated to DOS 8+3 limits.
9436
9437 2000-09-01 John Wiegley <johnw@gnu.org>
9438
9439 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
9440 predicate, which caused entries in the completion list to be
9441 doubled.
9442
9443 2000-08-30 John Wiegley <johnw@gnu.org>
9444
9445 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
9446 sending to subprocesses. Also, hook pre-command-hook if
9447 `eshell-send-direct-to-subprocesses' is non-nil.
9448 (eshell-send-direct-to-subprocesses): New config variable. If t,
9449 subprocess input is send immediately.
9450 (eshell-toggle-direct-send): New function.
9451 (eshell-self-insert-command): New function.
9452 (eshell-intercept-commands): New function.
9453 (eshell-send-input): If direct subprocess sending is enabled,
9454 don't echo any input to the Eshell buffer. Let the subprocess
9455 handle that. This requires "stty echo" in bash, for example.
9456
9457 2000-08-28 John Wiegley <johnw@gnu.org>
9458
9459 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
9460 completion function for Eshell's implementation of `unset'.
9461
9462 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
9463
9464 * info.el (Info-directory-list): Doc fix.
9465
9466 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
9467
9468 * filecache.el (file-cache-add-directory-using-find): Don't quote
9469 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
9470
9471 2000-08-31 Kenichi Handa <handa@etl.go.jp>
9472
9473 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
9474 coding systems.
9475
9476 2000-08-30 Andrew Innes <andrewi@gnu.org>
9477
9478 * timer.el (run-with-idle-timer): Undo last change, so that timer
9479 is not activated immediately if Emacs is already idle. Some
9480 existing code relies on this behaviour.
9481
9482 2000-08-30 Miles Bader <miles@gnu.org>
9483
9484 * frame.el (set-frame-font): Do completion of font-name for
9485 interactive use.
9486
9487 2000-08-30 Kenichi Handa <handa@etl.go.jp>
9488
9489 * international/quail.el (quail-start-translation): Bind locally
9490 last-command-event, last-command, and this-command.
9491 (quail-start-conversion): Likewise.
9492 (quail-self-insert-command): Fix docstring.
9493
9494 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9495
9496 * progmodes/executable.el
9497 (executable-make-buffer-file-executable-if-script-p): Check that
9498 buffer contains at least 2 characters.
9499
9500 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
9501
9502 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
9503
9504 2000-08-29 Dave Love <fx@gnu.org>
9505
9506 * diff-mode.el (diff-mode) <defgroup>: Add :version.
9507 (diff-mode-shared-map): Bind mouse-2.
9508 (diff-imenu-generic-expression): New variable.
9509 (diff-mode): Use it.
9510
9511 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
9512 (mouse-popup-menubar): Add minor mode menus.
9513 (popup-menu): Check for lookup-key returning number.
9514
9515 2000-08-29 Miles Bader <miles@gnu.org>
9516
9517 * comint.el (comint-send-input): Create overlays using the proper
9518 front/read-advance arguments.
9519
9520 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9521
9522 * ps-print.el: Even/odd pages printing. Doc fix.
9523 (ps-print-version): New version number (6.0).
9524 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
9525 (ps-background, ps-begin-file, ps-begin-job): Code fix.
9526 (ps-print-duplex-feature): Variable eliminated.
9527 (ps-even-or-odd-pages): New variable.
9528
9529 * progmodes/ebnf2ps.el: Doc fix.
9530 (ebnf-version): New version (3.3).
9531 (ebnf-user-arrow): Change variable customization to sexp.
9532 (ebnf-user-arrow): Function eliminated.
9533 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9534
9535 2000-08-29 Kenichi Handa <handa@etl.go.jp>
9536
9537 * help.el (help-xref-mule-regexp): New variable.
9538 (help-make-xrefs): Handle help-xref-mule-regexp.
9539
9540 * international/mule-cmds.el (help-xref-mule-regexp-template): New
9541 variable.
9542 (describe-input-method): Temporarily activate the specfied input
9543 method to display the information.
9544 (describe-language-environment): Hyperlinks to mule related items.
9545
9546 * international/mule-diag.el (charset-multibyte-form-string): New
9547 function.
9548 (list-character-sets-1): Use charset-multibyte-form-string.
9549 (describe-character-set): New function.
9550 (describe-coding-system): Hyperlinks to safe character sets.
9551
9552 * international/quail.el (quail-help): New arg PACKAGE.
9553 Hyperlinks to mule related items.
9554 (quail-help-insert-keymap-description): Use
9555 substitute-command-keys instead of describe-bindings.
9556 (quail-translation-help): Hyperlinks to mule related items.
9557
9558 2000-08-28 John Wiegley <johnw@gnu.org>
9559
9560 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
9561 have a defsubst call itself. Made `eshell-flatten-list' back into
9562 a function again.
9563
9564 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
9565 catch, in case re-centering point at bottom messes up the display.
9566 This happens frequently in Emacs 21, due I believe to variable
9567 line heights.
9568
9569 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
9570 to call `find-tag-interactive'.
9571
9572 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
9573 the list of remember directories.
9574
9575 2000-08-28 John Wiegley <johnw@gnu.org>
9576
9577 * align.el: Test align-region-separate to see if it's a symbol.
9578
9579 2000-08-28 John Wiegley <johnw@gnu.org>
9580
9581 * eshell/esh-util.el (eshell-flatten-list): Made this function
9582 into a defsubst form. It gets used very frequently, although
9583 calls don't occur all that often.
9584
9585 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
9586 examining it.
9587
9588 * eshell/esh-cmd.el (eshell-rewrite-while-command):
9589 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
9590 `eshell-protect'.
9591 (eshell-copy-handles): Created a new macro for duplicating the
9592 current set of open handles. This is needed by the looping
9593 functions.
9594 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
9595 is not incorrectly stomped on.
9596
9597 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
9598 declaration for pcomplete-use-paring.
9599 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
9600 value of eshell-cmpl-use-paring.
9601 * pcomplete.el (pcomplete-use-paring): New config variable, to
9602 indicate whether paring should be used.
9603 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
9604 completion alternatives that have already been used.
9605
9606 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
9607 bound to C-c C-y, which will repeat the previous N arguments
9608 (based on prefix argument).
9609 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
9610
9611 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
9612 if there is no *Help* buffer. This is for XEmacs, which renames
9613 its help buffers uniquely. TODO: Find out what the current buffer
9614 name to delete is.
9615
9616 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
9617 first entry that correlates to a passwd/group number. Later
9618 entries (used for group/user name aliasing to multiple IDs) are
9619 ignored.
9620
9621 * eshell/em-xtra.el (eshell/expr):
9622 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
9623 (eshell-grep, eshell/diff, eshell/locate):
9624 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
9625 argument list, before passing it to the system command.
9626
9627 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
9628 `find-tag' for use at final position in Eshell buffers (which
9629 otherwise triggers an error on Emacs 21).
9630 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
9631 buffer, if it is currently bound to `find-tag'.
9632
9633 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
9634 in the list of matched Makefile names.
9635 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
9636 directory, prefer its contents to Makefile.
9637
9638 * eshell/em-dirs.el (eshell/cd): cd commands that look up
9639 directory parts (like "cd old new", or "cd =regexp"), are now case
9640 sensitive on non-Windows/DOS platforms.
9641
9642 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9643 types RET after an open delimiter (like "), display a message
9644 indicating that Eshell is waiting for the closing delimiter.
9645
9646 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9647 environment variables.
9648
9649 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9650 gracefully if the user enters incorrect arguments.
9651
9652 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9653 Eshell buffers.
9654
9655 * eshell/esh-var.el (eshell-interpolate-variable):
9656 * eshell/esh-mode.el (eshell-move-argument):
9657 * eshell/em-unix.el (eshell-du-sum-directory):
9658 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9659 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9660 (not (= ...)).
9661
9662 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9663 to ensure the `preserve' flag gets propagated when doing recursive
9664 directory copies.
9665
9666 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9667
9668 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9669 Don't convert \n into \0177 in memory.
9670 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9671 and back again, when reading and writing.
9672
9673 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9674
9675 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9676 testing of `fboundp' on `processp'.
9677
9678 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9679 (eshell/jobs): Don't call process-list if it is not bound.
9680 (eshell-gather-process-output): Support systems where async
9681 subprocesses aren't supported.
9682 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9683 variables.
9684
9685 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9686 eshell-do-eval returns t.
9687 (eshell-do-pipelines-synchronously): New defmacro.
9688 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9689 when async subprocesses aren't supported.
9690 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9691 if async subprocesses aren't supported.
9692 (eshell-resume-command): Don't assume STATUS is a string.
9693
9694 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9695
9696 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9697 (eshell-close-target, eshell-get-target): Use eshell-processp.
9698 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9699 fix.
9700 (eshell-get-target, eshell-create-handles): Doc fix.
9701
9702 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9703
9704 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9705 criterion to include commands that output something, as long as it
9706 leaves both the command and the end-of-buffer visible when the
9707 command has exited.
9708 (eshell-review-quick-commands): Adjust the help doc string
9709 accordingly.
9710
9711 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9712
9713 * locate.el (locate): Cleaned up locate command's interactive prompting
9714 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9715
9716 * filecache.el (file-cache-case-fold-search): New variable
9717 (file-cache-assoc-function): New variable
9718 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9719 Use file-cache-case-fold-search variable
9720 (file-cache-add-file): Use file-cache-assoc-function
9721 (file-cache-delete-file): likewise
9722 (file-cache-directory-name): likewise
9723 (file-cache-debug-read-from-minibuffer): likewise
9724
9725 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9726
9727 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9728 (abbrev-table-name): New function.
9729 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9730 If non-nil list local abbrev, only.
9731
9732 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9733
9734 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9735 from Gnus support code, and use special article copy buffer
9736 `(gnus-original-article-buffer)' instead. This allows to get rid
9737 of article-hide-headers usage (which breaks in the latest Gnus
9738 version). Thanks to Detlev Zundel.
9739
9740 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9741
9742 * international/quail.el (quail-use-package): Hide "... loaded"
9743 message.
9744 (quail-start-translation, quail-start-conversion): Likewise.
9745
9746 * international/kkc.el (kkc-region): Hide "... loaded" message.
9747
9748 2000-08-27 Dave Love <fx@gnu.org>
9749
9750 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9751
9752 2000-08-27 Miles Bader <miles@gnu.org>
9753
9754 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9755
9756 2000-08-27 Kenichi Handa <handa@etl.go.jp>
9757
9758 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9759 'ja-dic-cnv), not (require 'skkdic-cnv).
9760
9761 2000-08-26 Miles Bader <miles@gnu.org>
9762
9763 * faces.el (face-x-resources): Add entry for :inherit.
9764 * cus-face.el (custom-face-attributes): Add support for :inherit
9765 attribute. Add support for relative face heights.
9766 (custom-face-attributes-get): Treat `nil' as being a default value
9767 for :inherit (as well as `unspecified').
9768
9769 * faces.el (set-face-attribute): Update doc string.
9770 (face-attribute-name-alist): Add :inherit.
9771 (face-valid-attribute-values): Handle :inherit.
9772 (face-read-string): Rephrase prompt to be less confusing.
9773 Assume that DEFAULT is a string, since we must return a string.
9774 (face-read-integer): Use `format' to turn DEFAULT into an
9775 acceptable default for face-read-string. Match NEW-VALUE against
9776 the string "unspecified", not the symbol `unspecified', since
9777 that's what face-read-string returns.
9778 (read-face-attribute): Lookup a name for old-value in valid, and
9779 use it as a default if we find one. Treat all values from
9780 face-read-string as strings. If the default is used, don't do any
9781 more processing on the value, just use the old value directly.
9782 (read-face-and-attribute, modify-face): Tweak prompt.
9783 (read-face-name): Don't assume prompt ends with a space.
9784
9785 * faces.el (describe-face): Add support for :inherit attribute.
9786
9787 2000-08-25 Kenichi Handa <handa@etl.go.jp>
9788
9789 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9790 concat doesn't accept interger.
9791
9792 * international/kkc.el: Remove SKK from Keywords. Require
9793 ja-dic-utl instead of skkdic-utl.
9794
9795 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9796 Provide ja-dic-cnv instead of skkdic-cnv.
9797 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9798 (iso-2022-7bit-short): Add safe-charsets property.
9799 (skkdic-convert-postfix): Search Japanese chou-on character in
9800 addition to Hiragana character.
9801 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9802 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9803 (batch-skkdic-convert): Likewise.
9804
9805 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9806 Provide ja-dic-utl instead of skkdic-utl.
9807 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9808
9809 2000-08-24 Dave Love <fx@gnu.org>
9810
9811 * disp-table.el (standard-display-default): Make the test of `l'
9812 useful.
9813
9814 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9815 mod sample text.
9816
9817 * international/iso-ascii.el: Make pilcrow convenient string
9818 consistent with section.
9819 (iso-ascii-display): Set up multibyte characters as well as
9820 unibyte.
9821
9822 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9823
9824 * international/mule-cmds.el (reset-language-environment): Set
9825 default-process-coding-system to '(undecided . iso-latin-1), which
9826 makes process I/O almost consistent with file I/O. Call this
9827 function when mule-cmds.el[c] is loaded.
9828
9829 2000-08-22 Andrew Innes <andrewi@gnu.org>
9830
9831 * makefile.w32-in: New file.
9832
9833 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9834
9835 * comint.el (comint-output-filter): Compare end of
9836 comint-last-output-overlay with the start of the newly inserted
9837 text, not the end, when deciding whether to extend it.
9838 Set saved-point's insertion type to advance after insertion.
9839
9840 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9841 since this is now done independently of font-lock mode.
9842
9843 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9844
9845 * server.el (server-kill-new-buffers): New user option.
9846 (server-existing-buffer): New buffer-local variable.
9847 (server-visit-files): When using an existing buffer, set
9848 server-existing-buffer to t.
9849 (server-buffer-done): If server-kill-new-buffers is t, kill the
9850 buffer, unless it was already present before visiting it with
9851 Emacs server.
9852
9853 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9854
9855 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9856 even if the display doesn't support colors: some displays will
9857 support bold/underline faces.
9858
9859 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9860
9861 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9862
9863 * startup.el (command-line): If user's init file had an error,
9864 add explanatory text to *Messages*.
9865
9866 2000-08-21 Kenichi Handa <handa@etl.go.jp>
9867
9868 * man.el (Man-getpage-in-background): Decode the process output by
9869 the system locale coding system.
9870
9871 2000-08-20 Dave Love <fx@gnu.org>
9872
9873 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9874 Don't test x-popup-menu.
9875 (function) <complete-function>: Complete only fbound symbols.
9876 <validate, value>: New.
9877 (variable) <complete-function>: Complete only bound symbols.
9878 (coding-system): Add :base-only, :complete-function, :validate,
9879 :value, :prompt-match.
9880 (widget-coding-system-prompt-value): Use read-coding-system and
9881 act on :base-only.
9882 (editable-field): Add :help-echo.
9883 (widget-push-button-gui, widget-push-button-cache)
9884 (widget-gui-action, widget-editable-list-gui): COmment out, along
9885 with uses.
9886 (widget-at): Make arg optional.
9887 (widget-echo-help): Adjust for current help-echo calling sequence.
9888 (widget-specify-field, widget-specify-button)
9889 (widget-specify-insert, widget-get-sibling, widget-image-find)
9890 (widget-convert, widget-insert, widget-leave-text)
9891 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9892 (widget-setup, widget-field-find, widget-before-change)
9893 (widget-after-change, widget-default-complete)
9894 (widget-default-create, widget-default-delete)
9895 (widget-push-button-value-create, editable-field)
9896 (widget-field-prompt-value, widget-field-validate)
9897 (widget-choice-value-create, widget-choice-action)
9898 (widget-choice-validate, widget-checklist-add-item)
9899 (widget-radio-add-item, widget-radio-chosen)
9900 (widget-radio-value-inline, widget-editable-list-value-create)
9901 (widget-editable-list-entry-create)
9902 (widget-documentation-link-add)
9903 (widget-documentation-string-value-create)
9904 (widget-regexp-validate, widget-file-complete)
9905 (widget-sexp-validate, widget-plist-convert-widget)
9906 (widget-plist-convert-widget, widget-alist-convert-widget)
9907 (widget-alist-convert-widget, widget-color-complete): Simplify,
9908 particularly to avoid bindings which aren't optimized out.
9909
9910 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9911 Doc fix.
9912 (down-list, backward-up-list, up-list, kill-sexp)
9913 (backward-kill-sexp, mark-sexp): Make arg optional.
9914 (lisp-complete-symbol): Add optional arg PREDICATE.
9915
9916 * cus-start.el: Add display-buffer-reuse-frames,
9917 file-coding-system-alist.
9918
9919 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9920
9921 * startup.el (command-line): Clear realized faces after
9922 modifying TTY color mappings.
9923
9924 2000-08-20 Miles Bader <miles@gnu.org>
9925
9926 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9927 merely a subset of FACE's attributes.
9928
9929 2000-08-19 Miles Bader <miles@gnu.org>
9930
9931 * comint.el (comint-output-filter): Save the point with a marker,
9932 not just a buffer position.
9933
9934 * international/mule.el (set-buffer-process-coding-system): Make
9935 interactive prompt less confusing.
9936
9937 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9938
9939 * hilit-chg.el: General cleanup of doc strings, comments and
9940 code formatting.
9941
9942 2000-08-19 Miles Bader <miles@gnu.org>
9943
9944 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9945 Compiler macro removed; beginning-of-line is no longer always
9946 equivalent to forward-line, in the presence of fields.
9947
9948 * comint.el (comint-output-filter): Remove ad-hoc saving of
9949 restriction, and just use save-restriction, now that it works
9950 correctly. Don't adjust comint-last-input-start to account for
9951 our insertion; it shouldn't have moved because we don't use
9952 insert-before-markers anymore. Comment out call to
9953 `force-mode-line-update'; why is it here?
9954
9955 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9956 while checking for prompt to delete. Use `forward-line 0'
9957 instead of beginning-of-line.
9958 (gud-filter): Temporarily widen gud comint buffer while
9959 examining output.
9960
9961 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9962
9963 * progmodes/sh-script.el: Big bag of typos.
9964
9965 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9966 check since ispell-process is not bound when ispell is not yet loaded.
9967
9968 2000-08-18 Dave Love <fx@gnu.org>
9969
9970 * image.el (find-image): Copy `spec' before using plist-put.
9971
9972 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9973
9974 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9975 `portugues'.
9976
9977 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9978 backward-kill-sexp, analogous to kill-sexp.
9979
9980 * progmodes/icon.el (icon-indent-line)
9981 (icon-is-continuation-line): Handle comments specially.
9982
9983 2000-08-17 Ken Stevens <k.stevens@ieee.org>
9984
9985 * ispell.el: Set to standard author/maintainer/keyword fields.
9986 Fine tuning to menu map appearance and operation, and added help.
9987 Remove `start' and `end' error messages when compiling.
9988 (ispell-choices-win-default-height): Fixed comment string.
9989 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9990 castellano8 dictionaries.
9991 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9992 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9993 dictionary, added italiano dictionary.
9994 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9995 word character
9996 (ispell-tex-skip-alists): Added psfig support.
9997 (ispell-skip-html): Renamed from ispell-skip-sgml.
9998 (ispell-begin-skip-region-regexp, ispell-skip-region)
9999 (ispell-minor-check): Improved html skipping support to skip across
10000 code, and recognize `&' commands without propper `;' syntax;
10001 (ispell-process-line): Fix alignment error when manually
10002 correcting spelling.
10003 (ispell): Fix comment string.
10004 (ispell-add-per-file-word-list): Always put word list on new line.
10005
10006 2000-08-17 Gerd Moellmann <gerd@gnu.org>
10007
10008 * format.el (format-encode-run-method): Fix error message to say
10009 `encode' instead of `decode'. Use save-window-excursion around
10010 shell-command-on-region as in format-decode-run-method because
10011 shell-command-on-region can display a buffer with error output.
10012 (format-decode): Don't record undo information for the decoding.
10013 (format-annotate-function): Add parameter FORMAT-COUNT. Make
10014 that number part of the temporary buffer name so that more than
10015 one decoding using a temporary buffer can happen safely.
10016
10017 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
10018 of `A-z' in the regexp.
10019
10020 * hilit-chg.el: Fix typos in commentary.
10021
10022 * help.el (view-emacs-news): Rewritten for new naming scheme
10023 for old NEWS files.
10024
10025 * startup.el (command-line): Pop to *Messages* in case an error
10026 is signaled while loading user-init-file.
10027
10028 2000-08-17 Andreas Schwab <schwab@suse.de>
10029
10030 * files.el (insert-directory): Don't lose original file name,
10031 undoing an undocumented change.
10032
10033 2000-08-17 Alex Schroeder <alex@gnu.org>
10034
10035 * sql.el (sql-magic-go): Use comint-bol.
10036 (sql-copy-column): Use comint-line-beginning-position.
10037 (comint-line-beginning-position): Define a replacement for
10038 comint-line-beginning-position if it is not fboundp.
10039
10040 2000-08-17 Alex Schroeder <alex@gnu.org>
10041
10042 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
10043 it didn't have any effect anyway.
10044
10045 2000-08-17 Alex Schroeder <alex@gnu.org>
10046
10047 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
10048 --pset and pager=off instead of sending \\o|cat at the beginning
10049 of the session.
10050
10051 2000-08-17 Miles Bader <miles@gnu.org>
10052
10053 * progmodes/octave-inf.el: Add compatibility definition of
10054 comint-line-beginning-position.
10055
10056 2000-08-17 Kenichi Handa <handa@etl.go.jp>
10057
10058 * startup.el (normal-top-level): Look in each dir in load-path for
10059 a leim-list.el file too. This assures of loading leim-list.el
10060 that is created at Emacs installation time even if a user have his
10061 own leim-list.el.
10062
10063 2000-08-17 Miles Bader <miles@gnu.org>
10064
10065 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
10066 foreground color to black if the background is dark.
10067
10068 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
10069
10070 * loadhist.el (unload-feature): Typo.
10071
10072 * finder.el (finder-compile-keywords):
10073 * cus-dep.el (custom-make-dependencies): Add local-variable settings
10074 to the generated file.
10075
10076 * mail/mh-e.el (mh-make-local-vars):
10077 Replace make-variable-buffer-local with make-local-variable.
10078
10079 * play/landmark.el:
10080 * options.el (Edit-options-{set,toggle,t,nil}):
10081 * mail/mailabbrev.el (mail-abbrevs-mode):
10082 * textmodes/tex-mode.el (tex-expand-files):
10083 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
10084
10085 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
10086
10087 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
10088 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
10089 Allow going past the last element.
10090 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
10091 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
10092 (cvs-mouse-toggle-mark): Don't move point.
10093 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
10094
10095 * progmodes/compile.el (grep): Provide a default set of files.
10096 (next-error): Docstring fix.
10097 (compilation-find-file): Avoid find-file (fails in a dedicated window).
10098
10099 * emacs-lisp/easy-mmode.el (define-minor-mode):
10100 Use `symbol-value' to keep the byte-compiler quiet.
10101
10102 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
10103 (diff-find-source-location): New fun, extracted from diff-goto-source.
10104 (diff-goto-source): Use it.
10105 (diff-next-complex-hunk, diff-filter-lines): New function.
10106 (diff-apply-hunk): New command.
10107
10108 * smerge-mode.el (smerge-mode-menu): Doc fix.
10109
10110 * msb.el (msb-mode): Define it in terms of define-minor-mode.
10111
10112 2000-08-16 Dave Love <fx@gnu.org>
10113
10114 * windmove.el (windmove) <defgroup>: Add :version.
10115
10116 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
10117 (goto-address-fontify-p, goto-address-highlight-p)
10118 (goto-address-url-face, goto-address-url-mouse-face)
10119 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
10120 (goto-address-url-regexp): Use thing-at-point-url-regexp.
10121 (goto-address-fontify, goto-address-at-mouse): Simplify,
10122 (goto-address-at-point): browse-url-url-at-point,
10123 goto-address-find-address-at-point can return nil.
10124 (goto-address-find-address-at-point): Return nil on failure.
10125
10126 * align.el (align) <defgroup>: Add :version.
10127
10128 * calculator.el (calculator): Add :version.
10129 (calculator): Use two lines for calculator window if `modeline'
10130 face is boxed.
10131
10132 * play/5x5.el: Doc fixes.
10133 (5x5) <defgroup>: Add :version.
10134
10135 * play/fortune.el (fortune) <defgroup>: Add :version.
10136 (fortune-append): Fix error message.
10137 (fortune-from-region): Doc fix.
10138
10139 * play/pong.el (pong): Doc fix.
10140
10141 * play/morse.el: Keywords, commentary, autoloads.
10142
10143 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
10144
10145 * desktop.el (desktop-save): Don't look at symbol-value of a
10146 member of minor-mode-alist, unless it is boundp.
10147
10148 2000-08-16 Sam Steingold <sds@gnu.org>
10149
10150 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10151 `while'; use `with-current-buffer' instead of `save-excursion'.
10152 Removed unnecessary kludges now that "*Buffer List*" is excluded.
10153
10154 2000-08-16 Kenichi Handa <handa@etl.go.jp>
10155
10156 * international/ccl.el (declare-ccl-program): Docstring modified.
10157 (ccl-execute-with-args): Likewise.
10158
10159 2000-08-16 Miles Bader <miles@gnu.org>
10160
10161 * progmodes/sql.el: Add compatibility definition of
10162 comint-line-beginning-position.
10163
10164 2000-08-15 Gerd Moellmann <gerd@gnu.org>
10165
10166 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
10167 'buffer-menu' property.
10168 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
10169 fails.
10170 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
10171 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
10172 wasn't killed.
10173
10174 * buff-menu.el (list-buffers-noselect): Don't display the
10175 *Buffer List* buffer.
10176
10177 * font-lock.el: Require jit-lock to prevent a very late
10178 `Loading jit-lock' message.
10179
10180 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10181 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
10182 mail address.
10183
10184 2000-08-15 Miles Bader <miles@gnu.org>
10185
10186 * textmodes/ispell.el (ispell-graphic-p): New constant.
10187 (ispell-choices-win-default-height, ispell-help): Use
10188 `ispell-graphic-p' instead of `xemacsp'.
10189
10190 2000-08-15 Dave Love <fx@gnu.org>
10191
10192 * simple.el: Autoload widget-convert when compiling.
10193 (mail-user-agent): Doc fix.
10194
10195 * help.el (function-called-at-point, variable-at-point): Use
10196 with-syntax-table.
10197 (help-manyarg-func-alist): Add insert-and-inherit.
10198
10199 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
10200
10201 * delsel.el (delsel-unload-hook): New function.
10202
10203 * find-file.el: Doc fixes. Move provide to end.
10204 (ff) <defgroup>: Add :link.
10205 (ff-goto-click): Deleted.
10206 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
10207 Use mouse-set-point.
10208
10209 * textmodes/tildify.el: Doc fixes.
10210 (tildify) <defgroup>: Add:version.
10211
10212 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
10213 (glasses-custom-set): Use set-default, not set.
10214 (minor-mode-alist): Propertize the lighter.
10215 (glasses-mode): Provide optional arg.
10216
10217 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
10218 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
10219 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
10220 option. Provide :type.
10221 (cwarn-configuration): Provide :type.
10222 (cwarn-mode): Doc fix.
10223
10224 * add-log.el (change-log-merge): Doc fix.
10225 (change-log-redate): New command.
10226
10227 * net/browse-url.el (browse-url-filename-alist): Add a clause for
10228 Doze and Dog.
10229 (browse-url): Use dolist, not mapcar.
10230 (browse-url-at-point): Check for null url.
10231 (browse-url-event-buffer, browse-url-event-point): Functions
10232 deleted.
10233 (browse-url-at-mouse, browse-url-netscape): Simplify.
10234
10235 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
10236 modes.
10237 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
10238 Fix previous change to mapcan.
10239 (msb--init-file-alist, msb--add-separators)
10240 (msb--make-keymap-menu): Simplify.
10241 (msb--choose-file-menu): Use copy-sequence.
10242 (msb-mode-map): Add title to keymap.
10243 (msb-unload-hook): New function.
10244
10245 * bs.el: Fix indentation.
10246 (bs) <defgroup>: Add :links.
10247 (bs-show): Doc fix.
10248 (bs-apply-sort-faces): Don't use window-system.
10249 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
10250
10251 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
10252
10253 * calendar/timeclock.el (timeclock-file): Run .timelog through
10254 convert-standard-filename.
10255
10256 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10257
10258 * emacs-lisp/authors.el: New file.
10259
10260 * paren.el (show-paren-priority): New user option.
10261 (show-paren-function): Set overlay priorities to
10262 show-paren-priority.
10263
10264 2000-08-14 Miles Bader <miles@gnu.org>
10265
10266 * comint.el (comint-bol): Use `forward-line 0' instead of calling
10267 beginning-of-line with inhibit-field-text-motion bound.
10268
10269 2000-08-14 Gerd Moellmann <gerd@gnu.org>
10270
10271 * calendar/timeclock.el: New file.
10272
10273 2000-08-14 David Ponce <david@dponce.com>
10274
10275 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
10276 `widget-button-click'. so that one can use left mouse button to
10277 click on dialog buttons.
10278
10279 2000-08-14 Emmanuel Briot <briot@gnat.com>
10280
10281 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
10282 identifiers, since XML is case sensitive
10283
10284 2000-08-12 Miles Bader <miles@gnu.org>
10285
10286 * comint.el (comint-output-filter): Don't bother frobbing
10287 window-start, it doesn't seem to be necessary.
10288
10289 * comint.el (comint-send-string, comint-send-region): Make into
10290 real functions. Snapshot the prompt before sending.
10291
10292 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10293
10294 * info.el (Info-find-emacs-command-nodes): Rewrite to use
10295 technique similar to Info-index, instead of relying on specific
10296 names of relevant Index nodes.
10297 (Info-goto-emacs-command-node): Bind Info-history to nil when
10298 going to the first node found by Info-find-emacs-command-nodes.
10299
10300 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
10301
10302 * menu-bar.el (menu-bar-help-menu): Add a :help string.
10303
10304 2000-08-10 Miles Bader <miles@gnu.org>
10305
10306 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
10307
10308 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10309
10310 * info.el (Info-file-list-for-emacs): More elements for the
10311 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
10312 and woman manuals.
10313
10314 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
10315
10316 * comint.el (comint-send-input): Make the newline boundary overlay
10317 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
10318 (comint-output-filter): Use `insert' instead of
10319 `insert-before-markers'. Extend comint-last-output-overlay when
10320 necessary since we can't rely on insert-before-markers to do it.
10321 * gud.el (gud-filter): Use `with-current-buffer' instead of
10322 save-excursion when inserting the output, so that point gets
10323 updated correctly; the old method relied on a rather dodgy
10324 side-effect of comint-output-filter to avoid the effect of
10325 save-excursion.
10326
10327 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
10328
10329 * files.el (recover-file): Call insert-directory instead of
10330 invoking `ls' directly.
10331
10332 2000-08-10 Miles Bader <miles@gnu.org>
10333
10334 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
10335 (comint-last-prompt-overlay): New variables.
10336 (comint-output-filter): Implement prompt highlighting.
10337 (comint-snapshot-last-prompt): New function.
10338 (comint-send-input): Snapshot the last prompt.
10339 Use comint-highlight-input-face.
10340 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
10341 Use defface instead of defcustom.
10342 (send-invisible, comint-send-eof): Snapshot the last prompt.
10343 (comint-delchar-or-maybe-eof): Use comint-send-eof.
10344 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
10345
10346 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
10347
10348 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
10349 (regexp-opt-group): Use a list of chars for `letters'.
10350 (regexp-opt-charset): `chars' is now a list of chars.
10351 Use a char-table rather than a vector so it works for multibyte chars.
10352
10353 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
10354 Set cvs-minor-current-files to the selected fileinfo.
10355 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
10356 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
10357
10358 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
10359
10360 * files.el (insert-directory): Don't call access-file on
10361 directories on DOS and Windows.
10362
10363 2000-08-09 Kenichi Handa <handa@etl.go.jp>
10364
10365 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
10366 longer if necessary.
10367 (ccl-embed-code): Call ccl-embed-data to store CODE in
10368 ccl-program-vector.
10369
10370 2000-08-09 Miles Bader <miles@gnu.org>
10371
10372 * comint.el (comint-output-filter): Properly handle the case where
10373 the text surrounded by comint-last-output-overlay was deleted.
10374
10375 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10376
10377 * info.el (Info-insert-dir): Use Info-additional-directory-list if
10378 non-nil.
10379 (Info-file-list-for-emacs): Remove "info" from the list because
10380 that leads to trying to use the documentation from file `info'
10381 in various situations where it isn't appropriate, for instance
10382 C-h C-k C-h i.
10383
10384 * ffap.el (ffap-read-file-or-url-internal): Handle case that
10385 DIR and/or STRING are nil.
10386
10387 * progmodes/compile.el (compilation-setup): Make variable
10388 compilation-error-screen-columns buffer-local, as some comment
10389 in the code suggests it should be.
10390
10391 * files.el (auto-mode-interpreter-regexp): New variable.
10392 (set-auto-mode): Use it.
10393
10394 * indent.el (indent-for-tab-command): Doc fix.
10395
10396 * mouse-sel.el (mouse-sel-mode): Doc fix.
10397
10398 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
10399 labels.
10400
10401 * help.el (print-help-return-message): When
10402 display-buffer-reuse-frames is set, let the help window been quit,
10403 instead of deleting it, which might delete a reused frame.
10404
10405 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
10406
10407 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
10408 rename a directory to a name that differs only by its letter case.
10409
10410 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10411
10412 * international/quail.el (quail-define-rules): Handle Quail decode
10413 map correctly. Add code for supporting annotations.
10414 (quail-install-decode-map): New function.
10415 (quail-defrule-internal): New optional arguments decode-map and
10416 props.
10417 (quail-advice): New function.
10418
10419 2000-08-07 Sam Steingold <sds@gnu.org>
10420
10421 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
10422 `defconst', `define-condition', `with-slots'.
10423 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
10424
10425 2000-08-03 Miles Bader <miles@gnu.org>
10426
10427 * comint.el (comint-use-prompt-regexp-instead-of-fields):
10428 New variable.
10429 (comint-prompt-regexp, comint-get-old-input): Document dependence on
10430 comint-use-prompt-regexp-instead-of-fields.
10431 (comint-send-input): Add `input' field property to stuff we send to
10432 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
10433 (comint-output-filter): Add `output' field property to process
10434 output, if comint-use-prompt-regexp-instead-of-fields is nil.
10435 (comint-replace-by-expanded-history)
10436 (comint-get-old-input-default, comint-show-output)
10437 (comint-backward-matching-input, comint-forward-matching-input)
10438 (comint-next-prompt, comint-previous-prompt): Use field
10439 properties if comint-use-prompt-regexp-instead-of-fields is nil.
10440 (comint-line-beginning-position): New function.
10441 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
10442 (comint-replace-by-expanded-history-before-point): Use
10443 comint-line-beginning-position and line-end-position.
10444 (comint-last-output-overlay): New variable.
10445 (comint-mode): Make `comint-last-output-overlay' buffer-local.
10446
10447 * shell.el (shell-prompt-pattern): Doc change.
10448 (shell-backward-command): Use line-beginning-position.
10449
10450 * gud.el (gud-gdb-complete-command): Use
10451 comint-line-beginning-position.
10452
10453 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
10454 comint-bol doesn't actually go to the beginning of the line.
10455
10456 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
10457 if comint-use-prompt-regexp-instead-of-fields is non-nil.
10458 (try-expand-line-all-buffers): Likewise.
10459
10460 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
10461 explicitly matching comint-prompt-regexp.
10462 (sql-copy-column): Use comint-line-beginning-position instead of
10463 explicitly matching comint-prompt-regexp.
10464
10465 * progmodes/octave-inf.el (inferior-octave-complete): Use
10466 comint-line-beginning-position.
10467
10468 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
10469
10470 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
10471 looking for a prompt, use `forward-line 0' instead of
10472 `beginning-of-line', to avoid getting caught by an input field.
10473
10474 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10475
10476 * files.el (shell-quote-wildcard-pattern): Make sure to return
10477 PATTERN, in the Unix case.
10478
10479 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10480
10481 * play/zone.el (zone): Discard any pending input before running
10482 the randomly-chosen pgm.
10483
10484 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10485
10486 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
10487 checking the existence of any multibyte characters.
10488
10489 2000-08-06 Gerd Moellmann <gerd@gnu.org>
10490
10491 * help.el (describe-mode): Test minor-mode symbol for being
10492 bound before testing its value for being nil.
10493
10494 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
10495 `first', `second', and `third'.
10496
10497 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
10498 (second): Make it an alias for `cadr'.
10499
10500 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
10501
10502 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
10503 types of display support faces now.
10504
10505 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10506
10507 * pcvs.el (require): Require `cl' during compilation, only.
10508
10509 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
10510 (toplevel): Remove `remq' and `remove' from autoloads.
10511 (cl-fake-autoloads): New variable. If set, arrange for an error
10512 when CL functions etc. are autoloaded.
10513
10514 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
10515
10516 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
10517
10518 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
10519 popped up, but the user clicks outside the menu, return an empty
10520 regexp (that causes unhighlight-regexp to have no effect).
10521
10522 * menu-bar.el (menu-bar-games-menu): Add Zone.
10523
10524 * hi-lock.el (toplevel): Require font-lock.
10525
10526 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10527
10528 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
10529 (ebnf-8-bit-chars): New var for bug fix.
10530 (ebnf-string): Bug fix.
10531
10532 2000-08-03 Sam Steingold <sds@gnu.org>
10533
10534 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
10535 instead of `buffer-string'.
10536 (require 'cl): Always, not just when compiling.
10537 `ignore-errors' in `interactive', `list*', `defun*' &c make this
10538 necessary.
10539
10540 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
10541
10542 * international/mule-cmds.el (select-safe-coding-system): Make
10543 the message text about selecting a safe coding system more clear.
10544
10545 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10546
10547 * hi-lock.el: New file.
10548
10549 * play/zone.el: New file.
10550
10551 * replace.el (occur): Set tab-width in the *Occur* buffer to the
10552 value of tab-width in the original buffer. Choose a line number
10553 format that's a multiple of the original buffer's tab width, so
10554 that lines appear right.
10555
10556 * textmodes/ispell.el (ispell): New function, replacing an alias.
10557 Spell-check active region if in transient-mark-mode and mark
10558 is active; otherwise spell-check buffer.
10559
10560 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10561
10562 * ps-mule.el: Fix a customization problem on
10563 ps-mule-font-info-database-default.
10564
10565 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
10566
10567 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
10568 display-mouse-p instead of window-system.
10569 (ebrowse-member-mode-map): Ditto.
10570
10571 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10572
10573 * progmodes/ebnf2ps.el: Update ps-print functions call.
10574 Indentation fix. Doc fix.
10575 (ebnf-version): New version number (3.2).
10576 (ebnf-format-color, ebnf-begin-job): Code fix.
10577
10578 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
10579
10580 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
10581 font lock support on window-system.
10582 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
10583
10584 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
10585 display-color-p, if fboundp, instead of window-system.
10586
10587 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10588
10589 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
10590 instead of window-system.
10591
10592 * wid-edit.el (widget-choose): Use display-mouse-p instead of
10593 window-system.
10594 (widget-choice-mouse-down-action): Use display-popup-menus-p
10595 instead of window-system.
10596
10597 * strokes.el (strokes-file): Run the file name through
10598 convert-standard-filename.
10599 (strokes-mode): Call display-mouse-p instead of looking at
10600 window-system. Change the error message accordingly.
10601
10602 * progmodes/cpp.el (toplevel): Support faces on tty's.
10603
10604 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
10605 (lm-plot-square, lm-init-display): Don't use window-system.
10606
10607 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
10608 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
10609
10610 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
10611 instead of looking at window-system.
10612
10613 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10614
10615 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
10616 of testing if iswitchb-prepost-hooks is bound, because the
10617 latter will always be true when invoking a recursive minibuffer
10618 from an active Iswitchb buffer.
10619
10620 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
10621
10622 * files.el (shell-quote-wildcard-pattern): New function.
10623 (insert-directory): Call it. Only prepend "\" to command on Unix
10624 and GNU/Linux systems.
10625
10626 2000-07-30 Gerd Moellmann <gerd@gnu.org>
10627
10628 * eshell/esh-groups.el: Change custom :link file names
10629 from `eshell.info' to `eshell'.
10630
10631 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
10632
10633 * dired.el (dired-build-subdir-alist): Expand subdirectory names
10634 correctly in recursive ange-ftp listings.
10635
10636 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10637
10638 * ps-print.el: Fix bug 1: if ps-font-size-internal,
10639 ps-header-font-size-internal and
10640 ps-header-title-font-size-internal variables are not set,
10641 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10642 face text property is (foreground-color . COLOR) or
10643 `(background-color . COLOR)', ps-print crashes. Doc fix.
10644 (ps-print-version): New version number (5.2.4).
10645 (ps-plot-region): Code fix.
10646 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10647 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10648 Bug fix 2.
10649
10650 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
10651
10652 * glasses.el (glasses-make-readable): Fix uncapitalization of
10653 identifiers like `myXMLDocument'.
10654
10655 2000-07-28 Karl Fogel <kfogel@red-bean.com>
10656
10657 * mail/mail-hist.el (mail-hist-previous-input)
10658 (mail-hist-next-input): Do the obvious code factorization.
10659 (mail-hist-retrieve-and-insert): New func, contains common
10660 code of above two.
10661 If inserting a message body, leave point at top.
10662
10663 2000-07-28 Sam Steingold <sds@gnu.org>
10664
10665 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10666 Use `<=', not `<' to compare times!
10667 (ange-ftp-ls): Remove.
10668
10669 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10670
10671 * play/cookie1.el: Add explanation of how to make cookie.el
10672 compatible with strfile(1) to comment.
10673
10674 * subr.el (remove, remq): New functions.
10675
10676 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10677 escape `*' in regexps.
10678 (midnight-find): Reverse order of arguments in the funcall of
10679 TEST.
10680
10681 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10682 and `.class'.
10683
10684 * play/meese.el: Add Commentary section.
10685
10686 2000-07-27 Alex Schroeder <alex@gnu.org>
10687
10688 * sql.el (sql-ms): Added autoload cookie.
10689 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10690 (sql-oracle): Ditto.
10691 (sql-help): Doc change.
10692
10693 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10694 types and exceptions.
10695
10696 2000-07-27 Alex Schroeder <alex@gnu.org>
10697
10698 * sql.el (sql-placeholder-history): New variable.
10699 (sql-query-placeholders-and-send): New function that will query
10700 the user and replace placeholders with user input.
10701 (sql-oracle): If running on NT, set comint-input-sender to
10702 sql-query-placeholders-and-send.
10703
10704 (sql-stop): If in the SQLi buffer, insert stop notification, else
10705 present it as a message.
10706
10707 2000-07-27 Alex Schroeder <alex@gnu.org>
10708
10709 * sql.el (sql-input-ring-separator): Doc change.
10710 (sql-input-ring-file-name): Doc change.
10711 (sql-interactive-mode): Use `sql-input-ring-separator' and
10712 `sql-input-ring-file-name' to set the comint-mode equivalents
10713 without making them local variables.
10714 (sql-stop): Don't bind `sql-input-ring-separator' and
10715 `sql-input-ring-file-name' dynamically to their comint-mode
10716 equivalents.
10717
10718 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10719
10720 * international/mule.el (register-char-codings): New function.
10721 (make-coding-system): Handle `safe-chars' specification in the arg
10722 PROPERTY.
10723
10724 * international/mule-cmds.el
10725 (find-coding-systems-region-subset-p): This function deleted.
10726 (sort-coding-systems-predicate): New variable.
10727 (sort-coding-systems): New function.
10728 (find-coding-systems-region): Use
10729 find-coding-systems-region-internal.
10730 (find-coding-systems-string): Use find-coding-systems-region.
10731 (find-coding-systems-for-charsets): Check
10732 char-coding-system-table.
10733 (select-safe-coding-system-accept-default-p): New variable.
10734 (select-safe-coding-system): Mostly rewritten. New argument
10735 ACCEPT-DEFAULT-P.
10736 (select-message-coding-system): Call select-safe-coding-system
10737 with ACCEPT-DEFAULT-P arg.
10738 (reset-language-environment): Reset default-sendmail-coding-system
10739 to the default value iso-latin-1.
10740 (set-language-environment): Don't set the obsolete variable
10741 charset-origin-alist.
10742
10743 * international/codepage.el (cp-coding-system-for-codepage-1):
10744 Give `safe-chars' property to make-coding-system.
10745
10746 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10747 calling select-message-coding-system twice.
10748
10749 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10750 instead of `safe-charsets'.
10751 (cyrillic-alternativnyj): Likewise.
10752 (ccl-encode-alternativnyj): Don't check the charset
10753 cyrillic-iso8859-5.
10754
10755 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10756
10757 * composite.el (compose-chars-after): Preserve match data.
10758
10759 2000-07-26 Sam Steingold <sds@gnu.org>
10760
10761 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10762 (ange-ftp-real-file-newer-than-file-p): New function.
10763 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10764 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10765
10766 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10767 * midnight.el (midnight-float-time): Ditto.
10768
10769 2000-07-26 Andreas Schwab <schwab@suse.de>
10770
10771 * files.el (normal-backup-enable-predicate): Correct
10772 interpretation of the return value of compare-strings.
10773
10774 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10775
10776 * isearch.el (isearch-resume): New function.
10777 (isearch-done): Add something to command-history to resume
10778 the search.
10779 (isearch-yank-line, isearch-yank-word): Use
10780 buffer-substring-no-properties instead of buffer-substring.
10781
10782 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10783 of flyspell-mouse-map.
10784
10785 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10786 duplicate definition.
10787 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10788
10789 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10790 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10791
10792 2000-07-25 Sam Steingold <sds@gnu.org>
10793
10794 * net/ange-ftp.el: Get modtime over the net.
10795 (ange-ftp-file-modtime): New function.
10796 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10797 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10798 Use it.
10799 (ange-ftp-dot-to-slash): New function.
10800 (ange-ftp-fix-name-for-vms): Use it.
10801
10802 * midnight.el (midnight-buffer-display-time): Use
10803 `with-current-buffer'.
10804
10805 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10806
10807 * find-dired.el: Update copyright notice.
10808 (find-dired): Offer to kill a running `find'.
10809
10810 * enriched.el (enriched-face-ans): For a `foreground-color'
10811 property, return '(("x-color" COLOR))' so that COLOR will be
10812 output as a parameter of the x-color annotation. Likewise for the
10813 `background-color' property. In the case of normal face
10814 properties, don't return annotations for unspecified foreground
10815 and background face attributes.
10816
10817 2000-07-25 Kenichi Handa <handa@etl.go.jp>
10818
10819 * language/japan-util.el (japanese-katakana-region): Fix handling
10820 HANKAKU argument.
10821
10822 2000-07-25 Miles Bader <miles@gnu.org>
10823
10824 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10825 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10826 constrain-to-field.
10827
10828 2000-07-24 Andrew Innes <andrewi@gnu.org>
10829
10830 * timer.el (timer-activate-when-idle): Add optional parameter
10831 DONT-WAIT. Update docstring.
10832 (run-with-idle-timer): Specify extra parameter to
10833 timer-activate-when-idle, so that timer will be activated
10834 immediately if Emacs is already idle.
10835
10836 * w32-fns.el (w32-using-nt): Fix docstring.
10837
10838 2000-07-24 Dave Love <fx@gnu.org>
10839
10840 * mouse.el (popup-menu): Set last-command-event.
10841 (mouse-major-mode-menu-prefix): Declare.
10842
10843 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10844
10845 * textmodes/flyspell.el: Update to author's version 1.5d.
10846
10847 * progmodes/hideshow.el: Update copyright notice.
10848
10849 * vcursor.el: Set maintainer to FSF, since author cannot
10850 be reached.
10851
10852 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10853
10854 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10855 the prompt.
10856
10857 * mouse.el (popup-menu): Run the keymap through indirect-function,
10858 in case it was defined with define-prefix-key. If the menu is a
10859 list of keymaps, look up the binding of user's choice in each one
10860 of the keymaps.
10861 (mouse-popup-menubar): If the global and local menu-bar keymaps
10862 don't have a prompt string, create one and insert it into the
10863 keymap. Don't barf if current-local-map returns nil.
10864
10865 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10866
10867 * dired.el (dired-sort-R-check): Added to allow recursive listing
10868 to be undone.
10869 (dired-sort-other): Use it.
10870
10871 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10872
10873 * Release of cc-mode 5.27
10874
10875 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10876
10877 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10878 c-beginning-of-statement-1 that caused a bad case of recursion
10879 which could consume a lot of CPU in large classes in languages
10880 that have in-expression classes (i.e. Java and Pike).
10881
10882 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10883 statements before top level constructs (i.e. case 6 is moved
10884 before case 5 and is now case 4) to catch in-expression
10885 classes in top level expressions correctly.
10886
10887 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10888
10889 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10890 objc-method-intro. Case 4 removed and case 5I added.
10891
10892 * cc-langs.el (c-append-paragraph-start): New variable used by
10893 c-common-init to get paragraph-start correct.
10894 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10895 initialize paragraph-start to make it correct both with and
10896 without the javadoc special case.
10897
10898 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10899 initialize paragraph-start for javadoc markup.
10900
10901 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10902 change by defaulting this to t. It's motivated by the
10903 confusing behavior that otherwise arise from the style system
10904 when editing both java and non-java files at the same time
10905 (see the comments about style setting in c-common-init).
10906
10907 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10908
10909 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10910 similar to the one in c-fill-paragraph to check the fill
10911 prefix from the adaptive fill function for sanity.
10912
10913 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10914
10915 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10916 defun block.
10917
10918 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10919
10920 * cc-align.el (c-lineup-multi-inher): Handle lines with
10921 leading comma nicely. Extended to handle member initializers
10922 too.
10923
10924 * cc-engine.el: (c-beginning-of-inheritance-list,
10925 c-guess-basic-syntax): Fixed recognition of inheritance lists
10926 when the lines begins with a comma.
10927
10928 * cc-vars.el (c-offsets-alist): Changed default for
10929 member-init-cont to c-lineup-multi-inher since it now handles
10930 member initializers and indents better for leading commas.
10931
10932 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10933
10934 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10935 handling that caused class open lines to be recognized as
10936 statement-conts in some cases.
10937
10938 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10939 guessed by the adaptive fill function unless point is on the
10940 first line of a block comment.
10941
10942 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10943 when the buffer ends with a macro continuation char.
10944
10945 * cc-engine.el (c-guess-basic-syntax): Added support for
10946 function definitions as statements in Pike. The first
10947 statement in a lambda block is now labeled defun-block-intro
10948 instead of statement-block-intro.
10949
10950 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10951 so that the class surrounding point is selected, not the one
10952 innermost in the state.
10953
10954 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10955 recognition of switch labels having hanging multiline
10956 statements.
10957
10958 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10959 some code in c-guess-basic-syntax to a separate function.
10960 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10961 recognition of member inits with multiple line arglists.
10962 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10963 member-init-cont when the commas are in funny places.
10964
10965 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10966
10967 * cc-defs.el (c-auto-newline): Removed this macro since it's
10968 not used anymore.
10969
10970 * cc-engine.el (c-looking-at-bos): New helper function.
10971 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10972 inexpr and toplevel classes apart in Pike.
10973
10974 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10975 of case 9A.
10976
10977 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10978 constant, since "class" can introduce an in-expression class
10979 in Pike nowadays.
10980
10981 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10982
10983 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10984 indentation on cpp-macro lines.
10985
10986 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10987 a syntax modifier like comment-intro, to make it possible to
10988 get syntactic indentation for preprocessor directives. It's
10989 incompatible wrt to lineup functions on cpp-macro, but it has
10990 no observable effect in the 99.9% common case where cpp-macro
10991 is set to -1000.
10992
10993 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10994
10995 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10996 member-init-cont when the preceding arglist is several lines.
10997
10998 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10999
11000 * cc-styles.el (c-style-alist): The basic offset for the BSD
11001 style corrected to 8.
11002
11003 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11004
11005 * cc-styles.el (c-style-alist): Adjusted the indentation of
11006 brace list openers in the gnu style.
11007
11008 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11009
11010 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
11011
11012 * cc-cmds.el (c-electric-brace, c-electric-slash,
11013 c-electric-star, c-electric-semi&comma, c-electric-colon,
11014 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
11015 when c-syntactic-indentation is nil.
11016
11017 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
11018 we were left at comments preceding the first statement when
11019 reaching the beginning of the buffer.
11020
11021 * cc-vars.el (c-syntactic-indentation): New variable to turn
11022 off all syntactic indentation.
11023
11024 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11025
11026 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
11027 between the text and the block comment ender when it hangs,
11028 depending on how many there are before the fill.
11029
11030 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11031
11032 * cc-engine.el (c-beginning-of-closest-statement): New helper
11033 function to go back to the closest preceding statement start,
11034 which could be inside a conditional statement.
11035 * cc-engine.el (c-guess-basic-syntax): Use
11036 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
11037
11038 * cc-engine.el (c-guess-basic-syntax): Better handling of
11039 arglist-intro, arglist-cont-nonempty and arglist-close when
11040 the arglist is nested inside parens. Cases 7A, 7C and 7F
11041 changed.
11042
11043 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
11044 up-to-date with javadoc 1.2.
11045
11046 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11047
11048 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
11049 multiline Pike type decls.
11050
11051 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11052
11053 * cc-cmds.el (c-indent-new-comment-line): Always break
11054 multiline comments in multiline mode, regardless of
11055 comment-multi-line.
11056
11057 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11058
11059 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
11060 fully::qualified::names in C++ member init lists. Preamble in
11061 case 5D changed.
11062
11063 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11064
11065 * cc-langs.el (c-common-init): Handling of obsolete variables
11066 moved to c-initialize-cc-mode. More compatible style override
11067 when using global style variables.
11068 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
11069 variables moved here.
11070
11071 * cc-styles.el (c-make-styles-buffer-local): Flag style
11072 variable localness in c-style-variables-are-local-p to make
11073 the compatibility measure in c-common-init work well.
11074
11075 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
11076 longer contain set-from-style.
11077 * cc-styles.el (c-initialize-builtin-style): Don't check for
11078 set-from-style on c-special-indent-hook.
11079 * cc-styles.el (c-copy-tree): Obsolete. The standard function
11080 copy-alist is sufficient now.
11081
11082 * cc-styles.el (c-set-style, c-set-style-1,
11083 c-get-style-variables): Fixes to variable initialization so
11084 that duplicate entries in styles have the same effect
11085 regardless of DONT-OVERRIDE.
11086
11087 * cc-styles.el (c-set-style-2): Fixed bug where the
11088 initialization of inheriting styles failed when the
11089 dont-override flag is set.
11090
11091 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
11092 on this.
11093
11094 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11095
11096 * cc-defs.el (c-forward-comment): Removed the workaround
11097 introduced in 5.38 since it had worse side-effects. If a line
11098 contains the string "//\"", it regarded the // as a comment
11099 start since the \ temporarily doesn't have escape syntax.
11100
11101 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
11102
11103 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
11104 ada-xref.el before ada-prj.el, so that the Project menu is created
11105 when ada-prj tries to add to it.
11106 (ada-activate-keys-for-case): Suppress the characters that are not
11107 part of the Ada syntax. Better compatibility with else-mode
11108 (ada-adjust-case-interactive): When auto-casing is not active,
11109 correctly insert newlines (used to insert only ^M). Prevent the
11110 syntax table from being changed in case of an error
11111 (or '_' becomes part of a word and some commands are confused).
11112 Do nothing if ada-auto-case is nil.
11113 (ada-after-keyword-p): Ignore keywords that are also attributes
11114 (ada-batch-reformat): Update usage comment
11115 (ada-call-from-contextual-menu): New function
11116 (ada-case-read-exceptions): Reinitialize the casing exception list
11117 first to nil first, so that the casing exception file can be
11118 shared.
11119 (ada-check-defun-name): Handles "configure" keyword for gnatdist
11120 files.
11121 (ada-compile-goto-error): Fix regexp used to detect a file:line
11122 anywhere in the error message
11123 (ada-contextual-menu-last-point): New variable
11124 (ada-create-keymap): If the variable delete-key-deletes-forward is
11125 t on XEmacs, it means that DEL should delete one character
11126 forward.
11127 (ada-create-menu): Use :included instead of :visible for XEmacs.
11128 New submenu "Options".
11129 (ada-end-stmt-re): Correctly indent "select ... then abort"
11130 statements.
11131 (ada-fill-comment-paragraph): Correctly delete all leading '--'
11132 even if they don't match ada-fill-comment-prefix Fix handling of
11133 paragraphs on the first or last line of a file.
11134 (ada-format-paramlist): Fix handling of default parameter values.
11135 (ada-get-body-name): New function.
11136 (ada-get-current-indent): Optimized by searchling directly for an
11137 existing generic part or a statement outside of it. Handle
11138 ada-indent-align-comments when indenting comments Replaced some
11139 regexps by testing directly the next character. This results in a
11140 huge speedup on some files. New indentation scheme for renames
11141 statements. Stop looking for the 'while' or 'for' associated with
11142 a 'loop' at the first semicolon encountered. A "return" can also
11143 match an anonymous access subprogram declaration.
11144 (ada-get-indent-noindent): Ignore strings and comments when
11145 looking for the keywords "record" and "private".
11146 (ada-goto-matching-decl-start): When matching "if", make sure we
11147 are not in fact seeing "end if". Ignore "when" statements except
11148 when initial keyword was "begin". Fix handling of nested
11149 procedures. Add a recursive call to this function to skip over
11150 other 'end' statmts. Fix indentation for "when .. => begin"
11151 (ada-in-open-paren-p): Fix indentation for complex boolean
11152 expressions, where 'and then', 'or else' and parenthesis
11153 statements are mixed up.
11154 (ada-in-paramlist-p): Skip comments while searching for the
11155 beginning Fix handling of operator declarations.
11156 (ada-indent-align-comments): New variable
11157 (ada-indent-current): Change the syntax table only in the
11158 protected section, so that we are sure it is restored correctly.
11159 (ada-indent-on-previous-lines): Use ada-use-indent and
11160 ada-with-indent Correctly indent "select ... then"
11161 (ada-indent-region): Slight speedup.
11162 (ada-indent-renames): New variable.
11163 (ada-last-which-function-subprog, ada-last-which-function-line):
11164 New variables
11165 (ada-looking-at-semi-private): Correctly indent the 'private'
11166 keyword when it is the first word in a package declaration.
11167 (ada-loose-case-word): Stop searching if at the end of the buffer.
11168 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
11169 even if point is not initially at the end of the word.
11170 (ada-matching-decl-start-re): Add "when".
11171 (ada-mode): Add support for abbrev-mode, outline-mode and
11172 which-func-mode Override the old find-file.el entry in
11173 ff-special-constructs since it is using the obsolete
11174 ada-spec-suffix variable
11175 (ada-no-auto-case): New function
11176 (ada-scan-paramlist): When parsing the argument type, accept
11177 spaces (as in "X 'Class", generated by Rational Rose).
11178 (ada-other-file-name): No longer loads the other file.
11179 (ada-popup-menu): Save and restore the current buffer and cursor
11180 position before and after displaying the menu.
11181 (ada-search-ignore-complex-boolean): New function.
11182 (ada-uncomment-region): Emacs21 already knows how to delete
11183 comments not starting in the first column.
11184 (ada-use-indent): New variable
11185 (ada-which-function): New function.
11186 (ada-with-indent): New variable
11187 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
11188 can be batch-compiled from the command line.
11189
11190 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
11191 Add to the menu when the file is loaded, not in ada-mode-hook.
11192 Add -toolbar to the default ddd command Switches moved from
11193 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
11194 ada-prj-default-comp-opt
11195 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
11196 Reference Manual to the menu
11197 (ada-check-current): rewritten as a call to ada-compile-current
11198 (ada-compile): Removed.
11199 (ada-compile-application, ada-compile-current, ada-check-current):
11200 Set the compilation-search-path so that compile.el automatically
11201 finds the sources in src_dir. Automatic scrollong of the
11202 compilation buffer. C-uC-cC-c asks for confirmation before
11203 compiling
11204 (ada-compile-current): New parameter, prj-field
11205 (ada-complete-identifier): Load the .ali file before doing
11206 processing
11207 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
11208 conform to gnatmake's behavior.
11209 (ada-find-file-in-dir): New function
11210 (ada-find-references): Set the environment variables for gnatfind
11211 (ada-find-src-file-in-dir): New function.
11212 (ada-first-non-nil): Removed
11213 (ada-gdb-application): Add support for jdb, the java debugger.
11214 (ada-get-ada-file-name): Load the original-file first if not done
11215 yet.
11216 (ada-get-all-references): Handles the new ali syntax (parent types
11217 are found between <>).
11218 (ada-initialize-runtime-library): New function
11219 (ada-mode-hook): Always load a project file when a file is opened,
11220 so that the casing exceptions are correctly read.
11221 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
11222 (ada-parse-prj-file): Use find-file-noselect instead of find-file
11223 to open the project file, since the latter does not work with
11224 speedbar Get default values before loading the prj file, or the
11225 default executable file name is wrong. Use the absolute value of
11226 src_dir to initialize ada-search-directories and
11227 compilation-search-path,... Add the standard runtime library to
11228 the search path for find-file.
11229 (ada-prj-default-debugger): Was missing an opening '{'
11230 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
11231 variables.
11232 (ada-prj-default-gnatmake-opt): New variable
11233 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
11234 buffers, the project file is the default one Save the windows
11235 configuration before displaying the menu.
11236 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
11237 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
11238 ...) regexp-quote identifiers names to support operators +,
11239 -,... in regexps.
11240 (ada-remote): New function.
11241 (ada-run-application): Erase the output buffer before starting the
11242 run Support remote execution of the application. Use
11243 call-process, or the arguments are incorrectly parsed
11244 (ada-set-default-project-file): Reread the content of the active
11245 project file, not the one from the current buffer When a project
11246 file is set as the default project, all directories are
11247 automatically associated with it.
11248 (ada-set-environment): New function
11249 (ada-treat-cmd-string): New special variable ${current}
11250 (ada-treat-cmd-string): Revised. The substitution is now done for
11251 any ${...} substring
11252 (ada-xref-current): If no body was found, compiles the spec
11253 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
11254 compiler to get rid of command line length limitations.
11255 (ada-xref-get-project-field): New function
11256 (ada-xref-project-files): New variable
11257 (ada-xref-runtime-library-specs-path)
11258 (ada-xref-runtime-library-ali-path): New variables
11259 (ada-xref-set-default-prj-values): Default run command now does a
11260 cd to the build directory. New field: main_unit Provide a default
11261 file name even if the current buffer has no prj file.
11262
11263 * ada-prj.el:
11264 Rewritten to show a tabbed-dialog.
11265 (ada-prj-add-ada-menu): Remove the map and name parameters.
11266 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
11267 New function
11268 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
11269 (ada-prj-load-from-file): New function
11270 (ada-prj-save): Always save fields that depend on the current buffer
11271 (ada-prj-show-value): New function
11272
11273 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
11274 Ada mode. This will allow us to display the Ada menu in any buffer
11275 we want (for project items).
11276 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
11277 number of spaces in the header.
11278
11279 2000-07-24 Dave Love <fx@gnu.org>
11280
11281 * ediff-init.el (ediff-region-help-echo): Bind face-help.
11282
11283 2000-07-23 Noah Friedman <friedman@splode.com>
11284
11285 * type-break.el (type-break): perform autosave.
11286 Suggested by Stephen Gildea <gildea@intouchsys.com>.
11287 (type-break-do-query): Cancel query schedule while performing
11288 actual query, to avoid possibility of a second query being made
11289 while first one is already in progress.
11290 (type-break-time-stamp-format): New variable.
11291 (type-break-time-stamp): New function.
11292 (type-break-time-warning): Use it.
11293 (type-break-keystroke-warning): Use it.
11294 (type-break-noninteractive-query): Use it.
11295
11296 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
11297 cookie.
11298 Use add-minor-mode to set minor-mode-alist, if available.
11299 (eldoc-echo-area-use-multiline-p): New user option.
11300 (eldoc-echo-area-multiline-supported-p): New variable.
11301 (eldoc-docstring-format-sym-doc): Use them.
11302 (eldoc-mode): If not using idle timers, append to local post and
11303 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
11304 (eldoc-display-message-no-interference-p): Don't interfere with
11305 edebug.
11306 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
11307 (eldoc-function-arglist): New function.
11308 (eldoc-function-argstring): Use it.
11309
11310 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
11311 auto save directory exists before calling directory-files.
11312
11313 2000-07-23 Dave Love <fx@gnu.org>
11314
11315 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
11316 ^o, ^u.
11317
11318 2000-07-21 Dave Love <fx@gnu.org>
11319
11320 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
11321 now passed to the function. It now works properly.
11322
11323 * smerge-mode.el (smerge-mode-menu): Fill it out.
11324
11325 2000-07-20 Gerd Moellmann <gerd@gnu.org>
11326
11327 * info-look.el (info-lookup): If *info* is shown in another frame
11328 on the same display, select that frame, instead of switching to
11329 the Info buffer in another window of the selected frame.
11330
11331 * simple.el (universal-argument-map): Bind numeric keypad keys
11332 kp-0 to kp-9 and kp-subtract.
11333 (digit-argument): Handle these keys.
11334
11335 2000-07-20 Dave Love <fx@gnu.org>
11336
11337 * net/goto-addr.el (goto-address-fontify): Don't bother with
11338 buffer-modified and read-only stuff -- irrelevant with overlays.
11339 Put an extra property on the overlays and use it to clean up in
11340 case goto-address is re-run.
11341
11342 2000-07-19 Richard M. Stallman <rms@gnu.org>
11343
11344 * timer.el (run-with-idle-timer): Doc fix.
11345
11346 * mail/mail-utils.el (mail-strip-quoted-names):
11347 Handle case where <...> appears inside "...".
11348 Use replace-match to edit the string more simply.
11349 (rmail-dont-reply-to): Cope with an unmatched ".
11350
11351 2000-07-19 Dave Love <fx@gnu.org>
11352
11353 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
11354 implementation.
11355
11356 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
11357 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
11358 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
11359
11360 2000-07-19 Gerd Moellmann <gerd@gnu.org>
11361
11362 * textmodes/refer.el: Correct maintainer's email address.
11363
11364 * progmodes/hideif.el: Correct author's email address.
11365 Fix typo in comment.
11366
11367 * xml.el: New file.
11368
11369 * mail/mailheader.el: Correct author's mail address.
11370
11371 * gnus/parse-time.el: Correct author's mail address.
11372
11373 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
11374
11375 * comint.el (comint-highlight-input, comint-highlight-face):
11376 New user options.
11377 (comint-input-ring-file-name): Change custom type.
11378 (comint-mode-map): Bind mouse-2.
11379 (comint-insert-clicked-input): New function.
11380 (comint-send-input): Handle input highlighting.
11381
11382 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
11383
11384 * mouse.el (popup-menu): New function.
11385 (mouse-major-mode-menu): Use it.
11386
11387 2000-07-18 Dave Love <fx@gnu.org>
11388
11389 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
11390 improvements.
11391
11392 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11393
11394 * faces.el (face-font-selection-order)
11395 (face-font-family-alternatives): Add custom type.
11396
11397 2000-07-18 Dave Love <fx@gnu.org>
11398
11399 * cus-edit.el (custom-variable-reset-saved)
11400 (custom-variable-reset-standard): Remove unused bindings.
11401
11402 * rect.el (open-rectangle-line): Remove unused let.
11403
11404 * hl-line.el (hl-line-highlight): Check hl-line-mode.
11405
11406 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11407
11408 * cdl.el: Fix `Maintainer' keyword.
11409
11410 * play/pong.el: Add author's email address.
11411
11412 2000-07-17 Sam Steingold <sds@gnu.org>
11413
11414 * files.el (insert-directory): Call `split-string' instead of
11415 re-implementing it.
11416
11417 2000-07-18 Gerd Moellmann <gerd@gnu.org>
11418
11419 * mail/vms-pmail.el: Change maintainer to FSF.
11420
11421 * net/goto-addr.el: Change maintainer to FSF.
11422
11423 * info.el (Info-title-face-alist): Removed.
11424
11425 2000-07-18 David Ponce <david@dponce.com>
11426
11427 * recentf.el (recentf-open-files): New command that works like
11428 `recentf-open-more-files', but shows the whole list of files (not just
11429 those omitted from the menu). Useful if you don't use a menu-bar!
11430 (recentf-open-more-files) Modified to use `recentf-open-files'.
11431
11432 (recentf-open-files, recentf-open-more-files)
11433 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
11434
11435 (recentf-dialog-mode): New mode for dialogs. You can now just type
11436 "q" to cancel the dialogs.
11437
11438 2000-07-18 David Ponce <david@dponce.com>
11439
11440 * recentf.el: This is a major update of recentf.el. It adds new
11441 features to better organize the recentf menu and "More..." buffer.
11442
11443 Using new provided menu filtering functions you can now organize the
11444 recent files list:
11445
11446 - by major modes
11447 - by directories
11448 - by user defined rules
11449
11450 Finally, with the new `recentf-filter-changer' customizable filter you
11451 can define a ring of filters and dynamically (via the menu) cycle on
11452 each menu organization in the ring (a la msb).
11453
11454 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
11455
11456 * eshell/eshell.el (eshell): Replace links to eshell.info with
11457 links to eshell, to avoid problems on systems where the manual is
11458 installed as `eshell'.
11459 * eshell/esh-cmd.el (eshell-cmd): Ditto.
11460 * eshell/em-smart.el (eshell-smart): Ditto.
11461 * eshell/em-banner.el (eshell-banner): Ditto.
11462 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
11463
11464 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
11465 same-file check in the MS-DOS version (it does support inodes).
11466
11467 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
11468
11469 * eshell/eshell.el (eshell-directory-name):
11470 Run default directory name through convert-standard-filename.
11471
11472 2000-07-18 Kenichi Handa <handa@etl.go.jp>
11473
11474 * international/mule-cmds.el (select-safe-coding-system):
11475 Fix typo in the comment.
11476
11477 * language/european.el (compound-text):
11478 Force katakana-jisx0201 to be designated to G1.
11479
11480 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
11481 Don't translate some national variant characters of latin-jisx0201.
11482 (x-ctext): Force katakana-jisx0201 to be designated to G1.
11483
11484 * international/kkc.el (kkc-after-update-conversion-functions):
11485 New variable.
11486 (kkc-update-conversion): Run functions in it at the tail.
11487
11488 2000-07-16 John Wiegley <johnw@gnu.org>
11489
11490 * lisp/align.el (align-newline-and-indent):
11491 Adding new function. for auto-aligning blocks of code on RET.
11492 (align-region): Fixed badly formatted minibuffer message.
11493
11494 2000-07-17 Kenichi Handa <handa@etl.go.jp>
11495
11496 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
11497 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
11498 the conversion list at first if appropriate.
11499 (kkc-next): Don't update kkc-next-count here.
11500 (kkc-prev): Don't update kkc-prev-count here.
11501 (kkc-show-conversion-list-update): Fix setting up of conversion
11502 list message.
11503
11504 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
11505
11506 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
11507
11508 2000-07-16 Dave Love <fx@gnu.org>
11509
11510 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
11511 function to be more specific.
11512
11513 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
11514 non-string help-echo.
11515 (widget-types-convert-widget): Defsubst it.
11516 (widget-echo-help): Try to cope with a help-echo function of two
11517 possible sorts.
11518
11519 2000-07-15 Jason Rumney <jasonr@gnu.org>
11520
11521 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
11522 Declare as obsolete.
11523
11524 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
11525
11526 2000-07-14 Gerd Moellmann <gerd@gnu.org>
11527
11528 * hilit-chg.el: Fix typo.
11529
11530 2000-07-14 Dave Love <fx@gnu.org>
11531
11532 * info.el (Info-mode-menu): Fix use of :help, :enable.
11533
11534 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
11535
11536 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
11537
11538 2000-07-13 Dave Love <fx@gnu.org>
11539
11540 * emacs-lisp/easymenu.el: Doc fixes.
11541 (easy-menu-remove): Defalias to ignore.
11542
11543 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
11544 Call throw correctly.
11545
11546 2000-07-13 Gerd Moellmann <gerd@gnu.org>
11547
11548 * faces.el (frame-background-mode): Doc fix.
11549
11550 * simple.el (eval-expression-print-length): Change custom type to
11551 allow entering nil as value.
11552
11553 2000-07-13 Dave Love <fx@gnu.org>
11554
11555 * progmodes/fortran.el (fortran-imenu-generic-expression):
11556 Change definition layout.
11557 (fortran-mode-menu): Reinstate customize entries.
11558
11559 * cus-edit.el (custom-group-menu-create, customize-menu-create):
11560 Use :filter, per old XEmacs code.
11561
11562 2000-07-12 Gerd Moellmann <gerd@gnu.org>
11563
11564 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
11565 event when deciding what to send to the terminal.
11566
11567 2000-07-12 Dave Love <fx@gnu.org>
11568
11569 * cus-start.el: Add optional version as 4th element of specs and
11570 use it for several things new in v21. Remove load-path. Fix type
11571 of line-number-display-limit.
11572
11573 2000-07-11 Dave Love <fx@gnu.org>
11574
11575 * progmodes/fortran.el: Don't require easymenu.
11576 Use repeat counts in various regexps.
11577 (fortran-mode-syntax-table): Defvar directly.
11578 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
11579 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
11580 Use defvar, not defconst.
11581 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
11582 (fortran-mode): Set fortran-comment-line-start-skip,
11583 fortran-comment-line-start-skip, dabbrev-case-fold-search.
11584 (fortran-comment-indent): Use defsubst.
11585 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
11586 Use fortran-comment-indent, not fortran-comment-indent-function.
11587 (fortran-comment-region, fortran-electric-line-number): Simplify.
11588 (fortran-auto-fill): New function.
11589 (fortran-do-auto-fill): Deleted.
11590 (fortran-find-comment-start-skip):
11591 Check for non-null comment-start-skip.
11592 (fortran-auto-fill-mode, fortran-fill-statement):
11593 Use fortran-auto-fill.
11594 (fortran-fill): Use fortran-auto-fill. Check for null
11595 comment-start-skip. Simplify final clause and use end-of-line finally.
11596
11597 * widget.el (widget-plist-member): New alias.
11598
11599 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
11600
11601 * eshell/esh-module.el (toplevel): Reference
11602 byte-compile-current-file only if it is bound.
11603
11604 2000-07-10 Gerd Moellmann <gerd@gnu.org>
11605
11606 * dired.el: Don't require `dired-aux'.
11607
11608 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
11609
11610 * dired-aux.el (dired-show-file-type): New function.
11611 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
11612 (dired-show-file-type): Add autoload.
11613
11614 2000-07-10 Kenichi Handa <handa@etl.go.jp>
11615
11616 * international/mule-diag.el (describe-font): Adjusted for the
11617 change of fontset-info.
11618 (print-fontset): Likewise.
11619
11620 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
11621
11622 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
11623
11624 2000-07-07 Gerd Moellmann <gerd@gnu.org>
11625
11626 * bindings.el: Bind `[delete]' to delete-char.
11627
11628 * dired.el (dired-find-alternate-file): New function.
11629 (dired-mode-map): Bind `a' to dired-find-alternate-file.
11630 (toplevel): Require dired-aux when compiling.
11631 (dired-buffers): Move defvar within file to avoid compiler warning.
11632
11633 * info.el (Info-last-search): Variable removed.
11634 (Info-search-history): New variable.
11635 (Info-search): New Info-search-history.
11636
11637 * battery.el, info-look.el: Change author's mail address.
11638
11639 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11640
11641 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11642 if rmail-ignored-headers is nil.
11643 (rmail-retry-failure): Bind rmail-ignored-headers and
11644 rmail-displayed-headers to nil.
11645
11646 2000-07-06 Gerd Moellmann <gerd@gnu.org>
11647
11648 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11649 (print-region-1): Don't hard code `-h' here.
11650
11651 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11652
11653 2000-07-01 Francesco Potorti` <pot@gnu.org>
11654
11655 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11656 exim can use "your message" instead of "the message".
11657
11658 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11659
11660 * facemenu.el: Docstrings fixes.
11661 (facemenu-get-face): Don't use internal-find-face.
11662 (facemenu-iterate): Rename arg to match the docstring.
11663
11664 * newcomment.el (uncomment-region): Be more careful when skipping
11665 backwards over `=' not to bump into BOBP.
11666
11667 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11668
11669 * ediff-diff.el (ediff-wordify): Use syntax table.
11670 * ediff-init.el (ediff-has-face-support-p): Use
11671 ediff-color-display-p.
11672 (ediff-color-display-p): Use display-color-p, changed to defun
11673 from defsubst.
11674 Got rid of special cases for NeXT and OS/2.
11675 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11676 face.
11677
11678 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11679
11680 * emacs-lisp/lucid.el: Require CL.
11681 (copy-tree, remprop): Remove, it's provided by CL.
11682 (map-keymap): Define in terms of cl-map-keymap.
11683 (extent-property, set-extent-end-glyph): New functions.
11684
11685 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11686
11687 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11688
11689 * Makefile.in (DONTCOMPILE): Add comment that the name may
11690 not be changed without changing the make-dist script.
11691
11692 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11693 (cl-mapc): Use mapc instead of cl-old-mapc.
11694
11695 2000-07-05 Andrew Innes <andrewi@gnu.org>
11696
11697 * makefile.nt: Add support for `bootstrap' and related targets.
11698
11699 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11700
11701 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11702 (easy-menu-do-define): Use `menu-item' format.
11703 Handle case where easy-menu-create-menu returns a symbol.
11704 Manually call the potential top-level filter in the function binding.
11705 (easy-menu-filter-return): New arg NAME.
11706 Convert to a keymap if MENU is an XEmacs menu.
11707 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11708 (easy-menu-converted-items-table, easy-menu-convert-item):
11709 New var and fun to memoize easy-menu-convert-item-1.
11710 (easy-menu-do-add-item): Use it.
11711 (easy-menu-create-menu): Use easy-menu-convert-item.
11712 Wrap easy-menu-filter-return around any :filter specification.
11713 Don't convert the menu if a filter was specified.
11714 Tell easy-menu-make-symbol not to check for MENU being an expression.
11715 (easy-menu-make-symbol): New arg NOEXP.
11716
11717 2000-07-05 Gerd Moellmann <gerd@gnu.org>
11718
11719 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11720 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11721 (eval-defun): If called with prefix arg, instrument code for
11722 Edebug.
11723
11724 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11725 similar to that of eval-defun.
11726
11727 2000-07-04 Dave Love <fx@gnu.org>
11728
11729 * hl-line.el (hl-line-overlay): Make it permanent-local.
11730
11731 * calendar/todo-mode.el: Replaced with a working version, based on
11732 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11733
11734 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11735
11736 * paths.el (prune-directory-list): New function.
11737 (Info-default-directory-list): Rewritten to more methodically
11738 enumerate a big list of possible info directories (based on the
11739 list used by the standalone info reader).
11740
11741 * info.el (info-initialize): Use prune-directory-list to remove
11742 non-existent directories from Info-directory-list.
11743
11744 * paths.el (Info-default-directory-list): Try a list of possible
11745 info-directories instead of a single one. Add the possible
11746 info directory "/usr/share/info".
11747
11748 * woman.el (woman-man.conf-path): Explicitly include the debian
11749 man-db config file "/etc/manpath.config".
11750 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11751 are present in `manpath.config'.
11752 (woman-manpath): Include "/usr/share/man".
11753
11754 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11755
11756 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11757
11758 * startup.el (command-line): Initialize blink-cursor based
11759 on window-system.
11760
11761 * frame.el (blink-cursor): Default to nil if not running under
11762 a window-system.
11763
11764 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11765 (face-x-resources): Remove duplicate entry for :font.
11766
11767 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11768 instead of cycling through windows with next-window.
11769
11770 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11771 of cycling through windows with next-window.
11772
11773 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11774 of cycling through windows with next-window.
11775
11776 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11777 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11778 instead of cycling through windows with next-window.
11779
11780 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11781 instead of cycling through windows with next-window.
11782
11783 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11784 of cycling through windows with next-window.
11785
11786 * terminal.el (te-process-output): Use walk-windows instead of
11787 cycling through windows with next-window.
11788
11789 * server.el (server-switch-buffer): Use some-window instead of
11790 cycling through windows with next-window.
11791
11792 * window.el (some-window): New function.
11793 (walk-windows): Remove reference to walk-windows-start.
11794
11795 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11796
11797 2000-07-03 Richard Stallman <rms@gnu.org>
11798
11799 * window.el (walk-windows): Guarantee termination by keeping a list
11800 of all the windows already handled.
11801
11802 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11803
11804 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11805 window-system.
11806
11807 * man.el (Man-notify-when-ready): Don't use window-system. If
11808 Man-notify-method is newframe, and the display is not
11809 multi-frame, select the frame created for the man page.
11810 (Man-init-defvars): Doc fix.
11811
11812 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11813
11814 * faces.el (region): Change background color for light background.
11815
11816 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11817 attribute from mode-line face of Ediff control frame.
11818
11819 * replace.el (query-replace-map): Bind `e' like `E'.
11820
11821 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11822
11823 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11824 Change name to "Select All".
11825
11826 * dos-fns.el (convert-standard-filename): Fix last change.
11827
11828 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11829
11830 * help.el (describe-variable): Don't insert a second `'s' in front
11831 of the string `value is shown below'. Since the syntax-table is
11832 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11833 an existing `'s', so that this won't be deleted.
11834
11835 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11836 * pcmpl-unix.el: New files.
11837
11838 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11839
11840 * wid-edit.el (widget-member): Use the new plist-member.
11841
11842 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11843
11844 * replace.el (perform-replace): Undo change of 2000-04-04.
11845 Instead, move backward 1 character at the end of the loop when
11846 necessary.
11847
11848 * faces.el (fringe): Change face for different backgrounds.
11849
11850 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11851 patch from John.
11852
11853 * eshell/*.el: Change spelling of the Free Software Foundation.
11854
11855 * eshell/esh-toggle.el: Removed.
11856
11857 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11858
11859 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11860 interactively.
11861
11862 2000-06-26 Alex Schroeder <alex@gnu.org>
11863
11864 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11865 `define-key'; instead of checking `(emacs-version)' check for
11866 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11867 for `;' and `o' which might be electric.
11868
11869 (sql-electric-stuff): New user option.
11870 (sql-magic-go): New function which uses `sql-electric-stuff'.
11871 (sql-magic-semicolon): New function which uses
11872 `sql-electric-stuff'.
11873
11874 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11875 is not fboundp.
11876
11877 (sql-oracle-options): New variable.
11878 (sql-oracle): Use it.
11879
11880 (sql-imenu-generic-expression): Doc change.
11881 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11882 is used.
11883
11884 (sql-informix): Added command line parameter "-" to force
11885 sql-informix-program to use stdout.
11886
11887 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11888
11889 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11890 (cp864-decode-table): Doc fix.
11891 (cp720-decode-table): New variable, supports the Arabic OEM
11892 codepage used by Windows.
11893 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11894
11895 2000-06-23 Dave Love <fx@gnu.org>
11896
11897 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11898 (font-lock-fontify-anchored-keywords): Use
11899 line-beginning-position.
11900 (global-font-lock-mode): Use mapc.
11901
11902 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11903
11904 * eshell/esh-module.el: Require CL when compiling.
11905
11906 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11907
11908 * comint.el (comint-substitute-in-file-name): Call replace-match
11909 with second and third arg t.
11910
11911 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11912 Specify foreground color.
11913
11914 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11915 color.
11916
11917 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11918
11919 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11920 cddr instead of cdddr.
11921
11922 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11923 instead of copy-list.
11924
11925 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11926 of copy-list.
11927
11928 * subdirs.el: Add eshell subdirectory.
11929
11930 * eshell: New subdirectory containing the Eshell package.
11931
11932 * pcomplete.el: New file.
11933
11934 2000-06-23 Paul Eggert <eggert@twinsun.com>
11935
11936 * mail/mailpost.el (post-mail-send-it): Make sure file has
11937 proper permissions from birth.
11938
11939 * files.el (basic-save-buffer-2): When temporarily setting
11940 file modes, set them to current modes plus 0200, not to 0777.
11941
11942 * emerge.el (emerge-make-temp-file): Make sure file has proper
11943 permissions from birth.
11944
11945 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11946
11947 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11948 backup file name through convert-standard-filename.
11949
11950 * dos-fns.el (convert-standard-filename): Convert leading
11951 directories as well. When long file names are supported, convert
11952 characters that are invalid in Windows file names.
11953
11954 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11955
11956 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11957 ps-print crashes. New feature: page selection for printing. Create
11958 raw-text-unix coding system for XEmacs. Doc fix.
11959 (ps-print-version): New version number (5.2.3).
11960 (ps-plot-region): Bug fix.
11961 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11962 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11963 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11964 funs.
11965 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11966 (ps-last-page): New vars.
11967
11968 2000-06-21 Gerd Moellmann <gerd@gnu.org>
11969
11970 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11971 empty option string.
11972
11973 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11974
11975 * man.el (man): Doc fix.
11976
11977 2000-06-21 Kenichi Handa <handa@etl.go.jp>
11978
11979 * international/mule-cmds.el (set-language-info-alist): Docstring
11980 fixed.
11981
11982 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11983
11984 * version.el (emacs-version): Use ISO date format.
11985
11986 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11987 instead of `M-backspace'.
11988
11989 * simple.el (turn-off-auto-fill): New function.
11990
11991 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11992
11993 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11994 Renamed from with-buffer-prepared-for-font-lock and use
11995 inhibit-modification-hooks rather than setting *-change-functions.
11996 Update all functions to use the new name.
11997 (jit-lock-first-unfontify-pos): New semantics (and doc).
11998 (jit-lock-mode): Make non-interactive.
11999 Don't automatically turn on font-lock.
12000 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
12001 Always use jit-lock-after-change.
12002 Remove and restore font-lock-after-change-function.
12003 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
12004 (jit-lock-after-unfontify-buffer): Remove.
12005 (jit-lock-stealth-fontify):
12006 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
12007 (jit-lock-after-change): Set the `fontified' text-prop to nil.
12008
12009 2000-06-20 Sam Steingold <sds@gnu.org>
12010
12011 * emacs-lisp/cl-indent.el (toplevel): Indent
12012 `print-unreadable-object' properly. Untabify.
12013
12014 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12015
12016 * textmodes/reftex.el (reftex-find-citation-regexp-format):
12017 Support for bibentry.
12018 (reftex-compile-variables): Fixed problem with end of section-re.
12019
12020 * texmodes/reftex-dcr.el (reftex-view-crossref,
12021 reftex-view-crossref-from-bibtex):
12022 Deal with changed `reftex-find-citation-regexp-format'.
12023 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
12024 Replaced `remprop' with `put'.
12025 (reftex-view-crossref, reftex-view-crossref-when-idle):
12026 Support for bibentry.
12027
12028 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
12029 New entry for bibentry package.
12030
12031 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
12032 Regexp also matches "\nobibliography".
12033
12034 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
12035 Call `reftex-ensure-write-access' before doing anything.
12036 (reftex-ensure-write-access): New function.
12037
12038 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
12039
12040 * progmodes/idlwave.el: File re-installed (update to version 4.2)
12041
12042 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
12043
12044 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
12045
12046 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
12047
12048
12049 2000-06-20 Dave Love <fx@gnu.org>
12050
12051 * faces.el (frame-background-mode): Use set-default, not set, in
12052 setter.
12053 (frame-update-faces, frame-update-face-colors): Define with
12054 defalias.
12055
12056 * enriched.el (enriched-decode-foreground)
12057 (enriched-decode-background): Don't use internal-find-face.
12058
12059 * apropos.el: Doc fixes.
12060
12061 * cus-edit.el (customize-changed-options): Check arg.
12062 (customize-version-lessp): Don't require decimal point.
12063
12064 * custom.el (defcustom, defgroup): Doc fix.
12065
12066 * newcomment.el (comment) <defgroup>: Add :version.
12067 (comment-multi-line): Doc fix.
12068
12069 * emulation/mlsupport.el (define-hooked-local-abbrev,
12070 define-hooked-global-abbrev): Fix, using define-abbrev.
12071
12072 2000-06-19 Gerd Moellmann <gerd@gnu.org>
12073
12074 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
12075 the whole buffer.
12076
12077 2000-06-19 Dave Love <fx@gnu.org>
12078
12079 * menu-bar.el (menu-bar-options-save): New function.
12080 (menu-bar-options-menu): Use it.
12081 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
12082 Simplify.
12083
12084 2000-06-19 Andreas Schwab <schwab@suse.de>
12085
12086 * progmodes/etags.el (tags-query-replace): Put new parameters
12087 START and END at the end, for backward compatibility.
12088
12089 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12090
12091 * international/codepage.el:
12092 (cp-coding-system-for-codepage-1): Delete special codes for
12093 generating xxx-dos coding system because now a CCL based coding
12094 system can handle EOL conversion by default.
12095
12096 * international/mule.el (make-coding-system): Generate subsidiary
12097 coding systems for EOL handling variants even for a CCL based
12098 coding system.
12099
12100 2000-06-19 Kenichi Handa <handa@etl.go.jp>
12101
12102 * international/isearch-x.el (isearch-minibuffer-input-method)
12103 (isearch-minibuffer-input-method-function): These variables
12104 deleted.
12105 (isearch-with-input-method): Don't use the above variables.
12106 (isearch-process-search-multibyte-characters): Likewise. Call
12107 read-string with the arg INHERIT-INPUT-METHOD t.
12108
12109 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
12110
12111 * font-lock.el (font-lock-after-fontify-buffer)
12112 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
12113
12114 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
12115 Use consistent make-local-variable style for font-lock-fontified.
12116 (jit-lock-fontify-buffer):
12117 Don't bother checking for font-lock-mode and jit-lock-mode.
12118
12119 * time.el: Remove trailing ^M that prevent CVS-merging.
12120
12121 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12122
12123 * Makefile.in (distclean): New target.
12124
12125 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
12126
12127 * Makefile.in (srcdir): Define for update-subdirs.
12128
12129 2000-06-16 Gerd Moellmann <gerd@gnu.org>
12130
12131 * find-lisp.el: New file.
12132
12133 2000-06-16 Andrew Innes <andrewi@gnu.org>
12134
12135 * time.el (display-time-mail-function): New variable, to allow
12136 external packages to indicate when new mail is available.
12137 (display-time-update): Use it.
12138
12139 2000-06-16 Kenichi Handa <handa@etl.go.jp>
12140
12141 * international/mule.el (mule-version): Change version name to
12142 SAKAKI. AOI has already been used by Meadow.
12143
12144 * international/quail.el (quail-show-guidance-buf): To find the
12145 bottom window (but minibuffer), pay attention to the height of
12146 minibuffer.
12147
12148 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
12149
12150 * arc-mode.el (archive-mode-map): Use the new menu-item format for
12151 menu-bar menus. Add help strings. Don't remove the Edit menu
12152 from the menu bar, as the menu bar has enough space now.
12153
12154 * Makefile.in (SHELL): Make sure /bin/sh is used.
12155
12156 * woman.el (woman-man-buffer): Fix bold and underlined CJK
12157 characters, which use series of two ^H characters instead of one.
12158
12159 2000-06-15 Gerd Moellmann <gerd@gnu.org>
12160
12161 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
12162 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
12163 functions.
12164 (Info-find-node-2): Try a case-sensitive search first, then
12165 do a case-insensitive search.
12166
12167 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
12168 tutorials.
12169
12170 * complete.el (PC-env-vars-alist): New variable.
12171 (PC-complete-as-file-name): New function.
12172 (partial-completion-mode): Initialize PC-env-vars-alist from
12173 process-environment.
12174 (PC-do-completion): Handle completion of env vars.
12175
12176 * info.el (Info-set-mode-line): Show file name in mode line,
12177 use `*Info*' instead of `Info:'.
12178
12179 * startup.el (command-line-1): Change copyright messages to year
12180 2000.
12181
12182 2000-06-15 Dave Love <fx@gnu.org>
12183
12184 * net/goto-addr.el (goto-address-fontify): Use keymap property,
12185 not local-map.
12186
12187 2000-06-15 Kenichi Handa <handa@etl.go.jp>
12188
12189 * international/mule.el (set-buffer-file-coding-system): Almost
12190 rewritten to handle `undecided' as no-op.
12191
12192 2000-06-14 Gerd Moellmann <gerd@gnu.org>
12193
12194 * Makefile.in: New file.
12195
12196 * Makefile: Removed.
12197
12198 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
12199 (goto-address-highlight-keymap): Bind C-c RET.
12200
12201 2000-06-14 Kenichi Handa <handa@etl.go.jp>
12202
12203 * mail/sendmail.el (sendmail-send-it): The temporary buffer
12204 inherits buffer-file-coding-system of the current buffer.
12205
12206 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
12207 0. Give correct argument to set-auto-coding-function.
12208 (tar-expunge): For goto-char, use (point-min), not 0.
12209 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
12210 (tar-subfile-save-buffer): Likewize.
12211
12212 * international/mule.el
12213 (after-insert-file-set-buffer-file-coding-system): Call
12214 set-buffer-file-coding-system with the arg FORCE t.
12215
12216 2000-06-13 Gerd Moellmann <gerd@gnu.org>
12217
12218 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
12219 nil. Contemporary sendmails issue an X-Authentication-Warning if
12220 the sender is set with `-f'.
12221
12222 2000-06-13 Dave Love <fx@gnu.org>
12223
12224 * help.el (describe-function-1): Kluge around cases of functions
12225 fset to subrs whose doc doesn't match their symbol-name.
12226
12227 * image.el (insert-image): Default STRING to a space.
12228
12229 * info.el Doc fixes.
12230 (Info-build-node-completions): Match Ref tags.
12231
12232 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
12233
12234 * frame.el (display-multi-frame-p, display-multi-font-p): New
12235 defaliases for display-graphic-p.
12236
12237 * hl-line.el: Fixed a typo in commentary.
12238
12239 2000-06-13 Kenichi Handa <handa@etl.go.jp>
12240
12241 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
12242 fixed.
12243
12244 2000-06-12 Dave Love <fx@gnu.org>
12245
12246 * image.el (insert-image): Save a little consing.
12247
12248 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12249
12250 * language/tibet-util.el: Convert all tibetan-1-column characters
12251 to the corresponding tibetan characters.
12252 (tibetan-add-components): Delete code for the special treatment of
12253 'a chung.
12254
12255 * language/tibetan.el (tibetan-composable-pattern): Fix previous
12256 change.
12257 (tibetan-vowel-transcription-alist): More rules added.
12258 (tibetan-composite-vowel-alist): New variable.
12259 (tibetan-precomposition-rule-alist): More rules added.
12260
12261 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
12262
12263 * startup.el (command-line): Only call menu-bar-mode if interactive.
12264
12265 * thingatpt.el (toplevel symbol-properties):
12266 * textmodes/makeinfo.el (makeinfo-compile):
12267 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
12268 * progmodes/hideif.el (hif-compress-define-list)
12269 (hide-ifdef-use-define-alist):
12270 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
12271 (ange-ftp-vms-add-file-entry):
12272 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
12273 * man.el (Man-build-man-command):
12274 * mail/rnewspost.el (news-reply-header-hook):
12275 * info.el (Info-insert-dir):
12276 * emulation/mlconvert.el (backward-word, forward-word, setq):
12277 * emacs-lisp/gulp.el (gulp-send-requests):
12278 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
12279 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
12280 (byte-optimize-apply, end of file):
12281 * emacs-lisp/advice.el (ad-advice-class-completion-table)
12282 (ad-make-freeze-definition):
12283 * startup.el (command-line, command-line-1): Don't quote lambdas.
12284
12285 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
12286 (cvs-cleanup-removed): New function.
12287 (cvs-cleanup-functions): New var.
12288 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
12289 some flexibility in specifying additional entries to auto-cleanup.
12290 (cvs-quickdir): New function.
12291 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
12292 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
12293 (cvs-mode-find-file): Check that we are on a filename or dirname
12294 when invoked through a mouse-click.
12295 (cvs-full-path): Remove.
12296 (cvs-dired-action): Re-introduced.
12297 (cvs-dired-noselect): Use it.
12298 (vc-post-command-functions): use this new hook if available.
12299
12300 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
12301 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
12302 (cvs-filename-map, cvs-dirname-map): Remove.
12303 (cvs-default-action): Remove.
12304 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
12305 if the arg is really a keymap.
12306 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
12307 Don't hardcode the mapping from state (aka type) to face, but check
12308 the var cvs-fi-<type>-face instead.
12309 (cvs-fileinfo-from-entries): New function.
12310
12311 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
12312 Docstring fix.
12313 (cvs-find-file-and-jump): Change default to be safer.
12314 (cvs-mode-diff-map): Define it as a function as well.
12315 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
12316 Bind mouse-2 in this global map rather than with text-properties.
12317
12318 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
12319 file to resolve the ambiguity between C(conflict) and C(need-merge).
12320
12321 2000-06-12 Kenichi Handa <handa@etl.go.jp>
12322
12323 * international/mule.el (set-buffer-file-coding-system): If
12324 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
12325 unconditionally.
12326
12327 2000-06-12 Dave Love <fx@gnu.org>
12328
12329 * wid-edit.el (widget-specify-button): Really suppress the face if
12330 required.
12331
12332 2000-06-11 Gerd Moellmann <gerd@gnu.org>
12333
12334 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
12335
12336 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
12337
12338 * imenu.el (imenu-generic-expression): Docstring fix.
12339
12340 * composite.el (composition-function-table): Move the `put'
12341 below the autoload cookie so we can load the file before loaddefs.
12342
12343 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
12344
12345 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
12346 Handle easy-mmode-define-global-mode.
12347 For complex macros like define-minor-mode that can generate
12348 several autoload entries, try to autoload entries in the
12349 macroexpanded code.
12350
12351 * emacs-lisp/easy-mmode.el (define-minor-mode):
12352 If KEYMAP is a symbol, just use it.
12353 Use byte-compile-current-file and load-file-name to infer the
12354 proper :require to pass to defcustom.
12355 Wrap the hook var into `progn' so as not to autoload it.
12356 Add a :autoload-end cookie.
12357 Be more careful about the evaluation of KEYMAP.
12358 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
12359 (define-derived-mode): Move define-abbrev-table outside of defvar.
12360
12361 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
12362
12363 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
12364 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
12365 (backup-compiled-files): Ignore errors during `tar'.
12366 (bootstrap): Make autoloads before elc files.
12367
12368 2000-06-10 Kenichi Handa <handa@etl.go.jp>
12369
12370 * international/mule.el (set-buffer-file-coding-system): If one of
12371 undecided-XXX is specified, change only EOL conversion.
12372
12373 * international/mule-conf.el (unix): New alias for the coding
12374 system undecided-unix.
12375
12376 2000-06-09 Dave Love <fx@gnu.org>
12377
12378 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
12379
12380 * progmodes/executable.el: Byte compile dynamic.
12381 (executable-insert): Change custom type.
12382 (executable-find): Add autoload cookie.
12383 (executable-make-buffer-file-executable-if-script-p): New
12384 function. After Noah Friedman.
12385
12386 * files.el (after-save-hook): Customize, with
12387 executable-make-buffer-file-executable-if-script-p as an option.
12388
12389 2000-06-09 Kenichi Handa <handa@etl.go.jp>
12390
12391 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
12392 "tib24p-mule.bdf" for Tibetan.
12393
12394 * composite.el (decompose-composite-char): Declare it as obsolete.
12395
12396 * man.el (Man-fontify-manpage): Pay attention to underline and
12397 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
12398
12399 2000-06-08 Gerd Moellmann <gerd@gnu.org>
12400
12401 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
12402 Set maintainer to FSF since author isn't reachable.
12403
12404 2000-06-08 Dave Love <fx@gnu.org>
12405
12406 * international/mule-cmds.el (select-safe-coding-system): If
12407 DEFAULT-CODING-SYSTEM is not specified, also check the most
12408 preferred coding-system if buffer-file-coding-system is
12409 `undecided'. From Handa.
12410
12411 2000-06-08 Kenichi Handa <handa@etl.go.jp>
12412
12413 * international/mule.el
12414 (after-insert-file-set-buffer-file-coding-system): If the buffer
12415 size is greater than INSERTED, judget that we are not visiting.
12416
12417 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
12418
12419 * whitespace.el (defgroup whitespace): Comment out `:version'.
12420 XEmacs 20.4 has problems defining the group with this present.
12421 We'll have this commented out till get resolve the problem.
12422
12423 2000-06-07 John Wiegley <johnw@gnu.org>
12424
12425 * align.el (align-dq-string-modes, align-sq-string-modes)
12426 (align-open-comment-modes): Add pyhton-mode.
12427 (align-rules-list): Use get-text-property instead of
12428 text-properties-at.
12429 (align-rules-list): Add python-assignment.
12430 (align-rules-list): Change perl-comma-delimiter to
12431 basic-comma-delimiter. Use if for Perl modes and python-mode.
12432 (align-rules-list): Add python-chain-logic and
12433 basic-line-continuation.
12434
12435 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
12436
12437 * apropos.el (apropos-mode-hook): New user variable.
12438 (apropos-mode): Run apropos-mode-hook.
12439
12440 2000-06-07 David Ponce <david@dponce.com>
12441
12442 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
12443 commands. Require `wid-edit' at run-time.
12444
12445 2000-06-07 David Ponce <david@dponce.com>
12446
12447 * recentf.el: Added some "Commentary".
12448 (recentf-open-more-files, recentf-edit-list): Minor changes to
12449 move the point at the top of the file list. This behaviour is
12450 consistent with the menu one when the list contains a lot of
12451 files.
12452 (recentf-cleanup): Now displays the number of items removed from
12453 the list.
12454 (recentf-relative-filter) New menu filter to show filenames
12455 relative to `default-directory'.
12456
12457 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12458
12459 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
12460 with/without giving an error if PostScript printer doesn't have this
12461 kind of page size. Zebra Stripe continues or restarts on next page.
12462 Manual/automatic paper feeding. Switch or not the header.
12463 (ps-print-version): New version number (5.2.2).
12464 (ps-windows-system): Include emx as a Windows system.
12465 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
12466 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
12467 (ps-background-text): Code fix.
12468 (ps-error-handler-message, ps-user-defined-prologue)
12469 (ps-print-prologue-header, ps-printer-name)
12470 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
12471 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
12472 (ps-use-face-background): Customization fix.
12473 (ps-n-up-database): Data fix.
12474 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
12475 (ps-switch-header): New vars.
12476 (ps-xemacs-color-name, ps-face-foreground-name)
12477 (ps-face-background-name, ps-boolean-constant): New funs.
12478
12479 2000-06-07 Dave Love <fx@gnu.org>
12480
12481 * allout.el: New version from Manheimer.
12482
12483 2000-06-07 Kenichi Handa <handa@etl.go.jp>
12484
12485 * textmodes/fill.el (fill-find-break-point): Check the validity of
12486 charset.
12487
12488 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12489
12490 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12491 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12492 Call display-color-p and display-mouse-p instead of looking at
12493 window-system.
12494
12495 2000-06-06 Dave Love <fx@gnu.org>
12496
12497 * image.el (find-image): Doc fix. Return nil if image not found.
12498 (put-image, insert-image): Make STRING arg optional.
12499
12500 2000-06-06 Kenichi Handa <handa@etl.go.jp>
12501
12502 * language/vietnamese.el: Remove eval-when-compile.
12503 (viet-viscii-nonascii-translation-table): Define it as a
12504 translation table made from viet-viscii-decode-table.
12505 (viet-viscii-encode-table): Define it as a translation table made
12506 from the reverse map of above.
12507 (viet-vscii-nonascii-translation-table): Define it as a
12508 translation table made from viet-vscii-decode-table.
12509 (viet-vscii-encode-table): Define it as a translation table made
12510 from the reverse map of above.
12511 (ccl-decode-viscii): Use translate-character.
12512 (ccl-encode-viscii, ccl-encode-viscii-font)
12513 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
12514 Likewize.
12515
12516 * language/cyrillic.el: Remove eval-when-compile.
12517 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
12518 translation table made from cyrillic-koi8-r-decode-table.
12519 (cyrillic-koi8-r-encode-table): Define it as a translation table
12520 made from the reverse map of above.
12521 (ccl-decode-koi8): Use translate-character.
12522 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
12523 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
12524 a translation table made from cyrillic-alternativnyj-decode-table.
12525 (cyrillic-alternativnyj-encode-table): Define it as a translation
12526 table made from the reverse map of above.
12527 (ccl-decode-alternativnyj): Use translate-character.
12528 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
12529 Likewize
12530
12531 * international/mule-diag.el (non-iso-charset-alist): Specify
12532 translation table symbol instead of translation table itself.
12533 (list-block-of-chars): CHARSET may be a translation table symbol.
12534
12535 * international/mule.el (make-coding-system): If CODING-SYSTEM
12536 already exists, override it.
12537
12538 * international/fontset.el: Use family `proportional' for Tibetan
12539 fonts.
12540
12541 * international/ccl.el (ccl-compile-translate-character): Don't
12542 check if Rrr has property translation-table.
12543 (ccl-compile-map-multiple): Modified to avoid compiler warning.
12544
12545 2000-06-05 Gerd Moellmann <gerd@gnu.org>
12546
12547 * info.el: Bind case-fold-search to t when searching in case
12548 a user sets it to nil in a hook.
12549
12550 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
12551
12552 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12553 * hl-line.el (hl-line-mode): Use the new :global key argument.
12554
12555 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
12556 (tar-clip-time-string): Prepend a space.
12557 (tar-grind-file-mode): Construct a string rather than modifying one.
12558 (tar-header-block-summarize): Fix docstring.
12559 Use `format' rather than an error-prone set of copy-loops.
12560
12561 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
12562 (diff-goto-source, diff-unified->context, diff-context->unified)
12563 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
12564 understand the format output by the `-p' argument to diff.
12565
12566 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
12567 (sh-re-done): Use defconst.
12568 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
12569 (sh-help-string-for-variable, sh-guess-basic-offset):
12570 Don't quote lambdas.
12571 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
12572 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
12573
12574 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
12575 (mh-letter-mode): Derive from text-mode.
12576 This implicitly means that it now calls kill-all-local-variables.
12577 Also remove the Emacs-18 compatibility code.
12578
12579 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
12580 Make use of symbol-property doc-string-elt.
12581 Use memq rather than a sequence of eq.
12582 (doc-string-elt): Fix the wrong or missing previously unused values.
12583 (autoload-print-form): New function extracted from
12584 generate-file-autoloads to allow recursion when handling progn
12585 so that defvar's and defun's docstrings are properly printed.
12586 (generate-file-autoloads): Use it.
12587
12588 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
12589 Use find-file-hooks in the minor-mode function.
12590 Be careful not to loop indefinitely in the post-command-hook function.
12591
12592 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
12593
12594 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
12595 tty's.
12596 * ediff-diff.el (ediff-exec-process): Use --binary for fine
12597 differences whenever appropriate.
12598 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
12599 * viper.el (find-file, find-file-other-window): Get viper to do
12600 wildcards.
12601
12602 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
12603
12604 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
12605 (jit-lock-fontify-buffer): New function for JIT refontification.
12606 (jit-lock-mode): Fix docstring.
12607 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
12608 Remove jit-lock-after-change from the _local_ hook.
12609 (jit-lock-function-1): Fix docstring.
12610
12611 * info.el (Info-on-current-buffer): Initialize info.
12612
12613 * newcomment.el (comment-indent): Ignore comment-indent-hook.
12614
12615 * progmodes/tcl.el (tcl-indent-for-comment):
12616 Ignore comment-indent-hook.
12617
12618 * emacs-lisp/easy-mmode.el: Require CL during compilation.
12619 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
12620 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
12621 and improve to use the lighter to guess the capitalization.
12622 (define-minor-mode): Inline code from easy-mmode-define-toggle.
12623 Add keyword arguments to specify global-ness or the custom group.
12624 Add local-map and help-echo properties to the lighter.
12625 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
12626 (easy-mmode-define-global-mode): New macro.
12627
12628 2000-06-02 Dave Love <fx@gnu.org>
12629
12630 * wid-edit.el: byte-compile-dynamic since we typically don't use
12631 all the widgets. Don't require cl or widget. Remove
12632 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12633 (widget-read-event): Removed. Callers changed to use read-event.
12634 (widget-button-release-event-p): Renamed from
12635 button-release-event-p.
12636 (widget-field-add-space, widget-field-use-before-change):
12637 Uncustomize.
12638 (widget-specify-field): Use keymap property, not local-map.
12639 (widget-specify-button): Obey :suppress-face.
12640 (widget-specify-insert): Use modern backquote syntax.
12641 (widget-image-directory): Renamed from widget-glyph-directory.
12642 (widget-image-enable): Renamed from widget-glyph-enable.
12643 (widget-image-find): Replaces widget-glyph-find.
12644 (widget-button-pressed-face): Move defvar.
12645 (widget-image-insert): Replaces widget-glyph-insert.
12646 (widget-convert): Use keywordp.
12647 (widget-leave-text, widget-children-value-delete): Use mapc.
12648 (widget-keymap): Remove XEmacs stuff.
12649 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12650 (widget-button-click): Don't set point at the click, but re-centre
12651 if we scroll out of window. Rewritten for images v. glyphs &c.
12652 (widget-tabable-at): Use POS arg, not point.
12653 (widget-beginning-of-line, widget-end-of-line)
12654 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12655 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12656 (widget-default-create): Use widget-image-insert; some rewriting.
12657 (widget-visibility-value-create)
12658 (widget-push-button-value-create, widget-toggle-value-create): Use
12659 widget-image-insert.
12660 (checkbox): Create on and off images dynamically.
12661 (documentation-link): Change :help-echo.
12662 (widget-documentation-link-echo-help): Remove.
12663
12664 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12665
12666 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12667
12668 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12669 (easy-mmode-define-toggle, define-minor-mode): Use it.
12670 (easy-mmode-define-keymap): Docstring fix.
12671 (define-derived-mode): Default PARENT to fundamental-mode.
12672 Add the derived-mode-parent symbol-property.
12673 (easy-mmode-derived-mode-p): New function.
12674
12675 2000-06-02 Dave Love <fx@gnu.org>
12676
12677 * files.el (convert-standard-filename): Doc fix.
12678 (normal-backup-enable-predicate): New function.
12679 (backup-enable-predicate): Use it to replace the lambda form.
12680
12681 * calendar/todo-mode.el: [This needs more work on the outline
12682 stuff.] Doc fixes.
12683 (todo) <defgroup>: Add :version.
12684 (todo-add-category): Don't use pushnew.
12685 (todo-cmd-raise): Fix typo.
12686 (todo-top-priorities): Change temp buffer name.
12687 (todo-category-alist): Avoid redundant lambda.
12688 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12689 Use outline-next-heading.
12690
12691 * autoarg.el: Rewritten to use define-minor-mode.
12692 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12693 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12694
12695 2000-06-02 Kenichi Handa <handa@etl.go.jp>
12696
12697 * isearch.el (isearch-other-meta-char): Fix previous change.
12698
12699 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12700
12701 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12702 (log-edit-done): Only add the comment to the ring if it's different
12703 from the last comment entered.
12704
12705 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12706
12707 2000-06-01 Dave Love <fx@gnu.org>
12708
12709 * hl-line.el: Rewritten using define-minor-mode.
12710
12711 * help.el (describe-function-1): Distinguish special form from
12712 builtin function. Sanity-check presence of arglist for builtins.
12713
12714 2000-06-01 Kenichi Handa <handa@etl.go.jp>
12715
12716 * international/characters.el: Fix syntax/category setting of
12717 Tibetan characters.
12718
12719 * language/tibet-util.el (tibetan-add-components): Fixes for new
12720 encoding of Tibetan characters.
12721 (tibetan-decompose-precomposition-alist): New variable.
12722 (tibetan-decompose-region): Convert precomposed characters to
12723 non-precomposed characters.
12724 (tibetan-decompose-string): Likewise.
12725 (tibetan-composition-function): Fix args to
12726 thibetan-compose-string.
12727
12728 * language/tibetan.el (tibetan-composable-pattern): More
12729 characters included.
12730 (tibetan-consonant-transcription-alist): Rule for "R" added.
12731 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12732 "+R" added.
12733 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12734
12735 * language/lao-util.el (lao-composition-function): Fix args to
12736 compose-string.
12737
12738 * language/thai-util.el (thai-composition-function): Fix args to
12739 compose-string.
12740
12741 * isearch.el (isearch-update): Set disable-point-adjustment to t
12742 to prevent the point moving to the end of a composition when a
12743 part of a composition is searched.
12744 (isearch-other-meta-char): If the key invoking this command can be
12745 mapped by function-key-map to a printing char, call
12746 isearch-process-search-char directly.
12747
12748 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12749
12750 * emacs-lisp/bytecomp.el:
12751 * frame.el:
12752 * international/mule-cmds.el:
12753 * international/mule-util.el:
12754 * international/mule.el:
12755 * mouse.el:
12756 * subr.el:
12757 * faces.el: Update calls to make-obsolete with a WHEN argument.
12758
12759 * byte-run.el (make-obsolete, make-obsolete-variable):
12760 Add an optional WHEN argument and change the format of the
12761 symbol-property information.
12762 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12763 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12764 new obsolete-symbol-property format and print WHEN if it is provided.
12765
12766 2000-05-31 Dave Love <fx@gnu.org>
12767
12768 * loadhist.el (loadhist-hook-functions): Remove
12769 before-change-function, after-change-function.
12770 (unload-feature): Deal with symbols which are both bound and
12771 fbound.
12772
12773 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12774 before-change-function, after-change-function.
12775
12776 * simple.el (newline): Don't bind before-change-function,
12777 after-change-function.
12778
12779 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12780
12781 * whitespace.el (whitespace-rescan-timer-time): Update interval
12782 set to 600 seconds (10 minutes) instead of 60 seconds since
12783 a large number of whitespace buffers causes emacs to `freeze'
12784 for a considerable amount of time.
12785
12786 * whitespace.el: Updated email address
12787
12788 2000-05-31 Dave Love <fx@gnu.org>
12789
12790 * add-log.el (change-log-font-lock-keywords) <function>: Add
12791 pattern for function of change.
12792 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12793 acknowledgements patterns.
12794
12795 2000-05-31 Kenichi Handa <handa@etl.go.jp>
12796
12797 * isearch.el (isearch-printing-char): If keyboard coding system is
12798 being used, call isearch-process-search-multibyte-characters.
12799
12800 * international/isearch-x.el: Mostly rewritten.
12801
12802 * international/quail.el (quail-start-conversion): Don't include
12803 unhandled events in the returned events, but set them in
12804 unread-command-events. Exit if all inputs are deleted.
12805
12806 2000-05-30 Jason Rumney <jasonr@gnu.org>
12807
12808 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12809
12810 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12811 Reenable code to create initial fontsets.
12812 Use set-fontset-font in place of put-charset-property.
12813
12814 2000-05-30 Gerd Moellmann <gerd@gnu.org>
12815
12816 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12817 label, ensure that the first colon isn't followed by another.
12818
12819 * paths.el (Info-default-directory-list): Doc fix.
12820
12821 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12822 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12823 send a query containing USER only, not USER@HOST.
12824
12825 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12826 and rmail-msgend to compute the restriction at the end, instead of
12827 computing it.
12828
12829 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12830
12831 * dabbrev.el (dabbrev-expand): Don't display messages in the
12832 echo area if the minibuffer window is active.
12833
12834 * jit-lock.el (jit-lock-mode): Add after change function to
12835 local hook.
12836
12837 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12838
12839 * antlr-mode.el: New commands: hide/unhide actions,
12840 upcase/downcase literals.
12841 (antlr-tiny-action-length): New user option.
12842 (antlr-hide-actions): New command. Suggested by
12843 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12844 (antlr-mode-map): New binding [C-c C-v].
12845 (antlr-mode-menu): New entries.
12846 (antlr-downcase-literals): New command.
12847 (antlr-upcase-literals): Ditto.
12848
12849 * antlr-mode.el: Minor changes: indendation, mode-name.
12850 (antlr-indent-line): Indent cpp directive at column 0.
12851 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12852
12853 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12854 (antlr-font-lock-additional-keywords): Workaround for intentional
12855 bug in XEmacs version of font-lock.
12856 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12857 be used by a smarter version of `buffers-menu-grouping-function'.
12858
12859 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12860
12861 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12862 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12863
12864 2000-05-29 Kenichi Handa <handa@etl.go.jp>
12865
12866 * international/encoded-kb.el
12867 (encoded-kbd-iso2022-designation-map): Pay attention to that
12868 charset-iso-final-char return -1 for eight-bit-control and
12869 eight-bit-graphic.
12870
12871 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12872
12873 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12874 (speedbar-easymenu-definition-base): Use display-graphic-p where
12875 available, instead of window-system.
12876
12877 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12878
12879 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12880 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12881 coding systems.
12882
12883 2000-05-26 Dave Love <fx@gnu.org>
12884
12885 * disp-table.el (standard-display-underline): Don't use
12886 internal-find-face.
12887
12888 * mail/reporter.el: Maintainer change. Doc fixes.
12889 (reporter-version): Deleted.
12890
12891 * emacs-lisp/elp.el: Maintainer change.
12892 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12893
12894 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12895
12896 * add-log.el (add-change-log-entry): Merge the current entry with the
12897 previous one if the previous one is empty.
12898
12899 2000-05-26 Dave Love <fx@gnu.org>
12900
12901 * loadhist.el (unload-feature): Fix interactive spec [from
12902 lijnzaad@ebi.ac.uk].
12903
12904 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12905 subr-arity to check primitives.
12906 (byte-compile-flush-pending, byte-compile-file-form-progn)
12907 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12908 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12909 mapcar.
12910
12911 2000-05-26 Kenichi Handa <handa@etl.go.jp>
12912
12913 * international/fontset.el: Set family names of non-latin charsets
12914 in default fontset to "*".
12915
12916 * international/mule-diag.el (print-fontset): Combine family part
12917 and registry part of the fontname by "-*-" instead of "-".
12918
12919 * international/mule-cmds.el (encode-coding-char): Make strings
12920 multibyte before calling encode-coding-string.
12921
12922 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12923
12924 * derived.el: Fix keywords.
12925 (define-derived-mode): Only define if needed.
12926
12927 * simple.el (fill-comment, comment-column, comment-start)
12928 (comment-start-skip, comment-end, comment-indent-function)
12929 (block-comment-start, block-comment-end, indent-for-comment)
12930 (set-comment-column, kill-comment, comment-padding, comment-region)
12931 (comment-multi-line, indent-new-comment-line): Remove.
12932
12933 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12934 function names for comment operations.
12935
12936 * newcomment.el: Add abundant autoload cookies.
12937 (comment-style): Don't depend on runtime data at compile-time.
12938 (comment-indent-hook): Remove.
12939 (comment-indent): Check if comment-indent-hook is bound.
12940 (comment-region): Docstring fix.
12941
12942 2000-05-25 Dave Love <fx@gnu.org>
12943
12944 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12945 byte-code-function-p.
12946
12947 * mail/rmailsum.el: Add provide.
12948
12949 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12950
12951 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12952 defcustom.
12953
12954 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12955
12956 * ediff-diff.el (ediff-exec-process): delete --binary option from
12957 non-buffer ediff jobs.
12958
12959 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12960
12961 * hilit-chg.el (highlight-changes-mode): Ask about color or
12962 grayscale support, not about window-system.
12963
12964 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12965 window-system.
12966 (ffap-highlight): Always default to t.
12967
12968 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12969 display-popup-menus-p instead of looking at window-system.
12970
12971 * disp-table.el (standard-display-g1, standard-display-graphic):
12972 Only refuse to use string glyphs on X and MS-Windows.
12973
12974 * avoid.el: Remove window-system from commentary, suggest to use
12975 display-*-p instead.
12976
12977 * apropos.el (apropos-print): Use display-mouse-p instead of
12978 window-system.
12979
12980 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12981
12982 * international/codepage.el (cp-decoding-vector-for-codepage):
12983 Fill up unsupported characters with their own codes. From Kenichi
12984 Handa.
12985
12986 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12987
12988 * international/mule-diag.el (describe-char-after): Use
12989 display-graphic-p instead of window-system, so that this function
12990 works on MS-DOS.
12991
12992 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12993
12994 * international/codepage.el (cp-make-coding-systems-for-codepage):
12995 Remove the eight-bit-graphic and eight-bit-control charsets from
12996 the list of charsets which we convert into `?'.
12997
12998 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12999
13000 * international/mule-conf.el: Specify CHARSET-ID explicitely for
13001 private charsets.
13002 (mule-unicode-0100-24ff, japanese-jisx0213-1,
13003 japanese-jisx0213-2): New charsets.
13004
13005 * international/fontset.el: Setup default fontset for new charsets.
13006
13007 2000-05-24 Dave Love <fx@gnu.org>
13008
13009 * info.el (Info-find-node-2): Restructure [following "Vadim
13010 S. Solomin" <sovs@uic.nnov.ru>].
13011
13012 * icomplete.el: Fix header for Finder.
13013
13014 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
13015
13016 * rmailout.el (rmail-output-to-rmail-file): Added optional param
13017 STAY.
13018
13019 * rmail.el (rmail-automatic-folder-directives): New user variable.
13020 (rmail-show-message): Add call to `rmail-auto-file' during
13021 display.
13022 (rmail-auto-file): New function.
13023
13024 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13025
13026 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
13027 account.
13028 (ediff-test-utility,ediff-diff-mandatory-option)
13029 (ediff-reset-diff-options): Utilities for proper initialization of
13030 ediff-diff-options and ediff-diff3-options on Windows.
13031
13032 * ediff-init.el (ediff-merge-filename-prefix): New customizable
13033 variable.
13034
13035 * ediff-mult.el (ediff-filegroup-action): Use
13036 ediff-merge-filename-prefix.
13037
13038 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
13039
13040 * viper-ex.el (ex-write): Set selective display to nil.
13041
13042 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13043
13044 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
13045 aliases for hebrew-iso-8bit.
13046
13047 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
13048
13049 * woman.el: New version from Francis J. Wright
13050 <F.J.Wright@Maths.QMW.ac.uk>.
13051 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
13052 names in environment variables regardless of the path separator.
13053 (woman-topic-all-completions-1): Don't call file-name-directory-p
13054 on all files, since woman-file-regexp already filters out any
13055 directories.
13056
13057 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13058
13059 * international/quail.el (quail-start-translation): Don't change
13060 modified-p of the current buffer.
13061 (quail-start-conversion): Likewise.
13062
13063 * international/kkc.el (kkc-region): Don't change modified-p of
13064 the current buffer.
13065
13066 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
13067 conform to RFC1468.
13068 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
13069
13070 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
13071
13072 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
13073 (speedbar-insert-button): Invisible text property fix.
13074 (speedbar-directory-plus): Renamed from speedbar-directory-+
13075 (speedbar-directory-minus): Renamed from speedbar-directory--
13076 (speedbar-page-plus): Renamed from speedbar-file-+
13077 (speedbar-page-minus): Renamed from speedbar-file--
13078 (speedbar-page): Renamed from speedbar-file-
13079 (speedbar-tag): Renamed from speedbar-tag-
13080 (speedbar-tag-plus): Renamed from speedbar-tag-+
13081 (speedbar-tag-minus): Renamed from speedbar-tag--
13082 (speedbar-expand-image-button-alist): Use above renames.
13083
13084 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
13085 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
13086 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
13087 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
13088 * sb-pg.xpm: Renamed from sb-file.xpm
13089 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
13090 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
13091
13092 2000-05-24 Kenichi Handa <handa@etl.go.jp>
13093
13094 * international/quail.el (quail-show-guidance-buf): Set
13095 current-input-method of the guidance buffer to the name of the
13096 curren input method.
13097
13098 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
13099
13100 * progmodes/compile.el (compile-internal): Style typo.
13101
13102 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
13103 quote vars and functions in the docstring.
13104
13105 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
13106
13107 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
13108 Don't quote lambdas.
13109
13110 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
13111
13112 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13113
13114 * startup.el (command-line): Determine source file of compiled
13115 user init file differently. Warn if compiled user init file
13116 is older than its source file.
13117
13118 * ffap.el (ffap-url-regexp): Add `https'.
13119
13120 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
13121
13122 * files.el (make-backup-file-name-1): Replace slashes with `!'
13123 rather than `|' (which is not allowed on Windows). Replace the
13124 drive letters with a string "drive_X".
13125
13126 2000-05-23 Gerd Moellmann <gerd@gnu.org>
13127
13128 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
13129
13130 * files.el (interpreter-mode-alist): Add `bash2'.
13131
13132 2000-05-22 Dave Love <fx@gnu.org>
13133
13134 * loadhist.el (feature-symbols, file-provides, file-requires): Use
13135 mapc.
13136 (feature-file): Avoid calling symbol-name. Doc fix.
13137 (file-set-intersect, file-dependents): Use dolist, not mapcar.
13138 (loadhist-hook-functions): Add mouse-position-function.
13139 (unload-feature): Change uses of mapcar.
13140
13141 * files.el (parse-colon-path): Doc fix.
13142 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
13143 (set-auto-mode): Use mapc.
13144
13145 * complete.el (PC-look-for-include-file): Use :alnum: character
13146 class.
13147 (partial-completion-mode): Add autoload cookie.
13148
13149 2000-05-22 Sam Steingold <sds@gnu.org>
13150
13151 * info.el (Info-fontify-node): Fixed the call to
13152 `add-text-properties' (bug introduced on 2000-05-18).
13153
13154 2000-05-22 Dave Love <fx@gnu.org>
13155
13156 * bindings.el: Remove debug-ignored-errors set in other files.
13157
13158 * progmodes/etags.el: Add to debug-ignored-errors.
13159 (visit-tags-table-buffer): Clear out buffers holding old tables
13160 when making a new list.
13161 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
13162 mapc.
13163
13164 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
13165 quote keywords.
13166 (cmpl-string-case-type): Use character classes.
13167
13168 * comint.el:
13169 * textmodes/ispell.el:
13170 * imenu.el:
13171 * mail/mh-e.el:
13172 * progmodes/compile.el: Add to debug-ignored-errors.
13173
13174 * dabbrev.el: Add to debug-ignored-errors.
13175 (dabbrev-completion): Use mapc.
13176
13177 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
13178
13179 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
13180 (woman-mapcan, woman-parse-man.conf)
13181 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
13182 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
13183 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
13184 path syntax better.
13185 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
13186 (woman-manpath): Call woman-parse-man.conf.
13187 (woman-emulation): New defcustom, defaults to nroff.
13188 (woman-font-support): New defconst.
13189 (woman-use-symbol-font): New defcustom.
13190 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
13191 "Emulation".
13192 Many functions: Doc fix.
13193
13194 2000-05-22 Kenichi Handa <handa@etl.go.jp>
13195
13196 * international/quail.el (quail-simple-translation-keymap): Map
13197 128..255 to quail-self-insert-command.
13198 (quail-keyboard-layout-alist): Add definition for "pc102-de".
13199
13200 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
13201
13202 * help.el (help-manyarg-func-alist): Typo.
13203
13204 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
13205 intervals which makes it heaps simpler.
13206
13207 * newcomment.el (comment-region-internal): Go back to BEG after quoting
13208 the nested comment markers.
13209
13210 * subr.el (remove-hook): Don't turn the hook's value into a list.
13211
13212 2000-05-21 Dave Love <fx@gnu.org>
13213
13214 * edmacro.el (edmacro-parse-keys): Return vector if any elements
13215 are invalid characters.
13216
13217 * international/mule-util.el (detect-coding-with-priority): Use
13218 mapc. Remove redundant lambda.
13219
13220 * international/mule-diag.el (list-non-iso-charset-chars)
13221 (describe-fontset): Remove redundant lambda.
13222
13223 * emulation/crisp.el (brief-mode): New alias.
13224
13225 * emacs-lisp/ring.el (ring-elements): New function.
13226
13227 * emacs-lisp/easymenu.el (easy-menu-create-menu)
13228 (easy-menu-do-add-item): Use keywordp.
13229
13230 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
13231
13232 * replace.el: Doc and error message fixes.
13233 (replace-highlight): Use facep, not internal-find-face.
13234
13235 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
13236
13237 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
13238
13239 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
13240 (log-edit-insert-changelog): Drop `:' as well.
13241
13242 * log-view.el: Fix file description.
13243 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
13244 available.
13245 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
13246 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
13247
13248 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
13249 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
13250 Print a status message if the toggle is called interactively.
13251 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
13252 for global minor modes and use `defcustom' for them.
13253 Use add-minor-mode.
13254 (easy-mmode-define-derived-mode): Remove.
13255 (define-derived-mode): Fancier default docstring.
13256 (easy-mmode-define-navigation): Signal an error rather than (ding).
13257
13258 * newcomment.el (comment-styles): New `box-multi'.
13259 (comment-normalize-vars): Better default for comment-continue to
13260 avoid whitespace-only continuations.
13261 (comment-search-forward): Always move even in the no-syntax case.
13262 (comment-padright): Only obey N if it's only obeyed for padleft.
13263 (comment-make-extra-lines): Better handling of empty continuations.
13264 Use `=' for the filler if comment-start has only one character.
13265 (uncomment-region): Try handling the special `=' filler.
13266 (comment-region): Allow LINES even if MULTI is nil.
13267 (comment-box): Choose box style based on comment-style.
13268
13269 2000-05-20 Kenichi Handa <handa@etl.go.jp>
13270
13271 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
13272 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
13273
13274 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
13275
13276 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
13277 and insert, not subst-char-in-region.
13278
13279 * international/mule-diag.el (list-character-sets-1): Handle
13280 charsets eight-bit-control and eight-bit-graphic.
13281 (list-iso-charset-chars): Likewise.
13282 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
13283 charactes as is. Use indent-to to align characters.
13284
13285 * international/mule-cmds.el (find-multibyte-characters): Never
13286 exclude charsets eight-bit-control and eight-bit-graphic.
13287
13288 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13289
13290 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
13291 Don't quote lambdas.
13292
13293 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
13294
13295 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13296
13297 * gud.el (gud-jdb-directories): Doc fix.
13298
13299 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
13300
13301 * newcomment.el: New file.
13302
13303 2000-05-19 Gerd Moellmann <gerd@gnu.org>
13304
13305 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
13306
13307 2000-05-18 Andreas Schwab <schwab@suse.de>
13308
13309 * dired.el (dired-between-files): Also skip lines beginning with
13310 `used'.
13311
13312 2000-05-18 Gerd Moellmann <gerd@gnu.org>
13313
13314 * msb.el (msb-menu-cond): Add choice `user'.
13315
13316 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13317
13318 * ps-print.el: Compatibility, customization and doc fix.
13319 (ps-printer-name-option): Replace defconst by defvar.
13320 (ps-postscript-code-directory): XEmacs compatibility.
13321 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
13322 fix.
13323 (ps-user-defined-prologue, ps-print-prologue-header)
13324 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
13325 compatibility and code fix.
13326 (ps-print-background-image, ps-print-background-text):
13327 Customization fix.
13328 (ps-line-number-start, ps-n-up-on): New vars.
13329
13330 2000-05-18 Espen Skoglund <esk@ira.uka.de>
13331
13332 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
13333 the indent-comment function to just return the appropriate indent.
13334
13335 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
13336
13337 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
13338 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
13339 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
13340
13341 2000-05-18 Dave Love <fx@gnu.org>
13342
13343 * info.el (Info-fontify-node): Add intangible property as well as
13344 invisible.
13345
13346 * calendar/appt.el (appt-make-list): Match all lines of entry.
13347 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
13348
13349 2000-05-18 Kenichi Handa <handa@etl.go.jp>
13350
13351 * international/mule-diag.el (describe-char-after): Call
13352 internal-char-font, not char-font. If internal-char-font returns
13353 nil, display "-- none --".
13354
13355 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13356
13357 * image.el (image-type-available-p): Don't reference image-types
13358 if it isn't bound.
13359
13360 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
13361
13362 * autoarg.el (autoarg-mode): Typo in the :set argument.
13363
13364 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13365
13366 * startup.el (command-line-1): Don't signal an error if the
13367 directory for auto-save-list files does not yet exist.
13368
13369 2000-05-17 Kenichi Handa <handa@etl.go.jp>
13370
13371 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
13372
13373 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
13374
13375 * subr.el (remove-hook): `setq' hook-value, not `set'.
13376
13377 2000-05-16 Sam Steingold <sds@gnu.org>
13378
13379 * info.el (debug-ignored-errors): More errors to ignore.
13380
13381 2000-05-16 Dave Love <fx@gnu.org>
13382
13383 * cus-edit.el: Don't require cl or easymenu.
13384 (custom-variable-prompt): Test standard-value property, not
13385 user-variable-p.
13386
13387 2000-05-16 Sam Steingold <sds@gnu.org>
13388
13389 * subr.el (add-hook): `setq' hook-value, not `set'.
13390
13391 2000-05-16 Gerd Moellmann <gerd@gnu.org>
13392
13393 * startup.el (command-line-1): Mention the FAQ in the startup
13394 message.
13395
13396 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
13397
13398 * progmodes/compile.el (compilation-parse-errors): Collect
13399 `nomessage' regexps last.
13400
13401 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
13402
13403 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
13404 to the function name.
13405
13406 2000-05-15 Dave Love <fx@gnu.org>
13407
13408 * speedbar.el (speedbar-recenter): Typo.
13409 (speedbar-expand-line): Make arg optional.
13410 (speedbar-mode): Avoid a compiler warning.
13411
13412 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13413
13414 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
13415 user-specified option string is empty.
13416
13417 * mouse.el (mouse-yank-at-click): Doc fix.
13418
13419 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13420
13421 * term/internal.el (IT-character-translations): More updates of
13422 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
13423 documents.
13424
13425 2000-05-15 Gerd Moellmann <gerd@gnu.org>
13426
13427 * env.el (getenv): New function, interactively callable.
13428 (setenv, getenv): Remove autoload cookies.
13429
13430 * loadup.el: Load `env'.
13431
13432 * progmodes/f90.el: Change author's mail address.
13433
13434 2000-05-14 Dave Love <fx@gnu.org>
13435
13436 * mail/rmail.el (rmail-show-message-hook): Customize and offer
13437 goto-addr as an option.
13438
13439 * help.el (help-xref-stack): Doc fix.
13440 (help-xref-following): New variable.
13441 (help-make-xrefs): Use it.
13442 (help-xref-go-back): Use position information from stack element.
13443 (help-follow): Make position in stack element a pair. Use
13444 help-xref-following.
13445
13446 * autoarg.el: New file.
13447
13448 * faces.el: Declare more functions obsolete.
13449
13450 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
13451 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
13452 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
13453 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
13454 Remove all the setup-...-environment functions.
13455
13456 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
13457
13458 * speedbar.el: Updated the commentary section. xemacs20p now uses
13459 >= when detecting. Require `defimage' safely.
13460 (speedbar-easymenu-definition-base): Add toggle for images.
13461 (speedbar-easymenu-definition-special): Add flush cache & expand.
13462 (speedbar-visiting-tag-hook): Set new defaults. Added options.
13463 (speedbar-reconfigure-keymaps-hook): New variable.
13464 (speedbar-frame-parameters): Updated documentation.
13465 (speedbar-use-imenu-flag): Updated custom tag
13466 (speedbar-dynamic-tags-function-list): New variable.
13467 (speedbar-tag-hierarchy-method): Updated doc & custom.
13468 (speedbar-indentation-width, speedbar-indentation-width) New
13469 variables.
13470 (speedbar-hide-button-brackets-flag): Customizable.
13471 (speedbar-vc-indicator): Doc update.
13472 (speedbar-ignored-path-expressions): Updated default value.
13473 (speedbar-supported-extension-expressions): Updated default value.
13474 (speedbar-syntax-table): Remove {} paren status.
13475 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
13476 as "+". Added overlay aliases.
13477 (speedbar-mode): Use `speedbar-mode-line-update' instead of
13478 `force-mode-line-update'.
13479 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
13480 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
13481 `mouse-set-point'
13482 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
13483 (speedbar-item-info-tag-helper): Revamped to handle a wider range
13484 of arbitrary text, and new helper functions.
13485 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
13486 filename finder.
13487 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
13488 (speedbar-directory-buttons): Update path search/expansion.
13489 (speedbar-make-tag-line): Pay attention to
13490 `speedbar-indentation-width'. Use more care w/ invisible
13491 properties.
13492 (speedbar-change-expand-button-char): Call
13493 `speedbar-insert-image-button-maybe'.
13494 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
13495 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
13496 (speedbar-trim-words-tag-hierarchy)
13497 (speedbar-simple-group-tag-hierarchy): New functions
13498 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
13499 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
13500 functions.
13501 (speedbar-mouse-set-point): New function
13502 (speedbar-power-click): Updated documentation.
13503 (speedbar-line-token, speedbar-goto-this-file): Handle more types
13504 of tag prefix text.
13505 (speedbar-expand-line, speedbar-contract-line): Make more robust
13506 to strange text.
13507 (speedbar-expand-line): Takes universal argument to flush the
13508 cache.
13509 (speedbar-flush-expand-line): New function.
13510 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
13511 Use new generator insertion method.
13512 (speedbar-fetch-dynamic-tags): New function.
13513 (speedbar-fetch-dynamic-imenu): Removed code now handled in
13514 `speedbar-fetch-dynamic-imenu'.
13515 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
13516 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
13517 "Revert Buffer" menu items.
13518 (speedbar-buffer-buttons-engine): Be smarter when creating a
13519 filename tag (for expansion purposes.).
13520 (speedbar-highlight-one-tag-line,
13521 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
13522 (speedbar-recenter): New functions.
13523 (defimage-speedbar): Image loading abstraction.
13524 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
13525 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
13526 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
13527 (speedbar-tag-type, speedbar-tag-mail): New images.
13528 (speedbar-expand-image-button-alist): New variable.
13529 (speedbar-insert-image-button-maybe): Insert an image over some
13530 buttons.
13531
13532 2000-05-13 Kenichi Handa <handa@etl.go.jp>
13533
13534 * international/mule-cmds.el (encode-coding-char): An ASCII
13535 character is always encodable.
13536
13537 * international/mule-conf.el: Add more information in descriptions
13538 of character sets.
13539
13540 * international/mule-diag.el (describe-char-after): New function.
13541 (describe-font-internal): Adjusted for the change of font-info.
13542 (describe-font): Likewise.
13543 (print-fontset): Rewritten for the new fontset implementation.
13544 (describe-fontset): Include fontset alias names in completion.
13545 (list-fontsets): Adjusted for the change of print-fontset.
13546
13547 * simple.el (what-cursor-position): If DETAIL is non-nil, call
13548 describe-char-after instead of displaying the detail in the echo
13549 area.
13550 (syntax-code-table): Format changed.
13551 (string-to-syntax): Adjusted for the above change.
13552
13553 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
13554
13555 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
13556
13557 2000-05-12 Dave Love <fx@gnu.org>
13558
13559 * calendar/todo-mode.el: Remove some compatibility stuff and CL
13560 dependence. Use line-{beginning,end}-position, not
13561 point-at{b,e}ol. Some doc fixes.
13562 (todo-position): New function. Fix callers of position to use it.
13563 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
13564
13565 2000-05-12 Gerd Moellmann <gerd@gnu.org>
13566
13567 * time.el (display-time-mail-icon): Use `:ascent center'.
13568
13569 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
13570 handling FTP security extensions.
13571
13572 2000-05-11 Dave Love <fx@gnu.org>
13573
13574 * calendar/todo-mode.el: New file.
13575
13576 2000-05-11 Gerd Moellmann <gerd@gnu.org>
13577
13578 * comint.el (comint-read-input-ring): Move reference to
13579 comint-input-ring-size outside of the save-excursion. It was
13580 causing the default value to be the only one ever seen.
13581
13582 * font-lock.el: Update copyright. Remove Simon Marshall's email
13583 address on request from him.
13584
13585 * subr.el (substitute-key-definition): Add comment describing
13586 the meaning of PREFIX.
13587
13588 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
13589
13590 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
13591
13592 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
13593 (add-minor-mode): Don't make the variable buffer-local and add a
13594 reference to define-minor-mode in the docstring.
13595
13596 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
13597 HEADER/FOOTER and fix bug with trailing empty directory.
13598 (cvs-append-to-ignore): Use vc-editable-p if available.
13599 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
13600 (vc-do-command): Tweak advice to handle the new VC.
13601
13602 * log-view.el (log-view-goto-rev): New function for the new VC.
13603 (log-view-minor-wrap): Use mark-active.
13604
13605 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
13606 (log-edit-changelog-full-paragraphs): New var.
13607 (log-edit-insert-changelog): Remove a lonely leading `* file'.
13608 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
13609 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
13610 (log-edit-changelog-ours-p, log-edit-changelog-entries)
13611 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
13612 Replace the `cvs' prefix with `log-edit'.
13613
13614 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
13615
13616 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
13617 (diff-font-lock-defaults): Explicitly turn off multiline.
13618 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
13619 (diff-ediff-patch): Fix call to ediff-patch-file.
13620 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
13621 Handle comments.
13622
13623 * frame.el (automatic-hscrolling): Typo.
13624
13625 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
13626
13627 2000-05-09 Sam Steingold <sds@goems.com>
13628
13629 * apropos.el (apropos-print): use `describe-face' instead of
13630 `customize-face-other-window'.
13631
13632 2000-05-09 Dave Love <fx@gnu.org>
13633
13634 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13635
13636 * help.el (describe-variable): Have customize button pop the
13637 help-xref stack when invoked.
13638 (help-xref-symbol-regexp): Add `face'.
13639 (help-make-xrefs): Check for quoted face names and adapt regexp
13640 submatch numbers to cope.
13641 (help-xref-interned): Maybe insert face doc too. Separate
13642 sections with a line of hyphens.
13643
13644 * faces.el: Some doc fixes. Declare some functions obsolete.
13645 (describe-face): Add customize button. Return the help
13646 text. Fix prompt.
13647
13648 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13649
13650 * term/internal.el (IT-character-translations): Fix last change.
13651
13652 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13653
13654 * woman.el: New file
13655 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13656
13657 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13658
13659 * term/internal.el (IT-character-translations): Update ASCII
13660 simulations for greek-iso8859-7, add latin-iso8859-14 and
13661 latin-iso8859-15.
13662
13663 * international/mule-cmds.el (set-language-info-alist): Call
13664 define-prefix-command with 3 arguments, to make the map suitable
13665 for a menu.
13666
13667 2000-05-07 Dave Love <fx@gnu.org>
13668
13669 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13670
13671 2000-05-05 Dave Love <fx@gnu.org>
13672
13673 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13674 list in doc string. Don't quote keyword symbols.
13675 * emacs-lisp/cl.el: Likewise
13676 * emacs-lisp/cl-seq.el: Likewise
13677
13678 2000-05-05 Gerd Moellmann <gerd@gnu.org>
13679
13680 * abbrev.el (abbrev-mode): Make ARG optional.
13681
13682 2000-05-04 Gerd Moellmann <gerd@gnu.org>
13683
13684 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13685
13686 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13687
13688 * subr.el (substitute-key-definition): Clarify documentation.
13689
13690 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
13691
13692 * glasses.el (glasses-convert-to-unreadable): Use
13693 `glasses-separator' instead of the hard-wired "_".
13694 (glasses-mode): Call `glasses-make-unreadable' only in a single
13695 place.
13696
13697 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13698
13699 * term/internal.el (cjk-codepages-alist): Add associations for
13700 Chinese and Korean codepages. Remove FIXME comment.
13701
13702 2000-05-03 Dave Love <fx@gnu.org>
13703
13704 * time.el (display-time-mail-face, display-time-use-mail-icon):
13705 New option.
13706 (display-time-mail-icon): New variable.
13707 (display-time-string-forms): Use the above. Fix the local-map.
13708
13709 2000-05-03 Gerd Moellmann <gerd@gnu.org>
13710
13711 * replace.el (query-replace-map): Add binding for `E'.
13712 (query-replace-help): Extend help text.
13713 (perform-replace): Allow editing the replacement string.
13714
13715 * make-mode.el (makefile-mode-abbrev-table): New variable.
13716 (makefile-mode): Set local abbrev table to
13717 makefile-mode-abbrev-table.
13718 (makefile-font-lock-keywords): Fontify includes and conditionals.
13719
13720 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13721 set TOGGLE's value.
13722
13723 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13724 mail-interactive-insert-alias.
13725 (mail-abbrev-complete-alias): New command.
13726 (mail-mode-map): Bind it to `M-TAB'.
13727
13728 2000-05-03 Kenichi Handa <handa@etl.go.jp>
13729
13730 * language/lao-util.el (lao-compose-region): New function.
13731
13732 2000-05-02 Gerd Moellmann <gerd@gnu.org>
13733
13734 * files.el (recover-session): Make directories as necessary
13735 if they don't exist yet.
13736
13737 * calendar/cal-french.el
13738 (french-calendar-multibyte-special-days-array)
13739 (french-calendar-special-days-array): Change French text.
13740 (calendar-french-date-string): Change output.
13741 (calendar-goto-french-date): Likewise.
13742
13743 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13744
13745 * wid-edit.el (widget-default-active): Obey `:always-active'.
13746 (widget-documentation-string-value-create): Set `:always-active'.
13747
13748 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13749
13750 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13751 default prefix to `~/_emacs.d/auto-save.list/_s'.
13752 (normal-top-level): Create the directory for auto-save files, if
13753 it doesn't already exist (in the ms-dos case only).
13754
13755 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13756
13757 * international/mule-cmds.el (set-language-environment): Don't
13758 concat an integer (dos-codepage), use format instead.
13759
13760 2000-05-02 Dave Love <fx@gnu.org>
13761
13762 * help.el (help-xref-on-pp): Check for constant symbols.
13763
13764 2000-04-29 Gerd Moellmann <gerd@gnu.org>
13765
13766 * startup.el (normal-top-level): Put a condition-case around
13767 the code loading subdirs.el.
13768
13769 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13770
13771 * ps-print.el: Upside-down and face background color printing,
13772 line number step, doc fix.
13773 (ps-print-version): New version number (5.2).
13774 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13775 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13776 (ps-spool-config): Var fix.
13777 (ps-printer-name-option): Const fix.
13778 (ps-print-upside-down, ps-use-face-background)
13779 (ps-line-number-step): New vars.
13780 (ps-window-system, ps-lp-system): New consts.
13781 (ps-face-background): New fun.
13782
13783 2000-04-28 Richard Stallman <rms@gnu.org>
13784
13785 * files.el (make-auto-save-file-name):
13786 Apply auto-save-file-name-transforms to visited file name
13787 before generating auto save file name.
13788 (auto-save-file-name-transforms): New variable.
13789
13790 * files.el (backup-enable-predicate):
13791 Correctly test for a file under a temporary directory.
13792
13793 2000-04-28 Gerd Moellmann <gerd@gnu.org>
13794
13795 * subr.el (add-minor-mode): Rewritten.
13796
13797 2000-04-28 Kenichi Handa <handa@etl.go.jp>
13798
13799 * mail/sendmail.el (sendmail-send-it): Set
13800 buffer-file-coding-system to the selected coding system for MIME
13801 header.
13802
13803 2000-04-27 Gerd Moellmann <gerd@gnu.org>
13804
13805 * dired.el (dired-move-to-filename-regexp): Allow format where
13806 YYYY is followed by two spaces.
13807
13808 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13809 in the second character class of the regexp.
13810
13811 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13812 mh-etc, too.
13813
13814 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13815 nil.
13816
13817 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13818
13819 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13820 argument.
13821
13822 2000-04-27 Sen Nagata <sen@eccosys.com>
13823
13824 * emacs-lisp/crm.el (crm-completion-table): New variable.
13825 (crm-collection-fn, crm-test-completion)
13826 (completing-read-multiple): Use it.
13827
13828 2000-04-27 Dave Love <fx@gnu.org>
13829
13830 * help.el (locate-library): Use mapc.
13831 (help-manyarg-func-alist): Add call-process-region.
13832
13833 2000-04-26 Gerd Moellmann <gerd@gnu.org>
13834
13835 * subr.el (add-minor-mode): Make argument MAP optional.
13836
13837 * desktop.el (desktop-save): Save list of minor modes.
13838 (desktop-create-buffer): Restore minor modes.
13839 (desktop-minor-mode-table): New user-option.
13840
13841 * subr.el (add-minor-mode): New function.
13842
13843 * image.el (find-image): New function.
13844 (defimage): Rewritten to find image at load time.
13845
13846 * startup.el (normal-top-level-add-to-load-path): Handle
13847 case that the default directory is not in load-path.
13848
13849 * help.el: Old patch from Stefan Monnier.
13850 (help-xref-on-pp): New function.
13851 (describe-variable): Use it to display xrefs in a symbol's value.
13852
13853 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13854
13855 * cus-edit.el (custom-face): Fix parenthesis.
13856
13857 2000-04-26 Kenichi Handa <handa@etl.go.jp>
13858
13859 * mail/rmail.el (rmail-expunge): When there are no deleted
13860 messages, do nothing.
13861
13862 2000-04-26 Dave Love <fx@gnu.org>
13863
13864 * international/mule-cmds.el (locale-translation-file-name):
13865 Defvar to nil.
13866 (set-locale-environment): Set it here (at runtime).
13867
13868 2000-04-25 Gerd Moellmann <gerd@gnu.org>
13869
13870 * replace.el (perform-replace): Add parameters START and END. Use
13871 them instead of the check for a region in Transient Mark mode.
13872 (query-replace-read-args): Return two more list elements for the
13873 start and end of the region in Transient Mark mode.
13874 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13875 (map-query-replace-regexp, replace-string, replace-regexp): Add
13876 optional last arguments START and END and pass them to
13877 perform-replace.
13878
13879 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13880 form with additional arguments for perform-replace.
13881
13882 * progmodes/etags.el (tags-query-replace): Add parameters START
13883 and END. Construct a form with additional arguments for
13884 perform-replace.
13885
13886 * simple.el (shell-command): Set default directory for "*Shell
13887 Command Output" buffer.
13888
13889 * language/european.el (iso-latin-4): Fix typo.
13890
13891 * emacs-lisp/crm.el: New file.
13892
13893 2000-04-24 Dave Love <fx@gnu.org>
13894
13895 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13896 (Custom-reset-saved, Custom-reset-standard)
13897 (custom-group-value-create, custom-group-set, custom-group-save)
13898 (custom-group-reset-current, custom-group-reset-saved)
13899 (custom-group-reset-standard): Use mapc.
13900 (custom-buffer-create-internal): Disable undo when creating items.
13901 Use mapc.
13902 (custom-face): Avoid redundant lambda.
13903
13904 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13905
13906 * startup.el (auto-save-list-file-prefix): Set default to
13907 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13908
13909 2000-04-24 Sam Steingold <sds@gnu.org>
13910
13911 * time-stamp.el (time-stamp-string-preprocess): Always convert
13912 `field-result' to a string.
13913
13914 2000-04-24 Gerd Moellmann <gerd@gnu.org>
13915
13916 * frame.el (scrolling): New group.
13917 (automatic-hscrolling): New user-option.
13918
13919 * startup.el (command-line-x-option-alist): Add `-lsp' and
13920 `--line-spacing'.
13921
13922 2000-04-19 Dave Love <fx@gnu.org>
13923
13924 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13925 (cl-mapc): Rename from mapc. Fix the funcall.
13926
13927 2000-04-19 Gerd Moellmann <gerd@gnu.org>
13928
13929 * simple.el (clone-indirect-buffer-other-window): New command.
13930 (clone-indirect-buffer): Add optional arg NORECROD.
13931 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13932
13933 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13934
13935 * window.el (count-screen-lines): New function.
13936 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13937 instead of window-buffer-height.
13938
13939 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13940 non-existing variable comint-input-sentinel.
13941 (inferior-lisp-args-to-list): Removed.
13942 (inferior-lisp): Use split-string instead of
13943 inferior-lisp-args-to-list.
13944
13945 * hexl.el (hexl-insert-hex-string): New command.
13946
13947 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13948 instead of concat.
13949
13950 2000-04-18 Gerd Moellmann <gerd@gnu.org>
13951
13952 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13953 at the start of an existing but empty folder.
13954
13955 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13956
13957 * ps-mule.el: Customization fix, doc fix.
13958 (ps-multibyte-buffer): Customization fix.
13959
13960 2000-04-17 Richard M. Stallman <rms@gnu.org>
13961
13962 * subr.el (read-passwd): Use read-char-exclusive.
13963
13964 2000-04-17 Gerd Moellmann <gerd@gnu.org>
13965
13966 * textmodes/texinfo.el (texinfo-insert-@email)
13967 (texinfo-insert-@emph, texinfo-insert-@quotation)
13968 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13969 (texinfo-mode-map): Add key bindings for them.
13970
13971 * files.el (basic-save-buffer-2): Use a template with `$'
13972 instead of `#' for VMS.
13973
13974 * simple.el (clone-indirect-buffer): New function.
13975
13976 2000-04-16 Stephen Eglen <stephen@gnu.org>
13977
13978 * iswitchb.el (iswitchb-case): New function. If the user input
13979 contains any upper-case characters, the search is made
13980 case-sensitive.
13981
13982 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13983
13984 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13985 comment-end.
13986 (texinfo-font-lock-syntactic-keywords): New var.
13987 (texinfo-font-lock-keywords): Remove comment regexp.
13988 (texinfo-insert-block): New function.
13989 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13990 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13991 and font-lock-defaults. Use regexp-opt for outline-regexp.
13992 (texinfo-environments): New var.
13993 (texinfo-environment-regexp): Use regexp-opt and
13994 texinfo-environments.
13995
13996 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13997 ispell-process is bound since this might be eval'd before ispell
13998 is loaded.
13999 (ispell-message): Use a tiny bit less magic and a bit more hard
14000 data to figure out what kind of sc-cite-regexp to use.
14001
14002 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
14003
14004 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
14005 (insert-cyclic-diary-entry): Unquote the lambda.
14006
14007 * gud.el (gud-jdb-build-source-files-list): Fix typo.
14008
14009 * files.el (backup-enable-predicate): Unquote the lambda.
14010
14011 * cus-edit.el (custom-face, face): Unquote the lambda.
14012
14013 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14014
14015 * ps-print.el: Check for line-beginning-position definition.
14016
14017 * ps-print.el: Fix counting lines in a region.
14018 (ps-print-version): New version number (5.1.5).
14019 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
14020 (ps-printing-region): Fun code fix.
14021
14022 2000-04-15 Gerd Moellmann <gerd@gnu.org>
14023
14024 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
14025 to file-directory-p.
14026
14027 2000-04-14 Gerd Moellmann <gerd@gnu.org>
14028
14029 * gud.el (gud-jdb-build-source-files-list): Check that directory
14030 exists before calling directory-files.
14031
14032 2000-04-13 Dave Love <fx@gnu.org>
14033
14034 * emacs-lisp/trace.el: Change maintainer. Use new backquote
14035 syntax.
14036
14037 * emacs-lisp/cl-specs.el: Remove when, unless.
14038
14039 * emacs-lisp/cl-extra.el: Don't quote keywords.
14040 (cl-old-mapc): New variable.
14041 (mapc): Use it.
14042 (cl-map-intervals): Use with-current-buffer. Don't check for
14043 next-property-change.
14044 (cl-map-overlays): Use with-current-buffer.
14045 (cl-expt): Remove.
14046 (copy-tree, remprop): Define unconditionally.
14047
14048 * emacs-lisp/cl-compat.el (keywordp): Remove.
14049
14050 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
14051 to use keywordp.
14052 (edebug-spec): Enable keywordp.
14053
14054 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
14055 string-lessp.
14056
14057 * cus-start.el: Use keywordp.
14058
14059 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14060
14061 * diary-lib.el (include-other-diary-files): Fix the fix of
14062 2000-02-18 by doing a save-excursion.
14063
14064 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14065
14066 * ps-print.el: Customization fix, doc fix.
14067 (ps-print-version): New version number (5.1.4).
14068 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
14069 (ps-print-preprint): Adjust code.
14070 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
14071 (ps-print-prologue-header, ps-print-control-characters)
14072 (ps-spool-config): Customization fix.
14073
14074 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
14075
14076 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
14077 converted to the new menu-item format, names silightly changed,
14078 help strings added.
14079
14080 Support for spelling without async subprocesses:
14081
14082 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
14083 (ispell-session-buffer): New variables.
14084 (ispell-start-process, ispell-process-status,
14085 ispell-accept-output, ispell-send-string): New functions, for
14086 Ispell invocation when async subprocesses aren't supported.
14087 (ispell-word, ispell-pdict-save, ispell-command-loop,
14088 ispell-process-line, ispell-buffer-local-parsing): Replace calls
14089 to process-send-string with calls to ispell-send-string, and
14090 accept-process-output with ispell-accept-output.
14091 (ispell-init-process): Call ispell-process-status instead of
14092 process-status with.
14093 (ispell-init-process): Call ispell-start-process. Call
14094 ispell-accept-output and ispell-send-string. Don't call
14095 process-kill-without-query and kill-process if they are unbound.
14096 (ispell-async-processp): New function.
14097
14098 2000-04-12 Dave Love <fx@gnu.org>
14099
14100 * info.el: Add debug-ignored-errors.
14101 (Info-mode-menu): Add some items.
14102 (Info-directory): Add autoload cookie.
14103
14104 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
14105 Modify `truncate-lines'. Make `describe-language-environment'
14106 always visible and add help. Modify `describe-key' help. Invoke
14107 Info-directory from `info'. New entry `emacs-manual'.
14108
14109 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14110
14111 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
14112 propertized-buffer-identification.
14113 (ebrowse-update-member-buffer-mode-line): Likewise.
14114 (ebrowse--mode-strings): Removed.
14115 (ebrowse--mode-line-props): Removed.
14116
14117 * files.el (auto-mode-alist): Add `EBROWSE'.
14118
14119 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
14120 space before testing for end of buffer.
14121 (ebrowse-load): Removed.
14122 (ebrowse-revert-tree-buffer-from-file): Rewritten.
14123 (ebrowse-create-tree-buffer): Rewritten.
14124 (ebrowse-tree-mode): Read tree from buffer.
14125
14126 * progmodes/ebrowse-ffh.el: Removed.
14127
14128 2000-04-10 Kenichi Handa <handa@etl.go.jp>
14129
14130 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
14131
14132 2000-04-10 Gerd Moellmann <gerd@gnu.org>
14133
14134 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
14135 at the wrong place.
14136
14137 2000-04-09 Dave Love <fx@gnu.org>
14138
14139 * files.el (backup-enable-predicate): Use
14140 temporary-file-directory, small-temporary-file-directory.
14141 (make-backup-file-name-function, backup-directory-alist): New
14142 variables.
14143 (make-backup-file-name-1): New function.
14144 (make-backup-file-name): Use it.
14145 (find-backup-file-name): Likewise. Use format for clarity, not
14146 concat.
14147 (file-newest-backup): Use make-backup-file-name.
14148
14149 2000-04-09 Gerd Moellmann <gerd@gnu.org>
14150
14151 * progmodes/ebrowse-ffh.el: New file.
14152
14153 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
14154 to ebrowse-ffh.el.
14155 (ebrowse-load): Add autoload.
14156
14157 * finder.el (finder-commentary): Add autoload cookie.
14158
14159 * mail/rfc2368.el: Correct author's email address.
14160
14161 * progmodes/ebrowse.el: New file.
14162
14163 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
14164 item help string.
14165 (easy-menu-do-add-item): Ditto.
14166 (easy-menu-define): Extend doc string.
14167
14168 * jit-lock.el (with-buffer-unmodified): Use
14169 restore-buffer-modified-p.
14170 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
14171 (jit-lock-function, jit-lock-stealth-fontify): Don't use
14172 with-buffer-unmodified.
14173
14174 2000-04-08 Dave Love <fx@gnu.org>
14175
14176 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
14177 unless, when.
14178
14179 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
14180
14181 * viper-util.el (viper-put-on-search-overlay): New subroutine.
14182 (viper-flash-search-pattern): No operation when using Emacs
14183 doesn't support face.
14184 Use `viper-put-on-search-overlay'.
14185
14186 2000-04-04 Gerd Moellmann <gerd@gnu.org>
14187
14188 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
14189 like C-r.
14190
14191 * progmodes/make-mode.el: Some doc fixes.
14192 (makefile-mode-abbrev-table): New variable.
14193 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
14194 (makefile-font-lock-keywords): Fontify includes and conditionals.
14195 (toplevel): Require `dabbrev' and `add-log' when compiling.
14196
14197 * replace.el (perform-replace): Don't move forward one char
14198 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
14199 to do that because it leaves point 1 position after the last
14200 replacement, after everything has been replaced.
14201
14202 * jit-lock.el (with-buffer-unmodified): New macro.
14203 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
14204 modified state.
14205 (jit-lock-function-1): Extracted from jit-lock-function; not
14206 preserving buffer's modified state.
14207 (jit-lock-function, jit-lock-stealth-fontify): Call
14208 jit-lock-function-1.
14209
14210 * mail/rfc2368.el: Remove supernumerary copyright line.
14211
14212 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
14213
14214 * glasses.el: Provide facilities for inserting space before left
14215 parentheses and uncapitalization of identifiers.
14216 (glasses-mode): Try to remove old overlays in all cases.
14217
14218 2000-04-03 Gerd Moellmann <gerd@gnu.org>
14219
14220 * progmodes/compile.el (compile-internal): Display the compilation
14221 buffer in a different frame, if it's already displayed there.
14222
14223 * mail/rfc2368.el: New file.
14224
14225 * simple.el (sendmail-user-agent-compose): Recognize a `body'
14226 header and insert its value as mail body.
14227
14228 * subr.el (member-ignore-case): New function.
14229
14230 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
14231 (dabbrev--find-expansion): Ignore buffers matching a regexp
14232 from dabbrev-ignored-regexps.
14233
14234 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
14235 to extensions handled by gzip.
14236
14237 2000-04-03 Richard M. Stallman <rms@gnu.org>
14238
14239 * files.el (insert-directory): List the total free space
14240 along with the used space.
14241
14242 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
14243 line is followed by one that matches CITATION-REGEXP, end the
14244 paragraph.
14245
14246 2000-04-03 Markus Rost <rost@delysid.gnu.org>
14247
14248 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
14249 (rmail-make-basic-summary-line): Use that option.
14250
14251 2000-04-03 Kenichi Handa <handa@etl.go.jp>
14252
14253 * international/mule-cmds.el (encoded-string-description):
14254 Rewritten. Try pretty description for ISO 2022 escape sequences
14255 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
14256 for hexadecimal format.
14257
14258 2000-04-01 Dave Love <fx@gnu.org>
14259
14260 * cpp.el: Change customization group to `c' from `C'.
14261
14262 * vcursor.el (vcursor-move): Use display-color-p.
14263
14264 * international/mule-util.el: Provide mule-utils.
14265 (string-to-sequence): Simplify and speed up.
14266
14267 * international/mule.el (make-coding-system): Purecopy doc-string.
14268
14269 * international/mule-cmds.el: Various menu changes.
14270 (describe-specified-language-support): Handle `Default'.
14271 (set-language-info): Purecopy `info'.
14272
14273 2000-03-31 Andrew Innes <andrewi@gnu.org>
14274
14275 * vc.el (vc-backend-diff): Return the correct status if we had to
14276 retry the rcsdiff command without the --brief option.
14277
14278 2000-03-31 Dave Love <fx@gnu.org>
14279
14280 * help.el (help-manyarg-func-alist): Correct several omissions.
14281
14282 * add-log.el: Don't require cl, fortran.
14283 (add-log-current-defun-function): Doc fix.
14284 (change-log-version-number-regexp-list): Remove SCCS part. Doc
14285 fix.
14286 (change-log-version-rcs): Function deleted.
14287 (change-log-version-number-search): Doc fix. Use
14288 vc-workfile-version. Avoid CL dolist.
14289 (add-change-log-entry): Just call add-log-current-defun to get
14290 defun. Simplify somewhat.
14291 (change-log-get-method-definition-1): Likewise.
14292 (add-log-current-defun): Return nil if calling
14293 add-log-current-defun-function does so. Move Fortran stuff to
14294 fortran.el. Return string without properties.
14295
14296 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
14297 and :alpha: char classes.
14298
14299 * mail/supercite.el: Defvar curline when compiling.
14300 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
14301 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
14302 rather than a-zA-Z0-9 to allow non-ASCII characters.
14303
14304 2000-03-31 Gerd Moellmann <gerd@gnu.org>
14305
14306 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
14307
14308 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14309 Re-enable new code.
14310
14311 * lpr.el (print-region-1): Use -d to specify printer name for
14312 systems `usg-unix-v*, `dgux', `hpux', `irix'.
14313
14314 2000-03-31 Dave Love <fx@gnu.org>
14315
14316 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
14317 for function definition in symbol's function value slot first
14318 instead of first consulting byte-compile-function-environment.
14319
14320 2000-03-31 Kenichi Handa <handa@etl.go.jp>
14321
14322 * language/european.el ("Polish"): New language environment.
14323 (setup-polish-environment): New function.
14324
14325 2000-03-30 Gerd Moellmann <gerd@gnu.org>
14326
14327 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14328 Disable new code.
14329
14330 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
14331 trying to `load' the symbol of an autoload instead of the file
14332 recorded in the autoload. Fix error messages.
14333
14334 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14335
14336 * ps-print.el: PostScript programming fix for ghostview, doc fix.
14337 (ps-print-version): New version number (5.1.3).
14338 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
14339 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
14340 (ps-generate-postscript-with-faces): Code fix.
14341 (ps-color-values): XEmacs compatibility.
14342 (ps-print-background-image, ps-print-background-text, ps-printer-name)
14343 (ps-default-fg, ps-default-bg): Adjust customization.
14344 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
14345 (ps-color-scale): Renaming old ps-color-value fun.
14346 (ps-print-headers): Replace ps-print-header group to avoid conflict
14347 with ps-print-header variable.
14348 (ps-print-miscellany): New group.
14349 (ps-format-color, ps-rgb-color): New funs.
14350 (ps-default-foreground): New var.
14351 (ps-printer-name-option): New const.
14352
14353 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
14354
14355 * net/net-utils.el:
14356 (network-connection-host, network-connection-service): New variables
14357 (network-connection-mode): New mode, derived from comint-mode
14358 (network-connection-mode-setup): New function, saves host and
14359 service information in local variables.
14360
14361 * lisp/locate.el:
14362 (locate-word-at-point): Added this function
14363 (locate): Default to using locate-word-at-point as input
14364 Run dired-mode-hook
14365
14366 2000-03-29 Dave Love <fx@gnu.org>
14367
14368 * calendar/appt.el: Doc fixes.
14369 (appt-check): Convert min-to-app to a string before passing to
14370 appt-disp-window-function or concat.
14371 (appt-delete-window): Remove test for frame-root-window.
14372 (appt-select-lowest-window, appt-convert-time): Simplify.
14373
14374 * emacs-lisp/bytecomp.el: Doc fixes.
14375 (byte-compile-file-form-autoload): Update
14376 byte-compile-function-environment.
14377
14378 2000-03-29 Andreas Schwab <schwab@suse.de>
14379
14380 * emacs-lisp/autoload.el: Also print defsubst doc string
14381 specially.
14382
14383 * dired.el (dired-insert-directory): If dired-free-space-program
14384 failed just delete its output.
14385
14386 2000-03-29 Dave Love <fx@gnu.org>
14387
14388 * international/iso-cvt.el: Move provide to end. Doc fixes.
14389 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
14390 (iso-iso2sgml, iso-sgml2iso): New functions.
14391 (iso-cvt-define-menu): Fix some entries and use backquote for
14392 clarity.
14393
14394 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
14395
14396 2000-03-28 Gerd Moellmann <gerd@gnu.org>
14397
14398 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
14399 ISO-DATE. If non-nil, return date in ISO 8601 format.
14400
14401 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
14402
14403 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
14404 if it ever becomes used.
14405 (log-edit-mode-hook): Default to vc-log-mode-hook.
14406 (log-edit-mode): Fix the docstring.
14407
14408 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
14409 the code.
14410
14411 2000-03-26 Dave Love <fx@gnu.org>
14412
14413 * net/browse-url.el (browse-url): Re-fix case of
14414 browse-url-browser-function being an alist.
14415 (browse-url): Add :link to defgroup.
14416
14417 * files.el: Doc fixes.
14418 (file-truename): Include `[' in wildcard characters.
14419 (automount-dir-prefix): Customize.
14420 (find-file-wildcards): Add :version.
14421 (find-file-noselect): Simplify a mapcar call.
14422
14423 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
14424 compatible with inf-lisp version.
14425 (eval-defun-1): Fix custom-declare-variable case.
14426
14427 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
14428
14429 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
14430
14431 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14432
14433 * Makefile (COMPILE_FIRST): New macro.
14434 (compile-files): Compile files from COMPILE_FIRST first.
14435
14436 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
14437 code.
14438
14439 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
14440 matching open parenthesis in column 0 to defun-prompt-regexp
14441 only if open-paren-in-column-0-is-defun-start is set.
14442
14443 * sun-curs.el: Require CL at compile-time only.
14444
14445 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
14446 instead of copy-list which is a function from CL.
14447 (msb--choose-menu, msb--mode-menu-cond)
14448 (msb--create-buffer-menu-2): Use dolist instead of mapc.
14449 (msb--init-file-alist): Use mapcar instead of mapcan.
14450 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
14451 `(' in column 0 in doc string.
14452 (msb--add-separators): Use mapcar instead of mapcan.
14453
14454 * cus-dep.el: Require CL at compile-time only.
14455
14456 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
14457
14458 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
14459 (byte-compile-warnings): New warning `noruntime'.
14460 (byte-compile-constants, byte-compile-variables): Fix docstring.
14461 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
14462 execute `eval-whenc-compile's body.
14463 (byte-compile-unresolved-functions): Fix docstring.
14464 (byte-compile-eval): New function.
14465 (byte-compile-callargs-warn): Check if the function will be available
14466 at runtime (via property `byte-compile-noruntime').
14467 (byte-compile-print-syms): New function.
14468 (byte-compile-warn-about-unresolved-functions): Also warn about
14469 `noruntime' functions (and use `byte-compile-print-syms').
14470 (byte-compile-file): Capitalize the message.
14471
14472 2000-03-24 Gerd Moellmann <gerd@gnu.org>
14473
14474 * mail/rmail.el (rmail-confirm-expunge): New user-option.
14475 (rmail-expunge): Ask for confirmation depending on the setting
14476 of rmail-confirm-expunge.
14477
14478 2000-03-23 Gerd Moellmann <gerd@gnu.org>
14479
14480 * Makefile (bootstrap-clean): If $(emacs) exists, build
14481 loaddefs.el first. A loaddefs.el that's not up-to-date might
14482 cause a bootstrap failure because things don't autoload as
14483 expected.
14484
14485 2000-03-23 Dave Love <fx@gnu.org>
14486
14487 * net/browse-url.el: Restore previous use of
14488 browse-url-maybe-new-window.
14489
14490 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14491
14492 * ps-print.el: Skip banner page fix.
14493 (ps-print-version): New version number (5.1.2).
14494 (ps-begin-file, ps-end-file, ps-generate): Code fix.
14495
14496 2000-03-23 Dave Pearson <davep@davep.org>
14497
14498 * net/quickurl.el Changed the type of parameter passed to the
14499 function defined by `quickurl-format-function'. Before only the
14500 text of the URL was passed. Now the whole URL structure is passed
14501 and the function is responsible for extracting the parts it
14502 requires. Changed the default of `quickurl-format-function'
14503 accordingly.
14504 (quickurl-insert): Changed the `funcall' of
14505 `quickurl-format-function' to match the above change.
14506 (quickurl-list-insert): Changed the `url' case so that it makes
14507 use of `quickurl-format-function', previous to this the format was
14508 hard wired.
14509
14510 2000-03-22 Gerd Moellmann <gerd@gnu.org>
14511
14512 * startup.el: Change some spellings for the X Window System.
14513
14514 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
14515
14516 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
14517 up the code and the regexp and make sure the cursor is temporarily
14518 moved to the suspicious line while querying the user.
14519
14520 2000-03-22 Jason Rumney <jasonr@gnu.org>
14521
14522 * w32-fns.el (w32-charset-info-alist): Initialize.
14523
14524 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14525
14526 * ps-print.el: N-up last page fix.
14527 (ps-print-version): New version number (5.1.1).
14528 (ps-end-file, ps-end-job, ps-generate): Code fix.
14529
14530 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14531
14532 * files.el (find-file-run-dired): Update docstring.
14533 (find-directory-functions): New hook.
14534 (find-file-noselect): Run find-directory-functions rather than
14535 calling dired directly.
14536
14537 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
14538
14539 * pcvs.el: Add a minimal leading commentary.
14540 (cvs-make-cvs-buffer): Change the header part by removing the startup
14541 message and adding a `Module' entry. Also replace the FOOTER and
14542 HEADER special fileinfos with the new support in ewoc for updating
14543 its own footer and header.
14544 (cvs-update-header): Update to use the header/footer of the ewoc.
14545 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
14546 (cvs-is-within-p): New function.
14547 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
14548 to only examine some subset of the buffers.
14549
14550 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
14551 `format' instead of our own ad-hoc functions.
14552 Remove HEADER and FOOTER cases, now handled in the EWOC.
14553 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
14554
14555 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
14556 output to avoid scaring the user.
14557 (cvs-parse-table): Catch message for non-up-to-date commits.
14558
14559 * pcvs-defs.el (cvs-startup-message): Remove.
14560 (cvs-global-menu): New autoloaded menu.
14561
14562 * pcvs-util.el (cvs-string-fill): Remove.
14563
14564 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
14565 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
14566 PP part of it and also make it work for footers and headers.
14567 (ewoc-create): Drop POS and BUFFER arguments.
14568 Use the DLL's dummy node to store the end-of-footer position.
14569 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
14570 (ewoc-refresh): Remove unused `header' variable.
14571 (ewoc-(get|set)-hf): New functions.
14572
14573 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
14574 log-view-*-(message|file) and use easy-mmode-define-navigation.
14575 (log-view-message-re): Match SCCS format as well.
14576 And match the revision line rather than the dashed separator line.
14577 (log-view-mode): Use the new define-derived-mode.
14578 (log-view-current-tag): Fill in with an actual implementation.
14579
14580 * cvs-status.el (cvs-status-(prev|next)): Rename from
14581 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
14582 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
14583 to let the output "breathe" a little more (more readable).
14584 (cvs-status-mode): Use the new define-derived-mode.
14585
14586 * smerge-mode.el (smerge-auto-leave): New function and variable.
14587 (smerge-basic-map): Rename from smerge-basic-keymap.
14588 Change the bindings for smerge-diff-*.
14589 (smerge-*-map): Use easy-mmode-defmap.
14590 (smerge-(next|prev)): Use easy-mmode-define-navigation.
14591 (smerge-keep-*): Use smerge-auto-leave.
14592
14593 2000-03-21 Jason Rumney <jasonr@gnu.org>
14594
14595 * cus-edit.el (custom-button-face): Use 3D look for w32.
14596 (custom-button-pressed-face): Likewise.
14597
14598 2000-03-21 Gerd Moellmann <gerd@gnu.org>
14599
14600 * progmodes/etags.el (tags-case-fold-search): New user-option.
14601 (tags-loop-eval): New function. Bind case-fold-search around eval
14602 depending on the value of tags-case-fold-search.
14603 (tags-loop-continue): Use tags-loop-eval.
14604 (find-tag-in-order): Bind case-fold-search depending on the value
14605 of tags-case-fold-search.
14606
14607 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
14608
14609 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
14610 (diff-end-of-hunk): Return the end position for use in
14611 `easy-mmode-define-navigation'.
14612 (diff-recenter): Remove.
14613 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
14614 of `easy-mmode-define-navigation'.
14615 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
14616 previous renaming) and fix to use new names.
14617 (diff-merge-strings): Use \n as separator: simpler, faster.
14618 (diff-mode): Use `define-derived-mode'.
14619
14620 * derived.el (define-derived-mode): Don't autoload anymore.
14621 Prefer the macro-only version provided by easy-mmode.el.
14622
14623 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
14624 `easy-mmode-define-derived-mode'.
14625 Use `combine-run-hooks'.
14626 (easy-mmode-define-navigation): New macro.
14627
14628 * subr.el (combine-run-hooks): New function.
14629
14630 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
14631
14632 * term/x-win.el: Fontsets related initialization is simplified.
14633
14634 * international/mule-diag.el (describe-font): Don't refer to
14635 global-fontset-alist, instead call font-list.
14636 (describe-fontset, list-fontsets, mule-diag): Likewise.
14637 (print-fontset): Adjusted for the change of fontset
14638 implementation.
14639
14640 * international/fontset.el (x-charset-registries): Variable
14641 removed, instead the corresponding data is stored in the default
14642 fontset.
14643 (register-alternate-fontnames): Function removed.
14644 (resolved-ascii-font): Variable removed.
14645 (x-compose-font-name): Ignore the second argument REDOCE.
14646 (x-complement-fontset-spec): Complement only an ASCII font and
14647 element for those charsets than can use that ASCII font.
14648 (generate-fontset-menu): Don't refer to global-fontset-alist,
14649 instead call fontset-list.
14650 (uninstantiated-fontset-alist): Variable removed.
14651 (x-style-funcs-alist): Likewise.
14652 (fontset-default-styles): Likewise.
14653 (x-modify-font-name): Function removed.
14654 (create-fontset-from-fontset-spec): Ignore the argument
14655 STYLE-VARIANT.
14656 (create-fontset-from-ascii-font): Docsting adjusted for the above
14657 change.
14658 (instantiate-fontset, resolve-fontset-name): Functions removed.
14659 (fontset-list): Now implemented by C code.
14660
14661 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14662 (describe-face): Include `font' attribute in the description.
14663
14664 2000-03-21 Kenichi Handa <handa@etl.go.jp>
14665
14666 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14667
14668 2000-03-20 Gerd Moellmann <gerd@gnu.org>
14669
14670 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14671 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14672 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14673
14674 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14675 about behavior of set-buffer-modified-p wrt redisplay.
14676
14677 2000-03-19 Richard M. Stallman <rms@gnu.org>
14678
14679 * view.el (view-mode-disable): Kill local binding of view-read-only.
14680
14681 2000-03-18 Gerd Moellmann <gerd@gnu.org>
14682
14683 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14684 is a string, convert it to a syntax cell using string-to-syntax.
14685
14686 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14687 (string-to-syntax): New function.
14688
14689 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14690 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14691 try to use passive ftp mode.
14692
14693 2000-03-17 Gerd Moellmann <gerd@gnu.org>
14694
14695 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14696
14697 * simple.el (append-to-buffer): Update point of windows after
14698 insertion.
14699
14700 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14701 forward then moving backward. Reindent.
14702
14703 * frame.el (other-frame): Call x-focus-frame only if
14704 focus-follows-mouse is off.
14705
14706 2000-03-17 Dave Love <fx@gnu.org>
14707
14708 * pcvs-util.el (cvs-strings->string): Rename
14709 replace-regexps-in-string.
14710
14711 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14712
14713 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14714 regexp for labels cannot span several lines.
14715
14716 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14717 `(setq :<key> ':<key>)' to the macro expansion.
14718
14719 2000-03-16 Dave Love <fx@gnu.org>
14720
14721 * progmodes/f90.el (f90): Put custom group under `languages', not
14722 `fortran'.
14723 (f90-mode-hook): Customize.
14724 (f90-mode): Set add-log-current-defun-function.
14725 (f90-current-defun): New function.
14726
14727 2000-03-16 Gerd Moellmann <gerd@gnu.org>
14728
14729 * cus-edit.el (custom-variable-tag-face): Handle case that
14730 default face's height is not a number.
14731 (custom-face-tag-face, custom-group-tag-face-1)
14732 (custom-group-tag-face): Ditto.
14733 (custom-group-tag-face-1): Add :group.
14734
14735 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14736
14737 2000-03-15 Gerd Moellmann <gerd@gnu.org>
14738
14739 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14740 requiring easymenu.
14741
14742 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14743
14744 * ps-print.el: PostScript user-defined prologue, PostScript error
14745 handler, doc fix.
14746 (ps-print-version): New version number (5.1).
14747 (ps-user-defined-prologue, ps-error-handler-message)
14748 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14749 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14750 (ps-insert-string): New function.
14751
14752 2000-03-15 Kenichi Handa <handa@etl.go.jp>
14753
14754 * international/ccl.el (ccl-compile-expression): Don't generate
14755 invalid self-assignment code.
14756
14757 2000-03-14 Dave Love <fx@gnu.org>
14758
14759 * subr.el (replace-regexp-in-string): Renamed from
14760 replace-regexps-in-string. Doc fix.
14761
14762 2000-03-12 Dave Love <fx@gnu.org>
14763
14764 * cus-edit.el: Doc fixes.
14765 (customize-set-variable, customize-save-variable): Rename args for
14766 doc.
14767 (custom-variable-tag-face, custom-face-tag-face)
14768 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14769 style which user identify as hyperlink.
14770 (hook): Don't add undefined functions to the hook.
14771 (debug-ignored-errors): Transfer message from bindings.el.
14772
14773 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14774
14775 * recentf.el (recentf-keep-non-readable-files-p): Remove
14776 double/nested definition.
14777
14778 2000-03-12 Dave Love <fx@gnu.org>
14779
14780 * facemenu.el (facemenu-get-face): Use display-color-p.
14781 * enriched.el (enriched-decode-foreground): Likewise.
14782 (enriched-decode-background): Likewise.
14783 * isearch.el (isearch-highlight): Likewise.
14784 * info-look.el (info-lookup): Likewise.
14785 * simple.el (completion-setup-function): Likewise.
14786
14787 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14788 :options.
14789
14790 * bindings.el (mode-line-format): Fix line-number and
14791 column-number items. Add help-echo for the background.
14792 (mode-line-mule-info): Modify help-echo.
14793
14794 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14795
14796 * files.el (load-file): Allow completion to .elc.
14797
14798 * man.el: Doc fixes.
14799 (Man-init-defvars): Use display-color-p to set fontification.
14800
14801 * play/hanoi.el (hanoi-internal): Don't use oddp.
14802
14803 2000-03-12 Gerd Moellmann <gerd@gnu.org>
14804
14805 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14806
14807 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14808
14809 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14810
14811 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14812 Fix comment.
14813
14814 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14815
14816 * font-lock.el (font-lock-keywords): Fix the doc now that
14817 regexp-opt-depth is unnecessary.
14818 (save-buffer-state): Set an edebug spec.
14819 (font-lock-fontify-anchored-keywords): Properly handle the case when
14820 the matcher goes past the limit.
14821
14822 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14823 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14824
14825 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14826 dll.el and cookie.el (from Elib) with heavy renaming and other
14827 massaging.
14828
14829 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14830 Autoload the functions used.
14831 (easy-mmode-define-syntax): Fix CL typo.
14832 (easy-mmode-define-derived-mode): Improve the docstring generation.
14833
14834 2000-03-10 Gerd Moellmann <gerd@gnu.org>
14835
14836 * textmodes/texinfo.el (texinfo-version): Variable and function
14837 removed.
14838
14839 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14840
14841 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14842 allow more flexibility.
14843 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14844 fns.
14845 (easy-mmode-defmap, easy-mmode-defsyntax)
14846 (easy-mmode-define-derived-mode): New macros.
14847
14848 2000-03-09 Didier Verna <didier@xemacs.org>
14849
14850 * rect.el (replace-rectangle): New function.
14851
14852 2000-03-09 Dave Love <fx@gnu.org>
14853
14854 * progmodes/fortran.el (fortran-comment-line-start): Define as
14855 "C".
14856 (fortran-comment-line-start-skip): Don't match cpp stuff.
14857 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14858 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14859 (fortran-mode): Don't set fortran-comment-line-start-skip,
14860 fortran-comment-line-start here. Set comment-start,
14861 add-log-current-defun.
14862 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14863 (fortran-current-defun): New function.
14864
14865 2000-03-09 Gerd Moellmann <gerd@gnu.org>
14866
14867 * emacs-lisp/re-builder.el: New file.
14868
14869 * mouse.el (mouse-drag-region): Don't run up-event handler
14870 if hscroll has changed.
14871
14872 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14873 builtin operators, use `font-lock-builtin-face' for Emacs and
14874 `font-lock-preprocessor-face' otherwise.
14875
14876 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14877 `(defun (setf foo)' differently.
14878
14879 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14880
14881 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14882 (regexp-opt): Update comment and adapt the code the new meaning of
14883 the `paren' argument of regex-opt-group for shy-groups.
14884 (regexp-opt-depth): Handle shy groups as well as backslashed
14885 backslashes.
14886 (regexp-opt-group): Turn the leading comment into a docstring.
14887 Allow `paren' to be a string (the string to use to open a group).
14888 Remove open-presuf and close-presuf. Instead of checking for `all
14889 one-char' and then later on check for `several one-char', handle
14890 both cases close together. Also apply a more generic algorithm
14891 for suffixes (the mirror image of the algorithm used for
14892 prefixes). Use shy-groups. Use nreverse rather than reverse.
14893 (regexp-opt-try-suffix): Removed.
14894
14895 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14896 from comint-mode-map, so we can just inherit from it. Also, move
14897 the initialization into the `defvar' since there's no docstring
14898 anyway and it's fairly short.
14899 (inferior-scheme-mode): Define it as derived-mode: the code is
14900 shorter and this way we inherit from comint-mode-map rather than
14901 copying it.
14902
14903 * subr.el (replace-regexps-in-string): Properly handle the case
14904 where we match an empty string.
14905
14906 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14907 when the command has a directory component (such as "./testml").
14908 Also fix a typo in the comment.
14909
14910 2000-03-08 Gerd Moellmann <gerd@gnu.org>
14911
14912 * Makefile (compile-files): Compile files one by one because
14913 that's the only way to ensure a clean compilation environment for
14914 each individual file.
14915
14916 * frame.el (other-frame): Call x-focus-frame.
14917
14918 2000-03-07 Dave Love <fx@gnu.org>
14919
14920 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14921 :require to defcustom.
14922
14923 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14924 lists.
14925
14926 * files.el (auto-mode-alist): Add configure.in.
14927
14928 * progmodes/autoconf.el: New file.
14929
14930 2000-03-07 Gerd Moellmann <gerd@gnu.org>
14931
14932 * mail/mh-e.el: Change maintainer to `none'.
14933
14934 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14935 to remove-hook and add-hook.
14936
14937 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14938
14939 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14940 it as the default.
14941 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14942 (sendmail-send-it): Conditionally add MIME headers specifying the
14943 used character set.
14944
14945 2000-03-07 Dave Love <fx@gnu.org>
14946
14947 * winner.el: Fix keywords, autoload cookies. Split
14948 eval-when-compile form to avoid compilation failure.
14949
14950 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14951
14952 * international/mule.el: Modify comment about coding system
14953 property `coding-category'.
14954 (make-coding-system): New argument EOL-TYPE. Pay attention to
14955 coding-category property of PROPERTIES.
14956
14957 * international/mule-conf.el (coding-category-utf-8,
14958 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14959 categories. Include them in the argument for set-coding-priority.
14960
14961 * international/mule-cmds.el (reset-language-environment): Include
14962 coding-category-utf-8, coding-category-utf-16-be, and
14963 coding-category-utf-16-le in the argument for set-coding-priority.
14964 (reset-language-environment): Initialize coding-category-utf-8,
14965 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14966
14967 2000-03-06 Karl Fogel <kfogel@red-bean.com>
14968
14969 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14970 code abstracted out of `bookmark-jump-noselect'. Now tries info
14971 extensions as well as compression extensions.
14972 (bookmark-jump-noselect): Use above new func.
14973
14974 2000-03-03 Gerd Moellmann <gerd@gnu.org>
14975
14976 * strokes.el: Change maintainer's mail address.
14977
14978 2000-03-03 Kenichi Handa <handa@etl.go.jp>
14979
14980 * international/mule-diag.el (list-character-sets): Make help-echo
14981 string by substitute-command-keys.
14982 (list-character-sets): Likewise.
14983 (sort-listed-character-sets): Call help-setup-xref.
14984
14985 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14986
14987 * time.el (display-time-mail-file): Add `none' to the list of
14988 choices.
14989
14990 2000-03-01 Dave Love <fx@gnu.org>
14991
14992 * help.el (help-xref-go-back): Don't try to set position.
14993
14994 * international/mule-diag.el (list-character-sets): Call
14995 help-setup-xref. Add help-echo to xrefs.
14996 (list-character-sets-1): Add help-echo to xrefs.
14997
14998 2000-03-02 Gerd Moellmann <gerd@gnu.org>
14999
15000 * frame.el (blink-cursor-mode): Switch cursor on when turning
15001 the mode off.
15002
15003 * add-log.el (add-log-current-defun): Add support for
15004 Autoconf mode.
15005
15006 * mail/rmail.el (rmail-quit-hook): New variable.
15007
15008 2000-03-01 Dave Love <fx@gnu.org>
15009
15010 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
15011
15012 * help.el (help-xref-button): Add help-echo arg.
15013 (describe-function-1, describe-variable, help-make-xrefs): Use it.
15014
15015 * faces.el (list-faces-display): Supply help-echo with
15016 help-make-xrefs.
15017
15018 * facemenu.el (list-text-properties-at): Set help-xref-stack to
15019 nil.
15020
15021 2000-03-01 Gerd Moellmann <gerd@gnu.org>
15022
15023 * image.el (defimage): Look for image files in load-path.
15024
15025 * frame.el (busy-cursor-delay-seconds): Change type to
15026 `number'.
15027
15028 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15029
15030 * recentf.el (recentf): Added version tag to the defgroup of
15031 recentf.
15032
15033 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15034
15035 * recentf.el (recentf-cleanup): Changed to remove excluded file
15036 too.
15037 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
15038 action to select/unselect a file.
15039 (recentf-edit-list): Code cleanup and improvement.
15040 (recentf-open-more-files-action): `recentf-open-more-files' button
15041 widget action to open a file.
15042 (recentf-open-more-files): No more use standard completion but
15043 widgets.
15044 (recentf-more-collection): Deleted.
15045 (recentf-more-history): Deleted.
15046 (recentf-setup-more-completion): Deleted.
15047
15048 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
15049
15050 * recentf.el (recentf-mode): No more needs that Emacs is running
15051 under a window-system.
15052
15053 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15054
15055 * recentf.el (recentf-edit-list): New command to edit the recent
15056 list which allow the user to remove files.
15057 (recentf-edit-selected-items): New global variable, used by
15058 `recentf-edit-list' to hold the list of files to be removed from
15059 the recent list.
15060 (recentf-make-menu-items): Updated to display a "Edit list..."
15061 menu item. Minor code cleanup.
15062
15063 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15064
15065 * recentf.el (recentf-open-more-files): New command to open files
15066 that are not displayed in the menu.
15067 (recentf-more-collection): New global variable holding the set of
15068 permissible completions used by `recentf-open-more-files'.
15069 (recentf-more-history): New global variable holding the history list
15070 used by `recentf-open-more-files' completion.
15071 (recentf-setup-more-completion): New function to setup completion for
15072 `recentf-open-more-files'.
15073 (recentf-make-menu-items): Updated to display a "More..." menu item.
15074
15075 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15076
15077 * recentf.el (recentf-menu-action): Doc fixed.
15078
15079 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
15080
15081 * recentf.el (recentf-menu-filter): Doc updated.
15082 (recentf-update-menu-hook): Allow menu filters to force menu update.
15083 (recentf-make-menu-items): New menu filter handling.
15084 (recentf-make-menu-item): New helper function.
15085 (recentf-menu-elements): New menu handling function.
15086 (recentf-sort-ascending): Updated to new menu filter handling.
15087 (recentf-sort-descending): Updated to new menu filter handling.
15088 (recentf-sort-basenames-ascending): New menu filter function.
15089 (recentf-sort-basenames-descending): New menu filter function.
15090 (recentf-show-basenames): New menu filter function.
15091 (recentf-show-basenames-ascending): New menu filter function.
15092 (recentf-show-basenames-descending): New menu filter function.
15093
15094 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15095
15096 * diary-lib.el (list-diary-entries): Don't try to go forward at
15097 the end of the buffer.
15098
15099 2000-02-29 Kenichi Handa <handa@etl.go.jp>
15100
15101 * international/mule-diag.el (list-character-sets): Completely
15102 rewritten.
15103 (sort-listed-character-sets): New function.
15104 (list-character-sets-1): Completely rewritten.
15105 (list-character-sets-2): New function.
15106 (non-iso-charset-alist): New variable.
15107 (decode-codepage-char): New function.
15108 (charset-history): New variable.
15109 (read-charset) (list-block-of-chars)
15110 (list-iso-charset-chars)
15111 (list-non-iso-charset-chars)
15112 (list-charset-chars): New functions.
15113 (mule-diag): Call list-character-sets-2, not
15114 list-character-sets-2.
15115 (dump-charsets): Likewise.
15116
15117 2000-02-29 Gerd Moellmann <gerd@gnu.org>
15118
15119 * dired-x.el (dired-filename-at-point): Add `@' to valid
15120 file name characters.
15121 (dired-filename-at-point): Handle ange-ftp file names.
15122
15123 * frame.el (frame-notice-user-settings): Use assq-delete-all
15124 instead of assoc-delete-all.
15125 (frame-notice-user-settings): Ditto.
15126
15127 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
15128 Don't copy alist.
15129
15130 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
15131
15132 * calculator.el (calculator-use-menu): New option.
15133 (calculator-initial-bindings): Changed some bindings to work as
15134 macros.
15135 (calculator-forced-input): Removed.
15136 (calculator-restart-other-mode): New variable.
15137 (calculator-mode-map): Set up menu.
15138
15139 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
15140
15141 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
15142 tags.
15143
15144 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
15145
15146 * viper-cmd.el (viper-envelop-ESC-key): added the option to
15147 translate all ESC key sequences.
15148 (viper-goto-mark-subr): restore markers for files for which
15149 they were saved.
15150 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
15151 * viper-util.el (viper-set-replace-overlay-glyphs,
15152 viper-set-replace-overlay): always check if the replacement
15153 overlay is live.
15154 * viper.el (viper-vi-state-mode-list): added major modes.
15155 * ediff-wind.el: minor comment changes.
15156 * ediff.el: copyright notice date fix.
15157
15158 2000-02-27 Jason Rumney <jasonr@gnu.org>
15159
15160 * faces.el (face-font-family-alternatives): Add arial to helv.
15161 (mode-line, header-line, tool-bar): Same default as x for w32.
15162 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
15163 face-font-family-alternatives from working.
15164 * term/w32-win.el (mouse-set-font): Do not build fontset from
15165 chosen font.
15166
15167 2000-02-25 Sam Steingold <sds@goems.com>
15168
15169 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
15170 properly.
15171
15172 2000-02-25 Richard M. Stallman <rms@gnu.org>
15173
15174 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
15175
15176 2000-02-25 Gerd Moellmann <gerd@gnu.org>
15177
15178 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
15179 writable.
15180
15181 * frame.el (busy-cursor-delay-seconds): New option.
15182
15183 2000-02-24 Gerd Moellmann <gerd@gnu.org>
15184
15185 * frame.el (show-cursor-in-non-selected-windows): New option.
15186
15187 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15188
15189 * diary-lib.el (include-other-diary-files): Undo the selective
15190 display in any included file and don't kill it.
15191
15192 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
15193
15194 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
15195 bar. Menu items converted to (menu-item format, help strings
15196 added.
15197 [downcase, upcase]: Don't enable on MS-DOS.
15198 [symlink, symlinks]: Don't show if make-symbolic-link is not
15199 bound.
15200 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
15201
15202 2000-02-23 Dave Love <fx@gnu.org>
15203
15204 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
15205 (backward-kill-word): Revert addition of * to interactive spec --
15206 it's a feature.
15207
15208 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
15209 (backward-kill-sentence, kill-sentence): Likewise.
15210
15211 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
15212 scratch buffer name.
15213 (gud-format-command): Use int-to-string in ?l case. Simplify
15214 slightly.
15215
15216 * term/w32-win.el (internal-face-interactive): Update prompt for
15217 new read-face-name.
15218
15219 * mail/footnote.el (footnote): Add :version to defgroup.
15220 (footnote-section-tag-regexp): Customize.
15221 (footnote-start-tag, footnote-end-tag): New option.
15222 (footnote-latin-regexp): New variable.
15223 (Footnote-latin): New function.
15224 (footnote-style-alist): Add element for latin style.
15225 (footnote-style): Moved.
15226 (Footnote-goto-footnote): Use eq to test arg.
15227
15228 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
15229
15230 * emacs-lisp/byte-opt.el: Change old backquote syntax.
15231 (byte-compile-trueconstp): Include keywords.
15232 (byte-optimize-quote, byte-optimize-lapcode): Use
15233 byte-compile-const-symbol-p.
15234 (byte-optimize-char-before): New optimization.
15235
15236 * emacs-lisp/bytecomp.el: Change old backquote syntax.
15237 (byte-compile-const-symbol-p): New function.
15238 (byte-compile-constp, byte-compile-out-toplevel)
15239 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
15240 Use it.
15241
15242 * subr.el (define-key-after): Default AFTER to t. Doc fix.
15243
15244 2000-02-23 Kenichi Handa <handa@etl.go.jp>
15245
15246 * international/encoded-kb.el: Be sure to update minor-mode-alist
15247 and minor-mode-map-alist.
15248 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
15249 codes SS2 and SS3 correctly.
15250 (encoded-kbd-self-insert-ccl): New function.
15251 (encoded-kbd-setup-keymap): New function.
15252 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
15253 by calling encoded-kbd-setup-keymap.
15254
15255 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
15256 characters.
15257 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
15258 locally.
15259
15260 2000-02-22 Dave Love <fx@gnu.org>
15261
15262 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
15263 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
15264 defvar.
15265 (lisp-mode-syntax-table): Set up for #|...|# comments.
15266 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
15267 classes. Match `defface'.
15268 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
15269 (eval-defun-1): Fix for defcustom.
15270 (lisp-indent-region): Doc fix.
15271
15272 * subr.el (when, unless, split-string): Doc fix.
15273 (read-passwd): Move call of clear-this-command-keys to the right
15274 place.
15275 (replace-regexps-in-string): New function.
15276
15277 2000-02-22 Gerd Moellmann <gerd@gnu.org>
15278
15279 * help.el (describe-variable): Set syntax table to
15280 emacs-lisp-mode-syntax-table when moving forward over the
15281 symbol's name.
15282
15283 2000-02-22 Dave Love <fx@gnu.org>
15284
15285 * xt-mouse.el: Doc fixes.
15286 (xterm-mouse-position-function): New function, replacing advice of
15287 mouse-position.
15288 (xterm-mouse-mode): Use it. Don't turn on under a window system.
15289
15290 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
15291
15292 2000-02-21 Gerd Moellmann <gerd@gnu.org>
15293
15294 * format.el (format-annotate-single-property-change): Handle
15295 properties.with dotted-list values.
15296 (format-proper-list-p): New function.
15297
15298 * enriched.el (enriched-face-ans): Handle '(foreground-color
15299 . COLOR) and (background-color . COLOR).
15300
15301 2000-02-20 Dave Love <fx@gnu.org>
15302
15303 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
15304 and assignments to it.
15305 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
15306 current local map.
15307 (make-flyspell-overlay): Use it.
15308 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
15309
15310 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
15311 (lm-get-header-re): Defun, not defsubst.
15312 (lm-get-package-name): Defun, not defsubst. Simplify.
15313 (lm-version): Doc fix. Simplify.
15314 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
15315 (lm-crack-address, lm-last-modified-date, lm-commentary)
15316 (lm-verify, lm-synopsis): Simplify.
15317 (lm-report-bug): Require emacsbug. Use compose-mail.
15318
15319 2000-02-20 Gerd Moellmann <gerd@gnu.org>
15320
15321 * dired.el (dired-mode): Call propertized-buffer-identification
15322 to set mode-line-buffer-identification to something having
15323 the right text properties.
15324
15325 * bindings.el (propertized-buffer-identification): New function.
15326
15327 2000-02-20 Dave Love <fx@gnu.org>
15328
15329 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
15330 check for t-mouse too.
15331
15332 * cus-start.el: Make echo-keystrokes `number'.
15333
15334 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
15335
15336 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
15337 Don't call ring-empty-p unless tags-location-ring is bound.
15338 From Noah Friedman <friedman@splode.com>.
15339
15340 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
15341
15342 * progmodes/hideshow.el (hs-flag-region): No longer use
15343 `intangible' overlay property.
15344
15345 (hs-toggle-hiding): New command.
15346 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
15347
15348 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
15349 Fix omission bug: Run `hs-minor-mode-hook' for both activation
15350 and deactivation.
15351
15352 2000-02-18 Gerd Moellmann <gerd@gnu.org>
15353
15354 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
15355
15356 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15357
15358 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
15359
15360 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
15361 of `*' to handle `(* ... *)' comments.
15362
15363 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
15364
15365 * faces.el (list-faces-display): Use display-mouse-p instead of
15366 window-system.
15367
15368 * menu-bar.el (global-map): Menu-bar items converted to the new
15369 format (menu-item..., rearranged for better CUA compliance, and
15370 their names changed for better clarity. Help strings added.
15371
15372 * international/mule-cmds.el (mule-menu-keymap)
15373 (describe-language-environment-map, set-coding-system-map)
15374 (setup-language-environment-map): Convert to new (menu-item...
15375 form, add help strings. Change names of menu items for better
15376 clarity. "Mule" menu-bar item removed (it's now in the "Options"
15377 submenu).
15378
15379 2000-02-17 Gerd Moellmann <gerd@gnu.org>
15380
15381 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
15382 within the code.
15383
15384 2000-02-16 Dave Love <fx@gnu.org>
15385
15386 * faces.el: Don't require custom. Add more specific :groups to
15387 various deffaces.
15388 (set-face-attribute): Purecopy args.
15389 (read-face-name): Default to name at point and use it in prompt.
15390 Remove colon from arg in all callers.
15391 (list-faces-display): Hyperlink to face descriptions and customize
15392 buffers.
15393
15394 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
15395
15396 * wid-edit.el (widget-match-inline): An atom never matches a
15397 list.
15398
15399 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15400
15401 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15402 at ':' characters by call to split-string.
15403
15404 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15405
15406 * textmodes/bibtex.el: Added RCS version identification.
15407
15408 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15409
15410 * textmodes/bibtex.el: Some temporary comments removed.
15411 (bibtex-field-name, bibtex-entry-type): Made the relationship
15412 explicit.
15413 (bibtex-field-const): Allow capital letters.
15414 (bibtex-start-of-string): Deleted because unused.
15415
15416 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15417 use the term 'reference' to describe a bibtex entry as a whole.
15418 Further, reference keys are no longer called 'labels'.
15419 (bibtex-keys): Renamed to bibtex-reference-keys.
15420 (bibtex-reformat-previous-labels): Renamed to
15421 bibtex-reformat-previous-reference-keys.
15422 (bibtex-reference-type): Renamed to bibtex-entry-type.
15423 (bibtex-reference-head): Renamed to bibtex-entry-head.
15424 (bibtex-reference-maybe-empty-head): Renamed to
15425 bibtex-entry-maybe-empty-head.
15426 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15427 (bibtex-search-reference): Renamed to bibtex-search-entry.
15428 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15429 bibtex-enclosing-entry-maybe-empty-head.
15430 (bibtex-entry-field-alist, bibtex-entry-head,
15431 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15432 bibtex-map-entries, bibtex-search-entry,
15433 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15434 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15435 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15436 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15437 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15438 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15439 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15440
15441 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15442
15443 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15444 comment.
15445 (bibtex-format-field-delimiters): New function, functionality
15446 extracted from bibtex-format-entry.
15447 (bibtex-autokey-get-yearfield-digits): New function, functionality
15448 extracted from bibtex-autokey-get-yearfield.
15449
15450 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15451 entries in order to avoid stack overflow in the regexp matcher if
15452 field contents become large.
15453 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15454 bibtex-field-string-part-not-braced,
15455 bibtex-field-string-part-no-inner-braces,
15456 bibtex-field-string-part-1-inner-brace,
15457 bibtex-field-string-part-2-inner-braces,
15458 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15459 bibtex-field-string-quoted, bibtex-field-string,
15460 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15461 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15462 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15463 as parsing is now performed by the following functions.
15464 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15465 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15466 bibtex-parse-field-string, bibtex-search-forward-field-string,
15467 bibtex-parse-association, bibtex-field-name-for-parsing,
15468 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15469 bibtex-search-forward-field, bibtex-search-backward-field,
15470 bibtex-start-of-field, bibtex-end-of-field,
15471 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15472 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15473 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15474 bibtex-parse-string, bibtex-search-forward-string,
15475 bibtex-search-backward-string, bibtex-start-of-string,
15476 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15477 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15478 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15479 entries. Instead of reporting the results of the parsing by
15480 match-beginning or match-end, these functions return data structures
15481 that hold the corresponding positions.
15482 (bibtex-enclosing-field): Changed to also report field boundaries by
15483 return values rather than by match-beginning or match-end. The
15484 following functions have been adapted to use the new parsing
15485 functions.
15486 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15487 bibtex-enclosing-field, bibtex-format-entry,
15488 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15489 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15490 bibtex-print-help-message, bibtex-end-of-entry,
15491 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15492 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15493 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15494 method for parsing.
15495 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15496 bibtex-map-entries, bibtex-flash-head,
15497 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15498 bibtex-autokey-change, bibtex-autokey-get-namefield,
15499 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15500 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15501 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15502 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15503 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15504 order to make the new binding of case-fold-search immediately
15505 visible.
15506
15507 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15508
15509 * textmodes/bibtex.el: Copyright notice is up to date.
15510 Added constant 'bibtex-maintainer-salutation.
15511
15512 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15513 than make-temp-name, use match-string-no-properties and eliminate
15514 a quadratic behavior when building bibtex-strings.
15515
15516 * bibtex.el (bibtex-reference-key): Accept string entries whose
15517 reference key contains upper case letters.
15518
15519 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15520
15521 * bibtex.el (bibtex-reference-head): Allow entries to start with
15522 a new line.
15523
15524 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15525
15526 * bibtex.el: Hiding of entry bodies is not longer provided by
15527 bibtex.el directly. Instead the hideshow package can be used.
15528 Added a special bibtex entry to hs-special-modes-alist.
15529 (bibtex-hs-forward-sexp): Added for hideshow.el.
15530
15531 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15532
15533 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
15534 at ':' characters by call to split-string.
15535
15536 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15537
15538 * textmodes/bibtex.el: Added RCS version identification.
15539
15540 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15541
15542 * textmodes/bibtex.el: Some temporary comments removed.
15543 (bibtex-field-name, bibtex-entry-type): Made the relationship
15544 explicit.
15545 (bibtex-field-const): Allow capital letters.
15546 (bibtex-start-of-string): Deleted because unused.
15547
15548 * textmodes/bibtex.el: Unified some nomenclature. We no longer
15549 use the term 'reference' to describe a bibtex entry as a whole.
15550 Further, reference keys are no longer called 'labels'.
15551 (bibtex-keys): Renamed to bibtex-reference-keys.
15552 (bibtex-reformat-previous-labels): Renamed to
15553 bibtex-reformat-previous-reference-keys.
15554 (bibtex-reference-type): Renamed to bibtex-entry-type.
15555 (bibtex-reference-head): Renamed to bibtex-entry-head.
15556 (bibtex-reference-maybe-empty-head): Renamed to
15557 bibtex-entry-maybe-empty-head.
15558 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
15559 (bibtex-search-reference): Renamed to bibtex-search-entry.
15560 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
15561 bibtex-enclosing-entry-maybe-empty-head.
15562 (bibtex-entry-field-alist, bibtex-entry-head,
15563 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
15564 bibtex-map-entries, bibtex-search-entry,
15565 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
15566 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15567 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
15568 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
15569 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
15570 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
15571 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
15572
15573 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15574
15575 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
15576 comment.
15577 (bibtex-format-field-delimiters): New function, functionality
15578 extracted from bibtex-format-entry.
15579 (bibtex-autokey-get-yearfield-digits): New function, functionality
15580 extracted from bibtex-autokey-get-yearfield.
15581
15582 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
15583 entries in order to avoid stack overflow in the regexp matcher if
15584 field contents become large.
15585 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
15586 bibtex-field-string-part-not-braced,
15587 bibtex-field-string-part-no-inner-braces,
15588 bibtex-field-string-part-1-inner-brace,
15589 bibtex-field-string-part-2-inner-braces,
15590 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
15591 bibtex-field-string-quoted, bibtex-field-string,
15592 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
15593 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
15594 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
15595 as parsing is now performed by the following functions.
15596 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
15597 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
15598 bibtex-parse-field-string, bibtex-search-forward-field-string,
15599 bibtex-parse-association, bibtex-field-name-for-parsing,
15600 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
15601 bibtex-search-forward-field, bibtex-search-backward-field,
15602 bibtex-start-of-field, bibtex-end-of-field,
15603 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
15604 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
15605 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
15606 bibtex-parse-string, bibtex-search-forward-string,
15607 bibtex-search-backward-string, bibtex-start-of-string,
15608 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
15609 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
15610 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
15611 entries. Instead of reporting the results of the parsing by
15612 match-beginning or match-end, these functions return data structures
15613 that hold the corresponding positions.
15614 (bibtex-enclosing-field): Changed to also report field boundaries by
15615 return values rather than by match-beginning or match-end. The
15616 following functions have been adapted to use the new parsing
15617 functions.
15618 (bibtex-skip-to-valid-entry, bibtex-search-reference,
15619 bibtex-enclosing-field, bibtex-format-entry,
15620 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
15621 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
15622 bibtex-print-help-message, bibtex-end-of-entry,
15623 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
15624 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15625 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
15626 method for parsing.
15627 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
15628 bibtex-map-entries, bibtex-flash-head,
15629 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
15630 bibtex-autokey-change, bibtex-autokey-get-namefield,
15631 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15632 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15633 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15634 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15635 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15636 order to make the new binding of case-fold-search immediately
15637 visible.
15638
15639 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15640
15641 * textmodes/bibtex.el: Copyright notice is up to date.
15642 Added constant 'bibtex-maintainer-salutation.
15643
15644 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15645 than make-temp-name, use match-string-no-properties and eliminate
15646 a quadratic behavior when building bibtex-strings.
15647
15648 * bibtex.el (bibtex-reference-key): Accept string entries whose
15649 reference key contains upper case letters.
15650
15651 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15652
15653 * bibtex.el (bibtex-reference-head): Allow entries to start with
15654 a new line.
15655
15656 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15657
15658 * bibtex.el: Hiding of entry bodies is not longer provided by
15659 bibtex.el directly. Instead the hideshow package can be used.
15660 Added a special bibtex entry to hs-special-modes-alist.
15661 (bibtex-hs-forward-sexp): Added for hideshow.el.
15662
15663 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15664
15665 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15666 proceedings entry type (for cross referencing). Thanks to Wagner
15667 Toledo Correa for the suggestion.
15668
15669 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15670
15671 2000-02-14 Kenichi Handa <handa@etl.go.jp>
15672
15673 * international/characters.el: Setup case table for Vietnamese.
15674
15675 2000-02-12 Gerd Moellmann <gerd@gnu.org>
15676
15677 * uniquify.el (toplevel): Require CL at compile time.
15678 (uniquify-push): Removed.
15679
15680 * shadowfile.el (shadow-when): Removed.
15681
15682 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15683 (tempo-process-and-insert-string): Use dolist instead of
15684 tempo-dolist.
15685
15686 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15687 regexp for paragraph-start.
15688
15689 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15690 commas as well.
15691
15692 2000-02-10 Dave Love <fx@gnu.org>
15693
15694 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15695 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15696 Deleted.
15697 (widget-specify-field, widget-specify-button): Don't use
15698 widget-mouse-help as help-echo property.
15699 (default): Use #'ignore for :validate and :mouse-down-action.
15700 (checkbox): Add help-echo.
15701 (widget-sexp-validate): Rewritten to clarify error messages.
15702 (character): Use char-valid-p in :match function.
15703 (widget-color-complete): Use facemenu-color-alist.
15704 (widget-color-action): Use facemenu-read-color.
15705
15706 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15707 set up `caar' &c that we now have.
15708
15709 2000-02-09 Ray Blaak <blaak@gnu.org>
15710
15711 * delphi.el: Make resourcestring a declaration region, like const
15712 and var.
15713
15714 2000-02-09 Dave Love <fx@gnu.org>
15715
15716 * bindings.el (mode-line-input-method-map): New variable.
15717 (mode-line-mule-info): Use it; fix last change.
15718 (mode-line-mode-menu): Move definition.
15719 (mode-line-mouse-sensitive-p): Deleted.
15720 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15721 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15722 level.
15723
15724 * startup.el (command-line-1): Don't call
15725 make-mode-line-mouse-sensitive.
15726
15727 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15728
15729 * mail/rmail.el (rmail-retry-failure): Use
15730 rmail-beginning-of-message before rmail-toggle-header, because the
15731 former toggles headers.
15732
15733 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15734
15735 * diff-mode.el (diff-kill-junk): New interactive function.
15736 (diff-reverse-direction): Use delete-and-extract-region.
15737 (diff-post-command-hook): Restrict the area so that the hook also works
15738 outside of any diff hunk. This is necessary for the minor-mode.
15739 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15740 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15741
15742 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15743 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15744 so that it can be used more easily in <foo>-mode-hook. Also make sure
15745 to avoid duplicate entries.
15746 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15747 (font-lock-remove-keywords): Just as was done for `add', allow it to
15748 work even if font-lock-mode is nil. Also make sure we don't modify
15749 any pre-existing list by forcing a copy-sequence. Finally rename
15750 `major-mode' to `mode'.
15751 (font-lock-fontify-syntactic-anchored-keywords)
15752 (font-lock-fontify-anchored-keywords)
15753 (font-lock-fontify-keywords-region): Use line-end-position.
15754 Don't make `font-lock-multiline' local (it's now done in
15755 font-lock-set-defaults).
15756 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15757 move the `font-lock-fontified' creation to inside the `unless'.
15758
15759 2000-02-06 Andrew Innes <andrewi@gnu.org>
15760
15761 * term/w32-win.el (x-handle-args): Comment out call to message,
15762 which occurs before window system is initialized.
15763
15764 * makefile.nt: Add support for recompiling lisp code.
15765
15766 2000-02-04 Dave Love <fx@gnu.org>
15767
15768 * bindings.el (mode-line-mule-info): Fix/extend last change.
15769
15770 * completion.el: Replace completion-dolist with dolist.
15771
15772 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15773 dotimes.
15774
15775 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15776
15777 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15778 environment names before they go into the section regexp.
15779
15780 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15781 char class in regexp.
15782
15783 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15784 `case-fold-search' to nil.
15785
15786 * progmodes/idlwave.el (idlwave-template): Respect
15787 `idlwave-abbrev-change-case'.
15788 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15789 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15790 idlwave-while): respect `idlwave-reserved-word-upcase'.
15791 (idlwave-rw-case): New function.
15792 (idlwave-statement-match): Fixed problem with assignment regexp.
15793 (idlwave-font-lock-keywords): Improved regexp for keyword
15794 parameters.
15795 (idlwave-surround): New argument LENGTH to support padding of
15796 operators longer than 1 char.
15797
15798 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15799 idlwave-shell-expression-overlay. Implemented printing of
15800 expressions on higher levels of the calling stack.
15801 (idlwave-shell-display-level-in-calling-stack): Restore stack
15802 level.
15803 (idlwave-retrieve-expression-from-level): New function.
15804 (idlwave-shell-last-calling-stack): Variable removed.
15805 (idlwave-shell-reset): Argument action reversed (`visible' to
15806 `hidden'). Also remove stop-line overlay.
15807 (idlwave-shell-calling-stack-routine): New variable.
15808 (idlwave-shell-parse-stack-and-display): Messages now display
15809 negative level numbers.
15810 (idlwave-shell-mode): Set `modeline-format'.
15811 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15812 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15813 21.
15814 (idlwave-shell-print-expression-function): New option.
15815
15816 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15817 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15818 `tool-bar' instead of `toolbar'.
15819
15820 2000-02-02 Dave Love <fx@gnu.org>
15821
15822 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15823 emacs-lisp-mode-hook. Don't check for defalias being defined.
15824
15825 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15826 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15827 the new builtins directly.
15828
15829 * whitespace.el (whitespace): Add :version to defgroup.
15830
15831 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15832 Doc fix.
15833
15834 * thingatpt.el (sexp-at-point, symbol-at-point)
15835 (number-at-point, list-at-point): Add autoload cookie.
15836
15837 * recentf.el (recentf): Add :version to defgroup.
15838
15839 * quickurl.el (quickurl): Add :version to defgroup.
15840
15841 * elide-head.el (elide-head): Use point-marker more.
15842
15843 * bs.el (bs): Add :version to defgroup.
15844
15845 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15846
15847 * progmodes/delphi.el (delphi): Add :version to defgroup.
15848
15849 2000-02-02 Gerd Moellmann <gerd@gnu.org>
15850
15851 * ange-ftp.el (ange-ftp-write-region): Handle case that
15852 succeeding process operation sets a different coding system.
15853
15854 * calculator.el: New file.
15855
15856 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15857
15858 * frame.el (frames-on-display-list, framep-on-display): New
15859 functions.
15860 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15861 (display-selections-p, display-screens, display-pixel-width)
15862 (display-pixel-height, display-mm-width, display-mm-height)
15863 (display-backing-store, display-save-under, display-planes)
15864 (display-color-cells, display-visual-class): New functions.
15865
15866 * term/tty-colors.el (tty-color-gray-shades): New function.
15867
15868 * faces.el (display-color-p): Use framep-on-display.
15869 (display-grayscale-p): New function.
15870
15871 2000-01-31 Dave Love <fx@gnu.org>
15872
15873 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15874 (create-fontset-from-x-resource): Don't concat integers.
15875
15876 2000-01-31 Inge Frick <inge@nada.kth.se>
15877
15878 * view.el: Some changes in documentation. Removed some trailing
15879 whitespace. Changed some parameter names to agree with
15880 documentation.
15881 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15882 window is not deleted. Modifies change 1998-04-26.
15883
15884 2000-01-31 Gerd Moellmann <gerd@gnu.org>
15885
15886 * windmove.el: New file.
15887
15888 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15889 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15890 progmodes/ebnf-yac.el: Update copyright and license info.
15891
15892 * jit-lock.el (jit-lock-function): Widen before calculating end
15893 position.
15894 (jit-lock-stealth-chunk-start): Rewritten.
15895
15896 * info.el (Info-title-face-alist): Removed.
15897 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15898 faces.
15899 (Info-fontify-node): Use these faces.
15900
15901 2000-01-30 Gerd Moellmann <gerd@gnu.org>
15902
15903 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15904 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15905 `&allow-other-keywords'.
15906
15907 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15908 the list of directories scanned heuristically.
15909
15910 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15911 exist.
15912
15913 2000-01-30 Jason Rumney <jasonr@gnu.org>
15914
15915 * w32-fns.el: Define w32-tty-standard-colors.
15916
15917 * startup.el (command-line): Use w32-tty-standard-colors when in
15918 w32 console mode.
15919
15920 2000-01-30 Dave Love <fx@gnu.org>
15921
15922 * jka-compr.el (jka-compr-load): Fix up load-history.
15923
15924 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15925
15926 * emacs-lisp/cl-macs.el: Revert previous change.
15927
15928 2000-01-29 Dave Love <fx@gnu.org>
15929
15930 * facemenu.el: Purecopy various strings.
15931
15932 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15933 years. Deal with three-digit years.
15934
15935 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15936 defconst, purecopy.
15937 (help-back-label): Purecopy it.
15938
15939 2000-01-18 Gerd Moellmann <gerd@gnu.org>
15940
15941 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15942 variable. If non-nil, order the buffer list according to the
15943 currently selected frame.
15944 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15945 non-nil, pass the selected frame to function buffer-list.
15946
15947 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15948
15949 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15950
15951 2000-01-28 Dave Love <fx@gnu.org>
15952
15953 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15954
15955 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15956 Don't use lisp-indent-hook property.
15957 (cl-abs): Remove.
15958
15959 * subr.el: Move out indent and edebug specs for when and unless.
15960
15961 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15962 when, unless.
15963
15964 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15965 unless, when.
15966
15967 2000-01-28 Gerd Moellmann <gerd@gnu.org>
15968
15969 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15970 `collecting' as synonym for `collect'.
15971
15972 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15973 for the case it contains spaces.
15974
15975 * simple.el (what-cursor-position): Change formatting of
15976 messages.
15977
15978 * frame.el (delete-other-frames): New function.
15979 (toplevel): Bind it to C-x 5 1.
15980
15981 * sort.el (sort-numeric-base): New option.
15982 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15983 interpret it as octal or hexadecimal. Use sort-numeric-base
15984 as default base.
15985
15986 * progmodes/glasses.el: New file.
15987
15988 2000-01-27 Gerd Moellmann <gerd@gnu.org>
15989
15990 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15991 userids differently.
15992
15993 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15994 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15995 progmodes/ebnf-yac.el: New files.
15996
15997 2000-01-26 Dave Love <fx@gnu.org>
15998
15999 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
16000 on a function with an empty body. [From Eric Ludlam.]
16001
16002 2000-01-25 Andre Spiegel <spiegel@gnu.org>
16003
16004 * vc.el (vc-version-diff): Make sure file name is expanded.
16005
16006 2000-01-25 Gerd Moellmann <gerd@gnu.org>
16007
16008 * scroll-bar.el (scroll-bar-timer): Variable removed.
16009 (scroll-bar-toolkit-scroll): Don't use a timer.
16010
16011 2000-01-25 Kenichi Handa <handa@etl.go.jp>
16012
16013 * language/thai-util.el (thai-composition-function): Delete
16014 superfluous `a'.
16015
16016 2000-01-24 Dave Love <fx@gnu.org>
16017
16018 * fortran.el (fortran-mode): Use beginning-of-defun-function,
16019 end-of-defun-function.
16020
16021 * font-lock.el (turn-on-font-lock): Don't depend on window-system
16022 &c.
16023
16024 2000-01-22 Jason Rumney <jasonr@gnu.org>
16025
16026 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
16027 conflicts with new face support.
16028
16029 2000-01-22 Richard M. Stallman <rms@gnu.org>
16030
16031 * replace.el (query-replace): Rename last arg to DELIMITED.
16032 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
16033 (query-replace-regexp): Likewise.
16034
16035 2000-01-20 Richard M. Stallman <rms@gnu.org>
16036
16037 * subr.el (with-syntax-table): Use make-symbol, not gensym.
16038
16039 * emacs-lisp/lisp.el (beginning-of-defun-function):
16040 Variable renamed from beginning-of-defun.
16041 Do not call make-variable-buffer-local.
16042 (beginning-of-defun-raw): Use new variable name; doc fix.
16043 (beginning-of-defun): Doc fix.
16044 (end-of-defun-function): Variable renamed from end-of-defun.
16045 Do not call make-variable-buffer-local.
16046 (end-of-defun): Use new variable name; doc fix.
16047
16048 * subr.el (dolist, dotimes): Copied from cl-macs.el
16049 and made to work.
16050
16051 * mail/undigest.el (rmail-digest-end-regexps):
16052 Variable replaces rmail-digest-end-regexp.
16053 Allows multiple regexps for detecting the end line.
16054 (undigestify-rmail-message): Corresponding changes.
16055
16056 2000-01-19 Dave Love <fx@gnu.org>
16057
16058 * files.el (user-init-file): Don't declare here -- is primitive.
16059
16060 * startup.el (command-line): Check for compiled user-init-file and
16061 set to uncompiled version if necessary.
16062
16063 2000-01-18 Gerd Moellmann <gerd@gnu.org>
16064
16065 * mail/undigest.el (rmail-digest-end-regexp): New user option.
16066 (undigestify-rmail-message): Use it.
16067
16068 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
16069
16070 2000-01-17 Gerd Moellmann <gerd@gnu.org>
16071
16072 * tmm.el (tmm-goto-completions): Adapt to prompt being part
16073 of mini-buffer.
16074
16075 2000-01-14 Gerd Moellmann <gerd@gnu.org>
16076
16077 * emacs-lisp/copyright.el (copyright-update): Removed the
16078 requirement for a trailing space from `copyright-regexp', to
16079 support copyrights with owner specified on a separate line..
16080
16081 * align.el: New file.
16082
16083 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
16084
16085 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
16086
16087 2000-01-13 Dave Love <fx@gnu.org>
16088
16089 * ph.el: Removed. (Obsoleted by EUDC.)
16090
16091 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16092
16093 * net/eudc.el (toplevel): Remove autoloaded code installing
16094 menu with easymenu, because that causes build problems.
16095
16096 * frame.el (frame-notice-user-settings): New variable.
16097 (frame-notice-user-settings): Don't modify frame parameters
16098 if called a second time.
16099
16100 2000-01-13 Richard M. Stallman <rms@gnu.org>
16101
16102 * frame.el (frame-notice-user-settings):
16103 Notice default-frame-parameters even for non-window frames.
16104
16105 2000-01-13 Gerd Moellmann <gerd@gnu.org>
16106
16107 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
16108 for Emacs.
16109 (eudc-bob-can-display-inline-images): Extend for Emacs.
16110 (eudc-bob-toggle-inline-display): Ditto.
16111 (eudc-bob-display-jpeg): Ditto.
16112
16113 2000-01-12 Gerd Moellmann <gerd@gnu.org>
16114
16115 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
16116 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
16117 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
16118
16119 * add-log.el (add-change-log-entry): Fix error trying an `(insert
16120 nil)'.
16121
16122 * subdirs.el: Add `net' directory.
16123
16124 * net: New directory.
16125
16126 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
16127 eval-last-sexp. Don't bind debug-on-error here.
16128 (eval-last-sexp): New function. Bind debug-on-error if
16129 eval-expression-debug-on-error is non-nil.
16130 (eval-defun-2, eval-defun): Likewise.
16131
16132 * simple.el (eval-expression): Don't bind debug-on-error if
16133 eval-expression-debug-on-error is nil. Detect changed
16134 debug-on-error, and propagate new value to global binding, if
16135 eval-expression-debug-on-error is non-nil,
16136 (eval-expression-debug-on-error): Change doc string.
16137
16138 2000-01-11 Richard M. Stallman <rms@gnu.org>
16139
16140 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
16141
16142 * emacs-lisp/lisp-mode.el (with-syntax-table):
16143 Set up lisp-indent-function property.
16144
16145 * subr.el (with-syntax-table): Moved from simple.el.
16146
16147 * simple.el (with-syntax-table): Moved to subr.el.
16148
16149 2000-01-11 Gerd Moellmann <gerd@gnu.org>
16150
16151 * tmm.el (tmm-shortcut): Delete region after prompt instead
16152 of erasing buffer.
16153
16154 * textmodes/fill.el (fill-common-string-prefix): New function.
16155 (fill-context-prefix): Use the longest common prefix of first
16156 and second line fill prefix, if there is one.
16157
16158 2000-01-11 Richard M. Stallman <rms@gnu.org>
16159
16160 * array.el (array-mode): Don't use make-variable-buffer-local.
16161 Use make-local-variable for `truncate-lines'.
16162
16163 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
16164
16165 * add-log.el (add-log-current-defun): Handle user-defined
16166 add-log-current-function returning nil,
16167
16168 * add-log.el (add-change-log-entry): Insert version number
16169 if having found a current function
16170
16171 * add-log.el (add-log-current-defun): Call
16172 `add-log-current-defun-function'. Try matches at level 0 and
16173 level 1. Strip whitespace from defun found.
16174
16175 2000-01-10 John Wiegley <johnw@gnu.org>
16176
16177 * allout.el (isearch-done/outline-provisions): Added `edit'
16178 argument to correspond with the current definition of
16179 `isearch-done'.
16180
16181 2000-01-10 Dave Love <fx@gnu.org>
16182
16183 * elide-head.el (elide-head): Use point-marker, not point.
16184
16185 2000-01-10 Gerd Moellmann <gerd@gnu.org>
16186
16187 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
16188 before and after the year 2000.
16189
16190 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
16191 Add ispell- prefix.
16192
16193 2000-01-10 Ken Stevens <k.stevens@ieee.org>
16194
16195 * ispell.el: Only define dictionaries in menus when they exist.
16196 (version18p): New variable.
16197 (version20p): New variable.
16198 (xemacsp): New variable.
16199 (ispell-choices-win-default-height): Fix for XEmacs visibility.
16200 (ispell-dictionary-alist1): Added Brasileiro dictionary.
16201 (ispell-dictionary-alist6): Russian command lines no longer accept
16202 run-together words.
16203 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
16204 (ispell-dictionary-alist): Add koi8-r to customize definition.
16205 (check-ispell-version): Added documentation string. Returns
16206 library path when called non-interactively.
16207 (ispell-menu-map-needed): Uses new variables.
16208 (ispell-library-path): New variable.
16209 (ispell-decode-string): XEmacs fix for bogus variable bindings.
16210 (ispell-word): Improved documentation string. Test for valid
16211 character mappings. Correctly check typed in word changes that can
16212 result in single words split into multiple words. Returns
16213 replacement word.
16214 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
16215 replace in recursive query replace mode. Help message for
16216 recursive edit mode.
16217 (ispell-show-choices): Protect against bad framepop bindings.
16218 (ispell-help): Fix to work with XEmacs.
16219 (ispell-highlight-spelling-error): Use new variables.
16220 (ispell-overlay-window): Fix to work with XEmacs.
16221 (ispell-parse-output): Passed and returns location information
16222 tracking spelling corrections. Doesn't recheck same word on
16223 current line.
16224 (ispell-init-process): Protect against bogus XEmacs variable binding.
16225 Fix call to single argument in sleep-for. Use new variables.
16226 (ispell-region): Passed and returns location information tracking
16227 spelling corrections. Doesn't check same word on current line.
16228 Improved documentation string. Doesn't resend a line already
16229 checked to the ispell process - fixes bug in LaTeX parsing.
16230 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
16231 (ispell-skip-region): No longer skips <TT> in SGML.
16232 (ispell-process-line): Tracks location information with spelling
16233 corrections. Added documentation string. Accounts for words
16234 already accepted on this line. Don't allow query-replace on line
16235 starting with math characters. Doesn't resend a line already sent
16236 to ispell process. Fixes alignment error bug.
16237
16238 2000-01-10 Richard M. Stallman <rms@gnu.org>
16239
16240 * dired-x.el (dired-guess-shell-alist-default):
16241 Suggest xloadimage, which is free, not xv, which isn't.
16242
16243 * ange-ftp.el (ange-ftp-file-name-nondirectory):
16244 Don't ever include the host name or user name in the value.
16245
16246 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16247
16248 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
16249 of a real newline.
16250
16251 2000-01-09 Stephen Eglen <stephen@gnu.org>
16252
16253 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
16254 for .png files.
16255
16256 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
16257
16258 * cus-edit.el (custom-hook-convert-widget): Fix comment.
16259
16260 2000-01-09 Gerd Moellmann <gerd@gnu.org>
16261
16262 * progmodes/cperl-mode.el: Replace ^F with ^L.
16263
16264 * sendmail.el (toplevel): Provide `sendmail' when compiling
16265 before `require'ing rmail and mailalias to prevent infinite
16266 recursion.
16267
16268 2000-01-08 Dave Love <fx@gnu.org>
16269
16270 * emacs-lisp/backquote.el: Remove inappropriate customization
16271 (allowing custom.el to use backquote).
16272
16273 2000-01-07 Dave Love <fx@gnu.org>
16274
16275 * add-log.el (add-log-debugging): Deleted.
16276 (add-change-log-entry): Treat a backup FILE-NAME as its parent
16277 file. Remove debugging code.
16278 (change-log-get-method-definition, change-log-name): Add doc.
16279 (change-log-sortable-date-at): New function.
16280 (change-log-merge): New command.
16281
16282 * time.el (display-time-string-forms): Make the Mail string active.
16283 (display-time-update): Provide help-echo for load average.
16284
16285 * bindings.el (make-mode-line-mouse2-map): New function.
16286 (mode-line-modified): Use it and simplify.
16287 (mode-line-mule-info): Provide help-echo info.
16288 (minor-mode-alist): Activate the strings.
16289 (make-mode-line-mouse-sensitive): Simplify for
16290 mode-line-buffer-identification.
16291
16292 2000-01-07 Gerd Moellmann <gerd@gnu.org>
16293
16294 * play/pong.el: New file.
16295
16296 2000-01-06 Dave Love <fx@gnu.org>
16297
16298 * array.el: Assorted cleanups for compiler warnings, doc strings,
16299 `array-' prefix for symbols.
16300
16301 2000-01-05 Dave Love <fx@gnu.org>
16302
16303 * textmodes/outline.el (outline-mode-menu-bar-map): Add
16304 outline-headers-as-kill.
16305 (outline-mode): Define imenu-generic-expression.
16306 (outline-headers-as-kill): New command.
16307
16308 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
16309 from paragraph-start.
16310 (paragraph-indent-minor-mode): New command.
16311
16312 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
16313 M-C-e, M-C-h, C-j, C-xnd, TAB.
16314 (fortran-mode): Set beginning-of-defun, end-of-defun.
16315 (fortran-column-ruler): Simplify.
16316 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
16317 (fortran-with-subprogram-narrowing): Likewise.
16318 (fortran-indent-subprogram): Call mark-defun.
16319 (fortran-check-for-matching-do): Change narrowing.
16320
16321 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
16322 (cl-lucid-hash-tag): Delete.
16323 (cl-hash-table-p): Correct test for native table.
16324 (cl-hash-table-count): Use hash-table-count.
16325
16326 * browse-url.el (browse-url): Fix case of
16327 browse-url-browser-function being an alist.
16328
16329 2000-01-05 Carsten Dominik <cd@gnu.org>
16330
16331 * textmodes/reftex-vars.el (reftex-parse-file-extension)
16332 (reftex-index-phrase-file-extension): New options.
16333
16334 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
16335 Use new option `reftex-index-phrase-file-extension'.
16336
16337 * textmodes/reftex.el (reftex-access-parse-file): Use new option
16338 `reftex-parse-file-extension'.
16339
16340 2000-01-05 Dave Love <fx@gnu.org>
16341
16342 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
16343 (beginning-of-defun-raw): Use it.
16344 (end-of-defun): New variable.
16345 (end-of-defun): Use it.
16346 (check-parens): New command.
16347
16348 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
16349
16350 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
16351 (hs-show-block): Don't use `mapcar' when not accumulating.
16352
16353 Fix buglet in local variables initialization.
16354
16355 2000-01-05 Andreas Schwab <schwab@suse.de>
16356
16357 * hscroll.el (hscroll): Doc fix.
16358
16359 2000-01-05 Carsten Dominik <cd@gnu.org>
16360
16361 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
16362 idlw-toolbar.
16363
16364 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
16365 file idlw-rinfo.el.
16366 (idlwave-customize): load must read file idlw-shell.el.
16367 (idlwave-create-customize-menu): load must read file idlw-shell.el.
16368
16369 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
16370
16371 * progmodes/idlw-shell.el: Also provide idlwave-shell
16372 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
16373 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
16374
16375 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
16376 both reftex-dcr and reftex-vcr.
16377
16378 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
16379
16380 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16381
16382 * ps-print.el: PostScript code now is in separate files, doc fix.
16383 (ps-print-version): New version number (5.0.3).
16384 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
16385 local.
16386 (ps-spool-config): Initialization fix.
16387 (ps-print-prologue-1, ps-print-prologue-2)
16388 (ps-print-duplex-feature): PostScript code moved to separated file.
16389 (ps-background-image): Little code reformating.
16390 (ps-begin-file, ps-begin-job): Fix code.
16391 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
16392 (ps-prologue-file): New fun.
16393
16394 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16395
16396 * ps-vars.el: Eliminated.
16397
16398 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
16399 `;;;###autoload'.
16400
16401 * ps-print.el: ps-vars eliminated, doc fix.
16402 (ps-print-version): New version number (5.0.2).
16403 (ps-spool-config): Initialization fix.
16404 (ps-print-customize): New fun.
16405
16406 2000-01-04 Gerd Moellmann <gerd@gnu.org>
16407
16408 * autorevert.el (auto-revert-mode): Return value of
16409 auto-revert-mode.
16410
16411 2000-01-04 Dave Love <fx@gnu.org>
16412
16413 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
16414 menu items.
16415
16416 2000-01-03 Dave Love <fx@gnu.org>
16417
16418 * elide-head.el (elide-head) [defgroup]: Add :version.
16419
16420 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
16421 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
16422 `cl-hash-table-p', not `hash-table-p'.
16423 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
16424
16425 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16426
16427 * faces.el (face-read-integer, read-face-attribute)
16428 (color-defined-p, color-values): unspecified-{f,b}g are now
16429 strings.
16430
16431 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
16432
16433 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
16434 at comment end, and re-insert them after filling.
16435
16436 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16437
16438 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
16439 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
16440 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
16441
16442 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16443
16444 * term/x-win.el (xw-defined-colors): Call color-supported-p,
16445 the new name of face-color-supported-p.
16446
16447 * term/w32-win.el (xw-defined-colors): Likewise.
16448
16449 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
16450
16451 * simple.el (completion-setup-function): Count completion-size
16452 from minibuffer-prompt-end, not from point-min.
16453
16454 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
16455
16456 * faces.el (read-face-attribute, defined-colors, color-defined-p):
16457 Pass the frame to tty-color-* functions.
16458 (display-color-p, frame-set-background-mode): Pass the frame to
16459 tty-display-color-p.
16460
16461 * term/tty-colors.el (tty-defined-color-alist): Renamed from
16462 tty-color-alist.
16463 (tty-color-alist, tty-modify-color-alist): New functions.
16464 (tty-color-define, tty-color-clear, tty-color-approximate)
16465 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
16466 an optional parameter FRAME.
16467
16468 2000-01-01 Gerd Moellmann <gerd@gnu.org>
16469
16470 * image.el (create-image, defimage): Don't assume image data is a
16471 string.
16472
16473 * image.el (defimage): Handle specifications containing :data
16474 instead of :file.
16475 (image-type-from-data): New function.
16476 (image-type-from-file-header): Use it.
16477 (create-image): Add parameter DATA-P.
16478
16479 See ChangeLog.8 for earlier changes.
16480
16481 ;; Local Variables:
16482 ;; coding: iso-2022-7bit
16483 ;; End: